[gimp-web] content: tweak more the develop page.



commit 4ded7172410153580eecf2e38780f3920670eaea
Author: Jehan <jehan girinstud io>
Date:   Thu Sep 22 15:16:46 2022 +0200

    content: tweak more the develop page.
    
    After checking the links a bit more: the GNU one is already in the introduction;
    I moved the license info into the intro too; the dev website is in one of the
    "How you can help" items (and doesn't need to be more prominent than other
    links) and finally the wgo link is where people are reading this. So it's
    redundant.
    
    As for GTK link, but also GEGL, babl and the repository links, these are
    available somewhere else and are mostly relevant for developers (so for the
    developer website), rather than in a generic page meant for all kinds of
    contributors.
    
    As for the RSS feed, it's interesting but possibly not as useful as an info in
    this given page. Also it looks like it's giving obsolete items, probably because
    of the rss_token part of the URI.

 content/develop/index.md | 60 ++++++++++++++----------------------------------
 1 file changed, 17 insertions(+), 43 deletions(-)
---
diff --git a/content/develop/index.md b/content/develop/index.md
index bd865c2f..109cdcab 100644
--- a/content/develop/index.md
+++ b/content/develop/index.md
@@ -2,20 +2,19 @@ Title: Get Involved
 Date: 2015-08-14T14:18:56-05:00
 Author: Pat David
 
-
 <figure>
 <script type='text/javascript' 
src='https://www.openhub.net/p/gimp/widgets/project_basic_stats?format=js'></script>
 </figure>
 
-## How You Can Help
+GIMP is <span class="help" title="software that may be modified and distributed
+freely, as long as you do not deny other users these freedoms">Free
+Software</span>, mostly licensed under the [GNU General Public License
+(GPL)](/about/COPYING) license, and historically part of the [GNU
+Project](https://www.gnu.org/).
 
-GIMP is <span class="help" title="software that may be modified and
-distributed freely, as long as you do not deny other users these
-freedoms">Free Software</span> and historically part of the [GNU
-Project](https://www.gnu.org/). In the free software world, there is generally
-no distinction between users and developers. As in a friendly neighbourhood,
-everybody pitches in to help their neighbors. Please consider the time you give
-in assistance to others as payment.
+In the free software world, there is generally no distinction between users and
+developers. As in a **friendly neighbourhood**, everybody pitches in to help their
+neighbors. Please consider the time you give in assistance to others as payment.
 
 Ways in which you can help:
 
@@ -23,9 +22,11 @@ Ways in which you can help:
 : Our [Developer Website](https://developer.gimp.org/) is where you want to
 start learning about being a code contributor.
 
-Report [bugs](/bugs/) (errors in the program),
-: GIMP is not bug-free nor is any other application so reporting bugs that you encounter is very important 
to the development, it helps the developers to make GIMP more stable.
-  You don't have to be a developer or a everyday user to report bugs.
+Report [bugs](/bugs/) (errors in the program)
+: GIMP is not bug-free nor is any other application so [reporting bugs](/bugs/)
+that you encounter is very important to the development, it helps the developers
+to make GIMP more stable. You don't have to be a developer or a everyday user
+to report bugs.
 
 Test existing features and provide feedback
 : If you think a feature can be improved somehow, you can discuss the
@@ -45,10 +46,10 @@ Write [tutorials](/tutorials/) on this website
 
 Improve this website
 : Creating websites that contain useful information is very important. It is
-actually just as important as doing bug reports. A website contains a lot of
-information that is needed for the development to move on and it also contains
-information that will help the public to understand what the application is all
-about. We explain how to help us [in a dedicated
+just as important as doing bug reports. A website contains a lot of information
+that are needed for the development to move on and it also contains information
+that will help the public to understand what the application is all about. We
+explain how to help us [in a dedicated
 tutorial](https://developer.gimp.org/core/wgo/).
 
 Make artwork for GIMP
@@ -91,30 +92,3 @@ page to see what you could work on.
 
 To get a better understanding of where the project is heading to, which features
 are planned etc., please visit the [Roadmap](https://developer.gimp.org/core/roadmap/) page.
-
-
-## Important GIMP Links
-
-*   [The GNU Image Manipulation Program](https://www.gimp.org/) — www.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
-
-## GIMP RSS feeds
-
-*   [GIMP Active 
Bugs](https://gitlab.gnome.org/GNOME/gimp/issues.atom?rss_token=PypNNB512dsgs3NBA7BJ&state=opened)
-
-## <a name="development"></a>GIMP Development Links
-
-[GIMP developers](https://developer.gimp.org)
- The main GIMP development website
-
-[GEGL](http://www.gegl.org/)
- An image processing library based on GObjects
-
-[babl](http://gegl.org/babl/)
- A dynamic, any to any, pixel format translation library
-
-[GNOME GIT](https://gitlab.gnome.org/)
- GNOME GIT source code repository


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