]> git.ozlabs.org Git - ccan/commitdiff
Note new URL: ccodearchive.net, and point to new wiki on GitHub.
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 29 Sep 2011 03:08:06 +0000 (12:38 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 29 Sep 2011 03:08:06 +0000 (12:38 +0930)
web/menulist.html
web/static-configuration
web/staticindex.php
web/staticupload.php

index bd15a08e32f3d796dc19d69734d9b42116b22640..b49bcbc45168bc6617344c62262c98f806ac9feb 100644 (file)
@@ -17,7 +17,7 @@ $url_prefix = getenv("URLPREFIX");
     <form method="get" action="http://www.google.com/search">
       <input type="text"   name="q" size="25"
             maxlength="255" value="" />
-      <input type="hidden" name="sitesearch" value="ccan.ozlabs.org"/>
+      <input type="hidden" name="sitesearch" value="ccodearchive.net"/>
       <input type="submit" value="Search CCAN (Google)" />
     </form>
   </td>
index 23773693998ec69d3dde96ca9991654042b662b3..163a93272f96df719bfd33ddd36eb6933257b0f5 100644 (file)
@@ -3,7 +3,7 @@
 $tempfolder = "/home/ccan/upload-temp/";
 
 //location of upload script (for posting uploads)
-$uploadscript = "http://ccan.ozlabs.org/uploader.php";
+$uploadscript = "http://ccodearchive.net/uploader.php";
 
 //infofile
 $infofile = '/_info';
index 1a21456d179c832c480ec6dacedd8af022520287..a33ebebf81b3332c13524010bf34e097c8d9703a 100644 (file)
@@ -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>
@@ -68,7 +68,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>
 </body></html>
index 7cbb64f1b9e27d42ecb2fd40aa46dc9b4cc2a0f2..9c4763cf45cc147af52fe59cf56e37412de65bee 100644 (file)
@@ -16,7 +16,7 @@ Got C code sitting around which might help someone?  Put it to work
 by uploading here; .tar.gz, .zip or even single C files.
 </p>
 
-<p>If it has a valid _info file and a testsuite (see <a href="http://ccan.ozlabs.org/Wiki/ModuleGuide">the module creation guide</a>), it'll go into the
+<p>If it has a valid _info file and a testsuite (see <a href="http://ccodearchive.net/Wiki/ModuleGuide">the module creation guide</a>), it'll go into the
 main repository.  Otherwise, it'll go into our "junkcode" area where
 people can browse and download it.
 </p>