]> git.ozlabs.org Git - ccan/blobdiff - web/staticindex.php
Removed more tables where they aren't required. Improved table layout.
[ccan] / web / staticindex.php
index 1a21456d179c832c480ec6dacedd8af022520287..700714ba7fe1884d51547594887cadabe19266df 100644 (file)
@@ -4,7 +4,7 @@ include('logo.html');
 include('menulist.html');
 include('static-configuration');
 ?>
-
+<div class='content'>
 <h2>The Idea</h2>
 
 <p>
@@ -22,7 +22,7 @@ for Perl code development and sharing.
 
 <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,
-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 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>
 
 <h2>Use The Code</h2>
@@ -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
@@ -68,7 +66,7 @@ We also have an IRC channel: #ccan on <a href="http://freenode.net">Freenode</a>
 </p>
 
 <p>
-We also have a <a href="Wiki/">wiki</a>; feel free to enhance it.
+We also have a <a href="http://github.com/rustyrussell/ccan/wiki/">wiki</a>; feel free to enhance it.
 </p>
-<hr>
+</div>
 </body></html>