{{define "title"}}Mirrorlist {{.FileInfo.Path}}{{end}} {{define "headline"}}{{.FileInfo.Path}}{{end}} {{define "head"}} {{end}} {{define "body"}}
Warning: file not served by any mirror, fallbacks to the rescue.
{{end}} {{if .MirrorList}}Rank | Mirror Name | URL | Direct Link | Country | Continent | Distance | Probabilistic weight | File size |
---|---|---|---|---|---|---|---|---|
{{add $i 1}}. | {{if $v.SponsorName}}{{$v.SponsorName}}{{else}}{{$v.ID}}{{end}} | {{$v.HttpURL}} | link | {{$v.CountryCodes}} | {{$v.ContinentCode}} | {{printf "%.0f" $v.Distance}} Km | {{if $v.Weight}}{{if ge $v.Weight 1.0}}{{printf "%.0f" $v.Weight}}{{else}}<1{{end}}%{{else}}n/a{{end}} | {{if $v.FileInfo}}{{$v.FileInfo.Size}}{{end}} |
Mirror Name | URL | Country | Continent | Distance | Exclude Reason | {{end}} {{range $i, $v := .ExcludedList}}
---|---|---|---|---|---|
{{if $v.SponsorName}}{{$v.SponsorName}}{{else}}{{$v.ID}}{{end}} | {{$v.HttpURL}} | {{$v.CountryCodes}} | {{$v.ContinentCode}} | {{printf "%.0f" $v.Distance}} Km | {{$v.ExcludeReason}} |