Add versions.xml and rm book.developer.xml

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326973 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
John Jawed 2012-08-04 18:05:48 +00:00
parent d34ad48730
commit dc7876b318
2 changed files with 12 additions and 99 deletions

View file

@ -1,76 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V5.0//EN"
"{PATH_TO_DOCBASE}/docbook/docbook-xml/docbook.dtd" [
<!-- $Revision$ -->
<!-- We use xhtml entities all over the place -->
<!ENTITY % xhtml-lat1 SYSTEM "{PATH_TO_DOCBASE}/entities/ISO/xhtml1-lat1.ent">
<!ENTITY % xhtml-symbol SYSTEM "{PATH_TO_DOCBASE}/entities/ISO/xhtml1-symbol.ent">
<!ENTITY % xhtml-special SYSTEM "{PATH_TO_DOCBASE}/entities/ISO/xhtml1-special.ent">
<!ENTITY % isopub SYSTEM "{PATH_TO_DOCBASE}/entities/ISO/isopub.ent">
%xhtml-lat1;
%xhtml-symbol;
%xhtml-special;
%isopub;
<!-- Fallback to English definitions and snippets (in case of missing translation) -->
<!ENTITY % language-defs.default SYSTEM "{PATH_TO_DOC}/language-defs.ent">
<!ENTITY % language-snippets.default SYSTEM "{PATH_TO_DOC}/language-snippets.ent">
<!ENTITY % extensions.default SYSTEM "{PATH_TO_DOC}/extensions.ent">
%language-defs.default;
%extensions.default;
%language-snippets.default;
<!-- All global entities for the XML files -->
<!ENTITY % global.entities SYSTEM "{PATH_TO_DOCBASE}/entities/global.ent">
<!-- These are language independent -->
<!ENTITY % frontpage.entities SYSTEM "{PATH_TO_DOC}/contributors.ent">
<!ENTITY % file.entities SYSTEM "{PATH_TO_DOCBASE}/entities/file-entities.ent">
<!-- Include all external DTD parts defined previously -->
%global.entities;
%file.entities;
%frontpage.entities;
]>
<book xml:id="book.x-commerce" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:lang="en">
<title>X.commerce</title>
<titleabbrev>X.commerce</titleabbrev>
<preface xml:id="intro.x-commerce">
&reftitle.intro;
<para>
</para>
</preface>
&reference.x-commerce.setup;
&reference.x-commerce.constants;
&reference.x-commerce.examples;
&reference.x-commerce.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
-->

View file

@ -1,30 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<?xml version='1.0' encoding='utf-8'?>
<!-- $Revision: 300006 $ -->
<!--
Do NOT translate this file
-->
<versions>
<!-- Methods -->
<function name='xcom::__construct' from='PHP 5 &gt;= Unknown'/>
<function name='xcom::send' from='PHP 5 &gt;= Unknown'/>
<function name='xcom::sendasync' from='PHP 5 &gt;= Unknown'/>
<function name='xcom::encode' from='PHP 5 &gt;= Unknown'/>
<function name='xcom::decode' from='PHP 5 &gt;= Unknown'/>
<function name='xcom::getlastresponse' from='PHP 5 &gt;= Unknown'/>
<function name='xcom::getlastresponseinfo' from='PHP 5 &gt;= Unknown'/>
<function name='xcom::getdebugoutput' from='PHP 5 &gt;= Unknown'/>
<function name='xcom::__destruct' from='PHP 5 &gt;= Unknown'/>
<function name='xcomexception::__clone' from='PHP 5 &gt;= Unknown'/>
<function name='xcomexception::__construct' from='PHP 5 &gt;= Unknown'/>
<function name='xcomexception::getmessage' from='PHP 5 &gt;= Unknown'/>
<function name='xcomexception::getcode' from='PHP 5 &gt;= Unknown'/>
<function name='xcomexception::getfile' from='PHP 5 &gt;= Unknown'/>
<function name='xcomexception::getline' from='PHP 5 &gt;= Unknown'/>
<function name='xcomexception::gettrace' from='PHP 5 &gt;= Unknown'/>
<function name='xcomexception::getprevious' from='PHP 5 &gt;= Unknown'/>
<function name='xcomexception::gettraceasstring' from='PHP 5 &gt;= Unknown'/>
<function name='xcomexception::__tostring' from='PHP 5 &gt;= Unknown'/>
<!-- Methods -->
<function name='xcom::__construct' from='PECL xcommerce &gt;= 1.0.0'/>
<function name='xcom::__destruct' from='PECL xcommerce &gt;= 1.0.0'/>
<function name='xcom::send' from='PECL xcommerce &gt;= 1.0.0'/>
<function name='xcom::sendasync' from='PECL xcommerce &gt;= 1.0.0'/>
<function name='xcom::decode' from='PECL xcommerce &gt;= 1.0.0'/>
<function name='xcom::encode' from='PECL xcommerce &gt;= 1.0.0'/>
<function name='xcom::getlastresponseinfo' from='PECL xcommerce &gt;= 1.0.0'/>
<function name='xcom::getlastresponse' from='PECL xcommerce &gt;= 1.0.0'/>
<function name='xcom::getdebugoutput' from='PECL xcommerce &gt;= 1.0.0'/>
</versions>
<!-- Keep this comment at the end of the file