-* Look at breaking the relatively rarely used blogging stuff out of
- Render.pm, into its own module.
+* The backlinks calculation code is still O(N^2) on the number of pages.
+ If backlinks info were stored in the index file, it would go down to
+ constant time for iterative builds, though still N^2 for rebuilds.