This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
momo/www/index.json

73 lines
2.6 KiB
JSON

{"meta": {
"title": "Ma ville au quotidien (Local)",
"icon": "icon.png",
"contact": "info@example.net",
"updateFreq": 5000,
"manifestUrl": "http://pwr.link/entrouvert/index.json",
"assetsUrl": "http://pwr.link/entrouvert/assets.zip"
},
"title": "Ma ville (Local)",
"content": "<p>Bienvenue !</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>",
"pages": [
{"title": "Découvrir la ville",
"pages": [
{"title": "Office de tourisme",
"content": "<p>...</p>"
},
{"title": "Histoire de la ville",
"content": "<p>Début XXème:<br/><img src='assets/photo.jpg'/></p>..."
},
{"id": "plan-poi",
"title": "Plan de la ville",
"content": "<iframe width='425' height='350' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src='http://www.openstreetmap.org/export/embed.html?bbox=5.000066757202148%2C47.30333063750183%2C5.065813064575195%2C47.339288006029356&amp;layer=mapnik' style='border: 1px solid black'></iframe><br/><small><a href='http://www.openstreetmap.org/#map=14/47.3213/5.0329'>View Larger Map</a></small>"
}
]
},
{"title": "Culture, sports, loisirs",
"pages": [
{"title": "Bibliothèques",
"content": "<p>...</p>"
},
{"title": "Culture",
"content": "<p>...</p>"
},
{"title": "Sports",
"content": "<p>...</p>"
},
{"title": "Conservatoire",
"content": "<p>...</p>"
},
{"title": "Annuaire des associations en ligne",
"url": "http://www.example.net",
"external": true
}
]
},
{"title": "Démocratie locale",
"content": "<p>C'est important.</p>",
"pages": [
{"title": "Conseil municipal",
"content": "<p>...</p>",
"seealso": ["plan-poi"]
},
{"title": "Rencontres de quartier",
"content": "<p>...</p>"
}
]
},
{"title": "Démarches administratives",
"pages": [
{"title": "Démarches en mairie",
"content": "<p>...</p>",
"seealso": ["plan-poi", "demarches-en-ligne"]
},
{
"id": "demarches-en-ligne",
"title": "Démarches en ligne",
"url": "https://example.net"
}
]
}
]
}