lots of fixes and more EJS

This commit is contained in:
2025-07-23 02:20:38 +01:00
parent 929151a16d
commit 797d894621
24 changed files with 634 additions and 598 deletions

View File

@@ -4,7 +4,7 @@ Please don't use this yet, it's not finished<br/>
See the software in action: [deadvey.com](https://deadvey.com)<br/>
# Confiuration
Read the [configuation guide](CONFIG.md) for configuration help (in config.json)
Read the [configuation guide](docs/CONFIG.md) for configuration help (in config.json)
# Features
* post creation via the web frontend (no need to remote to your server to make a post)
@@ -18,23 +18,21 @@ Read the [configuation guide](CONFIG.md) for configuration help (in config.json)
* Commenting on posts
* sign up and delete account
* ejs
* custom CSS _file_
# Bugs
* probably scales like shit
* probably insecure as hell
# Planned features/todo list
* custom CSS _file_
* custom strings use format indicators
* seperate functions into modules
* URGENT give each post and user a hard postID to prevent potential issues
* edit user (could be on instead of the delete_account page)
* user specific RSS feeds
* atom
* federation (looks tricky)
* 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
* clean up code a bit
* comment pages?