Changes between Version 2 and Version 3 of dataRepositoryManager


Ignore:
Timestamp:
Sep 14, 2012, 2:39:15 AM (12 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • dataRepositoryManager

    v2 v3  
    1313
    1414=== Repository definition file ===
    15 Should be probably in the JSON format.
     15This is a JSON file called ''repository.json'' that sits at the root of the repository.
     16
     17==== Structure ====
     18Description of the different sections
     19
     20===== header =====
     21format_version - 1 for now
     22
     23===== repository =====
     24* name - natural language name of the repository
     25* last_update - epoch of the last update
     26
     27
     28===== data =====
     29Contains sections for the different data sub-repositories.
     30
     31
     32====== monav ======
     33* name = "Monav offline routing data repository"
     34
     35======= Example_Land =======
     36* pack_type = "monav"
     37* url - pack URL
     38* last_updated - epoch of the last update
     39* bytes_size (optional)
     40
     41======== zsync_file_list - (optional) =======
    1642
    1743