2002-11-04 Aaron Weber <aaron@ximian.com> * C/*.sgml: All sgml files replaced with xml files. XML files validated. Two new XML files added: apx-fdl.xml and legal.xml * C/evolution-C.omf: Altered to fit the GDP template. This may now work with the GNOME 2.0 DTD, although I could be wrong. * sgmldocs.make: removed and replaced with xmldocs.make. This will break all translations until they are also ported to XML. I will probably begin doing that tomorrow, since it's just markup and not language stuff. * C/Makefile.am: added two files to the list. Does this Makefile get included in another, somewhere, or is it just detected? svn path=/trunk/; revision=18538
107 lines
3.5 KiB
XML
107 lines
3.5 KiB
XML
<?xml version='1.0'?>
|
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
|
|
|
|
<!ENTITY LEGAL SYSTEM "legal.xml">
|
|
<!ENTITY GFDL SYSTEM "apx-fdl.xml">
|
|
<!ENTITY PREFACE SYSTEM "preface.xml">
|
|
<!ENTITY USAGE-MAINWINDOW SYSTEM "usage-mainwindow.xml">
|
|
<!ENTITY USAGE-EXEC-SUMMARY SYSTEM "usage-exec-summary.xml">
|
|
<!ENTITY USAGE-MAIL SYSTEM "usage-mail.xml">
|
|
<!ENTITY USAGE-MAIL-ORG SYSTEM "usage-mail-org.xml">
|
|
<!ENTITY USAGE-CONTACT SYSTEM "usage-contact.xml">
|
|
<!ENTITY USAGE-CALENDAR SYSTEM "usage-calendar.xml">
|
|
<!ENTITY USAGE-EXCHANGE SYSTEM "usage-exchange.xml">
|
|
<!ENTITY USAGE-SYNC SYSTEM "usage-sync.xml">
|
|
<!ENTITY USAGE-PRINT SYSTEM "usage-print.xml">
|
|
<!ENTITY CONFIG-PREFS SYSTEM "config-prefs.xml">
|
|
<!ENTITY CONFIG-SYNC SYSTEM "config-sync.xml">
|
|
<!ENTITY MENUREF SYSTEM "menuref.xml">
|
|
<!ENTITY APX-GLOSS SYSTEM "apx-gloss.xml">
|
|
<!ENTITY APX-COMMON-TASKS SYSTEM "apx-common-tasks.xml">
|
|
<!ENTITY APX-BUGS SYSTEM "apx-bugs.xml">
|
|
<!ENTITY APX-AUTHORS SYSTEM "apx-authors.xml">
|
|
|
|
]>
|
|
|
|
|
|
<!-- 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>
|
|
|
|
<releaseinfo>
|
|
This is version 1.4 of the Ximian Evolution manual. It describes
|
|
version 1.4 of the Ximian Evolution groupware suite.
|
|
</releaseinfo>
|
|
|
|
</bookinfo>
|
|
|
|
|
|
&LEGAL;
|
|
&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;
|
|
|
|
</book> |