From: Michael Tremer Date: Fri, 22 Jan 2010 16:18:50 +0000 (+0100) Subject: Add text to torrent download site. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6aa6e1dd61215cbbe635fcaa435a9931893a0d47;p=ipfire.org.git Add text to torrent download site. --- diff --git a/www/static/css/style.css b/www/static/css/style.css index 6c785b0f..2f596a4e 100644 --- a/www/static/css/style.css +++ b/www/static/css/style.css @@ -1048,3 +1048,22 @@ table.download td.icon { table.download td.link { width: 180px; } + +table.download-torrents { + margin-bottom: 25px; + margin-left: 50px; + margin-top: 25px; + width: 600px; +} + +table.download-torrents tr { + height: 24px; +} + +table.download-torrents td { + text-align: center; +} + +table.download-torrents td.seeds,td.peers { + text-align: right; +} diff --git a/www/static/images/bittorrent.png b/www/static/images/bittorrent.png new file mode 100644 index 00000000..1d48daeb Binary files /dev/null and b/www/static/images/bittorrent.png differ diff --git a/www/templates/downloads-torrents.html b/www/templates/downloads-torrents.html index e256b20a..e00af947 100644 --- a/www/templates/downloads-torrents.html +++ b/www/templates/downloads-torrents.html @@ -5,10 +5,40 @@

{{ _("IPFire Torrent Tracker") }}

-

- {{ _("This is the latest version of the IPFire firewall distribution.") }} - Need to fill in some more text at this place. -

+ Bittorrent + + {% if lang == "de" %} +

+ Auf dieser Seite finden sie eine Liste fast aller Dateien, die + über den IPFire-Torrent-Tracker verteilt werden. +

+

+ Das Torrentnetz ist ein Netzwerk, welches Dateien durch verteilte + Downloads schnell verbreitet. IPFire nutzt dieses System um + Downloads der Distributionsimages bereitzustellen. +

+

+ Mehr Informationen zu Torrent-Netzwerken finden sie in der + Wikipedia. +

+ {% else %} +

+ This page displays a list of files that are tracked by the + IPFire torrent tracker. +

+

+ The bittorrent protocol transfers large files by a distributed + technology. IPFire uses this system to spread the distribution's + files. +

+

+ Get more information on the bittorrent protocol on + Wikipedia. +

+ {% end %} @@ -21,13 +51,11 @@ {% for release in releases %} - - - - + + + {% end %} @@ -39,5 +67,4 @@
- {% end block %} diff --git a/www/translations/de_DE.csv b/www/translations/de_DE.csv index 53c0e93a..4d0346fd 100644 --- a/www/translations/de_DE.csv +++ b/www/translations/de_DE.csv @@ -14,6 +14,7 @@ "Description","Beschreibung" "Development","Entwicklung" "DHCP Server","DHCP-Server" +"Download file","Datei herunterladen" "Download the CD image from the torrent network.","Laden Sie das CD-Image über das Torrent Netzwerk." "File","Datei" "Firewall","Firewall"
{{ release.name }}{{ release.torrent.file }}{{ hashes[release.torrent.hash].get("seeds", _("N/A")) }}{{ hashes[release.torrent.hash].get("peers", _("N/A")) }} - - {{ _( - + {{ release.torrent.file[:-8] }}{{ hashes[release.torrent.hash]["seeds"] }}{{ hashes[release.torrent.hash]["peers"] }} + {{ _("Download file") }}