References: <[EMAIL PROTECTED]>
In-Reply-To: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

Hi Georg,

Can you start to use the new set of entities (&reftitle.description;, 
etc..) in your XML files ? We also agreed to have the part in a fixed
order (examples are located before see also).

Also, as the extension seems to be non-OO at all, so you don't have to
add <para>Procedural style:</para> before <methodsynopsis>.

The "see also" sections also need to be changed, to use a simplelist.

You'll find the latest skeleton here :
  http://wiki.phpdoc.info/DocSkel/FunctionskeletonDotXml?v=nyc

Regards,

Mehdi


Georg Richter wrote:
> georg         Mon Jan 17 01:57:18 2005 EDT
> 
>   Modified files:              
>     /phpdoc/entities  global.ent 
>     /phpdoc/en/reference/maxdb        reference.xml 
>   Log:
>   added links to global.ent
>   
>   
> http://cvs.php.net/diff.php/phpdoc/entities/global.ent?r1=1.212&r2=1.213&ty=u
> Index: phpdoc/entities/global.ent
> diff -u phpdoc/entities/global.ent:1.212 phpdoc/entities/global.ent:1.213
> --- phpdoc/entities/global.ent:1.212  Fri Dec 31 07:05:13 2004
> +++ phpdoc/entities/global.ent        Mon Jan 17 01:57:17 2005
> @@ -1,6 +1,6 @@
>  <!-- -*- SGML -*-
>  
> - $Id: global.ent,v 1.212 2004/12/31 12:05:13 didou Exp $
> + $Id: global.ent,v 1.213 2005/01/17 06:57:17 georg Exp $
>  
>   Contains global "macros" for all the XML documents.
>  
> @@ -149,6 +149,10 @@
>  <!ENTITY url.libxpm "ftp://metalab.unc.edu/pub/Linux/libs/X/!INDEX.html";>
>  <!ENTITY url.macosx "http://www.entropy.ch/software/macosx/";>
>  <!ENTITY url.macromedia "http://www.macromedia.com/";>
> +<!ENTITY url.maxdb "http://www.mysql.com/products/maxdb/";>
> +<!ENTITY url.maxdb.doc "http://www.mysql.com/doc/maxdb/";>
> +<!ENTITY url.maxdb.sdbc "http://dev.mysql.com/downloads/maxdb/clients.html";>
> +<!ENTITY url.maxdb.sampledb 
> "http://dev.mysql.com/doc/maxdb/en/98/11b83fa6b33c17e10000000a114084/frameset.htm";>
>  <!ENTITY url.mcal "http://mcal.chek.com/";>
>  <!ENTITY url.mcve.home "http://www.mainstreetsoftworks.com/";>
>  <!ENTITY url.mcve.docs "http://www.mainstreetsoftworks.com/docs/phpapi.pdf";>
> http://cvs.php.net/diff.php/phpdoc/en/reference/maxdb/reference.xml?r1=1.1.1.1&r2=1.2&ty=u
> Index: phpdoc/en/reference/maxdb/reference.xml
> diff -u phpdoc/en/reference/maxdb/reference.xml:1.1.1.1 
> phpdoc/en/reference/maxdb/reference.xml:1.2
> --- phpdoc/en/reference/maxdb/reference.xml:1.1.1.1   Wed Jan 12 13:52:41 2005
> +++ phpdoc/en/reference/maxdb/reference.xml   Mon Jan 17 01:57:18 2005
> @@ -1,5 +1,5 @@
>  <?xml version="1.0" encoding="iso-8859-1"?>
> -<!-- $Revision: 1.1.1.1 $ -->
> +<!-- $Revision: 1.2 $ -->
>   <reference id="ref.maxdb">
>    <title>MaxDB PHP Extension</title>
>    <titleabbrev>MaxDB</titleabbrev>
> @@ -10,11 +10,11 @@
>      <para>
>       The MaxDB PHP extension allows you to access the functionality provided 
> by
>       MaxDB 7.5.0 and above. More information about the MaxDB Database server
> -     can be found at <ulink 
> url="http://www.mysql.com/products/maxdb/";></ulink>.
> +     can be found at <ulink url="&url.maxdb;">&url.maxdb;</ulink>.
>      </para>
>      <para>
>       Documentation for MaxDB can be found at
> -     <ulink url="http://dev.mysql.com/doc/maxdb/";></ulink>.
> +     <ulink url="&url.maxdb.doc;">&url.maxdb.doc;</ulink>.
>      </para>
>     </section>
>  
> @@ -27,11 +27,11 @@
>      </para>
>      <para>
>       Documentation for MaxDB SQLDBC can be found at
> -     <ulink url="http://dev.mysql.com/doc/maxdb/";></ulink>.
> +     <ulink url="&url.maxdb.doc;">&url.maxdb.doc;</ulink>.
>      </para>
>      <para>
>       Download the MaxDB SQLDBC package from 
> -     <ulink url="http://dev.mysql.com/downloads/maxdb/clients.html";></ulink>.
> +     <ulink url="&url.maxdb.sdbc;">&url.maxdb.sdbc;</ulink>.
>       
>      </para>
>     </section>
> @@ -47,7 +47,7 @@
>     &reftitle.examples;
>      <para>
>       All examples in the MaxDB PHP documentation use the HOTELDB demo 
> database from MaxDB. More about this
> -     database can be found at <ulink 
> url="http://dev.mysql.com/doc/maxdb/en/98/11b83fa6b33c17e10000000a114084/frameset.htm";></ulink>.
> +     database can be found at <ulink 
> url="&url.maxdb.sampledb;">&url.maxdb.sampledb;</ulink>.
>      </para>
>      <para>
>       This simple example shows how to connect, execute a query, print

Reply via email to