aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/auto_rebuild_on_template_change.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-04-19 23:52:16 -0400
committerJoey Hess <joey@kitenet.net>2010-04-19 23:52:16 -0400
commit563428ebd2a75cfabccf1974da0c1cbbe07eb369 (patch)
tree502328669777b3711ffa0b119637ea3f8394f02b /doc/todo/auto_rebuild_on_template_change.mdwn
parent606dcbedc91be62f03670179e93b12e5f2e2e556 (diff)
downloadikiwiki-563428ebd2a75cfabccf1974da0c1cbbe07eb369.tar
ikiwiki-563428ebd2a75cfabccf1974da0c1cbbe07eb369.tar.gz
response
Diffstat (limited to 'doc/todo/auto_rebuild_on_template_change.mdwn')
-rw-r--r--doc/todo/auto_rebuild_on_template_change.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/todo/auto_rebuild_on_template_change.mdwn b/doc/todo/auto_rebuild_on_template_change.mdwn
index 6a1013f8d..2558d5f3e 100644
--- a/doc/todo/auto_rebuild_on_template_change.mdwn
+++ b/doc/todo/auto_rebuild_on_template_change.mdwn
@@ -24,6 +24,7 @@ register dependencies on `page.tmpl`, `inlinepage.tmpl`, etc, as they're
used. Although, having every page declare an explicit dep on `page.tmpl`
is perhaps a bit much; might be better to implement a special case for that
one. Also, having the templates be copied to `destdir` is not desirable.
+(However, if they're not copied, wikilinks to them will be broken. Hmm.)
The risk is that a site might have `allowed_attachments` set to
`templates/*` or `*.tmpl` something like that. I think such a configuration
@@ -39,3 +40,8 @@ wikitemplates and in-wiki templates.)
>> --[[Joey]]
>>> I don't follow you. --[[KathrynAndersen]]
+
+>>>> If they don't render to output files, they clearly don't
+>>>> need to be treated as wiki pages. (They need to be treated
+>>>> as raw files anyway, because you don't want random users editing them
+>>>> in the online editor.) --[[Joey]]