OpenTabletDriver / OpenTabletDriver/opentabletdriver.github.io
Wiki url paths should be case-insensitive
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 36
- Forks
- 10
- Avg merge
- 12h 32m
- Merged PRs (30d)
- 9
Description
https://opentabletdriver.net/Wiki/FAQ/MacOS and https://opentabletdriver.net/Wiki/FAQ/macOS
The correct casing of macOS 404s. Should be corrected, but making paths case-insensitive and redirect to the desired casing has to happen too (to prevent the first link from not working). Wikipedia and the osu! wiki does case-insensitive.
Noticed that on lazer, there was no faq listed on macOS because it was outdated. I wanted to update it, but had to resort to this:
$@"https://opentabletdriver.net/Wiki/FAQ/{(RuntimeInfo.OS == RuntimeInfo.Platform.macOS ? @"MacOS" : RuntimeInfo.OS)}"
because RuntimeInfo.OS returns macOS.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how the Jekyll site resolves the Wiki/FAQ URLs, using the two MacOS/macOS examples in the issue as repro cases. Verify the desired behavior for differently cased paths, including redirecting to the preferred casing, and confirm that both links no longer produce a 404.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html, jekyll
- Domain
- documentation, web-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100