diff options
Diffstat (limited to 'help/C/intro-first-run.page')
-rw-r--r-- | help/C/intro-first-run.page | 34 |
1 files changed, 30 insertions, 4 deletions
diff --git a/help/C/intro-first-run.page b/help/C/intro-first-run.page index ef271a06c3..640b02fcef 100644 --- a/help/C/intro-first-run.page +++ b/help/C/intro-first-run.page @@ -1,4 +1,6 @@ <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/" type="topic" id="intro-first-run"> <info> @@ -6,7 +8,7 @@ <link type="guide" xref="index#getting-started"/> - <revision pkgversion="3.3.91" version="0.3" date="2012-02-18" status="stub"/> + <revision pkgversion="3.3.91" version="0.4" date="2012-03-07" status="stub"/> <credit type="author"> <name its:translate="no">Andre Klapper</name> <email its:translate="no">ak-47@gmx.net</email> @@ -54,13 +56,37 @@ <section id="corporate-server-types"> <title>Corporate server types</title> <p>Available server types for corporate users are:</p> -<!-- TODO:POST-3-2: Add evolution-ews once it is stable --> <list> +<item><p>Exchange EWS: For connecting to a Microsoft Exchange 2007/2010 or OpenChange server. Note that this is currently under development and will replace the <gui>Exchange MAPI</gui> account type in the future. It might not be available yet for your distribution.</p><p>Continue <link xref="mail-receiving-options-exchange-ews">here</link> for configuration.</p> +<note style="info package"> + <p>This requires having the <sys>evolution-ews</sys> package installed.</p> + <if:choose> + <if:when test="if:supports('action:install')"> + <p><link action="install:evolution-ews" href="http://projects.gnome.org/evolution/download" style="button">Install evolution-ews</link></p> + </if:when> + </if:choose> +</note> +</item> + <item><p>Exchange MAPI: For connecting to a Microsoft Exchange 2007/2010 or OpenChange server.</p><p>Continue <link xref="mail-receiving-options-exchange-mapi">here</link> for configuration.</p> -<note style="tip"><p>This requires having the evolution-mapi package installed. <link action="install:evolution-mapi" href="http://ftp.gnome.org/pub/gnome/sources/evolution-mapi/">Install evolution-mapi now.</link></p></note> +<note style="info package"> + <p>This requires having the <sys>evolution-mapi</sys> package installed.</p> + <if:choose> + <if:when test="if:supports('action:install')"> + <p><link action="install:evolution-mapi" href="http://projects.gnome.org/evolution/download" style="button">Install evolution-mapi</link></p> + </if:when> + </if:choose> +</note> </item> <item><p>Microsoft Exchange: For connecting to a Microsoft Exchange 2000 or 2003 server.</p><p>Continue <link xref="mail-receiving-options-evolution-exchange">here</link> for configuration.</p> -<note style="tip"><p>This requires having the evolution-exchange package installed. <link action="install:evolution-exchange" href="http://ftp.gnome.org/pub/gnome/sources/evolution-exchange/">Install evolution-exchange now.</link></p></note> +<note style="info package"> + <p>This requires having the <sys>evolution-exchange</sys> package installed.</p> + <if:choose> + <if:when test="if:supports('action:install')"> + <p><link action="install:evolution-exchange" href="http://projects.gnome.org/evolution/download" style="button">Install evolution-exchange</link></p> + </if:when> + </if:choose> +</note> </item> <item><p>Novell Groupwise: For connecting to a Novell GroupWise server.</p><p>Continue <link xref="mail-receiving-options-novell-groupwise">here</link> for configuration.</p></item> </list> |