2011-07-28 21:25:48 -04:00
|
|
|
# h5ai
|
2014-07-29 16:16:15 -04:00
|
|
|
|
2014-08-03 14:49:46 -04:00
|
|
|
[![web][web-img]][web] [![GitHub][gh-img]][gh]
|
2014-07-29 16:16:15 -04:00
|
|
|
|
|
|
|
A modern HTTP web server index for Apache httpd, lighttpd, nginx and Cherokee.
|
2014-08-03 14:49:46 -04:00
|
|
|
For bug reports and feature requests please use [issues][gh-issues].
|
2011-11-26 16:53:51 -03:00
|
|
|
|
2011-07-28 21:25:48 -04:00
|
|
|
|
2012-10-13 10:23:30 -03:00
|
|
|
## Install
|
2014-07-29 16:23:14 -04:00
|
|
|
Do **not** install any files from the `src` folder, they need to be preprocessed to work correctly!
|
2014-08-03 14:49:46 -04:00
|
|
|
You'll find a preprocessed package, as well as detailed install instructions on the [project page][web].
|
2012-10-13 10:23:30 -03:00
|
|
|
|
2011-06-15 19:24:49 -04:00
|
|
|
|
2012-08-05 11:39:33 -04:00
|
|
|
## Build
|
2014-08-03 14:49:46 -04:00
|
|
|
There are installation ready packages for the latest [releases][release] and [dev builds][release-dev].
|
|
|
|
But if you want to build **h5ai** yourself you need to install the build tool [fQuery][fquery] first:
|
2012-08-05 11:39:33 -04:00
|
|
|
|
2014-07-27 10:49:41 -04:00
|
|
|
> npm install -g fquery@0.11.0
|
2012-08-05 11:39:33 -04:00
|
|
|
|
2012-09-18 11:46:48 -03:00
|
|
|
This will install fQuery and its command line tool `makejs`. Run `makejs --help` to see if everything
|
2013-08-16 12:18:38 -04:00
|
|
|
worked fine. To clone and build the project run the following commands.
|
2012-10-13 10:36:04 -03:00
|
|
|
You'll find a new directory `build` including a fresh zipball.
|
2012-09-18 11:46:48 -03:00
|
|
|
|
|
|
|
> git clone git://github.com/lrsjng/h5ai.git
|
|
|
|
> cd h5ai
|
2012-09-18 11:59:11 -03:00
|
|
|
> makejs release
|
2012-08-05 11:39:33 -04:00
|
|
|
|
2011-11-01 18:33:00 -03:00
|
|
|
|
2012-10-13 10:23:30 -03:00
|
|
|
## License
|
2014-07-27 10:49:41 -04:00
|
|
|
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.
|
2012-10-13 10:23:30 -03:00
|
|
|
|
2012-10-13 10:26:44 -03:00
|
|
|
|
2014-07-27 10:49:41 -04:00
|
|
|
## References
|
2014-08-02 20:04:05 -04:00
|
|
|
**h5ai** profits from these great projects:
|
2014-08-02 20:03:06 -04:00
|
|
|
[Gnome Symbolic Icon Theme](https://git.gnome.org/browse/gnome-icon-theme-symbolic/) (CC BY-SA 3.0),
|
|
|
|
[HTML5 ★ Boilerplate](http://html5boilerplate.com) (MIT),
|
2014-05-29 11:38:31 -04:00
|
|
|
[jQuery](http://jquery.com) (MIT),
|
2012-10-13 10:23:30 -03:00
|
|
|
[jQuery.fracs](http://larsjung.de/fracs/) (MIT),
|
2013-09-04 09:57:48 -04:00
|
|
|
[jQuery.mousewheel](https://github.com/brandonaaron/jquery-mousewheel) (MIT),
|
2012-10-13 10:23:30 -03:00
|
|
|
[jQuery.qrcode](http://larsjung.de/qrcode/) (MIT),
|
|
|
|
[jQuery.scrollpanel](http://larsjung.de/scrollpanel/) (MIT),
|
2014-08-03 20:32:41 -04:00
|
|
|
[Lo-Dash](http://lodash.com) (MIT),
|
2014-08-03 15:12:40 -04:00
|
|
|
[marked](https://github.com/chjj/marked) (MIT),
|
2012-10-13 10:23:30 -03:00
|
|
|
[Modernizr](http://www.modernizr.com) (MIT/BSD),
|
|
|
|
[modulejs](http://larsjung.de/modulejs/) (MIT),
|
|
|
|
[Moment.js](http://momentjs.com) (MIT),
|
2014-08-04 11:06:39 -04:00
|
|
|
[Prism](http://prismjs.com) (MIT)
|
2014-08-03 14:49:46 -04:00
|
|
|
|
|
|
|
|
|
|
|
[web]: http://larsjung.de/h5ai/
|
|
|
|
[gh]: https://github.com/lrsjng/h5ai
|
|
|
|
[gh-issues]: https://github.com/lrsjng/h5ai/issues
|
|
|
|
[release]: http://release.larsjung.de/h5ai/
|
|
|
|
[release-dev]: http://release.larsjung.de/h5ai/dev/
|
|
|
|
[fquery]: http://larsjung.de/fquery/
|
|
|
|
|
|
|
|
[web-img]: http://img.shields.io/badge/web-larsjung.de/h5ai-a0a060.svg?style=flat
|
|
|
|
[gh-img]: http://img.shields.io/badge/GitHub-lrsjng/h5ai-a0a060.svg?style=flat
|