]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/plugins/contrib/album/discussion.mdwn
trail plugin unexpected interdependencies
[git.ikiwiki.info.git] / doc / plugins / contrib / album / discussion.mdwn
index 4db06d853011c87b7dca7fbb818bba64823d7fff..0b8c7b1a532eee3b74e533be1a94c7965e33f1ed 100644 (file)
@@ -617,7 +617,7 @@ On a site with the following structure where all album$n.mdwn files have the ``[
     | |-imgE.jpg
     | |-imgF.jpg
 
-This happens even if the indexpage has no links and when the tree is one level deeper than above with a folder between the index and each ``album$0n`` tuple. Touching index.mdwn rebuilds for instance imgF viewer and output like for example the following as a result of changing ``album01.mdwn``
+This happens even if the indexpage has no links and when the tree is one level deeper than above with a folder between the index and each ``album$0n`` tuple. Touching index.mdwn rebuilds for instance imgF viewer and output like for example the following as a result of changing ``album01.mdwn`` and issuing ``ikiwiki --setup debug.setup --refresh --verbose``
 
     building album02/imgC, its previous or next page has changed
     building album03/imgE, its previous or next page has changed
@@ -625,6 +625,6 @@ This happens even if the indexpage has no links and when the tree is one level d
 
 In other words using the album plugin means all changes trigger full rebuilds (as far as I can tell). With my workflow this hasn't been much of an issue as my sites are static and updated maximum once a week but it does make comments unfeasible.
 
-Perhaps there is something in my setup that triggers this problem? If anyone has an ikiwiki album installation where ``--refresh`` limits the scope of the rebuild to just one album I'd be interested to hear. See <http://img.kalleswork.net> for an live website that has this problem. I've tested a simpler debug site without any customization as well.
+Perhaps there is something in my setup that triggers this problem? If anyone has an ikiwiki album installation where ``--refresh`` limits the scope of the rebuild to just one album I'd be interested to hear. See <http://img.kalleswork.net> for an live website that has this problem. I've tested a simpler debug site without any customization as well. --[[kjs]]