aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--TODO.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 8aa73b8..6508c80 100644
--- a/TODO.md
+++ b/TODO.md
@@ -19,6 +19,8 @@ Add atom feed for single page. Alas cgit only seems to have ATOM feed on the wh
19- Instead of an hourly cron job to update everything, see if I can hook 19- Instead of an hourly cron job to update everything, see if I can hook
20into Fos and Pm edit form's save function. So when they save in the 20into Fos and Pm edit form's save function. So when they save in the
21original wiki, the nyaw version gets updated, diffed, and ATOMed / RSSed. 21original wiki, the nyaw version gets updated, diffed, and ATOMed / RSSed.
22- + Actually a BFI method might do the trick, stick with doing a full scan
23and only updating the stuff that needs it, likely that's only the page that just got saved.
22- Should also see if gitea can handle that, and if they want wiki content saved to git. 24- Should also see if gitea can handle that, and if they want wiki content saved to git.
23 25
24It's all a bit too fragile, fix what I can. Too many messes colliding. 26It's all a bit too fragile, fix what I can. Too many messes colliding.