diff options
| author | 2022-10-03 21:39:28 +0200 | |
|---|---|---|
| committer | 2022-10-03 21:39:28 +0200 | |
| commit | 417be716e5d448879c5ae16f2e9bb723a8916077 (patch) | |
| tree | 2b7fd3a081fe3a6d8c4b8fc32933948af45cfc8d | |
| parent | Deleted command-line commands that will not be implemented. (diff) | |
| download | snac2-417be716e5d448879c5ae16f2e9bb723a8916077.tar.gz snac2-417be716e5d448879c5ae16f2e9bb723a8916077.tar.xz snac2-417be716e5d448879c5ae16f2e9bb723a8916077.zip | |
Updated TODO.
| -rw-r--r-- | TODO.md | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -8,8 +8,6 @@ Implement the citations as @user@host in the reply textareas. | |||
| 8 | 8 | ||
| 9 | Implement the purge. | 9 | Implement the purge. |
| 10 | 10 | ||
| 11 | Import the man pages. | ||
| 12 | |||
| 13 | Implement the 'init' command-line option. | 11 | Implement the 'init' command-line option. |
| 14 | 12 | ||
| 15 | Implement the 'adduser' command-line option. | 13 | Implement the 'adduser' command-line option. |
| @@ -24,14 +22,14 @@ Implement image attachments. | |||
| 24 | 22 | ||
| 25 | Implement the s/ (static) path. | 23 | Implement the s/ (static) path. |
| 26 | 24 | ||
| 25 | Implement a way to save interesting posts. | ||
| 26 | |||
| 27 | ## Wishlist and batshit crazy ideas | 27 | ## Wishlist and batshit crazy ideas |
| 28 | 28 | ||
| 29 | Process the timeline html from a dedicated thread. | 29 | Process the timeline html from a dedicated thread. |
| 30 | 30 | ||
| 31 | The '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. | 31 | The '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. |
| 32 | 32 | ||
| 33 | Implement a way to save interesting posts. | ||
| 34 | |||
| 35 | Create the `mastodon2snac` helper program (reading directly from the boxes, not using any exported data). | 33 | Create the `mastodon2snac` helper program (reading directly from the boxes, not using any exported data). |
| 36 | 34 | ||
| 37 | Add an RSS to the local timeline. | 35 | Add an RSS to the local timeline. |
| @@ -147,3 +145,5 @@ Implement the user-setup web interface (2022-10-02T17:45:03+0200). | |||
| 147 | Implement the local timeline cache (2022-10-02T18:17:27+0200). | 145 | Implement the local timeline cache (2022-10-02T18:17:27+0200). |
| 148 | 146 | ||
| 149 | Implement the h/ (history) path (2022-10-02T18:23:24+0200). | 147 | Implement the h/ (history) path (2022-10-02T18:23:24+0200). |
| 148 | |||
| 149 | Import the man pages (2022-10-03T21:38:23+0200). | ||