You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2010/09/29 05:31:31 UTC

[Couchdb Wiki] Update of "How_to_serve_applications" by DougReeder

Dear Wiki user,

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

The "How_to_serve_applications" page has been changed by DougReeder.
The comment on this change is: added see also for CouchApp.
http://wiki.apache.org/couchdb/How_to_serve_applications?action=diff&rev1=3&rev2=4

--------------------------------------------------

  ## page was renamed from ServingAppsFromCouchDb
+ See also "couchapp", which is a tool to upload apps to CouchDB and a set of libraries to use when writing web apps for CouchDB.
+ 
+ 
  You can write applications that are written entirely in HTML/CSS and JavaScript and that is stored within CouchDB document attachments. Here's a short script that makes it easy to wrap up a bunch of files and put them into a database.
  
  This is a quick'n'dirty hack. All you need to do is fill the {{{$files}}} array with entries of {{{$file}}} arrays that contain the filename and content-type of that file.