Added BetterCodes Repository to README.
[phpwikibot.git] / README
blob9386f166a93d69250386a5dc435348a13d013876
1 PHPwikiBot is a free and open source, object-oriented MediaWiki bot based on WikiBot, APIbot and peachy with massive modification.
3 Some Features are:
4 * Easy to read documentation generated by PHPDoc
5 * Pywikipedia Bot style bot with many utilities
6 * Single cURL Handle for the entire object instead of opening one per request
7 * Exception based rather than return value
8 * YAML-based configuration, done using spyc
10 Requirements: For most functions, MediaWiki 1.15+ is enough and it's used on most wikis. 1.12+ works for most functions. You really should use 1.16+ since the upload is done with API which is supported only in 1.16+.
12 Certain features are not implemented because this is designed mainly for bots, I mean, bot users. Watch are used mainly by normal user so it not a priority.
14 Mirrors:
15 git://git.tuxfamily.org/gitroot/softx/phpwikibot.git
16 git://repo.or.cz/phpwikibot.git
17 http://repo.or.cz/r/phpwikibot.git
18 git://github.com/xiaomao5/PHPwikiBot.git
19 https://git.bettercodes.org/phpwikibot/
21 SVN, Far Behind:
22 svn://svn.tuxfamily.org/svnroot/softx/phpwikibot/trunk