mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 18:11:52 -04:00
Change 'modified' property to 'updated' for consistency
This commit is contained in:
parent
32206f3cd7
commit
c2cf6ef455
6 changed files with 7 additions and 7 deletions
|
@ -8,7 +8,7 @@
|
|||
</author>
|
||||
<? } ?>
|
||||
<published><?= $entry->Created->format('Y-m-d\TH:i:s\Z') ?></published>
|
||||
<updated><?= $entry->Modified->format('Y-m-d\TH:i:s\Z') ?></updated>
|
||||
<updated><?= $entry->Updated->format('Y-m-d\TH:i:s\Z') ?></updated>
|
||||
<rights>Public domain in the United States. Users located outside of the United States must check their local laws before using this ebook. Original content released to the public domain via the Creative Commons CC0 1.0 Universal Public Domain Dedication.</rights>
|
||||
<summary type="text"><?= Formatter::ToPlainXmlText($entry->Description) ?></summary>
|
||||
<content type="html"><?= Formatter::ToPlainXmlText($entry->LongDescription) ?></content>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<? } ?>
|
||||
<published><?= $entry->Created->format('Y-m-d\TH:i:s\Z') ?></published>
|
||||
<dc:issued><?= $entry->Created->format('Y-m-d\TH:i:s\Z') ?></dc:issued>
|
||||
<updated><?= $entry->Modified->format('Y-m-d\TH:i:s\Z') ?></updated>
|
||||
<updated><?= $entry->Updated->format('Y-m-d\TH:i:s\Z') ?></updated>
|
||||
<dc:language><?= Formatter::ToPlainXmlText($entry->Language) ?></dc:language>
|
||||
<dc:publisher>Standard Ebooks</dc:publisher>
|
||||
<rights>Public domain in the United States. Users located outside of the United States must check their local laws before using this ebook. Original content released to the public domain via the Creative Commons CC0 1.0 Universal Public Domain Dedication.</rights>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue