diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 460c52653ab0dcca6f19a4f492ed2c5e4e963ab0 (patch) | |
tree | 67208f7c145782a7e90b123b982ca78d88cc2c87 /doc/kmail/index.docbook | |
download | tdepim-460c52653ab0dcca6f19a4f492ed2c5e4e963ab0.tar.gz tdepim-460c52653ab0dcca6f19a4f492ed2c5e4e963ab0.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'doc/kmail/index.docbook')
-rw-r--r-- | doc/kmail/index.docbook | 161 |
1 files changed, 161 insertions, 0 deletions
diff --git a/doc/kmail/index.docbook b/doc/kmail/index.docbook new file mode 100644 index 000000000..fe38a5100 --- /dev/null +++ b/doc/kmail/index.docbook @@ -0,0 +1,161 @@ +<?xml version="1.0" ?> +<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ + <!ENTITY kappname "&kmail;"> + <!ENTITY package "kdepim"> + <!ENTITY kmail-intro SYSTEM "intro.docbook"> + <!ENTITY kmail-getting-started SYSTEM "getting-started.docbook"> + <!ENTITY kmail-using-kmail SYSTEM "using-kmail.docbook"> + <!ENTITY kmail-configure SYSTEM "configure.docbook"> + <!ENTITY kmail-menus SYSTEM "menus.docbook"> + <!ENTITY kmail-faq SYSTEM "faq.docbook"> + <!ENTITY kmail-importing SYSTEM "importing.docbook"> + <!ENTITY kmail-credits-and-licenses SYSTEM "credits-and-licenses.docbook"> + <!ENTITY % addindex "IGNORE"> + <!ENTITY % English "INCLUDE" > <!-- change language only here --> + <!ENTITY html "<acronym>HTML</acronym>"> + <!ENTITY gpg "<application>GPG</application>"> + <!ENTITY gpgsm "<application>GpgSM</application>"> + <!ENTITY mdn "<acronym>MDN</acronym>"> + <!ENTITY acl "<acronym>ACL</acronym>"> + <!ENTITY imap "<acronym>IMAP</acronym>"> + <!ENTITY nntp "<acronym>NNTP</acronym>"> + <!ENTITY openpgp "<acronym>OpenPGP</acronym>"> + <!ENTITY smime "<acronym>S/MIME</acronym>"> + <!ENTITY kolab "<acronym>Kolab</acronym>"> +]> +<book lang="&language;"> +<bookinfo> +<title>The &kmail; Handbook</title> + + <!-- Note: +* please do not mix up the formatting more than necessary so that + "cvs diff" makes useful output +* no short forms +* use <warning> instead of <caution> +--> + +<!-- TODO: +*index (see kdegames/kpat/) + +* guisubmenu vs. guititem ?? +* more about security? + +* Configure KMail: "page" or "tab", but no mix of both! +* add section for drag'n'drop? +* "Using other mailbox..." -> sounds strange? + +* use better markup instead of 'quote'? +* fix my adverb vs. adjective mistakes + +* coherent wording for section / tab / ... +* <menuchoice><guimenu>xxx , or is <guimenu>xxx enough? +* <guiicon> vs. <guibutton> +* spelling: popup vs pop up, frontend vs front end + +* message vs. mail vs. email -> using "message" everywhere +* window vs. dialog: a dialog is modal, a window is not (I think) + +* in KMail: kmail vs. KMail +--> + +<authorgroup> +<author> +<firstname>Daniel</firstname> +<surname>Naber</surname> +<affiliation><address> +<email>daniel.naber@t-online.de</email> +</address></affiliation> +</author> + +<author> +<firstname>David</firstname> +<surname>Rugge</surname> +<affiliation><address> +<email>davidrugge@mediaone.net</email> +</address></affiliation> +</author> + +<!-- TRANS:ROLES_OF_TRANSLATORS --> + +</authorgroup> + +<date>2004-07-13</date> +<releaseinfo>1.7</releaseinfo> + +<copyright> +<year>1999</year> +<year>2000</year> +<year>2001</year> +<year>2002</year> +<holder>David Rugge</holder> +</copyright> +<copyright> +<year>2003</year> +<holder>Daniel Naber</holder> +</copyright> +<copyright> +<year>2004</year> +<holder>Daniel Naber</holder> +<holder>Ingo Klöcker</holder> +</copyright> + +<abstract> + +<para>&kmail; is &kde;'s powerful and user friendly email client.</para> + +</abstract> + +<keywordset> +<keyword>KDE</keyword> +<keyword>Mail</keyword> +<keyword>email</keyword> +<keyword>Client</keyword> +<keyword>POP3</keyword> +<keyword>IMAP</keyword> +<keyword>PGP</keyword> +<keyword>GnuPG</keyword> +<keyword>GPG</keyword> +<keyword>Kolab</keyword> +</keywordset> +</bookinfo> + +&kmail-intro; +&kmail-getting-started; +&kmail-using-kmail; +&kmail-configure; +&kmail-menus; +&kmail-faq; +&kmail-importing; +&kmail-credits-and-licenses; + +<appendix id="installation"> +<title>Installation</title> + +<sect1 id="getting-kmail"> +<title>How to obtain &kmail;</title> + +&install.intro.documentation; + +</sect1> + +<sect1 id="compilation"> +<title>Compilation and Installation</title> + +&install.compile.documentation; + +</sect1> + +</appendix> +</book> + +<!-- +Local Variables: +mode: sgml +sgml-minimize-attributes:nil +sgml-general-insert-case:lower +sgml-indent-step:0 +sgml-indent-data:nil +End: + +// vim:ts=0:sw=2:tw=78:noet +--> |