Title:          e17.uci
Description:    Enlightenment DR 0.17
Version:        0.16.999.036-CVS
Author:         The Enlightenment Team
Original-site:  http://www.enlightenment.org/
Copying-policy: BSD license
-------------==[  Color = green(red)   Filesize:   24M  ]==-------------
Extension by:   ^thehatsrule^
Comments:
                *** WARNING ***
                * 
                * This is pre-alpha code !!
                * 
                * This should always reside under testing
                * until replaced/updated.
                * 
                * This was compiled just to see how e17's progress
                * was coming along, and how well it could integrate
                * into DSL's environment.
                * 
_
                Add in .xinitrc:
                - for newer DSL versions,
                  insert after the Keyboard 'if' statement:
_
                  if [ '${DESKTOP}' = 'e17' ]; then
                    exec /opt/e17/bin/enlightenment_start
                    exit $?
                  fi
_
                Edit ~/.desktop:
                - change the current 'wm:' line to
                  wm: e17
_
                It seems xtdesk and torsmo defaults are incompatible
                due to no support for pseudo-transparency. This
                also means you should use 'aterm +tr' (or alternatives).
_
                User configuration files will be stored in ~/.e/e
_
                For menu generation, e17-menu-generation.tar.gz
                provides scripts found in ~/.e/e/bin
_
                Code updated from CVS as of 2006/11/29
_
                Image loaders: 
                - includes: PNG JPEG EET XPM formats
                - excludes: GID EDB TIFF SVG formats
_
                Ecore:
                - excludes: OpenSSL, Xcursor, Xrandr, Xfixes,
                            Xdamage, GL, FB, DFB
_
                Compiled (in order):
                eet, evas, ecore, embryo, edje, e
_
                Other notes:
                Should probably add at least GIF, Xrandr, GL support
                for future testing.
_
                Apparently E17's Evas is even portable beyond X - could
                use DFB (&OpenGL) - which is interesting.
_
Change-log:     11/30/06 - Ready for first public release
                11/29/06 - Built and packaged
Current:	2006/12/31 - Posted