-
Notifications
You must be signed in to change notification settings - Fork 63
/
about.html
32 lines (32 loc) · 1.59 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!--
* ================================================================================
* Dynamic iPXE image generator
*
* Copyright (C) 2012-2019 Francois Lacroix. All Rights Reserved.
* Website: http://ipxe.org, https://github.com/xbgmsharp/ipxe-buildweb
* License: GNU General Public License version 3 or later; see LICENSE.txt
* ================================================================================
-->
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>About</title>
</head>
<body>
<h2>iPXE web builder</h2>
<h3>Why</h3>
<a href="http://ipxe.org/gsoc#prebuilt_binary_web_interface" target="_blank">A Prebuilt binary web interface</a>.
Many users would prefer to be able to download prebuilt binary versions of iPXE, rather than building it from source.<br/>
<h3>Souce</h3>
<a href="https://github.com/xbgmsharp/ipxe-buildweb/" target="_blank">Source are available on Github</a>.<br/>
Comments, questions, suggestions and contribution are welcome.<br/>
Please fork and send a pull request or you can create an <a href="https://github.com/xbgmsharp/ipxe-buildweb/issues" target="_blank">issue</a>.
<h3>License</h3>
<p>Copyright (C) 2012-2019 Francois Lacroix. All Rights Reserved.</p>
<p>This program is free software; you can redistribute it and/or modify
it under the terms of the <a href="http://www.gnu.org/licenses/gpl.html" target="_blank">GNU General Public License</a>
as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<br/>
</p>
</body>
</html>