From d7a550c821ee812c83e6b7c57f9c7c3765ae31e2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Mon, 17 Feb 2020 17:40:55 +0100
Subject: [PATCH] =?UTF-8?q?In=20a=20few=20places,=20replace=20=E2=80=9COct?=
 =?UTF-8?q?ave=E2=80=9D=20by=20=E2=80=9CGNU=20Octave=E2=80=9D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This is a revert 683011b407853d9eaf2ed1daeb71233cfd203f82.

Actually, the official name is “GNU Octave”, and it is easier to find it under
that name in search engines. So use the full name at a few prominent places,
and use the shorter “Octave” everywhere else.
---
 _includes/download-snapshot.html | 4 ++--
 _includes/download-stable.html   | 2 +-
 index.md                         | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/_includes/download-snapshot.html b/_includes/download-snapshot.html
index 02b0aaf..8f30a7d 100644
--- a/_includes/download-snapshot.html
+++ b/_includes/download-snapshot.html
@@ -15,7 +15,7 @@
   <section class="dynare_section" id="snapshot_content1">
     <p>
       Compatible with Windows (7, 8.1, 10), MATLAB (R2009b and later) and
-      Octave (5.2.0 only,
+      GNU Octave (5.2.0 only,
       <a href="https://ftp.gnu.org/gnu/octave/windows/octave-5.2.0_1-w64-installer.exe">64-bit</a>
       or <a href="https://ftp.gnu.org/gnu/octave/windows/octave-5.2.0_1-w32-installer.exe">32-bit</a>)
     </p>
@@ -39,7 +39,7 @@
   <section class="dynare_section" id="snapshot_content2">
     <p>
       Compatible with macOS (10.11 and later, earlier versions may work but
-      have not been tested), any 64-bit MATLAB, and Octave (4.4.1 installed
+      have not been tested), any 64-bit MATLAB, and GNU Octave (4.4.1 installed
       via <a href="https://octave-app.org">https://octave-app.org</a>). <b>NB</b>:
       This package is unsigned; to run it, you need to right click on it and
       select "Open" from the menu that pops up.
diff --git a/_includes/download-stable.html b/_includes/download-stable.html
index 0e05355..1b5d992 100644
--- a/_includes/download-stable.html
+++ b/_includes/download-stable.html
@@ -15,7 +15,7 @@
   <section class="dynare_section" id="stable_content1">
     <p>
       Compatible with Windows (7, 8.1, 10), MATLAB (R2007b and later) and
-      Octave (4.4.1 only,
+      GNU Octave (4.4.1 only,
       <a href="https://ftp.gnu.org/gnu/octave/windows/octave-4.4.1-w64-installer.exe">64-bit</a>
       or <a href="https://ftp.gnu.org/gnu/octave/windows/octave-4.4.1-w32-installer.exe">32-bit</a>)
     </p>
diff --git a/index.md b/index.md
index 7ecc71c..c1f8c42 100644
--- a/index.md
+++ b/index.md
@@ -47,7 +47,7 @@ We organize a Summer School and a Conference every year (applications every Spri
 </div>
 <div class="dynare_home_page_about_column" markdown="1">
 <h3>Platforms</h3>
-Dynare runs on top of MATLAB, [Octave](https://www.gnu.org/software/octave/), and, in the not too distant future, [Julia](https://julialang.org/)!
+Dynare runs on top of MATLAB, [GNU Octave](https://www.octave.org/), and, in the not too distant future, [Julia](https://julialang.org/)!
 </div>
 </div>
 
-- 
GitLab