<%= h(t.pages.download.file) %> |
<%= h(t.pages.download.packed) %> |
<%= h(t.pages.download.unpacked) %> |
<%= h(t.pages.download.description) %> |
taginfo-master.db.bz2 |
<%= File.size("../../download/taginfo-master.db.bz2").to_bytes rescue "#{ h(t.misc.unknown) }" %> |
<%= File.size("../../data/taginfo-master.db").to_bytes rescue "#{ h(t.misc.unknown) }" %> |
<%= h(t.sources.master.description) %> |
taginfo-history.db.bz2 |
<%= File.size("../../download/taginfo-history.db.bz2").to_bytes rescue "#{ h(t.misc.unknown) }" %> |
<%= File.size("../../data/taginfo-history.db").to_bytes rescue "#{ h(t.misc.unknown) }" %> |
<%= h(t.sources.history.description) %> |
<% Source.visible.each_with_index do |source, n| c = (n%2==0) ? '' : ' even' %>
<%= source.link_download %> |
<%= source.dbpack != 0 ? source.dbpack : "#{ t.misc.unknown }" %> |
<%= source.dbsize != 0 ? source.dbsize : "#{ t.misc.unknown }" %> |
<%= t.sources[source.id].description %> |
<% end %>