summaryrefslogtreecommitdiff
path: root/taginfo-config-example.json
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2012-01-20 23:04:56 +0100
committerJochen Topf <jochen@topf.org>2012-01-20 23:05:15 +0100
commit6f9e6d0092cdc1efccd452eb54762bdd9dcfacd1 (patch)
tree955a165768fd785e8daf0d9794f62eb77cc46152 /taginfo-config-example.json
parent6fcecfe90094d6a9082dfd0acc16684fd2d7dc41 (diff)
downloadtaginfo-6f9e6d0092cdc1efccd452eb54762bdd9dcfacd1.tar
taginfo-6f9e6d0092cdc1efccd452eb54762bdd9dcfacd1.tar.gz
Add more instance logos and API call to get to instance info
Diffstat (limited to 'taginfo-config-example.json')
-rw-r--r--taginfo-config-example.json12
1 files changed, 8 insertions, 4 deletions
diff --git a/taginfo-config-example.json b/taginfo-config-example.json
index 1ff40a3..4c4a275 100644
--- a/taginfo-config-example.json
+++ b/taginfo-config-example.json
@@ -1,16 +1,20 @@
-// This is an example of a Taginfo config file.
+// This is an example of a taginfo config file.
// Copy it to the directory above and name it 'taginfo-config.json', then change your local settings.
{
// You probably want to change all these.
"instance": {
- // url prefix for the site
+ // URL prefix for the site.
"url": "http://localhost:4567",
// Used in the title of all HTML pages.
"name": "OpenStreetMap Taginfo",
- // Description of this taginfo instance
+ // Description of this taginfo instance.
"description": "This is a <b>taginfo test instance</b>. Change this text in your <tt>taginfo-config.json</tt>.",
// URL path to instance icon in the upper left.
- "icon": "/img/logo/world.png"
+ "icon": "/img/logo/test.png",
+ // Contact name and email address.
+ "contact": "Anonymous",
+ // Geographical area this taginfo instance covers.
+ "area": "World"
},
// For the geodistribution map. See the wiki documentation about these settings.
"geodistribution": {