<?xml version='1.0' encoding='iso-8859-1'?>
<rss>
  <channel>
    <title>  Raggle Help</title>
    <link>http://www.raggle.org/</link>
    <description>
      &lt;p&gt;
        Welcome to Raggle!
      &lt;/p&gt;

      &lt;p&gt;
        Raggle is a console RSS aggregator, written in Ruby.  Raggle is
        free software; please see the file COPYING for licensing and
        warranty information.
      &lt;/p&gt;

      &lt;p&gt;
        You can use the left and right arrow keys to navigate between
        windows.  Press Enter or Space to select the highlighted item in
        the active window.  To launch a browser and view an item, select
        the item, navigate to the Description window and press Enter.
      &lt;/p&gt;
    </description>
  </channel>
  
  <item>
    <title>Introduction</title>
    <link>http://www.raggle.org/about/</link>
    <date>Fri Aug 15 18:34:10 2003</date>
    <description>
      &lt;p&gt;
        Welcome to Raggle!
      &lt;/p&gt;
      
      &lt;p&gt;
        Raggle is a console &lt;acronym title='RDF Site
        Summary'&gt;RSS&lt;/acronym&gt;aggregator, written in Ruby.
        Raggle is free software; please see the file COPYING for
        licensing and warranty information.
      &lt;/p&gt;
    </description>
  </item>

  <item>
    <title>License</title>
    <link>http://www.raggle.org/files/COPYING</link>
    <date>Fri Aug 15 18:36:05 2003</date>
    <description>
      &lt;p&gt;
        &amp;copy; (c) 2003 Paul Duncan, and various contributors.
      &lt;/p&gt;
      
      &lt;p&gt;
        Permission is hereby granted, free of charge, to any person
        obtaining a copy of this software and associated documentation
        files (the "Software"), to deal in the Software without
        restriction, including without limitation the rights to use,
        copy, modify, merge, publish, distribute, sublicense, and/or
        sell copies of the Software, and to permit persons to whom the
        Software is furnished to do so, subject to the following
        conditions:
      &lt;/p&gt;

      &lt;p&gt;
        The above copyright notice and this permission notice shall be
        included in all copies of the Software, its documentation and
        marketing &amp;amp; publicity materials, and acknowledgment shall be
        given in the documentation, materials and software packages that
        this Software was used.
      &lt;/p&gt;

      &lt;p&gt;
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
        EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
        OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
        NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
        CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
        CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
        CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
      &lt;/p&gt;
    </description>
  </item>

  <item>
    <title>Keyboard</title>
    <link>http://www.raggle.org/</link>
    <date>Fri Aug 15 18:39:39 2003</date>
    <description>
      - Tab, &amp;lt;-, -&amp;gt; : Window navigation&lt;br /&gt;
      - Up, Down : Item navigation&lt;br/&gt;
      - Page Up, Page Down : Move up, down a page.&lt;br /&gt;
      - u, d : Move the current feed up or down.&lt;br /&gt;
      - s : Sort the feed list alphabetically.&lt;br/&gt;
      - Del: Delete the highlighted feed.&lt;br/&gt;
      - o : Open the currently selected feed item.&lt;br/&gt;
      - m : Mark all items as read.&lt;br/&gt;
      - n : Move to next unread item.&lt;br/&gt;
      - ! : Escape to a shell.&lt;br/&gt;
      - Enter, Space : Select active item&lt;br/&gt;
      - q, F12 : Exit Raggle.&lt;br/&gt;
    </description>
  </item>

  <item>
    <title>Reading Feeds</title>
    <link>http://www.raggle.org/</link>
    <description>
      &lt;p&gt;
        To read a given feed, highlight it in the Feed window and
        press Enter or Space.  The list of items available from that
        feed will be displayed in the Item window.  Unread feed items
        are highlighted in cyan.  To view the full story linked from a
        feed item, navigate to the Description window (using Tab or
        the Left and Right arrow keys) and press Enter.  
      &lt;/p&gt;

      &lt;p&gt;
        If Raggle is running in a screen session, it will invoke your
        browser of choice in a separate screen window (this behavior is
        configurable; see the 'use_screen' option for additional
        information).  There are also several different window
        navigation modes available, see the 'focus' option for
        additional information.
      &lt;/p&gt;
    </description>
  </item>

  <item>
    <title>Adding Feeds</title>
    <link>http://www.raggle.org/</link>
    <date>Fri Aug 15 18:43:33 2003</date>
    <description>
      &lt;p&gt;
        To add a new RSS feed to Raggle, quit out of Raggle and run the
        following command:
      &lt;/p&gt;

      &lt;code&gt;
        raggle --add -t "title" -u "url" -r "refresh"
      &lt;/code&gt;

      &lt;p&gt;
        Where "title" is the title of the feed, "url" is the URL of the
        feed, and "refresh" is the refresh interval (in minutes) of the
        feed.
      &lt;/p&gt;

      &lt;p&gt;
        Note: The title will be overwritten by the feed unless you lock
        the title using the --lock-title command-line option.
      &lt;/p&gt;
    </description>
  </item>

  <item>
    <title>Configuration Files</title>
    <link>http://www.raggle.org/</link>
    <date>Fri Aug 15 18:45:18 2003</date>
    <description>
      &lt;p&gt;
        $HOME/.raggle/config.rb : main configuration file&lt;br/&gt;
        $HOME/.raggle/feeds.yaml : feed list&lt;br/&gt;
        $HOME/.raggle/feed_cache.store : cached feed items&lt;br/&gt;
        $HOME/.raggle/theme.yaml : colors, window layout&lt;br/&gt;
      &lt;/p&gt;

      &lt;p&gt;
        Note: Raggle will fall back to internal defaults if any of these
        files are deleted, or if they don't exist.
      &lt;/p&gt;
    </description>
  </item>

  <item>
    <title>Reporting Bugs</title>
    <link>http://www.raggle.org/</link>
    <date>Fri Aug 15 18:46:40 2003</date>
    <description>
      Please make sure you are using the latest version of Raggle before
      reporting bugs.  That said, you can submit bug reports via email
      to &lt;a
      href='mailto:raggle-dev@raggle.org'&gt;raggle-dev@raggle.org&lt;/a&gt;
      (the old address, &lt;a
      href='mailto:i_hate_raggle@pablotron.org'&gt;i_hate_raggle@pablotron.org&lt;/a&gt;,
      will forward to raggle-dev).  Please make sure the phrase "RAGGLE
      BUG" is in the subject of the message.
    </description>
  </item>
</rss>

