diff options
author | dvs1 | 2025-04-02 13:43:46 +1000 |
---|---|---|
committer | dvs1 | 2025-04-02 13:43:46 +1000 |
commit | e7692204e929c2e17a63b41d0928ba19a0a25415 (patch) | |
tree | 41b2388cf2a715fffc238f9886953da17811ad42 | |
parent | Mention symlinks. (diff) | |
download | notYetAnotherWiki-e7692204e929c2e17a63b41d0928ba19a0a25415.zip notYetAnotherWiki-e7692204e929c2e17a63b41d0928ba19a0a25415.tar.gz notYetAnotherWiki-e7692204e929c2e17a63b41d0928ba19a0a25415.tar.bz2 notYetAnotherWiki-e7692204e929c2e17a63b41d0928ba19a0a25415.tar.xz |
TODO suggest BFI for ATOM.
-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. |