gitbranch template

master
http://jmtd.livejournal.com/ 2010-10-06 20:27:08 +00:00 committed by Joey Hess
parent 734d352beb
commit 78f784c91d
1 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
The patches in http://github.com/jmtd/ikiwiki/tree/img_use_template convert the `img.pm` plugin to use a template (by default, `img.tmpl`, varied using a`template=` parameter) rather than hard-code the generated HTML.
[[!template id=gitbranch branch=jmtd/img_use_template author="[[Jon]]"]]
Not finished! :-)
The patches in <http://github.com/jmtd/ikiwiki/tree/img_use_template> convert the `img.pm` plugin to use a template (by default, `img.tmpl`, varied using a `template=` parameter) rather than hard-code the generated HTML.
I originally thought of this to solve the problem outlined in [[bugs/can't mix template vars inside directives]], before I realised I could wrap the `img` call in my pages with a template to achieve the same thing. I therefore sat on it.
However, I since thought of another use for this, and so started implementing it.
However, I since thought of another use for this, and so started implementing it. (note to self: explain this other use)