aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins.mdwn
Commit message (Expand)AuthorAge
* updatesjoey2006-11-22
* * Add "last" parameter to hook function. Very basic ordering, and hopefully••• nothing more spohisticated will be needed. * Add formbuilder_setup and formbuilder hooks. * Split out a passwordauth module, that holds all the traditional password based authentication etc code. It's enabled by default, but can be disabled if you want only openid or some other auth method. joey2006-11-20
* * Make auth methods pluggable.•••* Move httpauth support to a plugin. * Add an openid plugin to support logging in using OpenID. joey2006-11-20
* web commit by joeywww-data2006-09-07
* changes to show= paramsjoey2006-08-23
* revert broken parentlinks fix, which was broken, explain why•••add plugins/contrib page to avoid broken link on this wiki joey2006-08-22
* * Add a tail fin^W^Wsidebar plugin by Tuomo Valkonen.•••* If a page links to itself, mark up the link text in a span with class="selflink" so that it can be styled. I don't have a useful style defined for that though. joey2006-08-18
* * ikiwiki can now download and aggregate feeds with its new aggregate••• plugin, so it's possible to implement a Planet using ikiwiki! * --setup --refresh no longer rebuilds wrappers. Use --setup --refresh --wrappers to do that. * Add %IkiWiki::forcerebuild to provide a way for plugins like aggregate to update pages that haven't changed on disk. joey2006-07-30
* updatsjoey2006-07-29
* * Tag plugins according to type.joey2006-07-29
* * Support htmlize plugins and make mdwn one such plugin, which is enabled by••• default (of course!). Based on a patch by Faidon Liambotis. joey2006-07-03
* * Introduce add_plugins and disable_plugins config options in setup files.••• This allows adding or removing plugins w/o overriding the whole list of default plugins, which makes it easier to upgrade when new default plugins are added. joey2006-07-03
* * The page name and parent links has switched from using a <h1> to a styled••• <span>, so pages can use <h1> internally instead of needing to use <h2>. * Updated all of ikiwiki's own wiki pages for that. * Add pagetemplate hook, which can be used by plugins that want to mess around with adding new stuff to the page template. * Remove headercontent; the search plugin now adds the search box to the header by registering a pagetemplate hook, and other plugins should do similarly. joey2006-05-26
* web commit by joeywww-data2006-05-05
* * Removed --sanitize and --no-sanitize, replaced with --plugin htmlscrubber••• and --disable-plugin htmlscrubber. joey2006-05-05
* haiku pluginjoey2006-05-05
* * Added smiley plugin, nicely controlled and documented by the smileys page.•••* Copied in some smileys from Moin Moin. joey2006-05-04
* web commit by joeywww-data2006-05-04
* web commit by joeywww-data2006-05-04
* web commit by joeywww-data2006-05-03
* web commit by joeywww-data2006-05-03
* web commit by joeywww-data2006-05-03
* * Patch from Thomas Schwinge to switch from --svn to --rcs=svn, etc,••• 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. joey2006-05-02
* web commit by joeywww-data2006-05-02
* web commit by joeywww-data2006-05-02
* foojoey2006-05-02
* * Added plugin system, currently only supporting for PreProcessorDirectives.•••* 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. joey2006-05-02