Toolvana: production-ready media tools platform (CodeIgniter 4)
- 134-tool registry with programmatic SEO (unique titles/H1/descriptions, JSON-LD graphs, sitemap index, canonical 301 enforcement via required filter) - DB-backed job queue (SKIP LOCKED) with drivers: Ffmpeg, Images (GD), Pdf (qpdf/gs/poppler), Youtube (thumbnails), Qr (server-side PNG) - Security: SSRF guard, MIME validation, rate limits, API-key auth, bcrypt admin login, security headers - Admin panel: dashboard, tools/categories/guides CRUD, SEO audit, analytics, job inspector with retry, system health, feature flags - Docker deployment (nginx + web/api FPM pools + scalable workers), PHPUnit suite (19 tests / 1139 assertions), PWA manifest + service worker
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<div class="wrap">
|
||||
<article class="prose" style="margin-top:2.5rem">
|
||||
<h1>DMCA & Copyright Policy</h1>
|
||||
<p><?= esc(config('Site')->name) ?> respects intellectual property rights. We respond promptly to valid notices under the DMCA and comparable laws.</p>
|
||||
|
||||
<h2>Filing a notice</h2>
|
||||
<p>Send takedown requests through the <a href="/contact">contact page</a>, including:</p>
|
||||
<ol class="steps" style="list-style:none;counter-reset:none">
|
||||
<li style="--x:0"><strong>Identification</strong>of the copyrighted work you believe is infringed.</li>
|
||||
<li><strong>The URL</strong> on our site allegedly hosting infringing material.</li>
|
||||
<li><strong>Your contact details</strong> and a good-faith statement of authority.</li>
|
||||
</ol>
|
||||
<p>Valid notices are actioned within two business days.</p>
|
||||
|
||||
<h2>Design of this service</h2>
|
||||
<p>This platform does not host a public library of user files: uploads are private to the uploading session and expire automatically. Tools that interact with third-party platforms are designed around applicable platform terms and can be disabled by operators.</p>
|
||||
</article>
|
||||
</div>
|
||||
Reference in New Issue
Block a user