public
Description: Yet Another Planet Refactoring
Homepage: http://intertwingly.net/blog/2007/12/19/Yet-Another-Planet-Refactoring
Clone URL: git://github.com/rubys/mars.git
Search Repo:
Sam Ruby (author)
Fri Apr 04 04:46:55 -0700 2008
commit  41bfc6f06cfe0c6dc83a5ed719f9f6e0ed0205c0
tree    5507df06619ff6a5b35fa2230330ac4892f46d68
parent  594cd30192668c6310b3236b978d5d4a6d706fb7
mars / planet.rb
100644 10 lines (7 sloc) 0.16 kb
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/ruby
 
require 'planet/config'
require 'planet/spider'
require 'planet/splice'
 
ARGV.each {|arg| Planet.config.read arg}
 
Planet.spider
Planet.splice