Changes in the README
This commit is contained in:
parent
a7f19759df
commit
46b8f2a315
13
README.md
13
README.md
|
@ -1,11 +1,6 @@
|
||||||
# ekster
|
# ekster
|
||||||
|
|
||||||
a microsub server
|
a [Microsub](https://indieweb.org/Microsub) server
|
||||||
|
|
||||||
|
|
||||||
## Warning!
|
|
||||||
|
|
||||||
Very alpha: no warranty.
|
|
||||||
|
|
||||||
## Installing and running ekster
|
## Installing and running ekster
|
||||||
|
|
||||||
|
@ -19,7 +14,7 @@ you need a Go environment. Use these commands to install the programs.
|
||||||
go get -u p83.nl/go/ekster/cmd/eksterd
|
go get -u p83.nl/go/ekster/cmd/eksterd
|
||||||
go get -u p83.nl/go/ekster/cmd/ek
|
go get -u p83.nl/go/ekster/cmd/ek
|
||||||
|
|
||||||
`eksterd` uses [Redis](https://redis.io/) as the database, to temporarily save
|
`eksterd` uses [Redis](https://redis.io/) as the database to temporarily save
|
||||||
the items and feeds. The more permanent information is saved in `backend.json`.
|
the items and feeds. The more permanent information is saved in `backend.json`.
|
||||||
|
|
||||||
#### Running eksterd
|
#### Running eksterd
|
||||||
|
@ -162,3 +157,7 @@ Micropub client.
|
||||||
`ekster` will check every 10 minutes, if the token is still valid. This could
|
`ekster` will check every 10 minutes, if the token is still valid. This could
|
||||||
be retrieved automatically, but this doesn't happen at the moment.
|
be retrieved automatically, but this doesn't happen at the moment.
|
||||||
|
|
||||||
|
## Other Microsub projects
|
||||||
|
|
||||||
|
* <https://indieweb.org/Microsub>
|
||||||
|
* Aperture: [code](https://github.com/aaronparecki/Aperture), [hosted](https://aperture.p3k.io)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user