diff options
author | bhobbit <bhobbit@web> | 2010-06-15 03:41:34 +0000 |
---|---|---|
committer | Joey Hess <joey@finch.kitenet.net> | 2010-06-15 03:41:34 +0000 |
commit | 696d54545a82e862fa9f87749f6f66b5bd141d7f (patch) | |
tree | 755c82e4001e136a14068e170f8ce59a78c3ed67 /doc | |
parent | 4e18d4415b49bbcc4a43db22ee4473a8c99f0eb2 (diff) | |
download | ikiwiki-696d54545a82e862fa9f87749f6f66b5bd141d7f.tar ikiwiki-696d54545a82e862fa9f87749f6f66b5bd141d7f.tar.gz |
Diffstat (limited to 'doc')
-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..d328f4c14 --- /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 purge all tag pages from `indexdb`? --dkobozev |