-
Notifications
You must be signed in to change notification settings - Fork 7
/
contribute.html
65 lines (64 loc) · 2.3 KB
/
contribute.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
layout: default
title: Contribute
---
<h2 class="section-header">
Contribute to the project
</h2>
<div id="grid-container" class="container_12">
<div class="grid_12">
<div class="note">
Ninject is and will always be <em>free</em> and <em>open source</em>.
</div>
</div>
<div class="grid_8">
<h3>For Developers</h3>
<p>
Open source software lives and dies with the community surrounding it. As developers, <em>open source makes our jobs
easier</em>, and supporting it doesn't necessarily mean you have to get your wallet out!
</p>
<p>
There are lots of way to help:
</p>
<ul>
<li>Submit patches for new features or integrations with other projects</li>
<li>Help edit the <a href="/learn">documentation</a></li>
<li>Write a tutorial or record a <a href="http://dimecasts.net">screencast</a> about how to use Ninject</li>
<li>Answer questions on the <a href="/community">user group</a></li>
<li>Contribute bug reports or ideas for improvements</li>
</ul>
<p>
Easiest of all, you can spread the word about Ninject! Write about it on your blog, or Twitter. Tell your friends
and co-workers, or offer to speak about dependency injection at a conference or your local user group.
</p>
</div>
<div class="grid_4">
<h3>Current Contributors</h3>
<ul>
<li><a href="http://innovatian.com/">Ian Davis</a></li>
<li><a href="http://www.planetgeek.ch/">Remo Gloor</a></li>
<li><a href="http://www.planetgeek.ch/">Daniel Marbach</a></li>
</ul>
</div>
<div class="grid_12">
<h3>For Businesses</h3>
<p>
Open source isn't just about freedom! Commercial businesses can leverage open source software to become
<em>more efficient</em> and <em>avoid re-inventing the wheel</em>. Ninject is available under a business-friendly
license, meaning you can integrate it into commercial products <em>without ever paying a dime</em>.
</p>
<p>
If your business uses Ninject, there are plenty of ways you can give back to the project:
</p>
<ul>
<li>Make a monetary donation, or buy commercial support</li>
<li>Blog about your success with Ninject on your corporate blog</li>
<li>Write a whitepaper about the advantage Ninject provided your business</li>
</ul>
</div>
</div>
<script type="text/javascript">
$(function() {
initializeDefaultLayout();
});
</script>