diff options
Diffstat (limited to '')
-rw-r--r-- | TODO.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -5,16 +5,17 @@ pagehistory: https://sledjhamr.org/cgit/notYetAnotherWiki/log/TODO.md | |||
5 | --- | 5 | --- |
6 | ## Do these | 6 | ## Do these |
7 | 7 | ||
8 | 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. | ||
9 | - One quirk to watch for is if a URL path changes, the docs that have that URL need to be redone. | ||
10 | - pandoc is a lot slower though, so do this for sure when dealing with that. | ||
11 | |||
12 | Deal with complex directory trees. | 8 | Deal with complex directory trees. |
13 | - /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. |
14 | - 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. |
15 | 11 | ||
16 | The first link of the testing/even/deeper trail is still wrong. | 12 | The first link of the testing/even/deeper trail is still wrong. |
17 | 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. | ||
15 | - 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. | ||
17 | - When scraping the web sites, they tend to be dynamically generated with no useful timestamp on them. | ||
18 | |||
18 | Add atom feed for single page. Alas cgit only seems to have ATOM feed on the whole repo, not individual files. | 19 | Add atom feed for single page. Alas cgit only seems to have ATOM feed on the whole repo, not individual files. |
19 | 20 | ||
20 | 21 | ||