Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
new inc and navigation order
  • Loading branch information
lichtkind committed Apr 12, 2012
1 parent ea5daf7 commit e1a3c25
Show file tree
Hide file tree
Showing 27 changed files with 1,008 additions and 139 deletions.
64 changes: 64 additions & 0 deletions html/appendix_A.html
@@ -0,0 +1,64 @@
<html>
<head>
<!--#include virtual="inc/meta.stag" -->
<!--#include virtual="inc/include.stag" -->
<title>Perl 6 Index Tablet</title>
</head>
<body><h2>Perl 6 Index Tablet</h2><a name="top">

<p id='menu'>
<a href="tablet_intro.html">Intro</a> &nbsp;- &nbsp;<i>Chapter:</i> &nbsp;
<a href="tablet_0.html">0: History</a> &nbsp;
<a href="tablet_1.html">1: Design</a> &nbsp;
<a href="tablet_2.html">2: Basics</a> &nbsp;
<a href="tablet_3.html">3: Var</a> &nbsp;
<a href="tablet_4.html">4: Op</a> &nbsp;
<a href="tablet_5.html">5: IO</a> &nbsp;
<a href="tablet_6.html">6: Block</a> &nbsp;
<a href="tablet_7.html">7: Sub</a> &nbsp;
<a href="tablet_8.html">8: OOP</a> &nbsp;
<a href="tablet_9.html">9: Rx</a> &nbsp;
<a href="tablet_10.html">10: Meta</a>
<br>
<a href="index.html">Overview</a> &nbsp;-&nbsp; <i>Appendix:</i> &nbsp; &nbsp;
<b>A: Index</b> &nbsp; &nbsp; &nbsp;
<a href="appendix_B.html">B: Tables</a> &nbsp; &nbsp; &nbsp;
<a href="appendix_C.html">C: Cookbook</a> &nbsp; &nbsp; &nbsp;
<a href="appendix_D.html">D: Delta</a> &nbsp; &nbsp; &nbsp;
<a href="appendix_E.html">E: Best of</a> &nbsp; &nbsp; &nbsp;
<a href="appendix_F.html">F: Links</a>
</p>
<hr>
This index contains an alphanumeric sorted list (sorted without prefixes like
colon, slash, sigil or twigil) of all operators, methods, builtins, options,
modifier and special variables (bold) and some technical terms (italic) with
short explanations. Each bold term is followed by a link (in round brackets) to
a condensed summary listing of its category in appendix B. Sometimes are added
placeholder for parameter in angle brackets. &lt;n&gt; stands for a integer number,
&lt;f&gt; is a floating point number, &lt;s&gt; string, &lt;var&gt; any variable,
&lt;op&gt; any operator and &lt;p&gt; for a regex pattern.
<hr>
<p id='menu'>
<a href="tablet_intro.html">Intro</a> &nbsp;- &nbsp;<i>Chapter:</i> &nbsp;
<a href="tablet_0.html">0: History</a> &nbsp;
<a href="tablet_1.html">1: Design</a> &nbsp;
<a href="tablet_2.html">2: Basics</a> &nbsp;
<a href="tablet_3.html">3: Var</a> &nbsp;
<a href="tablet_4.html">4: Op</a> &nbsp;
<a href="tablet_5.html">5: IO</a> &nbsp;
<a href="tablet_6.html">6: Block</a> &nbsp;
<a href="tablet_7.html">7: Sub</a> &nbsp;
<a href="tablet_8.html">8: OOP</a> &nbsp;
<a href="tablet_9.html">9: Rx</a> &nbsp;
<a href="tablet_10.html">10: Meta</a>
<br>
<a href="index.html">Overview</a> &nbsp;-&nbsp; <i>Appendix:</i> &nbsp; &nbsp;
<b>A: Index</b> &nbsp; &nbsp; &nbsp;
<a href="appendix_B.html">B: Tables</a> &nbsp; &nbsp; &nbsp;
<a href="appendix_C.html">C: Cookbook</a> &nbsp; &nbsp; &nbsp;
<a href="appendix_D.html">D: Delta</a> &nbsp; &nbsp; &nbsp;
<a href="appendix_E.html">E: Best of</a> &nbsp; &nbsp; &nbsp;
<a href="appendix_F.html">F: Links</a>
</p>
</body>
</html>
57 changes: 57 additions & 0 deletions html/appendix_B.html
@@ -0,0 +1,57 @@
<html>
<head>
<!--#include virtual="inc/meta.stag" -->
<!--#include virtual="inc/include.stag" -->
<title>Perl 6 Lookup Tablet</title>
</head>
<body><h2>Perl 6 Lookup Tablet</h2><a name="top">

