Commit 52e34827 authored by Rusty Russell's avatar Rusty Russell

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

parent 20f3b260
...@@ -17,7 +17,7 @@ $url_prefix = getenv("URLPREFIX"); ...@@ -17,7 +17,7 @@ $url_prefix = getenv("URLPREFIX");
<form method="get" action="http://www.google.com/search"> <form method="get" action="http://www.google.com/search">
<input type="text" name="q" size="25" <input type="text" name="q" size="25"
maxlength="255" value="" /> 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)" /> <input type="submit" value="Search CCAN (Google)" />
</form> </form>
</td> </td>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
$tempfolder = "/home/ccan/upload-temp/"; $tempfolder = "/home/ccan/upload-temp/";
//location of upload script (for posting uploads) //location of upload script (for posting uploads)
$uploadscript = "http://ccan.ozlabs.org/uploader.php"; $uploadscript = "http://ccodearchive.net/uploader.php";
//infofile //infofile
$infofile = '/_info'; $infofile = '/_info';
......
...@@ -22,7 +22,7 @@ for Perl code development and sharing. ...@@ -22,7 +22,7 @@ for Perl code development and sharing.
<p> You can get each module as a tarball (<a href="list.html">see <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="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> </p>
<h2>Use The Code</h2> <h2>Use The Code</h2>
...@@ -68,7 +68,7 @@ We also have an IRC channel: #ccan on <a href="http://freenode.net">Freenode</a> ...@@ -68,7 +68,7 @@ We also have an IRC channel: #ccan on <a href="http://freenode.net">Freenode</a>
</p> </p>
<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> </p>
<hr> <hr>
</body></html> </body></html>
...@@ -16,7 +16,7 @@ Got C code sitting around which might help someone? Put it to work ...@@ -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. by uploading here; .tar.gz, .zip or even single C files.
</p> </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 main repository. Otherwise, it'll go into our "junkcode" area where
people can browse and download it. people can browse and download it.
</p> </p>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment