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 <extname>.intro to intro.<extname>
 - 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
This commit is contained in:
Hannes Magnusson 2007-12-23 18:34:47 +00:00
parent 86c754e903
commit 9ed6818732
4 changed files with 121 additions and 53 deletions

View file

@ -0,0 +1,60 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.2 $ -->
<!-- Purpose: utilspec.server -->
<!-- Membership: pecl -->
<book xml:id="book.iisfunc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>IIS Administration</title>
<!-- {{{ preface -->
<preface xml:id="intro.iisfunc">
&reftitle.intro;
<para>
&pecl.moved;
<!--
Not yet available
&pecl.info;
<link xlink:href="&url.pecl.package;iisfunc">&url.pecl.package;iisfunc</link>.
-->
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.
</para>
<para>
In order to use these functions you must enable the
<filename>php_iisfunc.dll</filename> DLL inside of &php.ini;.
&pecl.windows.download;
</para>
</preface>
<!-- }}} -->
&reference.iisfunc.setup;
&reference.iisfunc.constants;
&reference.iisfunc.reference;
</book>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

View file

@ -1,6 +1,6 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.2 $ -->
<section xml:id="iisfunc.constants" xmlns="http://docbook.org/ns/docbook">
<!-- $Revision: 1.3 $ -->
<appendix xml:id="iisfunc.constants" xmlns="http://docbook.org/ns/docbook">
&reftitle.constants;
&extension.constants;
<variablelist>
@ -126,7 +126,7 @@
</listitem>
</varlistentry>
</variablelist>
</section>
</appendix>
<!-- Keep this comment at the end of the file
Local variables:

View file

@ -1,59 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.10 $ -->
<!-- Purpose: utilspec.server -->
<!-- Membership: pecl -->
<!-- $Revision: 1.11 $ -->
<reference xml:id="ref.iisfunc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>IIS Administration Functions</title>
<titleabbrev>IIS Functions</titleabbrev>
<partintro>
<section xml:id="iisfunc.intro">
&reftitle.intro;
<para>
&pecl.moved;
<!--
Not yet available
&pecl.info;
<link xlink:href="&url.pecl.package;iisfunc">&url.pecl.package;iisfunc</link>.
-->
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.
</para>
<para>
In order to use these functions you must enable the
<filename>php_iisfunc.dll</filename> DLL inside of &php.ini;.
&pecl.windows.download;
</para>
</section>
<section xml:id="iisfunc.requirements">
&reftitle.required;
&no.requirement;
</section>
<section xml:id="iisfunc.installation">
&reftitle.install;
&no.install;
</section>
<section xml:id="iisfunc.configuration">
&reftitle.runtime;
&no.config;
</section>
<section xml:id="iisfunc.resources">
&reftitle.resources;
&no.resource;
</section>
&reference.iisfunc.constants;
</partintro>
&reference.iisfunc.entities.functions;
</reference>

View file

@ -0,0 +1,57 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.2 $ -->
<chapter xml:id="iisfunc.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
<!-- {{{ Requirements -->
<section xml:id="iisfunc.requirements">
&reftitle.required;
&no.requirement;
</section>
<!-- }}} -->
<!-- {{{ Installation -->
<section xml:id="iisfunc.installation">
&reftitle.install;
&no.install;
</section>
<!-- }}} -->
<!-- {{{ Configuration -->
<section xml:id="iisfunc.configuration">
&reftitle.runtime;
&no.config;
</section>
<!-- }}} -->
<!-- {{{ Resources -->
<section xml:id="iisfunc.resources">
&reftitle.resources;
&no.resource;
</section>
<!-- }}} -->
</chapter>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->