You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

bottom.php 1.7KB

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