D'Oh. It's RST (not MD) 😖

This commit is contained in:
The Dod 2017-06-28 21:10:10 +03:00
parent 8673a64853
commit 5e0b915935

View file

@ -49,11 +49,13 @@ For the [mastodon] section:
- instance_url: the url of your Mastodon instance
- user_credentials: a file with the user credentials, generated by the command register_feed2toot_app
- client_credentials: a file with the client credentials, generated by the command register_feed2toot_app
- toot_visibility: any of the valid options for the `visibility` field
[here](https://github.com/tootsuite/documentation/blob/master/Using-the-API/API.md#posting-a-new-status).
Default is `public`, but `unlisted` prevents flooding
- toot_visibility: any of the valid options for the *visibility* field
`here`__.
Default is *public*, but *unlisted* prevents flooding
the instance's public timeline (which is more polite).
__ https://github.com/tootsuite/documentation/blob/master/Using-the-API/API.md#posting-a-new-status
For the [cache] section:
- cachefile: the path to the cache file storing ids of already tweeted links. Absolute path is mandatory. This file should always use the .db extension.