efl/old
Lucas De Marchi 4e3804041f Rename edbus->eldbus
git grep -l edbus2 | while read f; do sed -i 's/edbus2/eldbus/g' "$f"; done
find . -name '*edbus2*' -exec rename edbus2 eldbus {} \;

git grep -l "EDBUS" | while read f; do sed -i 's/EDBUS/ELDBUS/g' "$f"; done
git grep -l "EDBus" | while read f; do sed -i 's/EDBus/Eldbus/g' "$f"; done
git grep -l "edbus (v2)" | while read f; do sed -i 's/edbus (v2)/eldbus/g' "$f"; done
git grep -l "Edbus" | while read f; do sed -i 's/Edbus/Eldbus/g' "$f"; done
git grep -l "edbus" | while read f; do sed -i 's/edbus/eldbus/g' "$f"; done

find . -name '*edbus*' -exec rename edbus eldbus {} \;
find . -name '*EDBus*' -exec rename EDBus Eldbus {} \;
2013-04-23 12:36:29 -03:00
..
ChangeLog.ecore ecore: whitespaces-- 2012-12-03 07:37:17 +00:00
ChangeLog.edje efl: merge edje. 2013-01-04 02:08:14 +00:00
ChangeLog.eet cleaning up the base of efl tree moving files to subdirs 2012-09-27 03:02:12 +00:00
ChangeLog.eeze efl: merge eeze. 2013-01-03 20:37:42 +00:00
ChangeLog.efreet efl: merge efreet. 2012-12-29 23:04:40 +00:00
ChangeLog.eina cleaning up the base of efl tree moving files to subdirs 2012-09-27 03:02:12 +00:00
ChangeLog.eio merge: eio + fix compilation on windows + minor fixes + po files 2012-12-04 17:40:58 +00:00
ChangeLog.embryo merge: add embryo 2012-10-26 09:01:52 +00:00
ChangeLog.emotion efl: merge emotion. 2013-01-10 03:43:32 +00:00
ChangeLog.escape merge: add escape ecore, fix several bugs 2012-12-02 22:35:45 +00:00
ChangeLog.ethumb Rename edbus->eldbus 2013-04-23 12:36:29 -03:00
ChangeLog.evas merge: and now Evas 2012-11-04 11:51:42 +00:00
ChangeLog.evil cleaning up the base of efl tree moving files to subdirs 2012-09-27 03:02:12 +00:00
ChangeLog.evil.0 cleaning up the base of efl tree moving files to subdirs 2012-09-27 03:02:12 +00:00
NEWS.ecore ecore: whitespaces-- 2012-12-03 07:37:17 +00:00
NEWS.edje efl: merge edje. 2013-01-04 02:08:14 +00:00
NEWS.eet cleaning up the base of efl tree moving files to subdirs 2012-09-27 03:02:12 +00:00
NEWS.eeze efl: merge eeze. 2013-01-03 20:37:42 +00:00
NEWS.efreet efl: merge efreet. 2012-12-29 23:04:40 +00:00
NEWS.eina cleaning up the base of efl tree moving files to subdirs 2012-09-27 03:02:12 +00:00
NEWS.eio merge: eio + fix compilation on windows + minor fixes + po files 2012-12-04 17:40:58 +00:00
NEWS.embryo merge: add embryo 2012-10-26 09:01:52 +00:00
NEWS.emotion efl: merge emotion. 2013-01-10 03:43:32 +00:00
NEWS.escape merge: add escape ecore, fix several bugs 2012-12-02 22:35:45 +00:00
NEWS.ethumb Rename edbus->eldbus 2013-04-23 12:36:29 -03:00
NEWS.evas merge: and now Evas 2012-11-04 11:51:42 +00:00
NEWS.evil cleaning up the base of efl tree moving files to subdirs 2012-09-27 03:02:12 +00:00
README.ecore merge: missing some informations changes about ecore 2012-12-02 22:41:16 +00:00
README.edje efl: merge edje. 2013-01-04 02:08:14 +00:00
README.eet cleaning up the base of efl tree moving files to subdirs 2012-09-27 03:02:12 +00:00
README.eeze efl: merge eeze. 2013-01-03 20:37:42 +00:00
README.efreet efl/efreet: add old README. 2013-01-04 20:14:05 +00:00
README.eina cleaning up the base of efl tree moving files to subdirs 2012-09-27 03:02:12 +00:00
README.eio merge: eio + fix compilation on windows + minor fixes + po files 2012-12-04 17:40:58 +00:00
README.eldbus Rename edbus->eldbus 2013-04-23 12:36:29 -03:00
README.embryo merge: add embryo 2012-10-26 09:01:52 +00:00
README.emotion efl: merge emotion. 2013-01-10 03:43:32 +00:00
README.ephysics efl: merge ephysics 2013-01-03 22:10:40 +00:00
README.escape merge: add escape ecore, fix several bugs 2012-12-02 22:35:45 +00:00
README.ethumb merge ethumb. 2013-01-12 01:15:45 +00:00
README.evas merge: and now Evas 2012-11-04 11:51:42 +00:00
README.evil cleaning up the base of efl tree moving files to subdirs 2012-09-27 03:02:12 +00:00

README.evil

The Evil library tried to port some convenient Unix functions
to the Windows (XP or CE) platform. They are planned to be used
in the Enlightenment Fundations Libaries (EFL).

To get information on how to build that library and the EFL on
Windows XP, see

http://trac.enlightenment.org/e/wiki/EFLWindowsXP

To get information on how to build that library and the EFL on
on Windows CE, see


http://trac.enlightenment.org/e/wiki/EFLWindowsCE

To get the description of the API, behavior, etc.. run 'make doc'
in the top level directory, then open in your favorite browser
named Firefox the file index.html located in the subdirectory
doc/html/.

Enjoy !