mozilla_community.html 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <!DOCTYPE html>
  2. <html lang="en" dir="ltr">
  3. <head>
  4. <title>Mozilla Community</title>
  5. <link rel="shortcut icon" type="image/ico" href="../images/seamonkey_favicon.ico" />
  6. </head>
  7. <body>
  8. <a href="mozilla.html">
  9. <img id="mozilla_logo" src="../images/mozilla_logo.jpg" />
  10. </a>
  11. <a href="#history">History</a> |
  12. <a href="#communicate">Communicate</a> |
  13. <a href="#more">More</a>
  14. <div id="content">
  15. <h1 id="page-title" name="page-title">Our Community</h1>
  16. <h2><a name="history">History</a></h2>
  17. <p id="history">
  18. When www.mozilla.org was launched in 1998 all community activity
  19. occurred right here on this site. Since then the community has
  20. grown much bigger and there are now many different sites,
  21. forums, blogs and newsgroups in different places that track
  22. different parts of the project. These pages aim to be a
  23. comprehensive list to all of the different community resources
  24. available. If you know of something that's not on these lists
  25. that should be, please contact us and we'll update these
  26. pages.
  27. </p>
  28. <h2><a name="communicate">Communicate</a></h2>
  29. <p id="communicate">
  30. There are a number of different ways community members
  31. communicate and coordinate (people use mailing lists and
  32. newsgroups, blogs, forums, wikis and they even meet in real
  33. life sometimes too) and all of these options might be
  34. overwhelming at first. Hopefully this set of links will provide
  35. some useful pointers to help you figure out where to go to find
  36. what you're looking for. If you do get lost though and need
  37. some help, feel free to ask for more information.
  38. </p>
  39. <h2><a name="more">More</a></h2>
  40. <p id="more">
  41. Please note that this is intended to be an entry point that
  42. provides a high-level overview of the different community areas.
  43. If you're looking for more detailed information about a specific
  44. topic, please look at our Developer,
  45. <a href="mozilla_contribute.html">Contribute</a> and Support
  46. pages or take a look at the other information referenced
  47. throughout this site.
  48. </p>
  49. </div>
  50. </body>
  51. </html>