ikiwiki/doc/plugins
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
..
contrib instead of over and over. Typical speedup is ~4x. Max possible speedup: 2006-10-28 05:07:56 +00:00
type * Add a googlecalendar plugin. A bit special-purpose, but it shows 2006-09-09 07:11:51 +00:00
aggregate.mdwn note that expire options are not yet implemented 2006-09-02 02:28:33 +00:00
brokenlinks.mdwn no longer need triple quotes 2006-08-23 20:27:18 +00:00
camelcase.mdwn no longer need triple quotes 2006-08-23 20:27:18 +00:00
contrib.mdwn revert broken parentlinks fix, which was broken, explain why 2006-08-22 17:54:10 +00:00
ddate.mdwn hail UB313! 2006-09-14 22:28:04 +00:00
favicon.mdwn update 2006-09-21 20:24:38 +00:00
fortune.mdwn no longer need triple quotes 2006-08-23 20:27:18 +00:00
googlecalendar.mdwn add 2006-09-09 07:13:21 +00:00
haiku.mdwn no longer need triple quotes 2006-08-23 20:27:18 +00:00
html.mdwn no longer need triple quotes 2006-08-23 20:27:18 +00:00
htmlscrubber.mdwn no longer need triple quotes 2006-08-23 20:27:18 +00:00
htmltidy.mdwn * Added a ddate plugin. 2006-08-27 03:55:45 +00:00
img.mdwn updates 2006-10-21 23:32:15 +00:00
inline.mdwn * Atom feed support based on a patch by Clint Adams. 2006-10-08 23:57:37 +00:00
linkmap.mdwn size limits 2006-09-07 06:58:27 +00:00
map.mdwn no longer need triple quotes 2006-08-23 20:27:18 +00:00
mdwn.mdwn no longer need triple quotes 2006-08-23 20:27:18 +00:00
meta.mdwn no longer need triple quotes 2006-08-23 20:27:18 +00:00
orphans.mdwn no longer need triple quotes 2006-08-23 20:27:18 +00:00
otl.mdwn no longer need triple quotes 2006-08-23 20:27:18 +00:00
pagecount.mdwn no longer need triple quotes 2006-08-23 20:27:18 +00:00
pagestats.mdwn no longer need triple quotes 2006-08-23 20:27:18 +00:00
polygen.mdwn no longer need triple quotes 2006-08-23 20:27:18 +00:00
rst.mdwn * Added a ddate plugin. 2006-08-27 03:55:45 +00:00
search.mdwn estseek patch (slightly altered) and other replies 2006-09-18 20:53:17 +00:00
shortcut.mdwn * Add no_override parameter to hook(). 2006-10-15 19:33:52 +00:00
sidebar.mdwn no longer need triple quotes 2006-08-23 20:27:18 +00:00
smiley.mdwn no longer need triple quotes 2006-08-23 20:27:18 +00:00
tag.mdwn * Atom feed support based on a patch by Clint Adams. 2006-10-08 23:57:37 +00:00
template.mdwn no longer need triple quotes 2006-08-23 20:27:18 +00:00
toc.mdwn * Add toc (table of contents) plugin. 2006-08-28 07:40:20 +00:00
typography.mdwn * Add typography (SmartyPants) plugin by Recai. 2006-09-21 20:28:40 +00:00
wikitext.mdwn no longer need triple quotes 2006-08-23 20:27:18 +00:00
write.mdwn instead of over and over. Typical speedup is ~4x. Max possible speedup: 2006-10-28 05:07:56 +00:00