diff options
author | Dan Winship <danw@src.gnome.org> | 2000-03-21 02:27:36 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-03-21 02:27:36 +0800 |
commit | 3a392efcc529c62923c7f40019004912c71aacf7 (patch) | |
tree | 69a77c060d763c71f50151750d433bbf7f14fe4f /README | |
parent | 575993a082d6ebe1bc8d1dac9effaf327ae5a654 (diff) | |
download | gsoc2013-evolution-3a392efcc529c62923c7f40019004912c71aacf7.tar gsoc2013-evolution-3a392efcc529c62923c7f40019004912c71aacf7.tar.gz gsoc2013-evolution-3a392efcc529c62923c7f40019004912c71aacf7.tar.bz2 gsoc2013-evolution-3a392efcc529c62923c7f40019004912c71aacf7.tar.lz gsoc2013-evolution-3a392efcc529c62923c7f40019004912c71aacf7.tar.xz gsoc2013-evolution-3a392efcc529c62923c7f40019004912c71aacf7.tar.zst gsoc2013-evolution-3a392efcc529c62923c7f40019004912c71aacf7.zip |
add more info, including a pointer to the mailing list, a pointer to a
message in the mailing list archive with hints on how to compile it,
and a description of the source tree layout.
svn path=/trunk/; revision=2121
Diffstat (limited to 'README')
-rw-r--r-- | README | 41 |
1 files changed, 39 insertions, 2 deletions
@@ -1,6 +1,43 @@ - Evolution is the integrated mail, calendar and address book distributed suite from Helix Code, Inc. -http://www.helixcode.com for more information. +See http://www.helixcode.com/apps/evolution.php3 for more information. + +Note that Evolution is still pre-alpha. This means even if you manage +to compile and run it, you might not be able to figure out how to tell +it to accidentally delete all of your mail. + +If you are interested in hacking on Evolution, you should subscribe to +the Evolution mailing list. Send mail to +"evolution-request@helixcode.com" with the word "subscribe" in the +body of the message. + +Some hints on compiling Evolution can be found in the mailing list +archive: + +http://lists.helixcode.com/archives/public/evolution/2000-March/000018.html + + + +The layout of the source tree is: +addressbook: the Address Book UI +calendar: the Calendar UI +camel: libcamel, a messaging library used by the mailer +compose: the message composer UI +data: the .desktop file for Evolution +devel-docs: entirely inadequate documentation +doc: more inadequate documentation, and some nice white + papers +e-util: utility code used by various parts of Evolution +ebook: the Address Book / Calendar backend CORBA server +filter: libfilter, a mail filtering library +libibex: an indexing library used by the mailer +libical: a library for the iCalendar protocol +libversit: a library for the vCalendar protocol +mail: the mail display UI +shell: the Evolution shell (the main program that launches + the other components) +tests: some test programs +widgets: widgets used by Evolution, including the shortcut bar, + ETable, and EText
\ No newline at end of file |