aurlivesearch is an ajaxy live-search implementation for the aur-rpc api.
aurlivesearch uses the following to generate the site:
- nodejs
This is a requirement for coffeescript and uglifyjs. - coffeescript
This is used to compile from coffeescript to javascript during building. - uglifyjs
This is used to compress the javascript during building. - jade
This is used as a template language for generating html.
It is recommended to install nodejs and npm, then simply:
npm install coffee-script
npm install uglify-js
npm install jade
aurlivesearch includes the following as runtime dependencies:
- jQuery
Javascript library. - jQuery doTimeout
jquery plugin to handle debouncing, interval, and timeouts - ICanHas.js
Javascript templating language that utilizes mustache.js. - Blueprint.css
CSS Template
The above runtime dependencies are already bundled.
aurlivesearch itself is licensed under the MIT license. See LICENSE for more information.
Directly Linked/Included libraries:
- jQuery:
MIT License - jQuery-dotimeout:
MIT License - mustache.js:
MIT License - ICanHaz.js:
MIT License - Blueprint.css:
MIT License
Used as compilers:
- coffee-script:
MIT License - UglifyJS:
BSD License - jade:
MIT License