summaryrefslogtreecommitdiff
path: root/elm_intro.h.in
diff options
context:
space:
mode:
authorCedric BAIL <cedric@osg.samsung.com>2016-03-23 17:13:57 -0700
committerCedric BAIL <cedric@osg.samsung.com>2016-03-24 11:23:10 -0700
commitb0df722819394d7ef28798775ef2017746c2c2fc (patch)
treed46ad6cf1de34a36bff5b111b6ba6cd80a352f2e /elm_intro.h.in
parentf9a6947059b776cc39a08f103049b9dd20f70523 (diff)
downloadefl-b0df722819394d7ef28798775ef2017746c2c2fc.tar.gz
elementary: initial compilation of the library only.
Diffstat (limited to 'elm_intro.h.in')
-rw-r--r--elm_intro.h.in34
1 files changed, 34 insertions, 0 deletions
diff --git a/elm_intro.h.in b/elm_intro.h.in
new file mode 100644
index 0000000000..f19eff4aaa
--- /dev/null
+++ b/elm_intro.h.in
@@ -0,0 +1,34 @@
+/**
+ * @mainpage Elementary
+ * @image html elementary.png
+ * @version @VMAJ@.@VMIN@.@VMIC@
+ * @date 2008-2014
+ *
+ * @section 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 brainless but give them lots
+ * of flexibility.
+ *
+ * @li @ref 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.
+ */