diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-20 11:02:27 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-20 11:02:27 +0000 |
commit | 0fffc12a5d698ec71977cfabd26a4e4168565bc0 (patch) | |
tree | 583e92b269f7a7d424d30c72494a8a658363f71b /doc/pagehistory.mdwn | |
parent | d53f6dffa0f7a3f5fbaa3780be93c2fc4b817c21 (diff) | |
download | ikiwiki-0fffc12a5d698ec71977cfabd26a4e4168565bc0.tar ikiwiki-0fffc12a5d698ec71977cfabd26a4e4168565bc0.tar.gz |
use shell variables in setup and other updates
Diffstat (limited to 'doc/pagehistory.mdwn')
-rw-r--r-- | doc/pagehistory.mdwn | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/pagehistory.mdwn b/doc/pagehistory.mdwn index 87f203952..12687f4bc 100644 --- a/doc/pagehistory.mdwn +++ b/doc/pagehistory.mdwn @@ -1 +1,5 @@ -ikiwiki supports adding "History" links to the top of pages to browse the revison history of a page. This is enabled by the --historyurl switch, which is used to specify the URL to a web interface such as [[ViewCVS]]. [[Setup]] has an example of setting this up.
\ No newline at end of file +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, +which is used to specify the URL to a web interface such as [[ViewCVS]] +(for Subversion) or [[Gitweb]]. In that url, "\[[file]]" is replaced with +the name of the file to view. |