Go to file
joey 4142c02f73 * Tables containing links with a link text were misparsed, because the "|"
in the wikilink looked like a table field separator. Avoid this ambiguity
  by linkifying the data before parsing it as a table.
* Turn on allow_loose_quotes in the table plugin's Text::CSV object,
  so that links from wikilinks don't confuse the parser.
2007-08-28 23:06:24 +00:00
IkiWiki * Tables containing links with a link text were misparsed, because the "|" 2007-08-28 23:06:24 +00:00
debian * Tables containing links with a link text were misparsed, because the "|" 2007-08-28 23:06:24 +00:00
doc * Tables containing links with a link text were misparsed, because the "|" 2007-08-28 23:06:24 +00:00
plugins
po * Tables containing links with a link text were misparsed, because the "|" 2007-08-28 23:06:24 +00:00
t
templates
underlays
.perlcriticrc
CHANGELOG
IkiWiki.pm
Makefile.PL
NEWS
README
ikiwiki-mass-rebuild
ikiwiki-w3m.cgi
ikiwiki.in
mdwn2man
pm_filter
wikilist

README

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

A few special variables you can set while using the Makefile:

PROFILE=1 turns on profiling for the build of the doc wiki. Uses Devel::Profile
NOTAINT=1 turns off the taint flag in the ikiwiki program

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