diff options
author | dvs1 | 2025-03-26 16:50:33 +1000 |
---|---|---|
committer | dvs1 | 2025-03-26 16:50:33 +1000 |
commit | 6295a00373185409523dca47467bd4e33c4ec155 (patch) | |
tree | cc3166195f2f1f81aac1f6e7bdec8f0660ca6b69 /TODO.md | |
parent | Minor TODO += 2 (diff) | |
download | notYetAnotherWiki-6295a00373185409523dca47467bd4e33c4ec155.zip notYetAnotherWiki-6295a00373185409523dca47467bd4e33c4ec155.tar.gz notYetAnotherWiki-6295a00373185409523dca47467bd4e33c4ec155.tar.bz2 notYetAnotherWiki-6295a00373185409523dca47467bd4e33c4ec155.tar.xz |
realURL stuff.
Document it, and fix up the multiples.
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -7,12 +7,7 @@ Make it perphekd! | |||
7 | 7 | ||
8 | Fix up linky conversion. DONE, mostly. | 8 | Fix up linky conversion. DONE, mostly. |
9 | 9 | ||
10 | - This is the "page moved" problem, but now it's "page copied" and "page linked", a generic solution might work. | ||
11 | - Rethink this, I might be going the wrong way. | ||
12 | - Need to deal with real file name versus title. Also symlink name not matching what it points to. | 10 | - Need to deal with real file name versus title. Also symlink name not matching what it points to. |
13 | - . Hmmm, might it be good policy to have a single canonical context for each page? The "real URL" .md.md thing? | ||
14 | - . Loop through the manually placed symlinks, adjusting "real URL" as we go. | ||
15 | - + What to do about mulitple symlinks pointing to the same page? Compare timestamps, most recent wins. | ||
16 | 11 | ||
17 | Add atom feed for single page. Alas cgit only seems to have ATOM feed on the whole repo, not individual files. | 12 | Add atom feed for single page. Alas cgit only seems to have ATOM feed on the whole repo, not individual files. |
18 | 13 | ||