2011-07-28 21:25:48 -04:00
|
|
|
# h5ai
|
2014-07-29 16:16:15 -04:00
|
|
|
|
2014-08-19 17:28:48 -04:00
|
|
|
[![license][license-img]][github] [![web][web-img]][web] [![github][github-img]][github]
|
2014-07-29 16:16:15 -04:00
|
|
|
|
2019-04-16 14:59:05 -04:00
|
|
|
A modern HTTP web server index for Apache httpd, lighttpd, and nginx.
|
2011-11-26 16:53:51 -03:00
|
|
|
|
2011-07-28 21:25:48 -04:00
|
|
|
|
2016-05-28 15:34:23 -04:00
|
|
|
## Important
|
|
|
|
|
|
|
|
* 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][web].
|
|
|
|
* For bug reports and feature requests please use [issues][github-issues].
|
2015-05-13 18:42:35 -03:00
|
|
|
|
2011-06-15 19:24:49 -04:00
|
|
|
|
2012-08-05 11:39:33 -04:00
|
|
|
## Build
|
2014-08-06 18:08:41 -04:00
|
|
|
|
|
|
|
There are installation ready packages for the latest [releases][release] and
|
2015-12-11 19:13:00 -03:00
|
|
|
[dev builds][develop]. But to build **h5ai** yourself either `git clone` or
|
|
|
|
download the repository. From within the root folder run the following
|
2015-11-18 19:39:28 -03:00
|
|
|
commands to find a fresh zipball in folder `build` (tested on linux only,
|
2019-04-16 14:59:05 -04:00
|
|
|
requires [`node 10.0+`][node] to be installed, might work on other
|
|
|
|
configurations).
|
2012-09-18 11:46:48 -03:00
|
|
|
|
2015-10-24 14:20:31 -03:00
|
|
|
~~~sh
|
2015-04-12 19:13:38 -03:00
|
|
|
> npm install
|
2015-10-24 14:20:31 -03:00
|
|
|
> npm run build
|
2015-04-12 19:13:38 -03:00
|
|
|
~~~
|
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-08-06 18:08:41 -04:00
|
|
|
|
2014-07-27 10:49:41 -04:00
|
|
|
The MIT License (MIT)
|
|
|
|
|
2020-02-15 22:38:06 -03:00
|
|
|
Copyright (c) 2020 Lars Jung (https://larsjung.de)
|
2014-07-27 10:49:41 -04:00
|
|
|
|
|
|
|
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-06 18:08:41 -04:00
|
|
|
|
2014-09-12 21:00:18 -03:00
|
|
|
**h5ai** profits from other projects, all of them licensed under the MIT license
|
2015-11-18 20:07:25 -03:00
|
|
|
too. Exceptions are some [Material Design icons][material-design-icons] (CC BY 4.0).
|
2014-08-03 14:49:46 -04:00
|
|
|
|
|
|
|
|
2015-11-18 19:16:58 -03:00
|
|
|
[web]: https://larsjung.de/h5ai/
|
2014-08-19 17:28:48 -04:00
|
|
|
[github]: https://github.com/lrsjng/h5ai
|
|
|
|
[github-issues]: https://github.com/lrsjng/h5ai/issues
|
2015-11-18 19:16:58 -03:00
|
|
|
[release]: https://release.larsjung.de/h5ai/
|
|
|
|
[develop]: https://release.larsjung.de/h5ai/develop/
|
2015-05-14 10:32:51 -03:00
|
|
|
[node]: https://nodejs.org
|
2015-02-21 20:18:04 -03:00
|
|
|
[material-design-icons]: https://github.com/google/material-design-icons
|
2014-08-03 14:49:46 -04:00
|
|
|
|
2015-04-10 11:12:05 -03:00
|
|
|
[license-img]: https://img.shields.io/badge/license-MIT-a0a060.svg?style=flat-square
|
|
|
|
[web-img]: https://img.shields.io/badge/web-larsjung.de/h5ai-a0a060.svg?style=flat-square
|
|
|
|
[github-img]: https://img.shields.io/badge/github-lrsjng/h5ai-a0a060.svg?style=flat-square
|