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