From: Rusty Russell Date: Thu, 29 Sep 2011 03:08:06 +0000 (+0930) Subject: Note new URL: ccodearchive.net, and point to new wiki on GitHub. X-Git-Url: https://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=52e348278107be28fdb2dbece07a1dac19157f7a Note new URL: ccodearchive.net, and point to new wiki on GitHub. --- diff --git a/web/menulist.html b/web/menulist.html index bd15a08e..b49bcbc4 100644 --- a/web/menulist.html +++ b/web/menulist.html @@ -17,7 +17,7 @@ $url_prefix = getenv("URLPREFIX");
- +
diff --git a/web/static-configuration b/web/static-configuration index 23773693..163a9327 100644 --- a/web/static-configuration +++ b/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'; diff --git a/web/staticindex.php b/web/staticindex.php index 1a21456d..a33ebebf 100644 --- a/web/staticindex.php +++ b/web/staticindex.php @@ -22,7 +22,7 @@ for Perl code development and sharing.

You can get each module as a tarball (see list), get a tarball of the whole repository with tools, -or clone our git repository (git clone git://git.ozlabs.org/~ccan/ccan). +or clone our git repository (git clone git://git.ozlabs.org/~ccan/ccan) or the one on github.

Use The Code

@@ -68,7 +68,7 @@ We also have an IRC channel: #ccan on Freenode

-We also have a wiki; feel free to enhance it. +We also have a wiki; feel free to enhance it.


diff --git a/web/staticupload.php b/web/staticupload.php index 7cbb64f1..9c4763cf 100644 --- a/web/staticupload.php +++ b/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.

-

If it has a valid _info file and a testsuite (see the module creation guide), it'll go into the +

If it has a valid _info file and a testsuite (see the module creation guide), it'll go into the main repository. Otherwise, it'll go into our "junkcode" area where people can browse and download it.