diff options
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -9,6 +9,10 @@ Add atom feed for single page. Alas cgit only seems to have ATOM feed on the wh | |||
9 | - 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. |
10 | - Should also see if gitea can handle that, and if they want wiki content saved to git. | 10 | - Should also see if gitea can handle that, and if they want wiki content saved to git. |
11 | 11 | ||
12 | Instead of an hourly cron job to update everything, see if I can hook | ||
13 | into Fos and Pm edit form's save function. So when they save in the | ||
14 | original wiki, the nyaw version gets updated, diffed, and RSSed. | ||
15 | |||
12 | Fix up linky conversion. DONE, mostly. | 16 | Fix up linky conversion. DONE, mostly. |
13 | 17 | ||
14 | - This is the "page moved" problem, but now it's "page copied" and "page linked", a generic solution might work. | 18 | - This is the "page moved" problem, but now it's "page copied" and "page linked", a generic solution might work. |