6e09e6c44e25297b393b6ed5d21a997ce9791cf8
[infodrom/dtaus] / README
1 $Id$
2
3 This package contains a library that can read and write german DTAUS
4 files.  DTAUS is an acronym for DatenTrägerAUStausch.  It is used by
5 credit institutes in order to transfer commands for money exchange
6 between 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 I've written a small (and
14 incomplete) library that deals with big 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 More Information
20 ----------------
21
22 I have set up a couple of web pages describing the dtaus package as
23 well as collecting additional information that may be useful to dtaus
24 users.  Please check out:
25
26   <http://www.infodrom.org/projects/dtaus/>
27
28 There is a mailing list set up on lists.infodrom.org that deals with
29 DTAUS and appropriate issues.  If you have questions or suggestions
30 please subscribe to the list and post there.
31
32 Please don't contact me personally if you don't have confidential
33 questions.  Using the mailing list your question and comments are
34 archived properly so they can be used later as well.  As another bonus
35 somebody else than me could answer a question, hence not incrementing
36 my workload.
37
38 The submission address for the mailing list is:
39
40   infodrom-dtaus@lists.infodrom.org
41
42 To subscribe, send a mail to majordomo@lists.infodrom.org with the
43 body "subscribe infodrom dtaus" -- or send a mail to SmartList at
44 infodrom-dtaus-request@lists.infodrom.org with the subject
45 "subscribe".
46
47 Good luck!
48
49                                                 Martin Schulze
50                                            <joey@infodrom.org>