[clouchdb-cvs] CVS clouchdb/src

peddy peddy at common-lisp.net
Sun Jun 15 13:44:41 UTC 2008


Update of /project/clouchdb/cvsroot/clouchdb/src
In directory clnet:/tmp/cvs-serv1862/src

Modified Files:
	examples.lisp 
Log Message:
Updated news and examples.lisp regarding new CouchDb views API


--- /project/clouchdb/cvsroot/clouchdb/src/examples.lisp	2008/06/14 21:31:35	1.8
+++ /project/clouchdb/cvsroot/clouchdb/src/examples.lisp	2008/06/15 13:44:41	1.9
@@ -113,9 +113,7 @@
      ;; The view's document ID (views are just special documents):
      "tags"
      (ps-view ("tag") ; <-- the view name
-       ;; The view definition, created in a pleasingly lispy way
-       ;; with the lovely parenscript library. (May also be
-       ;; specified as a string):
+       ;; The view definition in parenscript.
        (defun map (doc)
          (with-slots (tags) doc
            (dolist (tag tags)




More information about the clouchdb-cvs mailing list