Skip to content

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

@quaid

Description

@quaid

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:

  • /word-lists/tier-N/ -- all terms are in the single tier file
  • /language/word-list/ -- one file for each term

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}

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions