Skip to content

Commit

Permalink
templates: add terms of use -page
Browse files Browse the repository at this point in the history
* Add terms of use page.
  ( closes cernopendata/cernopendata-pages#3 )

Signed-off-by: Harri Hirvonsalo <harri.hirvonsalo@cern.ch>
  • Loading branch information
hjhsalo authored and tiborsimko committed Aug 29, 2017
1 parent 6ae2698 commit 0480190
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -61,3 +61,6 @@ target/

# OS X
.DS_Store

# Jetbrains editor project folder
.idea/
30 changes: 30 additions & 0 deletions cernopendata/templates/cernopendata_pages/terms_of_use.html
@@ -0,0 +1,30 @@
{%- extends config.BASE_TEMPLATE %}

{% block page_body %}

<section id="termsofuse" class="content">
<div class="header">
<h1><div class="container">{{ _('CERN Open Data Terms of Use') }}</div></h1>
</div>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="body">
<h4>The CERN Open Data Portal is offered by CERN as part of its mission to publish the results of its experimental and theoretical work.</h4>
<h4>Use of the CERN Open Data Portal service denotes agreement with the following terms:</h4>
<ol>
<li>The CERN Open Data Portal is provided free of charge.</li>
<li>All metadata and datasets in the CERN Open Data Portal are made available under the terms of the CC0 waiver.</li>
<li>All other content is made available under its applicable license conditions as specified on the relevant web pages. For example, software packages are usually licensed under GNU General Public License (GPL). Download and use of such other content from the CERN Open Data Portal does not, unless expressly stated in the applicable license conditions, transfer any intellectual property. Bulk downloading of email addresses taken from CERN Open Data Portal is not allowed.</li>
<li>All content is provided “as is” and the user shall hold CERN and the content providers free and harmless in connection with its use of such content.</li>
<li>CERN reserves the right, without notice, at its sole discretion and without liability, to restrict or remove user access where it considers that use of the CERN Open Data Portal interferes with its operations or violates these Terms of Use or applicable laws.</li>
<li>These terms of Use are subject to change by CERN at any time and without notice, other than through posting the updated Terms of Use on the CERN Open Data Portal website.</li>
</ol>
<div>If you have any questions or comments with respect to the CERN Open Data Portal, or if you are unsure whether your intended use is in line with these Terms of Use, or if you seek permission for a use that does not fall within these Terms of Use, please contact <a href="mailto:opendata-support@cern.ch">opendata-support@cern.ch</a>.</div>
</div>
</div>
</div>
</div>
</section>

{% endblock %}

0 comments on commit 0480190

Please sign in to comment.