Skip to content

Commit

Permalink
Fixed packagesinfo.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
boenrobot committed Oct 8, 2011
1 parent cd57d3d commit b55e153
Showing 1 changed file with 0 additions and 253 deletions.
253 changes: 0 additions & 253 deletions www/rest/c/Default/packagesinfo.xml
Original file line number Diff line number Diff line change
@@ -1,258 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<f xmlns="http://pear.php.net/dtd/rest.categorypackageinfo" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://pear.php.net/dtd/rest.categorypackageinfo http://pear.php.net/dtd/rest.categorypackageinfo.xsd">
<pi>
<p>
<n>PEAR2_Pyrus_Developer</n>
<c>pear2.php.net</c>
<ca xmlns:xlink="rest/c/Default" xlink:href="rest/c/Default">Default</ca>
<l>New BSD License</l>
<s>Developer tools for the Pyrus installer
</s>
<d>
This package contains several custom commands for Pyrus.

Included are commands for:

* Creating PEAR2 and PECL package skeletons
* `php pyrus.phar generate-pear2 MyNewPackage`
* [generate-pear2 documentation][1]
* Creating a package.xml file
* `php pyrus.phar make`
* [make documentation][2]
* Packaging PEAR2 and PEAR releases
* `php pyrus.phar package`
* [package documentation][3]
* Running phpt tests and generating code coverage reports
* `php pyrus.phar run-phpt -m`
* [run-phpt documentation][4]

For more information, read the [documentation][5].

[1]: http://pear.php.net/manual/en/pyrus.commands.generatepear2.php
[2]: http://pear.php.net/manual/en/pyrus.commands.make.php
[3]: http://pear.php.net/manual/en/pyrus.commands.package.php
[4]: http://pear.php.net/manual/en/pyrus.commands.runphpt.php
[5]: http://pear.php.net/manual/en/pyrus.developers.php
</d>
<r xmlns="http://pear.php.net/dtd/rest.package" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://pear.php.net/dtd/rest.package http://pear.php.net/dtd/rest.package.xsd"/>
</p>
<a>
<r>
<v>0.4.0</v>
<s>alpha</s>
</r>
<r>
<v>0.3.1</v>
<s>alpha</s>
</r>
<r>
<v>0.3.0</v>
<s>alpha</s>
</r>
<r>
<v>0.2.0</v>
<s>alpha</s>
</r>
<r>
<v>0.1.0</v>
<s>alpha</s>
</r>
</a>
<deps>
<v>0.4.0</v>
<d>a:1:{s:8:&quot;required&quot;;a:2:{s:3:&quot;php&quot;;a:1:{s:3:&quot;min&quot;;s:8:&quot;5.3.1RC1&quot;;}s:13:&quot;pearinstaller&quot;;a:1:{s:3:&quot;min&quot;;s:7:&quot;2.0.0a1&quot;;}}}</d>
</deps>
</pi>
<pi>
<p>
<n>PEAR2_SimpleChannelServer</n>
<c>pear2.php.net</c>
<ca xmlns:xlink="rest/c/Default" xlink:href="rest/c/Default">Default</ca>
<l>New BSD License</l>
<s>A simple channel server for PEAR compatible channels
</s>
<d>
This package contains a set of scripts to create a simple PEAR compatible
channel server. Included with the package are the scs- commands which are
added to pyrus to manage a PEAR channel.

Example usage from the command line:
php pyrus.phar scs-create pear.example.com &quot;My Channel&quot;
php pyrus.phar scs-release MyPackage-0.0.0.tgz myhandle

