* gnus-news.texi: Addition.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Sun, 26 Dec 2004 13:45:05 +0000 (13:45 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Sun, 26 Dec 2004 13:45:05 +0000 (13:45 +0000)
* gnus.texi (RSS): Addition.

texi/ChangeLog
texi/gnus-news.texi
texi/gnus.texi

index 0a5b642..4b9a5c2 100644 (file)
@@ -1,3 +1,9 @@
+2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-news.texi: Addition.
+
+       * gnus.texi (RSS): Addition.
+
 2004-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * Makefile.in (.texi): Set LANG=C to avoid NLS translations.
index a70d5db..02377f4 100644 (file)
@@ -107,6 +107,10 @@ See the Gnus manual, section Hashcash, for more information.  Use
 @item Gnus supports a new sort command in the Summary buffer:
 @kbd{C-c C-s C-t} (@code{gnus-summary-sort-by-recipient}).
 
+@item The @code{nnrss} back end now supports multilingual text.
+Non-@acronym{ASCII} group names for the @code{nnrss} groups are also
+supported.  @xref{RSS}.
+
 @end itemize
 
 @c gnus-news.texi ends here.
index e785fba..58997fa 100644 (file)
@@ -16003,14 +16003,30 @@ changes to a wiki (e.g. @url{http://cliki.net/recent-changes.rdf}).
 @acronym{RSS} has a quite regular and nice interface, and it's
 possible to get the information Gnus needs to keep groups updated.
 
+Note: you had better use Emacs which supports the @code{utf-8} coding
+system because @acronym{RSS} uses UTF-8 for encoding non-@acronym{ASCII}
+text by default.  It is also used by default for non-@acronym{ASCII}
+group names.
+
 @kindex G R (Summary)
-Use @kbd{G R} from the summary buffer to subscribe to a feed---you
-will be prompted for the location of the feed.
+Use @kbd{G R} from the summary buffer to subscribe to a feed---you will
+be prompted for the location, the title and the description of the feed.
+The title, which allows any characters, will be used for the group name
+and the name of the group data file.  The description can be omitted.
 
 An easy way to get started with @code{nnrss} is to say something like
 the following in the group buffer: @kbd{B nnrss RET y}, then
 subscribe to groups.
 
+The @code{nnrss} back end saves the group data file in
+@code{nnrss-directory} (see below) for each @code{nnrss} group.  File
+names containing non-@acronym{ASCII} characters will be encoded by the
+coding system specified with the @code{nnmail-pathname-coding-system}
+variable.  If it is @code{nil}, in Emacs the coding system defaults to
+the value of @code{default-file-name-coding-system}.  If you are using
+XEmacs and want to use non-@acronym{ASCII} group names, you should set
+the value for the @code{nnmail-pathname-coding-system} variable properly.
+
 @cindex OPML
 You can also use the following commands to import and export your
 subscriptions from a file in @acronym{OPML} format (Outline Processor
@@ -16034,6 +16050,13 @@ The following @code{nnrss} variables can be altered:
 The directory where @code{nnrss} stores its files.  The default is
 @file{~/News/rss/}.
 
+@item nnrss-file-coding-system
+@vindex nnrss-file-coding-system
+The coding system used when reading and writing the @code{nnrss} groups
+data files.  The default is the value of
+@code{mm-universal-coding-system} (which defaults to @code{emacs-mule}
+in Emacs or @code{escape-quoted} in XEmacs).
+
 @item nnrss-use-local
 @vindex nnrss-use-local
 @findex nnrss-generate-download-script