liquid_feedback_frontend
annotate config/testing.lua @ 4:80c215dbf076
Version alpha5
Many optical changes and improved usability
Support for different wiki-formatting-engines
Help system
Many optical changes and improved usability
Support for different wiki-formatting-engines
Help system
author | bsw/jbe |
---|---|
date | Thu Dec 10 12:00:00 2009 +0100 (2009-12-10) |
parents | 5c601807d397 |
children | 8d91bccab0bf |
rev | line source |
---|---|
bsw/jbe@0 | 1 execute.config("default") |
bsw/jbe@0 | 2 |
bsw/jbe@4 | 3 config.formatting_engine_executeables = { |
bsw/jbe@4 | 4 rocketwiki= "/opt/liquid_feedback_testing/rocketwiki/rocketwiki-lqfb", |
bsw/jbe@4 | 5 compat = "/opt/liquid_feedback_testing/rocketwiki/rocketwiki-lqfb-compat" |
bsw/jbe@4 | 6 } |
bsw/jbe@4 | 7 |
bsw/jbe@4 | 8 config.fastpath_url_func = function(member_id, image_type) |
bsw/jbe@4 | 9 return "http://www.public-software-group.org/liquid_feedback_testing/fastpath/getpic?" .. tostring(member_id) .. "+" .. tostring(image_type) |
bsw/jbe@4 | 10 end |