mirror of
https://github.com/standardebooks/web.git
synced 2025-07-21 14:55:13 -04:00
Change 'timestamp' properties on objects to more descriptive names
This commit is contained in:
parent
18f761929a
commit
dbefba6b94
32 changed files with 74 additions and 74 deletions
|
@ -11,9 +11,9 @@
|
|||
<? if($author->NacoafUrl !== null){ ?><schema:sameAs><?= Formatter::ToPlainXmlText($author->NacoafUrl) ?></schema:sameAs><? } ?>
|
||||
</author>
|
||||
<? } ?>
|
||||
<published><?= $entry->Timestamp->format('Y-m-d\TH:i:s\Z') ?></published>
|
||||
<dc:issued><?= $entry->Timestamp->format('Y-m-d\TH:i:s\Z') ?></dc:issued>
|
||||
<updated><?= $entry->ModifiedTimestamp->format('Y-m-d\TH:i:s\Z') ?></updated>
|
||||
<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>
|
||||
<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