aboutsummaryrefslogtreecommitdiff
path: root/doc/usage.mdwn
Commit message (Collapse)AuthorAge
* Add --set-yaml switch for setting more complex config file options.Joey Hess2010-03-24
|
* Add a include setting, which can be used to make ikiwiki process wiki source ↵Joey Hess2010-03-14
| | | | files, such as .htaccess, that would normally be skipped for security or other reasons. Closes: #447267 (Thanks to Aaron Wilson for the original patch.)
* Add new --clean option; this makes ikiwiki remove all built files in the ↵Joey Hess2010-02-28
| | | | destdir, as well as wrappers and the .ikiwiki directory.
* plugin names are always lowercaseJoey Hess2010-01-01
|
* avoid -O default for CFLAGS, and documentJoey Hess2009-10-21
|
* fix typo in --getctime descriptionJoey Hess2009-04-03
|
* add missing parametersJoey Hess2009-03-13
|
* fix doc, prefix directives have been default for a whileJoey Hess2009-03-08
|
* update, add some examplesJoey Hess2009-03-07
|
* move inline docs to ikiwiki/directive/inlineJoey Hess2008-09-11
| | | | ikiwiki/blog will be going away
* Fix link to mdwn2man in gitwebhttp://smcv.pseudorandom.co.uk/2008-08-20
|
* reorgJoey Hess2008-08-08
|
* remove ikiwiki.setupJoey Hess2008-07-26
| | | | | | To generate your own, use ikiwiki -dumpsetup ikiwiki.setup Update docs.
* documentJoey Hess2008-07-26
|
* add a link to ikiwiki-transitionJoey Hess2008-05-15
|
* add a link to the orphaned banned_ussrs pageJoey Hess2008-05-15
|
* template change documentationJoey Hess2008-05-06
|
* Bring back the svnrepo setup file option. This is needed for ↵Joey Hess2008-04-17
| | | | recentchangediff to work with svn repos.
* Add --prefix-directives and --no-prefix-directives options to ikiwikiJosh Triplett2008-02-08
| | | | This avoids the need to set prefix_directives with --set.
* * 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.
* 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.
* * 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.
* web commit by http://adam.shand.net/Joey Hess2008-01-19
|
* update about openids and admin powersJoey Hess2008-01-19
|
* MAJOR basewiki reorgJoey Hess2007-12-08
| | | | | Including redir pages for the moved basewiki pages. These will be removed in a future release.
* * Let CC be used to control what compiler is used to build wrappers.Joey Hess2007-11-25
| | | | * Use 'cc' instead of gcc as the default compiler.
* revert change by sundb_89. Please do not randomly change words on this page, ↵Joey Hess2007-11-18
| | | | your account will be locked it it happens again.
* web commit by sundb_89Joey Hess2007-11-18
|
* * Add wrappergroup config option, which can be used to cause wrappersJoey Hess2007-11-14
| | | | | | | to be created owned by some group other than the default. Useful then there's a shared repository with access controlled by a group, to let ikiwiki run setgid to that group. * ikiwiki-mass-rebuild: Run build with the user in all their groups.
* commit.joey2007-09-06
| | | | * Add the ikiwiki-update-wikilist command.
* add linkjoey2007-09-05
|
* reorg all the pages about rcs backends. Fix all linksjoey2007-08-21
|
* * Fix --libdir to work at the command line.joey2007-08-13
| | | | | * Plugins can now be written as standalone external programs, which can be written in any language that can do XML::RPC.
* web commit by tschwinge: --usedirs is used by default.joey2007-08-08
|
* updatesjoey2007-08-04
|
* web commit by sward: Correction to plugin path in --libdir option descriptionjoey2007-07-28
|
* * Add a libdir config option to let ikiwiki load perl modules, includingjoey2007-07-27
| | | | plugins, from a user-configurable directory.
* more triagejoey2007-07-25
|
* * Add a htmlext config option, this can be used to make ikiwiki generatejoey2007-07-25
| | | | html files with a different extension.
* * Support setting svnpath to "" for wikis that are rooted at the top ofjoey2007-04-16
| | | | their svn repositories, with no trunk directory.
* magic 0joey2007-04-07
|
* * 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.
* * Hide excess backlinks and expand using CSS trick; control quantiy viajoey2007-03-31
| | | | the numbacklinks setting.
* * Add a templates page to the basewiki. It will automatically list alljoey2007-03-31
| | | | | | | | available templates. Rename the old templates page to wikitemplates. * Include the note template in the basewiki. * Add a popup template in the basewiki. CSS based on some by Martin Krafft. * Make the note, popup, and plugin templates detect missing variables and be self-documenting, listing the available variables.
* * Add --post-commit option, which allows for the case of a split web serverjoey2007-03-29
| | | | | | and RCS server (or a push mirror). With this the RCS server can have a real post-commit hook that sshs back to the web server, and runs ikiwiki in post-commit mode to update the wiki.
* * New domain name for ikiwiki: ikiwiki.info. Update your links.joey2007-02-18
|
* web commit by JoshTriplett: Link to mdwn2man.joey2007-02-14
|
* web commit by JoshTriplett: Copyedit.joey2007-02-14
|
* * viewcvs is now viewvc (in Debian unstable), update everything to use thejoey2007-02-09
| | | | new name.
* * 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.