WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=28458a41a151a6083b954b7b8f4ed98f571f839a

commit 28458a41a151a6083b954b7b8f4ed98f571f839a
Author: Gareth Halfacree <[email protected]>
Date:   Wed Nov 22 07:28:12 2017 -0800

    Wiki page start.md changed with summary [] by Gareth Halfacree
---
 pages/contrib/devs/start.md.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pages/contrib/devs/start.md.txt b/pages/contrib/devs/start.md.txt
index 35b8790ba..b57e72f14 100644
--- a/pages/contrib/devs/start.md.txt
+++ b/pages/contrib/devs/start.md.txt
@@ -63,9 +63,9 @@ If you have an idea for a new feature, first check that it is 
not already presen
 
 * [Eina](https://phab.enlightenment.org/w/eina/) provides data types (list, 
hash, array...), logging, safety checks, module loading and more. Before 
introducing ``printf()`` to debug code, silently ignoring errors or starting to 
use ``dlopen()`` check Eina
 * [Ecore](https://phab.enlightenment.org/w/ecore/) provides main loop and 
system integration that includes threads and networking. Consider it before 
using threads, networking, polling/reading from file descriptors
- * [Eio](https://phab.enlightenment.org/w/eio/) provides efficient 
input/output (IO) to the file system including asynchronous copies, moves, 
stating and directory listing
- * [Edje](https://phab.enlightenment.org/w/edje/) provides theme capabilities 
and is good for creating layouts
- * [Elementary](https://phab.enlightenment.org/w/elementary/) provides 
efficient handling widgets for lists, text input, and multitudes of helpers.
+* [Eio](https://phab.enlightenment.org/w/eio/) provides efficient input/output 
(IO) to the file system including asynchronous copies, moves, stating and 
directory listing
+* [Edje](https://phab.enlightenment.org/w/edje/) provides theme capabilities 
and is good for creating layouts
+* [Elementary](https://phab.enlightenment.org/w/elementary/) provides 
efficient handling widgets for lists, text input, and multitudes of helpers.
 
 If you are sure the functionality you wish to implement doesn't yet exist, 
talk to fellow developers on the [official IRC channel](#IRC_Channels) or via 
the [mailing list](#Mailing_Lists). Your fellow developers will almost 
certainly have ideas on how to implement the feature efficiently, advice on 
problems that have previously cropped up when trying to implement so-called 
"doomed features," and can coordinate to prevent future problems.
 

-- 


Reply via email to