The documentation for nnwarchive.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Tue, 23 Nov 1999 10:13:34 +0000 (10:13 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Tue, 23 Nov 1999 10:13:34 +0000 (10:13 +0000)
A bug fix for gnus-group-warchive-address-history.

lisp/ChangeLog
lisp/gnus-group.el
texi/ChangeLog
texi/gnus.texi

index fa27f49..f617d12 100644 (file)
@@ -1,3 +1,8 @@
+1999-11-23 05:08:23  Shenghuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-group.el (gnus-group-warchive-address-history): Change to
+       nil.
+
 1999-11-23 02:33:13  Shenghuo ZHU  <zsh@cs.rochester.edu>
 
        * webmail.el: Support mail.yahoo.com.
index b6f2968..7337af2 100644 (file)
@@ -2103,7 +2103,7 @@ If SOLID (the prefix), create a solid group."
 (defvar nnwarchive-type-definition)
 (defvar gnus-group-warchive-type-history nil)
 (defvar gnus-group-warchive-login-history nil)
-(defvar gnus-group-warchive-address-history "")
+(defvar gnus-group-warchive-address-history nil)
 
 (defun gnus-group-make-warchive-group ()
   "Create a nnwarchive group."
@@ -2120,9 +2120,8 @@ If SOLID (the prefix), create a solid group."
                    nnwarchive-type-definition)
            nil t nil 'gnus-group-warchive-type-history)
           default-type))
-        (address (read-string
-                  (format "Warchive address: " )
-                  nil 'gnus-group-warchive-address-history))
+        (address (read-string "Warchive address: "
+                              nil 'gnus-group-warchive-address-history))
         (default-login (or (car gnus-group-warchive-login-history)
                            user-mail-address))
         (login
index 0cfd605..2afe9b9 100644 (file)
@@ -1,3 +1,7 @@
+1999-11-23 05:07:59  Shenghuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus.texi (Web Archive): Add nnwarchive.
+
 1999-11-23 03:05:32  Shenghuo ZHU  <zsh@cs.rochester.edu>
 
        * gnus.texi (Mail Source Specifiers): Add webmail.
index a468183..e0b5bfa 100644 (file)
@@ -11729,6 +11729,7 @@ interfaces to these sources.
 * Web Searches::          Creating groups from articles that match a string.
 * Slashdot::              Reading the Slashdot comments.
 * Ultimate::              The Ultimate Bulletin Board systems.
+* Web Archive::           Reading mailing list archived on web.
 @end menu
 
 The main caveat with all these web sources is that they probably won't
@@ -11947,6 +11948,39 @@ The directory where @code{nnultimate} stores its files.  The default is
 @samp{~/News/ultimate/}.
 @end table
 
+@node Web Archive
+@subsection Web Archive
+@cindex nnwarchive
+@cindex Web Archive
+
+Some mailing lists only have archives on Web servers, such as
+(@file{http://www.egroups.com/}). It has a quite regular and nice
+interface, and it's possible to get the information Gnus needs to keep
+groups updated.
+
+The easiest way to get started with @code{nnwarchive} is to say
+something like the following in the group buffer: @kbd{M-x
+gnus-group-make-nnwarchive-group RET an_egroup RET egroups RET
+www.egroups.com RET your@@email.address RET}.  (Substitute the
+@sc{an_egroup} with the mailing list you subscribed, the
+@sc{your@@email.address} with your email address.)
+
+The following @code{nnwarchive} variables can be altered:
+
+@table @code
+@item nnwarchive-directory
+@vindex nnwarchive-directory
+The directory where @code{nnwarchive} stores its files.  The default is
+@samp{~/News/warchive/}.
+
+@item nnwarchive-login
+@vindex nnwarchive-login
+The account name on the web server.
+
+@item nnwarchive-passwd
+@vindex nnwarchive-passwd
+The password for your account on the web server.
+@end table
 
 @node Other Sources
 @section Other Sources