ikiwiki/IkiWiki
joey db3b72c482 instead of over and over. Typical speedup is ~4x. Max possible speedup:
8x.
* Add "scan" parameter to hook(), which is used to make the hook be called
  during the scanning pass, as well as the render pass. The meta and tag
  plugins need to use the new scan parameter, so will any others that modify
  %links.
* Now that links are calculated in a separate pass, it can also 
  precalculate backlinks in one pass, which is O(N^2) instead of the
  previous code that was O(N^3). A very nice speedup for wikis with lots
  (thousands) of pages.
2006-10-28 05:07:56 +00:00
..
Plugin instead of over and over. Typical speedup is ~4x. Max possible speedup: 2006-10-28 05:07:56 +00:00
Rcs cosmetic changes from Recai 2006-10-14 03:10:33 +00:00
Setup * Add --render mode, which can be used to preview an edit at the command 2006-09-21 21:34:29 +00:00
CGI.pm delete session 2006-10-28 00:36:34 +00:00
Render.pm instead of over and over. Typical speedup is ~4x. Max possible speedup: 2006-10-28 05:07:56 +00:00
Setup.pm * Patch from Recai to use utf8 when reading the setup file, so that 2006-09-10 18:16:43 +00:00
UserInfo.pm * Add basic spam fighting tool for admins: An admin's prefs page now allows 2006-10-28 00:35:33 +00:00
Wrapper.pm * Patch from Alec Berryman adding a http_auth config item that allows 2006-10-02 22:56:09 +00:00