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>
Sun, 1 Aug 2010 11:25:15 +0000 (12:25 +0100)
commit52990a5805d5e56812ee53e52ec2b5fe96938335
treeebd0550a2d1b40f06d6dce4f324cc832874bbb80
parentd23c3968a45dea4d33fd04dd79421e5d91476d08
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