aboutsummaryrefslogtreecommitdiff
path: root/doc/ikiwiki.setup
Commit message (Expand)AuthorAge
* * Add wikitext markup plugin, which supports ".wiki" pages written in the••• original wiki syntax, CamelCase links and all. joey2006-07-07
* * Make RecentChanges use a table and some CSS, should be much more readable.••• No code changes involved. * Encode & in diffurl in examples, to conform to pedantic rules. joey2006-07-04
* * 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
* fix path to git hook scriptjoey2006-07-03
* * Support pinging services such as Technorati using XML-RPC to notify them••• about changes to rss feeds. joey2006-06-27
* misc fixes from Recaijoey2006-06-03
* improve the ikiwiki.setup for git, hope I got everything rightjoey2006-06-02
* * Add --timeformat config option to allow changing how dates are displayed.••• Note that as a side effect, dates will now be displayed using the local timezone, not as GMT. joey2006-05-29
* use right name for search pluginjoey2006-05-25
* * Allow discussion links on pages to be turned off with --no-discussion.joey2006-05-05
* * Removed --sanitize and --no-sanitize, replaced with --plugin htmlscrubber••• and --disable-plugin htmlscrubber. joey2006-05-05
* updatejoey2006-05-04
* rather a lot of changes to make hyperestraier search be a plugin, allowing•••for other types of search engine plugins if wanted, and also opening up a lot of new possibilities for other kinds of plugins later some notable changes along the way: - lots of new hook types: cgi, render, delete - wrapper files fixed to support config strings with newlines in them - HEADERCONTENT in page template useful for plugins. Probably needs to be expanded to more such for other places plugins might want to add content. - remove unnecessary wrappers field from config info stored in wrappers joey2006-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
* typojoey2006-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
* implemented html sanitisationjoey2006-04-25
* updatejoey2006-04-24
* fix broken example config file and detect this breakagejoey2006-04-20
* fix mode quoting and fix commenting out of wrapper blockjoey2006-04-03
* added --hyperestraier switch, which turns on search support•••(ok, the way I run estseek.cgi is admittedly pretty nasty, but it works..) joey2006-03-29
* fixesjoey2006-03-24
* add support for generating per-page rss feedsjoey2006-03-23
* *warning* any wrappers built with a previous version of ikiwiki need to be•••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. joey2006-03-23
* added adminuser settings, globlist support, and used this to implement page•••locking joey2006-03-23
* add --diffurl, if set RecentChanges has links to svn diffsjoey2006-03-21
* fix setup file error•••improve svn log regexp to deal with file copies/moves joey2006-03-20
* improvejoey2006-03-15
* config files now based on perl modules•••add MakeMaker foo for module joey2006-03-15
* improved setup file morejoey2006-03-13
* document setup filesjoey2006-03-13