Merge branch 'hotfix_myinfo'
[catagits/BackPAN-Web.git] / root / html / about.html
index 62ab513..27a4a31 100644 (file)
@@ -22,7 +22,7 @@
 <body>
 <div class="container">
        <div id="search">
-                <form action="/search" method="GET">
+                <form action="#" method="GET">
                         <input type="text" id="q" name="q" />
                        <input type="submit" id="searchbtn" value="Search" />
                 </form>
@@ -33,9 +33,6 @@
        <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>
                        <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
+                       <p>BackPAN.org is a project created by <a href="http://about.me/wallacereis" target="_blank">Wallace Reis</a>
+                       using <a href="http://metacpan.org/module/Web::Simple" target="_blank">Web::Simple</a> and
+                       <a href="http://metacpan.org/module/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>Created by <a href="http://about.me/wallacereis" target="_blank">Wallace Reis</a></p>
        <p>Hosted by <a href="http://shadowcat.co.uk" target="_blank">Shadowcat Systems</a></p>
 </div>
 </body>