Author: cmpilato
Date: Tue May 10 16:20:06 2011
New Revision: 1101527
URL: http://svn.apache.org/viewvc?rev=1101527&view=rev
Log:
Revert failed download.cgi improvement attempts made in r1101522-r1101525.
Removed:
subversion/site/publish/footer.html
subversion/site/publish/header.html
Modified:
subversion/site/publish/download.cgi
subversion/site/publish/download.html
Modified: subversion/site/publish/download.cgi
URL:
http://svn.apache.org/viewvc/subversion/site/publish/download.cgi?rev=1101527&r1=1101526&r2=1101527&view=diff
==============================================================================
--- subversion/site/publish/download.cgi (original)
+++ subversion/site/publish/download.cgi Tue May 10 16:20:06 2011
@@ -2,8 +2,4 @@
# Wrapper script around mirrors.cgi script
# (we must change to that directory in order for python to pick up the
# python includes correctly)
-echo "Content-type: text/html"
-echo ""
-wget -q -O - http://subversion.apache.org/header.html
-(cd /www/www.apache.org/dyn/mirrors &&
/www/www.apache.org/dyn/mirrors/mirrors.cgi $*)
-wget -q -O - http://subversion.apache.org/footer.html
+(cd /www/www.apache.org/dyn/mirrors &&
/www/www.apache.org/dyn/mirrors/mirrors.cgi $*) | ./do_ssi.py
Modified: subversion/site/publish/download.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/download.html?rev=1101527&r1=1101526&r2=1101527&view=diff
==============================================================================
--- subversion/site/publish/download.html (original)
+++ subversion/site/publish/download.html Tue May 10 16:20:06 2011
@@ -1,3 +1,20 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<title>Download Apache Subversion Sources</title>
+<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+<style type="text/css">
+ @import url("/style/site.css");
+</style>
+</head>
+
+<body>
+<!--#include virtual="/site-banner.html" -->
+<!--#include virtual="/site-nav.html" -->
+<div id="site-content">
+<!--#include virtual="/site-notice.html" -->
+
<div class="notice">
<p><strong>Note:</strong> Subversion 1.7 is <em>not released yet</em>, and
this page is still under construction. Please see the
@@ -240,3 +257,6 @@ test cutting-edge new features. <em>The
</div> <!-- #web-access -->
+</div> <!-- #site-content -->
+</body>
+</html>