HTTP web server index for Apache httpd, lighttpd and nginx.
Go to file
Lars Jung 2f9f76b361 Release h5ai v0.27.0. 2015-04-06 20:56:59 +02:00
src/_h5ai Release h5ai v0.27.0. 2015-04-06 20:56:59 +02:00
.editorconfig Update layout. 2014-12-11 01:35:21 +01:00
.gitignore Update build process. 2014-08-23 00:00:58 +02:00
.jscs.json Fix crumb for small displays. 2015-04-06 18:48:03 +02:00
CHANGELOG.md Release h5ai v0.27.0. 2015-04-06 20:56:59 +02:00
README.md Update readme. 2015-02-22 00:18:04 +01:00
mkrfile.js Minor fix. 2015-03-29 14:46:07 +02:00
package.json Release h5ai v0.27.0. 2015-04-06 20:56:59 +02:00

README.md

h5ai

license web github

A modern HTTP web server index for Apache httpd, lighttpd, nginx and Cherokee. For bug reports and feature requests please use issues.

Install

Do not install any files from the src folder, they need to be preprocessed to work correctly! Find a preprocessed package and detailed install instructions on the project page.

Build

There are installation ready packages for the latest releases and dev builds. But to clone and build h5ai yourself run the following commands to find a fresh zipball in folder build (tested on linux only, requires git and npm to be installed).

> git clone git://github.com/lrsjng/h5ai.git
> cd h5ai
> npm install
> npm run build

License

The MIT License (MIT)

Copyright (c) 2015 Lars Jung (http://larsjung.de)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

References

h5ai profits from other projects, all of them licensed under the MIT license too. Exceptions are the Material Design icons (CC BY 4.0).