[cvs] [Wiki] changed: PhpgwHowTo
Jan Schneider
jan at horde.org
Wed Jul 11 20:55:08 UTC 2007
jan Wed, 11 Jul 2007 13:55:08 -0700
Modified page: http://dev.horde.org/horde/wicked/PhpgwHowTo
New Revision: 2.6
Change log: The tarball is lost
@@ -1,25 +1,29 @@
-+ Phpgw Compatibility Layer
++ eGroupWare/phpGroupWare Compatibility Layer
+
+//(Note: the tarball got lost.)//
The attached tarball can be used as a stub Horde application with HEAD
versions of Horde (3.2 and later) to map xml-rpc calls that expect phpgw's
API into Horde.
-++ setup
-First add the following code to horde/config/registry.php :
-<code>$this->applications['phpgw'] = array(
+++ Setup
+
+First add the following code to horde/config/registry.php:
+
+<code type="php">
+$this->applications['phpgw'] = array(
'fileroot' => dirname(__FILE__) . '/../phpgw',
'webroot' => $this->applications['horde']['webroot'] . '/phpgw',
'name' => _("phpGW Adaptor"),
'status' => 'notoolbar',
'provides' => 'phpgw',
);
</code>
-Then extract the attached package into the horde directory.
-Now you may read your calendar with any eGroupware compatible calendar
application.
-Use "http[s]://<host>/path/to/horde/rpc.php?phpgw" as serverside url.
+Then extract the attached package into the horde directory.
+
+Now you may read your calendar with any eGroupWare/phpGroupWare compatible
calendar application.
+Use {{http[s]://<host>/path/to/horde/rpc.php?phpgw}} as server side url.
-++ how it works
+++ How it works
Each xmlrpc request using a phpgw unique name is implemented by this module
mapping it into horde registry commands.
A lot of data is stored in the horde datatree, to map kronolith calendar
ids into numeric phpgw one's.
-++
-As of 2007-07-11 I cannot download the attachment. Has it been removed?
More information about the cvs
mailing list