From 57a75757cefe82138faa1268c03ab5b8a478ffee Mon Sep 17 00:00:00 2001 From: j2blake Date: Fri, 4 Oct 2013 16:36:21 -0400 Subject: [PATCH] VIVO-299 Notify the installer that "Terms of Use" will be referenced in RDF. --- doc/install.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/install.html b/doc/install.html index 7740fd0f..c91ac292 100644 --- a/doc/install.html +++ b/doc/install.html @@ -1361,7 +1361,15 @@ The "Site Name" you assign in the "Site Information" form under the Site Admin area will be inserted into the "Terms of Use" statement. If you want to edit the text content more than just the - "Site Name", the file can be found here:
[vivo_source_dir]/vitro-core/webapp/web/templates/freemarker/body/termsOfUse.ftl
+ "Site Name", the file can be found here: +
[vivo_source_dir]/vitro-core/webapp/web/templates/freemarker/body/termsOfUse.ftl
+

+

+ Your "Terms of Use" statement is also referenced in the Linked Open Data (RDF) + that your site produces, so you should be sure that it accurately reflects + the way that your data may be used. +

+

Be sure to make the changes in your source files and deploy them to your tomcat so you don't lose your changes next time you deploy for another reason.