Go to file
joey b645dc5a41 Getopt::Long is a huge, heavy perl module. So why use it?
This {gross,amazing} hack makes all wrapped uses of ikiwiki forgo any
option parsing at all. Options come in preparses via an env var from the
wrapper. As a bonus, Wrapper.pm no longer needs to be updated when command
line options are added to the program. Load time is sped up by around 10%.

ikiwikiwrap --params is no longer supported by this change. You will need
to rebuild your wrappers to take advantage of it.
2006-03-23 07:37:16 +00:00
IkiWiki Getopt::Long is a huge, heavy perl module. So why use it? 2006-03-23 07:37:16 +00:00
basewiki improve 2006-03-23 02:31:51 +00:00
debian basewiki integration 2006-03-19 21:51:39 +00:00
doc Getopt::Long is a huge, heavy perl module. So why use it? 2006-03-23 07:37:16 +00:00
templates prefs page implemented 2006-03-21 02:38:17 +00:00
GPL debianise 2006-03-15 04:05:53 +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 add 2006-03-20 08:04:39 +00:00
ikiwiki Getopt::Long is a huge, heavy perl module. So why use it? 2006-03-23 07:37:16 +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 generate docs and a
man page, and "make install" will install ikiwiki.

All other documentation is in the ikiwiki documentation wiki.