added: plugins_dir to config

small changes in makefiles


git-svn-id: svn://ttmath.org/publicrep/winix/trunk@643 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2010-08-17 22:32:47 +00:00
parent eec0ddf466
commit 3b655f39e1
15 changed files with 73 additions and 29 deletions

View File

@@ -103,7 +103,13 @@ public:
// if the output is shorter than this value then it will not be compressed
int compression_page_min_size;
// plugins directory
// default: /usr/local/winix/plugins
std::string plugins_dir;
// plugins
// you can provide either a relative path (plugins_dir will be used)
// or a full path to a plugin
std::vector<std::string> plugin_file;
// should the html code be cleaned by the html filter