* gnus-news.texi: Add OPML.
authorJesper Harder <harder@ifa.au.dk>
Sat, 10 Apr 2004 23:24:49 +0000 (23:24 +0000)
committerJesper Harder <harder@ifa.au.dk>
Sat, 10 Apr 2004 23:24:49 +0000 (23:24 +0000)
* gnus.texi (RSS): do.

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

index ad06b24..de8dd7f 100644 (file)
@@ -1,3 +1,9 @@
+2004-04-11  Jesper Harder  <harder@ifa.au.dk>
+
+       * gnus-news.texi: Add OPML.
+
+       * gnus.texi (RSS): do.
+
 2004-04-10  Jesper Harder  <harder@ifa.au.dk>
 
        * emacs-mime.texi (Flowed text): Markup fix.
index 693a717..ccb8191 100644 (file)
@@ -18,6 +18,10 @@ this file (see `gnus-news.el').
 
 @itemize @bullet
 
+@item
+You can import and export your @acronym{RSS} subscriptions from
+@acronym{OPML} files.  @xref{RSS}.
+
 @item 
 The option @code{mm-fill-flowed} can be used to disable treatment of
 format=flowed messages.  Also, flowed text is disabled when sending
index 72292e9..920c351 100644 (file)
@@ -15870,6 +15870,21 @@ 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.
 
+@cindex OPML
+You can also use the following commands to import and export your
+subscriptions from a file in @acronym{OPML} format (Outline Processor
+Markup Language).
+
+@defun nnrss-opml-import file
+Prompt for an @acronym{OPML} file, and subscribe to each feed in the
+file.
+@end defun
+
+@defun nnrss-opml-export
+Write your current @acronym{RSS} subscriptions to a buffer in
+@acronym{OPML} format.
+@end defun
+
 The following @code{nnrss} variables can be altered:
 
 @table @code