mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
This commit is contained in:
parent
46014200d1
commit
fc60de3d7d
@ -12,8 +12,8 @@ from trac.wiki.macros import WikiMacroBase
|
|||||||
from trac.util import Markup
|
from trac.util import Markup
|
||||||
|
|
||||||
|
|
||||||
SVN_PATH = 'https://svn.kovidgoyal.net/code/libprs500/trunk'
|
#SVN_PATH = 'https://svn.kovidgoyal.net/code/libprs500/trunk'
|
||||||
#SVN_PATH = 'file:///svn/code/libprs500/trunk'
|
SVN_PATH = 'file:///svn/code/libprs500/trunk'
|
||||||
|
|
||||||
def svn_log_to_txt():
|
def svn_log_to_txt():
|
||||||
cl = pysvn.Client()
|
cl = pysvn.Client()
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
<p>
|
<p>
|
||||||
<a style="border: 0px" href="$path">
|
<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
|
<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>
|
</p>
|
||||||
While you wait for the download to complete, please consider donating to support the development
|
While you wait for the download to complete, please consider donating to support the development
|
||||||
of ${app}.
|
of ${app}.
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
<div id="content" class="download">
|
<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>
|
<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">
|
<div py:if="not distro.is_generic">
|
||||||
First verify that you have a sufficiently new installation of python
|
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 />
|
<pre class="wiki">python --version</pre> should return at least 2.5.1<br />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user