emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/newsticker.texi


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/man/newsticker.texi
Date: Fri, 04 Nov 2005 10:19:54 -0500

Index: emacs/man/newsticker.texi
diff -c emacs/man/newsticker.texi:1.7 emacs/man/newsticker.texi:1.8
*** emacs/man/newsticker.texi:1.7       Sat Oct 22 11:23:34 2005
--- emacs/man/newsticker.texi   Fri Nov  4 15:19:54 2005
***************
*** 1,8 ****
  \input texinfo   @c -*-texinfo-*-
  @comment %**start of header
  @setfilename ../info/newsticker
! @set VERSION 1.8
! @set UPDATED October 2005
  @settitle Newsticker @value{VERSION}
  @syncodeindex vr cp
  @syncodeindex fn cp
--- 1,9 ----
  \input texinfo   @c -*-texinfo-*-
+ @comment $Id: newsticker.texi,v 1.8 2005/11/04 15:19:54 eliz Exp $
  @comment %**start of header
  @setfilename ../info/newsticker
! @set VERSION 1.9
! @set UPDATED November 2005
  @settitle Newsticker @value{VERSION}
  @syncodeindex vr cp
  @syncodeindex fn cp
***************
*** 75,87 ****
  prepares these headlines for reading, and allows for loading the
  corresponding articles in a web browser.
  
! Headlines consist of a title and (possibly) a small description. They
! are contained in RSS (RDF Site Summary) files.  Newsticker should work
! with all RSS files that follow the @uref{http://purl.org/rss/1.0/spec,
! RDF Rich Site Summary 1.0} specification. It should also work with
! version 2.0 as well as other/older/alternative rss formats (like
! 0.9<something> or such). In other words: Newsticker is a ``RSS
! reader'' or ``RSS aggregator''.
  
  Newsticker provides several commands for reading headlines, navigating
  through them, marking them as read/unread, hiding old headlines etc.
--- 76,102 ----
  prepares these headlines for reading, and allows for loading the
  corresponding articles in a web browser.
  
! 
! Headlines consist of a title and (possibly) a small description.  They
! are contained in "RSS" (RDF Site Summary) or "Atom" files.  Newsticker
! should work with the following RSS formats:
! 
! @itemize
! @item RSS 0.91 (see @uref{http://backend.userland.com/rss091} or
! @uref{http://my.netscape.com/publish/formats/rss-spec-0.91.html}),
! @item RSS 0.92 (see @uref{http://backend.userland.com/rss092}),
! @item RSS 1.0 (see @uref{http://purl.org/rss/1.0/spec}
! @item RSS 2.0 (see @uref{http://blogs.law.harvard.edu/tech/rss}),
! @end itemize
! @itemize
! as well as the following Atom formats:
! @item Atom 0.3
! @item Atom 1.0 (see
! @uref{http://www.ietf.org/internet-drafts/draft-ietf-atompub-format-11.txt}).
! @end itemize
! 
! That makes Newsticker.el an "Atom aggregator, "RSS reader", or "RSS
! aggregator".
  
  Newsticker provides several commands for reading headlines, navigating
  through them, marking them as read/unread, hiding old headlines etc.
***************
*** 122,139 ****
  @node Installation
  @chapter Installation
  
! Place Newsticker in a directory where Emacs can find it. Add the
! following line to your Emacs startup file (@file{~/.emacs}).
! 
! @lisp
! (add-to-list 'load-path "/path/to/newsticker/")
! (autoload 'newsticker-start "newsticker" "Emacs Newsticker" t)
! (autoload 'newsticker-show-news "newsticker" "Emacs Newsticker" t)
! @end lisp
  
! Newsticker-mode supports imenu. This allows for navigating with the
! help of a menu. In order to use this feature you should also add the
! following.
  
  @lisp
  (add-hook 'newsticker-mode-hook 'imenu-add-menubar-index)
--- 137,148 ----
  @node Installation
  @chapter Installation
  
! As Newsticker is part of GNU Emacs there is no need to perform any
! installation steps in order to use Newsticker.
  
! However, if you are using imenu, which allows for navigating with the
! help of a menu, you should add the following to your Emacs startup file
! (@file{~/.emacs}).
  
  @lisp
  (add-hook 'newsticker-mode-hook 'imenu-add-menubar-index)
***************
*** 211,217 ****
  
  @item
  @code{newsticker-layout} contains options that define how the
! buffer for reading RSS headlines is formatted.
  
  @itemize
  @item
--- 220,226 ----
  
  @item
  @code{newsticker-layout} contains options that define how the
! buffer for reading news headlines is formatted.
  
  @itemize
  @item




reply via email to

[Prev in Thread] Current Thread [Next in Thread]