{% extends "base.html" %} {% block title %}{{ _("Torrent Downloads") }}{% end block %} {% block content %}

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

{{ _( {% if lang == "de" %}

Auf dieser Seite findet man 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 gibt es 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 %}
{% for release in releases %} {% end %}
{{ _("Release") }} {{ _("File") }} S P  
{{ release.name }} {{ release.torrent.file[:-8] }} {{ hashes[release.torrent.hash]["seeds"] }} {{ hashes[release.torrent.hash]["peers"] }} {{ _("Download file") }}

{{ _("Got that information from %s within %.2f second(s).") % (tracker, request_time) }}


{% end block %}