[jetrix-cvs] SF.net SVN: jetrix:[854] jetrix/trunk/src/site
Brought to you by:
smanux
|
From: <sm...@us...> - 2010-05-04 15:32:24
|
Revision: 854
http://jetrix.svn.sourceforge.net/jetrix/?rev=854&view=rev
Author: smanux
Date: 2010-05-04 15:32:18 +0000 (Tue, 04 May 2010)
Log Message:
-----------
New contributors page
Modified Paths:
--------------
jetrix/trunk/src/site/menu.inc.php
Added Paths:
-----------
jetrix/trunk/src/site/contributors.php
Added: jetrix/trunk/src/site/contributors.php
===================================================================
--- jetrix/trunk/src/site/contributors.php (rev 0)
+++ jetrix/trunk/src/site/contributors.php 2010-05-04 15:32:18 UTC (rev 854)
@@ -0,0 +1,26 @@
+<? include("header.inc.php") ?>
+
+<h1>Contributors</h1>
+
+<p>A successful project requires many people to play many roles. Some members write code or documentation, while others
+are valuable as testers, submitting patches and suggestions.</p>
+
+<p>The team is comprised of members and contributors. Members have direct access to the source of a project and actively
+evolve the code-base. Contributors improve the project through submission of patches and suggestions.</p>
+
+<p>Here are the people who contributed to the project:</p>
+
+<ul>
+ <li>Emmanuel Bourg (sm...@lf...) : main developper</li>
+ <li>Nilsen Filc : logo</li>
+ <li>Claudio Gargiulo : italian translation</li>
+ <li>Mario Meuser : german translation</li>
+ <li>Tim Van Wassenhove : dutch translation</li>
+ <li>Julian Mesa Llopis : spanish translation</li>
+ <li>Bryan Reynaert : spanish translation</li>
+ <li>V\xEDtor Melo : portuguese translation</li>
+</ul>
+
+Get involved today. All contributions to the project are greatly appreciated.
+
+<? include("footer.inc.php") ?>
Modified: jetrix/trunk/src/site/menu.inc.php
===================================================================
--- jetrix/trunk/src/site/menu.inc.php 2010-05-04 15:10:31 UTC (rev 853)
+++ jetrix/trunk/src/site/menu.inc.php 2010-05-04 15:32:18 UTC (rev 854)
@@ -32,7 +32,7 @@
<li><a href="http://sourceforge.net/tracker/?group_id=52188&atid=466005">Feature Requests</a></li>
<li><a href="changelog.php">Changelog</a></li>
<li><a href="docs/changelog.html">Commits</a></li>
- <li><a href="docs/team-list.html">Contributors</a></li>
+ <li><a href="contributors.php">Contributors</a></li>
</ul>
</div>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|