From: Christian Weiske Date: Thu, 13 Feb 2014 16:55:35 +0000 (+0100) Subject: fix typos, add license info X-Git-Tag: v0.5.0~39 X-Git-Url: https://git.cweiske.de/bdrem.git/commitdiff_plain/c2bc33952060ea4caffbe0a2edffea4a5361a9d5?hp=ef83af1b350cd1d1c8bf28077977763bdae93cf2 fix typos, add license info --- diff --git a/README.rst b/README.rst index 42af37f..72f1074 100644 --- a/README.rst +++ b/README.rst @@ -17,15 +17,16 @@ adjust it to your liking. MS SQL server ============= -Configure the date format in ``/etc/freedts/locales.conf``:: +Configure the date format in ``/etc/freetds/locales.conf``:: [default] date format = %Y-%m-%d -Also set the charset to UTF-8 in ``/etc/freedts/freedts.conf``:: +Also set the charset to UTF-8 in ``/etc/freetds/freetds.conf``:: [global] - # TDS protocol version tds version = 8.0 + # TDS protocol version + tds version = 8.0 client charset = UTF-8 Restart Apache afterwards. @@ -33,3 +34,17 @@ Restart Apache afterwards. Use ``dblib`` in the DSN:: dblib:host=192.168.1.1;dbname=Databasename + + +======= +License +======= +``bdrem`` is licensed under the `AGPL v3`__ or later. + +__ http://www.gnu.org/licenses/agpl.html + + +====== +Author +====== +Written by Christian Weiske, cweiske@cweiske.de