Skip to content

Commit

Permalink
Made source code a little more clean and organized.
Browse files Browse the repository at this point in the history
  • Loading branch information
soh-cah-toa committed Jul 21, 2011
1 parent a6178eb commit 00eaf0f
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 40 deletions.
1 change: 0 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,5 @@
<body>
{{ content }}
</body>

</html>

80 changes: 41 additions & 39 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,53 +24,55 @@ <h1><a href="http://github.com/parrot/plumage">plumage</a></h1>

<p>The ecosystem currently includes various compilers targeting Parrot, libraries, language bindings, and more.</p>

<h2>Dependencies</h2>
<p><a href="https://github.com/parrot/parrot">Parrot</a></p>
<h2>Dependencies</h2>

<h2>Download</h2>
<p><a href="https://github.com/parrot/parrot">Parrot</a></p>

<p>
You can download Plumage in either
<a href="http://github.com/parrot/plumage/zipball/master">zip</a> or
<a href="http://github.com/parrot/plumage/tarball/master">tar</a> formats.
</p>
<h2>Download</h2>

<p>You can also clone a local copy of the repository with <a href="http://git-scm.com">Git</a> by running:
<pre>$ git clone git://github.com/parrot/plumage.git plumage</pre>
</p>
<p>
You can download Plumage in either
<a href="http://github.com/parrot/plumage/zipball/master">zip</a> or
<a href="http://github.com/parrot/plumage/tarball/master">tar</a> formats.
</p>

<h2>Install</h2>
<p>You can also clone a local copy of the repository with <a href="http://git-scm.com">Git</a> by running:
<pre>git clone git://github.com/parrot/plumage.git plumage</pre>
</p>

<p>To install Plumage, run the following commands:</p>
<h2>Install</h2>

<p>To install Plumage, run the following commands:
<pre>
parrot setup.pir build
parrot setup.pir test
parrot setup.pir install
</pre>

<p>For more information on using Plumage, see the <a href="http://trac.parrot.org/parrot/wiki/GettingStartedWithPlumage">wiki</a>.</p>

<h2>Authors</h2>
<p>Daniel Arbelo Arrocha (arbelo@gmail.com)
<br/>Bob Kuo (bobjkuo@gmail.com)
<br/>Francois Perrad (francois.perrad@gadz.org)
<br/>Geoffrey Broadwell (geoff@broadwell.org)
<br/>Jonathan "Duke" Leto (jonathan@leto.net)
<br/>NotFound (julian.notfound@gmail.com)
<br/>Peter Lobsinger (plobsing@gmail.com)
<br/>pmichaud (pmichaud@pobox.com)
<br/>Stephen Weeks (tene@allalone.org)
<br/>Whiteknight (wknight8111@gmail.com)
<br/>
<br/> </p>
<h2>Contact</h2>
<p>Parrot Virtual Machine
<br/> </p>

<footer>
get the source code on GitHub : <a href="http://github.com/parrot/plumage">parrot/plumage</a>
</footer>

</div>

</p>

<p>For more information on using Plumage, see the <a href="http://trac.parrot.org/parrot/wiki/GettingStartedWithPlumage">wiki</a>.</p>

<h2>Authors</h2>

<p>Daniel Arbelo Arrocha (arbelo@gmail.com)
<br/>Bob Kuo (bobjkuo@gmail.com)
<br/>Francois Perrad (francois.perrad@gadz.org)
<br/>Geoffrey Broadwell (geoff@broadwell.org)
<br/>Jonathan "Duke" Leto (jonathan@leto.net)
<br/>NotFound (julian.notfound@gmail.com)
<br/>Peter Lobsinger (plobsing@gmail.com)
<br/>pmichaud (pmichaud@pobox.com)
<br/>Stephen Weeks (tene@allalone.org)
<br/>Whiteknight (wknight8111@gmail.com)
<br/>
<br/> </p>

<h2>Contact</h2>

<p>Parrot Virtual Machine
<br/> </p>

<footer>
get the source code on GitHub : <a href="http://github.com/parrot/plumage">parrot/plumage</a>
</footer>
</div>

0 comments on commit 00eaf0f

Please sign in to comment.