diff options
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..42af37f --- /dev/null +++ b/README.rst @@ -0,0 +1,35 @@ +********************************* +bdrem - Birthday reminder by mail +********************************* +Birthday reminder that sends out mails (Text and HTML). + +It can also generate tables on your console/shell output and +normal HTML pages. + + + +============= +Configuration +============= +Copy ``data/bdrem.config.php.dist`` to ``data/bdrem.config.php`` and +adjust it to your liking. + + +MS SQL server +============= +Configure the date format in ``/etc/freedts/locales.conf``:: + + [default] + date format = %Y-%m-%d + +Also set the charset to UTF-8 in ``/etc/freedts/freedts.conf``:: + + [global] + # TDS protocol version tds version = 8.0 + client charset = UTF-8 + +Restart Apache afterwards. + +Use ``dblib`` in the DSN:: + + dblib:host=192.168.1.1;dbname=Databasename |
