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  0a586b503fd189482796420ada7b11fe3f3e7194
tree    550f71b83ed012ba9242c0e102bd65fba474e256
parent  279bb78c4df54f7e37c735492591fe6d92261847
mars /
name age message
file .gitignore Thu Jun 26 17:41:30 -0700 2008 clean up to work better with YAML config [technomancy]
file Manifest.txt Thu Jun 26 17:51:45 -0700 2008 updated manifest [technomancy]
file README Thu Jun 26 17:45:57 -0700 2008 implemented ERB templating, with an example tem... [technomancy]
file Rakefile.rb Thu Jun 26 17:45:57 -0700 2008 implemented ERB templating, with an example tem... [technomancy]
directory bin/ Thu Jun 26 17:41:30 -0700 2008 clean up to work better with YAML config [technomancy]
directory lib/ Thu Jun 26 17:49:48 -0700 2008 be a bit more careful about raising Exception [technomancy]
directory test/ Fri Jun 27 09:14:41 -0700 2008 wups, that test_feed_parser file was not testin... [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!

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.