1 | <?php
|
---|
2 |
|
---|
3 | /**
|
---|
4 | * Copyright (C) 2009 Marty Connor <mdc@etherboot.org>.
|
---|
5 | * Copyright (C) 2009 Entity Cyber, Inc.
|
---|
6 | *
|
---|
7 | * This program is free software; you can redistribute it and/or
|
---|
8 | * modify it under the terms of the GNU General Public License as
|
---|
9 | * published by the Free Software Foundation; either version 2 of the
|
---|
10 | * License, or any later version.
|
---|
11 | *
|
---|
12 | * This program is distributed in the hope that it will be useful, but
|
---|
13 | * WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
---|
15 | * General Public License for more details.
|
---|
16 | *
|
---|
17 | * You should have received a copy of the GNU General Public License
|
---|
18 | * along with this program; if not, write to the Free Software
|
---|
19 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
---|
20 | */
|
---|
21 |
|
---|
22 | ?>
|
---|
23 | <hr>
|
---|
24 | <h4>
|
---|
25 | Resources:
|
---|
26 | </h4>
|
---|
27 | <ul>
|
---|
28 | <li>
|
---|
29 | Source code for iPXE images is available at
|
---|
30 | <a href="http://www.ipxe.org/download" target="_blank">
|
---|
31 | http://www.ipxe.org/download</a>
|
---|
32 | <br><br>
|
---|
33 | </li>
|
---|
34 | <li>
|
---|
35 | For general information about using iPXE, please visit the
|
---|
36 | <a href="http://www.ipxe.org/" target="_blank">
|
---|
37 | iPXE Project Home Page</a>
|
---|
38 | <br><br>
|
---|
39 | </li>
|
---|
40 | <li>
|
---|
41 | For Email-based support for iPXE please join
|
---|
42 | <a href="http://www.ipxe.org/contact" target="_blank">
|
---|
43 | iPXE Project mailing lists.</a>
|
---|
44 | <br><br>
|
---|
45 | </li>
|
---|
46 | <li>
|
---|
47 | For real-time online iPXE support via IRC please visit the
|
---|
48 | <a href="irc://irc.freenode.net/%23ipxe"> #ipxe channel
|
---|
49 | of irc.freenode.net</a>.
|
---|
50 | <br><br>
|
---|
51 | </li>
|
---|
52 | </ul>
|
---|
53 | <hr>
|
---|
54 | <font size="-1">
|
---|
55 | <br>
|
---|
56 | Please email <a href="mailto:<?php echo "${webmaster_email}" ?>"><?php echo "${webmaster_email}"?></a>
|
---|
57 | with questions or comments about this website.
|
---|
58 | </font>
|
---|
59 | <br><br>
|
---|
60 | <hr>
|
---|
61 | </body>
|
---|
62 | </html>
|
---|