add readme
authorChristian Weiske <cweiske@cweiske.de>
Mon, 8 Aug 2016 12:54:07 +0000 (14:54 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Mon, 8 Aug 2016 12:54:07 +0000 (14:54 +0200)
.gitignore
README.rst [new file with mode: 0644]

index d041e45b2cbf0963e7f61e4b2ec62521f93436a1..d1e93efa63f884d883ea5bfced25f073329909ce 100644 (file)
@@ -1 +1,2 @@
 /data/config.php
+/README.html
diff --git a/README.rst b/README.rst
new file mode 100644 (file)
index 0000000..a04e9f5
--- /dev/null
@@ -0,0 +1,50 @@
+********************************
+anoweco - anonymous web comments
+********************************
+Anonymous web comments for the indieweb.
+
+Provides everything needed to comment on sites that implement webmentions
+and microformats as specified by https://indieweb.org/:
+
+- IndieAuth endpoint that allows anyone to log in anonymously
+- Micropub endpoint for storing comments and likes to other posts
+- Each new comment/like is announced via linkback to the original URL
+  (webmention or pingback)
+
+Public instance available on https://commentpara.de/
+
+
+============
+Dependencies
+============
+* PHP 5.4+
+* PEAR's Net_URL
+* PEAR's Services_Libravatar
+* PEAR2's Services_Linkback
+* Twig
+
+
+=============
+About anoweco
+=============
+
+Source code
+===========
+anoweco's source code is available from http://git.cweiske.de/anoweco.git
+or the `mirror on github`__.
+
+__ https://github.com/cweiske/anoweco
+
+
+License
+=======
+anoweco is licensed under the `AGPL v3 or later`__.
+
+__ http://www.gnu.org/licenses/agpl.html
+
+
+Author
+======
+anoweco was written by `Christian Weiske`__.
+
+__ http://cweiske.de/