(no commit message)
[ikiwiki] / doc / recentchanges / change_eb13521f5276cdd21a3f5990b1a1a17234e40174._change
1 [[!meta author="""http://kerravonsen.dreamwidth.org/"""]]
2
3 [[!meta authorurl="""http://kerravonsen.dreamwidth.org/"""]]
4
5 [[!meta title="""change to todo/replace_HTML::Template_with_Template_Toolkit on ikiwiki"""]]
6
7 [[!meta permalink="http://ikiwiki.info/recentchanges/#change-eb13521f5276cdd21a3f5990b1a1a17234e40174"]]
8
9 <div id="change-eb13521f5276cdd21a3f5990b1a1a17234e40174" class="metadata">
10 <span class="desc"><br />Changed pages:</span>
11 <span class="pagelinks">
12
13 <a href="http://git.ikiwiki.info/?p=ikiwiki;a=blobdiff;f=doc/todo/replace_HTML::Template_with_Template_Toolkit.mdwn;h=9725b6541855c79fc8360e74857bd5737fb43834;hp=8650e4f2af14f9362d9d2de22ddbfc1e14411b00;hb=eb13521f5276cdd21a3f5990b1a1a17234e40174;hpb=f6312319a49cc1860eebbafd937a0f75d8e7baeb" title="diff" rel="nofollow">[[diff|wikiicons/diff.png]]</a><a href="http://ikiwiki.info/ikiwiki.cgi?page=todo%2Freplace_HTML%3A%3ATemplate_with_Template_Toolkit&amp;do=goto" rel="nofollow">todo/replace HTML::Template with Template Toolkit</a>
14
15
16 </span>
17 <span class="desc"><br />Changed by:</span>
18 <span class="committer">
19
20 <a href="http://kerravonsen.dreamwidth.org/" rel="nofollow">kerravonsen [dreamwidth.org]</a>
21
22 </span>
23 <span class="desc"><br />Commit type:</span>
24 <span class="committype">web</span>
25 <span class="desc"><br />Date:</span>
26 <span class="changedate"><span class="relativedate" title="Mon, 15 Nov 2010 19:00:48 -0400">19:00:48 11/15/10</span></span>
27 <span class="desc"><br /></span>
28 </div>
29
30 <span class="revert">
31 <a href="http://ikiwiki.info/ikiwiki.cgi?rev=eb13521f5276cdd21a3f5990b1a1a17234e40174&amp;do=revert" title="revert" rel="nofollow">[[revert|wikiicons/revert.png]]</a>
32 </span>
33
34 <div class="changelog">
35
36
37 modular, not replacement<br />
38
39
40 </div>
41
42 <div class="diff">
43 <pre>
44 diff --git a/doc/todo/replace_HTML::Template_with_Template_Toolkit.mdwn b/doc/todo/replace_HTML::Template_with_Template_Toolkit.mdwn
45 index 8650e4f..9725b65 100644
46 --- a/doc/todo/replace_HTML::Template_with_Template_Toolkit.mdwn
47 +++ b/doc/todo/replace_HTML::Template_with_Template_Toolkit.mdwn
48 @@ -61,3 +61,5 @@ HTML::Template&#39;s HTML-like markup prevents me from editing templates in KompoZer
49  
50  
51  I agree that being able to replace the template toolkit would be a great piece of modularity, and one I would use. If I could use the slot-based filling and the conditional logic from Template::Toolkit, we could build much more flexible inline and archivepage templates that would look different depending on where in the wiki we use them. Some of this can currently be accomplished with separate templates for each use case and a manual call to the right template in the !inline directive, but this is limited, cumbersome, and makes it difficult to reuse bits of formatting by trapping all of that information in multiple template files. -Ian
52 +
53 +&gt; I don&#39;t wish HTML::Template to be *replaced* by Template::Toolkit - as others have said above, it&#39;s overkill for my needs.  However, I also agree that HTML::Template has its own problems too.  The idea of making the template system modular, with a choice of which backend to use - I really like that idea. It would enable me to use some other template system I like better, such as Text::Template or Text::NeatTemplate. But I think it would be a lot of work to implement, though perhaps no more work than making the revision-control backend modular, I guess.  One would need to write an IkiWiki template interface that didn&#39;t care what the backend was, and yet is somehow still flexible enough to take advantage of special features of different backends.  There are an *awful lot* of things that use templates - not just the `pagetemplate` and `template` plugins, but a number of others which have specialized templates of their own. -- &#91;&#91;KathrynAndersen&#93;&#93;
54
55 </pre>
56 </div>
57
58 <!-- eb13521f5276cdd21a3f5990b1a1a17234e40174 -->