Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Do index.html as lib/HomePage.pod with =Html blocks
- Loading branch information
Showing
3 changed files
with
42 additions
and
109 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,40 @@ | ||
| =begin Html | ||
| =begin code | ||
| <img style="float: right;" src="/images/camelia-faded.png"/> | ||
| Welcome to the official documentation of the <a href="http://perl6.org">Perl 6</a> | ||
| programming language! Besides online browsing and searching, you can also <a>download</a> | ||
| an offline HTML or PDF copy, and <a href="http://github.com/perl6/doc">contribute</a> | ||
| by reporting mistakes or sending patches. | ||
|
|
||
| <hr> | ||
|
|
||
| <h3><a href="/language">Language Reference & Tutorials</a></h3> | ||
| <desc> | ||
| A collection of documents describing, in detail, the various | ||
| conceptual parts of the language. If you're new to Perl 6, | ||
| language>intro is a good place to start. | ||
| </desc> | ||
| <h3><a href="/type">Type Reference</a></h3> | ||
| <desc> | ||
| Index of built-in classes and roles. | ||
| </desc> | ||
| <h3><a href="/routine">Routine Reference</a></h3> | ||
| <desc> | ||
| Index of built-in subroutines and methods. | ||
| </desc> | ||
| <h3><a href="/module">Module Reference</a></h3> | ||
| <desc> | ||
| Index of modules that are part of the official core distribution. | ||
| </desc> | ||
|
|
||
| <hr> | ||
|
|
||
| <p> | ||
| You may also be interested in the Perl 6 <a href="http://perlcabal.org/syn">synopses</a>, | ||
| which are more complete than this documentation, but targeted toward compiler writers | ||
| rather than users of the langauge. | ||
| Documentation for the different but related <a href="http://perl.org/">Perl 5</a> language | ||
| can be found <a href="http://perldoc.perl.org/">here</a>. | ||
| </p> | ||
| =end code | ||
| =end Html |