diff options
| author | dvs1 | 2025-01-03 09:49:33 +1000 |
|---|---|---|
| committer | dvs1 | 2025-01-03 09:49:33 +1000 |
| commit | 72c94738c84fefcbe1de121068dcd67682e7ca75 (patch) | |
| tree | e01ff6adf7e9e61d56e29737f113025d544b5bd4 | |
| parent | Create a symlink forest in merged/combined. (diff) | |
| download | notYetAnotherWiki-72c94738c84fefcbe1de121068dcd67682e7ca75.zip notYetAnotherWiki-72c94738c84fefcbe1de121068dcd67682e7ca75.tar.gz notYetAnotherWiki-72c94738c84fefcbe1de121068dcd67682e7ca75.tar.bz2 notYetAnotherWiki-72c94738c84fefcbe1de121068dcd67682e7ca75.tar.xz | |
TODO twiddle.
| -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 | ||
