com doc/ja: 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] (Yoshinari Takaoka) Wed, 13 Jan 2021 16:26:39 +0000
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
Commit: e169e63bcdee7b5df81f3742860d81fdb9c9cce9 Author: Yoshinari Takaoka <[email protected]> Thu, 14 Jan 2021 01:26:39 +0900 Parents: 99a7d6e0cf46bcdb2413216065ccb48f4583e88e Branches: master Link: http://git.php.net/?p=doc/ja.git;a=commitdiff;h=e169e63bcdee7b5df81f3742860d81fdb9c9cce9 Log: Remove obsolete iisfunc documentation This extension is unmaintained for more than ten years, and even the docs say that it's dead (for 11 years now). 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_e169e63bcdee7b5df81f3742860d81fdb9c9cce9.txt
(text/plain, 32.5 KB)
diff --git a/reference/iisfunc/book.xml b/reference/iisfunc/book.xml
deleted file mode 100644
index 91f88086ee..0000000000
--- a/reference/iisfunc/book.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 1634a886415d0ab4df195fe49d18a1c150b70758 Maintainer: takagi Status: ready -->
-
-<book xml:id="book.iisfunc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
- <title>IIS 管理</title>
- <titleabbrev>IIS</titleabbrev>
-
- <!-- {{{ preface -->
- <preface xml:id="intro.iisfunc">
- &reftitle.intro;
- <para>
- この拡張モジュールは Win32 のみで利用可能で、マイクロソフトの
- インターネットインフォメーションサーバー(IIS)管理用関数を提供します。
- この拡張モジュールには、Web サイトや仮想ディレクトリを作成する関数が
- 含まれており、同時にセキュリティやスクリプトマッピングの設定も
- 行うことが可能です。
- </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
--->
-
diff --git a/reference/iisfunc/constants.xml b/reference/iisfunc/constants.xml
deleted file mode 100644
index 22c0b43aed..0000000000
--- a/reference/iisfunc/constants.xml
+++ /dev/null
@@ -1,151 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 86e6094e86b84a51d00ab217ac50ce8dde33d82a Maintainer: takagi Status: ready -->
-<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>
- (<type>int</type>)
- </term>
- <listitem>
- <simpara>
-
- </simpara>
- </listitem>
- </varlistentry>
- <varlistentry xml:id="constant.iis-write">
- <term>
- <constant>IIS_WRITE</constant>
- (<type>int</type>)
- </term>
- <listitem>
- <simpara>
-
- </simpara>
- </listitem>
- </varlistentry>
- <varlistentry xml:id="constant.iis-execute">
- <term>
- <constant>IIS_EXECUTE</constant>
- (<type>int</type>)
- </term>
- <listitem>
- <simpara>
-
- </simpara>
- </listitem>
- </varlistentry>
- <varlistentry xml:id="constant.iis-script">
- <term>
- <constant>IIS_SCRIPT</constant>
- (<type>int</type>)
- </term>
- <listitem>
- <simpara>
-
- </simpara>
- </listitem>
- </varlistentry>
- <varlistentry xml:id="constant.iis-anonymous">
- <term>
- <constant>IIS_ANONYMOUS</constant>
- (<type>int</type>)
- </term>
- <listitem>
- <simpara>
-
- </simpara>
- </listitem>
- </varlistentry>
- <varlistentry xml:id="constant.iis-basic">
- <term>
- <constant>IIS_BASIC</constant>
- (<type>int</type>)
- </term>
- <listitem>
- <simpara>
-
- </simpara>
- </listitem>
- </varlistentry>
- <varlistentry xml:id="constant.iis-ntlm">
- <term>
- <constant>IIS_NTLM</constant>
- (<type>int</type>)
- </term>
- <listitem>
- <simpara>
-
- </simpara>
- </listitem>
- </varlistentry>
- <varlistentry xml:id="constant.iis-starting">
- <term>
- <constant>IIS_STARTING</constant>
- (<type>int</type>)
- </term>
- <listitem>
- <simpara>
-
- </simpara>
- </listitem>
- </varlistentry>
- <varlistentry xml:id="constant.iis-stopped">
- <term>
- <constant>IIS_STOPPED</constant>
- (<type>int</type>)
- </term>
- <listitem>
- <simpara>
-
- </simpara>
- </listitem>
- </varlistentry>
- <varlistentry xml:id="constant.iis-paused">
- <term>
- <constant>IIS_PAUSED</constant>
- (<type>int</type>)
- </term>
- <listitem>
- <simpara>
-
- </simpara>
- </listitem>
- </varlistentry>
- <varlistentry xml:id="constant.iis-running">
- <term>
- <constant>IIS_RUNNING</constant>
- (<type>int</type>)
- </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
--->
diff --git a/reference/iisfunc/functions/iis-add-server.xml b/reference/iisfunc/functions/iis-add-server.xml
deleted file mode 100644
index 3d0aa7b32f..0000000000
--- a/reference/iisfunc/functions/iis-add-server.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: hirokawa Status: ready -->
-<refentry xml:id="function.iis-add-server" xmlns="http://docbook.org/ns/docbook">
- <refnamediv>
- <refname>iis_add_server</refname>
- <refpurpose>新規に仮想 Web サーバーを作成する</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
--->
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 1bfa309cde..0000000000
--- a/reference/iisfunc/functions/iis-get-dir-security.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: hirokawa Status: ready -->
-<refentry xml:id="function.iis-get-dir-security" xmlns="http://docbook.org/ns/docbook">
- <refnamediv>
- <refname>iis_get_dir_security</refname>
- <refpurpose>ディレクトリのセキュリティを取得する</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
--->
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 ff465809de..0000000000
--- a/reference/iisfunc/functions/iis-get-script-map.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: hirokawa Status: ready -->
-<refentry xml:id="function.iis-get-script-map" xmlns="http://docbook.org/ns/docbook">
- <refnamediv>
- <refname>iis_get_script_map</refname>
- <refpurpose>指定した拡張子に関して仮想ディレクトリにおけるスクリプトマッピングを取得する</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
--->
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 f449bdb4fe..0000000000
--- a/reference/iisfunc/functions/iis-get-server-by-comment.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: hirokawa Status: ready -->
-<refentry xml:id="function.iis-get-server-by-comment" xmlns="http://docbook.org/ns/docbook">
- <refnamediv>
- <refname>iis_get_server_by_comment</refname>
- <refpurpose>指定したコメントのインスタンス番号を返す</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
--->
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 18f7555cff..0000000000
--- a/reference/iisfunc/functions/iis-get-server-by-path.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: hirokawa Status: ready -->
-<refentry xml:id="function.iis-get-server-by-path" xmlns="http://docbook.org/ns/docbook">
- <refnamediv>
- <refname>iis_get_server_by_path</refname>
- <refpurpose>指定したパスのインスタンス番号を返す</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>
- IIS の各仮想サーバーには、インスタンス番号が付けられています。
- <function>iis_get_server_by_path</function> は、ルートディレクトリへの
- 実際のパスからインスタンス番号を検索します。
- </para>
- </refsect1>
- <refsect1 role="parameters">
- &reftitle.parameters;
- <para>
- <variablelist>
- <varlistentry>
- <term><parameter>path</parameter></term>
- <listitem>
- <para>
- ルートディレクトリへのパス。
- </para>
- </listitem>
- </varlistentry>
- </variablelist>
- </para>
- </refsect1>
- <refsect1 role="returnvalues">
- &reftitle.returnvalues;
- <para>
- サーバーのインスタンス番号を返します。
- </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
--->
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 f8a6d91dc9..0000000000
--- a/reference/iisfunc/functions/iis-get-server-rights.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: hirokawa Status: ready -->
-<refentry xml:id="function.iis-get-server-rights" xmlns="http://docbook.org/ns/docbook">
- <refnamediv>
- <refname>iis_get_server_rights</refname>
- <refpurpose>サーバーの権限を取得する</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
--->
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 d6172b9d30..0000000000
--- a/reference/iisfunc/functions/iis-get-service-state.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: hirokawa Status: ready -->
-<refentry xml:id="function.iis-get-service-state" xmlns="http://docbook.org/ns/docbook">
- <refnamediv>
- <refname>iis_get_service_state</refname>
- <refpurpose>サービス ID で指定したサービスの状態を取得する</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
--->
diff --git a/reference/iisfunc/functions/iis-remove-server.xml b/reference/iisfunc/functions/iis-remove-server.xml
deleted file mode 100644
index f6629dd9c1..0000000000
--- a/reference/iisfunc/functions/iis-remove-server.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: hirokawa Status: ready -->
-<refentry xml:id="function.iis-remove-server" xmlns="http://docbook.org/ns/docbook">
- <refnamediv>
- <refname>iis_remove_server</refname>
- <refpurpose>サーバーインスタンスで指定した仮想 Web サーバーを削除する</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
--->
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 ae6adffafb..0000000000
--- a/reference/iisfunc/functions/iis-set-app-settings.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: hirokawa Status: ready -->
-<refentry xml:id="function.iis-set-app-settings" xmlns="http://docbook.org/ns/docbook">
- <refnamediv>
- <refname>iis_set_app_settings</refname>
- <refpurpose>仮想ディレクトリでのアプリケーションスコープを作成する</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
--->
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 f0a4c032a5..0000000000
--- a/reference/iisfunc/functions/iis-set-dir-security.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: hirokawa Status: ready -->
-<refentry xml:id="function.iis-set-dir-security" xmlns="http://docbook.org/ns/docbook">
- <refnamediv>
- <refname>iis_set_dir_security</refname>
- <refpurpose>ディレクトリのセキュリティを設定する</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
--->
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 a6c9afc3db..0000000000
--- a/reference/iisfunc/functions/iis-set-script-map.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: hirokawa Status: ready -->
-<refentry xml:id="function.iis-set-script-map" xmlns="http://docbook.org/ns/docbook">
- <refnamediv>
- <refname>iis_set_script_map</refname>
- <refpurpose>仮想ディレクトリにスクリプトマッピングを設定する</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
--->
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 b9dde7651e..0000000000
--- a/reference/iisfunc/functions/iis-set-server-rights.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: hirokawa Status: ready -->
-<refentry xml:id="function.iis-set-server-rights" xmlns="http://docbook.org/ns/docbook">
- <refnamediv>
- <refname>iis_set_server_rights</refname>
- <refpurpose>サーバーの権限を設定する</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
--->
diff --git a/reference/iisfunc/functions/iis-start-server.xml b/reference/iisfunc/functions/iis-start-server.xml
deleted file mode 100644
index a4197cb1d6..0000000000
--- a/reference/iisfunc/functions/iis-start-server.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: hirokawa Status: ready -->
-<refentry xml:id="function.iis-start-server" xmlns="http://docbook.org/ns/docbook">
- <refnamediv>
- <refname>iis_start_server</refname>
- <refpurpose>仮想 Web サーバーを起動する</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
--->
diff --git a/reference/iisfunc/functions/iis-start-service.xml b/reference/iisfunc/functions/iis-start-service.xml
deleted file mode 100644
index ede59068df..0000000000
--- a/reference/iisfunc/functions/iis-start-service.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: hirokawa Status: ready -->
-<refentry xml:id="function.iis-start-service" xmlns="http://docbook.org/ns/docbook">
- <refnamediv>
- <refname>iis_start_service</refname>
- <refpurpose>サービス ID で指定したサービスを起動する</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
--->
diff --git a/reference/iisfunc/functions/iis-stop-server.xml b/reference/iisfunc/functions/iis-stop-server.xml
deleted file mode 100644
index 9a39e8a316..0000000000
--- a/reference/iisfunc/functions/iis-stop-server.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: hirokawa Status: ready -->
-<refentry xml:id="function.iis-stop-server" xmlns="http://docbook.org/ns/docbook">
- <refnamediv>
- <refname>iis_stop_server</refname>
- <refpurpose>仮想 Web サーバーを停止する</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
--->
diff --git a/reference/iisfunc/functions/iis-stop-service.xml b/reference/iisfunc/functions/iis-stop-service.xml
deleted file mode 100644
index 6867d858f1..0000000000
--- a/reference/iisfunc/functions/iis-stop-service.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: hirokawa Status: ready -->
-<refentry xml:id="function.iis-stop-service" xmlns="http://docbook.org/ns/docbook">
- <refnamediv>
- <refname>iis_stop_service</refname>
- <refpurpose>サービス ID で指定したサービスを停止する</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
--->
diff --git a/reference/iisfunc/reference.xml b/reference/iisfunc/reference.xml
deleted file mode 100644
index e385f36b1b..0000000000
--- a/reference/iisfunc/reference.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: takagi Status: ready -->
-
- <reference xml:id="ref.iisfunc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
- <title>IIS &Functions;</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:
--->
-
diff --git a/reference/iisfunc/setup.xml b/reference/iisfunc/setup.xml
deleted file mode 100644
index 04a6fe30bc..0000000000
--- a/reference/iisfunc/setup.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 7cfaafb9bfccfca6f78c3bbf9ca8cdcbe46e162c Maintainer: takagi Status: ready -->
-
-<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
--->
-