aboutsummaryrefslogtreecommitdiff
path: root/doc/ikiwiki.setup
Commit message (Collapse)AuthorAge
...
* estseek patch (slightly altered) and other repliesjoey2006-09-18
|
* * Add a linkmap plugin (requires graphviz).joey2006-09-07
|
* * Add support for mercurial, contributed by Emanuele Aina.joey2006-09-06
|
* * Add support for tla, contributed by Clint Adama. Closes: #385936joey2006-09-04
|
* * Add toc (table of contents) plugin.joey2006-08-28
|
* * Patch from James Westby to add a --sslcookie switch, which forcesjoey2006-08-27
| | | | | | | cookies to only be sent over ssl connections to avoid interception. * Factor out the cgi header printing code into a new function. * Fix preferences page on anonok wikis; still need to sign in to get to the preferences page.
* * Add first draft at a Restructured Text (rst) plugin, by Sergiojoey2006-08-19
| | | | | | Talens-Oliag. Note that this has many known issues -- see the caveats on the plugin's page. * Credit everyone who wrote a plugin on the plugins' wiki pages.
* * Add a map plugin contributed by Alessandro Dotti Contra.joey2006-08-18
|
* * Add a tail fin^W^Wsidebar plugin by Tuomo Valkonen.joey2006-08-18
| | | | | | * 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.
* * Add --syslog config option, to log to the syslog.joey2006-08-16
|
* add fortunejoey2006-07-29
|
* * Locale patch from Faidon:joey2006-07-29
| | | | | | | | - Adds a locale setting to setup files. - Proper local time, if the locale configuration option is used. - Support for UTF-8 (or ISO-8859-X) filenames in SVN. Before this patch, commiting (or even rcs_updating) on repositories with UTF-8 filenames was impossible.
* * htmltidy plugin from Faidon.joey2006-07-29
|
* add pagestatsjoey2006-07-29
|
* * Add exclude option in setup files, works same as --exclude.joey2006-07-28
|
* * Patch from Enrico thatjoey2006-07-27
| | | | | | | | | - allows preprocessor directives to have parameters with no specified value - fixes preprocessor directive parameter parsing so that foo=bar baz now means "foo=bar" and a "baz" with no value - Add a tag plugin that allows more easily tagging pages. The meta plugin can also still be used for this.
* * Add wikitext markup plugin, which supports ".wiki" pages written in thejoey2006-07-07
| | | | original wiki syntax, CamelCase links and all.
* * Make RecentChanges use a table and some CSS, should be much more readable.joey2006-07-04
| | | | | No code changes involved. * Encode & in diffurl in examples, to conform to pedantic rules.
* * Introduce add_plugins and disable_plugins config options in setup files.joey2006-07-03
| | | | | | 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.
* fix path to git hook scriptjoey2006-07-03
|
* * Support pinging services such as Technorati using XML-RPC to notify themjoey2006-06-27
| | | | about changes to rss feeds.
* 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.joey2006-05-29
| | | | | Note that as a side effect, dates will now be displayed using the local timezone, not as GMT.
* 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 htmlscrubberjoey2006-05-05
| | | | and --disable-plugin htmlscrubber.
* updatejoey2006-05-04
|
* rather a lot of changes to make hyperestraier search be a plugin, allowingjoey2006-05-03
| | | | | | | | | | | | | | 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
* * 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.
* typojoey2006-05-02
|
* * 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.
* 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 supportjoey2006-03-29
| | | | | (ok, the way I run estseek.cgi is admittedly pretty nasty, but it works..)
* 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 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.
* added adminuser settings, globlist support, and used this to implement pagejoey2006-03-23
| | | | | locking
* add --diffurl, if set RecentChanges has links to svn diffsjoey2006-03-21
|
* fix setup file errorjoey2006-03-20
| | | | | improve svn log regexp to deal with file copies/moves
* improvejoey2006-03-15
|
* config files now based on perl modulesjoey2006-03-15
| | | | | add MakeMaker foo for module
* improved setup file morejoey2006-03-13
|
* document setup filesjoey2006-03-13