Skip to content

Commit 25a9538

Browse files
authored
Merge pull request #194 from common-workflow-language/privacy-policy
Add Privacy policy
2 parents 614b1ca + f17231e commit 25a9538

File tree

13 files changed

+138
-43
lines changed

13 files changed

+138
-43
lines changed

NOTICE.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# CWL Viewer
22
https://github.com/common-workflow-language/cwlviewer/
33

4-
* Copyright (c) 2016-2017 Mark Robinson http://orcid.org/0000-0002-8184-7507
5-
* Copyright (c) 2016-2017 The University of Manchester
4+
* Copyright (c) 2016-2017 Mark Robinson https://orcid.org/0000-0002-8184-7507
5+
* Copyright (c) 2016-2018 The University of Manchester
66

77
Licensed under the Apache License, Version 2.0 (the "License");
88
you may not use this file except in compliance with the License.
@@ -32,8 +32,7 @@ This logo may be used only for attribution within the CWL Viewer project.
3232
img/BioExcel_logo_cropped.svg
3333
http://bioexcel.eu/
3434

35-
Distributed under a Creative Commons Attribution 4.0 license.
36-
https://creativecommons.org/licenses/by/4.0/
35+
Distributed under a [Creative Commons Attribution 4.0 license](https://creativecommons.org/licenses/by/4.0/)
3736

3837
-----------
3938

src/main/resources/static/css/main-20170616.css renamed to src/main/resources/static/css/main-20180518.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,3 +326,13 @@ polygon.hover {
326326
#format-json {
327327
display: none;
328328
}
329+
330+
/**
331+
* Light email-obfuscation
332+
*/
333+
.obf-hide {
334+
display: none;
335+
}
336+
.obf-at::before {
337+
content: "@"
338+
}

src/main/resources/templates/about.html

Lines changed: 107 additions & 22 deletions
Large diffs are not rendered by default.

src/main/resources/templates/apidocs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<title>API Documentation - Common Workflow Language Viewer</title>
2626
<link rel="stylesheet" th:href="@{/bower_components/bootstrap/dist/css/bootstrap.min.css}" href="../static/bower_components/bootstrap/dist/css/bootstrap.min.css" />
2727
<link rel="stylesheet" th:href="@{/bower_components/highlightjs/styles/github.css}" href="../static/bower_components/highlightjs/styles/default.css" />
28-
<link rel="stylesheet" type="text/css" th:href="@{/css/main-20170616.css}" href="../static/css/main-20170616.css" />
28+
<link rel="stylesheet" type="text/css" th:href="@{/css/main-20180518.css}" href="../static/css/main-20180518.css" />
2929
</head>
3030
<body>
3131

src/main/resources/templates/fragments/error.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<meta charset="UTF-8" />
2525
<meta name="viewport" content="width=device-width, initial-scale=1" />
2626
<title>Common Workflow Language Viewer</title>
27-
<link rel="stylesheet" type="text/css" th:href="@{/css/main-20170616.css}" href="../static/css/main-20170616.css" />
27+
<link rel="stylesheet" type="text/css" th:href="@{/css/main-20180518.css}" href="../static/css/main-20180518.css" />
2828
<link rel="stylesheet" th:href="@{/bower_components/bootstrap/dist/css/bootstrap.min.css}" href="../static/bower_components/bootstrap/dist/css/bootstrap.min.css" />
2929
</head>
3030
<body>

src/main/resources/templates/fragments/footer.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<html xmlns:th="http://www.thymeleaf.org">
2222
<head>
23-
<link rel="stylesheet" type="text/css" href="../../static/css/main-20170616.css" />
23+
<link rel="stylesheet" type="text/css" href="../../static/css/main-20180518.css" />
2424
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" />
2525
</head>
2626
<body>
@@ -29,26 +29,27 @@
2929
<hr />
3030
<div class="col-lg-12 muted text-center">
3131
<a href="https://github.com/common-workflow-language/cwlviewer" rel="noopener" target="_blank">CWL Viewer</a>
32-
&copy; 2016-2017 <a href="https://github.com/common-workflow-language/" rel="noopener" target="_blank">Common Workflow Language Project</a>
32+
&copy; 2016-2018 <a href="https://www.commonwl.org/" rel="noopener" target="_blank">Common Workflow Language Project</a>
3333
and <a href="https://github.com/orgs/common-workflow-language/people" rel="noopener" target="_blank">contributors</a>.
3434
Distributed under <a href="https://www.apache.org/licenses/LICENSE-2.0" rel="noopener" target="_blank">Apache License, version 2.0</a>
35-
(required <a href="https://github.com/common-workflow-language/cwlviewer/blob/master/NOTICE.md" rel="noopener" target="_blank">attribution notices</a>)
36-
<br />
35+
(required <a href="https://github.com/common-workflow-language/cwlviewer/blob/master/NOTICE.md" rel="noopener" target="_blank">attribution notices</a>).
36+
<br />
3737
<span th:if="${workflow != null}">
3838
<a th:href="@{${workflow.retrievedFrom.getUrl(workflow.lastCommit)}}" href="#" rel="noopener" target="_blank">Shown workflow</a> has separate copyright and license.
3939
</span>
40+
([<a href="/about#privacy">Privacy policy</a>)
4041
</div>
4142
</div>
4243
<div class="row logos">
4344
<div class="col-lg-12 muted text-center">
44-
<a href="http://www.commonwl.org/" rel="noopener" target="_blank"><img src="/img/CWL-Logo-nofonts.svg"
45+
<a href="https://www.commonwl.org/" rel="noopener" target="_blank"><img src="/img/CWL-Logo-nofonts.svg"
4546
alt="Common Workflow Language"/></a>
46-
<a href="http://www.esciencelab.org.uk/" rel="noopener" target="_blank"><img src="/img/manchester.svg"
47+
<a href="https://www.esciencelab.org.uk/" rel="noopener" target="_blank"><img src="/img/manchester.svg"
4748
alt="The University of Manchester"
4849
title="eScienceLab, School of Computer Science, The University of Manchester" /></a>
49-
<a href="http://bioexcel.eu/" rel="noopener" target="_blank"><img src="/img/BioExcel_logo_cropped.svg"
50+
<a href="https://bioexcel.eu/" rel="noopener" target="_blank"><img src="/img/BioExcel_logo_cropped.svg"
5051
alt="BioExcel" title="BioExcel Center of Excellence for Computational Biomolecular Research" /></a>
51-
<a href="http://cordis.europa.eu/projects/675728" rel="noopener" target="_blank"><img src="/img/Flag_of_Europe.svg"
52+
<a href="https://cordis.europa.eu/projects/675728" rel="noopener" target="_blank"><img src="/img/Flag_of_Europe.svg"
5253
alt="EU" title="European Commision grant 675728" /></a>
5354
</div>
5455
</div>

src/main/resources/templates/fragments/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<html xmlns:th="http://www.thymeleaf.org">
2222
<head>
23-
<link rel="stylesheet" type="text/css" href="../../static/css/main-20170616.css" />
23+
<link rel="stylesheet" type="text/css" href="../../static/css/main-20180518.css" />
2424
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" />
2525
</head>
2626
<body>

src/main/resources/templates/fragments/pagination.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<html lang="en" xmlns:th="http://www.thymeleaf.org">
2222
<head>
23-
<link rel="stylesheet" type="text/css" href="../../static/css/main-20170616.css" />
23+
<link rel="stylesheet" type="text/css" href="../../static/css/main-20180518.css" />
2424
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" />
2525
</head>
2626
<body>

src/main/resources/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<meta name="viewport" content="width=device-width, initial-scale=1" />
2525
<title>Common Workflow Language Viewer</title>
2626
<link rel="stylesheet" th:href="@{/bower_components/bootstrap/dist/css/bootstrap.min.css}" href="../static/bower_components/bootstrap/dist/css/bootstrap.min.css" />
27-
<link rel="stylesheet" type="text/css" th:href="@{/css/main-20170616.css}" href="../static/css/main-20170616.css" />
27+
<link rel="stylesheet" type="text/css" th:href="@{/css/main-20180518.css}" href="../static/css/main-20180518.css" />
2828
</head>
2929
<body>
3030

src/main/resources/templates/loading.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<meta name="twitter:image" th:content="${appURL + '/workflows/' + queued.tempRepresentation.id + '/graph/png'}" />
3030
<title>Common Workflow Language Viewer</title>
3131
<link rel="stylesheet" th:href="@{/bower_components/bootstrap/dist/css/bootstrap.min.css}" href="../static/bower_components/bootstrap/dist/css/bootstrap.min.css" />
32-
<link rel="stylesheet" type="text/css" th:href="@{/css/main-20170616.css}" href="../static/css/main-20170616.css" />
32+
<link rel="stylesheet" type="text/css" th:href="@{/css/main-20180518.css}" href="../static/css/main-20180518.css" />
3333
</head>
3434
<body>
3535

0 commit comments

Comments
 (0)