Fix the alignment
[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 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 The source code for this package is also available through anonymous
33 CVS at :pserver:anonymous@cvs.infodrom.org:/var/cvs/infodrom using the
34 module dtaus.  Accessing this is described in detail at the web pages
35 mentioned above.
36
37 Please don't contact me personally if you don't have confidential
38 questions or information.  Please use the mailing list from above
39 instead.  Using the mailing list has a couple of advantages.  Your
40 question and comments are archived publically and properly so they can
41 be used later as well.  As another bonus somebody else than me could
42 answer a question, hence not incrementing my workload and it's more
43 difficult to forget about it.
44
45 The submission address for the mailing list is:
46
47   infodrom-dtaus@lists.infodrom.org
48
49 To subscribe, send a mail to majordomo@lists.infodrom.org with the
50 body "subscribe infodrom dtaus" -- or send a mail to SmartList at
51 infodrom-dtaus-request@lists.infodrom.org with the subject
52 "subscribe".
53
54 Good luck!
55
56                                                 Martin Schulze
57                                            <joey@infodrom.org>