osu-wiki icon indicating copy to clipboard operation
osu-wiki copied to clipboard

Make article-specific yaml files for redirects and tags

Open cl8n opened this issue 6 years ago • 5 comments

Current:

- Article_A/
- Article_B/
...
- redirect.yaml

Proposed:

- Article_with_redirects_or_tags/
    - properties.yaml
- Article_with_no_redirects_or_tags/
...

properties.yaml would contain two sequences, one for redirects and one for tags

needs a web implementation, of course. I think this would be easier to manage, since redirects and tags are not language-specific, and it's kinda annoying to remember about updating redirect.yaml every time an article is added/deleted/moved

cl8n avatar Oct 27 '18 19:10 cl8n

I don't think this kind of nesting is preferrable, here's a better one:

Article_Link/
Article_Link/
    | _ redirect.yaml
paths.yaml

Where paths.yaml can be:

paths:
    - 'Article_1/'
    - 'Article_2/'

sr229 avatar Dec 01 '18 14:12 sr229

what is the purpose of paths.yaml in your suggestion?

cl8n avatar Dec 01 '18 23:12 cl8n

does anyone else have input on this

cl8n avatar Mar 14 '19 00:03 cl8n

I agree, since it's hard to keep track of articles that have redirects/tags.

Joehuu avatar Mar 14 '19 01:03 Joehuu

my input on this is that it's easier to maintain one file than 900

Walavouchey avatar Sep 09 '22 22:09 Walavouchey