public
Description: This contains various plugins for Feather
Clone URL: git://github.com/eldiablo/feather-plugins.git
Search Repo:
Click here to lend your support to: feather-plugins and make a donation at www.pledgie.com !
Alexander Flatter (author)
Fri Jun 27 08:54:28 -0700 2008
eldiablo (committer)
Fri Jul 18 12:27:38 -0700 2008
100644 10 lines (9 sloc) 0.765 kb
1
2
3
4
5
6
7
8
9
10
Database::migrate(PingService)
Database::migrate(PingLog)
 
PingService.create(:name => "Twingly", :url => "http://rpc.twingly.com/", :extended => false)
PingService.create(:name => "Technorati", :url => "http://rpc.technorati.com/rpc/ping", :extended => false)
PingService.create(:name => "Weblogs", :url => "http://rpc.weblogs.com/RPC2", :extended => false)
PingService.create(:name => "Pingomatic", :url => "http://rpc.pingomatic.com", :extended => false)
PingService.create(:name => "IceRocket", :url => "http://rpc.icerocket.com:10080", :extended => false)
PingService.create(:name => "Syndic8", :url => "http://ping.syndic8.com/xmlrpc.php", :extended => false)
PingService.create(:name => "Feedster", :url => "http://api.feedster.com/ping", :extended => false)