mod_nodeinfo2: Add a README
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>
Sun, 29 Dec 2019 22:09:58 +0100
changeset 3789 6273705e3830
parent 3788 741a1e400de4
child 3790 58e484426d13
mod_nodeinfo2: Add a README
mod_nodeinfo2/README.markdown
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mod_nodeinfo2/README.markdown	Sun Dec 29 22:09:58 2019 +0100
@@ -0,0 +1,34 @@
+---
+description: 
+labels: 'Stage-Alpha'
+---
+
+Introduction
+============
+
+This module exposes a [nodeinfo2](https://git.feneas.org/jaywink/nodeinfo2)
+.well-known URL for use e.g. from
+[the-federation.info](https://the-federation.info).
+
+Configuration
+=============
+
+Enable the `nodeinfo` module in your global `modules_enabled` section:
+```
+modules_enabled = {
+    ...
+    "nodeinfo2"
+    ...
+}
+```
+
+This module depends on [mod\_http](https://prosody.im/doc/http), all of its
+configuration actually happens in this module.
+
+Compatibility
+=============
+
+  ----- -----------
+  trunk Works
+  0.11  Should work
+  ----- -----------