<p id='menu'>
<a href="tablet_intro.html">Intro</a> &nbsp;- &nbsp;<i>Chapter:</i> &nbsp;
<a href="tablet_0.html">0: History</a> &nbsp;
<a href="tablet_1.html">1: Design</a> &nbsp;
<a href="tablet_2.html">2: Basics</a> &nbsp;
<a href="tablet_3.html">3: Var</a> &nbsp;
<a href="tablet_4.html">4: Op</a> &nbsp;
<a href="tablet_5.html">5: IO</a> &nbsp;
<a href="tablet_6.html">6: Block</a> &nbsp;
<a href="tablet_7.html">7: Sub</a> &nbsp;
<a href="tablet_8.html">8: OOP</a> &nbsp;
<a href="tablet_9.html">9: Rx</a> &nbsp;
<a href="tablet_10.html">10: Meta</a>
<br>
<a href="index.html">Overview</a> &nbsp;-&nbsp; <i>Appendix:</i> &nbsp; &nbsp;
<a href="appendix_A.html">A: Index</a> &nbsp; &nbsp; &nbsp;
<b>B: Tables</b> &nbsp; &nbsp; &nbsp;
<a href="appendix_C.html">C: Cookbook</a> &nbsp; &nbsp; &nbsp;
<a href="appendix_D.html">D: Delta</a> &nbsp; &nbsp; &nbsp;
<a href="appendix_E.html">E: Best of</a> &nbsp; &nbsp; &nbsp;
<a href="appendix_F.html">F: Links</a>
</p>
<hr>

<hr>
<p id='menu'>
<a href="tablet_intro.html">Intro</a> &nbsp;- &nbsp;<i>Chapter:</i> &nbsp;
<a href="tablet_0.html">0: History</a> &nbsp;
<a href="tablet_1.html">1: Design</a> &nbsp;
<a href="tablet_2.html">2: Basics</a> &nbsp;
<a href="tablet_3.html">3: Var</a> &nbsp;
<a href="tablet_4.html">4: Op</a> &nbsp;
<a href="tablet_5.html">5: IO</a> &nbsp;
<a href="tablet_6.html">6: Block</a> &nbsp;
<a href="tablet_7.html">7: Sub</a> &nbsp;
<a href="tablet_8.html">8: OOP</a> &nbsp;
<a href="tablet_9.html">9: Rx</a> &nbsp;
<a href="tablet_10.html">10: Meta</a>
<br>
<a href="index.html">Overview</a> &nbsp;-&nbsp; <i>Appendix:</i> &nbsp; &nbsp;
<a href="appendix_A.html">A: Index</a> &nbsp; &nbsp; &nbsp;
<b>B: Tables</b> &nbsp; &nbsp; &nbsp;
<a href="appendix_C.html">C: Cookbook</a> &nbsp; &nbsp; &nbsp;
<a href="appendix_D.html">D: Delta</a> &nbsp; &nbsp; &nbsp;
<a href="appendix_E.html">E: Best of</a> &nbsp; &nbsp; &nbsp;
<a href="appendix_F.html">F: Links</a>
</p>
</body>
</html>
57 changes: 57 additions & 0 deletions html/appendix_C.html
@@ -0,0 +1,57 @@
<html>
<head>
<!--#include virtual="inc/meta.stag" -->
<!--#include virtual="inc/include.stag" -->
<title>Perl 6 Cookbook Tablet</title>
</head>
<body><h2>Perl 6 Cookbook Tablet</h2><a name="top">

<p id='menu'>
<a href="tablet_intro.html">Intro</a> &nbsp;- &nbsp;<i>Chapter:</i> &nbsp;
<a href="tablet_0.html">0: History</a> &nbsp;
<a href="tablet_1.html">1: Design</a> &nbsp;
<a href="tablet_2.html">2: Basics</a> &nbsp;
<a href="tablet_3.html">3: Var</a> &nbsp;
<a href="tablet_4.html">4: Op</a> &nbsp;
<a href="tablet_5.html">5: IO</a> &nbsp;
<a href="tablet_6.html">6: Block</a> &nbsp;
<a href="tablet_7.html">7: Sub</a> &nbsp;
<a href="tablet_8.html">8: OOP</a> &nbsp;
<a href="tablet_9.html">9: Rx</a> &nbsp;
<a href="tablet_10.html">10: Meta</a>
<br>
<a href="index.html">Overview</a> &nbsp;-&nbsp; <i>Appendix:</i> &nbsp; &nbsp;
<a href="appendix_A.html">A: Index</a> &nbsp; &nbsp; &nbsp;
<a href="appendix_B.html">B: Tables</a> &nbsp; &nbsp; &nbsp;
<b>C: Cookbook</b> &nbsp; &nbsp; &nbsp;
<a href="appendix_D.html">D: Delta</a> &nbsp; &nbsp; &nbsp;
<a href="appendix_E.html">E: Best of</a> &nbsp; &nbsp; &nbsp;
<a href="appendix_F.html">F: Links</a>
</p>
<hr>

