efl/legacy/efreet
Lucas De Marchi 67771ee617 Fix common misspellings
Following misspellings were fixed:

acheive->achieve
appart->apart
isnt->isn't
succesfully->successfully
taht->that



SVN revision: 51987
2010-09-08 11:27:59 +00:00
..
debian fix debian rules files. 2009-05-26 17:34:53 +00:00
doc fix efreet doc 2010-08-19 06:40:08 +00:00
m4 add unit test and coverage framework, and trivial tests 2010-03-01 21:05:17 +00:00
src Fix common misspellings 2010-09-08 11:27:59 +00:00
.cvsignore - there is no modules file but there is a file file 2008-08-02 22:01:28 +00:00
AUTHORS * efreet: Use eina_log. 2009-09-21 16:36:29 +00:00
COPYING fix up copyings likewise. nicely standardised templateish. 2010-08-16 03:00:16 +00:00
ChangeLog Add top level informational files to efreet. 2007-02-03 13:11:41 +00:00
INSTALL efreet 1.0.0 alpha... MUHAHAHHAHAHAHAH! 2010-08-16 09:34:38 +00:00
Makefile.am add unit test and coverage framework, and trivial tests 2010-03-01 21:05:17 +00:00
NEWS Add top level informational files to efreet. 2007-02-03 13:11:41 +00:00
NOTES Initial import of efreet, an implementation of the freedesktop icon and menu 2007-02-03 13:05:30 +00:00
README efreet 1.0.0 alpha... MUHAHAHHAHAHAHAH! 2010-08-16 09:34:38 +00:00
TODO ++ 2007-07-26 19:15:48 +00:00
autogen.sh Initial import of efreet, an implementation of the freedesktop icon and menu 2007-02-03 13:05:30 +00:00
configure.ac efreet 1.0.0 alpha... MUHAHAHHAHAHAHAH! 2010-08-16 09:34:38 +00:00
efreet-mime.pc.in Missed two .pc.in files on the header move there :( 2010-07-09 06:31:32 +00:00
efreet-trash.pc.in Missed two .pc.in files on the header move there :( 2010-07-09 06:31:32 +00:00
efreet.pc.in Move Efreet (and associated headers) to own dir. 2010-07-09 06:28:29 +00:00
efreet.spec.in Apply the same fix MEJ did ( http://marc.info/?l=enlightenment-svn&m=127157420508183&w=3 ) to more specs 2010-04-21 20:55:23 +00:00

README

Efreet 1.0.0 ALPHA

******************************************************************************

 FOR ANY ISSUES PLEASE EMAIL:
 enlightenment-devel@lists.sourceforge.net
  
******************************************************************************
  
Requirements:
-------------

Must:
  libc
  eina (at least 1.0.0
  ecore (at least 1.0.0)
  ecore-file (at least 1.0.0)
  eet (at least 1.4.0)

An implementation of several specifications from freedesktop.org intended for
use in Enlightenment DR17 (e17) and other applications using the Enlightenment
Foundation Libraries (EFL). Currently, the following specifications are
included:
  * Base Directory
  * Desktop Entry
  * Icon Theme
  * Menu
  * Trash
  * Mime

------------------------------------------------------------------------------
COMPILING AND INSTALLING:

  ./configure
  make
(as root unless you are installing in your users directories):
  make install