EDE code
Go to file
Sanel Zukan 17774d2eef Added header infos.
Added min_to_time() function, that will convert minutes to formated time
that xscreensaver daemon (and xscreensaver-demo) expects
2009-01-23 13:12:52 +00:00
build Checks for libXpm 2009-01-14 15:41:49 +00:00
data Update paths 2008-09-04 10:16:55 +00:00
doc Some docs enhacements. 2009-01-14 13:15:44 +00:00
ecolorconf Removed obsolete makefiles. 2007-09-27 13:58:59 +00:00
ede-about Updated Jamfile too 2008-09-22 12:49:55 +00:00
ede-calc Names changed too 2008-09-22 12:54:46 +00:00
ede-conf Let window know for global colors 2009-01-17 13:05:03 +00:00
ede-crasher Updates file too 2008-09-22 13:24:06 +00:00
ede-desktop s/icon1()/use_icon1() 2008-10-03 11:29:56 +00:00
ede-desktop-conf ede-desktop new config format update 2008-10-02 09:30:07 +00:00
ede-help Remove 'images' when --titles is given. 2008-09-22 14:31:24 +00:00
ede-screensaver-conf Added header infos. 2009-01-23 13:12:52 +00:00
ede-timedate Content update due renamings 2008-10-07 09:03:45 +00:00
ede-tip s/Etip/ede-tip 2008-09-22 14:16:50 +00:00
edewm Removed obsolete makefiles. 2007-09-27 13:58:59 +00:00
edialog Removed obsolete makefiles. 2007-09-27 13:58:59 +00:00
edisplayconf Removed obsolete makefiles. 2007-09-27 13:58:59 +00:00
efiler Try very hard to find icon of different name/size if the exact match 2008-10-29 11:27:34 +00:00
efinder Removed obsolete makefiles. 2007-09-27 13:58:59 +00:00
eimage Removed title box from menu 2007-12-12 13:02:35 +00:00
einstaller Removed obsolete makefiles. 2007-09-27 13:58:59 +00:00
ekeyconf Removed obsolete makefiles. 2007-09-27 13:58:59 +00:00
elauncher Removed obsolete makefiles. 2007-09-27 13:58:59 +00:00
elma a massive fix of FLTK headers inclusion; 2008-09-15 11:00:23 +00:00
emenueditor Removed obsolete makefiles. 2007-09-27 13:58:59 +00:00
emountd Added PYTHON path ot Jamconfig. 2009-01-22 14:25:40 +00:00
epanelconf Removed obsolete makefiles. 2007-09-27 13:58:59 +00:00
evoke New logout dialog 2008-10-08 13:22:45 +00:00
evolume Removed obsolete makefiles. 2007-09-27 13:58:59 +00:00
ewmconf Removed obsolete makefiles. 2007-09-27 13:58:59 +00:00
eworkpanel Removed obsolete makefiles. 2007-09-27 13:58:59 +00:00
exset Now did a real chmod -x. 2007-03-15 01:06:18 +00:00
m4 Added code for libXpm checks 2009-01-14 15:30:55 +00:00
tools Add checks for efltk 2009-01-14 15:10:47 +00:00
AUTHORS Now did a real chmod -x. 2007-03-15 01:06:18 +00:00
BUGS Updated tracker address 2008-08-25 13:55:39 +00:00
COPYING Now did a real chmod -x. 2007-03-15 01:06:18 +00:00
ChangeLog Now did a real chmod -x. 2007-03-15 01:06:18 +00:00
HACKING Dumping extension 2009-01-14 12:35:22 +00:00
INSTALL Now did a real chmod -x. 2007-03-15 01:06:18 +00:00
Jamconfig.in Added PYTHON path ot Jamconfig. 2009-01-22 14:25:40 +00:00
Jamfile Create TOC 2009-01-14 13:51:40 +00:00
Jamrules Cleaning rule updated too 2009-01-20 13:27:34 +00:00
Makefile Removed obsolete makefiles. 2007-09-27 13:58:59 +00:00
NEWS Now did a real chmod -x. 2007-03-15 01:06:18 +00:00
README.alpha Create TOC 2009-01-14 13:51:40 +00:00
autogen.sh Updated wrongly named AC_INIT parameter 2008-08-25 13:51:38 +00:00
configure.in Removing not used definition 2009-01-23 12:46:27 +00:00

