aboutsummaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorBrian Grohe <grohe43@gmail.com>2012-01-15 22:38:37 +0800
committerAndre Klapper <a9016009@gmx.de>2012-01-15 22:38:37 +0800
commit5b3cf04b74f89934055ec0f490384b2df358a234 (patch)
tree3771a8e45fec4ecac52a39729ca6085fcf377d7b /help
parentff1db12d7f06e3c3739f0aec7543552d33e34739 (diff)
downloadgsoc2013-evolution-5b3cf04b74f89934055ec0f490384b2df358a234.tar
gsoc2013-evolution-5b3cf04b74f89934055ec0f490384b2df358a234.tar.gz
gsoc2013-evolution-5b3cf04b74f89934055ec0f490384b2df358a234.tar.bz2
gsoc2013-evolution-5b3cf04b74f89934055ec0f490384b2df358a234.tar.lz
gsoc2013-evolution-5b3cf04b74f89934055ec0f490384b2df358a234.tar.xz
gsoc2013-evolution-5b3cf04b74f89934055ec0f490384b2df358a234.tar.zst
gsoc2013-evolution-5b3cf04b74f89934055ec0f490384b2df358a234.zip
Add introduction. Fixes bug #657026
Diffstat (limited to 'help')
-rw-r--r--help/C/intro-application.page30
-rw-r--r--help/Makefile.am1
2 files changed, 31 insertions, 0 deletions
diff --git a/help/C/intro-application.page b/help/C/intro-application.page
new file mode 100644
index 0000000000..9a2ad11ee2
--- /dev/null
+++ b/help/C/intro-application.page
@@ -0,0 +1,30 @@
+<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its"
+ type="topic" id="intro-application">
+
+ <info>
+ <desc>An Introduction to Evolution.</desc>
+
+ <link type="guide" xref="index#getting-started"/>
+
+ <revision pkgversion="3.2.1" version="0.1" date="2012-01-12" status="draft"/>
+ <credit type="author">
+ <name>Brian Grohe</name>
+ <email>grohe43@gmail.com</email>
+ </credit>
+ <credit type="author">
+ <name>Andre Klapper</name>
+ <email>ak-47@gmx.net</email>
+ </credit>
+ <license>
+ <p>Creative Commons Share Alike 3.0</p>
+ </license>
+
+ </info>
+
+<title>Getting Started</title>
+<p>Evolution is a stable and versatile personal information manager for the GNOME project. Evolution allows you to keep your calendar, email, address book and tasks in one place. Evolution has the ability to <link type="topic" xref="mail-spam">filter Junk/Spam Mail</link>, add your favorite web calenders, and <link type="topic" xref="mail-encryption">to keep your information safe and secure</link>.</p>
+
+<p>By default Evolution opens the mail client view. This is were you can view all your mail. You can change to other aspects of the program by going to the bottom of the left pane in the window (the so-called "switcher") and selecting the desired view. <link type="topic" xref="intro-main-window">Click here</link> for more information on the elements of the window.</p>
+
+</page>
+
diff --git a/help/Makefile.am b/help/Makefile.am
index fce52fa53d..716256a779 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -87,6 +87,7 @@ DOC_PAGES = \
import-single-files.page \
import-supported-file-formats.page \
index.page \
+ intro-application.page \
intro-first-run.page \
intro-main-window.page \
mail-access-gmail-imap-account.page \