Do not overwrite dist/*.phar files
[shpub.git] / README.rst
index 4e1d5485189a3282db33481e6a895bce5b6228af..35dfccab91804f34a461ef749c32e1e29dfbd44d 100644 (file)
@@ -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
 ============