aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authordvs12025-01-17 18:12:34 +1000
committerdvs12025-01-17 18:12:34 +1000
commit3d783c3ff2ede63e88471945b3e88f4c4934289a (patch)
tree5f37354e67d20e95092a614a4fd317b606ee291a
parentMaybe THIS will solve the sorting issue? (diff)
downloadnotYetAnotherWiki-3d783c3ff2ede63e88471945b3e88f4c4934289a.zip
notYetAnotherWiki-3d783c3ff2ede63e88471945b3e88f4c4934289a.tar.gz
notYetAnotherWiki-3d783c3ff2ede63e88471945b3e88f4c4934289a.tar.bz2
notYetAnotherWiki-3d783c3ff2ede63e88471945b3e88f4c4934289a.tar.xz
TODO++
-rw-r--r--TODO.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index 4fc9f9f..87e2392 100644
--- a/TODO.md
+++ b/TODO.md
@@ -13,7 +13,7 @@ Check the timestamps on the files, only update if source is newer than destinati
13 13
14Add atom feed for single page. Alas cgit only seems to have ATOM feed on the whole repo, not individual files. 14Add atom feed for single page. Alas cgit only seems to have ATOM feed on the whole repo, not individual files.
15- git.devuan.org might have usable per page history. 15- git.devuan.org might have usable per page history.
16- However, once timestamps are sorted, I can use that code to generate RSS and ATOM feeds. 16- However, once timestamps are sorted, I can use that code to generate RSS and ATOM feeds, and create page histories using diffs.
17 17
18Deal with complex directory trees. 18Deal with complex directory trees.
19- /testing/even should display as even/deeper on the testing page, coz even/ has no files, but even/deeper does. 19- /testing/even should display as even/deeper on the testing page, coz even/ has no files, but even/deeper does.