Go to file
joey e41dd1e24e html validation fixes:
- escape & in urls (also clean up cgi url generation)
 - since markdown wraps inlined pages in <p></p>, close and re-open
   the paragraph tags when generating the embedded html
 - added XHTML 1.0 doctypes to templates
 - fixed <hr /> and <br /> in templates
 - add an alt attribute to inline images, based on the WikiLink to the
   image. Allows things like [[my_image|img.png]] to customise alt text.
2006-03-29 03:18:21 +00:00
IkiWiki html validation fixes: 2006-03-29 03:18:21 +00:00
basewiki hold onto your hats, full-fledged blogging has arrived in ikiwiki! 2006-03-24 01:16:32 +00:00
debian add 2006-03-25 22:33:50 +00:00
doc html validation fixes: 2006-03-29 03:18:21 +00:00
templates html validation fixes: 2006-03-29 03:18:21 +00:00
Makefile.PL Major code reoganisation, splitting up the single big file. The two goals 2006-03-23 06:51:15 +00:00
README prototyping improvements 2006-03-23 08:10:09 +00:00
ikiwiki html validation fixes: 2006-03-29 03:18:21 +00:00
mdwn2man add --diffurl, if set RecentChanges has links to svn diffs 2006-03-21 01:18:01 +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.