More information here: http://pear.php.net/manual/en/channels.scs.php
</d>
<r xmlns="http://pear.php.net/dtd/rest.package" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://pear.php.net/dtd/rest.package http://pear.php.net/dtd/rest.package.xsd"/>
</p>
<a>
<r>
<v>0.2.0</v>
<s>alpha</s>
</r>
<r>
<v>0.1.0</v>
<s>alpha</s>
</r>
</a>
<deps>
<v>0.2.0</v>
<d>a:1:{s:8:&quot;required&quot;;a:3:{s:3:&quot;php&quot;;a:1:{s:3:&quot;min&quot;;s:5:&quot;5.3.0&quot;;}s:13:&quot;pearinstaller&quot;;a:1:{s:3:&quot;min&quot;;s:7:&quot;2.0.0a1&quot;;}s:7:&quot;package&quot;;a:2:{i:0;a:2:{s:4:&quot;name&quot;;s:11:&quot;PEAR2_Pyrus&quot;;s:7:&quot;channel&quot;;s:13:&quot;pear2.php.net&quot;;}i:1;a:2:{s:4:&quot;name&quot;;s:17:&quot;PEAR2_MultiErrors&quot;;s:7:&quot;channel&quot;;s:13:&quot;pear2.php.net&quot;;}}}}</d>
</deps>
</pi>
<pi>
<p>
<n>PEAR2_Pyrus</n>
<c>pear2.php.net</c>
<ca xmlns:xlink="rest/c/Default" xlink:href="rest/c/Default">Default</ca>
<l>New BSD License</l>
<s>Pyrus is the package manager and installer for PHP 5.3 or newer
</s>
<d>
Pyrus provides the means to install and manage installations for
packages built using package.xml version 2.0 or newer. Pyrus is
redesigned from the ground up for PHP 5.3 or newer, and provides
significant improvements over the older PEAR Installer.

To use Pyrus, you can download pyrus.phar from the PEAR2 website,
and execute it from the command line:
$ php pyrus.phar install PEAR2_Templates_Savant-alpha

You can also install PEAR2_Pyrus to access the API for installing
and managing packages. Once installed, a convenience script is
available from the command line.
$ pyrus install PEAR2_Templates_Savant-alpha

For more information, view the documentation at:
http://pear.php.net/manual/en/pyrus.php</d>
<r xmlns="http://pear.php.net/dtd/rest.package" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://pear.php.net/dtd/rest.package http://pear.php.net/dtd/rest.package.xsd"/>
</p>
<a>
<r>
<v>2.0.0a3</v>
<s>alpha</s>
</r>
<r>
<v>2.0.0a2</v>
<s>alpha</s>
</r>
<r>
<v>2.0.0a1</v>
<s>alpha</s>
</r>
</a>
<deps>
<v>2.0.0a3</v>
<d>a:1:{s:8:&quot;required&quot;;a:3:{s:3:&quot;php&quot;;a:1:{s:3:&quot;min&quot;;s:8:&quot;5.3.1RC1&quot;;}s:13:&quot;pearinstaller&quot;;a:1:{s:3:&quot;min&quot;;s:7:&quot;2.0.0a1&quot;;}s:7:&quot;package&quot;;a:5:{i:0;a:3:{s:4:&quot;name&quot;;s:14:&quot;PEAR2_Autoload&quot;;s:7:&quot;channel&quot;;s:13:&quot;pear2.php.net&quot;;s:3:&quot;min&quot;;s:5:&quot;0.2.0&quot;;}i:1;a:3:{s:4:&quot;name&quot;;s:15:&quot;PEAR2_Exception&quot;;s:7:&quot;channel&quot;;s:13:&quot;pear2.php.net&quot;;s:3:&quot;min&quot;;s:5:&quot;0.2.0&quot;;}i:2;a:3:{s:4:&quot;name&quot;;s:17:&quot;PEAR2_MultiErrors&quot;;s:7:&quot;channel&quot;;s:13:&quot;pear2.php.net&quot;;s:3:&quot;min&quot;;s:5:&quot;0.2.0&quot;;}i:3;a:3:{s:4:&quot;name&quot;;s:18:&quot;PEAR2_HTTP_Request&quot;;s:7:&quot;channel&quot;;s:13:&quot;pear2.php.net&quot;;s:3:&quot;min&quot;;s:5:&quot;0.2.0&quot;;}i:4;a:3:{s:4:&quot;name&quot;;s:25:&quot;PEAR2_Console_CommandLine&quot;;s:7:&quot;channel&quot;;s:13:&quot;pear2.php.net&quot;;s:3:&quot;min&quot;;s:5:&quot;0.1.0&quot;;}}}}</d>
</deps>
</pi>
<pi>
<p>
<n>PEAR2_SimpleChannelFrontend</n>
<c>pear2.php.net</c>
<ca xmlns:xlink="rest/c/Default" xlink:href="rest/c/Default">Default</ca>
<l>New BSD License</l>
<s>A simple PEAR channel frontend that does not require a database.
</s>
<d>
This package provides a simple frontend to a PEAR channel by directly using
the PEAR channel files.

