diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2014-03-14 06:37:44 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2014-03-14 06:37:44 +0100 |
| commit | 62842c0ba16bb1dc67435dea7b4d75af7773eacb (patch) | |
| tree | 09e204b9620c6afe131d58aedf13ab783712aa68 | |
| parent | 0926cd2f97db58995bd412be1c3c9eaf8be50e64 (diff) | |
| download | bdrem-62842c0ba16bb1dc67435dea7b4d75af7773eacb.tar.gz bdrem-62842c0ba16bb1dc67435dea7b4d75af7773eacb.zip | |
update readme
| -rw-r--r-- | README.rst | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -12,9 +12,11 @@ Features Data sources ============ -- Any SQL database +- Any SQL database. + + - Multiple date fields per record supported. - An LDAP server -- Birthday reminder files (``.bdf``) +- `Birthday reminder <http://cweiske.de/birthday3.htm>` files (``.bdf``) Output formats ============== @@ -29,6 +31,10 @@ Configuration Copy ``data/bdrem.config.php.dist`` to ``data/bdrem.config.php`` and adjust it to your liking. +When running the ``.phar``, extract the configuration file first:: + + $ php dist/bdrem-0.1.0.phar config > bdrem-0.1.0.phar.config.php + MS SQL server ============= |
