Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-20 | fix broken example config file and detect this breakage | joey | |
2006-03-26 | added --getctime | joey | |
2006-03-23 | benchmarking suggests that meoization doesn't help even when doing a | joey | |
--rebuild, so remove it | |||
2006-03-23 | Getopt::Long is a huge, heavy perl module. So why use it? | joey | |
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 | Major code reoganisation, splitting up the single big file. The two goals | joey | |
kept in mind during this are a) to reduce load time for common cases like cgi and post-commit and b) make the code easier to navigate. This also modularises RCS support to the extent that it should be possible to drop in a module for some RCS other than svn, add a switch for it, and it pretty much just work. High chance I missed an edge case that breaks something, this is only barely tested at this point. |