diff options
author | Andre Klapper <a9016009@gmx.de> | 2013-06-21 11:14:55 +0800 |
---|---|---|
committer | Andre Klapper <a9016009@gmx.de> | 2013-06-21 11:14:55 +0800 |
commit | cc4d56585c5a17151201ccdb4ead8ce608f0d596 (patch) | |
tree | 29f3445b28561df871298b301f39c3685f35d7be /help/C/intro-first-run.page | |
parent | 6cc7aeef1e8833f1bff97b8d0b2c1d2656f9ea1c (diff) | |
download | gsoc2013-evolution-cc4d56585c5a17151201ccdb4ead8ce608f0d596.tar.gz gsoc2013-evolution-cc4d56585c5a17151201ccdb4ead8ce608f0d596.tar.zst gsoc2013-evolution-cc4d56585c5a17151201ccdb4ead8ce608f0d596.zip |
User docs: Embed expandable instructions on how to restore from backup directly in first-run page instead of making users click to go to 'Backup/Restore' page. Hey, it's 2013.
Diffstat (limited to 'help/C/intro-first-run.page')
-rw-r--r-- | help/C/intro-first-run.page | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/help/C/intro-first-run.page b/help/C/intro-first-run.page index 16d070ec74..5fe79d6069 100644 --- a/help/C/intro-first-run.page +++ b/help/C/intro-first-run.page @@ -1,6 +1,7 @@ <page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" xmlns:e="http://projectmallard.org/experimental/" xmlns:if="http://projectmallard.org/experimental/if/" + xmlns:ui="http://projectmallard.org/ui/1.0/" type="topic" id="intro-first-run"> <info> @@ -8,7 +9,7 @@ <link type="guide" xref="index#getting-started"/> - <revision pkgversion="3.8.2" version="0.5" date="2013-06-20" status="stub"/> + <revision pkgversion="3.8.2" version="0.6" date="2013-06-20" status="stub"/> <credit type="author"> <name its:translate="no">Andre Klapper</name> <email its:translate="no">ak-47@gmx.net</email> @@ -29,9 +30,18 @@ <section id="restore"> <title>Restore from backup</title> -<p>You will be asked whether to restore from a backup of a previous version. If you have such a backup, continue <link xref="backup-restore#restore">here</link>. Otherwise, go to the next page.</p> -</section> +<p>You will be asked whether to restore from a backup of a previous version. If you do not have a backup, go to the next page.</p> + <section id="restore-howto" ui:expanded="false"> + <info> + <title type="ui:collapsed">Show how to restore from a backup</title> + </info> + <title>Restoring</title> + <include href="backup-restore.page" + xpointer="xmlns(mal=http://projectmallard.org/1.0/)xpointer(/mal:page/mal:section[@id='restore']/mal:list)" + xmlns="http://www.w3.org/2001/XInclude"/> + </section> +</section> <section id="receiving"> <title>Receiving Email</title> <p>First, choose the server type from the <gui>Server Type</gui> drop-down list.</p> |