mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-22 16:17:29 +00:00
Add RSS and graphicsmagick to readme
This commit is contained in:
parent
30b45c2573
commit
c99de263f4
15
README.md
15
README.md
@ -11,9 +11,11 @@ See also: [Invidious, a front-end for YouTube.](https://github.com/omarroth/invi
|
|||||||
- [x] View profile and timeline
|
- [x] View profile and timeline
|
||||||
- [x] Infinite scroll
|
- [x] Infinite scroll
|
||||||
- [x] User memory cache
|
- [x] User memory cache
|
||||||
|
- [x] RSS (latest 12 posts)
|
||||||
- [ ] Image disk cache
|
- [ ] Image disk cache
|
||||||
- [ ] View post
|
- [ ] View post
|
||||||
- [ ] Homepage
|
- [ ] Homepage
|
||||||
|
- [ ] Proper error checking
|
||||||
- [ ] Optimised for mobile
|
- [ ] Optimised for mobile
|
||||||
- [ ] Favicon
|
- [ ] Favicon
|
||||||
- [ ] Settings (e.g. data saving)
|
- [ ] Settings (e.g. data saving)
|
||||||
@ -43,12 +45,19 @@ If you only use one computer, you can install Bibliogram on that computer and th
|
|||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
|
|
||||||
1. `git clone https://github.com/cloudrac3r/bibliogram`
|
Bibliogram depends on GraphicsMagick for resizing thumbnails.
|
||||||
1. `npm install`
|
|
||||||
1. `npm start`
|
Ubuntu: `# apt install graphicsmagick`
|
||||||
|
|
||||||
|
1. `$ git clone https://github.com/cloudrac3r/bibliogram`
|
||||||
|
If you are using a fork, be sure to actually install that fork instead!
|
||||||
|
1. `$ npm install`
|
||||||
|
1. Edit `/config.js` to suit your server environment
|
||||||
|
1. `$ npm start`
|
||||||
|
|
||||||
Bibliogram is now running on `0.0.0.0:10407`.
|
Bibliogram is now running on `0.0.0.0:10407`.
|
||||||
|
|
||||||
## User-facing endpoints
|
## User-facing endpoints
|
||||||
|
|
||||||
- `/u/{username}` - load a user's profile and timeline
|
- `/u/{username}` - load a user's profile and timeline
|
||||||
|
- `/u/{username}/rss.xml` - get the RSS feed for a user
|
||||||
|
Loading…
Reference in New Issue
Block a user