You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2007/12/05 04:38:36 UTC

svn commit: r601202 - in /roller/trunk/site: docs/download.cgi docs/project.html xdocs/download.cgi xdocs/stylesheets/download.cgi

Author: snoopdave
Date: Tue Dec  4 19:38:36 2007
New Revision: 601202

URL: http://svn.apache.org/viewvc?rev=601202&view=rev
Log:
CGI script wrapper for mirrors.cgi

Added:
    roller/trunk/site/docs/download.cgi
    roller/trunk/site/docs/project.html
    roller/trunk/site/xdocs/download.cgi
      - copied unchanged from r601200, roller/trunk/site/xdocs/stylesheets/download.cgi
Removed:
    roller/trunk/site/xdocs/stylesheets/download.cgi

Added: roller/trunk/site/docs/download.cgi
URL: http://svn.apache.org/viewvc/roller/trunk/site/docs/download.cgi?rev=601202&view=auto
==============================================================================
--- roller/trunk/site/docs/download.cgi (added)
+++ roller/trunk/site/docs/download.cgi Tue Dec  4 19:38:36 2007
@@ -0,0 +1,6 @@
+#!/bin/sh
+# Wrapper script around mirrors.cgi script
+# (we must change to that directory in order for python to pick up the
+#  python includes correctly)
+cd /www/www.apache.org/dyn/mirrors
+/www/www.apache.org/dyn/mirrors/mirrors.cgi $*

Added: roller/trunk/site/docs/project.html
URL: http://svn.apache.org/viewvc/roller/trunk/site/docs/project.html?rev=601202&view=auto
==============================================================================
--- roller/trunk/site/docs/project.html (added)
+++ roller/trunk/site/docs/project.html Tue Dec  4 19:38:36 2007
@@ -0,0 +1,60 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+               "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!--
+Copyright 1999-2006 The Apache Software Foundation
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<html>
+ <head>
+  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+  <link rel="stylesheet" href="http://incubator.apache.org/style/style.css" type="text/css" />
+      <title>$root.getChild("properties").getChild("title").getText() - $project.getChild("title").getText()</title>
+ </head>
+ <body>        
+  <table border="0" width="100%" cellspacing="0">
+   <tr><!-- SITE BANNER AND PROJECT IMAGE -->
+    <td align="left" valign="top">
+<a href="http://www.apache.org/"><img src="http://incubator.apache.org/images/asf_logo_wide.gif" alt="The Apache Software Foundation" align="left" border="0"/></a>
+</td>
+   </tr>
+  </table>
+  <table border="0" width="100%" cellspacing="4">
+   <tr><td colspan="3"><hr noshade="noshade" size="1"/></td></tr>
+   <tr>
+    <!-- LEFT SIDE NAVIGATION -->
+    <td valign="top" nowrap="nowrap" class="navleft">
+         </td>
+    <!-- CONTENT -->
+    <td align="left" valign="top" class="content">
+              </td>
+    <!-- RIGHT SIDE NAVIGATION -->
+    <td valign="top" nowrap="nowrap" class="navright">
+     
+     <div class="menuheader">Search apache.org</div>
+     <form action="http://search.apache.org/" method="post">
+    <p><input type="text" name="query" size="10" />
+    <input type="submit" value="Go" /></p>
+</form>
+
+    </td>     
+   </tr>
+   <!-- FOOTER -->
+   <tr><td colspan="3"><hr noshade="noshade" size="1"/></td></tr>
+   <tr><td colspan="3" class="footer">
+         Copyright &#169; 1999-2006, The Apache Software Foundation<br />
+Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+       </td>
+   </tr>
+  </table>
+ </body>
+</html>