diff options
author | VirtualTam <virtualtam@flibidi.net> | 2017-08-23 01:08:41 +0200 |
---|---|---|
committer | VirtualTam <virtualtam@flibidi.net> | 2017-08-23 01:08:41 +0200 |
commit | 9d7a02afcee3c740712a7c95182d332db0504b7e (patch) | |
tree | 3266e3d3bfec6a3ac075084cbec07ba4090c4cd2 /doc/md/3rd-party-libraries.md | |
parent | c318096c7a6fb3f6b00bd8c694ab7acb8fbb7cd0 (diff) | |
parent | 7c2460c856c1d561b8347316f3045208f9f3d24e (diff) | |
download | Shaarli-9d7a02afcee3c740712a7c95182d332db0504b7e.tar.gz Shaarli-9d7a02afcee3c740712a7c95182d332db0504b7e.tar.zst Shaarli-9d7a02afcee3c740712a7c95182d332db0504b7e.zip |
Merge branch 'master' into v0.9
Diffstat (limited to 'doc/md/3rd-party-libraries.md')
-rw-r--r-- | doc/md/3rd-party-libraries.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/md/3rd-party-libraries.md b/doc/md/3rd-party-libraries.md new file mode 100644 index 00000000..ebab7a46 --- /dev/null +++ b/doc/md/3rd-party-libraries.md | |||
@@ -0,0 +1,13 @@ | |||
1 | ## CSS | ||
2 | - Yahoo UI [CSS Reset](http://yuilibrary.com/yui/docs/cssreset/) | ||
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 | ||
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 | ||
10 | |||
11 | ## PHP | ||
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 | ||