aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-05-05 18:22:47 -0400
committerJoey Hess <joey@kitenet.net>2010-05-05 18:22:47 -0400
commit66cc23a591f25344072deb07b2ccc7a4d4c89047 (patch)
treeb87fe3991d32cceaf28206286e12a1c33a234f7e /doc
parent2a2976f7ff281687b5e69a3963fc9c9fe03ef859 (diff)
downloadikiwiki-66cc23a591f25344072deb07b2ccc7a4d4c89047.tar
ikiwiki-66cc23a591f25344072deb07b2ccc7a4d4c89047.tar.gz
no more misc.tmpl
* Removed misc.tmpl. Now to theme ikiwiki, you only need to customise a single template, page.tmpl. * misc.tmpl will, however, still be read if a locally modified version exists. This is to avoid forcing users to update page.tmpl right now.
Diffstat (limited to 'doc')
-rw-r--r--doc/roadmap.mdwn3
-rw-r--r--doc/templates.mdwn2
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/roadmap.mdwn b/doc/roadmap.mdwn
index e257c21a2..729d22fb8 100644
--- a/doc/roadmap.mdwn
+++ b/doc/roadmap.mdwn
@@ -81,6 +81,9 @@ Probably incomplete list:
* Enable tagbase by default (so that tag autocreation will work by default).
Note that this is already done for wikis created by `auto-blog.setup`.
* [[tips/html5]] on by default (some day..)
+* stop reading misc.tmpl if it exists (only done in case users have a customized
+ version, or an outdated version of page.tmpl that cannot be used by
+ misctemplate)
In general, we try to use [[ikiwiki-transition]] or forced rebuilds on
upgrade to deal with changes that break compatability. Some things that
diff --git a/doc/templates.mdwn b/doc/templates.mdwn
index 9208db0eb..2444cf14d 100644
--- a/doc/templates.mdwn
+++ b/doc/templates.mdwn
@@ -45,8 +45,6 @@ html out of ikiwiki and in the templates.
key template to customize. [[!if test="enabled(pagetemplate)" then="""
(The pagetemplate directive can be used to make a page use a
different template than `page.tmpl`.)"""]]
-* `misc.tmpl` - Generic template used for any page that doesn't
- have a custom template.
* `rsspage.tmpl` - Used for generating rss feeds for blogs.
* `rssitem.tmpl` - Used for generating individual items on rss feeds.
* `atompage.tmpl` - Used for generating atom feeds for blogs.