com doc/fr: Remove obsolete iisfunc documentation: reference/iisfunc/book.xml reference/iisfunc/constants.xml reference/iisfunc/functions/iis-add-server.xml reference/iisfunc/functions/iis-get-dir-security.xml reference/iisfunc/functions/iis-get-script-map.xml reference/iisfunc/functions/iis-get-server-by-comment.xml reference/iisfunc/functions/iis-get-server-by-path.xml reference/iisfunc/functions/iis-get-server-rights.xml reference/iisfunc/func

[email protected] (George Peter Banyard) Wed, 13 Jan 2021 19:18:28 +0000
Newsgroups php.doc.fr
Message-ID <[email protected]>
Commit:    a9b6866f7026c362423406c7f228bc5e56993ef2
Author:    George Peter Banyard <[email protected]>         Wed, 13 Jan 2021 19:18:28 +0000
Parents:   3939f5d9893c887a9efb7ec0a713f0aba1304734
Branches:  master

Link:       http://git.php.net/?p=doc/fr.git;a=commitdiff;h=a9b6866f7026c362423406c7f228bc5e56993ef2

Log:
Remove obsolete iisfunc documentation

Changed paths:
  D  reference/iisfunc/book.xml
  D  reference/iisfunc/constants.xml
  D  reference/iisfunc/functions/iis-add-server.xml
  D  reference/iisfunc/functions/iis-get-dir-security.xml
  D  reference/iisfunc/functions/iis-get-script-map.xml
  D  reference/iisfunc/functions/iis-get-server-by-comment.xml
  D  reference/iisfunc/functions/iis-get-server-by-path.xml
  D  reference/iisfunc/functions/iis-get-server-rights.xml
  D  reference/iisfunc/functions/iis-get-service-state.xml
  D  reference/iisfunc/functions/iis-remove-server.xml
  D  reference/iisfunc/functions/iis-set-app-settings.xml
  D  reference/iisfunc/functions/iis-set-dir-security.xml
  D  reference/iisfunc/functions/iis-set-script-map.xml
  D  reference/iisfunc/functions/iis-set-server-rights.xml
  D  reference/iisfunc/functions/iis-start-server.xml
  D  reference/iisfunc/functions/iis-start-service.xml
  D  reference/iisfunc/functions/iis-stop-server.xml
  D  reference/iisfunc/functions/iis-stop-service.xml
  D  reference/iisfunc/reference.xml
  D  reference/iisfunc/setup.xml
