Go to file
joey 1202b4fd7b * Add preview parameter to preprocesser calls, use this rather than the
previous ugly hack used to avoid writing rss feeds in previews.
* Fix the img plugin to avoid overwriting images in previews. Instead it
  does all the work to make sure the resizing works, and dummys up a resized
  image using width and height attributes.
* Also fixes img preview display, the links were wrong in preview before.
2007-03-06 22:37:05 +00:00
IkiWiki * Add preview parameter to preprocesser calls, use this rather than the 2007-03-06 22:37:05 +00:00
basewiki change to links 2007-03-02 01:28:24 +00:00
debian * Add preview parameter to preprocesser calls, use this rather than the 2007-03-06 22:37:05 +00:00
doc * Add preview parameter to preprocesser calls, use this rather than the 2007-03-06 22:37:05 +00:00
po * Add preview parameter to preprocesser calls, use this rather than the 2007-03-06 22:37:05 +00:00
t * Allow for underscores to appear in page titles, if encoded appropriately 2007-03-02 00:37:22 +00:00
templates really add 2007-03-06 19:18:47 +00:00
CHANGELOG * Work on firming up the plugin interface: 2006-09-09 22:50:27 +00:00
IkiWiki.pm * Add preview parameter to preprocesser calls, use this rather than the 2007-03-06 22:37:05 +00:00
Makefile.PL PERL5LIB won't work when using the taint flag, and use lib "." is removed 2007-02-21 00:36:57 +00:00
NEWS * Work on firming up the plugin interface: 2006-09-09 22:50:27 +00:00
README * New domain name for ikiwiki: ikiwiki.info. Update your links. 2007-02-18 20:24:40 +00:00
ikiwiki-mass-rebuild * Allow /etc/ikiwiki/wikilist to list just the names of users, if so then 2006-11-28 05:46:13 +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.in * Since the CGI had to drop the wiki lock to avoid deadlocking the 2007-02-21 08:55:28 +00:00
mdwn2man * The last release accidentially installed ikiwiki as ikiwiki.pl, now fixed. 2006-08-13 02:03:43 +00:00
pm_filter * Allow setting NOTAINT=1 when building the wiki to remove taint checking 2007-02-20 01:09:48 +00:00
wikilist * Allow /etc/ikiwiki/wikilist to list just the names of users, if so then 2006-11-28 05:46:13 +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.info/>