Changes for version 1.00

  • Add --read-format option for the read command: Specify the format to use for the HTML contents of a post to format when reading.
  • Add --list-format option for the list command: Specify the format to use for posts in the list command.
  • Add --post-format option for the post command: Specify the format to use for printing post information.
  • Add --feeds-option option for the feeds command: Specify the format to use for printing feed information.
  • Add --autoclean option: Automatically run the clean command after performing an operation.
  • Add --width option for the read command: Specify the line width to use for formatted text.
  • Changed default content formatting for the read command.
  • list command now prints 'r' for read posts.
  • The clean command now VACUUMs databases, which dramatically increases the amount of space shaved off.
  • noss no longer aborts when it fails to read a feed file in the update command, it will just throw a warning and continue processing subsequent feeds.
  • Have --sort take priority over the "sort" configuration field.
  • strftime is now used for formatting timestamps, which adds support for non-English locales.
  • Local time zone is now used for timestamps.
  • Fix typos in documentation.
  • Fix POD errors in developer documentation.

Documentation

RSS/Atom feed reader and aggregator

Modules

RSS/Atom feed reader and aggregator
Base class for feed configuration classes
Interface to curl command
noss SQLite database interface
dir subroutine
Class for storing feed configurations
RSS/Atom feed reader
Class for storing feed group configurations
Find user's home directory
lynx interface
OPML file reader/writer
Convert text to HTML

Provides

in lib/WWW/Noss/FeedReader/Atom.pm
in lib/WWW/Noss/FeedReader/RSS.pm