Skip to content

Commit 12f2a50

Browse files
committed
Refine Akoma/Markdown copy and attribution
1 parent 68b2798 commit 12f2a50

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

site/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ for hit in hits[:3]:
216216
<div class="text-center mb-16">
217217
<h2 class="text-4xl font-bold text-gray-900 mb-4">Vedi la differenza</h2>
218218
<p class="text-xl text-gray-600 max-w-2xl mx-auto">
219-
Da XML Akoma Ntoso a Markdown pulito e LLM-friendly
219+
Da XML Akoma Ntoso a Markdown pulito leggibile anche dalle persone
220220
</p>
221221
</div>
222222
<div class="max-w-6xl mx-auto">
@@ -262,15 +262,15 @@ for hit in hits[:3]:
262262
<div class="mt-4 space-y-2 text-sm text-gray-600">
263263
<div class="flex items-center gap-2">
264264
<span class="text-red-500">❌</span>
265-
<span>Verboso e difficile da leggere</span>
265+
<span>Non leggibile a schermo: è un formato per le macchine</span>
266266
</div>
267267
<div class="flex items-center gap-2">
268268
<span class="text-red-500">❌</span>
269-
<span>Alto consumo di token per LLM</span>
269+
<span>&lt;docType&gt;DECRETO LEGISLATIVO&lt;/docType&gt; vale più token di "DECRETO LEGISLATIVO"</span>
270270
</div>
271271
<div class="flex items-center gap-2">
272272
<span class="text-red-500">❌</span>
273-
<span>Richiede parsing XML complesso</span>
273+
<span>Per leggerlo bisogna saper usare strumenti di parsing XML</span>
274274
</div>
275275
</div>
276276
</div>
@@ -282,7 +282,7 @@ for hit in hits[:3]:
282282
<svg class="w-5 h-5 text-green-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
283283
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
284284
</svg>
285-
<span class="font-semibold text-green-700">Markdown LLM-ready</span>
285+
<span class="font-semibold text-green-700">Markdown pronto per LLM</span>
286286
</div>
287287
</div>
288288
<div class="bg-gray-900 rounded-lg overflow-hidden">
@@ -319,15 +319,15 @@ dataVigenza: 20250130
319319
</div>
320320
<div class="flex items-center gap-2">
321321
<span class="text-green-500">✅</span>
322-
<span>Metadata YAML + gerarchia H1-H4</span>
322+
<span>Metadati YAML + gerarchia H1H4</span>
323323
</div>
324324
</div>
325325
</div>
326326
</div>
327327
<div class="mt-12 bg-blue-50 border border-blue-200 rounded-lg p-6 text-center">
328328
<p class="text-lg text-gray-700">
329329
<span class="font-semibold text-blue-600">Risultato:</span>
330-
Token ottimizzati per LLM, struttura book-style perfetta per RAG, metadata completi per tracciabilità
330+
Meno token, struttura adatta al RAG, metadati completi per poter risalire sempre alla fonte in formato Akoma
331331
</p>
332332
</div>
333333
</div>
@@ -522,9 +522,9 @@ normattiva2md "https://www.normattiva.it/uri-res/N2Ls?urn:nir:stato:decreto.legi
522522
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"></path>
523523
</svg>
524524
</div>
525-
<h2 class="text-3xl font-bold text-gray-900 mb-4">Possibile grazie a Normattiva</h2>
525+
<h2 class="text-3xl font-bold text-gray-900 mb-4">Possibile grazie a Normattiva e ad Akoma Ntoso</h2>
526526
<p class="text-lg text-gray-600 mb-6 leading-relaxed">
527-
Questo progetto si basa sul servizio di <strong>Normattiva</strong>, che rende disponibili le norme italiane in formato XML strutturato (Akoma Ntoso). Senza questo normattiva2md non sarebbe stato possibile.
527+
Questo progetto è possibile grazie al servizio di <strong>Normattiva</strong> e al formato XML strutturato <strong>Akoma Ntoso</strong>, che permette di costruire applicazioni machine-to-machine capaci di trasformare il testo in modo affidabile. Senza questi due elementi, normattiva2md non sarebbe stato possibile.
528528
</p>
529529
<p class="text-gray-600 mb-6">
530530
Normattiva eroga un servizio completo di informazione sulle leggi italiane, garantendo accessibilità e trasparenza normativa per tutte le persone.

0 commit comments

Comments
 (0)