HTTP web server index for Apache httpd, lighttpd and nginx.
Go to file
Lars Jung 1d7e8c5a6b Merge branch 'develop' 2014-08-17 00:46:04 +02:00
src/_h5ai Fix links. 2014-08-17 00:40:57 +02:00
.gitignore Update build process. 2014-08-04 14:41:08 +02:00
CHANGELOG.md Prepare release. 2014-08-17 00:44:23 +02:00
README.md Update readme. 2014-08-15 17:20:20 +02:00
makefile.js Update build process. 2014-08-16 13:52:45 +02:00
package.json Prepare release. 2014-08-17 00:44:23 +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 if you want to build h5ai yourself you need to install the build tool fQuery first:

> npm install -g fquery@0.11.0

This will globally 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, this will create a new folder build including a fresh zipball.

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

License

The MIT License (MIT)

Copyright (c) 2014 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 these great projects:
GNOME Symbolic Icons (CC BY-SA 3.0), HTML5 ★ Boilerplate (MIT), jQuery (MIT), jQuery.fracs (MIT), jQuery.mousewheel (MIT), jQuery.qrcode (MIT), jQuery.scrollpanel (MIT), Lo-Dash (MIT), marked (MIT), Modernizr (MIT/BSD), modulejs (MIT), Moment.js (MIT), Prism (MIT)