Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/data


Modified Files:
        Makefile.am 


Log Message:
- move away from ecore_config to our own system for configuration.
- reads a global config file from @PACKAGE_DATA_DIR@/config/ewl.cfg and a
  user config from ~/.ewl/config/ewl.cfg. Simple key=value pairs.
- can be used for application configuration as well. App configs will be in
  @PACKAGE_DATA_DIR@/config/apps/app_name.cfg or 
~/.ewl/config/apps/app_name.cfg.
- saving isn't implemented yet but you can edit the .cfg files to set your
  defaults and user overrides.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/data/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- Makefile.am 18 Oct 2005 16:06:32 -0000      1.4
+++ Makefile.am 30 Sep 2006 22:31:36 -0000      1.5
@@ -1,2 +1,2 @@
-SUBDIRS = themes images
+SUBDIRS = themes images config
 MAINTAINERCLEANFILES = Makefile.in



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to