You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by bu...@apache.org on 2012/04/27 12:06:48 UTC

svn commit: r814718 - in /websites/staging/directory/trunk/content: ./ studio/ studio/download/

Author: buildbot
Date: Fri Apr 27 10:06:48 2012
New Revision: 814718

Log:
Staging update by buildbot for directory

Added:
    websites/staging/directory/trunk/content/studio/download/
    websites/staging/directory/trunk/content/studio/download/.htaccess
    websites/staging/directory/trunk/content/studio/download/download-linux.html
    websites/staging/directory/trunk/content/studio/download/download-macosx.html
    websites/staging/directory/trunk/content/studio/download/download-sources.html
    websites/staging/directory/trunk/content/studio/download/download-windows.html
    websites/staging/directory/trunk/content/studio/download/download.cgi   (with props)
Modified:
    websites/staging/directory/trunk/content/   (props changed)
    websites/staging/directory/trunk/content/studio/download-test.html

Propchange: websites/staging/directory/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Apr 27 10:06:48 2012
@@ -1 +1 @@
-1331324
+1331329

Modified: websites/staging/directory/trunk/content/studio/download-test.html
==============================================================================
--- websites/staging/directory/trunk/content/studio/download-test.html (original)
+++ websites/staging/directory/trunk/content/studio/download-test.html Fri Apr 27 10:06:48 2012
@@ -107,64 +107,6 @@
                 <div id="rightColumn">
 
 
-<h1>Download for Mac OS X</h1>
-
-<p>
-    [if-any logo]
-    <a href="[link]"><img align="right" src="[logo]" border="0" /></a>
-    [end]
-    We suggest the following mirror site for your download:
-</p>
-
-<p>
-    <div id="downloadContent">
-        <table border="0" width="100%">
-            <tr>
-                <td>
-                    <a href="[preferred]/directory/studio/stable/2.0.0.v20120224/ApacheDirectoryStudio-macosx-2.0.0.v20120224.dmg">
-                        <img src="images/download.png" width="32" height="32" border="0"/>
-                    </a>
-                </td>
-                <td>&nbsp;</td>
-                <td>
-                    <a href="[preferred]/directory/studio/stable/2.0.0.v20120224/ApacheDirectoryStudio-macosx-2.0.0.v20120224.dmg">
-                        <strong>
-                            [preferred]/&#91;...&#93;/ApacheDirectoryStudio-macosx-2.0.0.v20120224.dmg
-                        </strong>
-                    </a>
-                </td>
-                <td align="right">
-                    [<a href="http://archive.apache.org/dist/directory/studio/stable/2.0.0.v20120224/ApacheDirectoryStudio-macosx-2.0.0.v20120224.dmg.asc">ASC</a>-<a href="http://archive.apache.org/dist/directory/studio/stable/2.0.0.v20120224/ApacheDirectoryStudio-macosx-2.0.0.v20120224.dmg.md5">MD5</a>]
-                </td>
-            </tr>
-        </table>
-    </div>
-</p>
-
-<p>
-    <form action="[location]" method="get" id="SelectMirror">
-        Other mirrors:
-        <select name="Preferred">
-            [if-any http]
-            <optgroup label="HTTP mirrors">
-                [for http]<option value="[http]">[http]</option>[end]
-            </potgroup>
-            [end]
-            [if-any ftp]
-            <optgroup label="FTP mirrors">
-                [for ftp]<option value="[ftp]">[ftp]</option>[end]
-            </potgroup>
-            [end]
-            [if-any backup]
-            <optgroup label="Backup mirrors">
-                [for backup]<option value="[backup]">[backup] (backup)</option>[end]
-            </potgroup>
-            [end]
-        </select>
-        <input type="submit" value="Change Mirror"/>
-    </form>
-</p>
-    
 
                 </div><!-- rightColumn -->
                 <div id="endContent"></div>

