diff options
| author | Christian Weiske <christian.weiske@netresearch.de> | 2014-02-13 08:34:15 +0100 |
|---|---|---|
| committer | Christian Weiske <christian.weiske@netresearch.de> | 2014-02-13 08:34:15 +0100 |
| commit | ef83af1b350cd1d1c8bf28077977763bdae93cf2 (patch) | |
| tree | b4ddc62c021f1dc60164b5917d06ec3ea2818c3e /README.rst | |
| parent | 7b9831316299cfc25cc395e8281e9ce0685a5e96 (diff) | |
| download | bdrem-ef83af1b350cd1d1c8bf28077977763bdae93cf2.tar.gz bdrem-ef83af1b350cd1d1c8bf28077977763bdae93cf2.zip | |
Fixes for MS SQL server
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 |
