aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/feed.rss.html
Commit message (Collapse)AuthorAgeFilesLines
* Change templates set through administration UIKnah Tsaeb2017-01-051-39/+0
|
* Add opensearch to RSS and ATOM feedsArthurHoaro2017-01-031-0/+2
| | | | Fixes #709
* Move PubSubHubbub code as a default pluginArthurHoaro2016-12-201-1/+1
|
* Add plugin placeholders in RSS and ATOM feeds templatesArthurHoaro2016-12-201-4/+6
|
* 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
* Adds a RSS template fileArthurHoaro2016-03-181-0/+34
Improvements: * Add searchtags in categories domain URL. * Language is now based on the locale. * Add a generator tag. * self link is always displayed.