diff options
author | nobody <nobody@localhost> | 2000-07-06 12:58:12 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2000-07-06 12:58:12 +0800 |
commit | 5e7d23492183857392e728cec05521e320ba1b29 (patch) | |
tree | 4ba00fa4856e39912c9a54ecba72de80d51d2418 /doc/C/evolution-guide.sgml | |
parent | 04f148f617112009091abd18b16463033dd322d0 (diff) | |
download | gsoc2013-evolution-GTKHTML_0_5.tar gsoc2013-evolution-GTKHTML_0_5.tar.gz gsoc2013-evolution-GTKHTML_0_5.tar.bz2 gsoc2013-evolution-GTKHTML_0_5.tar.lz gsoc2013-evolution-GTKHTML_0_5.tar.xz gsoc2013-evolution-GTKHTML_0_5.tar.zst gsoc2013-evolution-GTKHTML_0_5.zip |
This commit was manufactured by cvs2svn to create tag 'GTKHTML_0_5'.GTKHTML_0_5
svn path=/tags/GTKHTML_0_5/; revision=3912
Diffstat (limited to 'doc/C/evolution-guide.sgml')
-rw-r--r-- | doc/C/evolution-guide.sgml | 117 |
1 files changed, 0 insertions, 117 deletions
diff --git a/doc/C/evolution-guide.sgml b/doc/C/evolution-guide.sgml deleted file mode 100644 index b322e106a5..0000000000 --- a/doc/C/evolution-guide.sgml +++ /dev/null @@ -1,117 +0,0 @@ -<!DOCTYPE Book PUBLIC "-//GNOME//DTD DocBook PNG Variant V1.1//EN"[ -<!ENTITY PREFACE SYSTEM "preface.sgml"> -<!ENTITY USAGE-MAINWINDOW SYSTEM "usage-mainwindow.sgml"> -<!ENTITY USAGE-MAIL SYSTEM "usage-mail.sgml"> -<!ENTITY USAGE-CONTACT SYSTEM "usage-contact.sgml"> -<!ENTITY USAGE-CALENDAR SYSTEM "usage-calendar.sgml"> -<!ENTITY USAGE-NOTES SYSTEM "usage-notes.sgml"> -<!ENTITY USAGE-SYNC SYSTEM "usage-sync.sgml"> -<!ENTITY CONFIG-SETUPASSIST SYSTEM "config-setupassist.sgml"> -<!ENTITY CONFIG-PREFS SYSTEM "config-prefs.sgml"> -<!ENTITY CONFIG-SYNC SYSTEM "config-sync.sgml"> -<!ENTITY APX-GLOSS SYSTEM "apx-gloss.sgml"> -<!ENTITY APX-BUGS SYSTEM "apx-bugs.sgml"> -<!ENTITY APX-AUTHORS SYSTEM "apx-authors.sgml"> -<!ENTITY APX-FDL SYSTEM "apx-fdl.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 Evolution</title> - <authorgroup> - <author><firstname>Aaron</firstname><surname>Weber</surname></author> - <author><firstname>Kevin</firstname><surname>Breit</surname></author> - - </authorgroup> - <copyright> - <year>2000</year><holder>Helix Code, Inc.</holder> - <holder>Kevin Breit</holder> - </copyright> - - <legalnotice> - <para> - PUT THE RIGHT LEGALNOTICE IN HERE - </para> - </legalnotice> - - <releaseinfo> - This is version 0.4 of the Evolution manual. - </releaseinfo> - <!-- this is version of manual, not application --> - -<!-- ########## TO DO LIST: ########### --> - <!-- -finish content. -standardize capitalization/formatting of titles, interface and -component names. -standardize spelling of buzzwords & techterms like email -add glossterms and glossary -standardize on second person, not 1st pers. plural. ---> - - </bookinfo> - - &PREFACE; - - <part id="usage"> - <title>Using Evolution</title> - <subtitle>A Guide for Everybody</subtitle> - <partintro> - <para> - Part one of the <application>Evolution</application> manual - describes how to use <application>Evolution</application> - for email, contact management, and appointment and task - scheduling. You'll find as you go along that, as with most of - Linux, there's more than one way to do things, and you can - pick whichever method you like best. - </para> - </partintro> - - &USAGE-MAINWINDOW; - &USAGE-MAIL; - &USAGE-CONTACT; - &USAGE-CALENDAR; - &USAGE-NOTES; - &USAGE-SYNC; - - </part> - <part id="config"> - <title>Configuring and Managing Evolution</title> - <subtitle>A guide for Power Users and Administrators</subtitle> - <partintro> - <para> - <application>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 hackers to - "configure" themselves a working system. When we say - configurable, we mean that although - <application>Evolution</application> will work perfectly well - with minimal setup hassle, you can alter its behavior to fit - your needs with just a little more work. - </para> - </partintro> - - &CONFIG-SETUPASSIST; - &CONFIG-PREFS; - &CONFIG-SYNC; - </part> - &APX-GLOSS; - &APX-BUGS; - &APX-AUTHORS; - &APX-FDL; - -</book> - - - - - - - - - - - |