svn: /pear/graveyard/ graveyard2.jpg index.php

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

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

Log:
Added html

Changed paths:
    A   pear/graveyard/graveyard2.jpg
    A   pear/graveyard/index.php

Added: pear/graveyard/graveyard2.jpg
===================================================================
(Binary files differ)


Property changes on: pear/graveyard/graveyard2.jpg
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: pear/graveyard/index.php
===================================================================
--- pear/graveyard/index.php	                        (rev 0)
+++ pear/graveyard/index.php	2010-09-01 01:27:10 UTC (rev 302958)
@@ -0,0 +1,31 @@
+<html>
+    <head>
+        <title>PEAR Graveyard</title>
+
+        <style type="text/css">
+            body {
+                font-family: "Arial";
+                background-image: url(graveyard2.jpg);
+                background-position: right bottom;
+                background-repeat: no-repeat;
+                height: 100%;
+            }
+
+            #content {
+                margin-left: 2.0em;
+                padding-top: 2.0em;
+                width: 50%;
+            }
+        </style>
+
+    </head>
+
+    <body>
+        <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>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>
+</html>
+