[gimp-web] content: don't hardcode manual listing in a few languages.



commit 95d62bb7447fedd2a914199f8a656abb2ce2533a
Author: Jehan <jehan girinstud io>
Date:   Wed Sep 21 21:55:19 2022 +0200

    content: don't hardcode manual listing in a few languages.
    
    This is done already, in a much cleverer way (through scripting), in the
    documentation website. So simply redirect there and let it handle the language
    listing.
    
    Eventually I am thinking that we should redirect the whole /docs/ path to the
    documentation website directly. I am not sure we need to keep sub-sections
    leading to tutorials, books or the FAQ while we have direct links to these in
    the header and/or the footer. These links are visible on each and every page
    already, and quite prominently!
    
    We'll see though, as I also want to have a look at the links in the bottom (the
    developer ones should probably be moved to the developer website, if and only if
    they are still relevant; as for the man pages, we should think where these
    should be linked from).

 content/docs/index.md | 28 +++++-----------------------
 1 file changed, 5 insertions(+), 23 deletions(-)
---
diff --git a/content/docs/index.md b/content/docs/index.md
index 66413243..170e3d5e 100644
--- a/content/docs/index.md
+++ b/content/docs/index.md
@@ -2,32 +2,14 @@ Title: Documentation
 Date: 2015-08-14T14:39:59-05:00
 Author: Pat David
 
-
 ## GIMP User Manual
 
-GIMP comes with a built-in help system. Once you have started the program, press <kbd>F1</kbd> for 
context-sensitive help. You may have to install the help pages from a separate package (gimp-help), depending 
on how your version of GIMP was packaged.
-
-The user manual for the GIMP 2.10 release is available in 15 languages and more translations are in progress:
-
-*   [Català](https://docs.gimp.org/2.10/ca)
-*   [中文 (Chinese Simplified)](https://docs.gimp.org/2.10/zh_CN)
-*   [Dansk](https://docs.gimp.org/2.10/da)
-*   [Deutsch](https://docs.gimp.org/2.10/de/)
-*   [Ελληνικά (Greek)](https://docs.gimp.org/2.10/el/)
-*   [English](https://docs.gimp.org/2.10/en/)
-*   [Español](https://docs.gimp.org/2.10/es/)
-*   [Français](https://docs.gimp.org/2.10/fr/)
-*   [Italiano](https://docs.gimp.org/2.10/it/)
-*   [日本語 (Japanese)](https://docs.gimp.org/2.10/ja/)
-*   [한국어 (Korean)](https://docs.gimp.org/2.10/ko/)
-*   [Nederlands](https://docs.gimp.org/2.10/nl/)
-*   [Norsk nynorsk](https://docs.gimp.org/2.10/nn/)
-*   [Português](https://docs.gimp.org/2.10/pt_BR)
-*   [Pусский (Russian)](https://docs.gimp.org/2.10/ru/)
-
-The user manuals for older releases can be found at the [GIMP Documentation page][].
+GIMP comes with a built-in help system, available in dozens of languages. Once
+you have started the program, press <kbd>F1</kbd> for context-sensitive help.
+You may have to install the help pages from a separate package (`gimp-help`),
+depending on how your version of GIMP was packaged.
 
-[GIMP Documentation page]: https://docs.gimp.org/download.html "The GIMP Documentation"
+The manual is also available online on a [dedicated website](https://docs.gimp.org/).
 
 ## Tutorials
 


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