Skip to content

Commit

Permalink
Added some text numbers and bullets to lists on getting started page.…
Browse files Browse the repository at this point in the history
… Also cleaned them up a bit, with minor updates.
  • Loading branch information
John Gabriele committed Apr 20, 2012
1 parent e799a44 commit 9f4aca6
Showing 1 changed file with 22 additions and 21 deletions.
43 changes: 22 additions & 21 deletions source/getting-started/index.html
Expand Up @@ -17,35 +17,36 @@ <h2>[% readvar title %]</h2>
<div id="col1">
<h3>The Main Track</h3>
<ul>
<li><strong>Install a compiler</strong> - follow <a
<li>1. <strong>Install a compiler</strong> follow <a
href="http://rakudo.org/how-to-get-rakudo">these instructions</a>
to build and install Rakudo, a Perl 6 compiler based on <a
href="http://parrot.org/">parrot</a>.</li>
<li><strong>Read about Perl 6</strong> - grab the latest .pdf file
from <a href="http://github.com/perl6/book/downloads">this book</a>
to build and install Rakudo Star (“R*”), a Perl 6 compiler based on <a
href="http://parrot.org/">Parrot</a>.</li>
<li>2. <strong>Read about Perl 6</strong> grab the latest .pdf file
of <a href="http://github.com/perl6/book/downloads">this book</a>
to learn Perl 6.</li>
<li><strong>Find available modules</strong> - the prototype installer
<a href="http://modules.perl6.org/">The Perl6 modules page lists available modules</a>.</li>
<li><strong>Write a program in Perl 6</strong></li>
<li><strong>Write another program in Perl 6</strong></li>
<li><a href="/getting-started/involved">Get involved!</a></li>
<li>3. <strong>Find available modules</strong> — use the <tt>panda</tt>
installer (comes with R*) to install modules listed at the
<a href="http://modules.perl6.org/">Perl6 modules directory</a>.</li>
<li>4. <strong>Write a program in Perl 6</strong></li>
<li>5. <strong>Write another program in Perl 6</strong></li>
<li>6. <a href="/getting-started/involved">Get involved!</a></li>
</ul>
</div>

<div id="col2">
<h3>The Side Track</h3>
<p>Parallel to the main track you can read examples or talk to the
<p>Parallel to the main track, you can read examples or talk to the
community, and ask when you have questions or get stuck.</p>
<ul>
<li>Read <a href="http://github.com/perl6/perl6-examples">example Perl 6
code</a></li>
<li><a href="/community/">Where to find the community</a> for
questions, suggestions and inspiration.</li>
<li>Ask Perl 6 questions on <a
href="http://www.perlmonks.org/node=SoPW">perlmonks</a></li>
<li>Found a bug in Rakudo? Send a bug report to <a
href="mailto:rakudobug@perl.org">rakudobug@perl.org</a></li>
<li><a href="http://planetsix.perl.org/">Read the Perl 6
blogs</a></li>
<li>Read <a href="http://github.com/perl6/perl6-examples">example Perl 6
code</a>.</li>
<li>• Get in touch with <a href="/community/">the community</a> for
questions, suggestions, and inspiration.</li>
<li>Ask Perl 6 questions on <a
href="http://www.perlmonks.org/node=SoPW">perlmonks</a>.</li>
<li>Found a bug in Rakudo? Send a bug report to <a
href="mailto:rakudobug@perl.org">rakudobug@perl.org</a>.</li>
<li>• Read <a href="http://planetsix.perl.org/">the Perl 6
blogs</a>.</li>
</ul>
</div>

0 comments on commit 9f4aca6

Please sign in to comment.