OpenTableTrick
==============
OpenTableTrick is an open source (GPL) helper application for the online soccer game Hattrick.org.
It converts OpenOffice.org Calc tables into HT conference code that you can post in the Hattrick.org conferences.
(c) 2008 by flattermann <opentabletrick@flattermann.net>
For more informations visit http://www.flattermann.net
TO EDIT:
~~~~~~~~
- You can edit the files in src/basic/OpenTableTrick directly using a text editor
(keep the encoding at UTF8!)
OR
- You can import the Library from src/basic/OpenTableTrick into OOo
(in OOo: Tools > Macros > Organize Macros > Macros > Organize > Libraries > Import)
and edit it using the build-in Basic IDE
NOTE: Please do NOT install the created OpenTableTrick.oxt before re-exporting the
library, because that would overwrite your changes
TO COMPILE:
~~~~~~~~~~~
- Open src/OpenTableTrick.odt in OOo
- Make changes to Macro://OpenTableTrick.odt:Standard.Module1 if necessary
(e.g. update version numbering)
- Run the macro OpenTableTrick.odt:Standard.Module1.myExtension
- This creates/updates the file OpenTableTrick.oxt in the main svn directory
SPECIAL NOTES:
~~~~~~~~~~~~~~
- OpenTableTrick.oxt (the output file) will be ignored by SVN in the main dir and in the src dir