Go to file
joey 2a0d91af2f * Fix link() PageSpecs to not just look at the raw link text, but at where
that given link points based on the page doing the linking. Note that this
  could make such PageSpecs match different things than before, if you
  relied on the old behavior of them only matching the raw link text.
* This required changing the match_* interface, adding a third parameter.
* Allow link() PageSpecs to match relative, as is allowed with globs.a
* Add postform option to inline plugin.
* Add an bug tracker to the softwaresite example.
2007-03-21 23:11:09 +00:00
IkiWiki * Fix link() PageSpecs to not just look at the raw link text, but at where 2007-03-21 23:11:09 +00:00
basewiki change to links 2007-03-02 01:28:24 +00:00
debian * Fix link() PageSpecs to not just look at the raw link text, but at where 2007-03-21 23:11:09 +00:00
doc * Fix link() PageSpecs to not just look at the raw link text, but at where 2007-03-21 23:11:09 +00:00
po * Fix link() PageSpecs to not just look at the raw link text, but at where 2007-03-21 23:11:09 +00:00
t * Fix link() PageSpecs to not just look at the raw link text, but at where 2007-03-21 23:11:09 +00:00
templates the real bug turned out to be in the meta plugin 2007-03-21 06:46:06 +00:00
CHANGELOG * Work on firming up the plugin interface: 2006-09-09 22:50:27 +00:00
IkiWiki.pm * Fix link() PageSpecs to not just look at the raw link text, but at where 2007-03-21 23:11:09 +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/>