4 projects tagged "plain text"
Snippetory is a general Java template engine based on passive templates. In passive templates, template code and logic are clearly separated from each other. The templates contains very simple mark up. By removing logic, templates are directly accessible, fully parametrized, and free of context, and can easily be reused. Navigation, code competition, and structuring of the code with methods and classes are supported.
ptdoc is another plain text publishing processor like those used by wiki engines, i.e. it transforms plain text in which some marks and structures are interpreted as formatting flags into btm, HTML, or clean plain text. It is coded in C with no external dependencies, and is very fast.