A website for producing interactive charts without writing a single line of code. Built with Common Lisp and Python. https://charts.craigoates.net
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

58 lines
2.3 KiB

{% extends "layouts/base.html" %} {% block title %}Craig Oates: Privacy Policy{%
endblock %}
{% block content %}
<div class="content-header">
<h1>Privacy Information</h1>
</div>
<div class="flex-center">
<article>
<p>
Basically, this website aims to keep as little of your personal
information as possible. It does not contain any advertisements with
tracking cookies or any social media trackers either.
</p>
<h2>What Data this Website Stores</h2>
<p>
This website stores your Username, Display Name, Password and the HTML
files (I.E. the charts) generated by the files you upload (.csv and .tsv
files) to the server. You are not required to provide any personal
information as part of your Username or Display Name. For the sake
completeness, the same applies for the Password.
</p>
<h2>What is Not Stored on this Website</h2>
<p>
This website temporarily stores any files (I.E. spreadsheets) you upload
so it can generate the charts (stored as HTML files). When the server has
finished generating the chart and stored it as an HTML file, the uploaded
file is deleted. None of your personally uploaded files are stored
long-term.
</p>
<h2>What is Viewable to the Public</h2>
<p>
Nothing is viewable to the general public. The only thing logged in users
can access is their own Dashboard and the charts they have created.
</p>
<h2>What is Deleted when a User Deletes their Account</h2>
<p>
The website removes the account's details from the database (Username,
Display Name and Password) and all the files, attached to that account, on
the server at that moment in time.
When a user deletes a HTML file (via the Dashboard), that file is
permanently deleted. It is not reversible. The same applies when deleting
an account. When a file or account is deleted, that is it. There is no way
to retrieve/restore it.
</p>
<h2>What is Shared Between this Website and craigoates.net</h2>
<p>
In terms of data, nothing is shared. This website shares the
'craigoates.net' domain name but this website uses a seperate database and
stores all its files in a different location.
</p>
</article>
</div>
{% endblock %}