aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md16
1 files changed, 9 insertions, 7 deletions
diff --git a/TODO.md b/TODO.md
index 5d0b04f..ea36e19 100644
--- a/TODO.md
+++ b/TODO.md
@@ -4,6 +4,15 @@ Make it perphekd!
4 4
5## Do these 5## Do these
6 6
7Check 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
7Add atom feed for single page. Alas cgit only seems to have ATOM feed on the whole repo, not individual files. 16Add 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
46Check 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
53Automate symlinks. 55Automate 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/.