12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>DISTRO_NAME Linux</title>
- <meta charset="utf-8">
- <link href="./manual.css" rel="stylesheet" type="text/css">
- <link href="./home.css" rel="stylesheet" type="text/css">
- </head>
- <body>
- <div id="container">
- <header class="logo-header">
- <img class="header-logo" alt="Logo" src="puppylogo96.png">
- <h1>DISTRO_NAME jumping-off page</h1>
- </header>
- <div id="lead">
- <span id="lead-text">
- DISTRO_NAME is a member of a large family of Puppy-Linux-based distros or "puppies". Click on any of these Internet links to find out more, interact with our vibrant community, and just plain have fun!
- </span>
- <a href="HOWTO_Internet.htm" id="connect-howto">
- <img alt="Help" src="../../local/lib/X11/pixmaps/help48.png">
- <span>Howto get onto the Internet</span>
- </a>
- </div>
- <ul id="jump-options">
- <li class="jump-option">
- <a href="http://www.puppylinux.org/manual"><img alt="Multimedia" src="../../local/lib/X11/pixmaps/multimedia48.png" style="border: 0px solid ; width: 48px; height: 48px;"></a>
- <span>Want detailed multi-language User Manuals, that show all aspects of setting up and using Puppy?</span>
- </li>
- <li class="jump-option">
- <a href="http://www.puppylinux.org/news/"><img alt="Pupnews" src="../../local/lib/X11/pixmaps/pupnews48.png" style="border: 0px solid ; width: 48px; height: 48px;"></a>
- <span>Read the latest Puppy News on the community-supported Wiki News page. Find out how keen our community is!</span>
- </li>
- <li class="jump-option">
- <a href="forums.htm"><img alt="Contact" src="../../local/lib/X11/pixmaps/chat48.png" style="border: 0px solid ; width: 48px; height: 48px;"></a>
- <span>Visit our Discussion Forums and be part of the vibrant Puppy community. Find answers, post questions, chat about all sorts of things</span>
- </li>
- <li class="jump-option">
- <a href="http://www.puppylinux.org/"><img alt="community" src="community48.jpg" style="border: 0px solid ; width: 48px; height: 48px;"></a>
- <span>An online jumping-off place for everything Puppy-related. This site is maintained by Puppy enthusiasts ...be warned, it's catching!</span>
- </li>
- <li class="jump-option">
- <a href="https://github.com/puppylinux-woof-CE/woof-CE"><img alt="woof-ce" src="octocatwoof48.png" style="border: 0px solid ; width: 48px; height: 48px;"></a>
- <span>Developers, join GitHub and help develop the next Puppy version! Join our discussion at the <a href="http://woof-ce.26403.n7.nabble.com/" target="_BLANK">Woof-CE Nabble Forum</a></span>
- </li>
- <li class="jump-option">
- <a href="http://bkhome.org/news/"><img alt="pup" src="pup48.jpg" style="border: 0px solid ; width: 48px; height: 46px;" height="46" border="0" width="48"></a>
- <span>Read the leading-edge Developer News, maintained by Barry Kauler and updated almost-daily. Specialised categories: <a href="http://bkhome.org/blog2/?viewCat=Puppy">Puppy</a>, <a href="http://bkhome.org/blog2/?viewCat=Woof">Woof</a>. Old blog: <a href="http://bkhome.org/blog/?viewCat=Puppy">Puppy</a>, <a href="http://bkhome.org/blog/?viewCat=Woof">Woof</a>, <a href="http://bkhome.org/blog/?viewCat=Quirky">Quirky</a>, <a href="http://bkhome.org/blog/?viewCat=Wary">Wary</a></span>
- </li>
- <li class="jump-option">
- <a href="http://bkhome.org/"><img alt="pup" src="puppylogo48.png" style="border: 0px solid ; width: 48px; height: 48px;"></a>
- <span>Barry's leading-edge Developer Site has just about everything to do with setup, configuration, compiling and all the nuts-and-bolts. This is also a great getting-started site, as has many introductory web pages. Quick links: <a href="http://puppylinux.com/">Puppy</a>, <a href="http://bkhome.org/quirky/">Quirky</a>, <a href="http://bkhome.org/bacon/">BaCon</a>, <a href="http://bkhome.org/woof/">Woof</a>, <a href="http://bkhome.org/bones/">Bones</a></span>
- </li>
- <li class="jump-option">
- <a href="http://puppylinux.com/download/index.html"><img alt="Bones" src="../../local/lib/X11/pixmaps/puppy-bone48.gif" style="border: 0px solid ; width: 48px; height: 48px;"></a>
- <span>Download Puppy. Or, if on dialup consider buying a CD.
- </li>
- </ul>
- <div class="jump-option" id="local-help">
- <a href="index.html"><img alt="Help" src="../../local/lib/X11/pixmaps/help48.png" style="border: 0px solid ; width: 48px; height: 48px;"></a>
- <span>So many exciting Internet links, but don't forget that right here in DISTRO_NAME there's lots of <a href="index.html">documentation</a>. This is also available via the 'Help' entry in the menu.</span>
- </div>
- </div>
- </body>
- </html>
|