git repos / oastat

commit d244a6bf

sago007 · 2014-07-02 19:17
d244a6bff0a9831cc0b50d73348f71898e8b1210 patch · browse files
parent 8095a4e7558c669338b0fac363c157246a08d070

WWW adresses in the README.md

Changed files

M README.md before
diff --git a/README.md b/README.md index 96f82d8..1b8c34f 100644 --- a/README.md +++ b/README.md
@@ -2,6 +2,8 @@
Here you will be introduced on how to get data into oastat and how to get the data out again. Oastat can read both from file or pipe and can write output to either an SQL server or an XML file.
+Homepage: https://code.google.com/p/oastat/
+Mirror of the code: https://github.com/sago007/oastat-copy
# Details
@@ -42,4 +44,13 @@ The windows version only has support for XMl output and sqlite. The reason it do
The Windows version includes two scripts:
* oastat_create_db.bat - Creates a sqlite3-database
-* oastat_fill_db.bat - Fills the database with data from "%APPDATA%/OpenArena/baseoa/games.log"
\ No newline at end of file
+* oastat_fill_db.bat - Fills the database with data from "%APPDATA%/OpenArena/baseoa/games.log"
+
+The windows version cannot read from stdin or use the "--tail" command but it does demonstrate the duplicate check.
+
+For looking at the sqlite-file generated I recommend Sqliteman (http://sqliteman.com/)
+
+## License
+The program is licences under GNU GPL v2 or any later version. See COPYING for details.
+The Windows version may include files from CPPDB (http://cppcms.com/sql/cppdb/) that are licensed under the Boost Software License 1.0 or The MIT license at your opinion.
+The windows version may also be packed with sqlite3.exe that are in the public domain.
\ No newline at end of file