X-Git-Url: https://git.cweiske.de/shpub.git/blobdiff_plain/25221c2608df58ebd0fe1c5fbbb886ec160c78ec..116b4e13d00cef5e050796d165fa506c1700c72f:/README.rst diff --git a/README.rst b/README.rst index d2255be..35dfcca 100644 --- a/README.rst +++ b/README.rst @@ -9,8 +9,13 @@ Command line `micropub `_ client written in PHP. ======== Download ======== -The `github releases page `_ -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 `_ +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 ===========