cactus / aurlivesearch

[No longer maintained] Archlinux AUR live-search implementation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aurlivesearch

aurlivesearch is an ajaxy live-search implementation for the aur-rpc api.

Requirements

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:

The above runtime dependencies are already bundled.

License

aurlivesearch itself is licensed under the MIT license. See LICENSE for more information.

Directly Linked/Included libraries:

Used as compilers:

About

[No longer maintained] Archlinux AUR live-search implementation.

License:MIT License


Languages

Language:JavaScript 58.3%Language:CoffeeScript 41.7%