Added: websites/staging/directory/trunk/content/studio/download/.htaccess
==============================================================================
--- websites/staging/directory/trunk/content/studio/download/.htaccess (added)
+++ websites/staging/directory/trunk/content/studio/download/.htaccess Fri Apr 27 10:06:48 2012
@@ -0,0 +1,8 @@
+RewriteEngine on
+
+RewriteBase /studio/download/
+
+RewriteRule ^download-linux.html$ download.cgi [L]
+RewriteRule ^download-macosx.html$ download.cgi [L]
+RewriteRule ^download-sources.html$ download.cgi [L]
+RewriteRule ^download-windows.html$ download.cgi [L]
\ No newline at end of file

Added: websites/staging/directory/trunk/content/studio/download/download-linux.html
==============================================================================
--- websites/staging/directory/trunk/content/studio/download/download-linux.html (added)
+++ websites/staging/directory/trunk/content/studio/download/download-linux.html Fri Apr 27 10:06:48 2012
@@ -0,0 +1,177 @@
+<!DOCTYPE html>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You 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>
+		<title>Download for Linux &mdash; Apache Directory</title>
+		
+        <link href="./../../css/common.css" rel="stylesheet" type="text/css">
+        <link href="./../../css/blue.css" rel="stylesheet" type="text/css">
+    
+	</head>
+	<body>
+	    <div id="container">
+            <div id="header">
+                <div id="subProjectsNavBar">
+                    <a href="./../../">
+                        
+                        Apache Directory Project
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../../apacheds">
+                        
+                        ApacheDS
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../../studio">
+                        
+                        <STRONG>Apache Directory Studio</STRONG>
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../../api">
+                        
+                        Apache LDAP API
+                        
+                    </a>
+                </div><!-- subProjectsNavBar -->
+            </div><!-- header -->
+            <div id="content">
+                <div id="leftColumn">
+                    
+<div id="navigation">
+    
+        <h5>Apache Directory Studio</h5>
+        <ul>
+            <li><a href="./../../studio/">Home</a></li>
+            <li><a href="./../../studio/features.html">Features</a></li>
+            <li><a href="./../../studio/screenshots.html">Screenshots</a></li>
+        </ul>
+        <h5>Downloads</h5>
+        <ul>
+            <li><a href="./../../studio/2.0/download/">Version 2.0 M3</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+            <li><a href="./../../studio/downloads.html">Version 1.5.3</a></li>
+            <li><a href="./../../studio/nightly-builds.html">Nightly Builds</a></li>
+            <li><a href="./../../studio/download-old-versions.html">Older Versions</a></li>
+        </ul>
+        <h5>Documentation</h5>
+        <ul>
+            <li><a href="./../../studio/users-guide.html">User's Guide</a></li>
+            <li><a href="./../../studio/developers-guide.html">Developer's Guide</a></li>
+            <li><a href="./../../studio/gen-docs/1.5.2.v20091211/index.html">Generated reports (e.g. JavaDocs)</a></li>
+            <li><a href="./../../studio/faqs.html">FAQs</a></li>
+        </ul>
+        <h5>Resources</h5>
+        <ul>
+            <li><a href="./../../studio/issue-tracking.html">Issue Tracking</a></li>
+            <li><a href="./../../studio/changelog.html">ChangeLog</a></li>
+            <li><a href="./../../studio/mailing-lists.html" >Mailing Lists</a></li>
+            <li><a href="./../../studio/testimonials.html">Testimonials</a></li>
+        </ul>
+    
+    
+    <h5>Community</h5>
+    <ul>
+        <li><a href="./../../contribute.html">How to Contribute</a></li>
+        <li><a href="./../../team.html">Team</a></li>
+        <li><a href="./../../original-project-proposal.html">Original Project Proposal</a></li>
+    </ul>
+    <h5>About Apache</h5>
+    <ul>
+        <li><a href="http://www.apache.org/">Apache</a></li>
+        <li><a href="http://www.apache.org/licenses/">License</a></li>
+        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+        <li><a href="http://www.apache.org/security/">Security</a></li>
+    </ul>
+    
+</div><!-- navigation -->
+
+                </div><!-- leftColumn -->
+                <div id="rightColumn">
+
+
+<h1>Download for Mac OS X</h1>
+
+<p>
+    [if-any logo]
+    <a href="[link]"><img align="right" src="[logo]" border="0" /></a>
+    [end]
+    We suggest the following mirror site for your download:
+</p>
+
+<p>
+    <div id="downloadContent">
+        <table border="0" width="100%">
+            <tr>
+                <td>
+                    <a href="[preferred]/directory/studio/stable/2.0.0.v20120224/ApacheDirectoryStudio-macosx-2.0.0.v20120224.dmg">
+                        <img src="images/download.png" width="32" height="32" border="0"/>
+                    </a>
+                </td>
+                <td>&nbsp;</td>
+                <td>
+                    <a href="[preferred]/directory/studio/stable/2.0.0.v20120224/ApacheDirectoryStudio-macosx-2.0.0.v20120224.dmg">
+                        <strong>
+                            [preferred]/&#91;...&#93;/ApacheDirectoryStudio-macosx-2.0.0.v20120224.dmg
+                        </strong>
+                    </a>
+                </td>
+                <td align="right">
+                    [<a href="http://archive.apache.org/dist/directory/studio/stable/2.0.0.v20120224/ApacheDirectoryStudio-macosx-2.0.0.v20120224.dmg.asc">ASC</a>-<a href="http://archive.apache.org/dist/directory/studio/stable/2.0.0.v20120224/ApacheDirectoryStudio-macosx-2.0.0.v20120224.dmg.md5">MD5</a>]
+                </td>
+            </tr>
+        </table>
+    </div>
+</p>
+
+<p>
+    <form action="[location]" method="get" id="SelectMirror">
+        Other mirrors:
+        <select name="Preferred">
+            [if-any http]
+            <optgroup label="HTTP mirrors">
+                [for http]<option value="[http]">[http]</option>[end]
+            </potgroup>
+            [end]
+            [if-any ftp]
+            <optgroup label="FTP mirrors">
+                [for ftp]<option value="[ftp]">[ftp]</option>[end]
+            </potgroup>
+            [end]
+            [if-any backup]
+            <optgroup label="Backup mirrors">
+                [for backup]<option value="[backup]">[backup] (backup)</option>[end]
+            </potgroup>
+            [end]
+        </select>
+        <input type="submit" value="Change Mirror"/>
+    </form>
+</p>
+    
+
+                </div><!-- rightColumn -->
+                <div id="endContent"></div>
+            </div><!-- content -->
+            <div id="footer">&copy; 2003-2012, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="privacy-policy.html">Privacy Policy</a><br />
+                Apache Directory, ApacheDS, Apache Directory Server, Apache Directory Studio, Apache LDAP API, Apache Triplesec, Triplesec, Apache, the Apache feather logo, and the Apache Directory project logos are trademarks of The Apache Software Foundation.
+            </div>
+        </div><!-- container -->
+    </body>
+</html>
\ No newline at end of file

