Author: buildbot
Date: Tue Nov 28 16:51:01 2023
New Revision: 1084841

Log:
Automatic Staging Site Publish by Buildbot

Added:
    websites/staging/commons/trunk/content/math/
    websites/staging/commons/trunk/content/math/download_math.html
    websites/staging/commons/trunk/content/rng/
    websites/staging/commons/trunk/content/rng/download_rng.html
Modified:
    websites/staging/commons/trunk/content/README.txt
    websites/staging/commons/trunk/content/fix.sh

Modified: websites/staging/commons/trunk/content/README.txt
==============================================================================
--- websites/staging/commons/trunk/content/README.txt (original)
+++ websites/staging/commons/trunk/content/README.txt Tue Nov 28 16:51:01 2023
@@ -6,6 +6,9 @@ The CGI and HTML files must have same pa
 However CGI are no longer subject to htaccess redirects (because all CGI are 
redirected to the LUA script)
 whereas HTML files are subject to redirection.
 
+An alternative would be to provide a soft-link, but at the present time it is 
not
+known how to do this in the site build (soft-link files don't appear to be 
copied)
+
 The .htaccess file in this directory takes care of redirecting non-CGI files
 
 So for each component, there should be an entry in .htaccess:

Modified: websites/staging/commons/trunk/content/fix.sh
==============================================================================
--- websites/staging/commons/trunk/content/fix.sh (original)
+++ websites/staging/commons/trunk/content/fix.sh Tue Nov 28 16:51:01 2023
@@ -1,4 +1,4 @@
-# Create download URL redirects (see READEME.txt)
+# Create download URL redirects (see README.txt)
 
 for comp in $*
 do

Added: websites/staging/commons/trunk/content/math/download_math.html
==============================================================================
--- websites/staging/commons/trunk/content/math/download_math.html (added)
+++ websites/staging/commons/trunk/content/math/download_math.html Tue Nov 28 
16:51:01 2023
@@ -0,0 +1,5 @@
+<html>
+<head>
+<meta http-equiv="refresh" content="0; 
url=/proper/commons-math/download_math.cgi" />
+</head>
+</html>

Added: websites/staging/commons/trunk/content/rng/download_rng.html
==============================================================================
--- websites/staging/commons/trunk/content/rng/download_rng.html (added)
+++ websites/staging/commons/trunk/content/rng/download_rng.html Tue Nov 28 
16:51:01 2023
@@ -0,0 +1,5 @@
+<html>
+<head>
+<meta http-equiv="refresh" content="0; 
url=/proper/commons-rng/download_rng.cgi" />
+</head>
+</html>


Reply via email to