aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawkARRfU19FmAvBQJ0zR_vlTi_KEiL9meFE <Riccardo@web>2011-07-24 09:37:42 -0400
committeradmin <admin@branchable.com>2011-07-24 09:37:42 -0400
commitf105763e5a5407eecefd81b198dd3bed29f9535d (patch)
tree4ceb9569d59d5ef4365c2889ad7c1873b7ea9a25 /doc
parent5df8a1eedbda113e9c5babb19ba2637b833b2b65 (diff)
downloadikiwiki-f105763e5a5407eecefd81b198dd3bed29f9535d.tar
ikiwiki-f105763e5a5407eecefd81b198dd3bed29f9535d.tar.gz
announcing Template::Toolkit patch
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/replace_HTML::Template_with_Template_Toolkit.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/todo/replace_HTML::Template_with_Template_Toolkit.mdwn b/doc/todo/replace_HTML::Template_with_Template_Toolkit.mdwn
index eb088700d..f3290495a 100644
--- a/doc/todo/replace_HTML::Template_with_Template_Toolkit.mdwn
+++ b/doc/todo/replace_HTML::Template_with_Template_Toolkit.mdwn
@@ -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]]