aboutsummaryrefslogtreecommitdiff
path: root/doc/ikiwiki.setup
Commit message (Collapse)AuthorAge
* remove the mtnbinpath config option; users should use PATH if they needjoey2007-08-21
| | | | | | | this kind of thing. change formatting of some quotes
* * Add monotone support, contributed by William Uther.joey2007-08-21
|
* fix typojoey2007-07-27
|
* * Add a libdir config option to let ikiwiki load perl modules, includingjoey2007-07-27
| | | | plugins, from a user-configurable directory.
* * Add a htmlext config option, this can be used to make ikiwiki generatejoey2007-07-25
| | | | html files with a different extension.
* setup file should not have verbose => 0joey2007-06-01
|
* * Add an account-creation password as a simple anti-spam mechanism. Ifjoshtriplett2007-05-09
| | | | | set in the wiki setup, passwordauth will require the password in order to create an account.
* * Enable openid logins by default.joey2007-04-29
| | | | * Enable usedirs by default.
* turn on syslog for the svn post-commit hookjoey2007-04-09
|
* Improve description of usedirs in ikiwiki.setupjoshtriplett2007-04-02
|
* * Finally apply the index.html patch, with thanks to everyone who workedjoey2007-04-01
| | | | | | on and supported creating it (especially Tumov). This adds a "usedirs" option that makes ikiwiki use foo/index.html instead of foo.html as output page names. It is not yet enabled by default.
* web commit by JoshTriplett: Add commented underlaydir usage, to document the ↵joey2007-02-09
| | | | existence of underlaydir.
* web commit by JoshTriplett: Remove trailing whitespace.joey2007-02-09
|
* * Add canedit hook, allowing arbitrary controls over when a page can bejoey2007-02-02
| | | | | | | | | | | | | edited. * Move code forcing signing before edit to a new "signinedit" plugin, and code checking for locked pages into a new "lockedit" plugin. Both are enabled by default. * Remove the anonok config setting. This is now implemented by a new "anonok" plugin. Anyone with a wiki allowing anonymous edits should change their configs to enable this new plugin. * Add an opendiscussion plugin that allows anonymous users to edit discussion pages, on a wiki that is otherwise wouldn't allow it. * Lots of CGI code reorg and cleanup.
* * Make gitorigin_branch and gitmaster_branch configurable via the setupjoey2007-01-27
| | | | file. Closes: #408599
* fix typojoey2007-01-15
|
* fix bad example of exclude configuration item, and remove some stuff aboutjoey2006-12-28
| | | | | it from discussion, since it is indeed documented
* * Add mirrorlist plugin.joey2006-12-23
|
* * Add userdir config setting.joey2006-12-19
|
* renamejoey2006-11-22
|
* * Add toggle plugin.joey2006-11-22
| | | | | | | | * Introduce the nicebundle. This is a kind of plugin, that just enables many other plugins. It's an easy way to boost ikiwiki from its default, basic wiki, to a full-featured wiki, without manually picking the right set of plugins. New plugins will be added to the nicebundle from time to time.
* rewritejoey2006-11-20
|
* * Add "last" parameter to hook function. Very basic ordering, and hopefullyjoey2006-11-20
| | | | | | | | 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.
* * Add openidsignup config option.joey2006-11-20
| | | | | | | * Make the openid plugin support the callbacks from myopenid.com via its affiliate program. * Change how post signin actions are propigated through the signin process; they're now stored in the session.
* * Make auth methods pluggable.joey2006-11-20
| | | | | * Move httpauth support to a plugin. * Add an openid plugin to support logging in using OpenID.
* web commit by JoshTriplett: Use example.org as the example domain ↵joey2006-11-19
| | | | throughout. In the Git example, use a bare repository.
* * Atom feed support based on a patch by Clint Adams.joey2006-10-08
| | | | | | | | * Add feeds=no option to inline preprocessor directive to turn off all types of feeds. feeds=rss will still work, and feeds=atom was also added, for fine control. * $IkiWiki::version now holds the program version, and is accessible to plugins.
* * Patch from Alec Berryman adding a http_auth config item that allowsjoey2006-10-02
| | | | | | using HTTP Authentication instead of ikiwiki's built in authentication. Useful for eg, large sites with their own previously existing user auth setup. Closes: #384534
* 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
|