aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO.md
diff options
context:
space:
mode:
authordvs12025-01-15 10:24:08 +1000
committerdvs12025-01-15 10:24:08 +1000
commit52cf89303c89059a39b6dc31644a7f33c5598bca (patch)
treedaa4a545c858498d226071aa9e809e30e16b1954 /TODO.md
parentAllow separate title and pagetitle. Use title for menu text. (diff)
downloadnotYetAnotherWiki-52cf89303c89059a39b6dc31644a7f33c5598bca.zip
notYetAnotherWiki-52cf89303c89059a39b6dc31644a7f33c5598bca.tar.gz
notYetAnotherWiki-52cf89303c89059a39b6dc31644a7f33c5598bca.tar.bz2
notYetAnotherWiki-52cf89303c89059a39b6dc31644a7f33c5598bca.tar.xz
TODO++
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index e93b4aa..68d33c0 100644
--- a/TODO.md
+++ b/TODO.md
@@ -9,6 +9,8 @@ Deal with complex directory trees.
9- /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.
10- 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.
11 11
12Extract title from Fos and Pm, maybe even pagetitle and author if possible. Title is pointless, both of them just use the file name.
13
12Check the timestamps on the files, only update if source is newer than destination. Meh, it's already 600 times faster than the pandoc version. 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.
13- One quirk to watch for is if a URL path changes, the docs that have that URL need to be redone. 15- One quirk to watch for is if a URL path changes, the docs that have that URL need to be redone.
14- pandoc is a lot slower though, so do this for sure when dealing with that. 16- pandoc is a lot slower though, so do this for sure when dealing with that.