forums.htm 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Puppy forums</title>
  5. <meta charset="utf-8">
  6. <link href="./manual.css" rel="stylesheet" type="text/css">
  7. <link href="./forums.css" rel="stylesheet" type="text/css">
  8. </head>
  9. <body>
  10. <div id="container">
  11. <header class="logo-header">
  12. <img class="header-logo" alt="Logo" src="puppylogo96.png">
  13. <h1>Discussion forums and chat</h1>
  14. </header>
  15. <section>
  16. <p>
  17. Thanks to the generosity of John Murga, who also has developed a version of Puppy that fits in a 50M credit-card CD, this has been our main Puppy Discussion Forum since 2005:
  18. </p>
  19. <a class="fl1" href="http://www.murga-linux.com/puppy/">http://www.murga-linux.com/puppy</a>
  20. <p>
  21. Another Puppy Forum, that many treat as their "main" Forum, has been kindly setup by Forum member Raffy:
  22. </p>
  23. <a class="fl1" href="http://puppylinux.info/">http://puppylinux.info/</a>
  24. <p>
  25. There is also another Puppy Forum hosted by linuxquestions.org (advertising supported):
  26. </p>
  27. <a class="fl2" href="http://www.linuxquestions.org/questions/forumdisplay.php?f=71">http://www.linuxquestions.org/questions/forumdisplay.php?f=71</a>
  28. </section>
  29. <section>
  30. <h2>Other Puppy forums</h2>
  31. <p>
  32. Here is a community Wiki page with links to even more forums:
  33. </p>
  34. <a class="fl2" href="http://www.puppylinux.org/wikka/ForumsPuppy">http://www.puppylinux.org/wikka/ForumsPuppy</a>
  35. </section>
  36. <section>
  37. <h2>Realtime chat</h2>
  38. <p>
  39. There is an IRC chat channel, #puppylinux, hosted at irc.freenode.net. Get connection instructions on the community wiki:
  40. </p>
  41. <a class="fl2" href="http://www.puppylinux.org/wikka/ChatRoom">http://www.puppylinux.org/wikka/PuppyLinuxIRC</a>
  42. </div>
  43. </body>
  44. </html>