From a02a74512cfb90ae58142da5874415f50ac61156 Mon Sep 17 00:00:00 2001 From: gastal Date: Wed, 3 Aug 2011 21:06:56 +0000 Subject: [PATCH] Elementary: removing author list from main page. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62075 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/Elementary.h.in | 51 ++++++++++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 22 deletions(-) diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index ee2daa8..7a0a063 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -12,6 +12,32 @@ @mainpage Elementary @image html elementary.png @version @PACKAGE_VERSION@ +@date 2008-2011 + +@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. + +License: LGPL v2 (see COPYING in the base of Elementary's source). This +applies to all files in the source here. + +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 organisations behind this, +as listed in the @ref authors page. + +@verbatim +Pants +@endverbatim +*/ + +/** +@page authors Authors @author Carsten Haitzler @author Gustavo Sverzut Barbieri @author Cedric Bail @@ -54,29 +80,10 @@ @author Shinwoo Kim @author Govindaraju SM @author Prince Kumar Dubey -@date 2008-2011 - -@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. -License: LGPL v2 (see COPYING in the base of Elementary's source). This -applies to all files in the source here. - -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 organisations behind this, -aslisted in the Authors section above. - -@verbatim -Pants -@endverbatim -*/ +Please contact to get in +contact with the developers and maintainers. + */ #ifndef ELEMENTARY_H #define ELEMENTARY_H -- 2.7.4