1
0
Fork 0

Updated README.md

This commit is contained in:
Gergely Polonkai (W00d5t0ck) 2012-10-08 13:40:21 +02:00
parent 63caacdc8b
commit 24cf8f4c0d
1 changed files with 6 additions and 7 deletions

View File

@ -10,11 +10,11 @@ Features
* GnokiiSender to send using gnokii * GnokiiSender to send using gnokii
* FileSender to store messages in files * FileSender to store messages in files
* Authentication backends for authentication purposes * Authentication backends for authentication purposes
* DatabaseAuth for a PDO based backend * DatabaseAuth for a PDO based backend (non-working yet)
* FileAuth to store users and passwords in a shadow-like file * FileAuth to store users and passwords in a shadow-like file
* NullAuth to accept everyone without a password (TODO) * NullAuth to accept everyone without a password
* Logger backends for audit and message logging * Logger backends for audit and message logging
* DatabaseLogger for PDO based logging * DatabaseLogger for PDO based logging (non-working yet)
* FileLogger to log messages to files * FileLogger to log messages to files
Installation Installation
@ -28,10 +28,9 @@ SmsGateway can be installed using [composer](http://getcomposer.org/):
Configuration Configuration
------------- -------------
Currently, there are no configurable parts exist. My plans are: Currently, there are no configurable parts exist, everything is hard-coded.
My plans are:
* File paths for FileSender, FileAuth and FileLogger (currently these are * File paths for FileSender, FileAuth and FileLogger
hard-coded)
* Executable path for GnokiiSender * Executable path for GnokiiSender
* Database parameters for DatabaseSender, DatabaseAuth and DatabaseLogger * Database parameters for DatabaseSender, DatabaseAuth and DatabaseLogger