|
|
|
@extends('layouts.app')
|
|
|
|
|
|
|
|
@section('content')
|
|
|
|
<div class="container">
|
|
|
|
<div class="row justify-content-center">
|
|
|
|
<div class="col-md-8">
|
|
|
|
<h1>Terms of Service</h1>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<i>datatable.directory</i> is provided free of charge to the public
|
|
|
|
with the expectation of being a useful development tool for sharing
|
|
|
|
tables of structured data. The website hosts user-provided content
|
|
|
|
and disclaims any responsibility for the correctness of this data.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
The following categories of data are prohibited in the directory:
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li>Data taken from external sources without attribution</li>
|
|
|
|
<li>Proprietary data that cannot be redistributed due to license terms</li>
|
|
|
|
<li>Personal information shared without consent ("doxxing")</li>
|
|
|
|
<li>Racist, sexist, or otherwise offensive content</li>
|
|
|
|
<li>Anything illegal or questionable
|
|
|
|
(such as links to pirated music, software, cracks, pornography, drug-related content etc.)</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Please do not try to upload very large datasets (i.e. over 10.000 entries),
|
|
|
|
such as star catalogs, or the unicode character map, which are already
|
|
|
|
available elsewhere. These are generally better served by dedicated websites.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Further, we ask users to refrain from abusing the API or scraping the table pages
|
|
|
|
when the results are invariant and can be easily cached. Excessive requests
|
|
|
|
may result in user or IP ban to protect the server.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Site operators reserve the right to hide or delete any objectionable
|
|
|
|
content, though a warning and an explanation of the removal should generally be
|
|
|
|
provided. Engagement in harassment, racism, sexism, or other antisocial behavior
|
|
|
|
on the website may result in account termination, and any such content will
|
|
|
|
be deleted. Users are encouraged to report problematic submissions using the
|
|
|
|
report button.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@endsection
|