Browse Source

add rules

master
filesite 6 months ago
parent
commit
e02d656989
  1. 23
      public/en/index.html
  2. 23
      public/index.html

23
public/en/index.html

@ -16,6 +16,8 @@ @@ -16,6 +16,8 @@
code{display:block;background-color:#EEE;padding:4px}
dt{background-color:#EEE;padding:4px 6px}
dd{text-indent:1em;margin:4px 0 8px 0}
li{margin-left:1em}
footer{padding-bottom:2em}
.text-center{text-align:center}
.text-right{text-align:right}
@ -123,9 +125,24 @@ @@ -123,9 +125,24 @@
<h3 class="mt-2">Bots</h3>
<dl class="mt-d5" id="herobots">...</dl>
<footer class="mt-4 text-center">
&copy;copyright <a href="https://filesite.io" target="_blank">FileSite.io</a>
<h3 class="mt-2">Covenant of the Alliance</h3>
<p class="mt-1">Please abide by the following conventions and stick to it for a better tomorrow for yourself and the whole society! </p>
<ul class="mt-d5">
<li>Comply with local/national laws and regulations</li>
<li>Information protected by law will not be crawled (for example: personal privacy data mobile phone number, ID number, etc.)</li>
<li>Data that requires login or VIP status to access will not be crawled</li>
<li>Data that is explicitly prohibited from being collected by the target website will not be crawled</li>
<li>The commercial core data of the target website is not crawled</li>
<li>Low concurrency, low frequency, does not affect the normal operation of the target website</li>
</ul>
<footer class="mt-4">
<p>
<strong>Disclaimer:</strong>
<br>HeroUnion<strong> is only responsible for the scheduling of crawlers and tasks</strong>. The contracts supported by crawlers and the specific content of tasks have nothing to do with the alliance.
</p>
<p class="mt-2 text-center">&copy;copyright <a href="https://filesite.io" target="_blank">FileSite.io</a></p>
</footer>
<script src="/js/jquery-3.7.1.min.js"></script>

23
public/index.html

@ -16,6 +16,8 @@ @@ -16,6 +16,8 @@
code{display:block;background-color:#EEE;padding:4px}
dt{background-color:#EEE;padding:4px 6px}
dd{text-indent:1em;margin:4px 0 8px 0}
li{margin-left:1em}
footer{padding-bottom:2em}
.text-center{text-align:center}
.text-right{text-align:right}
@ -131,9 +133,24 @@ @@ -131,9 +133,24 @@
-->
</dl>
<footer class="mt-4 text-center">
&copy;copyright <a href="https://filesite.io" target="_blank">FileSite.io</a>
<h3 class="mt-2">联盟公约</h3>
<p class="mt-1">请大家遵守以下公约,为自己、也为全社会有更好的明天一起坚持!</p>
<ul class="mt-d5">
<li>遵守本地/本国法律、法规</li>
<li>受法律保护的信息不爬(例如:个人隐私数据手机号码、身份证号码等等)</li>
<li>需要登录,或需要VIP身份才能访问的数据不爬</li>
<li>目标网站明确禁止采集的数据不爬</li>
<li>目标网站商业核心数据不爬</li>
<li>低并发,低频率,不影响目标网站正常运行</li>
</ul>
<footer class="mt-4">
<p>
<strong>免责申明:</strong>
<br>HeroUnion英雄联盟<strong>只负责爬虫和任务的调度</strong>,爬虫所支持的合约以及任务具体内容与联盟无关。
</p>
<p class="mt-2 text-center">&copy;copyright <a href="https://filesite.io" target="_blank">FileSite.io</a></p>
</footer>
<script src="/js/jquery-3.7.1.min.js"></script>

Loading…
Cancel
Save