ikiwiki/IkiWiki/Plugin
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
..
aggregate.pm * Make the aggregate plugin emphasize error messages. 2006-10-13 18:31:18 +00:00
brokenlinks.pm change word 2006-10-08 22:12:12 +00:00
camelcase.pm
ddate.pm
favicon.pm
fortune.pm
googlecalendar.pm * Fix a forkbomb in various calls to IPC::Open2, which has a highly 2006-09-25 21:38:25 +00:00
haiku.pm
html.pm
htmlscrubber.pm
htmltidy.pm * Fix a forkbomb in various calls to IPC::Open2, which has a highly 2006-09-25 21:38:25 +00:00
img.pm * Add an img plugin, based on Christian Mock's img plugin, but stripped 2006-10-21 21:59:44 +00:00
inline.pm * Change the rss feed title from the wikiname to the page title, with 2006-10-22 21:12:50 +00:00
linkmap.pm * Change %renderedfiles to store an array of files rendered from a given 2006-10-08 21:56:50 +00:00
map.pm
mdwn.pm
meta.pm instead of over and over. Typical speedup is ~4x. Max possible speedup: 2006-10-28 05:07:56 +00:00
orphans.pm
otl.pm
pagecount.pm
pagestats.pm
polygen.pm * Change the rss feed title from the wikiname to the page title, with 2006-10-22 21:12:50 +00:00
rst.pm * Fix a forkbomb in various calls to IPC::Open2, which has a highly 2006-09-25 21:38:25 +00:00
search.pm * Change %renderedfiles to store an array of files rendered from a given 2006-10-08 21:56:50 +00:00
shortcut.pm * Add no_override parameter to hook(). 2006-10-15 19:33:52 +00:00
sidebar.pm
skeleton.pm
smiley.pm
tag.pm instead of over and over. Typical speedup is ~4x. Max possible speedup: 2006-10-28 05:07:56 +00:00
template.pm * Yet another fix for those poor case-insensative `OSX users. 2006-09-18 19:28:09 +00:00
toc.pm
typography.pm * Don't fail syntax check if Text::Typography isn't installed. 2006-09-26 06:08:24 +00:00
wikitext.pm