Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for 
change notification.

The "Getting_started_with_Futon" page has been changed by GeorgeSerbanut:
http://wiki.apache.org/couchdb/Getting_started_with_Futon?action=diff&rev1=7&rev2=8

  
  CouchDB includes a web-based front end called Futon which can be accessed by 
your browser via the following address:
  
-   [[http://localhost:5984/_utils/]]
+  . http://localhost:5984/_utils/
  
  From there you can create or delete databases and manage individual couchdb 
documents (analogous to records).
  
  Among the other utilities are a !JavaScript shell, a replicator GUI and a 
test suite.
  
+ Note: Try to avoid backslash + double quote and new lines in the design 
function using temporary views. Using them will raise the error "JSON.parse: 
bad control character in string literal".
+ 

Reply via email to