inclusivenaming / website

Website for the Inclusive Naming Initiative
https://inclusivenaming.org/
Creative Commons Attribution 4.0 International
28 stars 39 forks source link

Sort out where words are listed and linked from/to #128

Open quaid opened 2 years ago

quaid commented 2 years ago

Current situation

The main visible word list page doesn't link to the word lists directly, only from the menu.

The URL path to /word-lists/ does not have an index file, so gives a 404 error.

All of the terms are in two locations:

Relevant URLs

Recommended fixes

  1. Create a file in the repo /website/content/word-lists/index.md that contains or links to the overview and tiered list.
  2. Remove the /word-lists/tier-N/ files as too cumbersome to keep a growing list of words in a single file. Create redirects from there to index.md.
  3. Rename /website/content/word-lists/overview.md to index.md, then have the Tier 1, 2, 3 subsections in the file contain a list of the terms, which are themselves links to the actual term.md file.
  4. Have a single file for all terms, located in /website/content/language/word-list/.
  5. Create a file /website/content/language/word-list/index.md that duplicates /website/content/word-lists/index.md.
    • Alternately, merge all together into a single relative path e.g. inclusivenaming.org/word-list/{index.md,term.md}
LarryKunz commented 2 years ago

Your ideas sound good, Karsten. Just so I'm clear: When you refer to term.md, should I assume that's a generic term referring to the Markdown files for each term? (Rather than a single term.md file containing all the definitions.) If so, then I'm good with that.

As for item (5), it sounds cleaner -- and easier to maintain going forward -- if we merge everything into a single relative path. But I defer to you and @abuango on that one.

quaid commented 2 years ago

Discussion from not-a-meeting:

savage-alex commented 2 years ago

Is https://inclusivenaming.org/word-lists/ supposed to exist? If so it has no content I can see.