Revert "Move docs about contributing to new /contrib namespace"

This reverts commit 3ffe6fe95f.
This commit is contained in:
Andy Williams 2017-10-20 16:20:16 +01:00
parent f317aa0d22
commit 6b5f70c23f
7 changed files with 7 additions and 7 deletions

View File

@ -126,6 +126,6 @@ wiki here is newer, replacing static web pages.
==== Patches ====
On [[https://phab.enlightenment.org|Phabricator]] the [[https://phab.enlightenment.org/differential|Differential]] tool is used for patch submission and review. You will need an account to submit patches. You will also need to use the Arcanist tool to do this - please see the [[contrib/patching|Arcanist documentation]] about how to do this.
On [[https://phab.enlightenment.org|Phabricator]] the [[https://phab.enlightenment.org/differential|Differential]] tool is used for patch submission and review. You will need an account to submit patches. You will also need to use the [[contact:arcanist|Arcanist]] tool to do this. Please see the [[contact:arcanist|Arcanist documentation]] as to how to do this.
While the above is the preferred method, you can also send patches using Phabricator directly. If you are unable to use Phabricator for whatever reason, please resort to sending a patch to the mailing list, or contacting the developers on IRC.

View File

@ -7,7 +7,7 @@
This tutorial's goal is to help you debug your EFL applications with several use cases that you can reproduce. It gives you approaches to know if the bug comes from your application or from the EFL libraries.
Then, if you are sure the bug does not come from your application, you can [[/contrib/report_bugs|report a bug]].
Then, if you are sure the bug does not come from your application, you can [[/debugging/report_bugs|report a bug]].
In this tutorial we'll cover log levels and tracing the sources of bugs:
@ -485,4 +485,4 @@ In the result below, you see that all the objects are visible and you see that w
For example in yellow, it is the Elm_box which is an Evas_box composed of an Evas_rectangle, an Elm_Label and an Elm_Button.
A Button widget is an Edje_Object which is composed of 4 Evas_rectangle, one Evas_image and 2 Evas_text.
A Button widget is an Edje_Object which is composed of 4 Evas_rectangle, one Evas_image and 2 Evas_text.

View File

@ -72,13 +72,13 @@ We are really excited that you would like to get involved in EFL and
Enlightenment development! If you followed the instructions in
"Getting Started" then you are most of the way to being part of the team.
To start with it's easiest to see which area you would like to work on and
get involved in bug reporting, fixing or other types of [[contrib/|contributing]]. From there you can get to know the
get involved in bug reporting or fixing. From there you can get to know the
team, how we work, and earn a place on the team as a core developer :)
=== Feedback ===
* [[contrib/report_bugs|Report bugs on Phabricator]]
* [[contrib/patching|Submit patch on Phabricator]]
* [[debugging/report_bugs|Report bugs on Phabricator]]
* [[contact/arcanist|Submit patch on Phabricator]]
=== Debugging ===

View File

@ -10,7 +10,7 @@
{{ :shot-enlightenment.png?nolink&320}}
[[:about-enlightenment|Enlightenment]] started as a project to build a Window Manager for X11. That was way back in 1996. It has grown much since. It still produces this Window Manager, but it has evolved to also cover Mobile, Wearable and TV UI needs for projects such as [[http://www.tizen.org|Tizen]] as well as the traditional "desktop" UI. We still push out releases, so see our [[:download|download]] page for more details on the latest releases, or see our [[contrib/|contribute]] page for source code repositories in their latest development state.
[[:about-enlightenment|Enlightenment]] started as a project to build a Window Manager for X11. That was way back in 1996. It has grown much since. It still produces this Window Manager, but it has evolved to also cover Mobile, Wearable and TV UI needs for projects such as [[http://www.tizen.org|Tizen]] as well as the traditional "desktop" UI. We still push out releases, so see our [[:download|download]] page for more details on the latest releases, or see our [[:contribute|contribute]] page for source code repositories in their latest development state.
It also is in the transition from [[http://www.x.org|X11]] to [[http://wayland.freedesktop.org|Wayland]]. We are fully committed to moving to Wayland eventually as this is definitely the future of the graphical display layer on Linux.