diff options
-rw-r--r-- | TODO.md | 16 |
1 files changed, 9 insertions, 7 deletions
@@ -4,6 +4,15 @@ Make it perphekd! | |||
4 | 4 | ||
5 | ## Do these | 5 | ## Do these |
6 | 6 | ||
7 | 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. | ||
8 | |||
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 | - When scraping the web sites, they tend to be dynamically generated with no useful timestamp on them. | ||
12 | - The web site scrape happens locally anyway, I can compare source file timestamps. | ||
13 | - + So check timestamps when "downloading" the original, and before running pandoc on the result. Think that's the most time consuming steps. | ||
14 | - + Since this only stops updates of existing files, URLs changing are not a problem. | ||
15 | |||
7 | Add atom feed for single page. Alas cgit only seems to have ATOM feed on the whole repo, not individual files. | 16 | Add atom feed for single page. Alas cgit only seems to have ATOM feed on the whole repo, not individual files. |
8 | 17 | ||
9 | - However, once timestamps are sorted, I can use that code to generate (static?) RSS and ATOM feeds, and create page histories using diffs. | 18 | - However, once timestamps are sorted, I can use that code to generate (static?) RSS and ATOM feeds, and create page histories using diffs. |
@@ -43,13 +52,6 @@ Mostly from something chomwitt deleted. | |||
43 | - Might be useful to automatically convert anything looking like a URL into a linky. | 52 | - Might be useful to automatically convert anything looking like a URL into a linky. |
44 | - Allow default.template files in sub directories. | 53 | - Allow default.template files in sub directories. |
45 | 54 | ||
46 | 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. | ||
47 | |||
48 | - One quirk to watch for is if a URL path changes, the docs that have that URL need to be redone. | ||
49 | - pandoc is a lot slower though, so do this for sure when dealing with that. | ||
50 | - When scraping the web sites, they tend to be dynamically generated with no useful timestamp on them. | ||
51 | - The web site scrape happens locally anyway, I can compare source file timestamps. | ||
52 | |||
53 | Automate symlinks. | 55 | Automate symlinks. |
54 | 56 | ||
55 | - any .md.md file should be linked along with it's matching .md file if it's outside of Foswiki/ and PmWiki/. | 57 | - any .md.md file should be linked along with it's matching .md file if it's outside of Foswiki/ and PmWiki/. |