brokenlinks: sort the pages that link to the missing page, for better reproducibility
parent
7a96363c6d
commit
8e007666d4
|
@ -39,7 +39,7 @@ sub preprocess (@) {
|
||||||
htmllink($page, $params{destpage}, $link, noimageinline => 1),
|
htmllink($page, $params{destpage}, $link, noimageinline => 1),
|
||||||
join(", ", map {
|
join(", ", map {
|
||||||
htmllink($params{page}, $params{destpage}, $_, noimageinline => 1)
|
htmllink($params{page}, $params{destpage}, $_, noimageinline => 1)
|
||||||
} @pages)
|
} sort @pages)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -26,6 +26,8 @@ ikiwiki (3.20150330) UNRELEASED; urgency=medium
|
||||||
* debian: build the docwiki with LC_ALL=C.UTF-8 and TZ=UTC
|
* debian: build the docwiki with LC_ALL=C.UTF-8 and TZ=UTC
|
||||||
* debian/copyright: consolidate permissive licenses
|
* debian/copyright: consolidate permissive licenses
|
||||||
* debian/copyright: turn comments on provenance into Comment
|
* debian/copyright: turn comments on provenance into Comment
|
||||||
|
* brokenlinks: sort the pages that link to the missing page, for
|
||||||
|
better reproducibility
|
||||||
|
|
||||||
-- Joey Hess <id@joeyh.name> Tue, 28 Apr 2015 12:24:08 -0400
|
-- Joey Hess <id@joeyh.name> Tue, 28 Apr 2015 12:24:08 -0400
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue