Browse Source

Note new URL: ccodearchive.net, and point to new wiki on GitHub.

Rusty Russell 14 years ago
parent
commit
52e3482781
4 changed files with 5 additions and 5 deletions
  1. 1 1
      web/menulist.html
  2. 1 1
      web/static-configuration
  3. 2 2
      web/staticindex.php
  4. 1 1
      web/staticupload.php

+ 1 - 1
web/menulist.html

@@ -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>

+ 1 - 1
web/static-configuration

@@ -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';

+ 2 - 2
web/staticindex.php

@@ -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>

+ 1 - 1
web/staticupload.php

@@ -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>