Skip to content

Commit

Permalink
Modified the description of profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
bdoubrov authored and MaximPlusov committed May 22, 2024
1 parent bc34008 commit 535f958
Showing 1 changed file with 23 additions and 24 deletions.
47 changes: 23 additions & 24 deletions src/main/resources/org/verapdf/rest/views/restclient.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -129,41 +129,40 @@
<p>This demo service is based on the official veraPDF Docker image <a href="https://hub.docker.com/r/verapdf/rest" target="_blank">veraPDF/rest</a> and is
only intended to be used for testing. More details on the configuration of this service and tweaking its parameters for production use can be found at
<a href="https://github.com/verapdf/verapdf-rest" target="_blank">https://github.com/verapdf/verapdf-rest</a>.</p>
<h4>Supported validation profiles</h4>
<h4>Supported standards and validation profiles</h4>
<ul>
<li><a target="_blank" href="https://www.loc.gov/preservation/digital/formats/fdd/fdd000318.shtml">PDF/A</a></li>
<li><a target="_blank" href="https://www.loc.gov/preservation/digital/formats/fdd/fdd000125.shtml">PDF/A-1
- PDF 1.4</a> |
<a href="/api/profiles/1b" target="_blank">1b Basic</a> |
<a href="/api/profiles/1a" target="_blank">1a Accessible</a>
- Use of PDF 1.4.</a> Profiles
<a href="/api/profiles/1b" target="_blank">PDF/A-1b</a> |
<a href="/api/profiles/1a" target="_blank">PDF/A-1a</a>
</li>
<li><a target="_blank" href="https://www.loc.gov/preservation/digital/formats/fdd/fdd000319.shtml">PDF/A-2
- PDF 1.7</a> |
<a href="/api/profiles/2b" target="_blank">2b Basic</a> |
<a href="/api/profiles/2a" target="_blank">2a Accessible</a> |
<a href="/api/profiles/2u" target="_blank">2u Unicode</a>
- Use of ISO 32000-1 (PDF 1.7).</a> Profiles
<a href="/api/profiles/2b" target="_blank">PDF/A-2b</a> |
<a href="/api/profiles/2u" target="_blank">PDF/A-2u</a> |
<a href="/api/profiles/2a" target="_blank">PDF/A-2a</a>
</li>
<li><a target="_blank" href="https://www.loc.gov/preservation/digital/formats/fdd/fdd000360.shtml">PDF/A-3
- PDF 1.7 with embedded files</a> |
<a href="/api/profiles/3b" target="_blank">3b Basic</a> |
<a href="/api/profiles/3a" target="_blank">3a Accessible</a> |
<a href="/api/profiles/3u" target="_blank">3u Unicode</a>
- Use of ISO 32000-1, With Embedded Files.</a> Profiles
<a href="/api/profiles/3b" target="_blank">PDF/A-3b</a> |
<a href="/api/profiles/3u" target="_blank">PDF/A-3u</a> |
<a href="/api/profiles/3a" target="_blank">PDF/A-3a</a>
</li>
<li><a target="_blank" href="https://www.loc.gov/preservation/digital/formats/fdd/fdd000532.shtml">PDF/A-4
- PDF 2.0</a> |
<a href="/api/profiles/4" target="_blank">4</a> |
<a href="/api/profiles/4e" target="_blank">4e Engineering</a> |
<a href="/api/profiles/4f" target="_blank">4f EmbeddedFiles</a>
- Use of ISO 32000-2.</a> Profiles
<a href="/api/profiles/4" target="_blank">PDF/A-4</a> |
<a href="/api/profiles/4f" target="_blank">PDF/A-4f</a> |
<a href="/api/profiles/4e" target="_blank">PDF/A-4e</a>
</li>
<li><a target="_blank" href="https://www.loc.gov/preservation/digital/formats/fdd/fdd000350.shtml">PDF/UA-1</a> |
<a href="/api/profiles/ua1" target="_blank">ua1</a>
<li><a target="_blank" href="https://www.loc.gov/preservation/digital/formats/fdd/fdd000350.shtml">PDF/UA-1 - Accessibility, Use of ISO 32000-1.</a> Profile
<a href="/api/profiles/ua1" target="_blank">PDF/UA-1</a>
</li>
<li><a target="_blank" href="https://www.iso.org/standard/82278.html">PDF/UA-2</a> |
<a href="/api/profiles/ua2" target="_blank">ua2</a>
<li><a target="_blank" href="https://www.iso.org/standard/82278.html">PDF/UA-2 - Accessibility, Use of ISO 32000-2.</a> Profile
<a href="/api/profiles/ua2" target="_blank">PDF/UA-2</a>
</li>
<li><a target="_blank" href="https://pdfa.org/wtpdf/">WTPDF 1.0</a> |
<a href="/api/profiles/wt1a" target="_blank">wt1a Accessibility</a> |
<a href="/api/profiles/wt1r" target="_blank">wt1r Reuse</a>
<li><a target="_blank" href="https://pdfa.org/wtpdf/">WTPDF 1.0 - Well-Tagged PDF.</a> Profiles
<a href="/api/profiles/wt1a" target="_blank">WTPDF 1.0 for Accessibility</a> |
<a href="/api/profiles/wt1r" target="_blank">WTPDF 1.0 for Reuse</a>
</li>
</ul>
</div>
Expand Down

0 comments on commit 535f958

Please sign in to comment.