[Gnucash-changes] Updated HBCI readme.

Christian Stimming cstim at cvs.gnucash.org
Sat Oct 30 06:24:04 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.

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.1849
retrieving revision 1.1850
diff -LChangeLog -LChangeLog -u -r1.1849 -r1.1850
--- 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-24  Benoit Grégoire <bock at step.polymtl.ca>
 	* po/fr.po:  Translation from Johan Buret, unfortunately on the wrong branch.
 
Index: README
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/README,v
retrieving revision 1.179
retrieving revision 1.180
diff -LREADME -LREADME -u -r1.179 -r1.180
--- README
+++ README
@@ -245,10 +245,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
retrieving revision 1.5
diff -Ldoc/README.HBCI -Ldoc/README.HBCI -u -r1.4 -r1.5
--- doc/README.HBCI
+++ doc/README.HBCI
@@ -14,7 +14,11 @@
 
 Since the beta release 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,12 +39,22 @@
 2. Requirements
 ------------
 
-OpenHBCI 0.9.3 or later 
-http://sourceforge.net/projects/openhbci
-
-which in turn requires:
-Libchipcard 0.6 or later, http://sourceforge.net/projects/libchipcard
-and OpenSSL any 0.9.x, http://www.openssl.org
+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 
@@ -56,8 +70,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)
@@ -164,11 +179,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>
-Saturday, Feb 1, 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.48
retrieving revision 1.49
diff -Lsrc/import-export/hbci/hbci-interaction.c -Lsrc/import-export/hbci/hbci-interaction.c -u -r1.48 -r1.49
--- 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