Sha256: d860d1d2146312b1ad52ba07c5b9da7f9106fb38631ca4426f5d463d2d9644e7

Contents?: true

Size: 1.68 KB

Versions: 1

Compression:

Stored size: 1.68 KB

Contents

couch_design_docs
    by Chris Strom
    http://github.com/eee-c/couch_design_docs

== DESCRIPTION:

Manage CouchDB views.

== FEATURES/PROBLEMS:

* Allows you to store your CouchDB design documents on the file system
  with <tt>.js</tt> extensions.

== SYNOPSIS:

  DB_URL = "http://localhost:5984/db"
  DIRECTORY = "/repos/db/coudb/_design"

  # /repos/db/coudb/_design/lucene/transform.js

  CouchDesignDocs.upload_dir(DB_URL, DIRECTORY)

  # => lucene design document with a "transform" function containing
  #    the contents of transform.js

== REQUIREMENTS:

* CouchDB
* JSON
* RestClient

== INSTALL:

* sudo gem install couch_design_docs

== LICENSE:

(The MIT License)

Copyright (c) 2009

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
eee-c-couch_design_docs-1.0.2 README.txt