aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO.md
diff options
context:
space:
mode:
authordvs12025-03-16 17:59:41 +1000
committerdvs12025-03-16 17:59:41 +1000
commit107f93b621ac3829e7aae687ede72473b5dad071 (patch)
tree8de7d29eb7ae080be80e23f550f258817dba1696 /TODO.md
parentGet unsorted to work again. (diff)
downloadnotYetAnotherWiki-107f93b621ac3829e7aae687ede72473b5dad071.zip
notYetAnotherWiki-107f93b621ac3829e7aae687ede72473b5dad071.tar.gz
notYetAnotherWiki-107f93b621ac3829e7aae687ede72473b5dad071.tar.bz2
notYetAnotherWiki-107f93b621ac3829e7aae687ede72473b5dad071.tar.xz
Spped things up by not downloading or converting things that didn't change.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/TODO.md b/TODO.md
index ea36e19..518cacc 100644
--- a/TODO.md
+++ b/TODO.md
@@ -4,15 +4,6 @@ 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
16Add atom feed for single page. Alas cgit only seems to have ATOM feed on the whole repo, not individual files. 7Add atom feed for single page. Alas cgit only seems to have ATOM feed on the whole repo, not individual files.
17 8
18- However, once timestamps are sorted, I can use that code to generate (static?) RSS and ATOM feeds, and create page histories using diffs. 9- However, once timestamps are sorted, I can use that code to generate (static?) RSS and ATOM feeds, and create page histories using diffs.