privacy statement and preference settings for controlling privacy
authorjprocter <Jim Procter>
Tue, 13 Oct 2009 13:57:53 +0000 (13:57 +0000)
committerjprocter <Jim Procter>
Tue, 13 Oct 2009 13:57:53 +0000 (13:57 +0000)
help/help.jhm
help/helpTOC.xml
help/html/features/preferences.html
help/html/privacy.html [new file with mode: 0644]

index 2e7bec7..3badaaf 100755 (executable)
@@ -88,6 +88,7 @@
    <mapID target="memory" url="html/memory.html" />
    <mapID target="jalviewjnlp" url="html/jalviewjnlp.html" />
    <mapID target="groovy" url="html/features/groovy.html" />
+   <mapID target="privacy" url="html/privacy.html" />
    <mapID target="vamsas" url="html/vamsas/index.html"/>
    <mapID target="aminoAcids" url="html/misc/aminoAcids.html" />
    <mapID target="aaProperties" url="html/misc/aaproperties.html" />
index 962f6ec..c34a573 100755 (executable)
           <tocitem text="Command Line Arguments" target="clarguments"/>
              <tocitem text="Groovy Shell" target="groovy"/>
         </tocitem>
+               <tocitem text="Privacy" target="privacy"/>
 </tocitem>
 <tocitem text="Useful information" expa nd="true">
        <tocitem text="Amino Acid Table" target="aminoAcids"/>
index 36646d6..8bb6d4e 100755 (executable)
@@ -103,6 +103,12 @@ vbersion of the font to sequence labels.</p>
   box &quot;Use a Proxy Server&quot; and enter the address and port details as 
   necessary. Web Services will not work if you are using a proxy server and do 
   not enter the settings here.</p>
+<p><em>Usage statistics, Questionnaire and Version checks</em><br>
+  Uncheck these options to prevent Jalview from submitting usage statistics to
+  google analytics, checking for jalview questionnaires or retrieving details of
+  the latest release version (at www.jalview.org). See the <a href="../privacy.html">user privacy statement</a>
+  for more information.
+  </p>
 <p><a name="output"><strong>Output Preferences tab</strong></a></p>
 <p><em>EPS Rendering Style</em><br>
 This is a selection box which allows the 
diff --git a/help/html/privacy.html b/help/html/privacy.html
new file mode 100644 (file)
index 0000000..febd44e
--- /dev/null
@@ -0,0 +1,29 @@
+<html>
+  <head><title>Jalview Privacy Statement</title></head>
+    <body><p><strong>Privacy for Jalview Users</strong><br>
+    The Jalview Desktop application available from the www.jalview.org site does not contain code that is designed to collate any personal or private information without your consent.
+    
+    However, the application does contain routines which contact a variety of web services, and some of these are specifically designed to assess who is using Jalview.
+    
+    We collect usage statistics in the following ways:
+    <ul><li><em>HTTP logs on the Jalview website</em><br>
+    We record IP addresses of machines which access the web site, either via the browser when downloading the application, or when the Jalview Desktop user interface is launched.
+    <ul><li><i>The JNLP file at www.jalview.org/webstart/jalview.jnlp is retrieved to determine if you are running the latest version of Jalview.</i></li>
+    <li><i>The questionnaire web service at www.jalview.org/cgi-bin/questionnaire.pl is checked and a unique cookie for the current questionnaire is stored in the Jalview properties file.</i></li>
+    <li><i>The Jalview web services stack is contacted to retrieve the currently available web services. All interactions with the public jalview web services are logged, but we delete all job data (input data and results) after about two weeks.</i></li></ul>
+    </li>
+    <li><em>Google Analytics</em><br>
+    Since jalview 2.4.0b2, the Jalview Desktop records usage data with Google Analytics via the <a href="http://code.google.com/p/jgoogleanalytics/">JGoogleAnalytics</a> class.<br>The Google Analytics logs for Jalview version 2.4 only record the fact that the application was started, but in the future, we will use this mechanism to improve the Desktop user interface, by tracking which parts of the user interface are being used most often.</li>
+    </ul>
+    </p><p>
+    <strong>Stopping Jalview from calling home</strong>
+    If you run Jalview in 'headless mode' via the command line, then the program shouldn't try to contact any of the web servers mentioned above (if it does, then its a bug!). You can also specify some <a href="features/commandline.html">command line options</a> to disable the questionnaire and usage statistics check.  Finally, the <a href="features/preferences.html#connections">Connections Tab</a> of the jalview preferences contains options for controlling the submission of usage statistics.   
+    <strong>Other Web Clients in Jalview</strong><br>
+    The Jalview desktop is intended to make it easier to interact with web-based bioinformatics resources, but we cannot vouch for the integrity of any of the services you might access via the program. 
+    
+    You can turn this off      
+        your machine to the outside world. 
+        You may voluntarily submit query text 
+    </p>
+  </body>
+</html>
\ No newline at end of file