gnu-social/doc
Evan Prodromou bf5ae8e69a remotesubscribe form
darcs-hash:20080530174310-84dde-1e05966eb48573ced8e73acf3f3b59e7bc4f1170.gz
2008-05-30 13:43:10 -04:00
..
README interim commit after pull from server 2008-05-30 10:23:24 -04:00
TODO remotesubscribe form 2008-05-30 13:43:10 -04:00
URLS.txt move docs to doc 2008-05-14 15:03:41 -04:00
about add more docs 2008-05-28 14:56:37 -04:00
openmicroblogging.txt client side of distributed subscription almost complete 2008-05-27 07:42:19 -04:00
privacy add more docs 2008-05-28 14:56:37 -04:00
source source document 2008-05-28 15:31:21 -04:00

README

This package requires PHP 5.x and the following PHP Pear libraries:

- DB_DataObject http://pear.php.net/package/DB_DataObject
- Validate http://pear.php.net/package/Validate
- XMLWriter (built-in)
- Auth_Yadis from OpenIDEnabled (not the PEAR version!). I decided
  to use the openidenabled.com version since it's more widely
  implemented, seems to be better supported, and it may make sense to
  use the openidenabled.com libraries for OpenID auth sometime in the
  future. Note that this is no longer distributed separately; it's only
  in the openidenabled.com OpenID PHP tarball.
  http://openidenabled.com/php-openid/
- OAuth.php from http://oauth.googlecode.com/svn/code/php/
- markdown.php from http://michelf.com/projects/php-markdown/