diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-06-10 07:07:08 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-06-10 07:07:08 +0200 |
commit | e5558a10a90c2f47dc8e9656d11babf7fabcb965 (patch) | |
tree | 12cfeea09e6eb60d02d531fd4385a957dc917442 /channel.xml |
Diffstat (limited to 'channel.xml')
-rw-r--r-- | channel.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/channel.xml b/channel.xml new file mode 100644 index 0000000..66ba0f6 --- /dev/null +++ b/channel.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<channel version="1.0" xmlns="http://pear.php.net/channel-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/channel-1.0 http://pear.php.net/dtd/channel-1.0.xsd"> + <name>pear.phpdoc.org</name> + <summary>phpDocumentor channel</summary> + <suggestedalias>phpdoc</suggestedalias> + <servers> + <primary> + <rest> + <baseurl type="REST1.0">http://pear.phpdoc.org/rest/</baseurl> + <baseurl type="REST1.1">http://pear.phpdoc.org/rest/</baseurl> + <baseurl type="REST1.2">http://pear.phpdoc.org/rest/</baseurl> + <baseurl type="REST1.3">http://pear.phpdoc.org/rest/</baseurl> + </rest> + </primary> + </servers> +</channel>
\ No newline at end of file |