changeset 182:3b8d6c25756f

Add Type-Storage tag, and a note that this module needs updating.
author MWild1
date Wed, 06 Apr 2011 22:39:48 +0000
parents dbe3fcc3dbbb
children 99ccedc61bca
files mod_couchdb.wiki
diffstat 1 files changed, 25 insertions(+), 23 deletions(-) [+]
line wrap: on
line diff
--- a/mod_couchdb.wiki	Wed Apr 06 22:37:15 2011 +0000
+++ b/mod_couchdb.wiki	Wed Apr 06 22:39:48 2011 +0000
@@ -1,23 +1,25 @@
-#summary A CouchDB backend for Prosody
-#labels Stage-Alpha
-
-= Introduction =
-
-This is an experimental Prosody backend for CouchDB.
-
-= Configuration =
-In your config file, under the relevant host, add:
-{{{
-datastore = "couchdb";
-couchdb_url = "http://127.0.0.1:5984/database-name";
-}}}
-
-= Compatibility =
-
-Only works with trunk. As the trunk API is in flux, update this module as well when you update trunk.
-
-= Quirks =
-
-This implementation is a work in progress.
-
- * The data stored in couchdb is limited to: account data, rosters, private XML and vCards
+#summary A CouchDB backend for Prosody
+#labels Stage-Alpha,Type-Storage
+
+_*Note:* This module needs updating to the 0.8 storage module API._
+
+= Introduction =
+
+This is an experimental Prosody backend for CouchDB.
+
+= Configuration =
+In your config file, under the relevant host, add:
+{{{
+datastore = "couchdb";
+couchdb_url = "http://127.0.0.1:5984/database-name";
+}}}
+
+= Compatibility =
+
+Only works with trunk. As the trunk API is in flux, update this module as well when you update trunk.
+
+= Quirks =
+
+This implementation is a work in progress.
+
+ * The data stored in couchdb is limited to: account data, rosters, private XML and vCards
\ No newline at end of file