Added: websites/staging/directory/trunk/content/studio/download/download-macosx.html
==============================================================================
--- websites/staging/directory/trunk/content/studio/download/download-macosx.html (added)
+++ websites/staging/directory/trunk/content/studio/download/download-macosx.html Fri Apr 27 10:06:48 2012
@@ -0,0 +1,177 @@
+<!DOCTYPE html>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You 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>
+		<title>Download for Mac OS X &mdash; Apache Directory</title>
+		
+        <link href="./../../css/common.css" rel="stylesheet" type="text/css">
+        <link href="./../../css/blue.css" rel="stylesheet" type="text/css">
+    
+	</head>
+	<body>
+	    <div id="container">
+            <div id="header">
+                <div id="subProjectsNavBar">
+                    <a href="./../../">
+                        
+                        Apache Directory Project
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../../apacheds">
+                        
+                        ApacheDS
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../../studio">
+                        
+                        <STRONG>Apache Directory Studio</STRONG>
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../../api">
+                        
+                        Apache LDAP API
+                        
+                    </a>
+                </div><!-- subProjectsNavBar -->
+            </div><!-- header -->
+            <div id="content">
+                <div id="leftColumn">
+                    
+<div id="navigation">
+    
+        <h5>Apache Directory Studio</h5>
+        <ul>
+            <li><a href="./../../studio/">Home</a></li>
+            <li><a href="./../../studio/features.html">Features</a></li>
+            <li><a href="./../../studio/screenshots.html">Screenshots</a></li>
+        </ul>
+        <h5>Downloads</h5>
+        <ul>
+            <li><a href="./../../studio/2.0/download/">Version 2.0 M3</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+            <li><a href="./../../studio/downloads.html">Version 1.5.3</a></li>
+            <li><a href="./../../studio/nightly-builds.html">Nightly Builds</a></li>
+            <li><a href="./../../studio/download-old-versions.html">Older Versions</a></li>
+        </ul>
+        <h5>Documentation</h5>
+        <ul>
+            <li><a href="./../../studio/users-guide.html">User's Guide</a></li>
+            <li><a href="./../../studio/developers-guide.html">Developer's Guide</a></li>
+            <li><a href="./../../studio/gen-docs/1.5.2.v20091211/index.html">Generated reports (e.g. JavaDocs)</a></li>
+            <li><a href="./../../studio/faqs.html">FAQs</a></li>
+        </ul>
+        <h5>Resources</h5>
+        <ul>
+            <li><a href="./../../studio/issue-tracking.html">Issue Tracking</a></li>
+            <li><a href="./../../studio/changelog.html">ChangeLog</a></li>
+            <li><a href="./../../studio/mailing-lists.html" >Mailing Lists</a></li>
+            <li><a href="./../../studio/testimonials.html">Testimonials</a></li>
+        </ul>
+    
+    
+    <h5>Community</h5>
+    <ul>
+        <li><a href="./../../contribute.html">How to Contribute</a></li>
+        <li><a href="./../../team.html">Team</a></li>
+        <li><a href="./../../original-project-proposal.html">Original Project Proposal</a></li>
+    </ul>
+    <h5>About Apache</h5>
+    <ul>
+        <li><a href="http://www.apache.org/">Apache</a></li>
+        <li><a href="http://www.apache.org/licenses/">License</a></li>
+        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+        <li><a href="http://www.apache.org/security/">Security</a></li>
+    </ul>
+    
+</div><!-- navigation -->
+
+                </div><!-- leftColumn -->
+                <div id="rightColumn">
+
+
+<h1>Download for Mac OS X</h1>
+
+<p>
+    [if-any logo]
+    <a href="[link]"><img align="right" src="[logo]" border="0" /></a>
+    [end]
+    We suggest the following mirror site for your download:
+</p>
+
+<p>
+    <div id="downloadContent">
+        <table border="0" width="100%">
+            <tr>
+                <td>
+                    <a href="[preferred]/directory/studio/stable/2.0.0.v20120224/ApacheDirectoryStudio-macosx-2.0.0.v20120224.dmg">
+                        <img src="images/download.png" width="32" height="32" border="0"/>
+                    </a>
+                </td>
+                <td>&nbsp;</td>
+                <td>
+                    <a href="[preferred]/directory/studio/stable/2.0.0.v20120224/ApacheDirectoryStudio-macosx-2.0.0.v20120224.dmg">
+                        <strong>
+                            [preferred]/&#91;...&#93;/ApacheDirectoryStudio-macosx-2.0.0.v20120224.dmg
+                        </strong>
+                    </a>
+                </td>
+                <td align="right">
+                    [<a href="http://archive.apache.org/dist/directory/studio/stable/2.0.0.v20120224/ApacheDirectoryStudio-macosx-2.0.0.v20120224.dmg.asc">ASC</a>-<a href="http://archive.apache.org/dist/directory/studio/stable/2.0.0.v20120224/ApacheDirectoryStudio-macosx-2.0.0.v20120224.dmg.md5">MD5</a>]
+                </td>
+            </tr>
+        </table>
+    </div>
+</p>
+
+<p>
+    <form action="[location]" method="get" id="SelectMirror">
+        Other mirrors:
+        <select name="Preferred">
+            [if-any http]
+            <optgroup label="HTTP mirrors">
+                [for http]<option value="[http]">[http]</option>[end]
+            </potgroup>
+            [end]
+            [if-any ftp]
+            <optgroup label="FTP mirrors">
+                [for ftp]<option value="[ftp]">[ftp]</option>[end]
+            </potgroup>
+            [end]
+            [if-any backup]
+            <optgroup label="Backup mirrors">
+                [for backup]<option value="[backup]">[backup] (backup)</option>[end]
+            </potgroup>
+            [end]
+        </select>
+        <input type="submit" value="Change Mirror"/>
+    </form>
+</p>
+    
+
+                </div><!-- rightColumn -->
+                <div id="endContent"></div>
+            </div><!-- content -->
+            <div id="footer">&copy; 2003-2012, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="privacy-policy.html">Privacy Policy</a><br />
+                Apache Directory, ApacheDS, Apache Directory Server, Apache Directory Studio, Apache LDAP API, Apache Triplesec, Triplesec, Apache, the Apache feather logo, and the Apache Directory project logos are trademarks of The Apache Software Foundation.
+            </div>
+        </div><!-- container -->
+    </body>
+</html>
\ No newline at end of file

