From 8f7c83de6a766f6de4b8951a9e95a46ab67d669a Mon Sep 17 00:00:00 2001 From: yamaoka Date: Sun, 11 Apr 2004 00:29:31 +0000 Subject: [PATCH] Synch to No Gnus 200404102324. --- texi/ChangeLog | 6 ++++++ texi/gnus-ja.texi | 14 ++++++++++++++ texi/gnus-news.texi | 4 ++++ texi/gnus.texi | 15 +++++++++++++++ 4 files changed, 39 insertions(+) diff --git a/texi/ChangeLog b/texi/ChangeLog index ad06b24..de8dd7f 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,9 @@ +2004-04-11 Jesper Harder + + * gnus-news.texi: Add OPML. + + * gnus.texi (RSS): do. + 2004-04-10 Jesper Harder * emacs-mime.texi (Flowed text): Markup fix. diff --git a/texi/gnus-ja.texi b/texi/gnus-ja.texi index 22649b7..f056000 100644 --- a/texi/gnus-ja.texi +++ b/texi/gnus-ja.texi @@ -15067,6 +15067,20 @@ Feed を講読するには、概略バッファから @kbd{G R} を使って下さい---fee 簡単に @code{nnrss} をはじめる方法は、グループバッファで @kbd{B nnrss RET y} のようなことを唱え、そしてグループを講読することです。 +@cindex OPML +あなたの講読目録を @acronym{OPML} フォーマット (Outline Processor Markup +Language) でロード/セーブするために、以下のコマンドを使うこともできます。 + +@defun nnrss-opml-import file +@acronym{OPML} ファイルの入力を促し、そのファイルにあるそれぞれ +の feed を講読します。 +@end defun + +@defun nnrss-opml-export +現在の @acronym{RSS} 講読目録を @acronym{OPML} フォーマットでバッファに +書き出します。 +@end defun + 以下の @code{nnrss} 変数が変更可能です: @table @code diff --git a/texi/gnus-news.texi b/texi/gnus-news.texi index 693a717..ccb8191 100644 --- a/texi/gnus-news.texi +++ b/texi/gnus-news.texi @@ -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 diff --git a/texi/gnus.texi b/texi/gnus.texi index 2331611..71d7d09 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -15871,6 +15871,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 -- 1.7.10.4