summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2011-10-10 17:44:46 +0200
committerJochen Topf <jochen@topf.org>2011-10-10 17:44:46 +0200
commit82c320568448206a65816cb602dfa8f8a3399c1e (patch)
treeaada6eff648c26c95b32403c7879f8abfd87cf95
parentdf280436636e745ce26d6b04a3a54aa45c589a91 (diff)
downloadtaginfo-82c320568448206a65816cb602dfa8f8a3399c1e.tar
taginfo-82c320568448206a65816cb602dfa8f8a3399c1e.tar.gz
remove now superfluous web/lib/instance.rb
-rw-r--r--web/lib/instance.rb8
-rwxr-xr-xweb/taginfo.rb1
2 files changed, 0 insertions, 9 deletions
diff --git a/web/lib/instance.rb b/web/lib/instance.rb
deleted file mode 100644
index 54473a0..0000000
--- a/web/lib/instance.rb
+++ /dev/null
@@ -1,8 +0,0 @@
-#
-# 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
-
diff --git a/web/taginfo.rb b/web/taginfo.rb
index 4fd2ad2..2472030 100755
--- a/web/taginfo.rb
+++ b/web/taginfo.rb
@@ -296,7 +296,6 @@ class Taginfo < Sinatra::Base
#--------------------------------------------------------------------------
- load 'lib/instance.rb'
load 'lib/api/db.rb'
load 'lib/api/wiki.rb'
load 'lib/api/josm.rb'