diff options
author | Aaron Weber <aaron@ximian.com> | 2001-02-14 20:38:33 +0800 |
---|---|---|
committer | Aaron Weber <aaron@src.gnome.org> | 2001-02-14 20:38:33 +0800 |
commit | cc462d20dbd095b5b8113b44ad6dcc384ecda94d (patch) | |
tree | 6adb8a772c8000696ff3869dc785e325d5badab7 /help/C/usage-exec-summary.sgml | |
parent | 95bf4f0c42a162f24c1a3c267c70b33425007374 (diff) | |
download | gsoc2013-evolution-cc462d20dbd095b5b8113b44ad6dcc384ecda94d.tar gsoc2013-evolution-cc462d20dbd095b5b8113b44ad6dcc384ecda94d.tar.gz gsoc2013-evolution-cc462d20dbd095b5b8113b44ad6dcc384ecda94d.tar.bz2 gsoc2013-evolution-cc462d20dbd095b5b8113b44ad6dcc384ecda94d.tar.lz gsoc2013-evolution-cc462d20dbd095b5b8113b44ad6dcc384ecda94d.tar.xz gsoc2013-evolution-cc462d20dbd095b5b8113b44ad6dcc384ecda94d.tar.zst gsoc2013-evolution-cc462d20dbd095b5b8113b44ad6dcc384ecda94d.zip |
Added summary of services, with summary service summaries.
2001-02-14 Aaron Weber <aaron@ximian.com>
* C/usage-exec-summary.sgml: Added summary of services, with
summary service summaries.
* C/usage-contact.sgml: More editing.
* C/usage-calendar.sgml: More editing.
svn path=/trunk/; revision=8220
Diffstat (limited to 'help/C/usage-exec-summary.sgml')
-rw-r--r-- | help/C/usage-exec-summary.sgml | 86 |
1 files changed, 72 insertions, 14 deletions
diff --git a/help/C/usage-exec-summary.sgml b/help/C/usage-exec-summary.sgml index 3cdb1a5cb6..5ff67029d7 100644 --- a/help/C/usage-exec-summary.sgml +++ b/help/C/usage-exec-summary.sgml @@ -1,21 +1,69 @@ <chapter id="usage-exec-summary"> <title>The Executive Summary</title> <para> - The Evolution Executive Summary is designed to show you a - summary of important information: the appointments for a given - day, important email, and so forth. To see your executive - summary, click on the <guibutton>Executive Summary</guibutton> - button in the shortcut bar, or select the - <guilabel>executive-summary</guilabel> in the folder bar. - </para> - <sect1 id="exec-intro"> - <title>Introducing the Executive Summary</title> - <para> - The first thing you'll want to do with the executive summary is - add a service. Click the <guibutton>Add Service</guibutton> - button in the toolbar, then select one of the available - services. + The Evolution Executive Summary is designed to show you a + summary of important information: the appointments for a given + day, important email, and so forth. To see your executive + summary, click on the <guibutton>Executive Summary</guibutton> + button in the shortcut bar, or select the + <guilabel>executive-summary</guilabel> folder in the folder + bar. + </para> + + <sect1 id="exec-intro"> + <title>Introducing the Executive Summary</title> + <para> + The first thing you'll want to do with the executive summary + is add a service. Click the <guibutton>Add Service</guibutton> + button in the toolbar, then select one of the available + services. Services may vary depending upon your system, but + most installations will have at least the following options: + + <variablelist> + + <varlistentry> + <term>Calendar</term> + <listitem> + <para> + Pending appointments and other events. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term>Inbox</term> + <listitem> + <para> + Information about your mail, such as the number of + new messages you have waiting. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term>To Do</term> + <listitem> + <para> + A short summary of your task pad. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term>RDF Summary</term> + <listitem> + <para> + News headlines for any valid RDF file. The default + is news about the GNOME project from <ulink + url="www.gnome.org/gnome-news/">gnotices</ulink>. + </para> + </listitem> + </varlistentry> + + </variablelist> + </para> + <para> Each service appears in a small box on the screen; you can remove the service by clicking the <guibutton>x</guibutton> @@ -23,6 +71,16 @@ clicking the little wrench icon below that. </para> </sect1> + <sect1 id="exec-services-detail"> + <title>Services in Detail</title> + <para> + This section will show you how to use several + <application>Evolution</application> services. + + </para> + + </sect1> + </chapter> |