This commit is contained in:
Kovid Goyal 2008-01-07 20:30:19 +00:00
parent 46014200d1
commit fc60de3d7d
3 changed files with 4 additions and 4 deletions

View File

@ -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()

View File

@ -18,7 +18,7 @@
<p>
<a style="border: 0px" href="$path">
<img width="50" height="50" style="border:1px red solid" src="${href.chrome('/dl/images/%s_logo.png'%(name,))}" /> $installer_name
</a> (Version: $version [wiki:Changelog Change log])
</a> (Version: $version <a href="/wiki/Changelog">Changelog</a>)
</p>
While you wait for the download to complete, please consider donating to support the development
of ${app}.

View File

@ -14,7 +14,7 @@
<div id="content" class="download">
<h1><img src="${href.chrome('/dl/images/%s_logo.png'%(distro.img,))}" valign="middle" width="60" height="80"/> $title</h1>
See the [wiki:Changelog Change log] for the latest version.
See the <a href="/wiki/Changelog">Changelog</a> for the latest version.
<div py:if="not distro.is_generic">
First verify that you have a sufficiently new installation of python
<pre class="wiki">python --version</pre> should return at least 2.5.1<br />