README
OpenTTDLib README
Release version: 0.3.2 (2009-04-29)
------------------------------------------------------------------------
1) About
2) Bugs
3) HowTo
------------------------------------------------------------------------
1) About
OpenTTDLib is a set of php5 classes enableing you to query your game server
and retrieve live information, which can then be displayed on your website
or stored in a database to build more interesting statistics.
The project is based on work by TrueLight, derived from a file which used
to be maintained by the OpenTTD developers, though was removed from the project
in March 2007 due to maintainablilty / testing problems.
OpenTTDLib is licensed under the GNU General Public License version 2.0.
For more information, see the file 'COPYING' or refer to
http://www.gnu.org/licenses/gpl.html
------------------------------------------------------------------------
2) Bugs
Please report bugs, problems and feature requests at
http://codecubes.org or email to dihedral@codecubes.org
If you should experience Exceptions, please also add output from
OpenTTDLibException::dumpForDebug()
------------------------------------------------------------------------
3) HowTo
Please refer to the docs folder (or at http://codecubes.org/wiki/OpenTTDLib)
and have a look at the file example.php, example2.php is a more advanced
example making use of PEAR's HTML_TemplateSigma
You can find a running demo at http://openttd.dihedral.de
|