aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
Commit message (Collapse)AuthorAge
* * Add -refresh option to ikiwiki-mass-rebuild and use that on upgrades thatjoey2006-05-27
| | | | do not need a full rebuild, in order to update any basewiki pages.
* * Add ikiwiki-mass-rebuild script, ripped out of the postinst.joey2006-05-05
| | | | | * Add some new config items to the estseek.conf template, which are needed by hyperestraier 1.2.3.
* * Allow discussion links on pages to be turned off with --no-discussion.joey2006-05-05
|
* haiku pluginjoey2006-05-05
|
* * Patch from Thomas Schwinge to switch from --svn to --rcs=svn, etc,joey2006-05-02
| | | | | | | | | | to pave the way for adding other RCS support. This also changes the setup files, where before they had svn => 1 or svn => 0, now they have rcs => "svn" or rcs => "". * Add a debian/NEWS file with upgrade notes. * Load whatever rcs module is specified, so new ones can be just dropped in as plugins and work. * Add some basic docs about writing RCS modules.
* * Add an orphans plugin for finding pages that nothing links to.joey2006-05-02
| | | | * Removed backlinks page, which it turns out nothing used.
* * Added plugin system, currently only supporting for PreProcessorDirectives.joey2006-05-02
| | | | | | | | | | | * Added a pagecount plugin, enabled by default. * Support PreProcessorDirectives with no parameters, ie "[[pagecount ]]". * Fixed/optimised backlinks code, to avoid rebuilding pages to update backlinks when the backlinks hadn't really changed. * Moved inline page support, rss generation etc into the inline plugin, enabled by default. * Added brokenlinks plugin, not enabled by default, but rather handy. * Fix several broken links in the doc wiki.
* patch fron Branden to install the man page in Makefile.PLjoey2006-04-21
|
* Implemented --underlaydir, and moved files provided by underlay out of docjoey2006-03-29
| | | | | | | | | so I don't need to maintain two copies anymore. You might also want to remove the files provided in the basewiki underlay from your wiki, if you have not created custom local versions of them, so that these pages will be automatically updated in future ikiwiki upgrades.
* Major code reoganisation, splitting up the single big file. The two goalsjoey2006-03-23
| | | | | | | | | | | | | 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.
* *warning* any wrappers built with a previous version of ikiwiki need to bejoey2006-03-23
| | | | | | | | | rebuilt This changes ikiwiki's syntax to require only 2 parameters (source and dest) and not three. The templatedir parameter is now an optional --templatedir.
* add --diffurl, if set RecentChanges has links to svn diffsjoey2006-03-21
|
* basewiki integrationjoey2006-03-19
|
* man page generationjoey2006-03-15
|
* debianisejoey2006-03-15
|
* config files now based on perl modulesjoey2006-03-15
add MakeMaker foo for module