winix/confparser
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
..
Makefile changed: the way how plugins work 2010-07-27 20:41:56 +00:00
Makefile.dep added: created directory 'content' which has Content:: files 2008-12-30 01:05:03 +00:00
Makefile.o.dep changed: the way of building 2009-04-21 20:50:55 +00:00
confparser.cpp fixed: in htmlfilter: <area> should be treated as single tag 2010-07-21 17:24:16 +00:00
confparser.h fixed: in htmlfilter: <area> should be treated as single tag 2010-07-21 17:24:16 +00:00