From 9ed681873205a7a396dadcdf21ad4201a881883f Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sun, 23 Dec 2007 18:34:47 +0000 Subject: [PATCH] MFB: Upgrade to the new-reference-structure - (Created missing setup sections in setup.xml, if any) - Moved the intro to book.xml - Changed the intro ID from .intro to intro. - Moved the constants entity to book.xml - Changed constantants.xml to be an appendix - Moved the setup/install/configure stuff to setup.xml git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248837 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/iisfunc/book.xml | 60 +++++++++++++++++++++++++++++++++ reference/iisfunc/constants.xml | 6 ++-- reference/iisfunc/reference.xml | 51 +--------------------------- reference/iisfunc/setup.xml | 57 +++++++++++++++++++++++++++++++ 4 files changed, 121 insertions(+), 53 deletions(-) create mode 100644 reference/iisfunc/book.xml create mode 100644 reference/iisfunc/setup.xml diff --git a/reference/iisfunc/book.xml b/reference/iisfunc/book.xml new file mode 100644 index 0000000000..d945244bba --- /dev/null +++ b/reference/iisfunc/book.xml @@ -0,0 +1,60 @@ + + + + + + + IIS Administration + + + + &reftitle.intro; + + &pecl.moved; + + This extension is available for Win32 only. It provides functions + to administrate Microsoft Internet Information Server (IIS). + The extension includes function to create web sites and virtual + directories as well as configuring security and script mapping. + These functions have been added in PHP 4. + + + In order to use these functions you must enable the + php_iisfunc.dll DLL inside of &php.ini;. + &pecl.windows.download; + + + + + + &reference.iisfunc.setup; + &reference.iisfunc.constants; + &reference.iisfunc.reference; + + + + + diff --git a/reference/iisfunc/constants.xml b/reference/iisfunc/constants.xml index c0658c3145..a0b4c5bc1e 100644 --- a/reference/iisfunc/constants.xml +++ b/reference/iisfunc/constants.xml @@ -1,6 +1,6 @@ - -
+ + &reftitle.constants; &extension.constants; @@ -126,7 +126,7 @@ -
+ - - + IIS Administration Functions IIS Functions - -
- &reftitle.intro; - - &pecl.moved; - - This extension is available for Win32 only. It provides functions - to administrate Microsoft Internet Information Server (IIS). - The extension includes function to create web sites and virtual - directories as well as configuring security and script mapping. - These functions have been added in PHP 4. - - - In order to use these functions you must enable the - php_iisfunc.dll DLL inside of &php.ini;. - &pecl.windows.download; - -
- -
- &reftitle.required; - &no.requirement; -
- -
- &reftitle.install; - &no.install; -
- -
- &reftitle.runtime; - &no.config; -
- -
- &reftitle.resources; - &no.resource; -
- - &reference.iisfunc.constants; - -
- &reference.iisfunc.entities.functions;
diff --git a/reference/iisfunc/setup.xml b/reference/iisfunc/setup.xml new file mode 100644 index 0000000000..0fa5ebd3fc --- /dev/null +++ b/reference/iisfunc/setup.xml @@ -0,0 +1,57 @@ + + + + + &reftitle.setup; + + +
+ &reftitle.required; + &no.requirement; +
+ + + +
+ &reftitle.install; + &no.install; +
+ + + +
+ &reftitle.runtime; + &no.config; +
+ + + +
+ &reftitle.resources; + &no.resource; +
+ + +
+ + +