From fc60de3d7d8b475564c9c2800ef7e38816cbb6ad Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 7 Jan 2008 20:30:19 +0000 Subject: [PATCH] --- src/libprs500/trac/plugins/Changelog.py | 4 ++-- src/libprs500/trac/plugins/templates/binary.html | 2 +- src/libprs500/trac/plugins/templates/distro.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/libprs500/trac/plugins/Changelog.py b/src/libprs500/trac/plugins/Changelog.py index f6df952133..edf7a74730 100644 --- a/src/libprs500/trac/plugins/Changelog.py +++ b/src/libprs500/trac/plugins/Changelog.py @@ -12,8 +12,8 @@ from trac.wiki.macros import WikiMacroBase from trac.util import Markup -SVN_PATH = 'https://svn.kovidgoyal.net/code/libprs500/trunk' -#SVN_PATH = 'file:///svn/code/libprs500/trunk' +#SVN_PATH = 'https://svn.kovidgoyal.net/code/libprs500/trunk' +SVN_PATH = 'file:///svn/code/libprs500/trunk' def svn_log_to_txt(): cl = pysvn.Client() diff --git a/src/libprs500/trac/plugins/templates/binary.html b/src/libprs500/trac/plugins/templates/binary.html index 819be9ec45..0b59058c77 100644 --- a/src/libprs500/trac/plugins/templates/binary.html +++ b/src/libprs500/trac/plugins/templates/binary.html @@ -18,7 +18,7 @@

$installer_name - (Version: $version [wiki:Changelog Change log]) + (Version: $version Changelog)

While you wait for the download to complete, please consider donating to support the development of ${app}. diff --git a/src/libprs500/trac/plugins/templates/distro.html b/src/libprs500/trac/plugins/templates/distro.html index 1edf321901..dd566859b2 100644 --- a/src/libprs500/trac/plugins/templates/distro.html +++ b/src/libprs500/trac/plugins/templates/distro.html @@ -14,7 +14,7 @@

$title

- See the [wiki:Changelog Change log] for the latest version. + See the Changelog for the latest version.
First verify that you have a sufficiently new installation of python
python --version
should return at least 2.5.1