Refactor "contribute" section.

This commit is contained in:
Marcel Klehr 2012-08-11 14:18:59 +02:00
parent d066012661
commit 8b49bd2e78

View file

@ -76,11 +76,14 @@ This iconic web font was used extensively around the site.
<a class="scroll-point wrap" name="contribute"></a>
<div class="content wrap">
<h1><i class="icon-wrench"></i> Contribute</h1>
<p>Etherpad is an open source project. And that means, that everything, from this website to the core of the application itself, has been contributed by passionate, helpful individuals (such as yourself) who liked what they saw and wanted to make something better of it. So if <em>you</em> like what you see, and want to make something better of it, <em>wed</em> like to see your contributions. It doesnt matter how familiar you are with real-time applications, or whether you know how to program in JavaScript. There are plenty of ways to be helpful! Just ask!</p>
<p>Etherpad is an open source project. And that means, that everything, from this website to the core of the application itself, has been contributed by passionate, helpful individuals (such as yourself) who liked what they saw and wanted to make something better of it. So if <em>you</em> like what you see, and want to make something better of it, <em>we'd</em> like to see your contributions. It doesn't matter how familiar you are with real-time applications, or whether you know how to write programs for Node.js. There are plenty of ways to be helpful! Just ask!</p>
<p>One of the first things you should do is actually use Etherpad lite, and get to know it, read about it, evangelise it, and engage with the wider community. You can also learn, how to write plugins and implement some cool stuff. Be creative!</p>
<p>If you are willing to help, <a href="#contact">get in touch</a>!</p>
<h2>Development workflow</h2>
<p>The main development happens on <a href="https://github.com/Pita/etherpad-lite">Github</a>. To contribute, <a href="http://help.github.com/fork-a-repo/">fork</a> the <a href="https://github.com/Pita/etherpad-lite">main repo</a>, branch off a <a href="https://www.google.com/search?q=git+feature+branches">feature branch</a> from <code>develop</code>, make your changes and <a href="http://git-scm.com/docs/git-commit">commit</a> them, <a href="http://git-scm.com/docs/git-push">push</a> to your fork and submit a <a href="http://help.github.com/send-pull-requests/">pull request</a> for <code>Pita/develop</code>.</p>
<p>Once in a while we merge <code>develop</code> into <code>master</code>, which results in a new release. This means you will always find the latest stable version in the <code>master</code> branch.</p>
<p>One of the first things you should do is actually use Etherpad lite, and get to know it, read about it, evangelise it, and engage with the wider community. You can learn, how to write a plugin and implement some cool stuff.</p>
<p></p>
</div>
<a class="scroll-point wrap" name="links"></a>