Added: websites/staging/directory/trunk/content/studio/download/download-sources.html
==============================================================================
--- websites/staging/directory/trunk/content/studio/download/download-sources.html (added)
+++ websites/staging/directory/trunk/content/studio/download/download-sources.html Fri Apr 27 10:06:48 2012
@@ -0,0 +1,177 @@
+<!DOCTYPE html>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You 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>
+		<title>Download sources &mdash; Apache Directory</title>
+		
+        <link href="./../../css/common.css" rel="stylesheet" type="text/css">
+        <link href="./../../css/blue.css" rel="stylesheet" type="text/css">
+    
+	</head>
+	<body>
+	    <div id="container">
+            <div id="header">
+                <div id="subProjectsNavBar">
+                    <a href="./../../">
+                        
+                        Apache Directory Project
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../../apacheds">
+                        
+                        ApacheDS
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../../studio">
+                        
+                        <STRONG>Apache Directory Studio</STRONG>
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../../api">
+                        
+                        Apache LDAP API
+                        
+                    </a>
+                </div><!-- subProjectsNavBar -->
+            </div><!-- header -->
+            <div id="content">
+                <div id="leftColumn">
+                    
+<div id="navigation">
+    
+        <h5>Apache Directory Studio</h5>
+        <ul>
+            <li><a href="./../../studio/">Home</a></li>
+            <li><a href="./../../studio/features.html">Features</a></li>
+            <li><a href="./../../studio/screenshots.html">Screenshots</a></li>
+        </ul>
+        <h5>Downloads</h5>
+        <ul>
+            <li><a href="./../../studio/2.0/download/">Version 2.0 M3</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+            <li><a href="./../../studio/downloads.html">Version 1.5.3</a></li>
+            <li><a href="./../../studio/nightly-builds.html">Nightly Builds</a></li>
+            <li><a href="./../../studio/download-old-versions.html">Older Versions</a></li>
+        </ul>
+        <h5>Documentation</h5>
+        <ul>
+            <li><a href="./../../studio/users-guide.html">User's Guide</a></li>
+            <li><a href="./../../studio/developers-guide.html">Developer's Guide</a></li>
+            <li><a href="./../../studio/gen-docs/1.5.2.v20091211/index.html">Generated reports (e.g. JavaDocs)</a></li>
+            <li><a href="./../../studio/faqs.html">FAQs</a></li>
+        </ul>
+        <h5>Resources</h5>
+        <ul>
+            <li><a href="./../../studio/issue-tracking.html">Issue Tracking</a></li>
+            <li><a href="./../../studio/changelog.html">ChangeLog</a></li>
+            <li><a href="./../../studio/mailing-lists.html" >Mailing Lists</a></li>
+            <li><a href="./../../studio/testimonials.html">Testimonials</a></li>
+        </ul>
+    
+    
+    <h5>Community</h5>
+    <ul>
+        <li><a href="./../../contribute.html">How to Contribute</a></li>
+        <li><a href="./../../team.html">Team</a></li>
+        <li><a href="./../../original-project-proposal.html">Original Project Proposal</a></li>
+    </ul>
+    <h5>About Apache</h5>
+    <ul>
+        <li><a href="http://www.apache.org/">Apache</a></li>
+        <li><a href="http://www.apache.org/licenses/">License</a></li>
+        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+        <li><a href="http://www.apache.org/security/">Security</a></li>
+    </ul>
+    
+</div><!-- navigation -->
+
+                </div><!-- leftColumn -->
+                <div id="rightColumn">
+
+
+<h1>Download for Mac OS X</h1>
+
+<p>
+    [if-any logo]
+    <a href="[link]"><img align="right" src="[logo]" border="0" /></a>
+    [end]
+    We suggest the following mirror site for your download:
+</p>
+
+<p>
+    <div id="downloadContent">
+        <table border="0" width="100%">
+            <tr>
+                <td>
+                    <a href="[preferred]/directory/studio/stable/2.0.0.v20120224/ApacheDirectoryStudio-macosx-2.0.0.v20120224.dmg">
+                        <img src="images/download.png" width="32" height="32" border="0"/>
+                    </a>
+                </td>
+                <td>&nbsp;</td>
+                <td>
+                    <a href="[preferred]/directory/studio/stable/2.0.0.v20120224/ApacheDirectoryStudio-macosx-2.0.0.v20120224.dmg">
+                        <strong>
+                            [preferred]/&#91;...&#93;/ApacheDirectoryStudio-macosx-2.0.0.v20120224.dmg
+                        </strong>
+                    </a>
+                </td>
+                <td align="right">
+                    [<a href="http://archive.apache.org/dist/directory/studio/stable/2.0.0.v20120224/ApacheDirectoryStudio-macosx-2.0.0.v20120224.dmg.asc">ASC</a>-<a href="http://archive.apache.org/dist/directory/studio/stable/2.0.0.v20120224/ApacheDirectoryStudio-macosx-2.0.0.v20120224.dmg.md5">MD5</a>]
+                </td>
+            </tr>
+        </table>
+    </div>
+</p>
+
+<p>
+    <form action="[location]" method="get" id="SelectMirror">
+        Other mirrors:
+        <select name="Preferred">
+            [if-any http]
+            <optgroup label="HTTP mirrors">
+                [for http]<option value="[http]">[http]</option>[end]
+            </potgroup>
+            [end]
+            [if-any ftp]
+            <optgroup label="FTP mirrors">
+                [for ftp]<option value="[ftp]">[ftp]</option>[end]
+            </potgroup>
+            [end]
+            [if-any backup]
+            <optgroup label="Backup mirrors">
+                [for backup]<option value="[backup]">[backup] (backup)</option>[end]
+            </potgroup>
+            [end]
+        </select>
+        <input type="submit" value="Change Mirror"/>
+    </form>
+</p>
+    
+
+                </div><!-- rightColumn -->
+                <div id="endContent"></div>
+            </div><!-- content -->
+            <div id="footer">&copy; 2003-2012, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="privacy-policy.html">Privacy Policy</a><br />
+                Apache Directory, ApacheDS, Apache Directory Server, Apache Directory Studio, Apache LDAP API, Apache Triplesec, Triplesec, Apache, the Apache feather logo, and the Apache Directory project logos are trademarks of The Apache Software Foundation.
+            </div>
+        </div><!-- container -->
+    </body>
+</html>
\ No newline at end of file

