~ubuntu-branches/ubuntu/lucid/desktopcouch/lucid

« back to all changes in this revision

Viewing changes to data/couchdb.tmpl

  • Committer: Elliot Murphy
  • Date: 2010-03-01 17:18:07 UTC
  • mfrom: (1.5.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: elliot@elliotmurphy.com-20100301171807-fb8hzyzfbgcuig2j
* New upstream bugfix release.
  - Include a new program bin/desktopcouch-get-port .
  - Use DBus to get port, and thereby start the service daemon, on normal
    Python access to the database. (LP: #519444)
  - Update docs to be explicit about put_record(r) mutating r .
  - Add new method put_records_batch(iterable_of_records) .
  - Fix up apport collection.
  - Fix a problem with couchdb mutating its INI file to store a hashed
    password, which is useless for HTTP Basic auth in the bookmark file.
  - Fix obscure bugs in couchdb startup regarding port availability.
  - Update execute_view() ti take a dict of additional parameters for
    execution.
  - Add has_key() method to desktopcouch.record.RecordDict so that it
    behaves more like a dictionary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
<h1>Desktop CouchDB</h1>
27
27
<p>Your desktop CouchDB is the data store for many of your applications.
28
28
You can browse around it to see which data your applications are storing.</p>
29
 
<p>You should bookmark this page (by going to <strong>Bookmarks > Bookmark
 
29
<p>You should bookmark this page (by going to <strong>Bookmarks &gt; Bookmark
30
30
This Page</strong> or pressing <strong>Ctrl-D</strong>) so you can easily
31
31
come back to browse your CouchDB again.</p>
32
32
<p>Don't bookmark the CouchDB page itself, because its location may change!</p>
35
35
there straight away from now on</a> (remember to bookmark this page first!)</p>
36
36
</body>
37
37
</html>
38
 
 
 
38
<!-- !![[COUCHDB_USERNAME]]!![[COUCHDB_PASSWORD]]!! -->