diff options
author | Jochen Topf <jochen@topf.org> | 2011-03-04 18:06:02 +0100 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2011-03-04 18:06:02 +0100 |
commit | a8b477919838726172f82b4605a63871a8847942 (patch) | |
tree | 389bf128581f343aee649a4dcb9645e66f757f34 /web/lib | |
parent | c8da2729b5d4b539fe0fbc07e3ae0228b7d7a876 (diff) | |
download | taginfo-a8b477919838726172f82b4605a63871a8847942.tar taginfo-a8b477919838726172f82b4605a63871a8847942.tar.gz |
added support for different instances of OSM, added some translations
Diffstat (limited to 'web/lib')
-rw-r--r-- | web/lib/instance.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/web/lib/instance.rb b/web/lib/instance.rb new file mode 100644 index 0000000..54473a0 --- /dev/null +++ b/web/lib/instance.rb @@ -0,0 +1,8 @@ +# +# different instances of the Taginfo system can change the contents of this file for local needs +# + +def taginfo_instance_description + 'This is a Taginfo test instance. To change this text look in <tt>web/lib/instance.rb</tt>. To change the icon above, change the image in <tt>web/public/img/instance.png</tt>.' +end + |