From c4635f71b543d88579c70660fe88a4bd64f4e2e8 Mon Sep 17 00:00:00 2001 From: Ted Zlatanov Date: Mon, 31 Oct 2011 18:32:55 -0400 Subject: [PATCH] * gnus-sync.el: Improve docs about CouchDB admins. --- lisp/ChangeLog | 2 ++ lisp/gnus-sync.el | 7 +++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9d88376ea..8963f2707 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2011-10-31 Teodor Zlatanov + * 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 3830d5908..ca5e2d252 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 -- 2.25.1