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