From: <js...@us...> - 2006-11-23 12:37:49
|
Revision: 13 http://svn.sourceforge.net/jcontracts/?rev=13&view=rev Author: jstuyts Date: 2006-11-23 04:37:47 -0800 (Thu, 23 Nov 2006) Log Message: ----------- Added participation page to the site. Modified Paths: -------------- trunk/site/documentation.html trunk/site/download.html trunk/site/index.html trunk/site/license.html trunk/site/roadmap.html Added Paths: ----------- trunk/site/participate.html Modified: trunk/site/documentation.html =================================================================== --- trunk/site/documentation.html 2006-11-23 10:39:31 UTC (rev 12) +++ trunk/site/documentation.html 2006-11-23 12:37:47 UTC (rev 13) @@ -18,6 +18,8 @@ <li class="menu">Documentation</li> + <li class="menu"><a href="participate.html">Participate</a></li> + <li class="menu"><a href="download.html">Download</a></li> <li class="menu"><a href="license.html">License</a></li> Modified: trunk/site/download.html =================================================================== --- trunk/site/download.html 2006-11-23 10:39:31 UTC (rev 12) +++ trunk/site/download.html 2006-11-23 12:37:47 UTC (rev 13) @@ -18,6 +18,8 @@ <li class="menu"><a href="documentation.html">Documentation</a></li> + <li class="menu"><a href="participate.html">Participate</a></li> + <li class="menu">Download</li> <li class="menu"><a href="license.html">License</a></li> Modified: trunk/site/index.html =================================================================== --- trunk/site/index.html 2006-11-23 10:39:31 UTC (rev 12) +++ trunk/site/index.html 2006-11-23 12:37:47 UTC (rev 13) @@ -18,6 +18,8 @@ <li class="menu"><a href="documentation.html">Documentation</a></li> + <li class="menu"><a href="participate.html">Participate</a></li> + <li class="menu"><a href="download.html">Download</a></li> <li class="menu"><a href="license.html">License</a></li> Modified: trunk/site/license.html =================================================================== --- trunk/site/license.html 2006-11-23 10:39:31 UTC (rev 12) +++ trunk/site/license.html 2006-11-23 12:37:47 UTC (rev 13) @@ -18,6 +18,8 @@ <li class="menu"><a href="documentation.html">Documentation</a></li> + <li class="menu"><a href="participate.html">Participate</a></li> + <li class="menu"><a href="download.html">Download</a></li> <li class="menu">License</li> Added: trunk/site/participate.html =================================================================== --- trunk/site/participate.html (rev 0) +++ trunk/site/participate.html 2006-11-23 12:37:47 UTC (rev 13) @@ -0,0 +1,120 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" +"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html> + <head> + <title>Particpate - Java Contract Suite</title> + + <link href="resources/stylesheets/jcontracts.css" rel="stylesheet" type="text/css" /> + + <link href="favicon.ico" rel="shortcut icon" type="image/x-icon" /> + </head> + + <body> + <ul class="menu"> + <li class="menu"><a href="index.html">Home</a></li> + + <li class="menu"><a href="roadmap.html">Roadmap</a></li> + + <li class="menu"><a href="documentation.html">Documentation</a></li> + + <li class="menu">Participate</li> + + <li class="menu"><a href="download.html">Download</a></li> + + <li class="menu"><a href="license.html">License</a></li> + </ul> + + <h1>Participate</h1> + + <p>Java Contract Suite can only become better if you help us. This can be done in many ways, some of which are + listed below:</p> + + <ul> + <li>entering bug reports, feature requests, etc.;</li> + + <li>fixing bugs, implementing feature request, etc.;</li> + + <li>help other users.</li> + </ul> + + <p>To help with participation we have a number of tools. Below is a description of each tool.</p> + + <h1>News</h1> + + <p>For each significant event related to the project a new item will be posted to the <a + href="https://sourceforge.net/news/?group_id=175492">news page of the project</a>.</p> + + <p>If you want to be kept up-to-date automatically subscribe to one of the <i>project news releases</i> feeds at + <a href="https://sourceforge.net/export/rss2_project.php?group_id=175492">RSS page of the project</a>.</p> + + <h1>Mailing lists</h1> + + <p>The project makes use of four mailing lists. Two of them are for discussion among users and developers, and the + other two are for monitoring the activity of the issue tracker and the source repository.</p> + + <dl> + <dt>users</dt> + + <dd>Users of Java Contract Suite can discuss their experiences, best practices, problems, etc. here.</dd> + + <dt>developers</dt> + + <dd>Developers of Java Contract Suite can discuss development related issues here.</dd> + + <dt>issues</dt> + + <dd>For all modifications to issues a message will be posted here. Please do not post to this mailing list + directly.</dd> + + <dt>svn</dt> + + <dd>For all commits to the source repository a message will be posted here. Please do not post to this mailing + list directly.</dd> + </dl> + + <p>You can subscribe to these mailing lists at the <a href="https://sourceforge.net/mail/?group_id=175492">mailing + lists page of the project</a>.</p> + + <h1>Issue tracker</h1> + + <p>If you have a feature that you would like to see implemented or improved, or you have found a bug you can + create an issue for it. This way the development can keep track of the tasks that have to be performed. The + project uses a <a href="https://sourceforge.net/tracker/?group_id=175492&atid=889550">single issue tracker</a> + for all types of issues.</p> + + <p>If you enter an issues we request that you prefix an issue type code surrounded by square brackets to the + summary of the issue. For example, for a new feature you would prefix <code>[NEW]</code>. Here is the list of + issue types:</p> + + <dl> + <dt>NEW</dt> + + <dd>Request for a new feature.</dd> + + <dt>ENH</dt> + + <dd>Request for enhancement of an existing feature.</dd> + + <dt>BUG</dt> + + <dd>The program behaves in an undesired manner.</dd> + </dl> + + <h1>Source repository</h1> + + <p>If you want to help improve the code of Java Contract Suite you can obtain the source from the source + repository. Instructions on how to get the source can be found on the <a + href="https://sourceforge.net/svn/?group_id=175492">Subversion page of the project</a>.</p> + + <p>Please use Subversion and the source repository instead of the source Zip file, because by using Subversion you + will be able to create patches which can easily be merged with the code by a committer.</p> + + <hr /> + + <div class="sourceforge-logo"><a href="http://sourceforge.net"><img alt="SourceForge.net Logo" height="37" + src="resources/images/sflogo.png" width="125" /></a></div> + + <p><a href="http://sourceforge.net/projects/jcontracts">The project page of JcontractS at SourceForge.net</a></p> + </body> +</html> \ No newline at end of file Modified: trunk/site/roadmap.html =================================================================== --- trunk/site/roadmap.html 2006-11-23 10:39:31 UTC (rev 12) +++ trunk/site/roadmap.html 2006-11-23 12:37:47 UTC (rev 13) @@ -18,6 +18,8 @@ <li class="menu"><a href="documentation.html">Documentation</a></li> + <li class="menu"><a href="participate.html">Participate</a></li> + <li class="menu"><a href="download.html">Download</a></li> <li class="menu"><a href="license.html">License</a></li> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |