mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-13 13:12:42 +00:00
Point download links directly at the ftp server
Instead of going through a redirector now that it doesn't add any actual logic at all to the processing...
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
<div id="pgFtpContent">
|
||||
<table border="0" cellpadding="0" cellspacing="0" width="90%">
|
||||
{%for file in files%}
|
||||
<tr><td><a href="/download/mirrors-ftp/{{basepath}}/{{file.name}}"><img src="/media/img/ftp/file.png" alt="{{file.name}}" /></a> <a href="/download/mirrors-ftp/{{basepath}}/{{file.name}}">{{file.name}}</a></td><td>{{file.mtime}}</td><td>{{file.size|filesizeformat}}</td></tr>
|
||||
<tr><td><a href="http://ftp.postgresql.org/pub/{{basepath}}/{{file.name}}"><img src="/media/img/ftp/file.png" alt="{{file.name}}" /></a> <a href="http://ftp.postgresql.org/pub/{{basepath}}/{{file.name}}">{{file.name}}</a></td><td>{{file.mtime}}</td><td>{{file.size|filesizeformat}}</td></tr>
|
||||
{%endfor%}
|
||||
</table>
|
||||
</div>
|
||||
|
@ -77,8 +77,7 @@ that you may find useful.</p>
|
||||
downloading software, you can observe or participate in the development activities of the projects that interest you.</p>
|
||||
|
||||
<h2>File Browser</h2>
|
||||
<p>You can download most of the software we publish from a mirror site using our <a href="/ftp/">File Browser</a>. If you prefer,
|
||||
you can browse the <a href="{master_server}/download/mirrors-ftp">download mirrors</a> directly.</p>
|
||||
<p>You can download most of the software we publish from a mirror site using our <a href="/ftp/">File Browser</a>.</p>
|
||||
|
||||
</div>
|
||||
{%endblock%}
|
||||
|
Reference in New Issue
Block a user