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 | ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2 (patch) | |
tree | d3bb9f5d25a2dc09ca81adecf39621d871534297 /doc/kpercentage/index.docbook | |
download | tdeedu-ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2.tar.gz tdeedu-ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2.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/kdeedu@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'doc/kpercentage/index.docbook')
-rw-r--r-- | doc/kpercentage/index.docbook | 102 |
1 files changed, 102 insertions, 0 deletions
diff --git a/doc/kpercentage/index.docbook b/doc/kpercentage/index.docbook new file mode 100644 index 00000000..8315047c --- /dev/null +++ b/doc/kpercentage/index.docbook @@ -0,0 +1,102 @@ +<?xml version="1.0" ?> +<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ + <!ENTITY package "kdeedu"> + <!ENTITY introduction SYSTEM "introduction.docbook"> + <!ENTITY using SYSTEM "using.docbook"> + <!ENTITY commands SYSTEM "commands.docbook"> + <!ENTITY devel SYSTEM "devel.docbook"> + <!ENTITY faq SYSTEM "faq.docbook"> + <!ENTITY credits SYSTEM "credits.docbook"> + <!ENTITY install SYSTEM "install.docbook"> + <!ENTITY % addindex "IGNORE"> + <!ENTITY % English "INCLUDE"><!-- change language only here --> +]> + +<!-- The language must NOT be changed here. --> + +<book lang="&language;"> + +<bookinfo> +<title>The &kpercentage; Handbook</title> + +<authorgroup> +<author> +<firstname>Matthias</firstname> +<surname>Messmer</surname> +<affiliation> +<address><email>&Matthias.Messmer.mail;</email></address> +</affiliation> +</author> +<author> +<firstname>Carsten</firstname> +<surname>Niehaus</surname> +<affiliation> +<address><email>[email protected]</email></address> +</affiliation> +</author> +<author> +<firstname>Robert</firstname> +<surname>Gogolok</surname> +<affiliation> +<address><email>&Robert.Gogolok.mail;</email></address> +</affiliation> +</author> +<!-- TRANS:ROLES_OF_TRANSLATORS --> +</authorgroup> + +<copyright> +<year>2001</year> +<year>2002</year> +<holder>&Matthias.Messmer;</holder> +</copyright> + +<legalnotice>&FDLNotice;</legalnotice> + +<date>2002-10-08</date> +<releaseinfo>1.2</releaseinfo> + +<abstract> +<para> +&kpercentage; is a small math application that will help pupils +to improve their skills in calculating percentages. + + + <inlinemediaobject> + <imageobject> + <imagedata fileref="edu-logo.png" format="PNG"/> + </imageobject> + </inlinemediaobject> + &kpercentage; is part of the &kde;-EDU Project: + <ulink url="http://edu.kde.org/">http://edu.kde.org/</ulink></para> + +</abstract> + +<keywordset> +<keyword>KDE</keyword> +<keyword>KPercentage</keyword> +<keyword>EDU</keyword> +<keyword>edutainment</keyword> +<keyword>percentages</keyword> +</keywordset> + +</bookinfo> + +&introduction; +&using; +&commands; +&devel; +&faq; +&credits; +&install; + +&documentation.index; +</book> +<!-- +Local Variables: +mode: sgml +sgml-minimize-attributes:nil +sgml-general-insert-case:lower +sgml-indent-step:0 +sgml-indent-data:nil +End: +--> |