Do not overwrite dist/*.phar files
[shpub.git] / README.rst
index d2255be69e533a11bb16d89a70f071c96f82ea1b..35dfccab91804f34a461ef749c32e1e29dfbd44d 100644 (file)
@@ -9,8 +9,13 @@ Command line `micropub <https://micropub.net/>`_ client written in PHP.
 ========
 Download
 ========
-The `github releases page <https://github.com/cweiske/shpub/releases>`_
-has self-contained ``.phar`` files that have all dependencies included.
+shpub is released as self-contained ``.phar`` file that includes
+all dependencies.
+
+.. LATESTRELEASE
+
+See `shpub downloads page <http://cweiske.de/shpub-download.htm>`_
+for all released versions.
 
 
 Dependencies
@@ -134,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
 ============
@@ -174,6 +192,8 @@ to see ``curl`` command equivalents to the shpub HTTP requests::
 ===========
 About shpub
 ===========
+shpub's homepage is http://cweiske.de/shpub.htm
+
 
 Source code
 ===========