<hr>
<p id='menu'>
<a href="tablet_intro.html">Intro</a> &nbsp;- &nbsp;<i>Chapter:</i> &nbsp;
<a href="tablet_0.html">0: History</a> &nbsp;
<a href="tablet_1.html">1: Design</a> &nbsp;
<a href="tablet_2.html">2: Basics</a> &nbsp;
<a href="tablet_3.html">3: Var</a> &nbsp;
<a href="tablet_4.html">4: Op</a> &nbsp;
<a href="tablet_5.html">5: IO</a> &nbsp;
<a href="tablet_6.html">6: Block</a> &nbsp;
<a href="tablet_7.html">7: Sub</a> &nbsp;
<a href="tablet_8.html">8: OOP</a> &nbsp;
<a href="tablet_9.html">9: Rx</a> &nbsp;
<a href="tablet_10.html">10: Meta</a>
<br>
<a href="index.html">Overview</a> &nbsp;-&nbsp; <i>Appendix:</i> &nbsp; &nbsp;
<a href="appendix_A.html">A: Index</a> &nbsp; &nbsp; &nbsp;
<a href="appendix_B.html">B: Tables</a> &nbsp; &nbsp; &nbsp;
<b>C: Cookbook</b> &nbsp; &nbsp; &nbsp;
<a href="appendix_D.html">D: Delta</a> &nbsp; &nbsp; &nbsp;
<a href="appendix_E.html">E: Best of</a> &nbsp; &nbsp; &nbsp;
<a href="appendix_F.html">F: Links</a>
</p>
</body>
</html>
57 changes: 57 additions & 0 deletions html/appendix_D.html
@@ -0,0 +1,57 @@
<html>
<head>
<!--#include virtual="inc/meta.stag" -->
<!--#include virtual="inc/include.stag" -->
<title>Perl 6 Delta Tablet</title>
</head>
<body><h2>Perl 6 Delta Tablet</h2><a name="top">

<p id='menu'>
<a href="tablet_intro.html">Intro</a> &nbsp;- &nbsp;<i>Chapter:</i> &nbsp;
<a href="tablet_0.html">0: History</a> &nbsp;
<a href="tablet_1.html">1: Design</a> &nbsp;
<a href="tablet_2.html">2: Basics</a> &nbsp;
<a href="tablet_3.html">3: Var</a> &nbsp;
<a href="tablet_4.html">4: Op</a> &nbsp;
<a href="tablet_5.html">5: IO</a> &nbsp;
<a href="tablet_6.html">6: Block</a> &nbsp;
<a href="tablet_7.html">7: Sub</a> &nbsp;
<a href="tablet_8.html">8: OOP</a> &nbsp;
<a href="tablet_9.html">9: Rx</a> &nbsp;
<a href="tablet_10.html">10: Meta</a>
<br>
<a href="index.html">Overview</a> &nbsp;-&nbsp; <i>Appendix:</i> &nbsp; &nbsp;
<a href="appendix_A.html">A: Index</a> &nbsp; &nbsp; &nbsp;
<a href="appendix_B.html">B: Tables</a> &nbsp; &nbsp; &nbsp;
<a href="appendix_C.html">C: Cookbook</a> &nbsp; &nbsp; &nbsp;
<b>D: Delta</b> &nbsp; &nbsp; &nbsp;
<a href="appendix_E.html">E: Best of</a> &nbsp; &nbsp; &nbsp;
<a href="appendix_F.html">F: Links</a>
</p>
<hr>

