1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {% extends "base.html" %}
- {% block content %}
- Join the GNU MediaGoblin community
- <div id="page-7" class="page-asset asset grid_16">
- <div class="asset-header">
- <h1 id="page-title" class="asset-name">Get involved!</h1>
- </div>
- <div class="asset-content">
- <div class="asset-body">
- <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>
- <p><strong>Most importantly, you should start talking to us immediately!</strong></p>
- <h2 id="irc">IRC</h2>
- <p>
- #mediagoblin on irc.freenode.net
- </p>
- <p>
- Not sure what this means?
- <a href="http://webchat.freenode.net/?channels=mediagoblin">Chat with
- us in your browser</a>
- </p>
- <h2 id="mailing-list">Mailing list</h2>
- <p>
- We have a mailing list for discussing all aspects of GNU MediaGoblin
- development. (It's not as active as our IRC channel, though...)
- </p>
- <ul>
- <li><a href="http://lists.mediagoblin.org/listinfo/devel">Subscribe to it</a>
- <li>Read the list on Gmane
- <a href="http://dir.gmane.org/gmane.network.federated.mediagoblin">in your browser</a>
- or <a href="news://news.gmane.org/gmane.network.federated.mediagoblin">in your newsreader</a>
- </ul>
- <h2 id="documentation">Documentation</h2>
- <p>
- We have documentation focused on site administrators at
- <a href="http://docs.mediagoblin.org/">http://docs.mediagoblin.org/</a>.
- </p>
- <p>
- If you're interested in contributing we encourage you to look at
- <a href="https://wiki.mediagoblin.org/">the wiki</a>. It has
- sections for all major contribution activities: translating,
- documenting, testing, hacking, and hanging out.
- </p>
- <h2 id="bugs">Issue tracker</h2>
- <p>
- We have
- a <a href="https://issues.mediagoblin.org/">bug
- tracker</a>. Use this to file bugs and feature requests.
- </p>
- <h2 id="code">Code</h2>
- <p>
- We're using <a href="https://savannah.gnu.org/">Savannah</a> for code
- hosting. The MediaGoblin source code is in the
- <a href="https://savannah.gnu.org/projects/mediagoblin">mediagoblin repository</a>.
- </p>
- </div>
- </div>
- </div>
- {% endblock content %}
|