1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>
Mailing Lists
</title>
<meta name="GENERATOR" content=
"Modular DocBook HTML Stylesheet Version 1.45">
<link rel="HOME" title="GTK+ / Gnome Application Development"
href="ggad.html">
<link rel="UP" title="Online Resources" href="online.html">
<link rel="PREVIOUS" title="Web sites" href="z863.html">
<link rel="NEXT" title="Internet Relay Chat" href="z865.html">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink=
"#840084" alink="#0000FF">
<div class="NAVHEADER">
<table width="100%" border="0" bgcolor="#ffffff" cellpadding=
"1" cellspacing="0">
<tr>
<th colspan="4" align="center">
<font color="#000000" size="2">GTK+ / Gnome Application
Development</font>
</th>
</tr>
<tr>
<td width="25%" bgcolor="#ffffff" align="left">
<a href="z863.html"><font color="#0000ff" size="2"><b>
<<< Previous</b></font></a>
</td>
<td width="25%" colspan="2" bgcolor="#ffffff" align=
"center">
<font color="#0000ff" size="2"><b><a href="ggad.html">
<font color="#0000ff" size="2"><b>
Home</b></font></a></b></font>
</td>
<td width="25%" bgcolor="#ffffff" align="right">
<a href="z865.html"><font color="#0000ff" size="2"><b>
Next >>></b></font></a>
</td>
</tr>
</table>
</div>
<div class="SECT1">
<h1 class="SECT1">
<a name="Z864">Mailing Lists</a>
</h1>
<p>
Here are some of the mailing lists that cover GTK+ and
Gnome development topics:
</p>
<ul>
<li>
<p>
<tt class="APPLICATION">gtk-list@redhat.com</tt> is
appropriate for questions about using GTK+, reading the
GTK+ source code, discussion of GTK+ bugs, and so
on.
</p>
</li>
<li>
<p>
<tt class="APPLICATION">gnome-list@gnome.org</tt> is
very high traffic; it is the general Gnome mailing
list, for discussion of all things Gnome-related.
</p>
</li>
<li>
<p>
<tt class="APPLICATION">gnome-devel-list@gnome.org</tt>
is the right list for questions about the Gnome
libraries and how to write programs with them. It's
also appropriate for discussing the development of the
libraries themselves, or submitting patches which
modify the libraries.
</p>
</li>
<li>
<p>
<tt class="APPLICATION">
gtk-app-devel-list@redhat.com</tt> is an alternative to
<tt class="APPLICATION">gtk-list</tt> more focused on
application development. Most things appropriate for
this list are also appropriate for <tt class=
"APPLICATION">gtk-list</tt>, but <tt class=
"APPLICATION">gtk-app-devel-list</tt> has less traffic
if you're concerned about that.
</p>
</li>
<li>
<p>
<tt class="APPLICATION">gtk-devel-list@redhat.com</tt>
is for discussion of developing the glib, GDK, and GTK+
libraries. It is <i class="EMPHASIS">not</i> for
discussion of <i class="EMPHASIS">using</i> the
libraries to develop applications.
</p>
</li>
<li>
<p>
<tt class="APPLICATION">
gnome-announce-list@gnome.org</tt> carries
announcements related to Gnome and Gnome applications.
It is relatively low-traffic.
</p>
</li>
</ul>
<p>
To subscribe to any of these mailing lists, append <tt
class="APPLICATION">-request</tt> to the list name and send
a message with <tt class="APPLICATION">subscribe
my-address@wherever.net</tt> in the subject. For example, I
would subscribe to <tt class="APPLICATION">
gtk-list@redhat.com</tt> by sending a message to <tt class=
"APPLICATION">gtk-list-request@redhat.com</tt> with <tt
class="APPLICATION">subscribe hp@pobox.com</tt> in the
subject line.
</p>
<p>
Please, ask any and all questions about GTK+ and Gnome
development on one of the mailing lists or on IRC. It is
inappropriate to mail the developers privately, unless you
have reason to believe they have special knowledge of some
particular section of code. You'll almost certainly get a
faster and better response from the list anyway.
</p>
</div>
<div class="NAVFOOTER">
<br>
<br>
<table width="100%" border="0" bgcolor="#ffffff" cellpadding=
"1" cellspacing="0">
<tr>
<td width="25%" bgcolor="#ffffff" align="left">
<a href="z863.html"><font color="#0000ff" size="2"><b>
<<< Previous</b></font></a>
</td>
<td width="25%" colspan="2" bgcolor="#ffffff" align=
"center">
<font color="#0000ff" size="2"><b><a href="ggad.html">
<font color="#0000ff" size="2"><b>
Home</b></font></a></b></font>
</td>
<td width="25%" bgcolor="#ffffff" align="right">
<a href="z865.html"><font color="#0000ff" size="2"><b>
Next >>></b></font></a>
</td>
</tr>
<tr>
<td colspan="2" align="left">
<font color="#000000" size="2"><b>Web sites</b></font>
</td>
<td colspan="2" align="right">
<font color="#000000" size="2"><b>Internet Relay
Chat</b></font>
</td>
</tr>
</table>
</div>
</body>
</html>
|