* newsticker.texi (Overview, Requirements, Usage, Configuration): Copyedits.

This commit is contained in:
Glenn Morris 2012-10-05 00:34:10 -07:00
parent 204f3953f9
commit d259be3835
2 changed files with 23 additions and 16 deletions

View file

@ -1,3 +1,8 @@
2012-10-05 Glenn Morris <rgm@gnu.org>
* newsticker.texi (Overview, Requirements, Usage, Configuration):
Copyedits.
2012-08-24 Chong Yidong <cyd@gnu.org> 2012-08-24 Chong Yidong <cyd@gnu.org>
* Version 24.2 released. * Version 24.2 released.

View file

@ -76,7 +76,7 @@ corresponding articles in a web browser.
Headlines consist of a title and (possibly) a small description. They Headlines consist of a title and (possibly) a small description. They
are contained in "RSS" (RDF Site Summary) or "Atom" files. Newsticker are contained in ``RSS'' (RDF Site Summary) or ``Atom'' files. Newsticker
works with the following RSS formats: works with the following RSS formats:
@itemize @itemize
@ -105,8 +105,9 @@ messages in a stock-quote ticker, or just changing.
Newsticker allows for automatic processing of headlines by providing Newsticker allows for automatic processing of headlines by providing
hooks and (sample) functions for automatically downloading images and hooks and (sample) functions for automatically downloading images and
enclosed files (as delivered by podcasts, e.g.). enclosed files (as delivered by, e.g., podcasts).
@ignore
@ifhtml @ifhtml
Here are screen shots of the @uref{newsticker-1.7.png, version 1.7 Here are screen shots of the @uref{newsticker-1.7.png, version 1.7
(current version)} and some older screen shots: (current version)} and some older screen shots:
@ -116,6 +117,7 @@ Here are screen shots of the @uref{newsticker-1.7.png, version 1.7
@uref{newsticker-1.3.png, version 1.3}, @uref{newsticker-1.3.png, version 1.3},
@uref{newsticker-1.0.png, version 1.0}. @uref{newsticker-1.0.png, version 1.0}.
@end ifhtml @end ifhtml
@end ignore
@node Requirements @node Requirements
@chapter Requirements @chapter Requirements
@ -123,7 +125,7 @@ Here are screen shots of the @uref{newsticker-1.7.png, version 1.7
Newsticker can be used with Newsticker can be used with
@uref{http://www.gnu.org/software/emacs/emacs.html, GNU Emacs} version @uref{http://www.gnu.org/software/emacs/emacs.html, GNU Emacs} version
21.1 or later as well as @uref{http://www.xemacs.org, XEmacs}. It 21.1 or later as well as @uref{http://www.xemacs.org, XEmacs}. It
requires an XML-parser (@file{xml.el}) which is part of GNU Emacs. If requires an XML-parser (@file{xml.el}), which is part of GNU Emacs. If
you are using XEmacs you want to get the @file{net-utils} package you are using XEmacs you want to get the @file{net-utils} package
which contains @file{xml.el} for XEmacs. which contains @file{xml.el} for XEmacs.
@ -161,11 +163,11 @@ You can choose between two different frontends for reading headlines:
@itemize @itemize
@item Newsticker's @emph{treeview} uses separate windows for the @item Newsticker's @emph{treeview} uses separate windows for the
feeds (in tree form), a list of headlines for the current feed, and feeds (in tree form), a list of headlines for the current feed, and
the content of the current headline. Feeds can be placed into groups the content of the current headline. Feeds can be placed into groups,
which itself can be placed in groups and so on. which themselves can be placed in groups and so on.
@item Newsticker's @emph{plainview} displays all headlines in a @item Newsticker's @emph{plainview} displays all headlines in a
single buffer, called @samp{*newsticker*}. The modeline in the single buffer, called @samp{*newsticker*}. The modeline in the
@samp{*newsticker*} buffer informs whenever new headlines have @samp{*newsticker*} buffer informs you whenever new headlines have
arrived. arrived.
@end itemize @end itemize
In both views clicking mouse-button 2 or pressing RET on a headline In both views clicking mouse-button 2 or pressing RET on a headline
@ -189,7 +191,7 @@ stop the periodic download, but will call
@chapter Configuration @chapter Configuration
All Newsticker options are customizable, i.e. they can be changed with All Newsticker options are customizable, i.e. they can be changed with
Emacs customization methods: Call the command Emacs customization methods. Call the command
@code{customize-group} and enter @samp{newsticker} for the customization @code{customize-group} and enter @samp{newsticker} for the customization
group. group.
@ -209,7 +211,7 @@ feeds are retrieved and how this is done.
@itemize @itemize
@item @item
@vindex newsticker-url-list @vindex newsticker-url-list
@code{newsticker-url-list} defines the list of headlines which are @code{newsticker-url-list} defines the list of headlines that are
retrieved. retrieved.
@item @item
@vindex newsticker-retrieval-method @vindex newsticker-retrieval-method
@ -245,11 +247,11 @@ commands to newsticker functions.
@item @item
@vindex newsticker-new-item-functions @vindex newsticker-new-item-functions
@code{newsticker-new-item-functions} allows for automatic @code{newsticker-new-item-functions} allows for automatic
processing of headlines. See `newsticker-download-images', and processing of headlines. See @code{newsticker-download-images}, and
`newsticker-download-enclosures' for sample functions. @code{newsticker-download-enclosures} for sample functions.
@item @item
@vindex newsticker-plainview-hooks @vindex newsticker-plainview-hooks
The subgroup @code{newsticker-plainview-hooks} contains hook which The subgroup @code{newsticker-plainview-hooks} contains hooks that
apply to the plainview reader only. apply to the plainview reader only.
@end itemize @end itemize