aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/install.html
Commit message (Collapse)AuthorAgeFilesLines
* Change templates set through administration UIKnah Tsaeb2017-01-051-35/+0
|
* REST API structure using Slim frameworkArthurHoaro2016-12-151-1/+1
| | | | | | * REST API routes are handle by Slim. * Every API controller go through ApiMiddleware which handles security. * First service implemented `/info`, for tests purpose.
* Prepare settings for the API in the admin page and during the installArthurHoaro2016-12-121-0/+12
| | | | | | | | API settings: - api.enabled - api.secret The API settings will be initialized (and the secret generated) with an update method.
* shaarli/Shaarli#34: Make update check optionalArthurHoaro2015-02-201-11/+14
| | | | | * Add a check box at installation (checked by default) * Add a check box in configuration page
* w3c: fix HTML syntax errorsVirtualTam2015-01-201-1/+1
| | | | | | | | | | | | | | Fixes #64 All pages: - add `urlencode` when passing the version to a custom stylesheet; - set meaningful values of `alt` and `title` for QR-Code images. Install page: - the form's `action` attribute must be non-empty; - the `valign` attribute is deprecated. Signed-off-by: VirtualTam <virtualtam@flibidi.org>
* CSS: remove hardcoded style from templatesVirtualTam2014-12-031-6/+5
| | | | | | | | | | | | | | | Fixes shaarli/Shaarli#29 Style elements refactored as follows: - use existing ids and classes if possible, - else, define new ones and stick with the existing naming convention, - remove hardcoded style attributes from RainTPL templates. Exception: In tpl/tagcloud.html, the display size of each tag is computed at page generation. Signed-off-by: VirtualTam <virtualtam@flibidi.org>
* Initial commit (version 0.0.40 beta)v0.0.40betaSébastien SAUVAGE2013-02-261-0/+21