Go to file
joey cefbe6210f * Change %renderedfiles to store an array of files rendered from a given
source file, to allow tracking of extra rendered files like rss feeds.
* Note that plugins that accessed this variable will need to be updated!
  The plugin interface has been increased to version 1.01 for this change.
* Add will_render function to the plugin interface, used to register that a
  page renders a destination file, and do some security checks.
* Use will_render in the inline and linkmap plugins.
* Previously but no longer rendered files will be cleaned up.
* You will need to rebuild your wiki on upgrade to this version.
2006-10-08 21:56:50 +00:00
IkiWiki * Change %renderedfiles to store an array of files rendered from a given 2006-10-08 21:56:50 +00:00
basewiki update 2006-09-23 00:05:27 +00:00
debian * Change %renderedfiles to store an array of files rendered from a given 2006-10-08 21:56:50 +00:00
doc * Change %renderedfiles to store an array of files rendered from a given 2006-10-08 21:56:50 +00:00
t * Change %renderedfiles to store an array of files rendered from a given 2006-10-08 21:56:50 +00:00
templates fix mime type 2006-09-17 17:46:51 +00:00
CHANGELOG * Work on firming up the plugin interface: 2006-09-09 22:50:27 +00:00
IkiWiki.pm * Change %renderedfiles to store an array of files rendered from a given 2006-10-08 21:56:50 +00:00
Makefile.PL * Patch from Paul Tötterman to use CP in the Makefile. 2006-09-28 23:11:24 +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 * Patch from Alec Berryman adding a http_auth config item that allows 2006-10-02 22:56:09 +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/>