From 992af0b9d77cb4fbac2c37ef8d5896042d67a2a3 Mon Sep 17 00:00:00 2001 From: VirtualTam Date: Wed, 22 Jul 2015 05:02:10 +0200 Subject: Doc: sync from Wiki, generate HTML Closes #291 Fixes #227 Modifications - HTML content: match the new Wiki structure - Makefile - generate a custom HTML sidebar - include the sidebar on all pages - infer and prepend page titles - handle relative links - add title metadata, e.g. Shaarli - Signed-off-by: VirtualTam --- doc/3rd-party-libraries.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/3rd-party-libraries.md (limited to 'doc/3rd-party-libraries.md') diff --git a/doc/3rd-party-libraries.md b/doc/3rd-party-libraries.md new file mode 100644 index 00000000..3101c90a --- /dev/null +++ b/doc/3rd-party-libraries.md @@ -0,0 +1,13 @@ +#3rd party libraries +## CSS +- Yahoo UI [CSS Reset](http://yuilibrary.com/yui/docs/cssreset/)[](.html) + - resets default CSS properties for all HTML elements (overriding browsers' default values) + - ensures custom CSS stylessheets will provide the same results on all browsers + +## Javascript +- [Awesomeplete](https://leaverou.github.io/awesomplete/) ([GitHub](https://github.com/LeaVerou/awesomplete)) - autocompletion in input forms[](.html) +- [bLazy](http://dinbror.dk/blazy/) ([GitHub](https://github.com/dinbror/blazy)) - lazy loading for thumbnails[](.html) +- [qr.js](http://neocotic.com/qr.js/) ([GitHub](https://github.com/neocotic/qr.js)) - QR code generation[](.html) + +## PHP +- [RainTPL](https://github.com/rainphp/raintpl) - HTML templating for PHP[](.html) -- cgit v1.2.3