Whoops, added missing hyphen
[infodrom/dtaus] / README
1 $Id$
2
3 This package contains one executable that is able to read and write
4 DTAUS files that are commonly used in Germany.  DTAUS is an acronym
5 for DatenTrägerAUStausch.  It is used by credit institutes in order to
6 transfer commands for money exchanges between bank accounts.
7
8 DTAUS files use a special but simple and freely documented format.
9 I've attached a written down version in dtaus.txt in this
10 distribution.
11
12 As DTAUS uses very long integer values you can't rely on regular C
13 long integer variables.  Therefore this package includes a small (and
14 incomplete) library that deals with large integer numbers.  At the
15 moment it only contains routines that are needed by dtaus but you're
16 invited to improve it and send back appropriate patches to me.  The
17 library is called bigint and is included in this package.
18
19 I've been told that one can use StarFinanz to transmit DTAUS files
20 (via W32, though) to the bank without the need to use T-Online.
21
22
23 More Information
24 ----------------
25
26 I have set up a couple of web pages describing the dtaus package as
27 well as collecting additional information that may be useful to dtaus
28 users.  Please check out:
29
30   <http://www.infodrom.org/projects/dtaus/>
31
32 There is a mailing list set up on lists.infodrom.org that deals with
33 DTAUS and appropriate issues.  If you have questions or suggestions
34 please subscribe to the list and post there.
35
36 The source code for this package is also available through anonymous
37 CVS at :pserver:anonymous@cvs.infodrom.org:/var/cvs/infodrom using the
38 module dtaus.  Accessing this is described in detail at the web pages
39 mentioned above.
40
41 Please don't contact me personally if you don't have confidential
42 questions or information.  Please use the mailing list from above
43 instead.  Using the mailing list has a couple of advantages.  Your
44 question and comments are archived publically and properly so they can
45 be used later as well.  As another bonus somebody else than me could
46 answer a question, hence not incrementing my workload and it's more
47 difficult to forget about it.
48
49 The submission address for the mailing list is:
50
51   infodrom-dtaus@lists.infodrom.org
52
53 To subscribe, send a mail to majordomo@lists.infodrom.org with the
54 body "subscribe infodrom-dtaus" -- or send a mail to SmartList at
55 infodrom-dtaus-request@lists.infodrom.org with the subject
56 "subscribe".
57
58 Good luck!
59
60                                                 Martin Schulze
61                                            <joey@infodrom.org>