MFB: Upgrade to the new-reference-structure

- Split reference.xml into book.xml and setup.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 rest: installation, configuration, resources, and added requirements
- Changed the constants section to be an <appendix>, and fixed title
- Changed the intro ID from <extname>.intro to intro.<extname>


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248793 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2007-12-23 03:43:46 +00:00
parent 95fd8b30c5
commit d894cfe8a6
4 changed files with 105 additions and 47 deletions

View file

@ -0,0 +1,45 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.2 $ -->
<!-- Purpose: utilspec.windows -->
<!-- Membership: pecl -->
<book xml:id="book.printer" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Printer</title>
<!-- {{{ preface -->
<preface xml:id="intro.printer">
&reftitle.intro;
<para>
These functions are only available under Windows 9.x, ME, NT4 and
2000. They have been added in PHP 4.0.4.
</para>
</preface>
<!-- }}} -->
&reference.printer.setup;
&reference.printer.constants;
&reference.printer.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,12 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<refentry xml:id="printer.constants">
<refnamediv>
<refname>Constants</refname>
<refpurpose>Printer Predefined Constants</refpurpose>
</refnamediv>
<refsect1>
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.3 $ -->
<appendix xml:id="printer.constants">
&reftitle.constants;
&extension.constants;
<variablelist>
@ -693,8 +687,7 @@
</listitem>
</varlistentry>
</variablelist>
</refsect1>
</refentry>
</appendix>
<!-- Keep this comment at the end of the file
Local variables:

View file

@ -1,43 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.15 $ -->
<!-- Purpose: utilspec.windows -->
<!-- Membership: pecl -->
<!-- $Revision: 1.16 $ -->
<reference xml:id="ref.printer" xmlns="http://docbook.org/ns/docbook">
<title>Printer Functions</title>
<titleabbrev>Printer</titleabbrev>
<title>Printer &Functions;</title>
<partintro>
<section xml:id="printer.intro">
&reftitle.intro;
<para>
These functions are only available under Windows 9.x, ME, NT4 and
2000. They have been added in PHP 4.0.4.
</para>
</section>
&reference.printer.configure;
&reference.printer.ini;
<section xml:id="printer.resources">
&reftitle.resources;
<para>
This extension defines handles to a printer connection, to a brush, to a
font and to a pen.
</para>
</section>
<section>
&reftitle.constants;
<para>
See also the Printer <link linkend="printer.constants">Predefined Constants</link>
</para>
</section>
</partintro>
&reference.printer.constants;
&reference.printer.entities.functions;
</reference>

View file

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.2 $ -->
<chapter xml:id="printer.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
<!-- {{{ Requirements -->
<section xml:id="printer.requirements">
&reftitle.required;
&no.requirement;
</section>
<!-- }}} -->
<!-- {{{ Installation -->
&reference.printer.configure;
<!-- }}} -->
<!-- {{{ Configuration -->
&reference.printer.ini;
<!-- }}} -->
<!-- {{{ Resources -->
<section xml:id="printer.resources">
&reftitle.resources;
<para>
This extension defines handles to a printer connection, to a brush, to a
font and to a pen.
</para>
</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
-->