diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-21 01:27:05 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-21 01:27:05 +0000 |
commit | b7d3a12c5c8d2c41ebba091884a68e009344c3e5 (patch) | |
tree | 0892bef091450b235dd07a6f2bd78babb1710d3b | |
parent | 8ca32b69a6afe51534c7af6307da39130b6cd0b0 (diff) |
note that format of historyurl changed too..
-rw-r--r-- | doc/setup.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/setup.mdwn b/doc/setup.mdwn index 1e2eee72e..44e60ae97 100644 --- a/doc/setup.mdwn +++ b/doc/setup.mdwn @@ -72,10 +72,10 @@ optional support for commits from the web. 9. Add [[PageHistory]] links to the top of pages. This requires you to have setup [[ViewCVS]] or something similar to access your [[Subversion]] repository. The `historyurl` setting makes ikiwiki add the links, and - in that url, "[[]]" is replaced with the name of the file to view. So + in that url, "\[[file]]" is replaced with the name of the file to view. So edit ikiwiki.setup and set `historyurl` to something like this: - `http://svn.host/trunk/[[]]?root=wiki` + `http://svn.host/trunk/\[[file]]?root=wiki` Then run `ikiwiki --setup ikiwiki.setup` again. |