OpenTabletDriver / OpenTabletDriver/opentabletdriver.github.io

Wiki url paths should be case-insensitive

Open
#202 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement wiki
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.