Examples ======== Get running fast. xmpp ---- 1. Configure your XMPP account and password in ``~/.config/rivista/settings.toml`` 2. Write your newsletter as an .rst file into any folder of your choice. 3. Define the folder in ``~/.config/rivista/settings.toml`` under ``[journal]`` 4. Run ``rivista-build`` 5. Run ``rivista-server`` 6. Slixfeed creates a "feed", either over your own account (i.e. PEP) or over a dedicated PubSub service. 7. People can subscribe to this feed. gemini ------ 1. Write your newsletter as an .rst file into any folder of your choice. 2. Define the folder in ``~/.config/rivista/settings.toml`` under ``[journal]`` 3. Run ``rivista-build`` 4. Run ``rivista-server`` 5. Slixfeed starts a local gemini server under ``127.0.0.1:1965`` html ------ 1. Write your newsletter as an .rst file into any folder of your choice. 2. Define the folder in ``~/.config/rivista/settings.toml`` under ``[journal]`` 3. Run ``rivista-build`` 4. Run ``rivista-server`` 5. Slixfeed starts a local html server under ``127.0.0.1:8080``