add legal stuff

This commit is contained in:
Hans Pagel 2020-11-06 16:25:46 +01:00
parent 6beb9d2d69
commit 7357b9ee63
5 changed files with 63 additions and 1 deletions

View File

@ -1 +1,17 @@
# Advanced node views
## toc
## Introduction
## Node views with plain JavaScript
### HTML
### Content
### JavaScript
### Events
## Use Vue.js components

View File

@ -0,0 +1,32 @@
# Impressum
## toc
## Contact
Information provided according to Sec. 5 German Telemedia Act (TMG)
überdosis GbR<br>
Kurfürstenstraße 56<br>
10785 Berlin, Germany
Represented by: Sven Adlung, Patrick Baber, Nick Hirche, Philip Isik, Timo Isik, Philipp Kühn, Hans Pagel, Sebastian Schrama
We dont provide email support for tiptap, but if you have some legal issues, privacy or security concerns, send us an email to [hans.pagel@ueber.io](mailto:hans.pagel@ueber.io). For everything else, [please use GitHub issues](https://github.com/ueberdosis/tiptap-next/issues).
## Dispute resolution
The European Commission provides a platform for online dispute resolution (OS): https://ec.europa.eu/consumers/odr.
We do not take part in online dispute resolutions at consumer arbitration boards.
## Disclaimer
### Liability for Contents
As service providers, we are liable for own contents of these websites according to Sec. 7, paragraph 1 German Telemedia Act (TMG). However, according to Sec. 8 to 10 German Telemedia Act (TMG), service providers are not obligated to permanently monitor submitted or stored information or to search for evidences that indicate illegal activities.
Legal obligations to removing information or to blocking the use of information remain unchallenged. In this case, liability is only possible at the time of knowledge about a specific violation of law. Illegal contents will be removed immediately at the time we get knowledge of them.
### Liability for Links
Our offer includes links to external third party websites. We have no influence on the contents of those websites, therefore we cannot guarantee for those contents. Providers or administrators of linked websites are always responsible for their own contents.
The linked websites had been checked for possible violations of law at the time of the establishment of the link. Illegal contents were not detected at the time of the linking. A permanent monitoring of the contents of linked websites cannot be imposed without reasonable indications that there has been a violation of law. Illegal links will be removed immediately at the time we get knowledge of them.

View File

@ -0,0 +1,10 @@
# Privacy Policy
We value your privacy and question everything that stores or processes your personal information. With that in mind, we still need a few external services to publish tiptap.
We dont provide email support for tiptap, but if you have some legal issues, privacy or security concerns, send us an email to [hans.pagel@ueber.io](mailto:hans.pagel@ueber.io). For everything else, [please use GitHub issues](https://github.com/ueberdosis/tiptap-next/issues).
## Netlify
We use Netlify to host our static website. It features continuous deployment from Git across a global application delivery network and full integration with Lets Encrypt. [Read Netlifys Privacy Policy](https://www.netlify.com/privacy/)
## Simple Analytics
To get critical information about the behavior of our visitors, we use [Simple Analytics](https://simpleanalytics.com/). This analytics software gives us insight about our visitors only in general, but not about individuals per se, as it does not track visitors and does not store any personal identifiable information. Go to their documentation to find out what Simple Analytics collects (and most importantly what they don't). Or have a look at our analytics dashboard: [https://simpleanalytics.com/tiptap.dev](https://simpleanalytics.com/tiptap.dev)

View File

@ -17,7 +17,7 @@ Does that sound good? [Sponsor us on GitHub!](https://github.com/sponsors/ueberd
If youre a company, dont want to use GitHub, dont have a credit card or want a proper invoice form us, just reach out to us at [hans.pagel@ueber.io](mailto:hans.pagel@ueber.io).
## I want consulting.
We dont do any calls, consulting or personal support. If you have an issue, a question, want to talk something through or anything else, please use GitHub issues, to keep everything accessible for the whole community.
We dont do any calls, consulting or personal support. If you have an issue, a question, want to talk something through or anything else, [please use GitHub issues](https://github.com/ueberdosis/tiptap-next/issues), to keep everything accessible for the whole community.
## Can we have a call?
Nope, we are big fans of asynchronous communication. If you really need to reach out in private, send us an email to [hans.pagel@ueber.io](mailto:hans.pagel@ueber.io), but dont expect technical email support.

View File

@ -134,6 +134,10 @@
</div>
<div class="app__page-footer">
<div class="app__inner">
<a href="/impressum">Impressum</a>
&middot;
<a href="/privacy-policy">Privacy Policy</a>
&middot;
<a :href="editLink" target="_blank">Edit this page on GitHub</a>
&middot;
Made with 🖤 by <a href="https://twitter.com/_ueberdosis">überdosis</a>