README.alpha

Readme for EDE 2.0
==================

Please read this document before using or contributing to EDE 2.0 source code
before 2.0 release.

[NOTE]
.This is alpha product
===================================
EDE 2.0 is not finished yet and many components are not completed,
can crash or misbehave
===================================

Build requirements
------------------

EDE 2.0 is using FLTK toolkit from http://www.fltk.org[www.fltk.org]. At the time 
of this writing, last released version was 1.1.7 and 1.1.8 was coming really soon. We 
recommend using the latest daily snapshot - they are extremely stable and 
that's what we use internally - although 1.1.7 should work too.

Since fltk lacks many things needed for developing a full *nix desktop 
environment, we have developed a small add-on library called 'edelib'. This 
library is also required for compiling EDE 2.0 and should be released together 
with EDE.

We *strongly* recommend that you use matching versions of ede and 
edelib (e.g. released at the same time) or that you do SVN checkout at the 
same time.

Make sure you have eFLTK installed too, because some packages still requires it.

Also you will need a Jam tool. Jam is a make replacement and removes a lot 
of its limitations and you can find it on our repository.

Downloading the code
--------------------

The best way to download latest code is checking it out from our repository. Make sure
you checkout jam (if you already don't have it installed), edelib, ede2 and efltk modules.

Here are the commands:

- jam : 'svn co https://ede.svn.sourceforge.net/svnroot/ede/trunk/jam'
- edelib : 'svn co https://ede.svn.sourceforge.net/svnroot/ede/trunk/edelib'
- ede : 'svn co https://ede.svn.sourceforge.net/svnroot/ede/trunk/ede2'
- efltk : 'svn co https://ede.svn.sourceforge.net/svnroot/ede/trunk/efltk'

Compiling and installing
------------------------

In order to build and install EDE do the following steps:

1. compile and install jam first; going to jam source directory and runnig 'make' will do 
   the job; after that you should get 'bin.YOUR_PLATFORM' directory (on linux it will be 
   bin.linux) and copy 'jam' executable in your $PATH, e.g. /usr/local/bin

2. compile and install edelib; please read README file in edelib directory

3. compile and install efltk; './configure --disable-mysql --disable-unixODBC && make && make install'
   will do the job

4. then go in ede2 directory and run './autogen.sh'

5. after that, goes './configure --enable-debug'

6. jam

7. jam install

Important stuff that isn't updated (requires efltk)
---------------------------------------------------

- edewm
- eworkpanel

We are in the process of rewriting these modules from scratch so older versions
will be provided

- efinder
It will be ported to fltk1 as soon as we finish efiler (see below) cause we 
would like to use same widgets for displaying file list.

- emenueditor
It will either be completely rewritten or removed, because EDE 2 will use XDG menus
(FreeDesktop.org).

New modules in EDE 2.0
----------------------

- edialog
Command line utility for displaying dialogs (useful for scripting). It is very
UNFINISHED.

- efiler
Simple and lightweight file manager. Currently it's fully functional, but we 
plan some more features.

- eimage
Small image viewer. Likewise, functional but a few features will be added.

- ede-calc
Scientific calculator.

TODO: to be filled

Contributors wanted
-------------------

As usualy, every help is very appreciated :)

Also, EDE code is sparkled with comments starting with TODO and FIXME - 
please see what of that you can do (just type e.g. "grep TODO . -R" or "grep FIXME . -R"). 
EDE coding standards and EDE HIG documents are being prepared.