betz Sun May 26 17:13:44 2002 EDT Modified files: /phpdoc/en/reference/http reference.xml Log: new structure Index: phpdoc/en/reference/http/reference.xml diff -u phpdoc/en/reference/http/reference.xml:1.2 phpdoc/en/reference/http/reference.xml:1.3 --- phpdoc/en/reference/http/reference.xml:1.2 Mon Apr 15 14:56:40 2002 +++ phpdoc/en/reference/http/reference.xml Sun May 26 17:13:44 2002 @@ -1,14 +1,42 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <reference id="ref.http"> <title>HTTP functions</title> <titleabbrev>HTTP</titleabbrev> <partintro> - <simpara> - These functions let you manipulate the output sent back to the - remote browser right down to the HTTP protocol level. - </simpara> + <section id="http.intro"> + &reftitle.intro; + <para> + These functions let you manipulate the output sent back to the + remote browser right down to the HTTP protocol level. + </para> + </section> + + <section id="http.requirenments"> + &reftitle.required; + &no.requirement; + </section> + + <section id="http.installation"> + &reftitle.install; + &no.install; + </section> + + <section id="http.configuration"> + &reftitle.runtime; + &no.config; + </section> + + <section id="http.resources"> + &reftitle.resources; + &no.resource; + </section> + + <section id="http.constants"> + &reftitle.constants; + &no.constants; + </section> </partintro> &reference.http.functions;