OpenTableTrick Code
Brought to you by:
drake79
File | Date | Author | Commit |
---|---|---|---|
contrib | 2009-05-19 | drake79 | [r16] Updating to 0.7.2 (this is 0.7.1 in working sta... |
src | 2009-05-19 | drake79 | [r16] Updating to 0.7.2 (this is 0.7.1 in working sta... |
LICENSE.TXT | 2008-12-23 | drake79 | [r5] Updating docs |
README.TXT | 2008-12-23 | drake79 | [r5] Updating docs |
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