HTTP web server index for Apache httpd, lighttpd and nginx.
Find a file
Lars Jung 69ad16e3ce Merge pull request #288 from alajovic/develop
Slovenian translation for h5ai
2014-05-31 00:37:04 +02:00
src/_h5ai Merge pull request #288 from alajovic/develop 2014-05-31 00:37:04 +02:00
.gitignore Improves filter. See readme and config.js. 2012-08-03 00:03:27 +02:00
CHANGELOG.md Add 'hideIf403' option. 2014-05-31 00:28:58 +02:00
LICENSE.md Add CHANGELOG.md. 2014-05-21 22:44:09 +02:00
makefile.js Updates build process. 2013-09-05 15:59:05 +02:00
package.json Set version to 0.24.1+. 2014-04-09 18:14:32 +02:00
README.md Update readme and changelog. 2014-05-29 17:38:31 +02:00

h5ai

h5ai is a modern HTTP web server index for Apache httpd, lighttpd, nginx and Cherokee. The preferred way to report a bug or make a feature request is to create a new issue on GitHub!

Install

Note: please don't use files from the src folder for installation, they need to be preprocessed to work correctly! You'll find a preprocessed package, as well as detailed installation instructions on the project page.

Build

There are repositories for the latest releases and dev builds. But if you want to build h5ai yourself you need to install the build tool fQuery first:

> npm install -g fquery

This will install fQuery and its command line tool makejs. Run makejs --help to see if everything worked fine. To clone and build the project run the following commands. You'll find a new directory build including a fresh zipball.

> git clone git://github.com/lrsjng/h5ai.git
> cd h5ai
> makejs release

License

h5ai is provided under the terms of the MIT License.

It profits from these great projects: Evolvere Icon Theme (CC BY-NC-ND 3.0), Faenza Icons (GPL), Gnome Symbolic Icon Theme (CC BY-SA 3.0), HTML5 ★ Boilerplate (MIT), jQuery (MIT), jQuery.filedrop (MIT), jQuery.fracs (MIT), jQuery.mousewheel (MIT), jQuery.qrcode (MIT), jQuery.scrollpanel (MIT), markdown-js (MIT), Modernizr (MIT/BSD), modulejs (MIT), Moment.js (MIT), SyntaxHighlighter (MIT/GPL), Underscore.js (MIT)