1
0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2024-11-22 16:17:29 +00:00

Update links to wiki

This commit is contained in:
Cadence Fish 2020-01-28 23:55:40 +13:00
parent 4cabab5026
commit e676493030
No known key found for this signature in database
GPG Key ID: 81015DF9AA8607E1
2 changed files with 4 additions and 4 deletions

View File

@ -16,11 +16,11 @@ Join the Bibliogram discussion room on Matrix: [#bibliogram:matrix.org](https://
- [x] RSS (latest 12 posts) - [x] RSS (latest 12 posts)
- [x] View post - [x] View post
- [x] Galleries - [x] Galleries
- [x] Homepage
- [ ] Videos - [ ] Videos
- [ ] Galleries of videos - [ ] Galleries of videos
- [ ] Image disk cache - [ ] Image disk cache
- [ ] Clickable usernames and hashtags - [ ] Clickable usernames and hashtags
- [ ] Homepage
- [ ] Instance list - [ ] Instance list
- [ ] Proper error checking - [ ] Proper error checking
- [ ] Optimised for mobile - [ ] Optimised for mobile
@ -50,7 +50,7 @@ These features will not be added, and I will not investigate adding them:
## Instances ## Instances
The official instance is on https://bibliogram.art. You can see a list of instances run by the community [on the wiki page](https://github.com/cloudrac3r/bibliogram/wiki). The official instance is on https://bibliogram.art. You can see a list of instances run by the community [on the wiki page](https://github.com/cloudrac3r/bibliogram/wiki/Instances).
If you only use one computer, you can install Bibliogram on that computer and then access the instance through localhost. If you only use one computer, you can install Bibliogram on that computer and then access the instance through localhost.
@ -60,7 +60,7 @@ Bibliogram depends on GraphicsMagick for resizing thumbnails.
Ubuntu: `# apt install graphicsmagick` Ubuntu: `# apt install graphicsmagick`
1. `$ git clone https://github.com/cloudrac3r/bibliogram` 1. `$ git clone https://github.com/cloudrac3r/bibliogram`
If you are using a fork, be sure to actually install that fork instead! If you are using a fork, be sure to actually install that fork instead!
1. `$ npm install` 1. `$ npm install`
1. Edit `/config.js` to suit your server environment 1. Edit `/config.js` to suit your server environment

View File

@ -36,7 +36,7 @@ html
const links = [ const links = [
["https://github.com/cloudrac3r/bibliogram", "GitHub repository"], ["https://github.com/cloudrac3r/bibliogram", "GitHub repository"],
["https://riot.im/app/#/room/#bibliogram:matrix.org", "Discussion room on Matrix"], ["https://riot.im/app/#/room/#bibliogram:matrix.org", "Discussion room on Matrix"],
["https://github.com/cloudrac3r/bibliogram/wiki/Home", "Other Bibliogram instances"], ["https://github.com/cloudrac3r/bibliogram/wiki/Instances", "Other Bibliogram instances"],
["https://github.com/cloudrac3r/bibliogram/projects/1?fullscreen=true", "Project board"], ["https://github.com/cloudrac3r/bibliogram/projects/1?fullscreen=true", "Project board"],
["https://cadence.moe/about/contact", "Contact the developer"] ["https://cadence.moe/about/contact", "Contact the developer"]
] ]