27a97116f9795d4ac3e4aa68ca20d402775bc064
[catagits/BackPAN-Web.git] / root / html / about.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3         <head>
4                 <title>BackPAN</title>
5                 <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
6                 <link rel="stylesheet" href="/static/main.css" type="text/css" />
7         </head>
8 <body>
9 <div class="container">
10         <div id="search">
11                 <form action="/search" method="GET">
12                         <input type="text" id="q" name="q" />
13                         <input type="submit" id="searchbtn" value="Search" />
14                 </form>
15         </div>
16         <div id="logo">
17                 <a href="/"><h1>BackPAN.org</h1><a>
18         </div>
19         <div id="menu">
20                 <div class="nav">
21                         <ul>
22                                 <li><a id="nav-releases" href="/releases">Releases</a></li>
23                                 <li><a id="nav-dists" href="/dists">Distributions</a></li>
24                                 <li><a id="nav-authors" href="/authors">Authors</a></li>
25                                 <li><a id="nav-about" class="active" href="/about">About</a></li>
26                         </ul>
27                 </div>
28         </div>
29         <div id="header">
30                 <p>A Complete History of CPAN.</p>
31         </div>
32         <div id="content">
33                 <div id="plain-text">
34                         <p>The <a href="http://cpan.org" target="_blank">Comprehensive Perl Archive Network (CPAN)</a> is a very useful
35                         collection of Perl code. However, authors of modules can delete older versions of modules to only
36                         let CPAN have the latest version of a module and BackPAN is where these deleted modules are backed up.</p>
37                         <p>BackPAN.org is a project created by <a href="http://search.cpan.org/~wreis/" target="_blank">Wallace Reis</a>
38                         using <a href="http://search.cpan.org/perldoc?Web::Simple" target="_blank">Web::Simple</a> and
39                         <a href="http://search.cpan.org/perldoc?HTML::Zoom" target="_blank">HTML::Zoom</a>. Kindly hosted by
40                         <a href="http://shadowcat.co.uk" target="_blank">Shadowcat Systems</a>. Website design developed by
41                         <a href="http://paulovitor.com" target="_blank">Paulo Vitor</a>.</p>
42                         <p>Please send any corrections, suggestions or comments to wreis at cpan.org.</p>
43                 </div>
44         </div>
45 </div>
46 <div id="footer">
47         <p>Created by <a href="http://search.cpan.org/~wreis/" target="_blank">Wallace Reis</a></p>
48         <p>Hosted by <a href="http://shadowcat.co.uk" target="_blank">Shadowcat Systems</a></p>
49 </div>
50 </body>
51 </html>