From 0dfb7378dcedc471f7ae26700514b04d9be585ca Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Sun, 23 Dec 2007 21:47:41 +0000 Subject: [PATCH] MFB: Upgrade to the new-reference-structure - Split reference.xml into book.xml, setup.xml, and constants.xml - Moved from reference.xml to book.xml: - The intro text (partintro), and link to various pages - Moved from reference.xml to setup.xml: - The setup: installation, configuration, resources, and new requirements - Moved from reference.xml to constants.xml: the constants section - Changed the intro ID from .intro to intro. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248871 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/nsapi/book.xml | 44 ++++++++++++++++++++++++++ reference/nsapi/constants.xml | 29 +++++++++++++++++ reference/nsapi/reference.xml | 37 ++-------------------- reference/nsapi/setup.xml | 59 +++++++++++++++++++++++++++++++++++ 4 files changed, 134 insertions(+), 35 deletions(-) create mode 100644 reference/nsapi/book.xml create mode 100644 reference/nsapi/constants.xml create mode 100644 reference/nsapi/setup.xml diff --git a/reference/nsapi/book.xml b/reference/nsapi/book.xml new file mode 100644 index 0000000000..13abff1636 --- /dev/null +++ b/reference/nsapi/book.xml @@ -0,0 +1,44 @@ + + + + + + + NSAPI + + + + &reftitle.intro; + + These functions are only available when running PHP as a NSAPI module in Netscape/iPlanet/Sun webservers. + + + + + &reference.nsapi.setup; + &reference.nsapi.constants; + &reference.nsapi.reference; + + + + + diff --git a/reference/nsapi/constants.xml b/reference/nsapi/constants.xml new file mode 100644 index 0000000000..253ea6d838 --- /dev/null +++ b/reference/nsapi/constants.xml @@ -0,0 +1,29 @@ + + + + + &reftitle.constants; + &no.constants; + + + + diff --git a/reference/nsapi/reference.xml b/reference/nsapi/reference.xml index 2ff07d34fd..496f2491c2 100644 --- a/reference/nsapi/reference.xml +++ b/reference/nsapi/reference.xml @@ -1,42 +1,11 @@ - - - + - NSAPI-specific Functions + NSAPI-specific &Functions; NSAPI -
- &reftitle.intro; - - These functions are only available when running PHP as a NSAPI module in Netscape/iPlanet/Sun webservers. - -
-
- &reftitle.install; - - For PHP installation on Netscape/iPlanet/Sun webservers see the - NSAPI section (UNIX, - Windows) in the installation - chapter. - -
- - &reference.nsapi.ini; - -
- &reftitle.resources; - &no.resource; -
- -
- &reftitle.constants; - &no.constants; -
- -
&reftitle.seealso; NSAPI implements a subset of the functions from the Apache module for maximum compatibility. @@ -78,8 +47,6 @@ -
-
&reference.nsapi.entities.functions; diff --git a/reference/nsapi/setup.xml b/reference/nsapi/setup.xml new file mode 100644 index 0000000000..ad245dcbaf --- /dev/null +++ b/reference/nsapi/setup.xml @@ -0,0 +1,59 @@ + + + + + &reftitle.setup; + + +
+ &reftitle.required; + &no.requirement; +
+ + + +
+ &reftitle.install; + + For PHP installation on Netscape/iPlanet/Sun webservers see the + NSAPI section (UNIX, + Windows) in the installation + chapter. + +
+ + + + &reference.nsapi.ini; + + + +
+ &reftitle.resources; + &no.resource; +
+ + +
+ + +