summaryrefslogtreecommitdiff
path: root/taginfo-config-example.json
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2014-05-20 22:47:55 +0200
committerJochen Topf <jochen@topf.org>2014-05-20 22:47:55 +0200
commit94f13611fe804f16ee3c8956b0d23fbe4d05bf4e (patch)
treea2f46f440049008d26f6facaeaac892aa349bac9 /taginfo-config-example.json
parent32d4613268a8822ae3f6247db0e218e80053f78e (diff)
downloadtaginfo-94f13611fe804f16ee3c8956b0d23fbe4d05bf4e.tar
taginfo-94f13611fe804f16ee3c8956b0d23fbe4d05bf4e.tar.gz
Put "about" texts in i18n files.
Diffstat (limited to 'taginfo-config-example.json')
-rw-r--r--taginfo-config-example.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/taginfo-config-example.json b/taginfo-config-example.json
index 0c5dda2..1c91f79 100644
--- a/taginfo-config-example.json
+++ b/taginfo-config-example.json
@@ -7,8 +7,10 @@
"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. Will appear on the home page and about page.
"description": "This is a <b>taginfo test instance</b>. Change this text in your <tt>taginfo-config.json</tt>.",
+ // Additional description that will only appear on the about page.
+ "about": "<p>This site is maintained by XXX.</p><p>There isn't just one taginfo site, there are several. The main site is at <a class='extlink' href='http://taginfo.openstreetmap.org/'>taginfo.openstreetmap.org</a>, but several <a class='extlink' href='http://wiki.openstreetmap.org/wiki/Taginfo/Sites'>other taginfo sites</a> are operated by different people.</p>",
// URL path to instance icon in the upper left.
"icon": "/img/logo/test.png",
// Contact name and email address.