diff options
author | Joey Hess <joey@kitenet.net> | 2010-07-18 17:39:28 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-07-18 17:39:28 -0400 |
commit | ad8cb6d6fafa77be4e97a983d1b209f79aaf65ac (patch) | |
tree | 0f6ab8b8948bae67ef553a7aa7c9d844117040a9 /doc | |
parent | e674bb1445378ce43ae60720e42d6c418270001a (diff) | |
parent | 9ea48dd49bc37bca9c7efe9a35541360b67a51aa (diff) | |
download | ikiwiki-ad8cb6d6fafa77be4e97a983d1b209f79aaf65ac.tar ikiwiki-ad8cb6d6fafa77be4e97a983d1b209f79aaf65ac.tar.gz |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/rawhtml/discussion.mdwn | 4 | ||||
-rw-r--r-- | doc/todo/Set_templates_for_whole_sections_of_the_site.mdwn | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/plugins/rawhtml/discussion.mdwn b/doc/plugins/rawhtml/discussion.mdwn index e63e4acb9..9ed8230ba 100644 --- a/doc/plugins/rawhtml/discussion.mdwn +++ b/doc/plugins/rawhtml/discussion.mdwn @@ -2,4 +2,6 @@ Is there anyway to allow this only on locked pages? I'd like to be able to do r > Not at the moment. Long-term, ikiwiki needs some general permission mechanisms that encompass this sort of issue. --[[JoshTriplett]] ->> Thanks. Bummer though, looking forward to when this is possible. :-) -- Adam.
\ No newline at end of file +>> Thanks. Bummer though, looking forward to when this is possible. :-) -- Adam. + +> Well, this plugin is different from the [[html]] plugin. It **copies** html files. So users cannot do raw HTML via cgi. Thus it is safe in most cases. -- weakish 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 d0c09796f..b130f4ec5 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 @@ -29,3 +29,5 @@ I've written a new plugin, sectiontemplate, available in the `page_tmpl` branch >>> >>> I do still think combining this with pagetemplate would be good. >>> --[[Joey]] + +>>>> 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 |