aboutsummaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorKevin Breit <mrproper@ximian.com>2002-03-13 00:16:05 +0800
committerKevin Breit <battery841@src.gnome.org>2002-03-13 00:16:05 +0800
commitc5adce4a38799901262f33b88eb36b9cddc63943 (patch)
tree3f508cbfcbec7a485e80edce0f41673a8dae69fe /help
parentfd4ffbd38ccef4d2a35675a50f89e0b5f2d6d86e (diff)
downloadgsoc2013-evolution-c5adce4a38799901262f33b88eb36b9cddc63943.tar
gsoc2013-evolution-c5adce4a38799901262f33b88eb36b9cddc63943.tar.gz
gsoc2013-evolution-c5adce4a38799901262f33b88eb36b9cddc63943.tar.bz2
gsoc2013-evolution-c5adce4a38799901262f33b88eb36b9cddc63943.tar.lz
gsoc2013-evolution-c5adce4a38799901262f33b88eb36b9cddc63943.tar.xz
gsoc2013-evolution-c5adce4a38799901262f33b88eb36b9cddc63943.tar.zst
gsoc2013-evolution-c5adce4a38799901262f33b88eb36b9cddc63943.zip
Replaced "png" with "PNG". This shouldn't break the SGML build and it's a
2002-03-12 Kevin Breit <mrproper@ximian.com> * C/usage-mail.sgml: Replaced "png" with "PNG". This shouldn't break the SGML build and it's a slow start to the XML porting process. Included information about how to create an HTML signature. svn path=/trunk/; revision=16124
Diffstat (limited to 'help')
-rw-r--r--help/C/evolution-C.omf2
-rw-r--r--help/C/usage-mail.sgml101
-rw-r--r--help/ChangeLog10
3 files changed, 103 insertions, 10 deletions
diff --git a/help/C/evolution-C.omf b/help/C/evolution-C.omf
index 3d7c23d5fc..e166862a81 100644
--- a/help/C/evolution-C.omf
+++ b/help/C/evolution-C.omf
@@ -7,7 +7,7 @@
<subject>
<category>GNOME|Applications</category>
</subject>
- <format mime="text/html"/>
+ <format mime="text/html" />
<identifier url="index.html"/>
<language code="C"/>
</resource>
diff --git a/help/C/usage-mail.sgml b/help/C/usage-mail.sgml
index a0078f62cc..640b8a084c 100644
--- a/help/C/usage-mail.sgml
+++ b/help/C/usage-mail.sgml
@@ -90,7 +90,7 @@
<screenshot>
<screeninfo>Threaded Mail View</screeninfo>
<mediaobject><imageobject>
- <imagedata format="png" fileref="figures/mail-threaded" srccredit="Aaron Weber">
+ <imagedata format="PNG" fileref="figures/mail-threaded" srccredit="Aaron Weber">
</imageobject></mediaobject>
</screenshot>
</figure>
@@ -523,7 +523,7 @@
<title>New Message Window</title>
<screenshot>
<screeninfo>Evolution Main Window</screeninfo>
- <mediaobject><imageobject><imagedata fileref="figures/newmsg" format="png" srccredit="Aaron Weber">
+ <mediaobject><imageobject><imagedata fileref="figures/newmsg" format="PNG" srccredit="Aaron Weber">
</imageobject></mediaobject>
</screenshot>
</figure>
@@ -785,7 +785,7 @@
<title>Reply Message Window</title>
<screenshot>
<screeninfo>Evolution Main Window</screeninfo>
- <mediaobject><imageobject><imagedata fileref="figures/replymsg" format="png" srccredit="Aaron Weber">
+ <mediaobject><imageobject><imagedata fileref="figures/replymsg" format="PNG" srccredit="Aaron Weber">
</imageobject></mediaobject>
</screenshot>
</figure>
@@ -1601,7 +1601,7 @@
</para>
</sect2>
<sect2 id="fancy-mail">
- <title>Making Your Email More Fancy</title>
+ <title>Making Your Email Fancier</title>
<para>
<application>Evolution</application> can do a lot with email
by utilizing the HTML features. Making an email functional
@@ -1620,12 +1620,16 @@
<title>Indented Text with Headlines</title>
<screenshot>
<screeninfo></screeninfo>
- <graphic format="png" fileref="figures/outline" srccredit="Kevin Breit">
+ <graphic format="PNG" fileref="figures/outline"
+ srccredit="Kevin Breit">
</screenshot>
</figure>
</para>
<para>
- Notice how professional the email looks, but it gets the content across well. Each section is broken up in its own subsection. The title is bolded, while the text which follows is indented one time.
+ Notice how professional the email looks, but it gets the
+ content across well. Each section is broken up in its own
+ subsection. The title is bolded, while the text which
+ follows is indented one time.
</para>
<para>
Making your headlines a larger size instead of bold can help
@@ -1663,7 +1667,7 @@
<title>Images in an email</title>
<screenshot>
<screeninfo></screeninfo>
- <graphic format="png" fileref="small_desktop" srccredit="Kevin Breit">
+ <graphic format="PNG" fileref="small_desktop" srccredit="Kevin Breit">
</screenshot>
</figure>
</para>
@@ -1692,11 +1696,90 @@
</listitem>
</itemizedlist>
<!-- Include a screenshot -->
- Notice how these colors are similar saturation <!-- Confirm I am using the right word -->
+ Notice how these colors are similar saturation
</para>
+ </sect3>
+ <sect3 id="signature-howto">
+ <title>HTML Signatures in Your Email</title>
<para>
- Happy mailing!
+ A lot of people use signatures to sign their emails to
+ provide personal information about themselves.
+ <application>Evolution</application> gives you the option of
+ easily designing your signatures in HTML. This can give
+ your signatures a more professional or fun look.
</para>
+ <para>
+ To setup your HTML signature, read the following steps:
+ <orderedlist numeration="arabic">
+ <listitem>
+ <para>
+ Click
+ <menuchoice>
+ <guimenu>Tools</guimenu>
+ <guimenuitem>Mail Settings</guimenuitem>
+ </menuchoice>
+ while in the mail component.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Select the account you wish to associate the signature
+ to and click <guibutton>Edit</guibutton>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ At the bottom you'll see a field for a <guilabel>HTML
+ Signature</guilabel>. Click the box next to it to
+ enable a signature.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ If you have a pre-made signature, click the
+ <guibutton>Browse</guibutton> to select your
+ signature. You can find pre-made signatures at <ulink
+ url="http://www.ximian.com/devzone/projects/art/signatures.html">the
+ Ximian signature page</ulink>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ If you are creating a new signature, click the
+ <guibutton>Edit</guibutton> button to open up the HTML
+ signature editor.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ The HTML signature editor uses mostly the same
+ interface as the composer. You can create your
+ signature in this window.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Once you have completed your signature, click
+ <menuchoice>
+ <guimenu>File</guimenu>
+ <guimenuitem>Save and Close</guimenuitem>
+ </menuchoice>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ When you select your mail to be composed in HTML
+ format, your HTML signature will automatically show up.
+ </para>
+ </listitem>
+ </orderedlist>
+ </para>
+ <warning>
+ <para>
+ A lot of people hate HTML in an email, this includes
+ signatures. Be careful who you send HTML email to.
+ </para>
+ </warning>
</sect3>
</sect2>
</sect1>
diff --git a/help/ChangeLog b/help/ChangeLog
index 07ce9513cd..0f1e6a1fd8 100644
--- a/help/ChangeLog
+++ b/help/ChangeLog
@@ -1,3 +1,13 @@
+2002-03-12 Kevin Breit <mrproper@ximian.com>
+
+ * C/usage-mail.sgml: Replaced "png" with "PNG". This shouldn't break the SGML build and it's a slow start to the XML porting process.
+ Included information about how to create an HTML signature.
+
+2002-03-11 Kevin Breit <mrproper@ximian.com>
+
+ * C/usage-mail.sgml: Redid wording on a title, minute change.
+ Fix indenting.
+
2002-02-10 Kevin Breit <mrproper@ximian.com>
* C/evolution-C.omf: Removed "The" from title.