goon/app/templates/seo/page_2257.html
jtrzupek 9c49a69a66 feat(seo): public HTML SEO router + templates; add CLAUDE.md; ignore .nimbalyst
- app/api/seo.py (+ app/templates/seo/*): publiczny HTML SEO router (programmatic
  entity long-tail: performer/studio/scene/landing/2257), bez api-key. Importowany
  przez main.py — wymagany do uruchomienia, dotąd untracked. Opsec-clean (brak
  VPS IP/sekretów).
- CLAUDE.md: instrukcje projektu (dotąd untracked).
- .gitignore: .nimbalyst/ (lokalne tracker-tooling, nie dla OSS repo).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-31 16:29:59 +02:00

20 lines
1.2 KiB
HTML

{% extends "seo/base.html" %}
{% block title %}18 U.S.C. 2257 Statement | Goon{% endblock %}
{% block description %}18 U.S.C. 2257 record-keeping compliance statement for Goon.{% endblock %}
{% block content %}
<h1>18 U.S.C. § 2257 Compliance Statement</h1>
<p>Goon is a metadata aggregator and search index. <strong>Goon does not produce,
host, store, or stream any visual depictions of actual or simulated sexually
explicit conduct.</strong> All media linked from this site is hosted by third-party
websites that are the actual producers of the content.</p>
<p>As Goon stores no media and produces no content, the record-keeping requirements
of 18 U.S.C. § 2257 and 28 C.F.R. § 75 are not applicable to Goon. Records required
by those provisions are maintained by the respective producers of the content, whose
sites are linked from each scene page.</p>
<p>All persons depicted in content reachable through the links on this site were
18 years of age or older at the time of production, as represented and recorded by
the originating producers.</p>
<p>To report content or request removal of a link, open an issue at
<a href="https://github.com/goon-foss/goon">github.com/goon-foss/goon</a>.</p>
{% endblock %}