mirror of
https://github.com/standardebooks/web.git
synced 2025-07-20 05:14:48 -04:00
Correct OPDS entries to use the atom:updated element
This commit is contained in:
parent
ffa3ab8a74
commit
a42de8ef4d
1 changed files with 1 additions and 1 deletions
|
@ -9,8 +9,8 @@
|
|||
<? if($author->NacoafUrl !== null){ ?><schema:sameAs><?= $author->NacoafUrl ?></schema:sameAs><? } ?>
|
||||
</author>
|
||||
<? } ?>
|
||||
<published><?= $ebook->Timestamp->format('Y-m-d\TH:i:s\Z') ?></published>
|
||||
<dc:issued><?= $ebook->Timestamp->format('Y-m-d\TH:i:s\Z') ?></dc:issued>
|
||||
<updated><?= $ebook->ModifiedTimestamp->format('Y-m-d\TH:i:s\Z') ?></updated>
|
||||
<dc:language><?= $ebook->Language ?></dc:language>
|
||||
<dc:publisher>Standard Ebooks</dc:publisher>
|
||||
<? foreach($ebook->Sources as $source){ ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue