Winix framework is a complete infrastructure written in the C++ programming language to create modern web applications and APIs.
Go to file
Tomasz Sowa 031ace3fe5 changed: the way how plugins work
all your plugin functions can have signature either:
void my_function(PluginInfo & info); or
void my_function();
only the main Init should have:
extern "C" void Init(PluginFunction & info);

added: directory 'plugins' for plugins
added: 'stats' plugin
		  


git-svn-id: svn://ttmath.org/publicrep/winix/trunk@624 e52654a7-88a9-db11-a3e9-0013d4bc506e
2010-07-27 20:41:56 +00:00
confparser changed: the way how plugins work 2010-07-27 20:41:56 +00:00
content changed: the way how plugins work 2010-07-27 20:41:56 +00:00
core changed: the way how plugins work 2010-07-27 20:41:56 +00:00
html updated to the new version of ezc 2010-07-19 23:07:34 +00:00
locale added: progress bar (image) to tickets table 2010-07-05 17:22:30 +00:00
main changed: the way how plugins work 2010-07-27 20:41:56 +00:00
plugins/stats changed: the way how plugins work 2010-07-27 20:41:56 +00:00
static/layout1 added: progress bar (image) to tickets table 2010-07-05 17:22:30 +00:00
templates changed: the way how plugins work 2010-07-27 20:41:56 +00:00
templatesnotify changed: the way how plugins work 2010-07-27 20:41:56 +00:00
Makefile changed: the way how plugins work 2010-07-27 20:41:56 +00:00