summaryrefslogtreecommitdiff
path: root/doc/usage.mdwn
AgeCommit message (Collapse)Author
2009-04-03fix typo in --getctime descriptionJoey Hess
2009-03-13add missing parametersJoey Hess
2009-03-08fix doc, prefix directives have been default for a whileJoey Hess
2009-03-07update, add some examplesJoey Hess
2008-09-11move inline docs to ikiwiki/directive/inlineJoey Hess
ikiwiki/blog will be going away
2008-08-20Fix link to mdwn2man in gitwebhttp://smcv.pseudorandom.co.uk/
2008-08-08reorgJoey Hess
2008-07-26remove ikiwiki.setupJoey Hess
To generate your own, use ikiwiki -dumpsetup ikiwiki.setup Update docs.
2008-07-26documentJoey Hess
2008-05-15add a link to ikiwiki-transitionJoey Hess
2008-05-15add a link to the orphaned banned_ussrs pageJoey Hess
2008-05-06template change documentationJoey Hess
2008-04-17Bring back the svnrepo setup file option. This is needed for ↵Joey Hess
recentchangediff to work with svn repos.
2008-02-08Add --prefix-directives and --no-prefix-directives options to ikiwikiJosh Triplett
This avoids the need to set prefix_directives with --set.
2008-02-04* inline: Add new `allowrss` and `allowatom` config options. These can beJoey Hess
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.
2008-01-29added configuration for recentchangesJoey Hess
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.
2008-01-29* Removed support for sending commit notification mails. Along with it wentJoey Hess
the svnrepo and notify settings, though both will be ignored if left in setup files.
2008-01-19web commit by http://adam.shand.net/Joey Hess
2008-01-19update about openids and admin powersJoey Hess
2007-12-08MAJOR basewiki reorgJoey Hess
Including redir pages for the moved basewiki pages. These will be removed in a future release.
2007-11-25* Let CC be used to control what compiler is used to build wrappers.Joey Hess
* Use 'cc' instead of gcc as the default compiler.
2007-11-18revert change by sundb_89. Please do not randomly change words on this page, ↵Joey Hess
your account will be locked it it happens again.
2007-11-18web commit by sundb_89Joey Hess
2007-11-14* Add wrappergroup config option, which can be used to cause wrappersJoey Hess
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.
2007-09-06 commit.joey
* Add the ikiwiki-update-wikilist command.
2007-09-05add linkjoey
2007-08-21reorg all the pages about rcs backends. Fix all linksjoey
2007-08-13* Fix --libdir to work at the command line.joey
* Plugins can now be written as standalone external programs, which can be written in any language that can do XML::RPC.
2007-08-08web commit by tschwinge: --usedirs is used by default.joey
2007-08-04updatesjoey
2007-07-28web commit by sward: Correction to plugin path in --libdir option descriptionjoey
2007-07-27* Add a libdir config option to let ikiwiki load perl modules, includingjoey
plugins, from a user-configurable directory.
2007-07-25more triagejoey
2007-07-25* Add a htmlext config option, this can be used to make ikiwiki generatejoey
html files with a different extension.
2007-04-16* Support setting svnpath to "" for wikis that are rooted at the top ofjoey
their svn repositories, with no trunk directory.
2007-04-07magic 0joey
2007-04-01* Finally apply the index.html patch, with thanks to everyone who workedjoey
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.
2007-03-31* Hide excess backlinks and expand using CSS trick; control quantiy viajoey
the numbacklinks setting.
2007-03-31* Add a templates page to the basewiki. It will automatically list alljoey
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.
2007-03-29* Add --post-commit option, which allows for the case of a split web serverjoey
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.
2007-02-18* New domain name for ikiwiki: ikiwiki.info. Update your links.joey
2007-02-14web commit by JoshTriplett: Link to mdwn2man.joey
2007-02-14web commit by JoshTriplett: Copyedit.joey
2007-02-09* viewcvs is now viewvc (in Debian unstable), update everything to use thejoey
new name.
2007-02-02* Add canedit hook, allowing arbitrary controls over when a page can bejoey
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.
2007-01-24web commit by JeremyReed: As of 1.37, you have to manually enable a rcs => ↵joey
"svn" etc to get it to use a revision control system. (I copied and pasted this log message from another wikipage :)
2007-01-12* Search in default location for templates as a fallback when templatedir isjoey
pointed elsewhere, so that only modified templates need to be copied into a templatedir. Based on work by JeremyReed.
2006-12-28web commit by JeremyReed: fix typojoey
2006-12-23responses and doc improvementjoey
2006-12-19* Add userdir config setting.joey