This repository has been archived on 2025-06-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
joeac.net-symfony/todo.txt
2025-06-03 07:27:19 +01:00

32 lines
1.3 KiB
Plaintext

Add a most recent blog post to my home page
Add a most recent note to my home page
Write a script to take a database dump
Write a systemd unit to back up a daily database dump to Backblaze
Manage secrets in some better way than uncommitted .env files
Start serving the website from a Raspberry Pi
Add Next and Prev links to each note page
Can create notes by Micropub
Can edit notes by Micropub
Can delete notes by Micropub
Can create blog posts by Micropub
Can edit blog posts by Micropub
Can delete blog posts by Micropub
Add reply approvals page
Add replies to notes and blog posts
Accept replies to notes and blog posts by Webmention
Add reacjis (reactions)
Accept reacjis (reactions) to notes and blog posts by Webmention
Add likes
Accept likes to notes and blog posts by Webmention
Can create notes in an editor at /write
Can create blog posts in an editor at /write
Can create replies in an editor at /write
Can create re-posts in an editor at /write
Can create reacjis (reactions) in an editor at /write
Add an activity index page with a feed of all activity
Remove the notes index page
Creating replies sends a Webmention
Creating re-posts sends a Webmention
Creating reacjis (reactions) sends a Webmention
Replace all href attribute values with calls to path() or importmap()