gnu-social/doc
Evan Prodromou 9ff4794f1b mark off some todos, add a version number, and put code info at the bottom of the page
darcs-hash:20080613184638-84dde-aa7059348899949f3e0c6cfa02d08c41458384a1.gz
2008-06-13 14:46:38 -04:00
..
README interim commit after pull from server 2008-05-30 10:23:24 -04:00
about update TODO, and add variables to docs 2008-06-13 13:15:38 -04:00
faq more documentation 2008-06-11 13:06:24 -04:00
help site name in help file 2008-06-13 14:33:25 -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
roadmap mark off some todos, add a version number, and put code info at the bottom of the page 2008-06-13 14:46:38 -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/