Skip to content

Commit

Permalink
Update specification descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed May 24, 2024
1 parent fe4cf89 commit da423ff
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions src/main/resources/org/verapdf/rest/views/restclient.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -136,36 +136,32 @@
<a href="https://github.com/verapdf/verapdf-rest" target="_blank">https://github.com/verapdf/verapdf-rest</a>.</p>
<h4>Supported standards and validation profiles</h4>
<ul>
<li><a target="_blank" href="https://www.loc.gov/preservation/digital/formats/fdd/fdd000125.shtml">PDF/A-1
- Use of PDF 1.4.</a> Profiles
<li><a target="_blank" href="https://www.loc.gov/preservation/digital/formats/fdd/fdd000125.shtml">PDF/A-1 - Archival (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
- Use of ISO 32000-1 (PDF 1.7).</a> Profiles
<li><a target="_blank" href="https://www.loc.gov/preservation/digital/formats/fdd/fdd000319.shtml">PDF/A-2 - Archival (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
- Use of ISO 32000-1, With Embedded Files.</a> Profiles
<li><a target="_blank" href="https://www.loc.gov/preservation/digital/formats/fdd/fdd000360.shtml">PDF/A-3 - Archival (PDF 1.7 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
- Use of ISO 32000-2.</a> Profiles
<li><a target="_blank" href="https://www.loc.gov/preservation/digital/formats/fdd/fdd000532.shtml">PDF/A-4 - Archival (PDF 2.0).</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 - Accessibility, Use of ISO 32000-1.</a> Profile
<li><a target="_blank" href="https://www.loc.gov/preservation/digital/formats/fdd/fdd000350.shtml">PDF/UA-1 - Accessibility (PDF 1.7).</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 - Accessibility, Use of ISO 32000-2.</a> Profile
<li><a target="_blank" href="https://www.iso.org/standard/82278.html">PDF/UA-2 - Accessibility (PDF 2.0).</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 - Well-Tagged PDF.</a> Profiles
<li><a target="_blank" href="https://pdfa.org/wtpdf/">WTPDF 1.0 - Well-Tagged PDF (PDF 2.0).</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>
Expand Down

0 comments on commit da423ff

Please sign in to comment.