[cmucl-cvs] CMUCL commit: cmucl-www/cmucl-www (build.el)

Raymond Toy rtoy at common-lisp.net
Wed Sep 29 23:59:58 UTC 2010


    Date: Wednesday, September 29, 2010 @ 19:59:58
  Author: rtoy
    Path: /project/cmucl/cvsroot/cmucl-www/cmucl-www

Modified: build.el

Nah, make common-lisp.net the base url since that is the source of all
the other sites.  Especially useful for checking links so we don't
have to wait for the pages to get propagated.


----------+
 build.el |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)


Index: cmucl-www/cmucl-www/build.el
diff -u cmucl-www/cmucl-www/build.el:1.8 cmucl-www/cmucl-www/build.el:1.9
--- cmucl-www/cmucl-www/build.el:1.8	Wed Sep 29 19:52:27 2010
+++ cmucl-www/cmucl-www/build.el	Wed Sep 29 19:59:58 2010
@@ -30,7 +30,14 @@
 
 (require 'cl)
 
-(defconst wb-base-url "http://www.cmucl.org/")
+;; What should be our base url?  The "official" site is www.cons.org.
+;; But we now have www.cmucl.org too.  But the "source" to all of
+;; these sites is common-lisp.net.  Let's make that the base url since
+;; that is, by definition, the most up-to-date site.  This is also
+;; useful for checking links and such since the site is always
+;; up-to-date compared to the others.
+(defconst wb-base-url "http://www.common-lisp.net/project/cmucl/mirror/")
+;;(defconst wb-base-url "http://www.cmucl.org/")
 ;;(defconst wb-base-url "http://www.cons.org/cmucl/")
 ;; (defconst wb-doc-url  "ftp://ftp.linux.org.uk/pub/lisp/cmucl/doc/")
 (defconst wb-doc-url  "http://common-lisp.net/project/cmucl/doc/")




More information about the cmucl-cvs mailing list