aboutsummaryrefslogtreecommitdiff
path: root/doc/ikiwiki.setup
Commit message (Collapse)AuthorAge
* * monotone: Require version 0.38 or greater, and stop using the mtnmergercJoey Hess2008-03-12
| | | | option. (Brian May)
* * Fix example exclude regexp. Closes: #469691Joey Hess2008-03-06
|
* per Brian May, change monotone historyurlJoey Hess2008-02-24
| | | | | | > This doesn't work in currently released versions of viewmtn (it was > meant to), but has been fixed in the development repository. I imagine > it won't be long until the next release.
* * monotone: Add code to default mergerc file to runJoey Hess2008-02-14
| | | | _MTN/ikiwiki-netsync-hook when a commit is merged in from the net.
* clarify slightlyJoey Hess2008-02-08
|
* Add commented example of prefix_directives to sample ikiwiki.setupJosh Triplett2008-02-06
|
* * inline: Add new `allowrss` and `allowatom` config options. These can beJoey Hess2008-02-04
| | | | | used if you want a wiki that doesn't default to generating rss or atom feeds, but that does allow them to be turned on for specific blogs.
* * monotone changes by Brian May:Joey Hess2008-02-03
| | | | | | | - On commits, replace "mtn sync" bidirectional with "mtn push" single direction. No need to pull changes when doing a commit. mtn sync is still called in rcs_update. - Support for viewing differences via patches using viewmtn.
* Add example diffurl for bzr.Jelmer Vernooij2008-01-30
|
* doc updates for bzrJoey Hess2008-01-29
|
* added configuration for recentchangesJoey Hess2008-01-29
| | | | | | | | I kept it to a simple global configuration, rather than using the preprocessor directive for recentchanges, because that had chicken and egg problems and seemed overcomplicated. This should work reasonably well, though it would be good to add some more metadata so that more customised recentchanges pages can be made.
* missed one notifyJoey Hess2008-01-29
|
* * Removed support for sending commit notification mails. Along with it wentJoey Hess2008-01-29
| | | | | the svnrepo and notify settings, though both will be ignored if left in setup files.
* Add trailing comma to commented-out umask in sample ikiwiki.setupJosh Triplett2008-01-26
|
* * Add umask configuration option. Closes: #443329Joey Hess2007-11-27
|
* typoJoey Hess2007-11-27
|
* * Fix mercurial historyurl in example setup file.Joey Hess2007-11-17
|
* * In the example setup file, use mode 6755 for the git post-update hook.Joey Hess2007-11-12
| | | | | | It needs to be setgid if the master repo is a shared repository, so that pushes into the working copy repository happen as the same group, avoiding permissions problems.
* fix issue bma noticed (why does it use "r2"?)joey2007-08-30
|
* 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
|