{** * plugins/generic/announcementFeed/templates/atom.tpl * * Copyright (c) 2014-2021 Simon Fraser University * Copyright (c) 2003-2021 John Willinsky * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * Atom feed template * *} {* required elements *} {$selfUrl|escape} {$journal->getLocalizedName()|escape:"html"|strip}: {translate key="announcement.announcements"} {$dateUpdated|date_format:"%Y-%m-%dT%T%z"|regex_replace:"/00$/":":00"} {* recommended elements *} {* *} {* optional elements *} {* *} {* *} Open Journal Systems {if $journal->getLocalizedDescription()} {assign var="description" value=$journal->getLocalizedDescription()} {elseif $journal->getLocalizedData('searchDescription')} {assign var="description" value=$journal->getLocalizedData('searchDescription')} {/if} {if $description} {$description|strip|escape:"html"} {/if} {foreach from=$announcements item=announcement} {* required elements *} {url page="announcement" op="view" path=$announcement->getId()} {$announcement->getLocalizedTitleFull()|strip|escape:"html"} {$announcement->getDatetimePosted()|date_format:"%Y-%m-%dT%T%z"|regex_replace:"/00$/":":00"} {$journal->getLocalizedName()|strip|escape:"html"} getId()}" /> {if $announcement->getLocalizedDescription()} getId()}">{$announcement->getLocalizedDescription()|strip|escape:"html"} {/if} {* optional elements *} {* *} {* *} {$announcement->getDatetimePosted()|date_format:"%Y-%m-%dT%T%z"|regex_replace:"/00$/":":00"} {* *} {* *} {/foreach}