public
Description: A simple TODO app written in Javascript using CouchDB
Clone URL: git://github.com/lsegal/couch-todo.git
name age message
file README.textile Fri Jun 20 09:29:06 -0700 2008 Wording [lsegal]
file index.html Fri Jun 20 09:20:21 -0700 2008 Initial import [lsegal]
README.textile

Couch TODO

Written by Loren Segal in 2008. License is “steal-me”.

INSTALL

Put the index file in any directory in the couch www folder. I used todo

This page was written to run from the /usr/local/share/couch/www directory, so you might want to as well. It uses the jquery support files as well as the stylesheet from the CouchDB utils apps, so if you don’t house the file there you’ll need to copy the image, style, and script directories from there.

RUN

Start your couchdb server with couchdb, and navigate to (if you put the file in the todo subdirectory):

http://localhost:5984/_utils/todo

It works? Yay!