diff options
author | nobody <nobody@localhost> | 2003-04-02 01:15:53 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2003-04-02 01:15:53 +0800 |
commit | 2e5b2bbb530b642dda56b332cfd93810ac415098 (patch) | |
tree | e2b63c11a404a5dd99d407c989c8846fd0d5379d /help/C/evolution.sgml | |
parent | 5cda225087bfdc66e19edb703689e8af655e171c (diff) | |
download | gsoc2013-evolution-EVOLUTION_1_2_4.tar gsoc2013-evolution-EVOLUTION_1_2_4.tar.gz gsoc2013-evolution-EVOLUTION_1_2_4.tar.bz2 gsoc2013-evolution-EVOLUTION_1_2_4.tar.lz gsoc2013-evolution-EVOLUTION_1_2_4.tar.xz gsoc2013-evolution-EVOLUTION_1_2_4.tar.zst gsoc2013-evolution-EVOLUTION_1_2_4.zip |
This commit was manufactured by cvs2svn to create tagEVOLUTION_1_2_4
'EVOLUTION_1_2_4'.
svn path=/tags/EVOLUTION_1_2_4/; revision=20614
Diffstat (limited to 'help/C/evolution.sgml')
-rw-r--r-- | help/C/evolution.sgml | 111 |
1 files changed, 111 insertions, 0 deletions
diff --git a/help/C/evolution.sgml b/help/C/evolution.sgml new file mode 100644 index 0000000000..5b199c0fae --- /dev/null +++ b/help/C/evolution.sgml @@ -0,0 +1,111 @@ +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.1//EN"[ + +<!ENTITY PREFACE SYSTEM "preface.sgml"> +<!ENTITY USAGE-MAINWINDOW SYSTEM "usage-mainwindow.sgml"> +<!ENTITY USAGE-EXEC-SUMMARY SYSTEM "usage-exec-summary.sgml"> +<!ENTITY USAGE-MAIL SYSTEM "usage-mail.sgml"> +<!ENTITY USAGE-MAIL-ORG SYSTEM "usage-mail-org.sgml"> +<!ENTITY USAGE-CONTACT SYSTEM "usage-contact.sgml"> +<!ENTITY USAGE-CALENDAR SYSTEM "usage-calendar.sgml"> +<!ENTITY USAGE-EXCHANGE SYSTEM "usage-exchange.sgml"> +<!ENTITY USAGE-SYNC SYSTEM "usage-sync.sgml"> +<!ENTITY USAGE-PRINT SYSTEM "usage-print.sgml"> +<!ENTITY CONFIG-PREFS SYSTEM "config-prefs.sgml"> +<!ENTITY CONFIG-SYNC SYSTEM "config-sync.sgml"> +<!ENTITY MENUREF SYSTEM "menuref.sgml"> +<!ENTITY APX-GLOSS SYSTEM "apx-gloss.sgml"> +<!ENTITY APX-COMMON-TASKS SYSTEM "apx-common-tasks.sgml"> +<!ENTITY APX-BUGS SYSTEM "apx-bugs.sgml"> +<!ENTITY APX-AUTHORS SYSTEM "apx-authors.sgml"> +<!ENTITY APX-FDL SYSTEM "apx-fdl.sgml"> +<!ENTITY APX-GPL SYSTEM "apx-gpl.sgml"> + +]> + + +<!-- Almost every chapter is an entity. Files, Chapter id's, and +entity names correspond. APX is for appendix. --> + +<book id="index"> + <bookinfo> + <title>A User's Guide to Ximian Evolution</title> + <authorgroup> + <author><firstname>Aaron</firstname><surname>Weber</surname></author> + <author><firstname>Kevin</firstname><surname>Breit</surname></author> + <author><firstname>Ettore</firstname><surname>Perazzoli</surname></author> + <author><firstname>Duncan</firstname><surname>Mak</surname></author> + </authorgroup> + <copyright> + <year>2000-2002</year> + <holder>Ximian, Inc.</holder> + </copyright> + + <legalnotice id="legalnotice"> + <para> + See the preface for legal information regarding the GNU + General Public License and Free Documentation License. + </para> + </legalnotice> + + <releaseinfo> + This is version 1.2 of the Ximian Evolution manual. It describes + version 1.2 of the Ximian Evolution groupware suite. + </releaseinfo> + + </bookinfo> + + &PREFACE; + + <part id="usage"> + <title>Getting Started with Ximian Evolution</title> + <partintro> + <para> + Part one of the <application>Ximian Evolution</application> manual + describes how to use <application>Ximian Evolution</application> for + email, contact management, and appointment and task + scheduling. You'll find as you go along that there's more + than one way to do things, and you can pick whichever method + you like best. + </para> + </partintro> + + &USAGE-MAINWINDOW; + &USAGE-EXEC-SUMMARY; + &USAGE-MAIL; + &USAGE-MAIL-ORG; + &USAGE-CONTACT; + &USAGE-CALENDAR; + &USAGE-EXCHANGE; + &USAGE-SYNC; + &USAGE-PRINT; + </part> + <part id="config"> + <title>Configuring and Managing Ximian Evolution</title> + <partintro> + <para> + <application>Ximian Evolution</application> is highly + configurable. Usually, when developers say that, they mean + that they didn't test it out thoroughly and have left it to + other programmers to "configure" themselves a working + system. In the case of <application>Ximian + Evolution</application>, "configurable" means that, while you + can expect the program to work perfectly well with the default + settings, it's also easy to alter its behavior in a wide + variety of ways, so that it fits your needs exactly. This + part of the book will describe that process, from the quickest + glimpse of the Setup Assistant to an in-depth guide to obscure + preferences settings. + </para> + </partintro> + + &CONFIG-PREFS; + &CONFIG-SYNC; + </part> + + &MENUREF; + &APX-GLOSS; + &APX-BUGS; + &APX-AUTHORS; + &APX-FDL; + &APX-GPL; +</book>
\ No newline at end of file |