From 84a1ecae2787c64a96b104d5738a12073724f531 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 19 Jun 2018 21:04:48 +0200 Subject: [PATCH] Talk about server information in README Resolves: https://github.com/cweiske/shpub/issues/13 --- README.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.rst b/README.rst index 5a615fa..813586a 100644 --- a/README.rst +++ b/README.rst @@ -249,6 +249,22 @@ anything to the server:: 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 =========== -- 2.30.2