mirror of
https://codeberg.org/Reuh/feather.git
synced 2025-12-16 00:09:07 +00:00
feat: improve image centering in default css
This commit is contained in:
parent
174486ced8
commit
ae0c10eb6d
3 changed files with 25 additions and 15 deletions
17
README.md
17
README.md
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue