diff options
-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. |