42af37fda4c395131da3bfc1ffc6687a301b1b28
[bdrem.git] / README.rst
1 *********************************
2 bdrem - Birthday reminder by mail
3 *********************************
4 Birthday reminder that sends out mails (Text and HTML).
5
6 It can also generate tables on your console/shell output and
7 normal HTML pages.
8
9
10
11 =============
12 Configuration
13 =============
14 Copy ``data/bdrem.config.php.dist`` to ``data/bdrem.config.php`` and
15 adjust it to your liking.
16
17
18 MS SQL server
19 =============
20 Configure the date format in ``/etc/freedts/locales.conf``::
21
22     [default]
23         date format = %Y-%m-%d
24
25 Also set the charset to UTF-8 in ``/etc/freedts/freedts.conf``::
26
27     [global]
28         # TDS protocol version                                                       tds version = 8.0
29         client charset = UTF-8
30
31 Restart Apache afterwards.
32
33 Use ``dblib`` in the DSN::
34
35     dblib:host=192.168.1.1;dbname=Databasename