diff options
author | Joey Hess <joey@kitenet.net> | 2010-06-18 14:31:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-06-18 14:31:24 -0400 |
commit | 2035881f55119471d3d506be6b0e0b1a35305aea (patch) | |
tree | ecb7ef8ff86a9a7103ac0064b2bbb8760e93da95 | |
parent | 0aaaa9b3f90e6bfe5e4a7da85d78c510b510e8de (diff) |
response
-rw-r--r-- | doc/forum/tag_plugin:_rebuilding_autocreated_pages.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/forum/tag_plugin:_rebuilding_autocreated_pages.mdwn b/doc/forum/tag_plugin:_rebuilding_autocreated_pages.mdwn index 44833b11f..637790482 100644 --- a/doc/forum/tag_plugin:_rebuilding_autocreated_pages.mdwn +++ b/doc/forum/tag_plugin:_rebuilding_autocreated_pages.mdwn @@ -1 +1,6 @@ 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 + +> Well, you can delete the indexdb and rebuild, and that will do it. +> The tag plugin is careful not to replace existing pages or even recreate +> tag pages if you delete them, which does cause a problem if you need to +> update them. --[[Joey]] |