svn: /pear/graveyard/ channel/channel.xml channel/feed.xml channel/index.html channel/pirum.css channel/pirum.xml channel/rest/c/Default/info.xml channel/rest/c/Default/packages.xml channel/rest/c/Default/packagesinfo.xml channel/rest/c/categories.xml channel/rest/m/allmaintainers.xml channel/rest/p/packages.xml index.php

[email protected] ("Daniel O'Connor") Wed, 01 Sep 2010 01:33:02 +0000
Newsgroups php.pear.cvs,php.pear.core
Message-ID <[email protected]>
clockwerx                                Wed, 01 Sep 2010 01:33:02 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=302959

Log:
Added a pirum generated channel

Changed paths:
    A   pear/graveyard/channel/
    A   pear/graveyard/channel/channel.xml
    A   pear/graveyard/channel/feed.xml
    A   pear/graveyard/channel/get/
    A   pear/graveyard/channel/index.html
    A   pear/graveyard/channel/pirum.css
    A   pear/graveyard/channel/pirum.xml
    A   pear/graveyard/channel/rest/
    A   pear/graveyard/channel/rest/c/
    A   pear/graveyard/channel/rest/c/Default/
    A   pear/graveyard/channel/rest/c/Default/info.xml
    A   pear/graveyard/channel/rest/c/Default/packages.xml
    A   pear/graveyard/channel/rest/c/Default/packagesinfo.xml
    A   pear/graveyard/channel/rest/c/categories.xml
    A   pear/graveyard/channel/rest/m/
    A   pear/graveyard/channel/rest/m/allmaintainers.xml
    A   pear/graveyard/channel/rest/p/
    A   pear/graveyard/channel/rest/p/packages.xml
    A   pear/graveyard/channel/rest/r/
    U   pear/graveyard/index.php
svn-diffs-302959.txt (text/x-diff, 15.9 KB)
Added: pear/graveyard/channel/channel.xml
===================================================================
--- pear/graveyard/channel/channel.xml	                        (rev 0)
+++ pear/graveyard/channel/channel.xml	2010-09-01 01:33:02 UTC (rev 302959)
@@ -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>graveyard.pear.php.net</name>
+    <summary>PEAR graveyard channel</summary>
+    <suggestedalias>graveyard</suggestedalias>
+    <servers>
+        <primary>
+            <rest>
+                <baseurl type="REST1.0">http://graveyard.pear.php.net/channel/rest/</baseurl>
+                <baseurl type="REST1.1">http://graveyard.pear.php.net/channel/rest/</baseurl>
+                <baseurl type="REST1.2">http://graveyard.pear.php.net/channel/rest/</baseurl>
+                <baseurl type="REST1.3">http://graveyard.pear.php.net/channel/rest/</baseurl>
+            </rest>
+        </primary>
+    </servers>
+</channel>
\ No newline at end of file

Added: pear/graveyard/channel/feed.xml
===================================================================
--- pear/graveyard/channel/feed.xml	                        (rev 0)
+++ pear/graveyard/channel/feed.xml	2010-09-01 01:33:02 UTC (rev 302959)
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<feed xmlns="http://www.w3.org/2005/Atom" xml:base="http://graveyard.pear.php.net/channel">
+    <title>PEAR graveyard channel Latest Releases</title>
+    <link href="http://graveyard.pear.php.net/channel" />
+    <author>
+        <name>http://graveyard.pear.php.net/channel</name>
+    </author>
+
+
+</feed>
\ No newline at end of file

Added: pear/graveyard/channel/index.html
===================================================================
--- pear/graveyard/channel/index.html	                        (rev 0)
+++ pear/graveyard/channel/index.html	2010-09-01 01:33:02 UTC (rev 302959)
@@ -0,0 +1,39 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <title>PEAR graveyard channel</title>
+    <link rel="stylesheet" type="text/css" href="http://graveyard.pear.php.net/channel/pirum.css" />
+    <link rel="alternate" type="application/rss+xml" href="http://graveyard.pear.php.net/channel/feed.xml" title="PEAR graveyard channel Latest Releases" />
+</head>
+<body>
+    <div id="doc" class="yui-t7">
+        <div id="hd">
+            <h1>PEAR graveyard channel</h1>
+        </div>
+        <div id="bd">
+            <div class="yui-g">
+                <h2>Using this Channel</h2>
+                <p>This channel is to be used with the PEAR installer.</p>
+                <em>Registering</em> the channel:
+                <pre><code>pear channel-discover graveyard.pear.php.net</code></pre>
+                <em>Listing</em> available packages:
+                <pre><code>pear remote-list -c graveyard</code></pre>
+                <em>Installing</em> a package:
+                <pre><code>pear install graveyard/package_name</code></pre>
+                <em>Installing</em> a specific version/stability:
+                <pre><code>pear install graveyard/package_name-1.0.0
+pear install graveyard/package_name-beta</code></pre>
+                <em>Receiving</em> updates via a <a href="http://graveyard.pear.php.net/channel/feed.xml">feed</a>:
+                <pre><code>http://graveyard.pear.php.net/channel/feed.xml</code></pre>
+
+                <h2>Packages</h2>
+
+                            </div>
+        </div>
+        <div id="ft">
+            <p><small>The <em>graveyard.pear.php.net</em> PEAR Channel Server is proudly powered by <a href="http://www.pirum-project.org/">Pirum</a> 0.9.9</small></p>
+        </div>
+    </div>
+</body>
+</html>

