Updated the readme to have a better feature section
This commit is contained in:
16
README.md
16
README.md
@@ -14,25 +14,22 @@ See the software in action: [deadvey.com](https://deadvey.com)<br/>
|
|||||||
Read the [configuation guide](docs/CONFIG.md) for configuration help (in config.json)
|
Read the [configuation guide](docs/CONFIG.md) for configuration help (in config.json)
|
||||||
|
|
||||||
# Features
|
# Features
|
||||||
* post creation via the web frontend (no need to remote to your server to make a post)
|
* post creation, modification and deletion via frontend
|
||||||
|
* user creation, modification and deletion via frontend
|
||||||
* multi user
|
* multi user
|
||||||
* powerful customisation
|
* powerful customisation via EJS
|
||||||
* rss, atom
|
* site wide rss, atom
|
||||||
* timeline, user page, post page and tag specific page
|
|
||||||
* edit/delete posts
|
|
||||||
* hitcount
|
* hitcount
|
||||||
* Markdown syntax in posts
|
* Markdown syntax in posts
|
||||||
* Commenting on posts
|
* Commenting on posts
|
||||||
* sign up and delete account
|
* site wide custom CSS
|
||||||
* ejs
|
|
||||||
* custom CSS _file_
|
|
||||||
|
|
||||||
# Bugs
|
# Bugs
|
||||||
* probably scales like shit
|
* probably scales like shit
|
||||||
* probably insecure as hell
|
* probably insecure as hell
|
||||||
|
|
||||||
# Planned features/todo list
|
# Planned features/todo list
|
||||||
* user specific RSS feeds
|
* user specific RSS/atom feeds
|
||||||
* federation (looks tricky)
|
* federation (looks tricky)
|
||||||
* All strings (including in edit and post page) customisable
|
* All strings (including in edit and post page) customisable
|
||||||
* formatable custom strings
|
* formatable custom strings
|
||||||
@@ -41,6 +38,7 @@ Read the [configuation guide](docs/CONFIG.md) for configuration help (in config.
|
|||||||
* comment pages?
|
* comment pages?
|
||||||
* /postID and /userID pages
|
* /postID and /userID pages
|
||||||
* site index
|
* site index
|
||||||
|
* Make EJS modification more user friendly
|
||||||
|
|
||||||
TODO (not finished)
|
TODO (not finished)
|
||||||
# EJS variable names
|
# EJS variable names
|
||||||
|
Reference in New Issue
Block a user