[gimp-web/testing] Update the Participate page



commit 7bbdcbfe2f07e52d778739b018d648afcca5f32e
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date:   Thu Jun 7 22:51:51 2018 +0000

    Update the Participate page

 content/develop/index.md | 51 +++++++++++++++++++++++++++---------------------
 1 file changed, 29 insertions(+), 22 deletions(-)
---
diff --git a/content/develop/index.md b/content/develop/index.md
index b9a5dc52..0e5e88b4 100644
--- a/content/develop/index.md
+++ b/content/develop/index.md
@@ -17,14 +17,13 @@ Ways in which you can help:
 
 *   [program](http://wiki.gimp.org/) new features,
 *   report [bugs](/bugs/) (errors in the program),
-*   debug existing features,
+*   test existing features and provide feedback,
 *   add [documentation](/docs/),
 *   translate GIMP to your own language,
 *   translate the documentation,
 *   write [tutorials](/tutorials/),
-*   participate in the [UI brainstorm](http://gimp-brainstorm.blogspot.com/),
-*   improve this web site,
-*   make artwork for GIMP used in or with GIMP,
+*   improve this website,
+*   make artwork for GIMP,
 *   let people know you used GIMP for your artwork,
 *   give away copies of GIMP,
 *   help others to learn to use GIMP, etc.
@@ -33,11 +32,19 @@ As you can see, anyone can help.
 
 ### Development Status
 
-The team is currently busy working on v2.10\. This will be the first release of GIMP featuring a new, 
advanced image processing engine, high bit depth editing, as well as new and improved transformation and 
selection tools.
+The team is currently busy working on v3.0\. This will be a port of GIMP to
+GTK+3, much newer and better supported version of the user interface toolkit.
 
-Porting internals of GIMP to GEGL is mostly done, but more plugins have to be ported to GEGL, and GEGL needs 
to be made faster. If you are willing to help with that, please refer to the [Porting filters to 
GEGL](http://wiki.gimp.org/index.php/Hacking:Porting_filters_to_GEGL) page to see what you could work on.
+Most of GIMP's source code is related to the user interface, so this port is a
+major undertaking, especially since we shall break API and refactor numerious
+parts of the program.
 
-To get a better understanding of where the project is heading to, which features are planned etc., please 
visit the [Roadmap](http://wiki.gimp.org/index.php/Roadmap) page.
+We still need to port more plugins to become GEGL operations. If you are willing
+to help with that, please refer to the [Porting filters to 
GEGL](http://wiki.gimp.org/index.php/Hacking:Porting_filters_to_GEGL)
+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](http://wiki.gimp.org/index.php/Roadmap) page.
 
 ### Bug Reports
 
@@ -53,11 +60,13 @@ Creating websites that contain useful information is very important. It is actua
 
 GIMP uses [git](https://git-scm.com/) as its revision control system, and the [GNOME 
Foundation](https://www.gnome.org/) hosts all of our code repositories:
 
-*   [`gimp`](https://git.gnome.org/browse/gimp/) - the GIMP application itself
-*   [`gimp-web`](https://git.gnome.org/browse/gimp-web/) - repo for this website
-*   [`gimp-web-devel`](https://git.gnome.org/browse/gimp-web-devel/) - repo for the developer site at 
<http://developer.gnome.org>
-*   [`gimp-help-2`](https://git.gnome.org/browse/gimp-help-2/) - the GIMP user manual
-*   [plus several others](https://git.gnome.org/browse/?q=gimp)
+*   [`gimp`](https://gitlab.gnome.org/GNOME/gimp/) - the GIMP application itself
+*   [`gimp-web`](https://gitlab.gnome.org/Infrastructure/gimp-web/) - repo for this website
+*   [`gimp-web-devel`](https://gitlab.gnome.org/Infrastructure/gimp-web-devel/) - repo for the developer 
site at <http://developer.gnome.org>
+*   [`gimp-help-2`](https://gitlab.gnome.org/GNOME/gimp-help/) - the GIMP user manual
+*   [plus several 
others](https://gitlab.gnome.org/explore/projects?utf8=%E2%9C%93&name=gimp&sort=latest_activity_desc)
+
+edit/testing/content/develop/index.md
 
 New contributors should first introduce themselves on IRC (the #gimp channel at irc.gimp.org) and/or the 
relevant mailing lists:
 
@@ -72,16 +81,15 @@ GIMP has a complex code base, and newcomers that might not be sure where to star
 
 * [List of bugs for new 
contributors](https://bugzilla.gnome.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&keywords=newcomers&product=GIMP)
 
-
 The site you should keep updated with and the site that is updated all the time with new development help 
guides is located at [http://wiki.gimp.org/](http://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.
 
-*   [INSTALL](https://git.gnome.org/browse/gimp/plain/INSTALL.in)  
+*   [INSTALL](https://gitlab.gnome.org/GNOME/gimp/blob/master/INSTALL.in)  
      _(Contains most up-to-date information on building GIMP from source code)_
-*   [HACKING](https://git.gnome.org/browse/gimp/plain/HACKING)  
+*   [HACKING](https://gitlab.gnome.org/GNOME/gimp/blob/master/HACKING)  
      _(Contains a lot of information that you need to know if you want to start coding)_
-*   [README](https://git.gnome.org/browse/gimp/plain/README)  
+*   [README](https://gitlab.gnome.org/GNOME/gimp/blob/master/README)  
      _(The main README for GIMP which should be read by everyone)_
-*   [README.i18n](https://git.gnome.org/browse/gimp/plain/README.i18n)  
+*   [README.i18n](https://gitlab.gnome.org/GNOME/gimp/blob/master/README.i18n)  
      _(The internationalization README which should be read by translators)_
 
 Once you've figured out what to do, though, be bold and get to work!
@@ -89,7 +97,7 @@ Once you've figured out what to do, though, be bold and get to work!
 ## How To Submit Your Changes
 
 When you're ready, make your edits and [generate a patch file](https://git-scm.com/docs/git-format-patch).  
-Send the patch file, along with a summary of what you did to a bug/enhancement request on 
[Bugzilla](https://bugzilla.gnome.org/enter_bug.cgi?product=gimp-web) or to the mailing list. 
+Send the patch file, along with a summary of what you did to a bug/enhancement request on the 
[bugtracker](https://gitlab.gnome.org/GNOME/gimp/issues) or to the mailing list. 
 
 The GIMP community is a friendly one, but it probably is still worth saying this: Try not to take critiques 
personally. We all just want GIMP to be the best that it can be. Once approved, your edits will be merged 
into the code base, making you an official GIMP contributor. And if you keep up the good work, not only will 
this process get easier with practice, your administrative privileges in GIMP development will also increase 
too.
 
@@ -97,14 +105,13 @@ The GIMP community is a friendly one, but it probably is still worth saying this
 
 *   [The GNU Image Manipulation Program](http://www.gimp.org/) — www.gimp.org
 *   [GIMP Wiki](http://wiki.gimp.org/) — wiki.gimp.org
-*   [GIMP Bugzilla](https://bugzilla.gnome.org/) — bugzilla.gnome.org
 *   [The GIMP Toolkit](http://www.gtk.org/) — www.gtk.org
 *   [GNU Project](http://www.gnu.org/) — www.gnu.org
 *   [GNU General Public License](/about/COPYING) — GPL
 
 ## GIMP RSS feeds
 
-*   [GIMP Active 
Bugs](https://bugzilla.gnome.org/buglist.cgi?bug_file_loc_type=substring&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=NEEDINFO&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&changedin=7&chfieldto=Now&product=GIMP&query_format=advanced&title=Bug%20List:%20GIMP%20-%20Current%20Bug%20Week&ctype=atom)
+*   [GIMP Active 
Bugs](https://gitlab.gnome.org/GNOME/gimp/issues.atom?rss_token=PypNNB512dsgs3NBA7BJ&state=opened)
 
 ## <a name="development"></a>GIMP Development Links
 
@@ -117,9 +124,9 @@ The GIMP community is a friendly one, but it probably is still worth saying this
 [babl](http://gegl.org/babl/)
  A dynamic, any to any, pixel format translation library
 
-[GNOME GIT](https://git.gnome.org/)  
+[GNOME GIT](https://gitlab.gnome.org/)  
  GNOME GIT source code repository
 
 ## Latest Changes in Code
 
-The [Unstable GIMP](https://git.gnome.org/browse/gimp/log/) page lists the lastest source code commits to 
the unstable branch of GIMP.
+The [Unstable GIMP](https://gitlab.gnome.org/GNOME/gimp/commits/master) page lists the lastest source code 
commits to the unstable branch of GIMP.


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