Blame docs/reference/glib/resources.xml

Packit ae235b
Packit ae235b
Packit ae235b
               "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
Packit ae235b
]>
Packit ae235b
<refentry id="glib-resources" revision="17 Jan 2002">
Packit ae235b
<refmeta>
Packit ae235b
<refentrytitle>Mailing lists and bug reports</refentrytitle>
Packit ae235b
<manvolnum>3</manvolnum>
Packit ae235b
<refmiscinfo>Mailing lists and bug reports</refmiscinfo>
Packit ae235b
</refmeta>
Packit ae235b
Packit ae235b
<refnamediv>
Packit ae235b
<refname>Mailing lists and bug reports</refname>
Packit ae235b
<refpurpose>
Packit ae235b
Getting help with GLib
Packit ae235b
</refpurpose>
Packit ae235b
</refnamediv>
Packit ae235b
Packit ae235b
<refsect1>
Packit ae235b
<title>Filing a bug report or feature request</title>
Packit ae235b
Packit ae235b
<para>
Packit ae235b
If you encounter a bug, misfeature, or missing feature in GLib, please
Packit ae235b
file a bug report on 
Packit ae235b
<ulink url="http://bugzilla.gnome.org">http://bugzilla.gnome.org</ulink>. 
Packit ae235b
We'd also appreciate reports of incomplete or misleading information in 
Packit ae235b
the GLib documentation; file those against the "docs" component of the "glib"
Packit ae235b
product in Bugzilla.
Packit ae235b
</para>
Packit ae235b
Packit ae235b
<para>
Packit ae235b
Don't hesitate to file a bug report, even if you think we may know
Packit ae235b
about it already, or aren't sure of the details. Just give us as much
Packit ae235b
information as you have, and if it's already fixed or has already been
Packit ae235b
discussed, we'll add a note to that effect in the report.
Packit ae235b
</para>
Packit ae235b
Packit ae235b
<para>
Packit ae235b
The bug tracker should definitely be used for feature requests, it's
Packit ae235b
not only for bugs. We track all GLib development in Bugzilla, so it's
Packit ae235b
the way to be sure the GLib developers won't forget about an issue.
Packit ae235b
</para>
Packit ae235b
Packit ae235b
</refsect1>
Packit ae235b
Packit ae235b
<refsect1>
Packit ae235b
<title>Submitting Patches</title>
Packit ae235b
Packit ae235b
<para>
Packit ae235b
If you develop a bugfix or enhancement for GLib, please file that in
Packit ae235b
Bugzilla as well. Bugzilla allows you to attach files; please attach a
Packit ae235b
patch generated by the <command>diff</command> utility, using the 
Packit ae235b
<option>-u</option> option to make the patch more readable. All patches 
Packit ae235b
must be offered under the terms of the GNU LGPL license, so be sure you 
Packit ae235b
are authorized to give us the patch under those terms.
Packit ae235b
</para>
Packit ae235b
Packit ae235b
<para>
Packit ae235b
If you want to discuss your patch before or after developing it, mail 
Packit ae235b
<ulink url="mailto:gtk-devel-list@gnome.org">gtk-devel-list@gnome.org</ulink>. 
Packit ae235b
But be sure to file the Bugzilla report as well; if the patch is only on the 
Packit ae235b
list and not in Bugzilla, it's likely to slip through the cracks.
Packit ae235b
</para>
Packit ae235b
Packit ae235b
</refsect1>
Packit ae235b
Packit ae235b
<refsect1>
Packit ae235b
<title>Mailing lists</title>
Packit ae235b
Packit ae235b
<para>
Packit ae235b
There are several mailing lists dedicated to GTK+ and related
Packit ae235b
libraries. Discussion of GLib generally takes place on these lists.
Packit ae235b
You can subscribe or view the archives of these lists on 
Packit ae235b
<ulink url="http://mail.gnome.org">http://mail.gnome.org</ulink>.
Packit ae235b
</para>
Packit ae235b
Packit ae235b
<para>
Packit ae235b
<variablelist>
Packit ae235b
Packit ae235b
<varlistentry>
Packit ae235b
<term><ulink url="mailto:gtk-list@gnome.org">gtk-list@gnome.org</ulink></term>
Packit ae235b
<listitem><para>
Packit ae235b
gtk-list covers general GTK+ (and GLib) topics; questions about using GLib 
Packit ae235b
in programs, GLib from a user standpoint, announcements of GLib-related projects
Packit ae235b
would all be on-topic. The bulk of the traffic consists of GTK+ programming 
Packit ae235b
questions.
Packit ae235b
</para></listitem>
Packit ae235b
</varlistentry>
Packit ae235b
Packit ae235b
<varlistentry>
Packit ae235b
<term><ulink url="mailto:gtk-devel-list@gnome.org">gtk-devel-list@gnome.org</ulink></term>
Packit ae235b
<listitem><para>
Packit ae235b
gtk-devel-list is for discussion of work on GTK+ (and GLib) itself, it is 
Packit ae235b
<emphasis>not</emphasis> for asking questions about how to use GTK+ (or GLib) 
Packit ae235b
in applications. gtk-devel-list is appropriate for discussion of patches, 
Packit ae235b
bugs, proposed features, and so on.
Packit ae235b
</para></listitem>
Packit ae235b
</varlistentry>
Packit ae235b
Packit ae235b
<varlistentry>
Packit ae235b
<term><ulink url="mailto:gtk-doc-list@gnome.org">gtk-doc-list@gnome.org</ulink></term>
Packit ae235b
<listitem><para>
Packit ae235b
gtk-doc-list is for discussion of the <application>gtk-doc</application> 
Packit ae235b
documentation system (used to document GTK+ and Glib), and for work on the GTK+
Packit ae235b
(and GLib) documentation.
Packit ae235b
</para></listitem>
Packit ae235b
</varlistentry>
Packit ae235b
Packit ae235b
</variablelist>
Packit ae235b
</para>
Packit ae235b
Packit ae235b
</refsect1>
Packit ae235b
Packit ae235b
Packit ae235b
</refentry>