Added: websites/staging/directory/trunk/content/studio/download/download-windows.html
==============================================================================
--- websites/staging/directory/trunk/content/studio/download/download-windows.html (added)
+++ websites/staging/directory/trunk/content/studio/download/download-windows.html Fri Apr 27 10:06:48 2012
@@ -0,0 +1,177 @@
+<!DOCTYPE html>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You 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>
+		<title>Download for Windows &mdash; Apache Directory</title>
+		
+        <link href="./../../css/common.css" rel="stylesheet" type="text/css">
+        <link href="./../../css/blue.css" rel="stylesheet" type="text/css">
+    
+	</head>
+	<body>
+	    <div id="container">
+            <div id="header">
+                <div id="subProjectsNavBar">
+                    <a href="./../../">
+                        
+                        Apache Directory Project
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../../apacheds">
+                        
+                        ApacheDS
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../../studio">
+                        
+                        <STRONG>Apache Directory Studio</STRONG>
+                        
+                    </a>
+                    &nbsp;|&nbsp;
+                    <a href="./../../api">
+                        
+                        Apache LDAP API
+                        
+                    </a>
+                </div><!-- subProjectsNavBar -->
+            </div><!-- header -->
+            <div id="content">
+                <div id="leftColumn">
+                    
+<div id="navigation">
+    
+        <h5>Apache Directory Studio</h5>
+        <ul>
+            <li><a href="./../../studio/">Home</a></li>
+            <li><a href="./../../studio/features.html">Features</a></li>
+            <li><a href="./../../studio/screenshots.html">Screenshots</a></li>
+        </ul>
+        <h5>Downloads</h5>
+        <ul>
+            <li><a href="./../../studio/2.0/download/">Version 2.0 M3</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+            <li><a href="./../../studio/downloads.html">Version 1.5.3</a></li>
+            <li><a href="./../../studio/nightly-builds.html">Nightly Builds</a></li>
+            <li><a href="./../../studio/download-old-versions.html">Older Versions</a></li>
+        </ul>
+        <h5>Documentation</h5>
+        <ul>
+            <li><a href="./../../studio/users-guide.html">User's Guide</a></li>
+            <li><a href="./../../studio/developers-guide.html">Developer's Guide</a></li>
+            <li><a href="./../../studio/gen-docs/1.5.2.v20091211/index.html">Generated reports (e.g. JavaDocs)</a></li>
+            <li><a href="./../../studio/faqs.html">FAQs</a></li>
+        </ul>
+        <h5>Resources</h5>
+        <ul>
+            <li><a href="./../../studio/issue-tracking.html">Issue Tracking</a></li>
+            <li><a href="./../../studio/changelog.html">ChangeLog</a></li>
+            <li><a href="./../../studio/mailing-lists.html" >Mailing Lists</a></li>
+            <li><a href="./../../studio/testimonials.html">Testimonials</a></li>
+        </ul>
+    
+    
+    <h5>Community</h5>
+    <ul>
+        <li><a href="./../../contribute.html">How to Contribute</a></li>
+        <li><a href="./../../team.html">Team</a></li>
+        <li><a href="./../../original-project-proposal.html">Original Project Proposal</a></li>
+    </ul>
+    <h5>About Apache</h5>
+    <ul>
+        <li><a href="http://www.apache.org/">Apache</a></li>
+        <li><a href="http://www.apache.org/licenses/">License</a></li>
+        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+        <li><a href="http://www.apache.org/security/">Security</a></li>
+    </ul>
+    
+</div><!-- navigation -->
+
+                </div><!-- leftColumn -->
+                <div id="rightColumn">
+
+
+<h1>Download for Mac OS X</h1>
+
+<p>
+    [if-any logo]
+    <a href="[link]"><img align="right" src="[logo]" border="0" /></a>
+    [end]
+    We suggest the following mirror site for your download:
+</p>
+
+<p>
+    <div id="downloadContent">
+        <table border="0" width="100%">
+            <tr>
+                <td>
+                    <a href="[preferred]/directory/studio/stable/2.0.0.v20120224/ApacheDirectoryStudio-macosx-2.0.0.v20120224.dmg">
+                        <img src="images/download.png" width="32" height="32" border="0"/>
+                    </a>
+                </td>
+                <td>&nbsp;</td>
+                <td>
+                    <a href="[preferred]/directory/studio/stable/2.0.0.v20120224/ApacheDirectoryStudio-macosx-2.0.0.v20120224.dmg">
+                        <strong>
+                            [preferred]/&#91;...&#93;/ApacheDirectoryStudio-macosx-2.0.0.v20120224.dmg
+                        </strong>
+                    </a>
+                </td>
+                <td align="right">
+                    [<a href="http://archive.apache.org/dist/directory/studio/stable/2.0.0.v20120224/ApacheDirectoryStudio-macosx-2.0.0.v20120224.dmg.asc">ASC</a>-<a href="http://archive.apache.org/dist/directory/studio/stable/2.0.0.v20120224/ApacheDirectoryStudio-macosx-2.0.0.v20120224.dmg.md5">MD5</a>]
+                </td>
+            </tr>
+        </table>
+    </div>
+</p>
+
+<p>
+    <form action="[location]" method="get" id="SelectMirror">
+        Other mirrors:
+        <select name="Preferred">
+            [if-any http]
+            <optgroup label="HTTP mirrors">
+                [for http]<option value="[http]">[http]</option>[end]
+            </potgroup>
+            [end]
+            [if-any ftp]
+            <optgroup label="FTP mirrors">
+                [for ftp]<option value="[ftp]">[ftp]</option>[end]
+            </potgroup>
+            [end]
+            [if-any backup]
+            <optgroup label="Backup mirrors">
+                [for backup]<option value="[backup]">[backup] (backup)</option>[end]
+            </potgroup>
+            [end]
+        </select>
+        <input type="submit" value="Change Mirror"/>
+    </form>
+</p>
+    
+
+                </div><!-- rightColumn -->
+                <div id="endContent"></div>
+            </div><!-- content -->
+            <div id="footer">&copy; 2003-2012, <a href="http://www.apache.org">The Apache Software Foundation</a> - <a href="privacy-policy.html">Privacy Policy</a><br />
+                Apache Directory, ApacheDS, Apache Directory Server, Apache Directory Studio, Apache LDAP API, Apache Triplesec, Triplesec, Apache, the Apache feather logo, and the Apache Directory project logos are trademarks of The Apache Software Foundation.
+            </div>
+        </div><!-- container -->
+    </body>
+</html>
\ No newline at end of file

Added: websites/staging/directory/trunk/content/studio/download/download.cgi
==============================================================================
--- websites/staging/directory/trunk/content/studio/download/download.cgi (added)
+++ websites/staging/directory/trunk/content/studio/download/download.cgi Fri Apr 27 10:06:48 2012
@@ -0,0 +1,3 @@
+#!/bin/sh
+# Wrapper around the standard mirrors.cgi script
+exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
\ No newline at end of file

Propchange: websites/staging/directory/trunk/content/studio/download/download.cgi
------------------------------------------------------------------------------
    svn:executable = *