Examples
Get running fast.
xmpp
Configure your XMPP account and password in
~/.config/rivista/settings.tomlWrite your newsletter as an .rst file into any folder of your choice.
Define the folder in
~/.config/rivista/settings.tomlunder[journal]Run
rivista-buildRun
rivista-serverSlixfeed creates a “feed”, either over your own account (i.e. PEP) or over a dedicated PubSub service.
People can subscribe to this feed.
gemini
Write your newsletter as an .rst file into any folder of your choice.
Define the folder in
~/.config/rivista/settings.tomlunder[journal]Run
rivista-buildRun
rivista-serverSlixfeed starts a local gemini server under
127.0.0.1:1965
html
Write your newsletter as an .rst file into any folder of your choice.
Define the folder in
~/.config/rivista/settings.tomlunder[journal]Run
rivista-buildRun
rivista-serverSlixfeed starts a local html server under
127.0.0.1:8080