Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Plugin: add render_feed hook and call it while generating ATOM and RSS feed. | ArthurHoaro | 2016-03-18 | 1 | -1/+26 |
| | | | | Create an example of the new hook in the demo plugin. | ||||
* | Fixes #378 - Plugin administration UI. | ArthurHoaro | 2016-01-31 | 1 | -0/+1 |
| | |||||
* | Merge pull request #408 from ArthurHoaro/gototop | VirtualTam | 2015-12-09 | 2 | -0/+12 |
|\ | | | | | Adding a new placeholder in render_footer hook. | ||||
| * | Adding a new placeholder in render_footer hook. | ArthurHoaro | 2015-12-08 | 2 | -0/+12 |
| | | | | | | | | Allow free elements at the end of the page. | ||||
* | | Fixes #403: build the daily page through renderPage() | ArthurHoaro | 2015-12-08 | 1 | -0/+2 |
|/ | | | | | * new entry in the Router for daily page. * add an always displayed button in demo_plugin | ||||
* | cleanup: remove the executable bit from source scripts | VirtualTam | 2015-11-11 | 4 | -0/+0 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | PLUGIN demo_plugin | ArthurHoaro | 2015-11-08 | 4 | -0/+327 |
This plugin try to cover Shaarli's plugin API entirely. Can be used by plugin developper to make their own. |