<hr>
<p id='menu'>
<a href="tablet_intro.html">Intro</a> &nbsp;- &nbsp;<i>Chapter:</i> &nbsp;
<a href="tablet_0.html">0: History</a> &nbsp;
<a href="tablet_1.html">1: Design</a> &nbsp;
<a href="tablet_2.html">2: Basics</a> &nbsp;
<a href="tablet_3.html">3: Var</a> &nbsp;
<a href="tablet_4.html">4: Op</a> &nbsp;
<a href="tablet_5.html">5: IO</a> &nbsp;
<a href="tablet_6.html">6: Block</a> &nbsp;
<a href="tablet_7.html">7: Sub</a> &nbsp;
<a href="tablet_8.html">8: OOP</a> &nbsp;
<a href="tablet_9.html">9: Rx</a> &nbsp;
<a href="tablet_10.html">10: Meta</a>
<br>
<a href="index.html">Overview</a> &nbsp;-&nbsp; <i>Appendix:</i> &nbsp; &nbsp;
<a href="appendix_A.html">A: Index</a> &nbsp; &nbsp; &nbsp;
<a href="appendix_B.html">B: Tables</a> &nbsp; &nbsp; &nbsp;
<a href="appendix_C.html">C: Cookbook</a> &nbsp; &nbsp; &nbsp;
<b>D: Delta</b> &nbsp; &nbsp; &nbsp;
<a href="appendix_E.html">E: Best of</a> &nbsp; &nbsp; &nbsp;
<a href="appendix_F.html">F: Links</a>
</p>
</body>
</html>
57 changes: 57 additions & 0 deletions html/appendix_E.html
@@ -0,0 +1,57 @@
<html>
<head>
<!--#include virtual="inc/meta.stag" -->
<!--#include virtual="inc/include.stag" -->
<title>Perl 6 Best Of Tablet</title>
</head>
<body><h2>Perl 6 Best Of Tablet</h2><a name="top">

<p id='menu'>
<a href="tablet_intro.html">Intro</a> &nbsp;- &nbsp;<i>Chapter:</i> &nbsp;
<a href="tablet_0.html">0: History</a> &nbsp;
<a href="tablet_1.html">1: Design</a> &nbsp;
<a href="tablet_2.html">2: Basics</a> &nbsp;
<a href="tablet_3.html">3: Var</a> &nbsp;
<a href="tablet_4.html">4: Op</a> &nbsp;
<a href="tablet_5.html">5: IO</a> &nbsp;
<a href="tablet_6.html">6: Block</a> &nbsp;
<a href="tablet_7.html">7: Sub</a> &nbsp;
<a href="tablet_8.html">8: OOP</a> &nbsp;
<a href="tablet_9.html">9: Rx</a> &nbsp;
<a href="tablet_10.html">10: Meta</a>
<br>
<a href="index.html">Overview</a> &nbsp;-&nbsp; <i>Appendix:</i> &nbsp; &nbsp;
<a href="appendix_A.html">A: Index</a> &nbsp; &nbsp; &nbsp;
<a href="appendix_B.html">B: Tables</a> &nbsp; &nbsp; &nbsp;
<a href="appendix_C.html">C: Cookbook</a> &nbsp; &nbsp; &nbsp;
<a href="appendix_D.html">D: Delta</a> &nbsp; &nbsp; &nbsp;
<b>E: Best of</b> &nbsp; &nbsp; &nbsp;
<a href="appendix_F.html">F: Links</a>
</p>
<hr>

<hr>
<p id='menu'>
<a href="tablet_intro.html">Intro</a> &nbsp;- &nbsp;<i>Chapter:</i> &nbsp;
<a href="tablet_0.html">0: History</a> &nbsp;
<a href="tablet_1.html">1: Design</a> &nbsp;
<a href="tablet_2.html">2: Basics</a> &nbsp;
<a href="tablet_3.html">3: Var</a> &nbsp;
<a href="tablet_4.html">4: Op</a> &nbsp;
<a href="tablet_5.html">5: IO</a> &nbsp;
<a href="tablet_6.html">6: Block</a> &nbsp;
<a href="tablet_7.html">7: Sub</a> &nbsp;
<a href="tablet_8.html">8: OOP</a> &nbsp;
<a href="tablet_9.html">9: Rx</a> &nbsp;
<a href="tablet_10.html">10: Meta</a>
<br>
<a href="index.html">Overview</a> &nbsp;-&nbsp; <i>Appendix:</i> &nbsp; &nbsp;
<a href="appendix_A.html">A: Index</a> &nbsp; &nbsp; &nbsp;
<a href="appendix_B.html">B: Tables</a> &nbsp; &nbsp; &nbsp;
<a href="appendix_C.html">C: Cookbook</a> &nbsp; &nbsp; &nbsp;
<a href="appendix_D.html">D: Delta</a> &nbsp; &nbsp; &nbsp;
<b>E: Best of</b> &nbsp; &nbsp; &nbsp;
<a href="appendix_F.html">F: Links</a>
</p>
</body>
</html>
57 changes: 57 additions & 0 deletions html/appendix_F.html
@@ -0,0 +1,57 @@
<html>
<head>
<!--#include virtual="inc/meta.stag" -->
<!--#include virtual="inc/include.stag" -->
<title>Perl 6 Links Tablet</title>
</head>
<body><h2>Perl 6 Links Tablet</h2><a name="top">

