Do not require "me" parameter in connection callback
[shpub.git] / README.rst
index ef807ac0d51e72193cabd08a9909885b034ce1a6..813586a235340ae961c1e54540da9487d78b7657 100644 (file)
@@ -249,6 +249,36 @@ anything to the server::
     http://example.org/fake-response
 
 
     http://example.org/fake-response
 
 
+Server information
+==================
+To see which server, user and endpoint URLs ``shpub`` uses, pass the
+server name to the ``server`` command::
+
+    $ shpub server commentpara.de
+    commentpara.de
+     URL:   http://commentpara.de
+     User:  https://commentpara.de/user/3.htm
+     Endpoints:
+      micropub:      https://commentpara.de/micropub.php
+      media:
+      token:         https://commentpara.de/token.php
+      authorization: https://commentpara.de/auth.php
+
+
+===========
+Development
+===========
+
+Releasing a new version
+=======================
+
+#. Add notes to ``ChangeLog``
+#. Update version number in ``build.xml`` and ``src/shpub/Cli.php``
+#. Run ``phing``
+#. Commit and tag the version
+#. In the ``cweiske.de`` directory, run ``./scripts/update-shpub.sh``
+
+
 ===========
 About shpub
 ===========
 ===========
 About shpub
 ===========