aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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.