[gimp-web] Rename Mac OS X to macOS



commit 0c14b7de3f2f98bd629b412a137a0f7e5c20af67
Author: Nicholas La Roux <larouxn gmail com>
Date:   Mon Nov 16 01:20:41 2020 +0300

    Rename Mac OS X to macOS

 content/about/introduction.md   | 2 +-
 content/bugs/howtos/bugzilla.md | 2 +-
 content/contribute.json         | 4 ++--
 content/features/index.md       | 2 +-
 content/screenshots/index.md    | 4 ++--
 content/source/index.md         | 2 +-
 6 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/content/about/introduction.md b/content/about/introduction.md
index c8a42723..88cea9d7 100644
--- a/content/about/introduction.md
+++ b/content/about/introduction.md
@@ -14,7 +14,7 @@ It has many capabilities. It can be used as a simple paint program, an expert qu
 
 GIMP is expandable and extensible. It is designed to be augmented with plug-ins and extensions to do just 
about anything. The advanced scripting interface allows everything from the simplest task to the most complex 
image manipulation procedures to be easily scripted.
 
-GIMP is written and developed under X11 on [UNIX](/unix/) platforms. But basically the same code also runs 
on [MS Windows](/windows/) and [Mac OS X](/macintosh/).
+GIMP is written and developed under X11 on [UNIX](/unix/) platforms. But basically the same code also runs 
on [Windows](/windows/) and [macOS](/macintosh/).
 
 ## Features and Capabilities
 
diff --git a/content/bugs/howtos/bugzilla.md b/content/bugs/howtos/bugzilla.md
index f07197e5..0d476b01 100644
--- a/content/bugs/howtos/bugzilla.md
+++ b/content/bugs/howtos/bugzilla.md
@@ -44,7 +44,7 @@ The goal of the following is to give the developers as much information about wh
 
     3.  Classify the "severity" of your bug. If the bug causes GIMP to crash totally or do other really ucky 
things so you can't use the program at all, classify it as critical. If it completely disables some part of 
GIMP, classify it as major (for example, keeps you from using a tool). Most bugs are "normal". If you don't 
know what severity to use, call it "normal". Trivial bugs are annoying but don't really keep you from using 
the program. Cosmetic bugs are things like spelling errors or UI (User Interface, "the look and feel") 
issues. Don't worry if you choose the wrong severity. The people getting your bug report will adjust it. 
Don't mark it higher than it really is just to get their attention.
 
-    4.  Select your "operating system". Bugs on [Microsoft Windows](/windows/), [GNU/Linux GIMP](/unix/) or 
[OS X](/macintosh/) are not always identical. It would be annoying to get a GNU/Linux GIMP developer trying 
to reproduce a OS X-specific bug. It is also useful to list the desktop or window manager you are using. 
Sometimes a problem is caused by an interaction between the two. It won't always be relevant, but it is good 
to get into the habit of listing it anyway.
+    4.  Select your "operating system". Bugs on [Microsoft Windows](/windows/), [GNU/Linux](/unix/) or 
[macOS](/macintosh/) are not always identical. It would be annoying to get a GIMP developer trying to 
reproduce a macOS-specific bug while he is a GNU/Linux user. It is also useful to list the desktop or window 
manager you are using. Sometimes a problem is caused by an interaction between the two. It won't always be 
relevant, but it is good to get into the habit of listing it anyway.
 
     5.  Leave "Assigned to:" blank. Bugzilla will do that automatically. Only worry about CC: if you want to 
send a copy of your bug report to someone else.
 
diff --git a/content/contribute.json b/content/contribute.json
index 185b42c8..64087a6e 100644
--- a/content/contribute.json
+++ b/content/contribute.json
@@ -1,8 +1,8 @@
 {
     "name": "GNU Image Manipulation Program",
-    "description": "GIMP is a cross-platform image editor available for GNU/Linux, OS X, Windows and more 
operating systems.",
+    "description": "GIMP is a cross-platform image editor available for GNU/Linux, macOS, Windows, and more 
operating systems.",
     "repository": {
-        "url": "https://git.gnome.org/browse/gimp/";,
+        "url": "https://gitlab.gnome.org/GNOME/gimp/";,
         "license": "GPL-3.0+, LGPL-3.0+"
     },
     "bugs": {
diff --git a/content/features/index.md b/content/features/index.md
index 0fe9d15e..447a3871 100644
--- a/content/features/index.md
+++ b/content/features/index.md
@@ -65,7 +65,7 @@ To save disk space, any format can be saved with an archive extension such as ZI
 
 *   GNU/Linux
 *   Microsoft Windows (XP SP3, Vista, 7, 8)
-*   Mac OS X (10.6 and newer)
+*   macOS (10.6 and newer)
 *   Sun OpenSolaris
 *   FreeBSD
 
diff --git a/content/screenshots/index.md b/content/screenshots/index.md
index f1331a2a..156e2a0a 100644
--- a/content/screenshots/index.md
+++ b/content/screenshots/index.md
@@ -39,11 +39,11 @@ GIMP running on Microsoft Windows features a widget theme mimicking the native e
 </figcaption>
 </figure>
 
-## Mac OS X Screenshots
+## Apple macOS Screenshots
 
 <figure>
 <img src="osx_aperture.jpg" alt="GIMP on the Mac" />
 <figcaption>
-GIMP side by side with Apple Aperture on Mac OS X.
+GIMP side by side with Apple Aperture on macOS.
 </figcaption>
 </figure>
diff --git a/content/source/index.md b/content/source/index.md
index 584794f3..1bf04f3c 100644
--- a/content/source/index.md
+++ b/content/source/index.md
@@ -5,7 +5,7 @@ Authors: Pat David
 Status: hidden
 
 
-The official distribution of GIMP is the source code, distributed in tar files from the GIMP FTP site and 
its [mirrors](/downloads/#mirrors). The same source code can be compiled to create binaries for different 
platforms such as [GNU/Linux](/unix/), [Microsoft Windows](/windows/), [Mac OS X](/macintosh/), 
[Solaris](/unix/) and many others.
+The official distribution of GIMP is the source code, distributed in tar files from the GIMP FTP site and 
its [mirrors](/downloads/#mirrors). The same source code can be compiled to create binaries for different 
platforms such as [GNU/Linux](/unix/), [Microsoft Windows](/windows/), [macOS](/macintosh/), 
[Solaris](/unix/) and many others.
 
 *   [GIMP Source Code](#gimp-source-code)
 *   [GIMP Requirements](#gimp-requirements)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]