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