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>
 - Created an constants appendix (in constants.xml)
 - Moved the configure (install section) entity to setup.xml


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248717 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2007-12-22 00:33:16 +00:00
parent e1739c46b0
commit 85db1350c1
4 changed files with 138 additions and 26 deletions

View file

@ -0,0 +1,53 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.2 $ -->
<!-- Purpose: database.vendors -->
<!-- Membership: pecl -->
<book xml:id="book.filepro" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>filePro</title>
<!-- {{{ preface -->
<preface xml:id="intro.filepro">
&reftitle.intro;
<simpara>
These functions allow read-only access to data stored in filePro databases.
</simpara>
<simpara>
filePro is a registered trademark of fP Technologies, Inc. You can find more
information about filePro at <link xlink:href="&url.filepro;">&url.filepro;</link>.
</simpara>
<note>
<para>
&pecl.moved-ver;5.2.0.
</para>
</note>
</preface>
<!-- }}} -->
&reference.filepro.setup;
&reference.filepro.constants;
&reference.filepro.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

@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.2 $ -->
<appendix xml:id="filepro.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.constants;
&no.constants;
</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:"../../../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,32 +1,8 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.10 $ -->
<!-- Purpose: database.vendors -->
<!-- Membership: pecl -->
<!-- $Revision: 1.11 $ -->
<reference xml:id="ref.filepro" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>filePro Functions</title>
<titleabbrev>filePro</titleabbrev>
<partintro>
<section xml:id="filepro.intro">
&reftitle.intro;
<simpara>
These functions allow read-only access to data stored in filePro databases.
</simpara>
<simpara>
filePro is a registered trademark of fP Technologies, Inc. You can find more
information about filePro at <link xlink:href="&url.filepro;">&url.filepro;</link>.
</simpara>
<note>
<para>
&pecl.moved-ver;5.2.0.
</para>
</note>
</section>
&reference.filepro.configure;
</partintro>
<title>filePro &Functions;</title>
&reference.filepro.entities.functions;

View file

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.2 $ -->
<chapter xml:id="filepro.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
<!-- {{{ Requirements -->
<section xml:id="filepro.requirements">
&reftitle.required;
&no.requirement;
</section>
<!-- }}} -->
<!-- {{{ Installation -->
&reference.filepro.configure;
<!-- }}} -->
<!-- {{{ Configuration -->
<section xml:id="filepro.configuration">
&reftitle.runtime;
&no.config;
</section>
<!-- }}} -->
<!-- {{{ Resources -->
<section xml:id="filepro.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
-->