This CouchApp implements a del.icio.us-like bookmarking application on top of CouchDB. URLs with title, tags, and description are POSTed into a CouchDB update-handler. Read about it and view some screenshots here.
2010-05-27 Incomplete: search keywords
2010-06-01 Support for in-place edits of Title and Description
git clone git@github.com:jpmens/scrumptious.git
cd scrumptious
couchapp push http://localhost:5984/scrumptious
> go to the URL shown
Start here
http://localhost:5984/scrumptious/_design/app/index.html
List all URLS
http://localhost:5984/scrumptious/_design/app/_list/ls/all
Grab bookmarks file
http://localhost:5984/scrumptious/_design/app/_list/bookmarksfile/all
This small app uses the following modules:
Copyright 2010 Jan-Piet Mens jpmens@gmail.com Licensed under the Apache License, Version 2.0.