]> git.ozlabs.org Git - ccan/blobdiff - web/staticindex.php
tal: fix shadowed variable name.
[ccan] / web / staticindex.php
index a33ebebf81b3332c13524010bf34e097c8d9703a..8ef968e0f1c74b2055fccb471f4fc363ae335d45 100644 (file)
@@ -4,7 +4,7 @@ include('logo.html');
 include('menulist.html');
 include('static-configuration');
 ?>
-
+<div class='content'>
 <h2>The Idea</h2>
 
 <p>
@@ -21,7 +21,7 @@ for Perl code development and sharing.
 <h2>Get The Code</h2>
 
 <p> You can get each module as a tarball (<a href="list.html">see
-list</a>), get a tarball of <a href="ccan.tar.bz2">the whole repository</a> with tools,
+list</a>), get a tarball of <a href="<?=$argv[1]?>">the whole repository</a> with tools,
 or clone our <a href="http://git.ozlabs.org/?p=ccan">git repository</a> (<tt>git clone git://git.ozlabs.org/~ccan/ccan</tt>) or the one on <a href="http://github.com/rustyrussell/ccan/">github</a>.
 </p>
 
@@ -40,9 +40,7 @@ your project.
 
 <h2>Add Code</h2>
 <p>
-We always welcome new code!  Copy an existing module and run the "ccanlint"
-tool over it, or just send any code you have lying around any let someone
-else polish it up.
+We always welcome new code; see <a href="http://github.com/rustyrussell/ccan/wiki/Contribute">how!</a>.
 </p>
 
 <p>Anyone can send code or a git pull request to
@@ -70,5 +68,5 @@ We also have an IRC channel: #ccan on <a href="http://freenode.net">Freenode</a>
 <p>
 We also have a <a href="http://github.com/rustyrussell/ccan/wiki/">wiki</a>; feel free to enhance it.
 </p>
-<hr>
+</div>
 </body></html>