From 5e0b915935c788c343490b17a9acfc2520976619 Mon Sep 17 00:00:00 2001 From: The Dod Date: Wed, 28 Jun 2017 21:10:10 +0300 Subject: [PATCH] =?UTF-8?q?D'Oh.=20It's=20RST=20(not=20MD)=20=F0=9F=98=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/source/configure.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/source/configure.rst b/docs/source/configure.rst index 231d738..818e4fb 100644 --- a/docs/source/configure.rst +++ b/docs/source/configure.rst @@ -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.