betz Sun May 26 17:16:15 2002 EDT Modified files: /phpdoc/en/reference/icap reference.xml Log: new structure Index: phpdoc/en/reference/icap/reference.xml diff -u phpdoc/en/reference/icap/reference.xml:1.2 phpdoc/en/reference/icap/reference.xml:1.3 --- phpdoc/en/reference/icap/reference.xml:1.2 Mon Apr 15 14:56:41 2002 +++ phpdoc/en/reference/icap/reference.xml Sun May 26 17:16:11 2002 @@ -1,22 +1,51 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <reference id="ref.icap"> <title>ICAP Functions [deprecated]</title> <titleabbrev>ICAP</titleabbrev> + <partintro> - <simpara> - To get these functions to work, you have to compile PHP with - <option role="configure">--with-icap</option>. That requires the - icap library to be installed, which is not longer supported and available. - </simpara> + <section id="icap.intro"> + &reftitle.intro; <note> <simpara> Icap will be removed in near future. Neither this module, nor those versions of icap library are supported any longer. If you - want to use calendar capabilities in php, use <link + want to use calendar capabilities in PHP, use <link linkend="ref.mcal">mcal</link> instead. </simpara> </note> + </section> + + <section id="icap.requirenments"> + &reftitle.required; + <para> + The icap library has to be installed, which is not longer supported and +available. + </para> + </section> + + <section id="icap.installation"> + &reftitle.install; + <para> + To get these functions to work, you have to compile PHP with + <option role="configure">--with-icap</option>. + </para> + </section> + + <section id="icap.configuration"> + &reftitle.runtime; + &no.config; + </section> + + <section id="icap.resources"> + &reftitle.resources; + &no.resource; + </section> + + <section id="icap.constants"> + &reftitle.constants; + &no.constants; + </section> </partintro> &reference.icap.functions;