1
0
Fork 0
mirror of https://codeberg.org/Reuh/feather.git synced 2025-10-27 18:19:32 +00:00

feat: improve image centering in default css

This commit is contained in:
Étienne Fildadut 2025-10-11 21:15:26 +02:00
parent 174486ced8
commit ae0c10eb6d
3 changed files with 25 additions and 15 deletions

View file

@ -6,7 +6,7 @@ start with pictures/gif each time
### Navigating feeds
Directories, sorting/searching by date/title (a.k.a. using a file manager)
Directories, sorting/searching by date/title (a.k.a. using a file manager), flattening nested dirs, etc.
### Reading an article
@ -37,12 +37,12 @@ After changing the configuration, you can call `feather regenerate` to regenerat
`feather clear-data`
### Theoretical use-cases
#### Processing with scripts
### Layer other things on top
#### Syncthing
#### Processing with scripts
## Installation
### Docker
@ -65,9 +65,14 @@ You need Python 3.12 or newer. Then pip it up, as the kids say.
## TODO
before publishing:
- [ ] Write documentation
- [ ] Use inotify for real-time article mark-as-read action
- [ ] Share the fun somewhere
- [ ] Get article attachments
- [ ] Test with FreshRSS
"i'll look into it later":
- [ ] Get article attachments
- [ ] Use inotify for real-time article mark-as-read action
- [ ] Partial sync (using since_id for ttrss and start_time for googlereader)