pearweb_channelxml
[ class tree: pearweb_channelxml ] [ index: pearweb_channelxml ] [ all elements ]

Source for file index.php

Documentation is available at index.php

  1. <?php
  2. /*
  3.    +----------------------------------------------------------------------+
  4.    | PEAR Web site version 1.0                                            |
  5.    +----------------------------------------------------------------------+
  6.    | Copyright (c) 2001-2005 The PHP Group                                |
  7.    +----------------------------------------------------------------------+
  8.    | This source file is subject to version 2.02 of the PHP license,      |
  9.    | that is bundled with this package in the file LICENSE, and is        |
  10.    | available at through the world-wide-web at                           |
  11.    | http://www.php.net/license/2_02.txt.                                 |
  12.    | If you did not receive a copy of the PHP license and are unable to   |
  13.    | obtain it through the world-wide-web, please send a note to          |
  14.    | license@php.net so we can mail you a copy immediately.               |
  15.    +----------------------------------------------------------------------+
  16.    | Authors: Martin Jansen <mj@php.net>                                  |
  17.    +----------------------------------------------------------------------+
  18.    $Id: index.php 309429 2011-03-19 07:59:57Z clockwerx $
  19. */
  20.  
  21. response_header('Document Type Definitions');
  22. ?>
  23.  
  24. <h1>Document Type Definitions</h1>
  25.  
  26. <p>The following Document Type Definitions are used in PEAR:</p>
  27.  
  28. <table cellpadding="2" cellspacing="2" style="width: 90%; border: 0px;">
  29.  <tr>
  30.   <th colspan="2" style="background-color: #CCCCCC;">Available DTDs</th>
  31.  </tr>
  32.  <tr>
  33.   <td valign="top"><a href="/dtd/package-1.0">package-1.0</a></td>
  34.   <td valign="top">This is the <abbr title="Document Type Definition">DTD</abbr>
  35.   that defines the legal building blocks of the <tt>package.xml</tt>
  36.   file that comes with each package. More information about
  37.   <tt>package.xml</tt> can be found
  38.   <a href="/manual/en/developers.packagedef.php">in the manual</a>.
  39.   </td>
  40.  </tr>
  41.  <tr>
  42.   <td valign="top"><a href="/dtd/package-1.0.xsd">package-1.0.xsd</a></td>
  43.   <td valign="top">This is the <abbr title="XML Schema Definition">XSD</abbr>
  44.   that defines the legal building blocks of the <tt>package.xml</tt>
  45.   file that comes with each package. More information about
  46.   <tt>package.xml</tt> can be found
  47.   <a href="/manual/en/developers.packagedef.php">in the manual</a>.
  48.   </td>
  49.  </tr>
  50.  <tr>
  51.   <td valign="top"><a href="/dtd/package-2.0.xsd">package-2.0.xsd</a></td>
  52.   <td valign="top">This is the <abbr title="XML Schema Definition">XSD</abbr>
  53.   that defines the legal building blocks of version 2.0 of <tt>package.xml</tt>
  54.   file that comes with each package. More information about
  55.   <tt>package.xml</tt> version 2.0 can be found
  56.   <a href="/manual/en/guide.developers.package2.php">in the manual</a>.
  57.   </td>
  58.  </tr>
  59.  <tr>
  60.   <td valign="top"><a href="/dtd/channel-1.0.xsd">channel-1.0.xsd</a></td>
  61.   <td valign="top">This is the <abbr title="XML Schema Definition">XSD</abbr>
  62.   that defines the legal building blocks of <tt>channel.xml</tt>
  63.   file that defines the communication protocols of a channel. More information about
  64.   <tt>channel.xml</tt> can be found
  65.   <a href="/manual/en/guide.migrating.channels.xml.php">in the manual</a>.
  66.   </td>
  67.  </tr>
  68. </table>
  69.  
  70. <?php
  71. response_footer();

Documentation generated on Mon, 11 Mar 2019 15:44:46 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.