diff --git a/web/index.tmpl b/web/index.tmpl index ac7395a..b5563c9 100644 --- a/web/index.tmpl +++ b/web/index.tmpl @@ -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; @@ -46,6 +48,17 @@ dl.table-display {

Proto - A module installer for Perl 6

Project list

+
+ 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. +

JSON version of this list.