renaming to recline

This commit is contained in:
Max Ogden
2011-07-20 12:49:01 -07:00
parent 8fbbe2f848
commit 7a97befb5b
6 changed files with 18 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
# Removalist
# Recline
A [CouchApp](http://couchapp.org) based on Google Refine's UI that lets you bulk edit and export your data in CouchDB
A HTML5 port of Google Refine's UI that lets you bulk import, edit and export your data in and out of CouchDB
## Features
@@ -10,9 +10,9 @@ A [CouchApp](http://couchapp.org) based on Google Refine's UI that lets you bulk
## Installation
After you install it, visit this link to open Removalist:
After you install it, visit this link to open Recline:
http://yourcouch/yourdb/_design/removalist/_rewrite
http://yourcouch/yourdb/_design/recline/_rewrite
### Quick install
@@ -20,10 +20,10 @@ After you install it, visit this link to open Removalist:
Copy these utilities to the new db:
curl -X POST http://user:pass@YOURCOUCH/_replicate -d '{"source":"http://max.couchone.com/apps","target":"YOURDB", "doc_ids":["_design/removalist"]}' -H "Content-type: application/json"
curl -X POST http://user:pass@YOURCOUCH/_replicate -d '{"source":"http://max.couchone.com/apps","target":"YOURDB", "doc_ids":["_design/recline"]}' -H "Content-type: application/json"
### In-depth install
You'll have to get yourself a couch. The easiest way is from [the instructions on this page](http://couchone.com/get). Once it's going, open up `http://YOURCOUCH/_utils` and create a new database to store your data.
You can either replicate the couchapp from my couch [max.couchone.com/apps/_design/removalist](http://max.couchone.com/apps/_design/removalist) (quickest option) or, if you want to hack on the removalist source code first, you'll need to install `mikeal/node.couchapp.js` and clone this repo.
You can either replicate the couchapp from my couch [max.couchone.com/apps/_design/recline](http://max.couchone.com/apps/_design/recline) (quickest option) or, if you want to hack on the recline source code first, you'll need to install `mikeal/node.couchapp.js` and clone this repo.