Available in a git repository.
Repository: ikiwiki
Browsable repository: ikiwiki
Author: W. Trevor King
While writing the yacc2dot page I ran across some difficulties inlining raw files (i.e. those whose type/extension ikiwiki doesn't know about). Fixed with the following changes:
- Altered
inline.pm
which reads the content of raw files if the selected template is in theraw_templates
config array. - New
raw.tmpl
to minimally format the raw contents (formatting still needs work).
Changes made in my branch of the IkiWiki Git repository.