aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhttp://kerravonsen.dreamwidth.org/ <http://kerravonsen.dreamwidth.org/@web>2011-08-12 02:36:16 -0400
committeradmin <admin@branchable.com>2011-08-12 02:36:16 -0400
commit017babd9f3bd25afd7e55d720af368b32558c442 (patch)
treeb2d37e4ca824b98057a43f1c1b1a1ca4653e2aca /doc
parent0d36a355bc4ad6d4f870caceb6b783b1614ef532 (diff)
downloadikiwiki-017babd9f3bd25afd7e55d720af368b32558c442.tar
ikiwiki-017babd9f3bd25afd7e55d720af368b32558c442.tar.gz
implemented as part of pagetemplate
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/Set_templates_for_whole_sections_of_the_site.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/todo/Set_templates_for_whole_sections_of_the_site.mdwn b/doc/todo/Set_templates_for_whole_sections_of_the_site.mdwn
index f8f7d42f1..e679d98e0 100644
--- a/doc/todo/Set_templates_for_whole_sections_of_the_site.mdwn
+++ b/doc/todo/Set_templates_for_whole_sections_of_the_site.mdwn
@@ -33,3 +33,7 @@ I've written a new plugin, sectiontemplate, available in the `page_tmpl` branch
>>>> This is exactly what I was looking for and it took me a while to find it. I very much support the idea to provide this as a regular plugin, be it merged with pagetemplate or stand-alone. Thank you for your work and code! --BenTo
>>>> Any update on this. This could be very helpful as I plan to run a section of a wiki with a different language (and language settings like RTL-ed CSS). --Nezmer
+
+>>>>> I've implemented this functionality as part of `pagetemplate` as on my "pagetemplate" branch of ikiwiki at https://github.com/rubykat/ikiwiki/tree/pagetemplate - do you want to pull this, Joey?
+>>>>> It isn't implemented quite the same way as Will did; I have the template name first and the pagespec last, but it does the same thing.
+>>>>> --[[KathrynAndersen]]