Remove old pages in root/static
wreis [Mon, 13 Jun 2011 15:48:27 +0000 (12:48 -0300)]
root/static/html/about.html [deleted file]
root/static/html/dist.html [deleted file]
root/static/html/error_404.html [deleted file]
root/static/html/error_500.html [deleted file]
root/static/html/index.html [deleted file]
root/static/html/layout.html [deleted file]
root/static/html/listing.html [deleted file]

diff --git a/root/static/html/about.html b/root/static/html/about.html
deleted file mode 100644 (file)
index ae7254d..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-       <head>
-               <title>BackPAN</title>
-               <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
-               <link rel="stylesheet" href="/static/main.css" type="text/css" />
-       </head>
-<body>
-<div class="container">
-       <div id="search">
-                <form action="/search" method="GET">
-                        <input type="text" id="q" name="q" />
-                       <input type="submit" id="searchbtn" value="Search" />
-                </form>
-        </div>
-       <div id="logo">
-               <a href="/"><h1>BackPAN.org</h1><a>
-       </div>
-       <div id="menu">
-               <div class="nav">
-                       <ul>
-                               <li><a id="nav-releases" href="/releases">Releases</a></li>
-                               <li><a id="nav-dists" href="/dists">Distributions</a></li>
-                               <li><a id="nav-authors" href="/authors">Authors</a></li>
-                               <li><a id="nav-about" class="active" href="/about">About</a></li>
-                       </ul>
-               </div>
-       </div>
-       <div id="header">
-               <p>A Complete History of CPAN.</p>
-       </div>
-       <div id="content">
-               <div id="plain-text">
-                       <p>The <a href="http://cpan.org" target="_blank">Comprehensive Perl Archive Network (CPAN)</a> is a very useful
-                       collection of Perl code. However, authors of modules can delete older versions of modules to only
-                       let CPAN have the latest version of a module and BackPAN is where these deleted modules are backed up.</p>
-                       <p>BackPAN.org is a project created by <a href="http://search.cpan.org/~wreis/" target="_blank">Wallace Reis</a>
-                       using <a href="http://search.cpan.org/perldoc?Web::Simple" target="_blank">Web::Simple</a> and
-                       <a href="http://search.cpan.org/perldoc?HTML::Zoom" target="_blank">HTML::Zoom</a>. Kindly hosted by
-                       <a href="http://shadowcat.co.uk" target="_blank">Shadowcat Systems</a>. Website design developed by
-                       <a href="http://paulovitor.com" target="_blank">Paulo Vitor</a>.</p>
-                       <p>Please send any corrections, suggestions or comments to wreis at cpan.org.</p>
-                       <p>You can check out the source code from: git://git.shadowcat.co.uk/catagits/BackPAN-Web.git</p>
-                       <p>IRC channel: irc.perl.org #backpan-web</p>
-               </div>
-       </div>
-</div>
-<div id="footer">
-       <p>Created by <a href="http://search.cpan.org/~wreis/" target="_blank">Wallace Reis</a></p>
-       <p>Hosted by <a href="http://shadowcat.co.uk" target="_blank">Shadowcat Systems</a></p>
-</div>
-</body>
-</html>
diff --git a/root/static/html/dist.html b/root/static/html/dist.html
deleted file mode 100644 (file)
index fbd2d03..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-<div id="content">
-       <div id="dist">
-               <span>Name: [% name %]</span><br />
-               <span>Number of releases: [% num_releases %]</span><br />
-               <span>Maintainers:</span><br />
-               <ul class="maintainer-list">
-                       <li><a>Name</a></li>
-               </ul><br />
-               <span>First release: <a class="f_rel_link">[% f_release_label %]</a></span><br />
-               <span>Latest release: <a class="l_rel_link">[% l_release_label %]</a></span><br />
-       </div>
-       <div id="list">
-               <span>Releases:</span><br />
-               <ul class="main-list">
-                       <li><a>Name</a></li>
-               </ul>
-               <div id="paging">
-                       <div id="pages">
-                               <span><a>Page Number</a></span>
-                       </div>
-                       <span class="paging-desc" />
-                       <span class="entries" />
-               </div>
-       </div>
-</div>
diff --git a/root/static/html/error_404.html b/root/static/html/error_404.html
deleted file mode 100644 (file)
index 4dbbaa9..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-        <head>
-                <title>BackPAN</title>
-                <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
-                <link rel="stylesheet" href="/static/main.css" type="text/css" />
-        </head>
-<body>
-<div class="container">
-        <div id="search">
-                <form action="/search" method="GET">
-                        <input type="text" id="q" name="q" />
-                        <input type="submit" id="searchbtn" value="Search" />
-                </form>
-        </div>
-        <div id="logo">
-                <a href="/"><h1>BackPAN.org</h1><a>
-        </div>
-        <div id="menu">
-                <div class="nav">
-                        <ul>
-                                <li><a id="nav-releases" href="/releases">Releases</a></li>
-                                <li><a id="nav-dists" href="/dists">Distributions</a></li>
-                                <li><a id="nav-authors" href="/authors">Authors</a></li>
-                                <li><a id="nav-about" href="/about">About</a></li>
-                        </ul>
-                </div>
-        </div>
-        <div id="header">
-                <p>A Complete History of CPAN.</p>
-        </div>
-       <div id="content">
-               <div id="plain-text">
-                       <p>Sorry, not found!</p>
-                       <p>Whatever it was you were looking for, it's not here.</p>
-                       <p>Please send any corrections, suggestions or comments to wreis at cpan.org.</p>
-               </div>
-       </div>
-</div>
-<div id="footer">
-        <p>Created by <a href="http://search.cpan.org/~wreis/" target="_blank">Wallace Reis</a></p>
-        <p>Hosted by <a href="http://shadowcat.co.uk" target="_blank">Shadowcat Systems</a></p>
-</div>
-</body>
-</html>
diff --git a/root/static/html/error_500.html b/root/static/html/error_500.html
deleted file mode 100644 (file)
index a5ddf83..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-       <head>
-               <title>BackPAN</title>
-               <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
-               <link rel="stylesheet" href="/static/main.css" type="text/css" />
-       </head>
-<body>
-<div class="container">
-       <div id="search">
-                <form action="/search" method="GET">
-                        <input type="text" id="q" name="q" />
-                       <input type="submit" id="searchbtn" value="Search" />
-                </form>
-        </div>
-       <div id="logo">
-               <a href="/"><h1>BackPAN.org</h1><a>
-       </div>
-       <div id="menu">
-               <div class="nav">
-                       <ul>
-                               <li><a id="nav-releases" href="/releases">Releases</a></li>
-                               <li><a id="nav-dists" href="/dists">Distributions</a></li>
-                               <li><a id="nav-authors" href="/authors">Authors</a></li>
-                               <li><a id="nav-about" href="/about">About</a></li>
-                       </ul>
-               </div>
-       </div>
-       <div id="header">
-               <p>A Complete History of CPAN.</p>
-       </div>
-       <div id="content">
-               <div id="plain-text"><p>Ooooops! Sorry, we couldn't process your request.</p></div>
-       </div>
-</div>
-<div id="footer">
-       <p>Created by <a href="http://search.cpan.org/~wreis/" target="_blank">Wallace Reis</a></p>
-       <p>Hosted by <a href="http://shadowcat.co.uk" target="_blank">Shadowcat Systems</a></p>
-</div>
-</body>
-</html>
diff --git a/root/static/html/index.html b/root/static/html/index.html
deleted file mode 100644 (file)
index 3872765..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<div id="content">
-       <span>New releases</p>
-       <div id="list">
-               <ul class="main-list">
-                       <li><a>Name</a></li>
-               </ul>
-       </div>
-</div>
diff --git a/root/static/html/layout.html b/root/static/html/layout.html
deleted file mode 100644 (file)
index d375747..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-       <head>
-               <title>BackPAN</title>
-               <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
-               <link rel="stylesheet" href="/static/main.css" type="text/css" />
-       </head>
-<body>
-<div class="container">
-       <div id="search">
-               <form action="/search" method="GET">
-                       <input type="text" id="q" name="q" />
-                       <input type="submit" id="searchbtn" value="Search" />
-               </form>
-       </div>
-       <div id="logo">
-               <a href="/"><h1>BackPAN.org</h1><a>
-       </div>
-       <div id="menu">
-               <div class="nav">
-                       <ul>
-                               <li><a id="nav-releases" href="/releases">Releases</a></li>
-                               <li><a id="nav-dists" href="/dists">Distributions</a></li>
-                               <li><a id="nav-authors" href="/authors">Authors</a></li>
-                               <li><a id="nav-about" href="/about">About</a></li>
-                       </ul>
-               </div>
-       </div>
-       <div id="header">
-               <p>A Complete History of CPAN.</p>
-       </div>
-       <div id="content">
-       </div>
-</div>
-<div id="footer">
-       <p>Created by <a href="http://search.cpan.org/~wreis/" target="_blank">Wallace Reis</a></p>
-       <p>Hosted by <a href="http://shadowcat.co.uk" target="_blank">Shadowcat Systems</a></p>
-</div>
-</body>
-</html>
diff --git a/root/static/html/listing.html b/root/static/html/listing.html
deleted file mode 100644 (file)
index 4f33502..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<div id="content">
-       <div id="page-size">
-               <span>Page Size:</span>
-               <div class="page-size-options">
-                       <span><a>Page Size</a></span>
-               </div>
-       </div>
-       <div id="ordering">
-               <span>Sort by:</span>
-               <div class="ordering-options">
-                       <span><a>Name</a></span>
-               </div>
-       </div>
-       <div id="list">
-               <ul class="main-list">
-                       <li><a>Name</a></li>
-               </ul>
-       </div>
-       <div id="paging">
-               <div id="pages">
-                       <span><a>Page Number</a></span>
-               </div>
-               <span class="paging-desc" />
-               <span class="entries" />
-       </div>
-</div>