Skip to content

Commit

Permalink
[web/index.tmpl] added description text
Browse files Browse the repository at this point in the history
Patch courtesy of Shrivatsan V S (isBEKaml++).
  • Loading branch information
Carl Masak committed May 4, 2010
1 parent 9984d16 commit e592897
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion web/index.tmpl
Expand Up @@ -13,7 +13,9 @@ body {
padding-bottom: 2em;
}
a {color:#000;}
#content {margin: 0 auto 0 auto;width: 620px;}
#about {margin: 0 auto 0 auto;width: 320px}
#content {margin: 0 auto 0 auto;width: 620px}

dl.table-display {
float: left;
width: 620px;
Expand Down Expand Up @@ -46,6 +48,17 @@ dl.table-display {
<body>
<h1>Proto - A module installer for Perl 6</h1>
<h2>Project list</h2>
<div id="about">
Proto is a hyper-lightweight dependency tracking and module installation
system. It's only purpose is to help you set up a running environment
where you can play with Perl 6 modules with minimal hassle. It is not
to be taken too seriously. It is not a full-fledged module installation
system, as Parrot's Plumage aims to be. It is a prototype; in fact, its
very name was chosen to indicate this fact. It is currently trying to
prototype ideas for the loadable module ecosystem of Rakudo *, which can
also handle multiple copies of modules distinguished by :auth and :ver
name parts. But nothing lasts forever, especially in this installer.
</div>
<div id="content">
<p><a href="proto.json">JSON version of this list</a>.</p>
<dl class="table-display">
Expand Down

0 comments on commit e592897

Please sign in to comment.