/** @mainpage Enlightenment @image html e.png @version @PACKAGE_VERSION@ @date 2000-2012 Please see the @ref authors page for contact details. @section intro Introduction The Enlightenment Window Manager is a lean, fast, modular and very extensible window manager for X11 and Linux. It is classed as a "desktop shell" providing the things you need to operate your desktop (or laptop), but is not a whole application suite. This covered launching applications, managing their windows and doing other system tasks like suspending, reboots, managing files etc. @section compiling How to compile modules? pkgconfig (.pc) files are installed for enlightenment. To compile a module you can use something like the following: @verbatim gcc module.c $(pkg-config enlightenment --cflags --libs) @endverbatim Note that modules are installed to $HOME (~/.e/e/modules) or system. One can know the system directory with the command: @verbatim pkg-config --variable=modules enlightenment @endverbatim @section install How is it installed? Just use the traditional autotools steps, the options will be autodetected. Note that it depend on EFL (Enlightenment Foundation Libraries): eina, eet, evas, ecore, e_dbus, embryo, edje, efreet and eeze. @verbatim ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var make sudo make install @endverbatim @todo (0.17) Document API */ /** @page authors Authors @author The Rasterman (Carsten Haitzler) @author Ibukun Olumuyiwa @author Sebastian Dransfeld @author ajwillia.ms (Andrew Williams) @author CodeWarrior (Hisham Mardam Bey) @author dj2 (Dan Sinclair) @author Tilman Sauerbeck @author Aleksej Struk @author Brian Mattern @author devilhorns (Christopher Michael) @author /dev/urandom (Viktor Kojouharov) @author ilLogict (Chidambar Zinnoury) @author Stafford Horne @author Cedric Bail @author onefang (David Seikel) @author okra (Stephen Houston) @author Byron Hillis @author Ravenlock (Eric Schuele) @author ManoWarrior (Luchezar Petkov) @author morlenxus (Brian Miculcy) @author Toma- (Tom Haste) @author k-s (Gustavo Sverzut Barbieri) @author Peter van de Werken @author Florian Hackenberger @author Hannes Janetzek @author Mike Blumenkrantz (discomfitor/zmike) @author Leif Middelschulte @author yoz (Michael Bouchaud) @author billiob (Boris Faure) @author Jihoon Kim @author Sthitha @author Doyoun Kang @author Gwanglim Lee @author Thomas Gstädtner @author q66 @author Tom Hacohen @author Maxime Villard @author Jeremy Zurcher @author Shinwoo Kim @author Daniel Juyung Seo (SeoZ) @author Robert David @author Eduardo Lima (Etrunko) @author Thanatermesis @author Bruno Dilly @author Lucas De Marchi @author Samuel Mendes @author Boris Faure @author Michael Stapelberg @author Stefan Sperling */