diff_a9b6866f7026c362423406c7f228bc5e56993ef2.txt (text/plain, 33 KB)
diff --git a/reference/iisfunc/book.xml b/reference/iisfunc/book.xml
deleted file mode 100644
index d39b7d24d6..0000000000
--- a/reference/iisfunc/book.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 1634a886415d0ab4df195fe49d18a1c150b70758 Maintainer: yannick Status: ready -->
-<!-- Reviewed: yes -->
-
-<book xml:id="book.iisfunc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
- <title>Administration d'IIS</title>
- <titleabbrev>IIS</titleabbrev>
-
- <!-- {{{ preface -->
- <preface xml:id="intro.iisfunc">
-  &reftitle.intro;
-  <para>
-   Cette extension n'est disponible que pour Windows. Elle fournit
-   des fonctions d'administration de Microsoft Internet Information Server (IIS).
-   Cette extension inclut des fonctions pour créer des sites web
-   et des dossiers virtuels, ainsi que pour configurer la sécurité et le
-   extensions de scripts.
-  </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:"~/.phpdoc/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
--->
\ No newline at end of file
diff --git a/reference/iisfunc/constants.xml b/reference/iisfunc/constants.xml
deleted file mode 100644
index 89b7a9d13a..0000000000
--- a/reference/iisfunc/constants.xml
+++ /dev/null
@@ -1,153 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 86e6094e86b84a51d00ab217ac50ce8dde33d82a Maintainer: yannick Status: ready -->
-<!-- Reviewed: no -->
-
-<appendix xml:id="iisfunc.constants" xmlns="http://docbook.org/ns/docbook">
- &reftitle.constants;
- &extension.constants;
- <variablelist>
-  <varlistentry xml:id="constant.iis-read">
-   <term>
-    <constant>IIS_READ</constant>
-     (&integer;)
-   </term>
-   <listitem>
-    <simpara>
-
-    </simpara>
-   </listitem>
-  </varlistentry>
-  <varlistentry xml:id="constant.iis-write">
-   <term>
-    <constant>IIS_WRITE</constant>
-     (&integer;)
-   </term>
-   <listitem>
-    <simpara>
-
-    </simpara>
-   </listitem>
-  </varlistentry>
-  <varlistentry xml:id="constant.iis-execute">
-   <term>
-    <constant>IIS_EXECUTE</constant>
-     (&integer;)
-   </term>
-   <listitem>
-    <simpara>
-
-    </simpara>
-   </listitem>
-  </varlistentry>
-  <varlistentry xml:id="constant.iis-script">
-   <term>
-    <constant>IIS_SCRIPT</constant>
-     (&integer;)
-   </term>
-   <listitem>
-    <simpara>
-
-    </simpara>
-   </listitem>
-  </varlistentry>
-  <varlistentry xml:id="constant.iis-anonymous">
-   <term>
-    <constant>IIS_ANONYMOUS</constant>
-     (&integer;)
-   </term>
-   <listitem>
-    <simpara>
-
-    </simpara>
-   </listitem>
-  </varlistentry>
-  <varlistentry xml:id="constant.iis-basic">
-   <term>
-    <constant>IIS_BASIC</constant>
-     (&integer;)
-   </term>
-   <listitem>
-    <simpara>
-
-    </simpara>
-   </listitem>
-  </varlistentry>
-  <varlistentry xml:id="constant.iis-ntlm">
-   <term>
-    <constant>IIS_NTLM</constant>
-     (&integer;)
-   </term>
-   <listitem>
-    <simpara>
-
-    </simpara>
-   </listitem>
-  </varlistentry>
-  <varlistentry xml:id="constant.iis-starting">
-   <term>
-    <constant>IIS_STARTING</constant>
-     (&integer;)
-   </term>
-   <listitem>
-    <simpara>
-
-    </simpara>
-   </listitem>
-  </varlistentry>
-  <varlistentry xml:id="constant.iis-stopped">
-   <term>
-    <constant>IIS_STOPPED</constant>
-     (&integer;)
-   </term>
-   <listitem>
-    <simpara>
-
-    </simpara>
-   </listitem>
-  </varlistentry>
-  <varlistentry xml:id="constant.iis-paused">
-   <term>
-    <constant>IIS_PAUSED</constant>
-     (&integer;)
-   </term>
-   <listitem>
-    <simpara>
-
-    </simpara>
-   </listitem>
-  </varlistentry>
-  <varlistentry xml:id="constant.iis-running">
-   <term>
-    <constant>IIS_RUNNING</constant>
-     (&integer;)
-   </term>
-   <listitem>
-    <simpara>
-
-    </simpara>
-   </listitem>
-  </varlistentry>
- </variablelist>
-</appendix>
-
-<!-- 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:"~/.phpdoc/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
--->
\ No newline at end of file
diff --git a/reference/iisfunc/functions/iis-add-server.xml b/reference/iisfunc/functions/iis-add-server.xml
deleted file mode 100644
index 4a8b4b404c..0000000000
--- a/reference/iisfunc/functions/iis-add-server.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: yannick Status: ready -->
-<!-- Reviewed: yes -->
-
-<refentry xml:id="function.iis-add-server" xmlns="http://docbook.org/ns/docbook">
- <refnamediv>
-  <refname>iis_add_server</refname>
-  <refpurpose>Crée un nouveau serveur web virtuel</refpurpose>
- </refnamediv>
- <refsect1 role="description">
-  &reftitle.description;
-  <methodsynopsis>
-   <type>int</type><methodname>iis_add_server</methodname>
-   <methodparam><type>string</type><parameter>path</parameter></methodparam>
-   <methodparam><type>string</type><parameter>comment</parameter></methodparam>
-   <methodparam><type>string</type><parameter>server_ip</parameter></methodparam>
-   <methodparam><type>int</type><parameter>port</parameter></methodparam>
-   <methodparam><type>string</type><parameter>host_name</parameter></methodparam>
-   <methodparam><type>int</type><parameter>rights</parameter></methodparam>
-   <methodparam><type>int</type><parameter>start_server</parameter></methodparam>
-  </methodsynopsis>
-  &warn.undocumented.func;
- </refsect1>
-</refentry>
-
-<!-- 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:"~/.phpdoc/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
--->
\ No newline at end of file
diff --git a/reference/iisfunc/functions/iis-get-dir-security.xml b/reference/iisfunc/functions/iis-get-dir-security.xml
deleted file mode 100644
index bab28c8dc6..0000000000
--- a/reference/iisfunc/functions/iis-get-dir-security.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: yannick Status: ready -->
-<!-- Reviewed: yes -->
-
-<refentry xml:id="function.iis-get-dir-security" xmlns="http://docbook.org/ns/docbook">
- <refnamediv>
-  <refname>iis_get_dir_security</refname>
-  <refpurpose>Lit la configuration de sécurité du dossier</refpurpose>
- </refnamediv>
- <refsect1 role="description">
-  &reftitle.description;
-  <methodsynopsis>
-   <type>int</type><methodname>iis_get_dir_security</methodname>
-   <methodparam><type>int</type><parameter>server_instance</parameter></methodparam>
-   <methodparam><type>string</type><parameter>virtual_path</parameter></methodparam>
-  </methodsynopsis>
-  &warn.undocumented.func;
- </refsect1>
-</refentry>
-
-<!-- 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:"~/.phpdoc/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
--->
\ No newline at end of file
diff --git a/reference/iisfunc/functions/iis-get-script-map.xml b/reference/iisfunc/functions/iis-get-script-map.xml
deleted file mode 100644
index b9a68d5af9..0000000000
--- a/reference/iisfunc/functions/iis-get-script-map.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: yannick Status: ready -->
-<!-- Reviewed: yes -->
-
-<refentry xml:id="function.iis-get-script-map" xmlns="http://docbook.org/ns/docbook">
- <refnamediv>
-  <refname>iis_get_script_map</refname>
-  <refpurpose>Lit le mappage de script dans un dossier virtuel donné</refpurpose>
- </refnamediv>
- <refsect1 role="description">
-  &reftitle.description;
-  <methodsynopsis>
-   <type>string</type><methodname>iis_get_script_map</methodname>
-   <methodparam><type>int</type><parameter>server_instance</parameter></methodparam>
-   <methodparam><type>string</type><parameter>virtual_path</parameter></methodparam>
-   <methodparam><type>string</type><parameter>script_extension</parameter></methodparam>
-  </methodsynopsis>
-  &warn.undocumented.func;
- </refsect1>
-</refentry>
-
-<!-- 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:"~/.phpdoc/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
--->
\ No newline at end of file
diff --git a/reference/iisfunc/functions/iis-get-server-by-comment.xml b/reference/iisfunc/functions/iis-get-server-by-comment.xml
deleted file mode 100644
index 49cc024934..0000000000
--- a/reference/iisfunc/functions/iis-get-server-by-comment.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: yannick Status: ready -->
-<!-- Reviewed: yes -->
-
-<refentry xml:id="function.iis-get-server-by-comment" xmlns="http://docbook.org/ns/docbook">
- <refnamediv>
-  <refname>iis_get_server_by_comment</refname>
-  <refpurpose>Retourne le numéro d'instance associé à un Comment</refpurpose>
- </refnamediv>
- <refsect1 role="description">
-  &reftitle.description;
-  <methodsynopsis>
-   <type>int</type><methodname>iis_get_server_by_comment</methodname>
-   <methodparam><type>string</type><parameter>comment</parameter></methodparam>
-  </methodsynopsis>
-  &warn.undocumented.func;
- </refsect1>
-</refentry>
-
-<!-- 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:"~/.phpdoc/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
--->
\ No newline at end of file
diff --git a/reference/iisfunc/functions/iis-get-server-by-path.xml b/reference/iisfunc/functions/iis-get-server-by-path.xml
deleted file mode 100644
index f05f6ca85b..0000000000
--- a/reference/iisfunc/functions/iis-get-server-by-path.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: yannick Status: ready -->
-<!-- Reviewed: yes -->
-
-<refentry xml:id="function.iis-get-server-by-path" xmlns="http://docbook.org/ns/docbook">
- <refnamediv>
-  <refname>iis_get_server_by_path</refname>
-  <refpurpose>Retourne le numéro d'instance associé avec le chemin</refpurpose>
- </refnamediv>
- <refsect1 role="description">
-  &reftitle.description;
-  <methodsynopsis>
-   <type>int</type><methodname>iis_get_server_by_path</methodname>
-   <methodparam><type>string</type><parameter>path</parameter></methodparam>
-  </methodsynopsis>
-  <para>
-   Chaque serveur virtuel sous IIS est représenté par un numéro d'instance.
-   <function>iis_get_server_by_path</function> trouve ce numéro d'instance à 
-   partir du chemin physique jusqu'à la racine du dossier.
-  </para>
- </refsect1>
- <refsect1 role="parameters">
-  &reftitle.parameters;
-  <para>
-   <variablelist>
-    <varlistentry>
-     <term><parameter>path</parameter></term>
-     <listitem>
-      <para>
-       Le chemin vers le dossier racine
-      </para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </para>
- </refsect1>
- <refsect1 role="returnvalues">
-  &reftitle.returnvalues;
-  <para>
-   Retourne le numéro d'instance du serveur.
-  </para>
- </refsect1>
-</refentry>
-
-<!-- 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:"~/.phpdoc/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
--->
\ No newline at end of file
diff --git a/reference/iisfunc/functions/iis-get-server-rights.xml b/reference/iisfunc/functions/iis-get-server-rights.xml
deleted file mode 100644
index 45c1d85478..0000000000
--- a/reference/iisfunc/functions/iis-get-server-rights.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: yannick Status: ready -->
-<!-- Reviewed: yes -->
-
-<refentry xml:id="function.iis-get-server-rights" xmlns="http://docbook.org/ns/docbook">
- <refnamediv>
-  <refname>iis_get_server_rights</refname>
-  <refpurpose>Lit les droits du serveur</refpurpose>
- </refnamediv>
- <refsect1 role="description">
-  &reftitle.description;
-  <methodsynopsis>
-   <type>int</type><methodname>iis_get_server_rights</methodname>
-   <methodparam><type>int</type><parameter>server_instance</parameter></methodparam>
-   <methodparam><type>string</type><parameter>virtual_path</parameter></methodparam>
-  </methodsynopsis>
-  &warn.undocumented.func;
- </refsect1>
-</refentry>
-
-<!-- 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:"~/.phpdoc/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
--->
\ No newline at end of file
diff --git a/reference/iisfunc/functions/iis-get-service-state.xml b/reference/iisfunc/functions/iis-get-service-state.xml
deleted file mode 100644
index 0eaa4ae1d6..0000000000
--- a/reference/iisfunc/functions/iis-get-service-state.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: yannick Status: ready -->
-<!-- Reviewed: yes -->
-
-<refentry xml:id="function.iis-get-service-state" xmlns="http://docbook.org/ns/docbook">
- <refnamediv>
-  <refname>iis_get_service_state</refname>
-  <refpurpose>Retourne l'état du service défini par ServiceId</refpurpose>
- </refnamediv>
- <refsect1 role="description">
-  &reftitle.description;
-  <methodsynopsis>
-   <type>int</type><methodname>iis_get_service_state</methodname>
-   <methodparam><type>string</type><parameter>service_id</parameter></methodparam>
-  </methodsynopsis>
-  &warn.undocumented.func;
- </refsect1>
-</refentry>
-
-<!-- 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:"~/.phpdoc/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
--->
\ No newline at end of file
diff --git a/reference/iisfunc/functions/iis-remove-server.xml b/reference/iisfunc/functions/iis-remove-server.xml
deleted file mode 100644
index 081c4a9d4f..0000000000
--- a/reference/iisfunc/functions/iis-remove-server.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: yannick Status: ready -->
-<!-- Reviewed: yes -->
-
-<refentry xml:id="function.iis-remove-server" xmlns="http://docbook.org/ns/docbook">
- <refnamediv>
-  <refname>iis_remove_server</refname>
-  <refpurpose>Supprime le serveur IIS représenté par ServerInstance</refpurpose>
- </refnamediv>
- <refsect1 role="description">
-  &reftitle.description;
-  <methodsynopsis>
-   <type>int</type><methodname>iis_remove_server</methodname>
-   <methodparam><type>int</type><parameter>server_instance</parameter></methodparam>
-  </methodsynopsis>
-  &warn.undocumented.func;
- </refsect1>
-</refentry>
-
-<!-- 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:"~/.phpdoc/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
--->
\ No newline at end of file
diff --git a/reference/iisfunc/functions/iis-set-app-settings.xml b/reference/iisfunc/functions/iis-set-app-settings.xml
deleted file mode 100644
index 16aabc261f..0000000000
--- a/reference/iisfunc/functions/iis-set-app-settings.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: yannick Status: ready -->
-<!-- Reviewed: yes -->
-
-<refentry xml:id="function.iis-set-app-settings" xmlns="http://docbook.org/ns/docbook">
- <refnamediv>
-  <refname>iis_set_app_settings</refname>
-  <refpurpose>Crée un espace d'exécution pour une application dans un dossier virtuel</refpurpose>
- </refnamediv>
- <refsect1 role="description">
-  &reftitle.description;
-  <methodsynopsis>
-   <type>int</type><methodname>iis_set_app_settings</methodname>
-   <methodparam><type>int</type><parameter>server_instance</parameter></methodparam>
-   <methodparam><type>string</type><parameter>virtual_path</parameter></methodparam>
-   <methodparam><type>string</type><parameter>application_scope</parameter></methodparam>
-  </methodsynopsis>
-  &warn.undocumented.func;
- </refsect1>
-</refentry>
-
-<!-- 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:"~/.phpdoc/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
--->
\ No newline at end of file
diff --git a/reference/iisfunc/functions/iis-set-dir-security.xml b/reference/iisfunc/functions/iis-set-dir-security.xml
deleted file mode 100644
index cae984c6fd..0000000000
--- a/reference/iisfunc/functions/iis-set-dir-security.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: yannick Status: ready -->
-<!-- Reviewed: yes -->
-
-<refentry xml:id="function.iis-set-dir-security" xmlns="http://docbook.org/ns/docbook">
- <refnamediv>
-  <refname>iis_set_dir_security</refname>
-  <refpurpose>Modifie la configuration de sécurité du dossier</refpurpose>
- </refnamediv>
- <refsect1 role="description">
-  &reftitle.description;
-  <methodsynopsis>
-   <type>int</type><methodname>iis_set_dir_security</methodname>
-   <methodparam><type>int</type><parameter>server_instance</parameter></methodparam>
-   <methodparam><type>string</type><parameter>virtual_path</parameter></methodparam>
-   <methodparam><type>int</type><parameter>directory_flags</parameter></methodparam>
-  </methodsynopsis>
-  &warn.undocumented.func;
- </refsect1>
-</refentry>
-
-<!-- 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:"~/.phpdoc/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
--->
\ No newline at end of file
diff --git a/reference/iisfunc/functions/iis-set-script-map.xml b/reference/iisfunc/functions/iis-set-script-map.xml
deleted file mode 100644
index 4d47da8318..0000000000
--- a/reference/iisfunc/functions/iis-set-script-map.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: yannick Status: ready -->
-<!-- Reviewed: yes -->
-
-<refentry xml:id="function.iis-set-script-map" xmlns="http://docbook.org/ns/docbook">
- <refnamediv>
-  <refname>iis_set_script_map</refname>
-  <refpurpose>Modifie le mappage de script pour un dossier virtuel</refpurpose>
- </refnamediv>
- <refsect1 role="description">
-  &reftitle.description;
-  <methodsynopsis>
-   <type>int</type><methodname>iis_set_script_map</methodname>
-   <methodparam><type>int</type><parameter>server_instance</parameter></methodparam>
-   <methodparam><type>string</type><parameter>virtual_path</parameter></methodparam>
-   <methodparam><type>string</type><parameter>script_extension</parameter></methodparam>
-   <methodparam><type>string</type><parameter>engine_path</parameter></methodparam>
-   <methodparam><type>int</type><parameter>allow_scripting</parameter></methodparam>
-  </methodsynopsis>
-  &warn.undocumented.func;
- </refsect1>
-</refentry>
-
-<!-- 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:"~/.phpdoc/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
--->
\ No newline at end of file
diff --git a/reference/iisfunc/functions/iis-set-server-rights.xml b/reference/iisfunc/functions/iis-set-server-rights.xml
deleted file mode 100644
index 8532ab885d..0000000000
--- a/reference/iisfunc/functions/iis-set-server-rights.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: yannick Status: ready -->
-<!-- Reviewed: yes -->
-
-<refentry xml:id="function.iis-set-server-rights" xmlns="http://docbook.org/ns/docbook">
- <refnamediv>
-  <refname>iis_set_server_rights</refname>
-  <refpurpose>Modifie les droits du serveur</refpurpose>
- </refnamediv>
- <refsect1 role="description">
-  &reftitle.description;
-  <methodsynopsis>
-   <type>int</type><methodname>iis_set_server_rights</methodname>
-   <methodparam><type>int</type><parameter>server_instance</parameter></methodparam>
-   <methodparam><type>string</type><parameter>virtual_path</parameter></methodparam>
-   <methodparam><type>int</type><parameter>directory_flags</parameter></methodparam>
-  </methodsynopsis>
-  &warn.undocumented.func;
- </refsect1>
-</refentry>
-
-<!-- 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:"~/.phpdoc/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
--->
\ No newline at end of file
diff --git a/reference/iisfunc/functions/iis-start-server.xml b/reference/iisfunc/functions/iis-start-server.xml
deleted file mode 100644
index 0ac6b97c45..0000000000
--- a/reference/iisfunc/functions/iis-start-server.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: yannick Status: ready -->
-<!-- Reviewed: yes -->
-
-<refentry xml:id="function.iis-start-server" xmlns="http://docbook.org/ns/docbook">
- <refnamediv>
-  <refname>iis_start_server</refname>
-  <refpurpose>Démarre le serveur web virtuel</refpurpose>
- </refnamediv>
- <refsect1 role="description">
-  &reftitle.description;
-  <methodsynopsis>
-   <type>int</type><methodname>iis_start_server</methodname>
-   <methodparam><type>int</type><parameter>server_instance</parameter></methodparam>
-  </methodsynopsis>
-  &warn.undocumented.func;
- </refsect1>
-</refentry>
-
-<!-- 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:"~/.phpdoc/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
--->
\ No newline at end of file
diff --git a/reference/iisfunc/functions/iis-start-service.xml b/reference/iisfunc/functions/iis-start-service.xml
deleted file mode 100644
index 0fc1acb17c..0000000000
--- a/reference/iisfunc/functions/iis-start-service.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: yannick Status: ready -->
-<!-- Reviewed: yes -->
-
-<refentry xml:id="function.iis-start-service" xmlns="http://docbook.org/ns/docbook">
- <refnamediv>
-  <refname>iis_start_service</refname>
-  <refpurpose>Démarre le service IIS identifié par ServiceId</refpurpose>
- </refnamediv>
- <refsect1 role="description">
-  &reftitle.description;
-  <methodsynopsis>
-   <type>int</type><methodname>iis_start_service</methodname>
-   <methodparam><type>string</type><parameter>service_id</parameter></methodparam>
-  </methodsynopsis>
-  &warn.undocumented.func;
- </refsect1>
-</refentry>
-
-<!-- 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:"~/.phpdoc/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
--->
\ No newline at end of file
diff --git a/reference/iisfunc/functions/iis-stop-server.xml b/reference/iisfunc/functions/iis-stop-server.xml
deleted file mode 100644
index b37e492c9a..0000000000
--- a/reference/iisfunc/functions/iis-stop-server.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: yannick Status: ready -->
-<!-- Reviewed: yes -->
-
-<refentry xml:id="function.iis-stop-server" xmlns="http://docbook.org/ns/docbook">
- <refnamediv>
-  <refname>iis_stop_server</refname>
-  <refpurpose>Stoppe le serveur web virtuel</refpurpose>
- </refnamediv>
- <refsect1 role="description">
-  &reftitle.description;
-  <methodsynopsis>
-   <type>int</type><methodname>iis_stop_server</methodname>
-   <methodparam><type>int</type><parameter>server_instance</parameter></methodparam>
-  </methodsynopsis>
-  &warn.undocumented.func;
- </refsect1>
-</refentry>
-
-<!-- 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:"~/.phpdoc/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
--->
\ No newline at end of file
diff --git a/reference/iisfunc/functions/iis-stop-service.xml b/reference/iisfunc/functions/iis-stop-service.xml
deleted file mode 100644
index ef9c92cbf8..0000000000
--- a/reference/iisfunc/functions/iis-stop-service.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: yannick Status: ready -->
-<!-- Reviewed: yes -->
-
-<refentry xml:id="function.iis-stop-service" xmlns="http://docbook.org/ns/docbook">
- <refnamediv>
-  <refname>iis_stop_service</refname>
-  <refpurpose>Stoppe le service IIS identifié par ServiceId</refpurpose>
- </refnamediv>
- <refsect1 role="description">
-  &reftitle.description;
-  <methodsynopsis>
-   <type>int</type><methodname>iis_stop_service</methodname>
-   <methodparam><type>string</type><parameter>service_id</parameter></methodparam>
-  </methodsynopsis>
-  &warn.undocumented.func;
- </refsect1>
-</refentry>
-
-<!-- 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:"~/.phpdoc/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
--->
\ No newline at end of file
diff --git a/reference/iisfunc/reference.xml b/reference/iisfunc/reference.xml
deleted file mode 100644
index 94a1bd78ec..0000000000
--- a/reference/iisfunc/reference.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: yannick Status: ready -->
-<!-- Reviewed: yes -->
-
- <reference xml:id="ref.iisfunc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
-  <title>&Functions; IIS</title>
-
- &reference.iisfunc.entities.functions;
-
- </reference>
-
-<!-- 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:"~/.phpdoc/manual.ced"
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
--->
\ No newline at end of file
diff --git a/reference/iisfunc/setup.xml b/reference/iisfunc/setup.xml
deleted file mode 100644
index d784e4d6d6..0000000000
--- a/reference/iisfunc/setup.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 7cfaafb9bfccfca6f78c3bbf9ca8cdcbe46e162c Maintainer: yannick Status: ready -->
-<!-- Reviewed: yes -->
-
-<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;
-  <para>
-   &pecl.info.dead;
-   <link xlink:href="&url.pecl.vcs;iisfunc">&url.pecl.vcs;iisfunc</link>.
-  </para>
- </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:"~/.phpdoc/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
--->
-