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 (
rwikibot /
| name | age | message | |
|---|---|---|---|
| |
CHANGELOG | ||
| |
README.textile | Wed Jan 14 18:28:12 -0800 2009 | |
| |
Rakefile | Mon Dec 29 19:14:52 -0800 2008 | |
| |
lib/ | ||
| |
pkg/ | Mon Dec 29 19:16:31 -0800 2008 | |
| |
rake/ | Tue Oct 30 09:37:25 -0700 2007 | |
| |
rdoc/ | Mon Dec 29 19:15:06 -0800 2008 | |
| |
rwikibot.gemspec |
README.textile
This is RWikiBot 2.0
Welcome.
Thanks for checking out RWikiBot. For me, this is heavily a labor of love, so I hope you find it as useful as I do. And, if you find new or useful patches or requests, please send them my way! For the most update-to-date information on RWikiBot check out the site.
Installation
Want it? Come get it! RWikiBot is available as a gem from RubyForge or Github.
For the RubyForge gem, just type gem install rwikibot.
For the Github gem (which is probably more recent), then do this:
gem sources -a http://gems.github.com(you only have to do this once)sudo gem install eddieroger-rwikibot
What’s New? (highlights – see CHANGELOG for more)
- It’s smart enough now to handle query-continues! As such, there’s a new dependency – deep_merge. Get it – it’s in gem.
- Made a Page class. now, instead of bot.delete_page(title…), you do page.delete
- Got rid of the stupid Result class. That was a terrible decision.
- edit_page is now save. Part of the Page/class concept
- Changed user-agent to bot/RWikiBot/2.0
The Boring Stuff.
Author: Eddie Roger (eddieroger@gmail.com) eddieroger.com
Copyright: Copyright © 2009 Eddie Roger
License: GNU/GPL 2.0








