diff options
author | dvs1 | 2025-01-10 14:46:58 +1000 |
---|---|---|
committer | dvs1 | 2025-01-10 14:46:58 +1000 |
commit | 76dd803a67e027520474c66e9b1ed54739a2a484 (patch) | |
tree | cb861aacfe0b4858a7f6c9e865d8623e5c004933 | |
parent | Fix headers, now we find a page at the destination. (diff) | |
download | notYetAnotherWiki-76dd803a67e027520474c66e9b1ed54739a2a484.zip notYetAnotherWiki-76dd803a67e027520474c66e9b1ed54739a2a484.tar.gz notYetAnotherWiki-76dd803a67e027520474c66e9b1ed54739a2a484.tar.bz2 notYetAnotherWiki-76dd803a67e027520474c66e9b1ed54739a2a484.tar.xz |
TODO--
-rw-r--r-- | TODO.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -9,8 +9,6 @@ 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 | The first link of the testing/even/deeper trail is still wrong. | ||
13 | |||
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. | 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. |
15 | - One quirk to watch for is if a URL path changes, the docs that have that URL need to be redone. | 13 | - 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. | 14 | - pandoc is a lot slower though, so do this for sure when dealing with that. |