add pleroma's content_type support
This commit is contained in:
parent
8b0d5b59ff
commit
acc98829cc
1 changed files with 9 additions and 0 deletions
|
@ -68,6 +68,11 @@ In order to configure Feed2toot, you need to create a feed2toot.ini file (or any
|
|||
[media]
|
||||
custom=/var/lib/feed2toot/media/logo.png
|
||||
|
||||
; Optional, if you wish to post to a Pleroma instance
|
||||
[pleroma]
|
||||
; Specify content_type to set the content type of your post on Pleroma.
|
||||
content_type=text/plain
|
||||
|
||||
For the [mastodon] section:
|
||||
|
||||
- instance_url: the url of your Mastodon instance
|
||||
|
@ -115,6 +120,10 @@ For the [media] section:
|
|||
|
||||
- custom: the path to a media (should be supported by Mastodon) to be posted with every Mastodon post.
|
||||
|
||||
For the [pleroma] section:
|
||||
|
||||
- content_type: Specify content_type to set the content type of your post on Pleroma. It accepts ‘text/plain’ (default), ‘text/markdown’, ‘text/html’ and ‘text/bbcode'. This parameter is not supported on Mastodon servers, but will be safely ignored if set. Use proper syntax in toot parameter of [rss] section.
|
||||
|
||||
Example of the list of hash tags
|
||||
================================
|
||||
The list of hash tags is a simple text file with one hash tag composed by several words on a single line::
|
||||
|
|
Loading…
Reference in a new issue