X-Git-Url: https://git.cweiske.de/shpub.git/blobdiff_plain/95eada89cd6aa17be24c8abc991f887d73c94c31..116b4e13d00cef5e050796d165fa506c1700c72f:/README.rst diff --git a/README.rst b/README.rst index 4e1d548..35dfcca 100644 --- a/README.rst +++ b/README.rst @@ -139,6 +139,19 @@ Existing posts can be modified if the `server supports this`__:: __ https://indieweb.org/Micropub/Servers#Implementation_status +=================== +Syndication targets +=================== +You may list the syndication targets defined on the server:: + + $ ./bin/shpub.php targets + IndieNews + https://news.indieweb.org/en + +Then specify it when creating a post:: + + $ ./bin/shpub.php article -x mp-syndicate-to=https://news.indieweb.org/en title text + ============ File uploads ============