diff options
-rw-r--r-- | TODO.md | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -4,14 +4,6 @@ Make it perphekd! | |||
4 | 4 | ||
5 | ## Do these | 5 | ## Do these |
6 | 6 | ||
7 | Add 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 | |||
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 | 7 | ||
16 | Fix up linky conversion. DONE, mostly. | 8 | Fix 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 | ||
17 | Add 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 | ||
21 | into Fos and Pm edit form's save function. So when they save in the | ||
22 | original 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 | ||