]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - README
move README to main dir
[quix0rs-gnu-social.git] / README
1 This package requires PHP 5.x and the following PHP Pear libraries:
2
3 - DB_DataObject http://pear.php.net/package/DB_DataObject
4 - Validate http://pear.php.net/package/Validate
5 - XMLWriter (built-in)
6 - Auth_Yadis from OpenIDEnabled (not the PEAR version!). I decided
7   to use the openidenabled.com version since it's more widely
8   implemented, seems to be better supported, and it may make sense to
9   use the openidenabled.com libraries for OpenID auth sometime in the
10   future. Note that this is no longer distributed separately; it's only
11   in the openidenabled.com OpenID PHP tarball.
12   http://openidenabled.com/php-openid/
13 - OAuth.php from http://oauth.googlecode.com/svn/code/php/
14 - markdown.php from http://michelf.com/projects/php-markdown/ 
15 - PEAR Mail, for sending out mail notifications
16   http://pear.php.net/package/Mail
17 - PEAR Net_SMTP, if you use the SMTP factory for notifications
18   http://pear.php.net/package/Net_SMTP
19 - xmpphp, the follow-up to Class.Jabber.php. Probably the best XMPP
20   library available for PHP. http://xmpphp.googlecode.com/
21