Difference between revisions of "Open Source Portal"
Rob Linden (talk | contribs) (Removing news box, since it's just duplicate content from the homepage) |
Rob Linden (talk | contribs) (Starting the process of deprecating the nav boxes) |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
{{Open Source Portal/Links}} | {{Open Source Portal/Links}} | ||
{|cellspacing="5px" | {|cellspacing="5px" | ||
|valign="top" width="50%"| | |valign="top" width="50%"| | ||
Line 24: | Line 22: | ||
<div id="box"> | <div id="box"> | ||
<h2>Participate</h2> | <h2>[[Participating|Ways to Participate]]</h2> | ||
<div style="padding: 0.5em"> | <div style="padding: 0.5em"> | ||
* [[Downloading test builds|Download a test build]] | |||
* [[Developer communication tools|Communication tools (mailing list/IRC/etc)]] | |||
* [[Get source and compile]] | |||
* [[Bug Reporting 101|File and vet bugs]] | |||
* [[Feature requests|File and refine feature requests]] | |||
* [[Submitting code|Submit code]] | |||
* [[Crash Reports|Inspect crash reports]] | |||
* [[Implementing new features|Implement new features]] | |||
* [[Profiling and Optimization|Profile and Optimize]] | |||
* [[Finding leaks|Find memory leaks]] | |||
* [[Source contributions|See who contributes now]] | |||
* [[Architecture Working Group|Join the Architecture Working Group]] | |||
We want your help to make the Second Life Viewer better! You don't need to know C++ or even programming to help. Some of the toughest jobs in software development have nothing to do with writing code. Just grab [[Downloading test builds|a test build]] and try playing around with it. Let us know what you think on email, on the forum, or IRC. If it's not working for you, try to get help there. If it is working for you, try helping someone who isn't having as much luck as you are. If you run into issues, see if a bug report has been filed, and if it isn't file it. If it has been filed, vote for it, perhaps filling in more detail. | We want your help to make the Second Life Viewer better! You don't need to know C++ or even programming to help. Some of the toughest jobs in software development have nothing to do with writing code. Just grab [[Downloading test builds|a test build]] and try playing around with it. Let us know what you think on email, on the forum, or IRC. If it's not working for you, try to get help there. If it is working for you, try helping someone who isn't having as much luck as you are. If you run into issues, see if a bug report has been filed, and if it isn't file it. If it has been filed, vote for it, perhaps filling in more detail. | ||
Line 37: | Line 45: | ||
|- | |- | ||
|} | |} | ||
[[Category:Portals]] | [[Category:Portals]] |
Revision as of 13:36, 21 January 2009
Quick Links
LearnA lot of the documentation below is geared toward developers. However, many aspects of the system don't require a deep technical background to learn. Much of this is still a work in progress, but since this is a wiki, you can help fill in the blanks!
|
Ways to Participate
We want your help to make the Second Life Viewer better! You don't need to know C++ or even programming to help. Some of the toughest jobs in software development have nothing to do with writing code. Just grab a test build and try playing around with it. Let us know what you think on email, on the forum, or IRC. If it's not working for you, try to get help there. If it is working for you, try helping someone who isn't having as much luck as you are. If you run into issues, see if a bug report has been filed, and if it isn't file it. If it has been filed, vote for it, perhaps filling in more detail. Of course, if you are a developer, we can use your help. Download the code, and see if you can get it to build. Try your hand at fixing a bug, or extending the software through one of the APIs. There's a ton of ways you can help, and we welcome you regardless of your skill level. |