This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 81be333d61b44ab40e16e1bc1c5f4514456c19e8
tree 88044d9d2fa699e6cc4cb15be69de19bde1d6c08
parent 4da0a0af6cb74fc99eda18cbe67d9fa9c0c9677f
tree 88044d9d2fa699e6cc4cb15be69de19bde1d6c08
parent 4da0a0af6cb74fc99eda18cbe67d9fa9c0c9677f
mars /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Jun 27 09:15:35 -0700 2008 | [technomancy] |
| |
Manifest.txt | Thu Jul 10 10:51:21 -0700 2008 | [technomancy] |
| |
README | Fri Jun 27 09:15:35 -0700 2008 | [technomancy] |
| |
Rakefile.rb | Fri Jun 27 09:15:35 -0700 2008 | [technomancy] |
| |
bin/ | Thu Jun 26 17:41:30 -0700 2008 | [technomancy] |
| |
lib/ | Thu Jul 10 13:52:58 -0700 2008 | [technomancy] |
| |
test/ | Fri Jun 27 17:43:14 -0700 2008 | [technomancy] |
| |
tools/ | Fri Mar 28 18:34:10 -0700 2008 | [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 TODO: make this gem available somewhere. (Ideally rubyforge, but whatever.) In addition, Mars needs a *working* XML parser (REXML version 3.1.6 won't do). The easiest thing to do is probably to install the ruby bindings to libxml2. On debian-based systems: $ sudo apt-get install libxml2-dev && sudo gem install libxml-ruby But you can also get a more recent REXML if you don't have a compiler: $ svn co http://www.germane-software.com/repos/rexml/trunk/ rexml $ export RUBYLIB="/path/rexml/src" == 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.




