index.html.top 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>DISTRO_NAME Help Page</title>
  5. <meta charset="utf-8">
  6. <script language="JavaScript">
  7. <!-- Begin
  8. function formHandler(form){
  9. var URL = document.form.site.options[document.form.site.selectedIndex].value;
  10. window.location.href = URL;
  11. }
  12. function formHandler2(form2){
  13. var URL = document.form2.site2.options[document.form2.site2.selectedIndex].value;
  14. window.location.href = URL;
  15. }
  16. function search_site()
  17. {
  18. var url = "http://linux.die.net/man/1/"
  19. // Append the text box input to the search url for the selected site
  20. url = url + document.search_form.u_search.value;
  21. // Change the the browser location to the new url
  22. window.location.href = url;
  23. }
  24. // End -->
  25. </script>
  26. <link href="./manual.css" rel="stylesheet" type="text/css">
  27. <link href="./flash-notice.css" rel="stylesheet" type="text/css">
  28. </head>
  29. <body>
  30. <div id="container">
  31. <header id="logo-header">
  32. <img class="logo-96" alt="Logo" src="puppylogo96.png">
  33. <h3>Welcome to DISTRO_NAME version RIGHTVER, released PUPPYDATE!</h3>
  34. </header>
  35. <p>
  36. <span style="background-color: rgb(255, 204, 204);padding:4px;">PLEASE READ: <a href="release-cutDISTRONAME-DISTRO_VERSION.htm">Release Notes for DISTRO_NAME RIGHTVER</a></span>
  37. </p>
  38. <p>
  39. <h2>DISTRO_NAME help</h2>
  40. All DISTRO_NAME's local documentation is in HTML or plain text format and located in /usr/share/doc. This page is the master index.
  41. </p>
  42. <p>
  43. <h3>DISTRO_NAME-specific help</h3>
  44. <ul>
  45. <li><a href="HOWTO_Internet.htm">HOWTO get onto the Internet</a> (dial-up your ISP)</li><li><a href="HOWTO-microsoft.htm">HOWTO view and edit Microsoft documents</a></li>
  46. <li><a href="http://puppylinux.com/howto/programming.htm">HOWTO write programs for DISTRO_NAME</a> </li>
  47. <li><a href="HOWTO-multimedia.htm">HOWTO multimedia</a> (work with graphics, sound, video)</li>
  48. <li><a href="HOWTO-regexps.htm">HOWTO regular expressions</a> (what they are, how to use)</li>
  49. <li><a href="HOWTO-fattenpuppy.htm">HOWTO fatten DISTRO_NAME</a> (add-on fonts, plugins, spellchecking)</li>
  50. <!-- <li><a href="HOWTO_quisp_shsql.htm">HOWTO QUISP and SHSQL</a> (dynamic web pages with SQL DB backend)</li> -->
  51. <!-- <li><a href="shortcutkeys.htm">Keyboard shortcuts for International characters</a></li> -->
  52. <li><a href="samba-printing.htm">HOWTO print with Samba and CUPS</a></li>
  53. <li><a href="../../local/petget/help.htm">HOWTO use the Puppy Package Manager</a></li>
  54. <li><a href="HOWTO-internationalization.htm">HOWTO Internationalization</a> (support non-English languages)</li>
  55. <li><a href="root.htm">About root (administrator), spot and fido</a></li>
  56. </ul>
  57. </p>