Go to file
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
IkiWiki instead of over and over. Typical speedup is ~4x. Max possible speedup: 2006-10-28 05:07:56 +00:00
basewiki merge change to basewiki 2006-10-19 16:27:17 +00:00
debian instead of over and over. Typical speedup is ~4x. Max possible speedup: 2006-10-28 05:07:56 +00:00
doc instead of over and over. Typical speedup is ~4x. Max possible speedup: 2006-10-28 05:07:56 +00:00
t * Change %renderedfiles to store an array of files rendered from a given 2006-10-08 21:56:50 +00:00
templates * Atom feed support based on a patch by Clint Adams. 2006-10-08 23:57:37 +00:00
CHANGELOG * Work on firming up the plugin interface: 2006-09-09 22:50:27 +00:00
IkiWiki.pm instead of over and over. Typical speedup is ~4x. Max possible speedup: 2006-10-28 05:07:56 +00:00
Makefile.PL * Patch from Pawel Tecza to cp -a the templates in the Makefile. 2006-10-17 17:48:52 +00:00
NEWS * Work on firming up the plugin interface: 2006-09-09 22:50:27 +00:00
README releasing version 1.0 2006-04-29 18:04:46 +00:00
ikiwiki-mass-rebuild * Fix ikiwiki-mass-rebuild to work in the way the postinst uses it. 2006-08-19 02:58:47 +00:00
ikiwiki-w3m.cgi * Support a w3mmode, which lets w3m run ikiwiki using its local CGI 2006-07-07 21:00:48 +00:00
ikiwiki.pl Fix support for --pingurl at the command line. 2006-10-16 18:33:59 +00:00
mdwn2man * The last release accidentially installed ikiwiki as ikiwiki.pl, now fixed. 2006-08-13 02:03:43 +00:00
pm_filter * Use DESTDIR and not PREFIX to specify installation prefix for packaging. 2006-08-25 02:12:43 +00:00
wikilist * Add ikiwiki-mass-rebuild script, ripped out of the postinst. 2006-05-05 20:48:20 +00:00

README

Use ./Makefile.PL to generate a Makefile, "make" will build the
documentation wiki and a man page, and "make install" will install ikiwiki.

All other documentation is in the ikiwiki documentation wiki, which is also
available online at <http://ikiwiki.kitenet.net/>