delete account

This commit is contained in:
2025-07-15 02:10:26 +01:00
parent 9a1bc97b99
commit b5ab7af515
3 changed files with 49 additions and 4 deletions

View File

@@ -12,6 +12,7 @@ In action on my website: [deadvey.com](https://deadvey.com)<br/>
* hitcount
* Markdown syntax in posts
* Commenting on posts
* sign up and delete account
# Bugs
* probably scales like shit
@@ -20,8 +21,8 @@ In action on my website: [deadvey.com](https://deadvey.com)<br/>
# planned features/todo list
* atom
* federation (looks tricky)
* sign up
* All strings (including in edit and post page) customisable
* formatable custom strings
* split code into files to tidy it up a bit
* inline comments and docs
* give each post a hard postID to prevent potential issues
@@ -38,6 +39,7 @@ In action on my website: [deadvey.com](https://deadvey.com)<br/>
* %G - Tag name (used for the tag page only)
* %H - Frontpage hit count
* %I - User description
* %J - URL delete account
* %L - URL Permanent link to the post
* %M - comments
* %N - the username of the user (poster)