diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-09 05:34:40 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-09 05:34:40 +0000 |
commit | ace6a60b1b4f3f4faaa5f50140e95adf796b5ec5 (patch) | |
tree | 54495e37968366155f72a89ed3166b30c660db73 /doc | |
parent | 3fec5486460819884aea38ec800d34e2eb6c0dfc (diff) |
* viewcvs is now viewvc (in Debian unstable), update everything to use the
new name.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/diff_links_to_backtrace.mdwn | 4 | ||||
-rw-r--r-- | doc/download.mdwn | 2 | ||||
-rw-r--r-- | doc/features.mdwn | 2 | ||||
-rw-r--r-- | doc/pagehistory.mdwn | 2 | ||||
-rw-r--r-- | doc/usage.mdwn | 4 |
5 files changed, 7 insertions, 7 deletions
diff --git a/doc/bugs/diff_links_to_backtrace.mdwn b/doc/bugs/diff_links_to_backtrace.mdwn index 16f84fafb..58ac8d795 100644 --- a/doc/bugs/diff_links_to_backtrace.mdwn +++ b/doc/bugs/diff_links_to_backtrace.mdwn @@ -1,5 +1,5 @@ -The diff links in RecentChanges go to a viewcvs backtrace if the rev in -question is when the page was added. Is this a viewcvs bug, or a behavior +The diff links in RecentChanges go to a viewvc backtrace if the rev in +question is when the page was added. Is this a viewvc bug, or a behavior ikiwiki needs to work around? - As a special case, there should certianly be no history link for pages generated from the underlaydir as it can never work for them. diff --git a/doc/download.mdwn b/doc/download.mdwn index a60cae04d..ca7b49f32 100644 --- a/doc/download.mdwn +++ b/doc/download.mdwn @@ -30,7 +30,7 @@ The current development version of ikiwiki can be accessed using subversion at `svn://ikiwiki.kitenet.net/ikiwiki/trunk` The source in subversion can be browsed -[here](http://ikiwiki.kitenet.net/cgi-bin/viewcvs.cgi/trunk/?root=ikiwiki). +[here](http://ikiwiki.kitenet.net/cgi-bin/viewvc.cgi/trunk/?root=ikiwiki). Commits to ikiwiki's source code are now fed into [CIA](http://cia.navi.cx/), and can be browsed, subscribed to etc on its diff --git a/doc/features.mdwn b/doc/features.mdwn index 58d6d09cd..26a98295b 100644 --- a/doc/features.mdwn +++ b/doc/features.mdwn @@ -152,7 +152,7 @@ possibilities, since page edit controls can be changed via plugins. ### [[PageHistory]] Well, sorta. Rather than implementing YA history browser, it can link to -[[ViewCVS]] or the like to browse the history of a wiki page. +[[ViewVC]] or the like to browse the history of a wiki page. ### Full text search diff --git a/doc/pagehistory.mdwn b/doc/pagehistory.mdwn index 12687f4bc..fc2a3f543 100644 --- a/doc/pagehistory.mdwn +++ b/doc/pagehistory.mdwn @@ -1,5 +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` setting, -which is used to specify the URL to a web interface such as [[ViewCVS]] +which is used to specify the URL to a web interface such as [[ViewVC]] (for Subversion) or [[Gitweb]]. In that url, "\[[file]]" is replaced with the name of the file to view. diff --git a/doc/usage.mdwn b/doc/usage.mdwn index afd699194..485198d61 100644 --- a/doc/usage.mdwn +++ b/doc/usage.mdwn @@ -186,7 +186,7 @@ configuration options of their own. Specifies the url to link to for page history browsing. In the url, "\[[file]]" is replaced with the file to browse. It's common to use - [[ViewCVS]] for this. + [[ViewVC]] for this. * --adminemail you@yourhost @@ -197,7 +197,7 @@ configuration options of their own. Specifies the url to link to for a diff of changes to a page. In the url, "\[[file]]" is replaced with the file to browse, "\[[r1]]" is the old revision of the page, and "\[[r2]]" is the new revision. It's common to use - [[ViewCVS]] for this. + [[ViewVC]] for this. * --exclude regexp |