Initial stab at a working ContentMangler.
authorDan Brook <broq@cpan.org>
Sat, 15 May 2010 13:05:03 +0000 (14:05 +0100)
committerDan Brook <broq@cpan.org>
Sat, 19 Jun 2010 15:50:08 +0000 (16:50 +0100)
commit4928a55e4cc7a97e9f337a30d8f69558352dcac8
tree8c6f5d505e3edd8ceebc7faff45b44626bd17b13
parentb31e802054b57d4ae7a9a37248ab68867bc5f647
Initial stab at a working ContentMangler.

The idea is that the Resolver will figure out which Transformer will do
the mangling. There can only be one Transformer presently, mostly so I
don't get lost in a sea of complications. Much follow up work is needed
and ideally another mangler e.g POD.
lib/Gitalist/ContentMangler/Resolver/Default.pm
lib/Gitalist/ContentMangler/Transformer/SyntaxHighlight.pm [new file with mode: 0644]
lib/Gitalist/Model/ContentMangler.pm
root/inc/syntax_highlight_css.tt2