You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2020/04/08 21:14:47 UTC

svn commit: r1876306 - in /directory/site/trunk: content/studio/download/download-macosx.mdtext lib/path.pm templates/studio/download-macosx.html templates/studio/index.html

Author: seelmann
Date: Wed Apr  8 21:14:47 2020
New Revision: 1876306

URL: http://svn.apache.org/viewvc?rev=1876306&view=rev
Log:
DIRSTUDIO-1236: Replace Mac OS X with macOS

Modified:
    directory/site/trunk/content/studio/download/download-macosx.mdtext
    directory/site/trunk/lib/path.pm
    directory/site/trunk/templates/studio/download-macosx.html
    directory/site/trunk/templates/studio/index.html

Modified: directory/site/trunk/content/studio/download/download-macosx.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/studio/download/download-macosx.mdtext?rev=1876306&r1=1876305&r2=1876306&view=diff
==============================================================================
--- directory/site/trunk/content/studio/download/download-macosx.mdtext (original)
+++ directory/site/trunk/content/studio/download/download-macosx.mdtext Wed Apr  8 21:14:47 2020
@@ -1,4 +1,4 @@
-Title: Downloads for Mac OS X
+Title: Downloads for macOS
 Notice: 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
@@ -14,4 +14,4 @@ Notice: Licensed to the Apache Software
     "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.
\ No newline at end of file
+    under the License.

Modified: directory/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/directory/site/trunk/lib/path.pm?rev=1876306&r1=1876305&r2=1876306&view=diff
==============================================================================
--- directory/site/trunk/lib/path.pm (original)
+++ directory/site/trunk/lib/path.pm Wed Apr  8 21:14:47 2020
@@ -77,7 +77,7 @@ our @patterns = (
         version_kerby => $version_kerby,
         version_fortress => $version_fortress } ],
     
-    # Download ApacheDS Mac OS X page
+    # Download ApacheDS macOS page
     [qr!apacheds\/download\/download-macosx\.mdtext$!, template_page => {
         template => "apacheds/download-macosx.html",
         isDirApacheDS => true, 
@@ -311,7 +311,7 @@ our @patterns = (
         version_kerby => $version_kerby,
         version_fortress => $version_fortress } ],
     
-    # Download Apache Directory Studio Mac OS X page
+    # Download Apache Directory Studio macOS page
     [qr!studio\/download\/download-macosx\.mdtext$!, template_page => {
         template => "studio/download-macosx.html",
         isDirStudio => true, 

Modified: directory/site/trunk/templates/studio/download-macosx.html
URL: http://svn.apache.org/viewvc/directory/site/trunk/templates/studio/download-macosx.html?rev=1876306&r1=1876305&r2=1876306&view=diff
==============================================================================
--- directory/site/trunk/templates/studio/download-macosx.html (original)
+++ directory/site/trunk/templates/studio/download-macosx.html Wed Apr  8 21:14:47 2020
@@ -1,6 +1,6 @@
 {% extends "studio/page.html" %}
     {% block content %}
-<h1>Downloads for Mac OS X</h1>
+<h1>Downloads for macOS</h1>
 
 <p>
     [if-any logo]
@@ -9,7 +9,7 @@
     We suggest the following mirror site for your download:
 </p>
 
-<h2>Mac OS X 64 bit</h2>
+<h2>macOS 64 bit</h2>
 
 <p>
     <div class="download">
@@ -52,7 +52,7 @@
             <td width="64" height="64"><img src="{{base}}images/figure_1.gif" width="64" height="64"/></td>
             <td><img src="images/installation_macosx_1.jpg" width="225" height="120"/></td>
             <td>&nbsp;&nbsp;</td>
-            <td>Click on the link above to download Apache Directory Studio for Mac OS X.</td>
+            <td>Click on the link above to download Apache Directory Studio for macOS.</td>
         </tr>
         <tr>
             <td width="64" height="64"><img src="{{base}}images/figure_2.gif" width="64" height="64"/></td>
@@ -76,7 +76,7 @@
 <p>
     Apache Directory Studio requires at least:
     <ul>
-        <li>Mac OS X version 10.10 (Yosemite) or later.</li>
+        <li>macOS version 10.10 (Yosemite) or later.</li>
         <li><a href="http://jdk.java.net/">Java Development Kit</a> 8 or later.</li>
     </ul>
 </p>

Modified: directory/site/trunk/templates/studio/index.html
URL: http://svn.apache.org/viewvc/directory/site/trunk/templates/studio/index.html?rev=1876306&r1=1876305&r2=1876306&view=diff
==============================================================================
--- directory/site/trunk/templates/studio/index.html (original)
+++ directory/site/trunk/templates/studio/index.html Wed Apr  8 21:14:47 2020
@@ -81,7 +81,7 @@
             <div class="feature-highlight right">
                 <img class="icon" src="../images/feature_highlight_studio_multi_platform_in_eclipse.png">
                 <h3>Multi-Platform &amp; in Eclipse</h3>
-                <div class="text">Based on Eclipse, Apache Directory Studio is a multi-plaform application that runs on Mac OS X, Linux and Windows, and also as plugins inside Eclipse itself.</div>
+                <div class="text">Based on Eclipse, Apache Directory Studio is a multi-plaform application that runs on macOS, Linux and Windows, and also as plugins inside Eclipse itself.</div>
             </div>
         </div>
     {% endblock %}
@@ -91,4 +91,4 @@
     {% endblock %}
 
 
-{% endblock %}
\ No newline at end of file
+{% endblock %}