To use, place the PEAR2_SimpleChannelFrontend .phar in the root of your
channel server as `index.php`, and add an `.htaccess` file with the following:

&lt;IfModule mod_rewrite.c&gt;
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
&lt;/IfModule&gt;

For a more customized interface, you can create a `config.inc.php` file, or
install the package and use the files in the `www_dir` as a starting point for
a fully customized PEAR channel. The pear2.php.net uses this method for a
custom frontend.

PEAR2_SimpleChannelFrontend can also be used as a viewer for remote PEAR
channels. See the `config.sample.php` file for an example of how to do this.
</d>
<r xmlns="http://pear.php.net/dtd/rest.package" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://pear.php.net/dtd/rest.package http://pear.php.net/dtd/rest.package.xsd"/>
</p>
<a>
<r>
<v>0.2.0</v>
<s>alpha</s>
</r>
<r>
<v>0.1.0</v>
<s>alpha</s>
</r>
</a>
<deps>
<v>0.2.0</v>
<d>a:1:{s:8:&quot;required&quot;;a:3:{s:3:&quot;php&quot;;a:1:{s:3:&quot;min&quot;;s:5:&quot;5.3.2&quot;;}s:13:&quot;pearinstaller&quot;;a:1:{s:3:&quot;min&quot;;s:7:&quot;2.0.0a1&quot;;}s:7:&quot;package&quot;;a:2:{i:0;a:2:{s:4:&quot;name&quot;;s:11:&quot;PEAR2_Pyrus&quot;;s:7:&quot;channel&quot;;s:13:&quot;pear2.php.net&quot;;}i:1;a:2:{s:4:&quot;name&quot;;s:22:&quot;PEAR2_Templates_Savant&quot;;s:7:&quot;channel&quot;;s:13:&quot;pear2.php.net&quot;;}}}}</d>
</deps>
</pi>
<pi>
<p>
<n>PEAR2_Autoload</n>
<c>pear2.php.net</c>
<ca xmlns:xlink="rest/c/Default" xlink:href="rest/c/Default">Default</ca>
<l>New BSD License</l>
<s>Standard Autoloader for PEAR2
</s>
<d>
PEAR2_Autoload is the standard method of class loading for
development and low-volume web sites using PEAR2 packages.

To use:

&lt;?php
require '/path/to/PEAR2/Autoload.php';
// Now use class names from installed PEAR2 packages at will

// You can also inclue other PEAR2 registries
// require '/other/pear2/repo/PEAR2/Autoload.php';
// or manually
// PEAR2\Autoload::initialize('/other/pear2/repo');
?&gt;</d>
<r xmlns="http://pear.php.net/dtd/rest.package" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://pear.php.net/dtd/rest.package http://pear.php.net/dtd/rest.package.xsd"/>
</p>
<a>
<r>
<v>0.2.4</v>
<s>alpha</s>
</r>
<r>
<v>0.2.3</v>
<s>alpha</s>
</r>
<r>
<v>0.2.2</v>
<s>alpha</s>
</r>
<r>
<v>0.2.1</v>
<s>alpha</s>
</r>
<r>
<v>0.2.0</v>
<s>alpha</s>
</r>
<r>
<v>0.1.1</v>
<s>alpha</s>
</r>
<r>
<v>0.1.0</v>
<s>alpha</s>
</r>
</a>
<deps>
<v>0.2.4</v>
<d>a:1:{s:8:&quot;required&quot;;a:2:{s:3:&quot;php&quot;;a:1:{s:3:&quot;min&quot;;s:5:&quot;5.3.0&quot;;}s:13:&quot;pearinstaller&quot;;a:1:{s:3:&quot;min&quot;;s:7:&quot;2.0.0a1&quot;;}}}</d>
</deps>
</pi>
<pi>
<p>
<n>PEAR2_Exception</n>
Expand Down

0 comments on commit b55e153

Please sign in to comment.