[gimp-web] content: move around a bit more data.



commit f9a96d22860dd930fcb56cbc3ffcdc92a6addceb
Author: Jehan <jehan girinstud io>
Date:   Thu Sep 22 22:50:13 2022 +0200

    content: move around a bit more data.
    
    - The man pages are moved from the docs/ to the about/ page, mostly because it
      will allow to free up the docs/ path which we want to redirect to
      docs.gimp.org.
    - Note that I don't keep the link to the man of gimp-remote as this binary
      doesn't exist anymore. According to a 2011 commit by mitch, in GIMP repo, this
      has been removed in 2008. I keep the man page itself on the website, to avoid
      dead URL, but adding a note at the top about the fact it's outdated info.
    - Fixing the "GIMP Active Bugs" link in the "GIMP RSS Feeds" section as it was
      not giving an actual RSS feed. Now it is. Also it looks like this feed now
      gives recent issue reports, unlike the previous link in the develop/ page (see
      previous commit).
    - The "Configuration" section in docs/ is now moved to tutorials/. Technically
      these are technical tutorials about using GIMP.
    - Finally remove various links to outdated documentation for plug-in writing. I
      still salvaged the links adding them to a list of historical documentation in
      our new developer website. It's not needed in docs/ anymore.

 content/about/index.md     | 14 +++++++++++---
 content/docs/index.md      | 22 ----------------------
 content/man/gimp-remote.md |  2 ++
 content/tutorials/index.md | 11 +++++++++++
 4 files changed, 24 insertions(+), 25 deletions(-)
---
diff --git a/content/about/index.md b/content/about/index.md
index 787d79d1..e633cfd5 100644
--- a/content/about/index.md
+++ b/content/about/index.md
@@ -37,6 +37,14 @@ There is a nice [Frequently Asked Questions (FAQ)][] page.
 [4]: {filename}authors.md
 
 
+## GIMP Manual Pages
+
+The `man` pages for command line usage of GIMP:
+
+*   [<tt>gimp</tt> (1)](/man/gimp.html)
+*   [<tt>gimprc</tt> (5)](/man/gimprc.html)
+*   [<tt>gimptool-2.0</tt> (1)](/man/gimptool.html)
+
 
 ## Important GIMP Links
 
@@ -44,7 +52,7 @@ There is a nice [Frequently Asked Questions (FAQ)][] page.
 * [GIMP Privacy Policy][] - www.gimp.org/about/privacy.html
 * [GIMP Developer Website][] - developer.gimp.org
 * [GIMP Issues][] - GNOME Gitlab
-* [The GIMP Toolkit][] - www.gtk.org
+* [GIMP ToolKit][] - www.gtk.org
 * [GNU Project][] - www.gnu.org
 * [GNU General][] Public License - GPL
 
@@ -52,7 +60,7 @@ There is a nice [Frequently Asked Questions (FAQ)][] page.
 [GIMP Privacy Policy]: /about/privacy.html
 [GIMP Developer Website]: https://developer.gimp.org
 [GIMP Issues]: https://gitlab.gnome.org/GNOME/gimp/issues
-[The GIMP Toolkit]: //www.gtk.org
+[GIMP ToolKit]: //www.gtk.org
 [GNU Project]: //www.gnu.org
 [GNU General]: {static}COPYING
 
@@ -65,4 +73,4 @@ There is a nice [Frequently Asked Questions (FAQ)][] page.
 
 [Atom Feed]: /feeds/atom.xml
 [RSS Feed]: /feeds/rss.xml
-[GIMP Active Bugs]: https://gitlab.gnome.org/GNOME/gimp/issues
+[GIMP Active Bugs]: https://gitlab.gnome.org/GNOME/gimp/issues.atom?state=opened
diff --git a/content/docs/index.md b/content/docs/index.md
index 170e3d5e..f149343e 100644
--- a/content/docs/index.md
+++ b/content/docs/index.md
@@ -22,25 +22,3 @@ The manual is also available online on a [dedicated website](https://docs.gimp.o
 ## GIMP User FAQ
 
 [Frequently Asked Questions](userfaq.html)
-
-## Configuration
-
-*   [How to set the tile cache](/unix/howtos/tile_cache.html).
-     The tile cache tells GIMP how much memory it can use before swapping some image data to disk. Setting 
the size of the tile cache can be critical for the performance of your system.
-*   [How to install fonts for use with GIMP](/unix/fonts.html)
-*   [How to use MIDI devices with GIMP](/unix/howtos/gimp-midi.html)
-
-## GIMP Manual Pages
-
-*   [<tt>gimp</tt> (1)](/man/gimp.html)
-*   [<tt>gimprc</tt> (5)](/man/gimprc.html)
-*   [<tt>gimp-remote</tt> (1)](/man/gimp-remote.html)
-*   [<tt>gimptool-2.0</tt> (1)](/man/gimptool.html)
-
-## GIMP Documentation for Developers and Script Authors
-
-*   [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/)
-*   [GIMP Script-Fu changes in GIMP 2.4 (migration guide)](script-fu-update.html)
diff --git a/content/man/gimp-remote.md b/content/man/gimp-remote.md
index 13f77f0a..bc984887 100644
--- a/content/man/gimp-remote.md
+++ b/content/man/gimp-remote.md
@@ -4,6 +4,8 @@ Modified: 2015-08-17T11:31:42-05:00
 Authors: Pat David
 Status: hidden
 
+ℹ️  **The `gimp-remote` tool has been removed in 2008. This page is only kept for
+historical purpose.** ⌛
 
 [Table of Contents](#toc)
 
diff --git a/content/tutorials/index.md b/content/tutorials/index.md
index a6f5ba9f..986008d5 100644
--- a/content/tutorials/index.md
+++ b/content/tutorials/index.md
@@ -78,6 +78,17 @@ A look at the advantages and flexibility of using Parametric Brushes.
 
 [Parametric Brushes]: {filename}Parametric_Brush/index.md
 
+## Configuration
+
+[How to set the tile cache](/unix/howtos/tile_cache.html)  
+The tile cache tells GIMP how much memory it can use before swapping some image
+data to disk. Setting the size of the tile cache can be critical for the
+performance of your system.
+
+[How to install fonts for use with GIMP](/unix/fonts.html)  
+
+[How to use MIDI devices with GIMP](/unix/howtos/gimp-midi.html)  
+GNU/Linux only procedure.
 
 ## Programming
 


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