- Notifications
You must be signed in to change notification settings - Fork606
HTTP web server index for Apache httpd, lighttpd and nginx.
lrsjng/h5ai
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A modern HTTP web server index for Apache httpd, lighttpd, and nginx.
- Donot install any files from the
src
folder, they need to bepreprocessed to work correctly! - Find a preprocessed package and detailed install instructions on theproject page.
- For bug reports and feature requests please useissues.
There are installation ready packages for the latestreleases anddev builds. But to buildh5ai yourself eithergit clone
ordownload the repository. From within the root folder run the followingcommands to find a fresh zipball in folderbuild
(tested on linux only,requiresnode 10.0+
to be installed, might work on otherconfigurations).
> npm install> npm run build
The MIT License (MIT)
Copyright (c) 2020 Lars Jung (https://larsjung.de)
Permission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Software"), to dealin the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included inall copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, 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 INTHE SOFTWARE.
h5ai profits from other projects, all of them licensed under the MIT licensetoo. Exceptions are someMaterial Design icons (CC BY 4.0).
About
HTTP web server index for Apache httpd, lighttpd and nginx.