Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Jetty/Contributor"

(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{Jetty}}
 
{{Jetty}}
  
These documents are for developers who will be contributing to the Jetty project.
+
{{Jetty Redirect|http://www.eclipse.org/jetty/documentation/current/advanced-contributing.html}}
 +
 
 +
These documents are for developers who want to contribute to the Jetty project.
  
 
== Community ==
 
== Community ==
  
Developers and users alike are welcome to engage the jetty community.  We all have day jobs here so don't just ask questions on irc and frustrated if no one answers right away.  Stick around to hear an answer, one is likely coming at some point!
+
Developers and users alike are welcome to engage the Jetty community.  We all have day jobs here, so don't just ask questions on IRC and become frustrated if no one answers right away.  Stick around to hear an answer, one is likely coming at some point!
  
 
=== Mailing Lists ===
 
=== Mailing Lists ===
  
Join the mailing lists
+
Join the mailing lists:
  
 
* http://www.eclipse.org/projects/project_summary.php?projectid=rt.jetty
 
* http://www.eclipse.org/projects/project_summary.php?projectid=rt.jetty
Line 15: Line 17:
 
=== IRC ===
 
=== IRC ===
  
Join IRC and chat with us (and others)
+
Join IRC and chat with us (and others):
  
 
* irc.freenode.org #jetty
 
* irc.freenode.org #jetty
  
=== CIA ===
+
=== CIA.vc ===
  
We aggregate most every commit across Jetty7 and Jetty8 into one page through cia.vc to provide a single view of all activity going on commit wise across jetty.  This page is updated at the bottom and top of the hour.
+
We aggregate most every commit across Jetty7 and Jetty8 into one page through cia.vc to provide a single view of all commit activity across jetty.  This page is updated at the bottom and top of the hour.
  
 
* http://cia.vc/stats/project/jetty
 
* http://cia.vc/stats/project/jetty
Line 27: Line 29:
  
 
== Code and Issues ==
 
== Code and Issues ==
 +
 +
* [[/Contributing Patches|Contributing Patches]]
 
* [[/Coding Standards|Coding Standards]]
 
* [[/Coding Standards|Coding Standards]]
 
* [[/Bug Tracking|Bug Tracking]]
 
* [[/Bug Tracking|Bug Tracking]]
* [[/Building|Building from Source]]
+
* [[/Building|Source]]
 +
* [[/DevelopingWithGit|Developing with Git]]
 
* [[/DownloadEclipseOrg|download.eclipse.org]]
 
* [[/DownloadEclipseOrg|download.eclipse.org]]
* [[/DevelopingWithGit|Using GIT with jetty@eclipse.org]]
 
  
 
== Releasing ==
 
== Releasing ==
Line 40: Line 44:
  
 
== Documentation ==
 
== Documentation ==
 +
 
* [[/Editing the Wiki|Editing the Wiki]]
 
* [[/Editing the Wiki|Editing the Wiki]]
 
<!-- think about documenting these other websites, maybe not here, but somewhere
 
<!-- think about documenting these other websites, maybe not here, but somewhere

Revision as of 15:44, 23 April 2013



Warning2.png
Jetty 7 and Jetty 8 are now EOL (End of Life)




THIS IS NOT THE DOCUMENTATION YOU ARE LOOKING FOR!!!!!






All development and stable releases are being performed with Jetty 9 and Jetty 10.






This wiki is now officially out of date and all content has been moved to the Jetty Documentation Hub






Direct Link to updated documentation: http://www.eclipse.org/jetty/documentation/current/advanced-contributing.html


These documents are for developers who want to contribute to the Jetty project.

Community

Developers and users alike are welcome to engage the Jetty community. We all have day jobs here, so don't just ask questions on IRC and become frustrated if no one answers right away. Stick around to hear an answer, one is likely coming at some point!

Mailing Lists

Join the mailing lists:

IRC

Join IRC and chat with us (and others):

  • irc.freenode.org #jetty

CIA.vc

We aggregate most every commit across Jetty7 and Jetty8 into one page through cia.vc to provide a single view of all commit activity across jetty. This page is updated at the bottom and top of the hour.


Code and Issues

Releasing

Documentation

Related Pages

Back to the top