[Jsxe-cvs] SF.net SVN: jsxe: [973] trunk/web/htdocs
Status: Inactive
Brought to you by:
ian_lewis
From: <ian...@us...> - 2006-06-21 21:14:14
|
Revision: 973 Author: ian_lewis Date: 2006-06-21 14:14:04 -0700 (Wed, 21 Jun 2006) ViewCVS: http://svn.sourceforge.net/jsxe/?rev=973&view=rev Log Message: ----------- added new get-involved.php and updated instructions for how to contribute to jsXe Modified Paths: -------------- trunk/web/htdocs/index.php trunk/web/htdocs/sidebar.php Added Paths: ----------- trunk/web/htdocs/get-involved.php Removed Paths: ------------- trunk/web/htdocs/links.php Copied: trunk/web/htdocs/get-involved.php (from rev 972, trunk/web/htdocs/links.php) =================================================================== --- trunk/web/htdocs/get-involved.php (rev 0) +++ trunk/web/htdocs/get-involved.php 2006-06-21 21:14:04 UTC (rev 973) @@ -0,0 +1,101 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> + <head> + <title>jsXe: Getting Involved</title> + <?php include("meta.php") ?> + </head> + <body> + <div id="title"><h1>jsXe: The Java Simple XML Editor</h1></div> + + <div id="sidebar"> + <?php include("sidebar.php") ?> + </div> + <div id="mainBody"> + <h2>Getting Involved</h2> + + <p>jsXe needs developers to implement new features and fix bugs, + translators for translating messages and the website, and + web designers who are interested in updating the project's + website.</p> + + <p>Getting involved is fairly easy. There are a multitude of ways that + you can become involved in the project. The easiest is probably by + subscribing to the mailing lists, however there are many methods at + your disposal.</p> + + <h3>Developers</h3> + + <p>If you are interested in working on jsXe, please + <a href="http://lists.sourceforge.net/mailman/listinfo/jsxe-devel">subscribe</a> + and send a mail to the jsxe-devel mailing list. The developers can help + get you started. Developers should be know how to use SVN and have some + experience with Java swing or XML.</p> + + <h3>Translators</h3> + + <p>If you are interested in translating for the jsXe project. Please + <a href="http://lists.sourceforge.net/mailman/listinfo/jsxe-devel">subscribe</a> + and send a mail to the jsxe-devel mailing list. For those who are + knowlegeable of SVN, you can check out the messages files from jsXe's + <a href="http://svn.sourceforge.net/viewcvs.cgi/jsxe/trunk/jsxe/">SVN repository</a>. + But even if you are not versed in SVN, the developers on the + mailing list can help get you.</p> + + <h3>Web Developers</h3> + + <p>If you are interested in working on jsXe's webpage, please + <a href="http://lists.sourceforge.net/mailman/listinfo/jsxe-devel">subscribe</a> + and send a mail to the jsxe-devel mailing list. The developers can help + get you started.</p>. Web developers should have some knowledge of CSS and + PHP.</p> + + <h3>Mailing Lists</h3> + + <p>These three mailing lists will be low traffic.</p> + + <ul> + <li>jsXe-users: <a href="http://lists.sourceforge.net/mailman/listinfo/jsxe-users">Subscribe/Unsubscribe/Preferences</a>: a general discussion list for users of jsXe.</li> + <li>jsXe-devel: <a href="http://lists.sourceforge.net/mailman/listinfo/jsxe-devel">Subscribe/Unsubscribe/Preferences</a>: a list for technical discussion regarding jsXe development.</li> + <li>jsXe-cvs: <a href="http://lists.sourceforge.net/mailman/listinfo/jsxe-cvs">Subscribe/Unsubscribe/Preferences</a>: a list where SVN commits are posted. Anyone subscribing to this list will be notified when changes are commited to SVN.</li> + </ul> + + <h3>Forums</h3> + + <p>To get support if you're having problems installing or running + jsXe please post to the Help forum. Any other comments and criticism + can be posted in the open discussion forum.</p> + <ul> + <li><a href="http://sourceforge.net/forum/forum.php?forum_id=197160">Open Discussion</a></li> + <li><a href="http://sourceforge.net/forum/forum.php?forum_id=197161">Help</a></li> + </ul> + + <h3>IRC</h3> + + <p>Come to #jsxe on irc.freenode.net to talk with the developers.</p> + + <h3>Reporting Bugs</h3> + + <p>Reporting bugs is easy. Just submit a bug report on <a href="http://sourceforge.net/tracker/?atid=488268&group_id=58584&func=browse">jsXe's Bug Tracker</a>. + Just enter a description of the bug and if possible how to reproduce it + and it will be assigned and addressed by the project development team.</p> + + <h3>Feature Requests</h3> + + <p>Features requests are always welcome and will be addressed based on user + need and whether the feature fits with jsXe's vision. Feature + requests are easy too! Just submit a feature requests to + <a href="http://sourceforge.net/tracker/?atid=488271&group_id=58584&func=browse">jsXe's Feature Request Tracker</a>.</p> + + <h3>Patches</h3> + + <p>This is probably the best way to start becoming involved in the devolopment of jsXe. + You can submit patches using + <a href="http://sourceforge.net/tracker/?atid=488270&group_id=58584&func=browse">jsXe's Sourceforge Patch Tracker</a>. + Just provide the patch or code change itself and a discription of what + it does when you submit it. If your work is good then we'll add + you as developer with SVN access.</p> + + <?php include("footer.php") ?> + </div> + </body> +</html> \ No newline at end of file Modified: trunk/web/htdocs/index.php =================================================================== --- trunk/web/htdocs/index.php 2006-06-21 18:59:12 UTC (rev 972) +++ trunk/web/htdocs/index.php 2006-06-21 21:14:04 UTC (rev 973) @@ -27,7 +27,7 @@ are not currently implemented. If you are interesting in helping to make jsXe a great editor by contributing your suggestions and needs or if you are a developer and would like to contribute time and code check - out <a href="links.php">how to get involved</a></p> + out <a href="get-involved.php">how to get involved</a></p> <?php include("footer.php") ?> Deleted: trunk/web/htdocs/links.php =================================================================== --- trunk/web/htdocs/links.php 2006-06-21 18:59:12 UTC (rev 972) +++ trunk/web/htdocs/links.php 2006-06-21 21:14:04 UTC (rev 973) @@ -1,70 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> - <head> - <title>jsXe: Getting Involved</title> - <?php include("meta.php") ?> - </head> - <body> - <div id="title"><h1>jsXe: The Java Simple XML Editor</h1></div> - - <div id="sidebar"> - <?php include("sidebar.php") ?> - </div> - <div id="mainBody"> - <h2>Getting Involved</h2> - - <p>Getting involved is fairly easy. There are a multitude of ways that - you can become involved in the project. The easiest is probably by - subscribing to the mailing lists, however there are many methods at - your disposal.</p> - - <h3>Mailing Lists</h3> - - <p>These three mailing lists will be low traffic.</p> - - <ul> - <li>jsXe-users: <a href="http://lists.sourceforge.net/mailman/listinfo/jsxe-users">Subscribe/Unsubscribe/Preferences</a>: a general discussion list for users of jsXe.</li> - <li>jsXe-devel: <a href="http://lists.sourceforge.net/mailman/listinfo/jsxe-devel">Subscribe/Unsubscribe/Preferences</a>: a list for technical discussion regarding jsXe development.</li> - <li>jsXe-cvs: <a href="http://lists.sourceforge.net/mailman/listinfo/jsxe-cvs">Subscribe/Unsubscribe/Preferences</a>: a list where SVN commits are posted. Anyone subscribing to this list will be notified when changes are commited to SVN.</li> - </ul> - - <h3>Forums</h3> - - <p>To get support if you're having problems installing or running - jsXe please post to the Help forum. Any other comments and criticism - can be posted in- the open discussion forum.</p> - <ul> - <li><a href="http://sourceforge.net/forum/forum.php?forum_id=197160">Open Discussion</a></li> - <li><a href="http://sourceforge.net/forum/forum.php?forum_id=197161">Help</a></li> - </ul> - - <h3>IRC</h3> - - <p>Come to #jsxe on irc.freenode.net to talk with the developers.</p> - - <h3>Reporting Bugs</h3> - - <p>Reporting bugs is easy. Just submit a bug report on <a href="http://sourceforge.net/tracker/?atid=488268&group_id=58584&func=browse">jsXe's Bug Tracker</a>. - Just enter a description of the bug and if possible how to reproduce it - and it will be assigned and addressed by the project development team.</p> - - <h3>Feature Requests</h3> - - <p>Features requests are always welcome and will be addressed based on user - need and whether the feature fits with jsXe's vision. Feature - requests are easy too! Just submit a feature requests to - <a href="http://sourceforge.net/tracker/?atid=488271&group_id=58584&func=browse">jsXe's Feature Request Tracker</a>.</p> - - <h3>Patches</h3> - - <p>This is probably the best way to start becoming involved in the devolopment of jsXe. - You can submit patches using - <a href="http://sourceforge.net/tracker/?atid=488270&group_id=58584&func=browse">jsXe's Sourceforge Patch Tracker</a>. - Just provide the patch or code change itself and a discription of what - it does when you submit it. If your work is good then we'll add - you as developer with SVN access.</p> - - <?php include("footer.php") ?> - </div> - </body> -</html> \ No newline at end of file Modified: trunk/web/htdocs/sidebar.php =================================================================== --- trunk/web/htdocs/sidebar.php 2006-06-21 18:59:12 UTC (rev 972) +++ trunk/web/htdocs/sidebar.php 2006-06-21 21:14:04 UTC (rev 973) @@ -4,7 +4,7 @@ <li><a href="features.php" >Features</a></li> <li><a href="screenshots.php">Screenshots</a></li> <li><a href="downloads.php">Downloads</a></li> - <li><a href="links.php">Get Involved</a></li> + <li><a href="get-involved.php">Get Involved</a></li> </ul> <ul> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |