[fedora-cookbook] master: Revised final Draft. Corrected several DTD errors. (5db4c42)

immanetize at fedoraproject.org immanetize at fedoraproject.org
Sat Oct 18 07:05:56 UTC 2014


Repository : http://git.fedorahosted.org/cgit/docs/fedora-cookbook.git

On branch  : master

>---------------------------------------------------------------

commit 5db4c425b22166d3efd09d643e17c955756e998d
Author: Tushar <tushar.worldwide at gmail.com>
Date:   Sat Oct 18 11:11:53 2014 +0530

    Revised final Draft. Corrected several DTD errors.


>---------------------------------------------------------------

 en-US/Communications.xml                       |    4 +
 en-US/Communications/evolution-new-account.xml |  211 ++++++++++++++++++++++++
 en-US/evolution-new-account.xml                |  182 --------------------
 3 files changed, 215 insertions(+), 182 deletions(-)

diff --git a/en-US/Communications.xml b/en-US/Communications.xml
index 8e2913f..a856a5f 100644
--- a/en-US/Communications.xml
+++ b/en-US/Communications.xml
@@ -9,4 +9,8 @@
     <title>Internet Relay Chat</title>
     <xi:include href="Communications/bip.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
   </section>
+  <section id="Communications-Email-Evolution">
+    <title>Email Clients</title>
+    <xi:include href="Communications/evolution-new-account.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+  </section>
 </chapter>
