diff options
-rw-r--r-- | TODO.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
20 | into Fos and Pm edit form's save function. So when they save in the | 20 | into Fos and Pm edit form's save function. So when they save in the |
21 | original wiki, the nyaw version gets updated, diffed, and ATOMed / RSSed. | 21 | original 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 | ||
23 | and 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 | ||
24 | It's all a bit too fragile, fix what I can. Too many messes colliding. | 26 | It's all a bit too fragile, fix what I can. Too many messes colliding. |