diff options
Diffstat (limited to '')
-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. |