]> sipb.mit.edu Git - ikiwiki.git/commit
new link change detection method and general code rework
authorJoey Hess <joey@gnu.kitenet.net>
Tue, 6 Oct 2009 01:24:55 +0000 (21:24 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Tue, 6 Oct 2009 02:21:25 +0000 (22:21 -0400)
commitfd7b5767d3d377185838895d04f51288f0889a59
tree31b1f16843558c2417f694b369c8a089a6033154
parent0cb9e588e4253d317945399120a1ef5780b59d7a
new link change detection method and general code rework

This new method for determining when links on pages
have changed should be more efficient, since it avoids
double calculation of the bestlinks.

It also allows collecting data about the old links, before
the scan pass, so the data is accurate when pages move around
and bestlinks change.

Also got some code back to a saner indent level.
IkiWiki/Render.pm