aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/includes.html
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #176 - Add opensearch functionalityArthurHoaro2015-11-171-1/+2
| | | | | * add a new page in Router: do=opensearch which displays the opensearch plugin * using base64 compressed image to avoid issue encountered with HTTPS
* Template upgrade to handle plugin zonesArthurHoaro2015-11-071-0/+3
| | | | Add a bunch of plugin placeholders in templates
* fix broken URL for user.cssnodiscc2015-03-051-1/+1
|
* fix broken CSS file URL introduced in 1f7f8ce067b278a4837364191513d04f7548cef9nodiscc2015-03-051-1/+1
|
* cleanup: remove version number from CSS linksnodiscc2015-03-051-2/+2
| | | | * fixes https://github.com/shaarli/Shaarli/issues/134
* fix broken reset.css URL introduced in a6e0134nodiscc2015-02-171-1/+1
|
* Fix missing authors and licenses in COPYINGnodiscc2015-02-141-0/+1
| | | | | | | * add idleman for original CSS * add yahoo inc. for CSS reset * split the main css code and the yahoo reset CSS in 2 files * add copyright information for RainTPL, add LGPL license
* 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>
* uniform if syntaxTsT2013-10-231-1/+1
|
* Removed jQuery from almost all pagesSebastien SAUVAGE2013-09-251-1/+0
| | | | | | | | jQuery has been removed from all pages, except those who really require it (like autocomplete in link edition). Immediate gain: All pages weight 286 kb LESS ! \o/ Highlighting in search results has also been temporarly removed (and will be re-implemented).
* Added option to disable jQuery and heavy javascriptSebastien SAUVAGE2013-03-011-1/+1
| | | | | | | | | | | | | Shaarli uses light Javascript in its normal operation, and some jQuery for some features (autocomplete in tags, QR-Code popup...). jQuery can be slow on small computers. An option has been added in configuration screen to disable javascript features which are hard on CPU. (Note that the Picture Wall is awfully heavy *without* jQuery.) (Side note: A *LOT* of users want Shaarli to work without javasript at all, if possible. That's why I try to use as few javascript as possible: It keeps Shaarli pages fast.)
* Initial commit (version 0.0.40 beta)v0.0.40betaSébastien SAUVAGE2013-02-261-0/+10