Difference between revisions of "Project Development"

From GNUstepWiki
Jump to navigation Jump to search
(uh, just move pointer to mailing-lists to the "Development" section. Looks better than a one-liner :))
(move IRC/newsgroups stuff to "Get Help")
Line 8: Line 8:
 
* The [[Get Help#Mailing Lists|mailing lists]] to communicate with other developers
 
* The [[Get Help#Mailing Lists|mailing lists]] to communicate with other developers
 
* [https://savannah.gnu.org/task/?group=gnustep The tasks tracker] for things that need to be done
 
* [https://savannah.gnu.org/task/?group=gnustep The tasks tracker] for things that need to be done
 +
* Everything listed in [[Developer Guides]] ;)
  
 
Some other places might be relevant, though they seem to be rarely used and might be deprecated at some point in the future:
 
Some other places might be relevant, though they seem to be rarely used and might be deprecated at some point in the future:
 
* [https://savannah.gnu.org/patch/?group=gnustep The patches page]
 
* [https://savannah.gnu.org/patch/?group=gnustep The patches page]
 
== IRC ==
 
 
Some, but not all, GNUstep developers can also be reached through IRC:
 
 
'''Server''': irc.freenode.net (''or irc.gnu.org or irc.debian.org, same network'')
 
 
'''Channel''': #gnustep
 
 
Connect to the network and type <tt>/join #GNUstep</tt> or click on this direct link: [irc://irc.freenode.net/gnustep].
 
 
Examples of IRC clients you can use: [http://www.xchat.org/ xchat] (UNICES and Windows), [http://gaim.sourceforge.net gaim] (UNICES and Windows), [http://www.mirc.com/ mirc] (Windows) or [http://www.aeruder.net/talksoup/ TalkSoup] on GNUstep's [http://livecd.gnustep.org/ LiveCD for Intel].
 
 
== Newsgroups ==
 
 
[http://news.gmane.org/search.php?match=gnustep GMANE] carries the GNUstep mailinglists by NNTP
 
 
* comp.lang.objective-c* : The Objective-C language and environment.
 
* gnu.gnustep.announce* : Info and announcements (Moderated)
 
* gnu.gnustep.bug* : Bug reports for gnustep.
 
* gnu.gnustep.discuss* : Discussion of gnustep.
 
* gnu.gnustep.help* : Requests for help with gnustep.
 
 
  
 
[[Category:Project procedures]]
 
[[Category:Project procedures]]

Revision as of 11:38, 2 September 2006

The GNUstep project is being developed by many individuals from all around the world, and this page lists all means of participating in the development and communicating with the developers.

Development

The most important things for the GNUstep developer to know are:

Some other places might be relevant, though they seem to be rarely used and might be deprecated at some point in the future: