From a792f0517fad7b18d3faabd0266c527efb6103da Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Sat, 1 Apr 2017 13:22:30 +0200 Subject: [PATCH] Prepare 0.4.0 --- ChangeLog | 12 ++++++++++++ README.rst | 13 +++++++++++++ build.xml | 2 +- 3 files changed, 26 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e0bf898..38d5dc9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2017-04-01 Christian Weiske + + * New command: (syndication) targets + * Add JSON auth response handling (aaronpk) + * Add scope parameter to connect command (aaronpk) + * Fix authentication: Send grant_type (aaronpk) + * Fix JSON "type" format (aaronpk) + * Fix JSON HTML content format + * Fix RSVP type (aaronpk) + * Fix missing PEAR.php in .phar + * Version 0.4.0 + 2016-09-23 Christian Weiske * Improved URL file upload type detection 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 ============ diff --git a/build.xml b/build.xml index e2307b0..3b29f86 100644 --- a/build.xml +++ b/build.xml @@ -1,7 +1,7 @@ - + -- 2.30.2