Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change templates set through administration UI | Knah Tsaeb | 2017-01-05 | 1 | -39/+0 |
| | |||||
* | Add opensearch to RSS and ATOM feeds | ArthurHoaro | 2017-01-03 | 1 | -0/+2 |
| | | | | Fixes #709 | ||||
* | Move PubSubHubbub code as a default plugin | ArthurHoaro | 2016-12-20 | 1 | -1/+1 |
| | |||||
* | Add plugin placeholders in RSS and ATOM feeds templates | ArthurHoaro | 2016-12-20 | 1 | -4/+6 |
| | |||||
* | Cleanup: explicitely loop over PHP variables in templates | VirtualTam | 2016-10-16 | 1 | -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 feeds | ArthurHoaro | 2016-08-03 | 1 | -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 file | ArthurHoaro | 2016-03-18 | 1 | -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. |