datatable.directory codebase
https://datatable.directory/
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.
43 lines
1.7 KiB
43 lines
1.7 KiB
@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 on the website:
|
|
</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>
|
|
The site operators reserve the right to hide or delete any objectionable
|
|
content. Engagement in harassment, racism, sexism, or other antisocial behavior
|
|
within the site may result in account closure, and any such content will
|
|
be deleted. Users are encouraged to report problematic submissions using the report button.
|
|
</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>
|
|
</div>
|
|
</div>
|
|
@endsection
|
|
|