aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/feed.atom.html
Commit message (Collapse)AuthorAgeFilesLines
* Remove new line between content tag and CDATA in ATOM feedArthurHoaro2016-12-021-3/+1
| | | | Content not starting directly with CDATA can be misinterpreted by some feed parsers.
* Cleanup: explicitely loop over PHP variables in templatesVirtualTam2016-10-161-1/+1
| | | | | | | | | Relates to https://github.com/shaarli/Shaarli/issues/613 Before: {loop="someVariable"} After: {loop="$someVariable"} Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Set updated date for items in feedsArthurHoaro2016-08-031-1/+2
| | | | | RSS doesn't support updated date for items, so we use the ATOM extension. Updated dates also bump the global update
* Create a template to handle ATOM feedArthurHoaro2016-03-181-0/+40
ATOM feed improvement: * Adds a subtitle to match RSS feed behavior. * Better syntax for categories (see http://edward.oconnor.cx/2007/02/representing-tags-in-atom ). * Use locale to set the language