Add redact doc pages; update timeline docs to remove GPU references
- New: redact-about.php, redact-guide.php, redact-tech.php with full
two-pass pipeline docs, regional rule sets, output format comparison
- New: translations/redact-{about,guide,tech}.php (en + no)
- redact.php: add About/Guide/How-it-works doc links
- timeline-guide.php: remove GPU/cuttlefish engine row
- timeline-tech.php: remove GPU row, replace fine-tuned LLM section
with SSE streaming + DOCX export section, stat4 3→2 engines
- timeline-about.php: replace dbn-legal-agent spotlight with
SSE/DOCX export highlight
- translations/timeline-{about,guide,tech}.php: remove all GPU/
cuttlefish references across all 4 languages; add stream_* and
export_* keys; fix upload copy (5 files → 1 file)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+14
-14
@@ -182,32 +182,32 @@ $t = $_pt[$uiLang] ?? $_pt['en'];
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Fine-tuned LLM spotlight -->
|
||||
<!-- Export & live progress spotlight -->
|
||||
<div class="kdoc-section">
|
||||
<p class="kdoc-section__eyebrow"><?= htmlspecialchars($t['hood_eyebrow']) ?></p>
|
||||
<h2 class="kdoc-section__title"><?= htmlspecialchars($t['hood_title']) ?></h2>
|
||||
<p class="kdoc-section__eyebrow"><?= htmlspecialchars($t['export_eyebrow']) ?></p>
|
||||
<h2 class="kdoc-section__title"><?= htmlspecialchars($t['export_title']) ?></h2>
|
||||
<div class="kdoc-llm-spotlight">
|
||||
<div>
|
||||
<span class="kdoc-llm-spotlight__badge"><?= htmlspecialchars($t['llm_badge']) ?></span>
|
||||
<h3 class="kdoc-llm-spotlight__title">dbn-legal-agent</h3>
|
||||
<p class="kdoc-llm-spotlight__body"><?= $t['llm_body_html'] ?></p>
|
||||
<span class="kdoc-llm-spotlight__badge"><?= htmlspecialchars($t['export_badge']) ?></span>
|
||||
<h3 class="kdoc-llm-spotlight__title"><?= htmlspecialchars($t['export_h1']) ?></h3>
|
||||
<p class="kdoc-llm-spotlight__body"><?= $t['export_body_html'] ?></p>
|
||||
</div>
|
||||
<div class="kdoc-llm-stats">
|
||||
<div class="kdoc-llm-stat">
|
||||
<strong>QLoRA</strong>
|
||||
<span><?= htmlspecialchars($t['llm_s1']) ?></span>
|
||||
<strong>SSE</strong>
|
||||
<span><?= htmlspecialchars($t['export_s1']) ?></span>
|
||||
</div>
|
||||
<div class="kdoc-llm-stat">
|
||||
<strong>12+</strong>
|
||||
<span><?= htmlspecialchars($t['llm_s2']) ?></span>
|
||||
<strong>DOCX</strong>
|
||||
<span><?= htmlspecialchars($t['export_s2']) ?></span>
|
||||
</div>
|
||||
<div class="kdoc-llm-stat">
|
||||
<strong>5</strong>
|
||||
<span><?= htmlspecialchars($t['llm_s3']) ?></span>
|
||||
<strong>Azure</strong>
|
||||
<span><?= htmlspecialchars($t['export_s3']) ?></span>
|
||||
</div>
|
||||
<div class="kdoc-llm-stat">
|
||||
<strong>GPU</strong>
|
||||
<span><?= htmlspecialchars($t['llm_s4']) ?></span>
|
||||
<strong>2</strong>
|
||||
<span><?= htmlspecialchars($t['export_s4']) ?></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user