]> git.ozlabs.org Git - ccan/commitdiff
Remove ccodearchive.net references
authorDavid Gibson <david@gibson.dropbear.id.au>
Sat, 14 Jun 2025 05:44:43 +0000 (15:44 +1000)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 26 Jun 2025 10:36:36 +0000 (20:06 +0930)
Our former website ccodearchive.net has been taken over by domain
squatters, who've put up a near-duplicate of the former site with sneeaky
advertising links inserted.  No idea if they've also subverted the actual
code, but it's possible.

There is, alas, not much we can do about that.  We can, at least, stop
linking to it in the repository though.  So, remove all references to the
now untrustworthy website.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Makefile-web
README
doc/ccanlint.1
doc/ccanlint.1.txt
doc/configurator.1
doc/configurator.1.txt
web/menulist.html
web/static-configuration
web/staticupload.php

index ae388c0cadfde215b5291ca79663ca7378b496d5..0b105412aa542640382162863f72fc76b0971a17 100644 (file)
@@ -2,7 +2,7 @@ default: upload
 
 include Makefile
 # This can be overridden on cmdline to generate pages elsewhere.
-WEBDIR=/srv/www/ccodearchive.net
+WEBDIR=
 PHP=php
 
 MODS := $(ALL_MODULES:ccan/%=%)
diff --git a/README b/README
index 4c5c0cee0d2efb777c4ae955f12910d49f505178..04bd90a6dd6c6c28a509ae17ba12639303b923d4 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,8 @@
-The C Code Archive Network: http://ccodearchive.net
+The C Code Archive Network
+
+WARNING: The previous website (ccodearchive dot net) has, alas, been
+taken over by domain squatters who have an out of date copy of the
+site with sneaky ad links added.
 
 You can find a set of helper utilities under tools/ and the modules
 under ccan/.  The recommended way to add ccan modules to your project
index 152606497c221195487380884607b77bf3d94adf..231d988f72bf59442704eb1e6a4fb55a21c8608f 100644 (file)
@@ -437,7 +437,7 @@ Collect the tests again, but not more features\&.
 Rusty Russell wrote \fBccanlint\fR\&. Helping others, but most break Rusty\&.
 .SH "RESOURCES"
 .sp
-Main web site: http://ccodearchive\&.net/
+Main web site: https://github\&.com/rustyrussell/ccan
 .sp
 Wiki: https://github\&.com/rustyrussell/ccan/wiki/
 .SH "COPYING"
index b2f1537a0c6c5e4e7b5059a3e2689b7acf78e1fa..7627c62f78ddcdceb57c5b16b2c08ddf5bbd2b18 100644 (file)
@@ -261,7 +261,7 @@ Rusty Russell wrote *ccanlint*. Helping others, but most break Rusty.
 
 RESOURCES
 ---------
-Main web site: http://ccodearchive.net/
+Main web site: http://github.com/rustyrussell/ccan
 
 Wiki: https://github.com/rustyrussell/ccan/wiki/
 
index aaa92c527f9e525275f2f974749bcdef3632f6d0..2fe7d5a79cbb6334b09091cd00c903c2e72a41d6 100644 (file)
@@ -208,7 +208,7 @@ It will exit with non\-zero status if it has a problem\&. \fB1\fR means bad comm
 Rusty Russell wrote \fBconfigurator\fR\&.
 .SH "RESOURCES"
 .sp
-Main web site: http://ccodearchive\&.net/
+Main web site: https://github\&.com/rustyrussell/ccan
 .sp
 Wiki: https://github\&.com/rustyrussell/ccan/wiki/
 .SH "COPYING"
index ef9f8ba2c40ddf1a96bfe3863752f47f87c05a5a..577cca110dd6b849c75719ac6299ffa71bd42751 100644 (file)
@@ -143,7 +143,8 @@ Rusty Russell wrote *configurator*.
 
 RESOURCES
 ---------
-Main web site: http://ccodearchive.net/
+Main web site: http://github.com/rustyrussell/ccan
+
 
 Wiki: https://github.com/rustyrussell/ccan/wiki/
 
index 8b7fdef89a0367f972c76a84d33455d70bbb9a48..08919deb848c1b5b9bd9cbb2aa17b5f032e2e4fd 100644 (file)
@@ -12,7 +12,6 @@ $url_prefix = getenv("URLPREFIX");
     <div class="search">
       <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="ccodearchive.net"/>
         <input type="submit" value="Search CCAN (Google)" />
       </form>
     </div>
index 6686380521e1cf89dcbfb0cf9d66bb5f02107fd1..ec77cbdf456f4e2e21e27d96c072e689b0a6bc55 100644 (file)
@@ -3,7 +3,7 @@
 $tempfolder = "/home/ccan/upload-temp/";
 
 //location of upload script (for posting uploads)
-$uploadscript = "http://ccodearchive.net/uploader.php";
+//$uploadscript = XXX;
 
 //ccan admin
 $ccanadmin = "rusty@rustcorp.com.au";
index 19dbedec22d1bdf8435b80c77187bdb129a61f63..ef1760f9c5cb28ae9e279078679952c431ec9b93 100644 (file)
@@ -13,10 +13,9 @@ 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://ccodearchive.net/Wiki/ModuleGuide">the module creation guide</a>), it'll go into the
+<p>If it has a valid _info file and a testsuite, it'll go into the
 main repository.  Otherwise, it'll go into our "junkcode" area where
-people can browse and download it.
-</p>
+people can browse and download it.  </p>
 
 <table align="center">
 <tr>