diff options
author | dvs1 | 2025-01-15 10:24:08 +1000 |
---|---|---|
committer | dvs1 | 2025-01-15 10:24:08 +1000 |
commit | 52cf89303c89059a39b6dc31644a7f33c5598bca (patch) | |
tree | daa4a545c858498d226071aa9e809e30e16b1954 /TODO.md | |
parent | Allow separate title and pagetitle. Use title for menu text. (diff) | |
download | notYetAnotherWiki-52cf89303c89059a39b6dc31644a7f33c5598bca.zip notYetAnotherWiki-52cf89303c89059a39b6dc31644a7f33c5598bca.tar.gz notYetAnotherWiki-52cf89303c89059a39b6dc31644a7f33c5598bca.tar.bz2 notYetAnotherWiki-52cf89303c89059a39b6dc31644a7f33c5598bca.tar.xz |
TODO++
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 | ||
12 | Extract title from Fos and Pm, maybe even pagetitle and author if possible. Title is pointless, both of them just use the file name. | ||
13 | |||
12 | Check the timestamps on the files, only update if source is newer than destination. Meh, it's already 600 times faster than the pandoc version. | 14 | Check 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. |