summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2022-10-02 07:36:33 +0200
committerGravatar default2022-10-02 07:36:33 +0200
commit432067805ece3df29be7fe16e73f475b72c68038 (patch)
treefb7862636e0b10110110a5d6de773f14eac7a2b0
parentFixed crash. (diff)
downloadsnac2-432067805ece3df29be7fe16e73f475b72c68038.tar.gz
snac2-432067805ece3df29be7fe16e73f475b72c68038.tar.xz
snac2-432067805ece3df29be7fe16e73f475b72c68038.zip
Updated TODO.
-rw-r--r--TODO.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index ee38352..acce364 100644
--- a/TODO.md
+++ b/TODO.md
@@ -22,10 +22,12 @@ Add web interface for private messages.
22 22
23Add web interface for the list of people being followed. 23Add web interface for the list of people being followed.
24 24
25Add an RSS to the local timeline.
26
27Implement image attachments. 25Implement image attachments.
28 26
27Implement the s/ (static) path.
28
29Implement the h/ (history) path.
30
29## Wishlist and batshit crazy ideas 31## Wishlist and batshit crazy ideas
30 32
31The 'history' pages are now just monthly snapshots of the local timeline. This is ok and cheap and easy, but is problematic if you i.e. delete a post because it will be there in the history forever. 33The 'history' pages are now just monthly snapshots of the local timeline. This is ok and cheap and easy, but is problematic if you i.e. delete a post because it will be there in the history forever.
@@ -34,6 +36,8 @@ Implement a way to save interesting posts.
34 36
35Create the `mastodon2snac` helper program (reading directly from the boxes, not using any exported data). 37Create the `mastodon2snac` helper program (reading directly from the boxes, not using any exported data).
36 38
39Add an RSS to the local timeline.
40
37## Closed 41## Closed
38 42
39Start a TODO file (2022-08-25T10:07:44+0200). 43Start a TODO file (2022-08-25T10:07:44+0200).