PHP
OpenGroupware
Groupware
Interface

"pogi" is an set of PHP classes that encapsulare the OpenGroupware XML-RPC API,
providing access to the OpenGroupware server.

All the files in PGP, except OGoXMLRPC.inc, is GPL'd.  OGoXmlRPC.inc merely a 'tweaked'
version of Useful Inc's "xmlrpc.inc"; so it is licensed the as Useful Inc's XML-RPC for PHP
package is licensed.

The goals of POGI are -
1. Make as object orientned structure as PHP's limited OO support permits.
2. Be 'light', avoid copying, copying, copying of values, which is really easy in PHP.


Demo Files
--------------
1. You'll need to edit the username/password credentials, the hostname, etc... in order
for these demos to work.
2. Several demo's contain object ids (contact ids, task ids, etc...) that obviously will not
work if you don't have a document of the appropriate type with that given id.  So you'll
need to edit those as well.

DemoRawClient
- Doesn't use a document or document manager but only OGoServer to process the 
XML directly, to show this can be done although we think it is a bad idea and alot
more work.
DemoDelegatedTasks
- lists the login users delegated tasks
DemoTaskHistory
- displays a specific task and all annotations

Other FIles
--------------
.project
- This is the Eclipse project file