2006-11-20 12:02:27 +01:00
|
|
|
ikiwiki supports adding "History" links to the top of pages to browse the
|
|
|
|
revison history of a page. This is enabled by the `historyurl` setting,
|
2007-02-09 06:34:40 +01:00
|
|
|
which is used to specify the URL to a web interface such as [[ViewVC]]
|
2006-11-20 12:02:27 +01:00
|
|
|
(for Subversion) or [[Gitweb]]. In that url, "\[[file]]" is replaced with
|
|
|
|
the name of the file to view.
|
2009-01-07 21:48:07 +01:00
|
|
|
|
|
|
|
The [[plugins/repolist]] plugin can suppliment this information with
|
|
|
|
urls to the underlying repository of the wiki.
|