1 My repository contains image sources made with tools like Inkspace, Dia, LibreOffice, Gimp and so on.
3 Instead of pushing the images themselves into git or manually exporting them to PNG/SVG,
4 I'd like to keep just the sources in git, and have ikiwiki compile them into the final
5 images just like it compiles Markdown into HTML. Is it possible to add new files types
6 and tell ikiwiki how to compile them?
8 (After reading some plugin docs...)
10 I just read 'perlintro' yesterday in unrelated context, but...
11 could it maybe be done by writing a plugin like this one,
12 which compiles textile?
14 <http://source.ikiwiki.branchable.com/?p=source.git;a=blob;f=IkiWiki/Plugin/textile.pm;h=56bb4bffce83bf9fa47b1ad731f46c8dc8d9f652;hb=HEAD>