/src/index.html
http://github.com/perlorg/cpanorg · HTML · 129 lines · 68 code · 10 blank · 51 comment · 0 complexity · c01735f2db3023f323067988316c7072 MD5 · raw file
- [%
- page.import({
- title => "The Comprehensive Perl Archive Network",
- section => 'home',
- skip_master_mirror => 0,
- });
- %][% page.head = BLOCK %]
- <!-- Copyright Jarkko Hietaniemi <jhi@iki.fi>
- 1998,1999,2000,2001,2003,2003,2004,2005,2008
- Copyright 2010-2013 Ask Bjørn Hansen <ask@perl.org>
- All Rights Reserved.
- The CPAN Logo provided by J.C. Thorpe.
- You may distribute this document either under the Artistic License
- (comes with Perl) or the GNU Public License, whichever suits you.
- LEGALESE
- You are not allowed to remove or alter these comments.
- You are not allowed to rename, remove, or add any files
- in your public mirror of CPAN.
- "Public mirror of CPAN" means a site listed in
- the SITES.html and SITES files at the top level of CPAN
- and also listed at the site http://mirrors.cpan.org/.
- You are not allowed to alter any file
- in you public mirror of CPAN
- EXCEPT
- that you can add a short acknowledgement for example
- for your hosting company, company, university, or sponsor,
- into this CPAN top-level index.html by adding a small
- non-animated image and a hyperlink pointing to your organization
- with text like "hosted by", "powered by", or "sponsored by",
- by placing it visually next to the "CPAN master site hosted by
- ..." acknowledgement at the bottom of the page.
- The image used may not be larger than the one used for the master
- site acknowledgement logos.
- (Technical sidenote: if you do add an acknowledgement link,
- please do think of the consequences to your possible downstream
- CPAN mirrors.)
- Altering this index.html in any other way is not allowed.
- Altering any other files is not allowed.
- Adding any advertisements or any revenue-generating material
- is strictly forbidden.
- Similarly, for your public CPAN mirrors "framing" or "wrapping"
- the CPAN web pages into other sites by using e.g. HTML tables
- or frames is not allowed.
- You are allowed to use the files of CPAN to create your own
- web sites and services since we are just a distributor of the files,
- we do not own most of them. However, you may not call your creations
- "CPAN" or "CPAN mirrors". You may say that the files are "mirrored
- from CPAN".
- -->
- <script type="text/javascript" charset="utf-8">
- function focusField() {
- document.getElementById("searchfield").focus();
- }
- onload = focusField;
- </script>
- [% END %]
- <table border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td class="third">
- <h2>Welcome to CPAN</h2>
- <p>
- The Comprehensive Perl Archive Network (CPAN) currently
- has <a href="modules/index.html">[% cpan_stats.modules.count | comma %]
- Perl modules</a> in [% cpan_stats.distributions.count | comma %] distributions,
- written by [% cpan_stats.authors.count | comma %] authors,
- <a href="SITES.html">mirrored</a> on [% cpan_stats.mirrors.count | comma %] servers.
- </p>
- <p>The archive has been online since October 1995 and is constantly growing.</p>
- <h2>Search CPAN via</h2>
- <ul>
- <li><a href="https://metacpan.org/">metacpan.org</a></li>
- </ul>
- </td>
- <td class="third">
- <div style="margin-left: 20px">
- <h2>Recent Uploads</h2>
- [% PROCESS rss_feed, conf => {
- json_file => "recent.json",
- max => 10,
- }, rss_footer = '<li><a href="https://metacpan.org/recent"><strong>more...</strong></a></li>'
- %]
- </div>
- </td>
- <td class="third">
- <h2>Getting Started</h2>
- <ul>
- <li><a href="modules/INSTALL.html">Installing Perl Modules</a></li>
- <li><a href="http://learn.perl.org/">Learn Perl</a></li>
- </ul>
- <h2>
- How to contribute
- </h2>
- <ul>
- <li>Read <a href="modules/04pause.html">this</a>
- </li>
- <li>Visit <a href=
- "https://pause.perl.org/">https://pause.perl.org/</a>
- </li>
- </ul>
- <h2>Perl Resources</h2>
- <ul>
- <li><a href="http://www.perl.org/">The Perl Programming language</a></li>
- <li><a href="http://perldoc.perl.org/">Perl Documentation</a></li>
- <li><a href="http://lists.perl.org/">Mailing Lists</a></li>
- <li><a href="http://learn.perl.org/faq/">Perl FAQ</a></li>
- <li><a href="scripts/index.html">Scripts Repository</a></li>
- </ul>
- </td>
- </tr>
- </table>