Damn, exit() is imported from stdlib.h
[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 Supported Currency
20 ------------------
21
22 At the moment the only currency supported is DM.  There are some hooks
23 for supporting the new european currency Euro but it is not yet
24 implemented.
25
26 What needs to be done:
27
28  . Simple support for Euro in record A
29  . When writing records C and E, divert the field for amount
30  . Ignore specified currency for record C
31  . Reading dtaus, simple support for currency field
32  . When reading dtaus, divert the field for amount
33
34 More Information
35 ----------------
36
37 I have set up a couple of web pages describing the dtaus package as
38 well as collecting additional information that may be useful to dtaus
39 users.  Please check out:
40
41   <http://www.infodrom.org/projects/dtaus/>
42
43 There is a mailing list set up on lists.infodrom.org that deals with
44 DTAUS and appropriate issues.  If you have questions or suggestions
45 please subscribe to the list and post there.
46
47 Please don't contact me personally if you don't have confidential
48 questions.  Using the mailing list your question and comments are
49 archived properly so they can be used later as well.  As another bonus
50 somebody else than me could answer a question, hence not incrementing
51 my workload.
52
53 The submission address for the mailing list is:
54
55   infodrom-dtaus@lists.infodrom.org
56
57 To subscribe, send a mail to majordomo@lists.infodrom.org with the
58 body "subscribe infodrom dtaus" -- or send a mail to SmartList at
59 infodrom-dtaus-request@lists.infodrom.org with the subject
60 "subscribe".
61
62 Good luck!
63
64                                                 Martin Schulze
65                                            <joey@infodrom.org>