aboutsummaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-03-27 07:10:16 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-03-27 07:10:16 +0800
commit6b1fcae8e9c2e7fa6132c87040749c9e530630cc (patch)
tree1b8ce5edebe0abc9ae998724fb355bcfc95812d4 /help
parent84988134dd3bc437f5b5460ba25a42cfc58d3aa0 (diff)
downloadgsoc2013-evolution-6b1fcae8e9c2e7fa6132c87040749c9e530630cc.tar
gsoc2013-evolution-6b1fcae8e9c2e7fa6132c87040749c9e530630cc.tar.gz
gsoc2013-evolution-6b1fcae8e9c2e7fa6132c87040749c9e530630cc.tar.bz2
gsoc2013-evolution-6b1fcae8e9c2e7fa6132c87040749c9e530630cc.tar.lz
gsoc2013-evolution-6b1fcae8e9c2e7fa6132c87040749c9e530630cc.tar.xz
gsoc2013-evolution-6b1fcae8e9c2e7fa6132c87040749c9e530630cc.tar.zst
gsoc2013-evolution-6b1fcae8e9c2e7fa6132c87040749c9e530630cc.zip
Renamed from evolution-C.omf. Renamed from evolution.xml.
* C/evolution-1.4-C.omf: Renamed from evolution-C.omf. * C/evolution-1.4.xml: Renamed from evolution.xml. svn path=/trunk/; revision=20530
Diffstat (limited to 'help')
-rw-r--r--help/C/evolution-1.4-C.omf24
-rw-r--r--help/C/evolution-1.4.xml119
2 files changed, 143 insertions, 0 deletions
diff --git a/help/C/evolution-1.4-C.omf b/help/C/evolution-1.4-C.omf
new file mode 100644
index 0000000000..d0eb3cccf5
--- /dev/null
+++ b/help/C/evolution-1.4-C.omf
@@ -0,0 +1,24 @@
+<?xml version="1.0" standalone="no"?>
+<omf>
+ <resource>
+ <creator>
+ Ximian, Inc.
+ </creator>
+ <title>
+ Evolution Manual
+ </title>
+ <date>2002</date>
+ <subject category="GNOME|Applications"/>
+ <description>
+ A user's guide to Ximian Evolution which explains how to use
+ its mail, calendar, addressbook, and task list features.
+ </description>
+ <type>
+ manual
+ </type>
+ <format mime="text/xml" dtd="-//OASIS//DTD DocBook XML V4.1.2//EN"/>
+ <identifier url="/"/>
+ <language code="C"/>
+ <rights type="GNU FDL" license.version="1.1" license="http://www.gnu.org/licenses/fdl.html" holder="Ximian, Inc."/>
+ </resource>
+</omf>
diff --git a/help/C/evolution-1.4.xml b/help/C/evolution-1.4.xml
new file mode 100644
index 0000000000..56e5c3bc0f
--- /dev/null
+++ b/help/C/evolution-1.4.xml
@@ -0,0 +1,119 @@
+<?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 GPL SYSTEM "apx-gpl.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.2.1 of the Ximian Evolution manual. It describes
+ version 1.2 of the Ximian Evolution groupware suite.
+ </releaseinfo>
+ <legalnotice id="legalnotice">
+ <para>
+ Please note that legal and licensing information is in <xref
+ linkend="preface" /> due to formatting issues with its
+ previous location.
+ </para>
+ </legalnotice>
+ </bookinfo>
+
+
+ <preface id="preface">
+ <title>Preface</title>
+ &LEGAL;
+ &PREFACE;
+ </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;
+ &GPL;
+ &GFDL;
+
+</book> \ No newline at end of file