[Gnucash-changes] Updated HBCI readme.

Christian Stimming cstim at cvs.gnucash.org
Sat Oct 30 06:21:06 EDT 2004


Log Message:
-----------
Updated HBCI readme. 

2004-10-30  Christian Stimming  <stimming at tuhh.de>

	* doc/README.HBCI: Updated HBCI readme.
	
	* src/import-export/hbci/hbci-interaction.c: Fix problems with
	user messages.

Tags:
----
gnucash-1-8-branch

Modified Files:
--------------
    gnucash:
        ChangeLog
        README
    gnucash/doc:
        README.HBCI
    gnucash/src/import-export/hbci:
        hbci-interaction.c

Revision Data
-------------
Index: ChangeLog
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/ChangeLog,v
retrieving revision 1.1461.2.359
retrieving revision 1.1461.2.360
diff -LChangeLog -LChangeLog -u -r1.1461.2.359 -r1.1461.2.360
--- ChangeLog
+++ ChangeLog
@@ -1,3 +1,10 @@
+2004-10-30  Christian Stimming  <stimming at tuhh.de>
+
+	* doc/README.HBCI: Updated HBCI readme.
+	
+	* src/import-export/hbci/hbci-interaction.c: Fix problems with
+	user messages.
+
 2004-10-15  Derek Atkins  <derek at ihtfp.com>
 
 	* src/business/business-core/gncInvoice.[ch]
Index: README
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/README,v
retrieving revision 1.173.2.3
retrieving revision 1.173.2.4
diff -LREADME -LREADME -u -r1.173.2.3 -r1.173.2.4
--- README
+++ README
@@ -237,10 +237,12 @@
     GnuCash has mostly been tested against the 0.6.2 version, though
     any newer version should also work. Sources can be found at
     http://sourceforge.net/projects/libofx/
-  openhbci: This library provide support for HBCI file imports. 
-    GnuCash has mostly been tested against the 0.9.6 version, though
+  aqbanking/aqhbci: This library provide support for HBCI file imports. 
+    GnuCash has mostly been tested against the 0.9.7 version, though
     any newer version should also work. Sources can be found at
-    http://sourceforge.net/projects/openhbci/
+    http://sourceforge.net/projects/aqbanking and
+    http://sourceforge.net/projects/aqhbci/. More info in
+    doc/README.HBCI.
 
 #######
 Running
Index: README.HBCI
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/doc/README.HBCI,v
retrieving revision 1.4.2.2
retrieving revision 1.4.2.3
diff -Ldoc/README.HBCI -Ldoc/README.HBCI -u -r1.4.2.2 -r1.4.2.3
--- doc/README.HBCI
+++ doc/README.HBCI
@@ -14,7 +14,11 @@
 
 Since version 1.7.2, GnuCash features HBCI online banking
 support. This makes it the world's first *free* HBCI-enabled personal
-finance manager.
+finance manager. 
+
+Many additional information about GnuCash and HBCI can be found on
+http://linuxwiki.de/GnuCash, http://linuxwiki.de/AqBanking, and
+http://linuxwiki.de/OpenHBCI.
 
 HBCI (Home Banking Computer Interface) is a standard used by German
 banks for offering online banking service. Through this standard,
@@ -35,17 +39,22 @@
 2. Requirements
 ------------
 
-OpenHBCI 0.9.11 or later: Get openhbci and openhbci-devel from
-http://sourceforge.net/projects/openhbci
-
-which in turn requires:
-OpenSSL any 0.9.x, http://www.openssl.org
-
-For chipcard support, you also need openhbci-plugin-ddvcard from
-http://sourceforge.net/projects/openhbci
-
-which in turn requires 
-Libchipcard 0.9 or later, http://sourceforge.net/projects/libchipcard
+AqBanking 0.9.7 and AqHBCI 0.9.13, or any later version: Get
+aqbanking, aqbanking-devel from
+http://sourceforge.net/projects/aqbanking, then aqhbci, aqhbci-devel
+and wizard-kde from http://sourceforge.net/projects/aqhbci/
+(Historical note: Until gnucash-1.8.9, the library "openhbci" had been
+used, but with gnucash-1.8.10, gnucash switched to the successor of
+openhbci which is aqbanking/aqhbci.)
+
+which in turn requires: 
+Gwenhywfar 1.1.0, http://sourceforge.net/projects/gwenhywfar, which in
+turn requires OpenSSL any 0.9.x, http://www.openssl.org
+
+For chipcard support, you also need plugin-ddvcard from
+http://sourceforge.net/projects/aqhbci, which in turn requires
+Libchipcard2 version 1.9.1 or later,
+http://sourceforge.net/projects/libchipcard
 
 Then you can build GnuCash 1.7.x/1.8.x with:
    ./configure --enable-hbci --with-openhbci-prefix=/your/openhbci/prefix 
@@ -65,8 +74,9 @@
 
 * Setup: In the main window with the account hierarchy, the "Tools" menu 
 (German: "Werkzeuge") now contains the item "HBCI Setup" ("HBCI 
-Einrichtung"). This menu item opens the HBCI Setup druid which will 
-guide you through the setup.
+Einrichtung"). This menu item opens the HBCI Setup druid which will
+guide you through the setup. (Note: With the new aqbanking/aqhbci, the
+Setup druid is an external program provided by the aqhbci authors.)
 
    - Chip card users will need to run this only once. (see 6. Known
      Problems below if this doesn't work)
@@ -176,11 +186,11 @@
 7. Credits
 -------
 
-The excellent OpenHBCI library is written by Fabian Kaiser 
-<fabian.kaiser at gmx.de>, Martin Preuss <openhbci at aquamaniac.de>, and 
-Christian Stimming <stimming at tuhh.de>. Libchipcard is written by Martin 
-Preuss <openhbci at aquamaniac.de>.
+The excellent AqBanking/AqHBCI library is written by Martin Preuss
+<openhbci at aquamaniac.de> and Christian Stimming
+<stimming at tuhh.de>. Libchipcard is written by Martin Preuss
+<openhbci at aquamaniac.de>.
 
 By Christian Stimming <stimming at tuhh.de>
-May 31st, 2003
+October 30th, 2004
 
Index: hbci-interaction.c
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/import-export/hbci/hbci-interaction.c,v
retrieving revision 1.16.2.16
retrieving revision 1.16.2.17
diff -Lsrc/import-export/hbci/hbci-interaction.c -Lsrc/import-export/hbci/hbci-interaction.c -u -r1.16.2.16 -r1.16.2.17
--- src/import-export/hbci/hbci-interaction.c
+++ src/import-export/hbci/hbci-interaction.c
@@ -545,7 +545,9 @@
   gnome_dialog_set_parent (GNOME_DIALOG (dialog), GTK_WINDOW (data->parent));
   gnome_dialog_set_close (GNOME_DIALOG (dialog), TRUE);
   label = gtk_label_new (text);
+  gtk_label_set_justify (GTK_LABEL (label), GTK_JUSTIFY_LEFT);
   gtk_box_pack_start (GTK_BOX (GNOME_DIALOG (dialog)->vbox), label, TRUE, TRUE, 0);
+  gtk_widget_show (label);
 
   result = gnome_dialog_run_and_close (GNOME_DIALOG (dialog));
   if (result<0 || result>2) {


More information about the gnucash-changes mailing list