diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-04 22:38:03 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-04 22:38:03 +0000 |
commit | dadc34655c3ab961b0b0b94a10eaaba710f0b5e8 (patch) | |
tree | 99e72842fe687baea16376a147619b6048d7e441 /doc/en/introduction.docbook | |
download | kmymoney-dadc34655c3ab961b0b0b94a10eaaba710f0b5e8.tar.gz kmymoney-dadc34655c3ab961b0b0b94a10eaaba710f0b5e8.zip |
Added kmymoney
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmymoney@1239792 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'doc/en/introduction.docbook')
-rw-r--r-- | doc/en/introduction.docbook | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/doc/en/introduction.docbook b/doc/en/introduction.docbook new file mode 100644 index 0000000..2a72406 --- /dev/null +++ b/doc/en/introduction.docbook @@ -0,0 +1,72 @@ +<?xml version="1.0" encoding="UTF-8"?> +<chapter id="introduction"> +<chapterinfo> + <date>2009-08-05</date> + <releaseinfo>1.0</releaseinfo> +</chapterinfo> + +<title>Introduction</title> + +<sect1 id="what-is-kmymoney"> +<title>What is &kappname;?</title> + +<para> + Put simply, &kappname; is a personal finance manager for &kde;. It enables + users of open source operating systems to keep careful track of their personal + finances by providing a broad array of financial features and tools. +</para> + +<para> + The principal goals of the project are: +</para> + +<itemizedlist> + <listitem> + <formalpara><title>Feature Parity</title> + <para> + &kappname; intends to provide all important features found in the + commercially-available personal finance managers. Although this release + is closer than ever to that goal, there is still work to be done. + </para> + </formalpara> + </listitem> + + <listitem> + <formalpara><title>Ease of Use.</title> + <para> + &kappname; strives to be the easiest open source personal finance + manager to use, especially for the non-technical user. + </para> + </formalpara> + </listitem> + + <listitem> + <formalpara><title>Correctness.</title> + <para> + Based on tried and tested double entry accounting principles &kappname; + ensures that your finances are kept in correct order. + </para> + </formalpara> + </listitem> +</itemizedlist> + +</sect1> + +<sect1 id="what-kmymoney-is-not"> +<title>What &kappname; is not</title> + +<para> + As a personal finance manager, &kappname; is not intended to scale to the + needs of an average business. However, it would be possible to create client + / supplier / document features through plugins. +</para> + +<para> + &kappname; is not simply a clone of the commercially-available personal + finance programs. Although many of the features present in &kappname; can be + found in other similar applications, &kappname; strives to present an + individual and unique view of your finances. +</para> + +</sect1> +</chapter> |