[gnus git] branch master updated: n0-17-366-gc4635f7 =1= * gnus-sync.el: Improve docs about CouchDB admins.
Ted Zlatanov <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via c4635f71b543d88579c70660fe88a4bd64f4e2e8 (commit)
from 9d68d91eeb52ca2630be58a1eb5150d02a5e75b6 (commit)
- Log -----------------------------------------------------------------
commit c4635f71b543d88579c70660fe88a4bd64f4e2e8
Author: Ted Zlatanov <[email protected]>
Date: Mon Oct 31 18:32:55 2011 -0400
* gnus-sync.el: Improve docs about CouchDB admins.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9d88376..8963f27 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2011-10-31 Teodor Zlatanov <[email protected]>
+ * gnus-sync.el: Improve docs about CouchDB admins.
+
* gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
function because `gnus-bound-and-true-p' doesn't work well in XEmacs
for reasons unknown.
diff --git a/lisp/gnus-sync.el b/lisp/gnus-sync.el
index 3830d59..ca5e2d2 100644
--- a/lisp/gnus-sync.el
+++ b/lisp/gnus-sync.el
@@ -44,13 +44,16 @@
;; What's a LeSync server?
-;; 1. install CouchDB, set up a real admin user, and create a
+;; 1. install CouchDB, set up a real server admin user, and create a
;; database, e.g. "tzz" and save the URL,
;; e.g. http://lesync.info:5984/tzz
;; 2. run `M-: (gnus-sync-lesync-setup "http://lesync.info:5984/tzz" "tzzadmin" "mypassword" "mysalt" t t)'
+
;; (If you run it more than once, you have to remove the entry from
-;; _users yourself. This is intentional.)
+;; _users yourself. This is intentional. This sets up a database
+;; admin for the "tzz" database, distinct from the server admin
+;; user in (1) above.)
;; That's it, you can start using http://lesync.info:5984/tzz in your
;; gnus-sync-backend as a LeSync backend. Fan fiction about the
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 2 ++
lisp/gnus-sync.el | 7 +++++--
2 files changed, 7 insertions(+), 2 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project