<p id='menu'>
<a href="tablet_intro.html">Intro</a> &nbsp;- &nbsp;<i>Chapter:</i> &nbsp;
<a href="tablet_0.html">0: History</a> &nbsp;
<a href="tablet_1.html">1: Design</a> &nbsp;
<a href="tablet_2.html">2: Basics</a> &nbsp;
<a href="tablet_3.html">3: Var</a> &nbsp;
<a href="tablet_4.html">4: Op</a> &nbsp;
<a href="tablet_5.html">5: IO</a> &nbsp;
<a href="tablet_6.html">6: Block</a> &nbsp;
<a href="tablet_7.html">7: Sub</a> &nbsp;
<a href="tablet_8.html">8: OOP</a> &nbsp;
<a href="tablet_9.html">9: Rx</a> &nbsp;
<a href="tablet_10.html">10: Meta</a>
<br>
<a href="index.html">Overview</a> &nbsp;-&nbsp; <i>Appendix:</i> &nbsp; &nbsp;
<a href="appendix_A.html">A: Index</a> &nbsp; &nbsp; &nbsp;
<a href="appendix_B.html">B: Tables</a> &nbsp; &nbsp; &nbsp;
<a href="appendix_C.html">C: Cookbook</a> &nbsp; &nbsp; &nbsp;
<a href="appendix_D.html">D: Delta</a> &nbsp; &nbsp; &nbsp;
<a href="appendix_E.html">E: Best of</a> &nbsp; &nbsp; &nbsp;
<b>F: Links</b>
</p>
<hr>

<hr>
<p id='menu'>
<a href="tablet_intro.html">Intro</a> &nbsp;- &nbsp;<i>Chapter:</i> &nbsp;
<a href="tablet_0.html">0: History</a> &nbsp;
<a href="tablet_1.html">1: Design</a> &nbsp;
<a href="tablet_2.html">2: Basics</a> &nbsp;
<a href="tablet_3.html">3: Var</a> &nbsp;
<a href="tablet_4.html">4: Op</a> &nbsp;
<a href="tablet_5.html">5: IO</a> &nbsp;
<a href="tablet_6.html">6: Block</a> &nbsp;
<a href="tablet_7.html">7: Sub</a> &nbsp;
<a href="tablet_8.html">8: OOP</a> &nbsp;
<a href="tablet_9.html">9: Rx</a> &nbsp;
<a href="tablet_10.html">10: Meta</a>
<br>
<a href="index.html">Overview</a> &nbsp;-&nbsp; <i>Appendix:</i> &nbsp; &nbsp;
<a href="appendix_A.html">A: Index</a> &nbsp; &nbsp; &nbsp;
<a href="appendix_B.html">B: Tables</a> &nbsp; &nbsp; &nbsp;
<a href="appendix_C.html">C: Cookbook</a> &nbsp; &nbsp; &nbsp;
<a href="appendix_D.html">D: Delta</a> &nbsp; &nbsp; &nbsp;
<a href="appendix_E.html">E: Best of</a> &nbsp; &nbsp; &nbsp;
<b>F: Links</b>
</p>
</body>
</html>
2 changes: 2 additions & 0 deletions html/inc/include.stag
@@ -0,0 +1,2 @@
<link REL="SHORTCUT ICON" HREF="inc/favicon.ico">
<link href="inc/tablets.css" rel="stylesheet" type="text/css">
6 changes: 6 additions & 0 deletions html/inc/meta.stag
@@ -0,0 +1,6 @@
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="keywords" lang="en" content="Perl 6, Documentation, Tablets ">
<meta name="description" lang="en" content="hyperlinked and cross referenced Perl 6 encyclopedia">
<meta name="author" content="Herbert Breunung">
<meta name="copyright" content="Perl Foundation">
<meta name="robots" content="follow">
3 changes: 1 addition & 2 deletions html/tablets.css → html/inc/tablets.css
@@ -1,5 +1,5 @@
body {
#margin: 0px;
#margin: 0px;
#padding: 0px;
#background: #ffffff;
font: Times New Roman, san serif, helvetica;
Expand All @@ -18,5 +18,4 @@ h4 {
font-weight: normal;
font: 15px verdana, arial, san serif, helvetica;
font-style: italic;

}

0 comments on commit e1a3c25

Please sign in to comment.