aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO.md
diff options
context:
space:
mode:
authordvs12025-01-03 09:49:33 +1000
committerdvs12025-01-03 09:49:33 +1000
commit72c94738c84fefcbe1de121068dcd67682e7ca75 (patch)
treee01ff6adf7e9e61d56e29737f113025d544b5bd4 /TODO.md
parentCreate a symlink forest in merged/combined. (diff)
downloadnotYetAnotherWiki-72c94738c84fefcbe1de121068dcd67682e7ca75.zip
notYetAnotherWiki-72c94738c84fefcbe1de121068dcd67682e7ca75.tar.gz
notYetAnotherWiki-72c94738c84fefcbe1de121068dcd67682e7ca75.tar.bz2
notYetAnotherWiki-72c94738c84fefcbe1de121068dcd67682e7ca75.tar.xz
TODO twiddle.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/TODO.md b/TODO.md
index ffb25d3..2ffffaf 100644
--- a/TODO.md
+++ b/TODO.md
@@ -5,16 +5,17 @@ pagehistory: https://sledjhamr.org/cgit/notYetAnotherWiki/log/TODO.md
5--- 5---
6## Do these 6## Do these
7 7
8Check the timestamps on the files, only update if source is newer than destination. Meh, it's already 600 times faster than the pandoc version.
9- One quirk to watch for is if a URL path changes, the docs that have that URL need to be redone.
10- pandoc is a lot slower though, so do this for sure when dealing with that.
11
12Deal with complex directory trees. 8Deal with complex directory trees.
13- /testing/even should display as even/deeper on the testing page, coz even/ has no files, but even/deeper does. 9- /testing/even should display as even/deeper on the testing page, coz even/ has no files, but even/deeper does.
14- Scanning /usr/share/doc on my super desktop with looots of software installed will be fun. 10- Scanning /usr/share/doc on my super desktop with looots of software installed will be fun.
15 11
16The first link of the testing/even/deeper trail is still wrong. 12The first link of the testing/even/deeper trail is still wrong.
17 13
14Check the timestamps on the files, only update if source is newer than destination. Meh, it's already 600 times faster than the pandoc version.
15- One quirk to watch for is if a URL path changes, the docs that have that URL need to be redone.
16- pandoc is a lot slower though, so do this for sure when dealing with that.
17- When scraping the web sites, they tend to be dynamically generated with no useful timestamp on them.
18
18Add atom feed for single page. Alas cgit only seems to have ATOM feed on the whole repo, not individual files. 19Add atom feed for single page. Alas cgit only seems to have ATOM feed on the whole repo, not individual files.
19 20
20 21