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
technomancy (author)
Wed Jun 25 17:42:44 -0700 2008
commit  f52603488d13256bb15662096ae40b696528c476
tree    c2a15b50825c2ae0381b8b5be8f20674e98c4331
parent  092defd579f5fecd92889dbb05c43a0ed6bb3ebc
mars /
name age message
file Manifest.txt Wed Jun 25 17:13:01 -0700 2008 basic yaml config stuff; added manifest [technomancy]
file README Wed Jun 25 15:52:35 -0700 2008 rearrange files to follow gem conventions [technomancy]
file Rakefile.rb Wed Jun 25 17:13:01 -0700 2008 basic yaml config stuff; added manifest [technomancy]
directory bin/ Wed Jun 25 17:13:01 -0700 2008 basic yaml config stuff; added manifest [technomancy]
directory lib/ Wed Jun 25 17:42:44 -0700 2008 it's output_directory, not dir [technomancy]
directory test/ Wed Jun 25 17:42:44 -0700 2008 it's output_directory, not dir [technomancy]
directory tools/ Fri Mar 28 18:34:10 -0700 2008 Add full Mars bzr tree. [Scott Bronson]
README
= Mars

Mars is a feed aggregator!

== 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

Currently only INI files are supported for configuration.

== 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.