828ac96b847ecf280c5a0f9ab209a68f2c2212eb
[framework/uifw/elementary.git] / src / lib / elm_intro.h
1 /**
2  * @mainpage Elementary
3  * @image html  elementary.png
4  * @version 0.8.0
5 <<<<<<< HEAD
6  * @date 2008-2011
7 =======
8  * @date 2008-2012
9 >>>>>>> remotes/origin/upstream
10  * 
11  * @section intro What is Elementary?
12  * 
13  * This is a VERY SIMPLE toolkit. It is not meant for writing extensive desktop
14  * applications (yet). Small simple ones with simple needs.
15  * 
16  * It is meant to make the programmers work almost brainless but give them lots
17  * of flexibility.
18  * 
19  * @li @ref Start - Go here to quickly get started with writing Apps
20  * 
21  * @section organization Organization
22  * 
23 <<<<<<< HEAD
24  * One can divide Elemementary into three main groups:
25 =======
26  * One can divide Elementary into three main groups:
27 >>>>>>> remotes/origin/upstream
28  * @li @ref infralist - These are modules that deal with Elementary as a whole.
29  * @li @ref widgetslist - These are the widgets you'll compose your UI out of.
30  * @li @ref containerslist - These are the containers which hold the widgets.
31  * 
32  * @section license License
33  * 
34  * LGPL v2 (see COPYING in the base of Elementary's source). This applies to
35  * all files in the source tree.
36  * 
37  * @section ack Acknowledgements
38  * There is a lot that goes into making a widget set, and they don't happen out of
39  * nothing. It's like trying to make everyone everywhere happy, regardless of age,
40  * gender, race or nationality - and that is really tough. So thanks to people and
41 <<<<<<< HEAD
42  * organisations behind this, as listed in the @ref authors page.
43 =======
44  * organizations behind this, as listed in the @ref authors page.
45 >>>>>>> remotes/origin/upstream
46  */