]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - doc/md/3rd-party-libraries.md
Merge pull request #887 from ArthurHoaro/hotfix/dash-tag-rename
[github/shaarli/Shaarli.git] / doc / md / 3rd-party-libraries.md
CommitLineData
992af0b9 1## CSS
53ed6d7d 2- Yahoo UI [CSS Reset](http://yuilibrary.com/yui/docs/cssreset/)
992af0b9
V
3 - resets default CSS properties for all HTML elements (overriding browsers' default values)
4 - ensures custom CSS stylessheets will provide the same results on all browsers
5
6## Javascript
53ed6d7d 7- [Awesomeplete](https://leaverou.github.io/awesomplete/) ([GitHub](https://github.com/LeaVerou/awesomplete)) - autocompletion in input forms
8- [bLazy](http://dinbror.dk/blazy/) ([GitHub](https://github.com/dinbror/blazy)) - lazy loading for thumbnails
9- [qr.js](http://neocotic.com/qr.js/) ([GitHub](https://github.com/neocotic/qr.js)) - QR code generation
992af0b9
V
10
11## PHP
53ed6d7d 12- [shaarli/netscape-bookmark-parser](https://github.com/shaarli/netscape-bookmark-parser) - Netscape bookmark parser
13- [RainTPL](https://github.com/rainphp/raintpl) - HTML templating for PHP