Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-26 | Revamped external execute function into a external text formatter function | Adrian Kummerländer | |
* importing XML output of a called executable into the result document required special logic which clashed with a general execute function * general execute function may be implemented in the future ** support for external text formatters with XML output has a higher priority * current implementation enables calling a markdown parser and including the XHTML output into the document | |||
2014-05-25 | Implemented basic external "execute" function | Adrian Kummerländer | |
* enables execution of external programs ** second parameter is passed to stdin ** stdout is captured and returned ** based on booost::process * this was implemented to enable access to external content preprocessors such as markdown |