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 empty constants.xml appendix
 - Moved the configure entity and the resources section to setup.xml


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249009 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2007-12-26 13:58:46 +00:00
parent 0ca24b6e59
commit 532f82e4cf
4 changed files with 133 additions and 34 deletions

48
reference/muscat/book.xml Normal file
View file

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- Purpose: basic.session -->
<!-- Membership: pecl, external -->
<!-- State: experimental -->
<book xml:id="book.muscat" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>muscat Functions</title>
<titleabbrev>muscat</titleabbrev>
<preface xml:id="intro.muscat">
&reftitle.intro;
<para>
This extension provides an interface to the Muscat 3.6 search system.
Muscat doesn't exist anymore, but the <link
xlink:href="&url.muscat.xapian;">Xapian</link> project may provide you with a
good alternative.
</para>
&warn.experimental;
</preface>
&reference.muscat.setup;
&reference.muscat.constants;
&reference.muscat.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="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<appendix xml:id="muscat.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,41 +1,12 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.12 $ -->
<!-- Purpose: basic.session -->
<!-- Membership: pecl, external -->
<!-- State: experimental -->
<!-- $Revision: 1.13 $ -->
<reference xml:id="ref.muscat" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>muscat Functions</title>
<titleabbrev>muscat</titleabbrev>
<reference xml:id="ref.muscat" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>muscat &Functions;</title>
<partintro>
<section xml:id="muscat.intro">
&reftitle.intro;
<para>
This extension provides an interface to the Muscat 3.6 search system.
Muscat doesn't exist anymore, but the <link
xlink:href="&url.muscat.xapian;">Xapian</link> project may provide you with a
good alternative.
</para>
&warn.experimental;
</section>
&reference.muscat.configure;
<section xml:id="muscat.resources">
&reftitle.resources;
<para>
This extension defines a Muscat session handler returned by
<function>muscat_setup_net</function> and
<function>muscat_setup</function>.
</para>
</section>
&reference.muscat.entities.functions;
</partintro>
&reference.muscat.entities.functions;
</reference>
</reference>
<!-- Keep this comment at the end of the file
Local variables:
@ -57,3 +28,4 @@ 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,50 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<chapter xml:id="muscat.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
<section xml:id="muscat.requirements">
&reftitle.required;
&no.requirement;
</section>
&reference.muscat.configure;
<section xml:id="muscat.configuration">
&reftitle.runtime;
&no.config;
</section>
<section xml:id="muscat.resources">
&reftitle.resources;
<para>
This extension defines a Muscat session handler returned by
<function>muscat_setup_net</function> and
<function>muscat_setup</function>.
</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
-->