Added: pear/graveyard/channel/pirum.css
===================================================================
--- pear/graveyard/channel/pirum.css	                        (rev 0)
+++ pear/graveyard/channel/pirum.css	2010-09-01 01:33:02 UTC (rev 302959)
@@ -0,0 +1,21 @@
+/*
+Copyright (c) 2009, Yahoo! Inc. All rights reserved.
+Code licensed under the BSD License:
+http://developer.yahoo.net/yui/license.txt
+version: 2.8.0r4
+*/
+html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}body{text-align:center;}#doc,#doc2,#doc3,#doc4,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7{margin:auto;text-align:left;width:57.69em;*width:56.25em;}#doc2{width:73.076em;*width:71.25em;}#doc3{margin:auto 10px;width:auto;}#doc4{width:74.923em;*width:73.05em;}.yui-b{position:relative;}.yui-b{_position:static;}#yui-main .yui-b{position:static;}#yui-main,.yui-g .yui-u .yui-g{width:100%;}.yui-t1 #yui-main,.yui-t2 #yui-main,.yui-t3 #yui-main{float:right;margin-left:-25em;}.yui-t4 #yui-main,.yui-t5 #yui-main,.yui-t6 #yui-main{float:left;margin-right:-25em;}.yui-t1 .yui-b{float:left;width:12.30769em;*width:12.00em;}.yui-t1 #yui-main .yui-b{margin-left:13.30769em;*margin-left:13.05em;}.yui-t2 .yui-b{float:left;width:13.8461em;*width:13.50em;}.yui-t2 #yui-main .yui-b{margin-left:14.8461em;*margin-left:14.55em;}.yui-t3 .yui-b{float:left;width:23.0769em;*width:22.50em;}.yui-t3 #yui-main .yui-b{margin-left:24.0769em;*margin-left:23.62em;}.yui-t4 .yui-b{float:right;width:13.8456em;*width:13.50em;}.yui-t4 #yui-main .yui-b{margin-right:14.8456em;*margin-right:14.55em;}.yui-t5 .yui-b{float:right;width:18.4615em;*width:18.00em;}.yui-t5 #yui-main .yui-b{margin-right:19.4615em;*margin-right:19.125em;}.yui-t6 .yui-b{float:right;width:23.0769em;*width:22.50em;}.yui-t6 #yui-main .yui-b{margin-right:24.0769em;*margin-right:23.62em;}.yui-t7 #yui-main .yui-b{display:block;margin:0 0 1em 0;}#yui-main .yui-b{float:none;width:auto;}.yui-gb .yui-u,.yui-g .yui-gb .yui-u,.yui-gb .yui-g,.yui-gb .yui-gb,.yui-gb .yui-gc,.yui-gb .yui-gd,.yui-gb .yui-ge,.yui-gb .yui-gf,.yui-gc .yui-u,.yui-gc .yui-g,.yui-gd .yui-u{float:left;}.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf,.yui-gc .yui-u,.yui-gd .yui-g,.yui-g .yui-gc .yui-u,.yui-ge .yui-u,.yui-ge .yui-g,.yui-gf .yui-g,.yui-gf .yui-u{float:right;}.yui-g div.first,.yui-gb div.first,.yui-gc div.first,.yui-gd div.first,.yui-ge div.first,.yui-gf div.first,.yui-g .yui-gc div.first,.yui-g .yui-ge div.first,.yui-gc div.first div.first{float:left;}.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf{width:49.1%;}.yui-gb .yui-u,.yui-g .yui-gb .yui-u,.yui-gb .yui-g,.yui-gb .yui-gb,.yui-gb .yui-gc,.yui-gb .yui-gd,.yui-gb .yui-ge,.yui-gb .yui-gf,.yui-gc .yui-u,.yui-gc .yui-g,.yui-gd .yui-u{width:32%;margin-left:1.99%;}.yui-gb .yui-u{*margin-left:1.9%;*width:31.9%;}.yui-gc div.first,.yui-gd .yui-u{width:66%;}.yui-gd div.first{width:32%;}.yui-ge div.first,.yui-gf .yui-u{width:74.2%;}.yui-ge .yui-u,.yui-gf div.first{width:24%;}.yui-g .yui-gb div.first,.yui-gb div.first,.yui-gc div.first,.yui-gd div.first{margin-left:0;}.yui-g .yui-g .yui-u,.yui-gb .yui-g .yui-u,.yui-gc .yui-g .yui-u,.yui-gd .yui-g .yui-u,.yui-ge .yui-g .yui-u,.yui-gf .yui-g .yui-u{width:49%;*width:48.1%;*margin-left:0;}.yui-g .yui-g .yui-u{width:48.1%;}.yui-g .yui-gb div.first,.yui-gb .yui-gb div.first{*margin-right:0;*width:32%;_width:31.7%;}.yui-g .yui-gc div.first,.yui-gd .yui-g{width:66%;}.yui-gb .yui-g div.first{*margin-right:4%;_margin-right:1.3%;}.yui-gb .yui-gc div.first,.yui-gb .yui-gd div.first{*margin-right:0;}.yui-gb .yui-gb .yui-u,.yui-gb .yui-gc .yui-u{*margin-left:1.8%;_margin-left:4%;}.yui-g .yui-gb .yui-u{_margin-left:1.0%;}.yui-gb .yui-gd .yui-u{*width:66%;_width:61.2%;}.yui-gb .yui-gd div.first{*width:31%;_width:29.5%;}.yui-g .yui-gc .yui-u,.yui-gb .yui-gc .yui-u{width:32%;_float:right;margin-right:0;_margin-left:0;}.yui-gb .yui-gc div.first{width:66%;*float:left;*margin-left:0;}.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf .yui-u{margin:0;}.yui-gb .yui-gb .yui-u{_margin-left:.7%;}.yui-gb .yui-g div.first,.yui-gb .yui-gb div.first{*margin-left:0;}.yui-gc .yui-g .yui-u,.yui-gd .yui-g .yui-u{*width:48.1%;*margin-left:0;}.yui-gb .yui-gd div.first{width:32%;}.yui-g .yui-gd div.first{_width:29.9%;}.yui-ge .yui-g{width:24%;}.yui-gf .yui-g{width:74.2%;}.yui-gb .yui-ge div.yui-u,.yui-gb .yui-gf div.yui-u{float:right;}.yui-gb .yui-ge div.first,.yui-gb .yui-gf div.first{float:left;}.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf div.first{*width:24%;_width:20%;}.yui-gb .yui-ge div.first,.yui-gb .yui-gf .yui-u{*width:73.5%;_width:65.5%;}.yui-ge div.first .yui-gd .yui-u{width:65%;}.yui-ge div.first .yui-gd div.first{width:32%;}#hd:after,#bd:after,#ft:after,.yui-g:after,.yui-gb:after,.yui-gc:after,.yui-gd:after,.yui-ge:after,.yui-gf:after{content:".";display:block;height:0;clear:both;visibility:hidden;}#hd,#bd,#ft,.yui-g,.yui-gb,.yui-gc,.yui-gd,.yui-ge,.yui-gf{zoom:1;}
+
+/* Pirum stylesheet */
+em { font-style: italic }
+strong { font-weight: bold }
+small { font-size: 80% }
+h1, h2, h3 { font-family:Georgia,Times New Roman,serif; letter-spacing: -0.03em; }
+h1 { font-size: 35px; margin-top: 20px; margin-bottom: 30px }
+h2 { font-size: 30px; margin-bottom: 20px; margin-top: 15px }
+h3 { font-size: 26px; margin-bottom: 10px }
+pre { background-color: #000; color: #fff; margin: 5px 0; overflow: auto; padding: 10px; font-family: monospace }
+#ft { margin-top: 10px }
+ul { margin-top: 5px }
+li strong { color: #666 }
+p { margin-bottom: 5px }
\ No newline at end of file

Added: pear/graveyard/channel/pirum.xml
===================================================================
--- pear/graveyard/channel/pirum.xml	                        (rev 0)
+++ pear/graveyard/channel/pirum.xml	2010-09-01 01:33:02 UTC (rev 302959)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<server>
+  <name>graveyard.pear.php.net</name>
+  <summary>PEAR graveyard channel</summary>
+  <alias>graveyard</alias>
+  <url>http://graveyard.pear.php.net/channel</url>
+</server>

Added: pear/graveyard/channel/rest/c/Default/info.xml
===================================================================
--- pear/graveyard/channel/rest/c/Default/info.xml	                        (rev 0)
+++ pear/graveyard/channel/rest/c/Default/info.xml	2010-09-01 01:33:02 UTC (rev 302959)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<c xmlns="http://pear.php.net/dtd/rest.category" 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.category http://pear.php.net/dtd/rest.category.xsd">
+    <n>Default</n>
+    <c>graveyard.pear.php.net</c>
+    <a>Default</a>
+    <d>Default category</d>
+</c>
\ No newline at end of file

Added: pear/graveyard/channel/rest/c/Default/packages.xml
===================================================================
--- pear/graveyard/channel/rest/c/Default/packages.xml	                        (rev 0)
+++ pear/graveyard/channel/rest/c/Default/packages.xml	2010-09-01 01:33:02 UTC (rev 302959)
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<l xmlns="http://pear.php.net/dtd/rest.categorypackages" 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.categorypackages http://pear.php.net/dtd/rest.categorypackages.xsd">
+
+</l>
\ No newline at end of file

Added: pear/graveyard/channel/rest/c/Default/packagesinfo.xml
===================================================================
--- pear/graveyard/channel/rest/c/Default/packagesinfo.xml	                        (rev 0)
+++ pear/graveyard/channel/rest/c/Default/packagesinfo.xml	2010-09-01 01:33:02 UTC (rev 302959)
@@ -0,0 +1,4 @@
+<?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">
+
+</f>
\ No newline at end of file

Added: pear/graveyard/channel/rest/c/categories.xml
===================================================================
--- pear/graveyard/channel/rest/c/categories.xml	                        (rev 0)
+++ pear/graveyard/channel/rest/c/categories.xml	2010-09-01 01:33:02 UTC (rev 302959)
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<a xmlns="http://pear.php.net/dtd/rest.allcategories" 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.allcategories http://pear.php.net/dtd/rest.allcategories.xsd">
+    <ch>graveyard.pear.php.net</ch>
+    <c xlink:href="/rest/c/Default/info.xml">Default</c>
+</a>
\ No newline at end of file

Added: pear/graveyard/channel/rest/m/allmaintainers.xml
===================================================================
--- pear/graveyard/channel/rest/m/allmaintainers.xml	                        (rev 0)
+++ pear/graveyard/channel/rest/m/allmaintainers.xml	2010-09-01 01:33:02 UTC (rev 302959)
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<m xmlns="http://pear.php.net/dtd/rest.allmaintainers" 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.allmaintainers http://pear.php.net/dtd/rest.allmaintainers.xsd">
+
+</m>
\ No newline at end of file

Added: pear/graveyard/channel/rest/p/packages.xml
===================================================================
--- pear/graveyard/channel/rest/p/packages.xml	                        (rev 0)
+++ pear/graveyard/channel/rest/p/packages.xml	2010-09-01 01:33:02 UTC (rev 302959)
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<a xmlns="http://pear.php.net/dtd/rest.allpackages" 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.allpackages http://pear.php.net/dtd/rest.allpackages.xsd">
+    <c>graveyard.pear.php.net</c>
+
+</a>
\ No newline at end of file

Modified: pear/graveyard/index.php
===================================================================
--- pear/graveyard/index.php	2010-09-01 01:27:10 UTC (rev 302958)
+++ pear/graveyard/index.php	2010-09-01 01:33:02 UTC (rev 302959)
@@ -24,6 +24,7 @@
         <div id="content">
         <h1>PEAR Graveyard</h1>
         <p>A collection of packages we've decided to bury. These are old, broken, and forgotton. If you find yourself hanging around in a graveyard to support your application, it might be a sign to upgrade or refactor. Or to get out in the sunshine and stop hanging around with dead people.</p>
+        <p>If you are sure you want to be here, <a href="channel/">enter the crypt of the ancients</a>.</p>
         <p>Image <a href="http://www.flickr.com/photos/museemccordmuseum/3421927598/">D'Arcy McGee's mausoleum, Notre-Dame-des-Neiges Cemetery, Montreal, QC, 1927</a></p>
         </div>
     </body>