Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dc:date to required metadata #267

Merged
merged 2 commits into from
Sep 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,33 @@ <h5>dc:creator</h5>
</div>
</section>

<section id="dc:date">
<h5>dc:date</h5>

<p>The REQUIRED <code>dc:date</code> element [[dcterms]] defines the publication date of the
[=eBraille publication=].</p>

<p>It is RECOMMENDED that the date string conform to [[iso8601]], particularly the subset
expressed in W3C Date and Time Formats [[datetime]].</p>

<aside class="example" title="Expressing the publication date">
<pre>&lt;dc:date>
2024-08-20
&lt;/dc:date></pre>
</aside>

<p>The element MAY include the following attributes: <a data-cite="epub-33#attrdef-dir">dir</a>,
<a data-cite="epub-33#attrdef-id">id</a>, <a data-cite="epub-33#attrdef-xml-lang"
>xml:lang</a> [[epub-33]].</p>

<p>Only one <code>dc:date</code> element is allowed in the package document metadata.</p>

<div class="note">
<p>The publication date is not the same as the <a href="#dcterms:modified">last modification
date</a>, which is the last time the publication was changed. </p>
</div>
</section>

<section id="dc:format">
<h5>dc:format</h5>

Expand Down Expand Up @@ -3137,6 +3164,8 @@ <h3>Changes since the <a href="https://daisy.org/s/ebraille/1.0/FPWD-ebraille-20
Working Draft</a></h3>

<ul>
<li>19-Sept-2024: Added <code>dc:date</code> as a required element. Refer to <a
href="https://github.com/daisy/ebraille/issues/263">issue 263</a>.</li>
<li>29-Aug-2024: Added media type registration for eBraille container.</li>
<li>08-Aug-2024: Updated the names in the <code>dc:creator</code> element examples and added
explanation and examples of using the <code>file-as</code> property to provide sorting info.
Expand Down