[clouchdb-cvs] CVS clouchdb/public_html
peddy
peddy at common-lisp.net
Mon Dec 17 13:58:32 UTC 2007
Update of /project/clouchdb/cvsroot/clouchdb/public_html
In directory clnet:/tmp/cvs-serv4983/public_html
Modified Files:
index.html
Log Message:
- Encode all URL parameters properly, this fixes issues reported by
Daniel Farina having to do with the inability to use leagal
characters in document IDs.
- Error handling for (post-document)
--- /project/clouchdb/cvsroot/clouchdb/public_html/index.html 2007/12/14 23:22:58 1.3
+++ /project/clouchdb/cvsroot/clouchdb/public_html/index.html 2007/12/17 13:58:32 1.4
@@ -518,15 +518,16 @@
</p>
<p>
-Special Properties
+ Special Properties
</p>
+
<blockquote>
<p>
-When a document is created CouchDb assigns special properties to that
-document, these properties cannot be modified by clients. The special
-properties include the document's ID (:_id) and the document revision
-number (:_rev). All special properties begin with an underscore (_)
-symbol.
+ When a document is created CouchDb assigns special properties to that
+ document, these properties cannot be modified by clients. The special
+ properties include the document's ID (:_id) and the document revision
+ number (:_rev). All special properties begin with an underscore (_)
+ symbol.
</p>
<pre class="code">
More information about the clouchdb-cvs
mailing list