announcing Template::Toolkit patch
authorhttps://www.google.com/accounts/o8/id?id=AItOawkARRfU19FmAvBQJ0zR_vlTi_KEiL9meFE <Riccardo@web>
Sun, 24 Jul 2011 13:37:42 +0000 (09:37 -0400)
committeradmin <admin@branchable.com>
Sun, 24 Jul 2011 13:37:42 +0000 (09:37 -0400)
doc/todo/replace_HTML::Template_with_Template_Toolkit.mdwn

index eb088700d5cb6f86e2fce0c769c745cf66cfa40c..f3290495a688e087f277fae407a8ed9f2ceb14ab 100644 (file)
@@ -95,3 +95,9 @@ I agree that being able to replace the template toolkit would be a great piece o
 >> A modular template system in ikiwiki is unlikely, as template objects
 >> are part of the API,  notably the `pagetemplate` hook. Unless the other
 >> system has a compatible template object. --[[Joey]] 
+
+>>> I hacked an adapter that exposes the HTML::Template API but uses
+>>> Template::Toolkit for the template rendering.  Very rough, but it
+>>> works: my Wikis compile mostly ok.  The code includes a `.tmpl`
+>>> converter script.  Get it from: http://github.com/riccardomurri/ikiwiki
+>>> --[[RiccardoMurri]]