join.html 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {% extends "base.html" %}
  2. {% block content %}
  3. Join the GNU MediaGoblin community
  4. <div id="page-7" class="page-asset asset grid_16">
  5. <div class="asset-header">
  6. <h1 id="page-title" class="asset-name">Get involved!</h1>
  7. </div>
  8. <div class="asset-content">
  9. <div class="asset-body">
  10. <p>You've <a href="/pages/tour.html">read about our little project</a>, and you've decided to get involved? We're very happy that you're here! Here are some initial ideas on how to get involved.</p>
  11. <p><strong>Most importantly, you should start talking to us immediately!</strong></p>
  12. <h2 id="irc">IRC</h2>
  13. <p>
  14. #mediagoblin on irc.freenode.net
  15. </p>
  16. <p>
  17. Not sure what this means?
  18. <a href="http://webchat.freenode.net/?channels=mediagoblin">Chat with
  19. us in your browser</a>
  20. </p>
  21. <h2 id="mailing-list">Mailing list</h2>
  22. <p>
  23. We have a mailing list for discussing all aspects of GNU MediaGoblin
  24. development. (It's not as active as our IRC channel, though...)
  25. </p>
  26. <ul>
  27. <li><a href="http://lists.mediagoblin.org/listinfo/devel">Subscribe to it</a>
  28. <li>Read the list on Gmane
  29. <a href="http://dir.gmane.org/gmane.network.federated.mediagoblin">in your browser</a>
  30. or <a href="news://news.gmane.org/gmane.network.federated.mediagoblin">in your newsreader</a>
  31. </ul>
  32. <h2 id="documentation">Documentation</h2>
  33. <p>
  34. We have documentation focused on site administrators at
  35. <a href="http://docs.mediagoblin.org/">http://docs.mediagoblin.org/</a>.
  36. </p>
  37. <p>
  38. If you're interested in contributing we encourage you to look at
  39. <a href="https://wiki.mediagoblin.org/">the wiki</a>. It has
  40. sections for all major contribution activities: translating,
  41. documenting, testing, hacking, and hanging out.
  42. </p>
  43. <h2 id="bugs">Issue tracker</h2>
  44. <p>
  45. We have
  46. a <a href="https://issues.mediagoblin.org/">bug
  47. tracker</a>. Use this to file bugs and feature requests.
  48. </p>
  49. <h2 id="code">Code</h2>
  50. <p>
  51. We're using <a href="https://savannah.gnu.org/">Savannah</a> for code
  52. hosting. The MediaGoblin source code is in the
  53. <a href="https://savannah.gnu.org/projects/mediagoblin">mediagoblin repository</a>.
  54. </p>
  55. </div>
  56. </div>
  57. </div>
  58. {% endblock content %}