diff --git a/config/example.runtime.properties b/config/example.runtime.properties
index f6fce759..587ffb4c 100644
--- a/config/example.runtime.properties
+++ b/config/example.runtime.properties
@@ -196,41 +196,10 @@ RDFService.languageFilter = true
#
# http.createCacheHeaders = true
-#
-# For developers only: Setting this option to "true" slows down VIVO performance.
-#
-# Defeat the Freemarker template cache, so each template is read from disk
-# on each request. This permits developers to immediately see the effect of
-# changes to the template. The default is false
, which means
-# that a cached copy of each template will be used for 60 seconds before
-# the disk is checked for a new version.
-#
-# developer.defeatFreemarkerCache = true
-
-#
-# For developers only: Setting this option to "true" slows down VIVO performance.
-#
-# Defeat the cache of language-specific text strings, so the language file
-# is read from disk on each request. This permits developers to immediately
-# see the effect of changes to the text strings. The default is
-# false
, which means that the language file is read when
-# VIVO starts up, or when a new theme is selected.
-#
-# developer.defeatI18nCache = true
-
-#
-# For developers only: Setting this option to "true" slows down VIVO performance.
-#
-# Add starting and ending delimiters to each Freemarker template, so you can see
-# which template were invoked by viewing the generated HTML. The default is
-# false
.
-#
-# developer.insertFreemarkerDelimiters = true
-
#
# For OpenSocial integration
# The base URL of the ORNG Shindig server. Usually, this is the same host and port
-# number as VIVO iteself, with a context path of "shindigorng".
+# number as VIVO itself, with a context path of "shindigorng".
#
#OpenSocial.shindigURL = http://localhost:8080/shindigorng
diff --git a/doc/install.html b/doc/install.html
index c30b768e..81f71145 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -863,65 +863,6 @@ issuing SPARQL queries that read data, and its URI for issuing SPARQL UPDATE com
-
false
, which
- means that a cached copy of each template will be used for 60 seconds
- before the disk is checked for a new version.
- false
, which means that the language file is
- read when VIVO starts up, or when a new theme is selected.
- false
.
-
+ This release includes several settings to help developers by instumenting the
+ freemarker templates and the SPARQL queries on the RDFService. Check the wiki for
+ details, or look in the home directory in example.developer.properties
.
+
@@ -613,65 +623,6 @@
false
, which
- means that a cached copy of each template will be used for 60 seconds
- before the disk is checked for a new version.
- false
, which means that the language file is
- read when VIVO starts up, or when a new theme is selected.
- false
.
-