aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authordvs12025-03-16 22:48:19 +1000
committerdvs12025-03-16 22:48:19 +1000
commitb9c097ea64f05802ec73140d2f784181360233a2 (patch)
tree43fddb3fdcde25bcd2f0dc0b4e1b0506cf9e1a02
parentSpped things up by not downloading or converting things that didn't change. (diff)
downloadnotYetAnotherWiki-b9c097ea64f05802ec73140d2f784181360233a2.zip
notYetAnotherWiki-b9c097ea64f05802ec73140d2f784181360233a2.tar.gz
notYetAnotherWiki-b9c097ea64f05802ec73140d2f784181360233a2.tar.bz2
notYetAnotherWiki-b9c097ea64f05802ec73140d2f784181360233a2.tar.xz
Bump fixing linkies priority up.
-rw-r--r--TODO.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/TODO.md b/TODO.md
index 518cacc..226ff23 100644
--- a/TODO.md
+++ b/TODO.md
@@ -4,14 +4,6 @@ Make it perphekd!
4 4
5## Do these 5## Do these
6 6
7Add atom feed for single page. Alas cgit only seems to have ATOM feed on the whole repo, not individual files.
8
9- However, once timestamps are sorted, I can use that code to generate (static?) RSS and ATOM feeds, and create page histories using diffs.
10- Should also see if gitea can handle that, and if they want wiki content saved to git.
11
12Instead of an hourly cron job to update everything, see if I can hook
13into Fos and Pm edit form's save function. So when they save in the
14original wiki, the nyaw version gets updated, diffed, and RSSed.
15 7
16Fix up linky conversion. DONE, mostly. 8Fix up linky conversion. DONE, mostly.
17 9
@@ -22,6 +14,14 @@ Fix up linky conversion. DONE, mostly.
22- . Loop through the manually placed symlinks, adjusting "real URL" as we go. 14- . Loop through the manually placed symlinks, adjusting "real URL" as we go.
23- + What to do about mulitple symlinks pointing to the same page? Compare timestamps, most recent wins. 15- + What to do about mulitple symlinks pointing to the same page? Compare timestamps, most recent wins.
24 16
17Add atom feed for single page. Alas cgit only seems to have ATOM feed on the whole repo, not individual files.
18
19- However, once timestamps are sorted, I can use that code to generate (static?) RSS and ATOM feeds, and create page histories using diffs.
20- Instead of an hourly cron job to update everything, see if I can hook
21into Fos and Pm edit form's save function. So when they save in the
22original wiki, the nyaw version gets updated, diffed, and RSSed.
23- Should also see if gitea can handle that, and if they want wiki content saved to git.
24
25 25
26## Some ideas 26## Some ideas
27 27