]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/replace_HTML::Template_with_Template_Toolkit.mdwn
hr
[ikiwiki.git] / doc / todo / replace_HTML::Template_with_Template_Toolkit.mdwn
index f3290495a688e087f277fae407a8ed9f2ceb14ab..9616f724fb8d14fa296ca57ef8dc23a8a30fc4a4 100644 (file)
@@ -99,5 +99,17 @@ I agree that being able to replace the template toolkit would be a great piece o
 >>> 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
+>>> converter script.  Get it from: <http://github.com/riccardomurri/ikiwiki>
 >>> --[[RiccardoMurri]]
+
+---
+
+>>> I found this thing yesterday:
+>>>
+>>> http://search.cpan.org/~rhandom/Template-Alloy-1.016/lib/Template/Alloy.pod
+>>> I think (hope) this can solve all the problems related to this feature request.
+>>> 
+>>> From the url above:
+>>> "With Template::Alloy you can use your favorite template interface and syntax
+>>> and get features from each of the other major template systems."
+>>> --[[Cstamas]]