[gimp-web] content, themes: remove link to GIMP wiki root.



commit 06236437a3984d06d74b46c3e56606ea1b787685
Author: Jehan <jehan girinstud io>
Date:   Tue Sep 13 21:56:45 2022 +0200

    content, themes: remove link to GIMP wiki root.
    
    - Change various links to the now dead wiki root and point directly to
      the developer website. Note that I don't change more accurate links
      yet, such as the roadmap link. I am waiting to be sure our URI
      structure stabilizes for sure in the development branch to avoid
      changing links all the time.
    - Remove the "Wiki" link in the footer. We have the footer "Get
      Involved" and even the header "Participate" which could eventually
      either directly link to the developer website or could be simplified
      to contain the strict minimum with a link there.

 content/about/discuss.md           | 2 +-
 content/about/index.md             | 4 ++--
 content/develop/index.md           | 8 ++++----
 content/docs/index.md              | 2 +-
 content/docs/userfaq.md            | 2 +-
 content/links/org.md               | 4 ++--
 content/source/index.md            | 4 ++--
 themes/newgimp/templates/base.html | 1 -
 8 files changed, 13 insertions(+), 14 deletions(-)
---
diff --git a/content/about/discuss.md b/content/about/discuss.md
index c5253cf7..8d24c3b8 100644
--- a/content/about/discuss.md
+++ b/content/about/discuss.md
@@ -156,6 +156,6 @@ questions*</span>:
 * [FAQ](https://www.gimp.org/docs/userfaq.html). Some frequently asked questions we already replied.
 * [Roadmap](https://wiki.gimp.org/index.php/Roadmap). Where some of the plans are outlined.
 * [Usability](https://gui.gimp.org). Ongoing work to improve user experience of GIMP.
-* [Development](https://wiki.gimp.org/index.php/Main_Page). If you wish to contribute, please check the wiki 
for basic information for developers.
+* [Development](https://developer.gimp.org/). If you wish to contribute, please check the developer website.
 
 We also suggest checking [archives of the mailing lists](#mailing-lists) for existing discussions.
diff --git a/content/about/index.md b/content/about/index.md
index 30e67607..787d79d1 100644
--- a/content/about/index.md
+++ b/content/about/index.md
@@ -42,7 +42,7 @@ There is a nice [Frequently Asked Questions (FAQ)][] page.
 
 * [GNU Image Manipulation Program][] - www.gimp.org
 * [GIMP Privacy Policy][] - www.gimp.org/about/privacy.html
-* [GIMP Wiki][] - wiki.gimp.org
+* [GIMP Developer Website][] - developer.gimp.org
 * [GIMP Issues][] - GNOME Gitlab
 * [The GIMP Toolkit][] - www.gtk.org
 * [GNU Project][] - www.gnu.org
@@ -50,7 +50,7 @@ There is a nice [Frequently Asked Questions (FAQ)][] page.
 
 [GNU Image Manipulation Program]: //www.gimp.org
 [GIMP Privacy Policy]: /about/privacy.html
-[GIMP Wiki]: https://wiki.gimp.org
+[GIMP Developer Website]: https://developer.gimp.org
 [GIMP Issues]: https://gitlab.gnome.org/GNOME/gimp/issues
 [The GIMP Toolkit]: //www.gtk.org
 [GNU Project]: //www.gnu.org
diff --git a/content/develop/index.md b/content/develop/index.md
index a5cb33a9..53d3fbf5 100644
--- a/content/develop/index.md
+++ b/content/develop/index.md
@@ -15,7 +15,7 @@ freedoms">Free Software</span> and a part of the [GNU Project](https://www.gnu.o
 
 Ways in which you can help:
 
-*   [program](https://wiki.gimp.org/) new features,
+*   [program](https://developer.gimp.org/) new features,
 *   report [bugs](/bugs/) (errors in the program),
 *   test existing features and provide feedback,
 *   add [documentation](/docs/),
@@ -81,7 +81,7 @@ GIMP has a complex code base, and newcomers that might not be sure where to star
 
 * [List of bugs for new 
contributors](https://gitlab.gnome.org/GNOME/gimp/issues?label_name%5B%5D=4.+Newcomers)
 
-The site you should keep updated with and the site that is updated all the time with new development help 
guides is located at <https://wiki.gimp.org/>. If you have GIMP installed at the moment then there are some 
files you should look at in the source code that might help you a little.
+The site you should keep updated with and the site that is updated all the time with new development help 
guides is located at <https://developer.gimp.org/>. If you have GIMP installed at the moment then there are 
some files you should look at in the source code that might help you a little.
 
 *   [INSTALL](https://gitlab.gnome.org/GNOME/gimp/blob/master/INSTALL.in)
      _(Contains most up-to-date information on building GIMP from source code)_
@@ -105,7 +105,7 @@ The GIMP community is a friendly one, but it probably is still worth saying this
 ## Important GIMP Links
 
 *   [The GNU Image Manipulation Program](https://www.gimp.org/) — www.gimp.org
-*   [GIMP Wiki](https://wiki.gimp.org/) — wiki.gimp.org
+*   [GIMP Developer Website](https://developer.gimp.org/) — developer.gimp.org
 *   [The GIMP Toolkit](https://www.gtk.org/) — www.gtk.org
 *   [GNU Project](https://www.gnu.org/) — www.gnu.org
 *   [GNU General Public License](/about/COPYING) — GPL
@@ -116,7 +116,7 @@ The GIMP community is a friendly one, but it probably is still worth saying this
 
 ## <a name="development"></a>GIMP Development Links
 
-[GIMP developers](https://wiki.gimp.org)
+[GIMP developers](https://developer.gimp.org)
  The main GIMP development website
 
 [GEGL](http://www.gegl.org/)
diff --git a/content/docs/index.md b/content/docs/index.md
index 3749a292..66413243 100644
--- a/content/docs/index.md
+++ b/content/docs/index.md
@@ -57,7 +57,7 @@ The user manuals for older releases can be found at the [GIMP Documentation page
 
 ## GIMP Documentation for Developers and Script Authors
 
-*   [wiki.gimp.org](https://wiki.gimp.org/)
+*   [Developer website](https://developer.gimp.org/)
 *   [Writing a plug-in](http://gimp-plug-ins.sourceforge.net/doc/Writing/html/plug-in.html)
 *   [GIMP Python module documentation](python/index.html)
 *   [GIMP Script-Fu documentation](scheme_plugin/)
diff --git a/content/docs/userfaq.md b/content/docs/userfaq.md
index 778fb5c8..568e4d60 100644
--- a/content/docs/userfaq.md
+++ b/content/docs/userfaq.md
@@ -297,7 +297,7 @@ dealing with it.
 
 ### I'm a developer. How do I help you?
 
-Great! Please check the [wiki](https://wiki.gimp.org/wiki/Hacking:Developer_FAQ)
+Great! Please check the [developer website](https://developer.gimp.org/)
 for introduction on GIMP development and talk to us on
 [IRC](https://www.gimp.org/discuss.html).
 
diff --git a/content/links/org.md b/content/links/org.md
index 62217c3a..8896f61a 100644
--- a/content/links/org.md
+++ b/content/links/org.md
@@ -10,8 +10,8 @@ Status: hidden
 [gitlab.gnome.org/GNOME/gimp/](https://gitlab.gnome.org/GNOME/gimp/)
  Take your bugs here
 
-[wiki.gimp.org](https://wiki.gimp.org)
- GIMP developers wiki
+[developer.gimp.org](https://developer.gimp.org)
+ GIMP developers website
 
 [gui.gimp.org](https://gui.gimp.org "GIMP Usability")
  GIMP UI redesign Wiki
diff --git a/content/source/index.md b/content/source/index.md
index 75268193..81ad5e09 100644
--- a/content/source/index.md
+++ b/content/source/index.md
@@ -22,7 +22,7 @@ For those who want to check the progress towards the next stable release, and wh
 
 ### Git repository
 
-This is for those who want to live on the bleeding edge. This will give you the latest version of the source 
code with the latest features, but also with the latest bugs (eeek!). The repository contains several 
versions of the code called "branches" so you can fetch the latest version ("trunk") or a stable version from 
a maintenance branch. If you intend to [contribute](/develop/) to the development of GIMP, then you should 
try using Git. As the code is constantly evolving and features are added (or removed) every day, you should 
have a look at the [developers' site](https://wiki.gimp.org/) and subscribe to the gimp-developer mailing 
list if you compile the code from Git.
+This is for those who want to live on the bleeding edge. This will give you the latest version of the source 
code with the latest features, but also with the latest bugs (eeek!). The repository contains several 
versions of the code called "branches" so you can fetch the latest version ("trunk") or a stable version from 
a maintenance branch. If you intend to [contribute](/develop/) to the development of GIMP, then you should 
try using Git. As the code is constantly evolving and features are added (or removed) every day, you should 
have a look at the [developers' site](https://developer.gimp.org/) and subscribe to the gimp-developer 
mailing list if you compile the code from Git.
 
 ## GIMP Source Code
 
@@ -103,7 +103,7 @@ Follow this guide and you will have the most recent GIMP in no time:
 
 *   [Best way to keep up with GIMP from git](/source/howtos/gimp-git-build.html)
 
-To find out more about GIMP development, [https://wiki.gimp.org/](https://wiki.gimp.org/) should answer the 
questions you have.
+To find out more about GIMP development, [developer.gimp.org/](https://developer.gimp.org/) should answer 
the questions you have.
 
 ## <a name="optional_packages">Optional packages</a>
 
diff --git a/themes/newgimp/templates/base.html b/themes/newgimp/templates/base.html
index 8d7676b0..855d4c72 100644
--- a/themes/newgimp/templates/base.html
+++ b/themes/newgimp/templates/base.html
@@ -202,7 +202,6 @@
                             <li><a href='/features/'>Features</a></li>
                             <li><a href='/release-notes/'>Release Notes</a></li>
                             <li><a href='https://wiki.gimp.org/wiki/Roadmap'>Roadmap</a></li>
-                            <li><a href='https://wiki.gimp.org/index.php/Main_Page'>Wiki</a></li>
                             <li><a href='/docs/userfaq.html' title='Frequently Asked Questions'>FAQ</a></li>
                         </ul>
                     </div>


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