public
Fork of rubys/mars
Description: Yet Another Planet Refactoring
Homepage: http://intertwingly.net/blog/2007/12/19/Yet-Another-Planet-Refactoring
Clone URL: git://github.com/technomancy/mars.git
commit  71c625aa563b43acff9a6594e50253c22b91caec
tree    f121a5832c4478e434d889720a3cbf720854aa3d
parent  62e31bbe207f3299deac5789c9beb24c444e494c
mars /
README
= Mars

Mars is a feed aggregator!

http://intertwingly.net/blog/2007/12/19/Yet-Another-Planet-Refactoring

== Installation

Most of the prerequisites will be handled by Rubygems. Unfortunately
the latest html5lib package contains a bug that's only fixed in 0.10.1
(currently only in SVN trunk).

  $ svn checkout http://html5lib.googlecode.com/svn/trunk/ html5lib
  $ cd html5lib/ruby && rake install_gem

== Usage

  $ planet $CONFIG_FILE

Config files may be in INI or YAML. See test/config.yml for an example.

TODO: list required values?

== License

(The MIT License)

Copyright (c) Sam Ruby and contributors

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:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

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 OR COPYRIGHT HOLDERS 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.