Compare commits

..

2 commits

Author SHA1 Message Date
0e97ffaeb8
format markdown 2024-08-03 10:28:41 +03:00
11ac810bce
update info about feature requests 2024-08-03 10:28:41 +03:00

View file

@ -184,11 +184,11 @@ config and put the css files there.
## Routes ## Routes
- `GET /`: index page, lists posts - `GET /`: index page, lists posts
- `GET /posts`: returns a list of all posts with metadata in JSON format - `GET /posts`: returns a list of all posts with metadata in JSON format
- `GET /posts/<name>`: view a post - `GET /posts/<name>`: view a post
- `GET /posts/<name>.md`: view the raw markdown of a post - `GET /posts/<name>.md`: view the raw markdown of a post
- `GET /post/*`: redirects to `/posts/*` - `GET /post/*`: redirects to `/posts/*`
## Cache ## Cache
@ -207,10 +207,13 @@ there is basically no good reason to not have compression on.
## Contributing ## Contributing
make sure your changes don't cause problems on at least the following browsers: make sure your changes don't break firefox, chromium,text-based browsers,
and webkit support
- links2 ### Feature Requests
- lynx
- w3m i want this project to be a good and usable piece of software, so i implement
- Firefox feature requests provided they fit the project and it's values.
- Chromium
most just ping me on discord with feature requests, but if your request is
non-trivial, please create an issue [here](https://git.slonk.ing/slonk/bingus-blog/issues).