12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>DISTRO_NAME Help Page</title>
- <meta charset="utf-8">
- <script language="JavaScript">
- <!-- Begin
- function formHandler(form){
- var URL = document.form.site.options[document.form.site.selectedIndex].value;
- window.location.href = URL;
- }
- function formHandler2(form2){
- var URL = document.form2.site2.options[document.form2.site2.selectedIndex].value;
- window.location.href = URL;
- }
- function search_site()
- {
- var url = "http://linux.die.net/man/1/"
- // Append the text box input to the search url for the selected site
- url = url + document.search_form.u_search.value;
- // Change the the browser location to the new url
- window.location.href = url;
- }
- // End -->
- </script>
- <link href="./manual.css" rel="stylesheet" type="text/css">
- <link href="./flash-notice.css" rel="stylesheet" type="text/css">
- </head>
- <body>
- <div id="container">
- <header id="logo-header">
- <img class="logo-96" alt="Logo" src="puppylogo96.png">
- <h3>Welcome to DISTRO_NAME version RIGHTVER, released PUPPYDATE!</h3>
- </header>
- <p>
- <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>
- </p>
- <p>
- <h2>DISTRO_NAME help</h2>
- 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.
- </p>
- <p>
- <h3>DISTRO_NAME-specific help</h3>
- <ul>
- <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>
- <li><a href="http://puppylinux.com/howto/programming.htm">HOWTO write programs for DISTRO_NAME</a> </li>
- <li><a href="HOWTO-multimedia.htm">HOWTO multimedia</a> (work with graphics, sound, video)</li>
- <li><a href="HOWTO-regexps.htm">HOWTO regular expressions</a> (what they are, how to use)</li>
- <li><a href="HOWTO-fattenpuppy.htm">HOWTO fatten DISTRO_NAME</a> (add-on fonts, plugins, spellchecking)</li>
- <!-- <li><a href="HOWTO_quisp_shsql.htm">HOWTO QUISP and SHSQL</a> (dynamic web pages with SQL DB backend)</li> -->
- <!-- <li><a href="shortcutkeys.htm">Keyboard shortcuts for International characters</a></li> -->
- <li><a href="samba-printing.htm">HOWTO print with Samba and CUPS</a></li>
- <li><a href="../../local/petget/help.htm">HOWTO use the Puppy Package Manager</a></li>
- <li><a href="HOWTO-internationalization.htm">HOWTO Internationalization</a> (support non-English languages)</li>
- <li><a href="root.htm">About root (administrator), spot and fido</a></li>
- </ul>
- </p>
|