Bug 115990

Summary: [patch] Edit to handbook/desktop/chapter.sgml to add KMyMoney Information
Product: Documentation Reporter: Chess Griffin <chess.griffin>
Component: Books & ArticlesAssignee: Remko Lodder <remko>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Chess Griffin 2007-09-01 02:00:02 UTC
Here is a diff to add some basic information about KMyMoney, a nice personal finance manager for KDE.  This is a diff to /handbook/desktop/chapter.sgml (section 6.5 of the Handbook). 

--- chapter.sgml	2007-08-31 20:46:26.000000000 -0400
+++ chapter.sgmledit	2007-08-31 20:46:17.000000000 -0400
@@ -875,6 +875,13 @@
             <entry>light</entry>
             <entry><application>Tcl/Tk</application></entry>
           </row>
+          
+	  <row>
+            <entry><application>KMyMoney</application></entry>
+            <entry>light</entry>
+            <entry>heavy</entry>
+            <entry><application>KDE</application></entry>
+          </row>
         </tbody>
       </tgroup>
     </informaltable>
@@ -975,6 +982,38 @@
       <screen>&prompt.root; <userinput>cd /usr/ports/deskutils/abacus</userinput>
 &prompt.root; <userinput>make install clean</userinput></screen>
     </sect2>
+    
+    <sect2>
+      <title>KMyMoney</title>
+      <indexterm>
+	<primary><application>KMyMoney</application></primary>
+      </indexterm>
+      <indexterm>
+	<primary>spreadsheet</primary>
+	<secondary><application>KMyMoney</application></secondary>
+      </indexterm>
+
+      <para><application>KMyMoney</application> is a personal finance
+      manager built for KDE.  KMyMoney intends to provide and
+      incorporate all the important features found in commercial
+      personal finance manager applications.  It also highlights
+      ease-of-use and proper double-entry accounting among its
+      features.  KMyMoney imports from standard Quicken Interchange
+      Format (QIF) files, tracks investments, handles multiple
+      currencies, and provides a wealth of reports.  OFX import
+      capabilities are also available through a separate plugin.</para>
+
+      <para>To install <application>KMyMoney</application> as a
+        package, do:</para>
+
+      <screen>&prompt.root; <userinput>pkg_add -r kmymoney2</userinput></screen>
+
+      <para>If the package is not available, you can use the ports
+        collection by doing:</para>
+
+      <screen>&prompt.root; <userinput>cd /usr/ports/finance/kmymoney2</userinput>
+&prompt.root; <userinput>make install clean</userinput></screen>
+    </sect2>
   </sect1>
 
   <sect1 id="desktop-summary">
Comment 1 Remko Lodder freebsd_committer freebsd_triage 2007-11-28 19:34:19 UTC
Responsible Changed
From-To: freebsd-doc->remko

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-11-28 19:37:37 UTC
remko       2007-11-28 19:37:25 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/books/handbook/desktop chapter.sgml 
  Log:
  Add a section about KMyMoney which is a personal finance manager
  
  PR:             docs/115990
  Submitted by:   Chess Griffin <chess dot griffin at gmail dot com>
  
  Revision  Changes    Path
  1.74      +39 -0     doc/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Remko Lodder freebsd_committer freebsd_triage 2007-11-28 19:38:57 UTC
State Changed
From-To: open->closed

Hello Chess, The information had been added to the handbook, thank you 
very much for the submission!