Initial import of programs to send emails to speakers for an event
[cascardo/avaliacao2008.git] / README
1 The programs require QDBM, Glib and GTK+ to build.
2
3 What the programs currently do:
4
5 normal converts a semi-collon separated values file into a qdbm depot
6 database. The input file is a required argument to the program. The
7 current format requires an ID, the talk name, the speaker name and an
8 email address. If there is more than one speaker per talk, there will be
9 multiple lines.
10
11 The other programs require a QDBM villa database. dptovl does exactly
12 the conversion needed.
13
14 ui program allows to add any more fields to any one of the records in
15 the database and to browse it, checking for any fixes needed.
16
17 Finally, listvl sends an email message based on a template file named
18 message, which must contain an email header, including To, From and
19 Subject fields. \fieldname words will be replaced by their respective
20 values for each record in the database.