diff options
author | Joey Hess <joey@kitenet.net> | 2010-06-15 13:34:45 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-06-15 13:34:45 -0400 |
commit | d3d63817c8ba2066ff942823baafa94b44a4e9af (patch) | |
tree | 6c10562405f3e75c28cb09dabb46723574b2aa33 /doc/forum | |
parent | 919df4ae9c0372506feebee41821e4de2c78cb91 (diff) | |
parent | b39630c16cd663bd39f4fc787407928c44010a24 (diff) |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc/forum')
-rw-r--r-- | doc/forum/tag_plugin:_rebuilding_autocreated_pages.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/forum/tag_plugin:_rebuilding_autocreated_pages.mdwn b/doc/forum/tag_plugin:_rebuilding_autocreated_pages.mdwn new file mode 100644 index 000000000..44833b11f --- /dev/null +++ b/doc/forum/tag_plugin:_rebuilding_autocreated_pages.mdwn @@ -0,0 +1 @@ +I have a bunch of tag pages autogenerated by the tag plugin. As part of a redesign for my wiki, I have changed the `autotag.tmpl` template, but IkiWiki refuses to rebuild existing tag pages using the updated template. I understand that existing tag pages are not rebuilt because they have been marked as "created" in `.ikiwiki/indexdb`. Is there a way to purge all tag pages from `indexdb`? --dkobozev |