aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/TODO.md b/TODO.md
index bd02788..dfbb142 100644
--- a/TODO.md
+++ b/TODO.md
@@ -16,10 +16,10 @@ Fix up linky conversion. DONE, mostly.
16 16
17Add atom feed for single page. Alas cgit only seems to have ATOM feed on the whole repo, not individual files. 17Add atom feed for single page. Alas cgit only seems to have ATOM feed on the whole repo, not individual files.
18 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. 19- However, once timestamps are sorted, I can use that code to generate 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 20- Instead of an hourly cron job to update everything, see if I can hook
21into Fos and Pm edit form's save function. So when they save in the 21into Fos and Pm edit form's save function. So when they save in the
22original wiki, the nyaw version gets updated, diffed, and RSSed. 22original wiki, the nyaw version gets updated, diffed, and ATOMed / RSSed.
23- Should also see if gitea can handle that, and if they want wiki content saved to git. 23- Should also see if gitea can handle that, and if they want wiki content saved to git.
24 24
25It's all a bit too fragile, fix what I can. Too many messes colliding. 25It's all a bit too fragile, fix what I can. Too many messes colliding.
@@ -41,8 +41,8 @@ Mostly from something chomwitt deleted.
41~~~ 41~~~
42 42
43- Syntax highlighting in code blocks. 43- Syntax highlighting in code blocks.
44- Might be useful to automatically convert anything looking like a URL into a linky.
45- Allow default.template files in sub directories. 44- Allow default.template files in sub directories.
45- Might be useful to automatically convert anything looking like a URL into a linky.
46 46
47Automate symlinks. 47Automate symlinks.
48 48
@@ -102,6 +102,6 @@ site, including configuration and modules. Likely this is the person
102that set the system up in the first place. 102that set the system up in the first place.
103 103
104Admin should have access to everything that shell level has, but there's always things need tweaking at some lower level. 104Admin should have access to everything that shell level has, but there's always things need tweaking at some lower level.
105Built in file browser might do the trick. Would be useful for content creators to to organise the content. Naturally should obey the permissions. 105Built in file browser might do the trick. Would be useful for content creators to organise the content. Naturally should obey the permissions.
106 106
107root level is whoever controls the server things are running on. They can do anything at all. 107root level is whoever controls the server things are running on. They can do anything at all.