X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/9037f0d00889ce2b1135263df9bbe6216c2a1280..531f7f92d79813c6e0b5e00d1d8c446197e12f27:/cookbooks/planet/files/default/cgi/HEADER.cgi diff --git a/cookbooks/planet/files/default/cgi/HEADER.cgi b/cookbooks/planet/files/default/cgi/HEADER.cgi old mode 100755 new mode 100644 index 4762f9145..c3a5427c7 --- a/cookbooks/planet/files/default/cgi/HEADER.cgi +++ b/cookbooks/planet/files/default/cgi/HEADER.cgi @@ -50,8 +50,9 @@ def file_info(file, name): return '%(name)s
%(size)s, created %(date)s ago.
md5: %(hash)s.' % locals() -planet_link = file_info('planet/planet-latest.osm.bz2', 'Latest Weekly Planet File') +planet_link = file_info('planet/planet-latest.osm.bz2', 'Latest Weekly Planet XML File') changesets_link = file_info('planet/changesets-latest.osm.bz2', 'Latest Weekly Changesets') +planet_pbf_link = file_info('pbf/planet-latest.osm.pbf', 'Latest Weekly Planet PBF File') print """ @@ -85,10 +86,17 @@ database, and those published before the 12 September 2012 are distributed under

%(planet_link)s

%(changesets_link)s

+

%(planet_pbf_link)s

Each week, a new and complete copy of all data in OpenStreetMap is made - available as a compressed XML file, along with a smaller file with - complete metadata for all changes made since the previous week. + available as both a compressed XML file and a custom PBF format file. + Also available is the 'history' file + which contains not only up-to-date data but also older versions of data + and deleted data items. +

+

+ A smaller file with complete metadata for all changes ('changesets') in + XML format is also available.