Initial commit of jimb alpha 3
commitf1b1113672c32acc3be7eb887b7a7dbbf4656768
authorMartin Kelm <martinkelm@idxsolutions.de>
Thu, 26 Aug 2010 18:21:07 +0000 (26 20:21 +0200)
committerMartin Kelm <martinkelm@idxsolutions.de>
Thu, 26 Aug 2010 19:20:53 +0000 (26 21:20 +0200)
tree5aba6ba1ce977db2eca03dee0fd7d3ba84c1262c
Initial commit of jimb alpha 3
30 files changed:
CHANGELOG [new file with mode: 0755]
LICENSE [new file with mode: 0755]
README [new file with mode: 0755]
SQL [new file with mode: 0755]
config.example [new file with mode: 0755]
jimb [new file with mode: 0755]
jimci-alpha [new file with mode: 0755]
jimci-loop [new file with mode: 0755]
make-jimci [new file with mode: 0755]
services/actions.php [new file with mode: 0644]
services/database.cfg.php [new file with mode: 0644]
services/database.class.php [new file with mode: 0644]
services/inputParser.class.php [new file with mode: 0644]
services/mods/modBase.php [new file with mode: 0644]
services/mods/modDates.php [new file with mode: 0644]
services/mods/modDictionary.php [new file with mode: 0644]
services/mods/modReminders.php [new file with mode: 0644]
services/updates.php [new file with mode: 0644]
src/config.c [new file with mode: 0755]
src/config.h [new file with mode: 0755]
src/connection.c [new file with mode: 0755]
src/connection.h [new file with mode: 0755]
src/main.c [new file with mode: 0755]
src/main.h [new file with mode: 0755]
src/makefile [new file with mode: 0755]
src/makefile~ [new file with mode: 0644]
src/mysql.c [new file with mode: 0755]
src/mysql.h [new file with mode: 0755]
src/services.c [new file with mode: 0644]
src/services.h [new file with mode: 0644]