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