r16167 - gnucash/trunk - Add extra README text for win32 binary package. #448143

Christian Stimming cstim at cvs.gnucash.org
Sat Jun 16 05:47:11 EDT 2007


Author: cstim
Date: 2007-06-16 05:47:09 -0400 (Sat, 16 Jun 2007)
New Revision: 16167
Trac: http://svn.gnucash.org/trac/changeset/16167

Added:
   gnucash/trunk/doc/README.win32-bin.txt
Modified:
   gnucash/trunk/doc/Makefile.am
   gnucash/trunk/packaging/win32/gnucash.iss.in
Log:
Add extra README text for win32 binary package. #448143

Modified: gnucash/trunk/doc/Makefile.am
===================================================================
--- gnucash/trunk/doc/Makefile.am	2007-06-14 23:25:04 UTC (rev 16166)
+++ gnucash/trunk/doc/Makefile.am	2007-06-16 09:47:09 UTC (rev 16167)
@@ -4,6 +4,7 @@
 doc_DATA = \
   README.francais \
   README.german \
+  README.win32-bin.txt \
   guile-hackers.txt \
   projects.html 
 
@@ -20,6 +21,7 @@
   README.build-system \
   README.francais \
   README.german \
+  README.win32-bin.txt \
   README.HBCI \
   README.OFX \
   README.translator.txt \

Added: gnucash/trunk/doc/README.win32-bin.txt
===================================================================
--- gnucash/trunk/doc/README.win32-bin.txt	2007-06-14 23:25:04 UTC (rev 16166)
+++ gnucash/trunk/doc/README.win32-bin.txt	2007-06-16 09:47:09 UTC (rev 16167)
@@ -0,0 +1,54 @@
+GnuCash 2.2.x README file for Windows binary packages.
+
+GnuCash is a free, open source accounting program released under the
+GNU General Public License (GPL) and available for GNU/Linux, *BSD,
+Solaris, Mac OSX, and Microsoft Windows.
+
+Designed to be easy to use, yet powerful and flexible, GnuCash allows
+you to track bank accounts, stocks, income and expenses. As quick and
+intuitive to use as a checkbook register, it is based on professional
+accounting principles to ensure balanced books and accurate reports.
+
+###################
+
+Available Support Options
+
+Online FAQ:    http://wiki.gnucash.org/wiki/FAQ
+Mailing Lists: http://wiki.gnucash.org/wiki/Mailing_Lists
+IRC (Chat):    irc://irc.gnome.org/gnucash
+
+If you encounter any bugs or problems, do not hesitate to report them
+at our bug tracking tool "Bugzilla" on
+http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash
+
+###################
+
+Feature Highlights: 
+
+    * Double-Entry Accounting
+    * Stock/Bond/Mutual Fund Accounts
+    * QIF/OFX Import
+    * OFX/HBCI Online Banking
+    * Reports, Graphs
+    * Small-Business Accounting
+    * Customers, Vendors, Jobs, Invoices, Accounts/Payables and /Receivables
+    * Scheduled Transactions
+    * Financial Calculations
+
+More information and a Tutorial on how to get started can be found in
+the "Help" menu when clicking on "Tutorial and Concepts Guide".
+
+###################
+
+About the Program:
+
+GnuCash is a free, open source accounting program released under the
+GNU General Public License (GPL). It is collaboratively developed by
+12 people from over 6 countries.
+
+Programming on GnuCash began in 1997, and its first release was in
+1998. GnuCash was initially made for Linux and comparable operating
+systems, a free, open source collection of community-based projects
+that has become a major force in the computing world.
+
+The GnuCash Developers.

Modified: gnucash/trunk/packaging/win32/gnucash.iss.in
===================================================================
--- gnucash/trunk/packaging/win32/gnucash.iss.in	2007-06-14 23:25:04 UTC (rev 16166)
+++ gnucash/trunk/packaging/win32/gnucash.iss.in	2007-06-16 09:47:09 UTC (rev 16167)
@@ -20,7 +20,7 @@
 OutputDir=.
 OutputBaseFilename=@PACKAGE at -@VERSION at -setup
 UninstallFilesDir={app}\uninstall\@PACKAGE@
-InfoAfterFile=@prefix@\..\dist\share\@PACKAGE@\doc\README
+InfoAfterFile=@prefix@\..\dist\share\@PACKAGE@\doc\README.win32-bin.txt
 
 [Types]
 Name: "full"; Description: "{cm:FullInstall}"
@@ -71,6 +71,7 @@
 
 ; And all the documentation
 Source: "@prefix@\..\dist\share\@PACKAGE@\doc\README"; DestDir: "{app}\doc\@PACKAGE@"; Components: main
+Source: "@prefix@\..\dist\share\@PACKAGE@\doc\README.win32-bin.txt"; DestDir: "{app}\doc\@PACKAGE@"; Components: main
 Source: "@prefix@\..\dist\share\@PACKAGE@\doc\COPYING"; DestDir: "{app}\doc\@PACKAGE@"; Flags: ignoreversion; Components: main
 Source: "@prefix@\..\dist\share\@PACKAGE@\doc\AUTHORS"; DestDir: "{app}\doc\@PACKAGE@"; Components: main
 Source: "@prefix@\..\dist\share\@PACKAGE@\doc\ChangeLog"; DestDir: "{app}\doc\@PACKAGE@"; Components: main



More information about the gnucash-changes mailing list