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