diff --git a/en-US/Communications/evolution-new-account.xml b/en-US/Communications/evolution-new-account.xml
new file mode 100644
index 0000000..095849b
--- /dev/null
+++ b/en-US/Communications/evolution-new-account.xml
@@ -0,0 +1,211 @@
+<?xml version='1.0' encoding='utf-8' ?>
+ <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 
+  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+  <!ENTITY % BOOK_ENTITIES SYSTEM "Fedora_Cookbook.ent">
+    %BOOK_ENTITIES;
+]>
+
+<!-- Do not edit above this line -->
+
+<!-- 
+     name: Tushar Kumar
+     fas_id: tushark
+     email: tushark at fedoraproject.org
+-->
+
+<section id="evolution-main">
+    <title>Evolution Email Client</title>
+    <para>
+        <application>Evolution</application> email client is an open source email client. It is one of the best email clients available out there that offers nearly all capabilities that an email client should provide. This article will serve as an introduction to the process of adding an email account in Evolution and sending or receiving email.
+    </para>
+    
+    <section id="evolution-prerequisites">
+        <title>Prerequisites</title>
+        <procedure>
+        <title>Things required before using evolution</title>
+        <para>
+            The following things are required:
+        </para>
+        <step>
+            <para>
+                Fedora Linux.
+            </para>
+        </step>
+        <step>
+            <para>
+                Evolution package installed. To know how to install Evolution, see <xref linkend="evolution-installation"/>.
+            </para>
+        </step>
+        <step>
+            <para>
+                An email account with any email service provider.
+            </para>
+        </step>
+        </procedure>
+    </section>
+    
+    <section id="evolution-installation">
+        <title>Installation of Evolution on Gnome and KDE</title>
+            <procedure>
+                <title>Instructions for Installation of Evolution</title>
+                    <step>
+                        <para>
+                            On Gnome, press <keycombo><keycap>Alt</keycap><keycap>f2</keycap></keycombo> and type <application>gnome-terminal</application>. Then press <keycap>Enter</keycap>.
+                        </para>
+                    </step>
+                    <step>
+                        <para>
+                            On KDE, press <keycombo><keycap>Alt</keycap><keycap>f2</keycap></keycombo> and type <application>konsole</application>. Then press <keycap>Enter</keycap>.
+                        </para>
+                    </step>
+                    <step>
+                        <para>
+                            Type the following command to install Evolution:
+                        </para>
+                        <para>
+                            <screen>
+                                <command>sudo yum -y install evolution</command>
+                            </screen>
+                        </para>
+                    </step>
+            </procedure>
+    </section>
+    
+    <section id="evolution-starting">
+        <title>Starting</title>
+            <para>
+                To start using Evolution, press <keycombo><keycap>Alt</keycap><keycap>f2</keycap></keycombo> and type <application>evolution</application>. Then press <keycap>enter</keycap>.
+            </para>
+    </section>
+    
+    <section id="evolution-configuration">
+        <title>Configuration</title>
+            <section id="evolution-configuration-add-email">
+                <title>Adding email account in Evolution</title>
+                    <procedure>
+                        <title>Instructions to add an email eccount</title>
+                            <step>
+                                <para>
+                                    Click <guibutton>continue</guibutton> on the welcome screen.
+                                </para>
+                            </step>
+                            <step>
+                                <para>
+                                    If there is any backup file then select it but if there is no backup file, then just click <guibutton>continue</guibutton>.
+                                </para>
+                            </step>
+                            <step>
+                                <para>
+                                    Enter <userinput>Full Name</userinput> and <userinput>Email Address</userinput>. Enter the optional information such as <userinput>Reply-to</userinput> and <userinput>Organisation</userinput> name. Click <guibutton>continue</guibutton>.
+                                </para>
+                            </step>
+                            <step>
+                                <para>
+                                    <application>Evolution</application> will look for sending server and receiving server details or these details can be entered manually if evolution didn't find them automatically.
+                                </para>
+                            </step>
+                    </procedure>
+            </section>
+            
+            <section id="evolution-configuration-remove-email">
+                <title>Removing email account in Evolution</title>
+                    <para>
+                        In main window of Evolution, click on <guimenu>Edit</guimenu> then select <guimenuitem>Preferences</guimenuitem>. Select the newly added email account then click on <guibutton>Delete</guibutton>.
+                    </para>
+            </section>        
+    </section>
+    
+    <section id="evolution-usage">
+        <title>Usage</title>
+            <section id="evolution-usage-sending-email">
+                <title>Sending Email</title>
+                    <para>
+                        Click on <guibutton>New</guibutton> button on upper left. Clicking on <guibutton>New</guibutton> will open a new window for editing and sending a new email or click on the <guimenu>Down Arrow</guimenu> next to <guibutton>New</guibutton> button and select <guimenuitem>Mail Message</guimenuitem> to open a new email window.
+                    </para>
+            </section>
+            <section id="evolution-usage-reveiving-email">
+                <title>Receiving Email</title>
+                    <para>
+                        Evolution checks for new emails after every few minutes. Checking new emails on demand can be done by simply clicking <guibutton>Send / Reveive</guibutton> button next to <guibutton>New</guibutton> button.
+                    </para>
+            </section>
+    </section>
+    
+    
+    <section id="evolution-misc">
+        <title>Miscellaneous Topics</title>
+            <para>
+                There are many things that can be done in Evolution and in this section, few other features of Evolution are mentioned.
+            </para>
+            <section id="evolution-misc-email-checking-frequency">
+                <title>Email Checking Frequency</title>
+                    <procedure>
+                        <title>Adjusting the time after which Evolution checks for new emails</title>
+                            <step>
+                                <para>
+                                    click on <guimenu>Edit</guimenu> then select <guimenuitem>Preferences</guimenuitem>.
+                                </para>
+                            </step>
+                            <step>
+                                <para>
+                                    Select <guilabel>Account Name</guilabel> and click on <guibutton>Edit</guibutton>.
+                                </para>
+                            </step>
+                            <step>
+                                <para>
+                                    Under <guilabel>Identity</guilabel>, click on <guilabel>Receiving Options</guilabel> and under <guilabel>Check for New Mail</guilabel> tick <userinput>Check for new message every minutes</userinput>.
+                                </para>
+                            </step>
+                            <step>
+                                <para>
+                                    Enter the desired number of minutes and click <guibutton>Ok</guibutton>.
+                                </para>
+                            </step>
+                    </procedure>
+            </section>
+            
+            <section id="evolution-misc-openpgp">
+                <title>Adding OpenPGP Key ID</title>
+                    <procedure>
+                        <title>Instructions for adding OpenPGP Key ID in Evolution</title>
+                            <step>
+                                <para>
+                                    click on <guimenu>Edit</guimenu> then select <guimenuitem>Preferences</guimenuitem>.
+                                </para>
+                            </step>
+                            <step>
+                                <para>
+                                    Select <guilabel>Account Name</guilabel> and click on <guibutton>Edit</guibutton>.
+                                </para>
+                            </step>
+                            <step>
+                                <para>
+                                    Under <guilabel>Security</guilabel>, enter <userinput>Key ID</userinput> next to OpenPGP Key ID and click <guibutton>Ok</guibutton>.
+                                </para>
+                            </step>
+                    </procedure>
+                
+                <section id="evolution-misc-openpgp-usage">
+                    <title>OpenPGP Key Usage in Evolution</title>
+                        <procedure>
+                            <title>OpenPGP Key ID Usage in Evolution</title>
+                                <para>
+                                    <!-- See <xref linkend="Creating_GPG_Keys"/> for information on creating GPG keys. --> To use OpenPGP Key in emails, follow these steps:
+                                </para>
+                                <step>
+                                    <para>
+                                        Open a New Email window. Refer to section <xref linkend="evolution-usage"/> for information on sending email.
+                                    </para>
+                                </step>
+                                <step>
+                                    <para>
+                                        Click on <guimenu>Options</guimenu> menu and select <guimenuitem>PGP Sign</guimenuitem> or <guimenuitem>PGP Encrypt</guimenuitem> or both.
+                                    </para>
+                                </step>
+                        </procedure>
+                </section>
+                
+            </section>
+            
+    </section>
+</section>
diff --git a/en-US/evolution-new-account.xml b/en-US/evolution-new-account.xml
deleted file mode 100644
index 1eaeaeb..0000000
--- a/en-US/evolution-new-account.xml
+++ /dev/null
@@ -1,182 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
- <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 
-  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-  <!ENTITY % BOOK_ENTITIES SYSTEM "Fedora_Cookbook.ent">
-    %BOOK_ENTITIES;
-]>
-
-<!-- Do not edit above this line -->
-
-<!-- 
-     name: Tushar Kumar
-     fas_id: tushark
-     email: tushark at fedoraproject.org
--->
-<section id="evolution-main" lang="en_US">
-    <title>Evolution Email Client</title>
-    <para>
-        <application>Evolution</application> email client is an open source email client. It is one of the best email clients available out there that offers nearly all capabilities that an email client should provide. This article will serve as an introduction to the process of adding an email account in Evolution and sending or receiving email.
-    </para>
-    <section id="evolution-prerequisites">
-        <title>Prerequisites</title>
-        <para>
-            The following things are required:
-        </para>
-        <step>
-            <para>
-                Fedora Linux.
-            </para>
-        </step>
-        <step>
-            <para>
-                Evolution package installed. To see how to install Evolution <xref linkend="evolution-installation"/>.
-            </para>
-        </step>
-        <step>
-            <para>
-                An email account with any email service provider.
-            </para>
-        </step>
-    </section>
-    <section id="evolution-installation">
-        <title>Installation</title>
-            <procedure>
-                <step>
-                    <para>
-                        On Gnome, press <keycombo><keycap>Alt</keycap><keycap>f2</keycap></keycombo> and type <application>gnome-terminal</application>. Then press <keycap>Enter</keycap>.
-                    </para>
-                </step>
-                <step>
-                    <para>
-                        On KDE, press <keycombo><keycap>Alt</keycap><keycap>f2</keycap></keycombo> and type <application>konsole</application>. Then press <keycap>Enter</keycap>.
-                    </para>
-                </step>
-                <para>
-                    Evolution can be installed with following command:
-                </para>
-                <para>
-                    <screen>
-                        <command>sudo yum -y install evolution</command>
-                    </screen>
-                </para>
-        </procedure>
-    </section>
-    <section id="evolution-starting">
-        <title>Starting</title>
-            <para>
-                To start using Evolution, press <keycombo><keycap>Alt</keycap><keycap>f2</keycap></keycombo> and type <application>evolution</application>.
-            </para>
-    </section>
-    <section id="evolution-configuration">
-        <title>Configuration</title>
-            <section id="evolution-configuration-add-email">
-                <procedure>
-                    <title>Adding email account in Evolution</title>
-                        <step>
-                            <para>
-                                Click <guibutton>continue</guibutton> on the welcome screen.
-                            </para>
-                        </step>
-                        <step>
-                            <para>
-                                If there is any backup file then select it but if there is no backup file, then just click <guibutton>continue</guibutton>.
-                            </para>
-                        </step>
-                        <step>
-                            <para>
-                                Enter <userinput>Full Name</userinput> and <userinput>Email Address</userinput>. Enter the optional information such as <userinput>Reply-to</userinput> and <userinput>Organisation</userinput> name. Click <guibutton>continue</guibutton>.
-                            </para>
-                        </step>
-                        <step>
-                            <para>
-                                <application>Evolution</application> will look for sending server and receiving server details or these details can be entered manually if evolution didn't find them automatically.
-                            </para>
-                        </step>
-                </procedure>
-            </section>
-            <section id="evolution-configuration-remove-email">
-                <procedure>
-                    <title>Removing email account in Evolution</title>
-                        <para>
-                            In main window of Evolution, click on <guimenu>Edit</guimenu> then select <guimenuitem>Preferences</guimenuitem>. Select the newly added email account then click on <guibutton>Delete</guibutton>.
-                        </para>
-                </procedure>
-            </section>
-    </section>
-    <section id="evolution-usage">
-        <title>Usage</title>
-            <section id="evolution-usage-sending-email">
-                <procedure>
-                    <title>Sending Email</title>
-                        <para>
-                            Click on <guibutton>New</guibutton> button on upper left. Clicking on <guibutton>New</guibutton> will open a new window for editing and sending a new email or click on the <guimenu>Down Arrow</guimenu> next to <guibutton>New</guibutton> button and select <guimenuitem>Mail Message</guimenuitem> to open a new email window.
-                        </para>
-                </procedure>
-            </section>
-            <section id="evolution-usage-reveiving-email">
-                <procedure>
-                    <title>Receiving Email</title>
-                        <para>
-                            Evolution checks for new emails after every few minutes. Checking new emails on demand can be done by simply clicking <guibutton>Send / Reveive</guibutton> button next to <guibutton>New</guibutton> button.
-                        </para>
-                </procedure>
-            </section>
-    </section>
-    <section id="evolution-misc">
-        <title>Miscellaneous Topics</title>
-            <para>
-                There are many things that can be done in Evolution and in this section, few other features of Evolution are mentioned.
-            </para>
-            <section id="evolution-misc-email-checking-frequency">
-                <procedure>
-                    <title>Email Checking Frequency</title>
-                        <para>
-                            To adjust the time after which Evolution checks for new emails, follow these steps:
-                        </para>
-                        <step>
-                            <para>
-                                click on <guimenu>Edit</guimenu> then select <guimenuitem>Preferences</guimenuitem>.
-                            </para>
-                        </step>
-                        <step>
-                            <para>
-                                Select <guilabel>Account Name</guilabel> and click on <guibutton>Edit</guibutton>.
-                            </para>
-                        </step>
-                        <step>
-                            <para>
-                                Under <guilabel>Identity</guilabel>, click on <guilabel>Receiving Options</guilabel> and under <guilabel>Check for New Mail</guilabel> tick <userinput>Check for new message every minutes</userinput>.
-                            </para>
-                        </step>
-                        <step>
-                            <para>
-                                Enter the desired number of minutes and click <guibutton>Ok</guibutton>.
-                            </para>
-                        </step>
-                </procedure>
-            </section>
-            <section id="evolution-misc-openpgp">
-                <procedure>
-                    <title>Adding OpenPGP Key ID</title>
-                        <para>
-                            OpenPGP Key ID is required for signing and encrypting the emails. To add OpenPGP Key ID, follow these steps:
-                        </para>
-                        <step>
-                            <para>
-                                click on <guimenu>Edit</guimenu> then select <guimenuitem>Preferences</guimenuitem>.
-                            </para>
-                        </step>
-                        <step>
-                            <para>
-                                Select <guilabel>Account Name</guilabel> and click on <guibutton>Edit</guibutton>.
-                            </para>
-                        </step>
-                        <step>
-                            <para>
-                                Under <guilabel>Security</guilabel>, enter <userinput>Key ID</userinput> next to OpenPGP Key ID and click <guibutton>Ok</guibutton>.
-                            </para>
-                        </step>
-                </procedure>
-            </section>
-    </section>
-</section>



More information about the docs-commits mailing list