| Age | Commit message (Collapse) | Author |
|
Leaving out:
- 'bog' because it looks like a typo,
- 'commit' because I cannot think of a way to make it work in the
general case.
|
|
openFATE references are sometimes capitalized (eg Fate#…); this means
the captured tracker cannot be used as key directly.
I considered going back to the subclasses and class variables, but
AFAICT
1. case-insensitivity might be desirable for all trackers anyway,
2. references to other trackers will remain simple enough to parse
that they can also be described by a short identifier and a URL
template.
|
|
Of course, at some point I'll have to deal with a format that does not
fit in this simple regex…
🤷
|
|
|