Add Usage and TODO-Section
This commit is contained in:
parent
029a2476f9
commit
0b8f7f36c4
|
@ -1,6 +1,9 @@
|
||||||
# TeamspeakStats
|
# TeamspeakStats
|
||||||
A simple Teamspeak stat-generator - based on server-logs
|
A simple Teamspeak stat-generator - based on server-logs
|
||||||
|
|
||||||
|
# Usage
|
||||||
|
Run `tsstats.py` and point your web-server to the generated .html-file, now you will see some stats for your Teamspeak-Server parsed from the logs.
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
|
|
||||||
###Configname
|
###Configname
|
||||||
|
@ -17,3 +20,6 @@ A simple Teamspeak stat-generator - based on server-logs
|
||||||
logfile = /usr/local/bin/teamspeak-server/logs/ts3server_2015-03-02__14_01_43.110983_1.log
|
logfile = /usr/local/bin/teamspeak-server/logs/ts3server_2015-03-02__14_01_43.110983_1.log
|
||||||
outputfile = /var/www/html/stats.html
|
outputfile = /var/www/html/stats.html
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# TODO
|
||||||
|
- Localization
|
||||||
|
|
Loading…
Reference in New Issue