diff options
author | Andre Klapper <a9016009@gmx.de> | 2013-04-04 06:53:30 +0800 |
---|---|---|
committer | Andre Klapper <a9016009@gmx.de> | 2013-04-04 06:53:30 +0800 |
commit | e9ca986516bab631fd0c83c2569c3aa82eac3cdd (patch) | |
tree | 2580aa2a078e7f2552a5bf3d8bb6e3bbb38be794 /help | |
parent | 6e3771fba5b552fa480c1b991dc3314b0338b70b (diff) | |
download | gsoc2013-evolution-e9ca986516bab631fd0c83c2569c3aa82eac3cdd.tar.gz gsoc2013-evolution-e9ca986516bab631fd0c83c2569c3aa82eac3cdd.tar.zst gsoc2013-evolution-e9ca986516bab631fd0c83c2569c3aa82eac3cdd.zip |
Bug 697228 - User Docs: Remove CSS page now that we have WebKit rendering
Diffstat (limited to 'help')
-rw-r--r-- | help/C/mail-displaying-no-css.page | 29 | ||||
-rw-r--r-- | help/Makefile.am | 1 |
2 files changed, 0 insertions, 30 deletions
diff --git a/help/C/mail-displaying-no-css.page b/help/C/mail-displaying-no-css.page deleted file mode 100644 index 3735269f7a..0000000000 --- a/help/C/mail-displaying-no-css.page +++ /dev/null @@ -1,29 +0,0 @@ -<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" - type="topic" id="mail-displaying-no-css"> - - <info> - <desc>When a received message looks weird or is hard to read.</desc> - - <link type="guide" xref="index#common-mail-problems" /> - <link type="seealso" xref="mail-displaying-message" /> - - <revision pkgversion="3.3.5" version="0.2" date="2012-01-18" status="draft"/> - <credit type="author"> - <name its:translate="no">Andre Klapper</name> - <email its:translate="no">ak-47@gmx.net</email> - </credit> - <license> - <p>Creative Commons Share Alike 3.0</p> - </license> - - </info> - -<title>HTML emails are not correctly displayed</title> - -<p>If an HTML message is not correctly displayed in Evolution it might be that the formatting of the message is specified as <link href="http://en.wikipedia.org/wiki/Cascading_Style_Sheets">CSS</link>. CSS is currently not supported by gtkhtml (the part that is used to display HTML).</p> -<p>This will likely be fixed in version 3.6.</p> -<p>For developers only: In future versions, Evolution will use WebKit instead of gtkhtml for displaying HTML. There is a branch named "<link href="http://git.gnome.org/browse/evolution?h=webkit">webkit</link>" in Evolution's code repository to test.</p> - -<note style="tip"><p>For missing characters in emails, see <link xref="mail-displaying-character-encodings">Character Encodings and Sets</link>.</p></note> - -</page> diff --git a/help/Makefile.am b/help/Makefile.am index 0b95337973..391d7bbb31 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -147,7 +147,6 @@ HELP_FILES = \ mail-displaying-collapsible-headers.page \ mail-displaying-images-in-html.page \ mail-displaying-message.page \ - mail-displaying-no-css.page \ mail-displaying-sender-photograph.page \ mail-display-message-source.page \ mail-duplicates.page \ |