mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
dc8590962b
Original commit message from CVS: redo autobuilt docs system with fancy XInclude features
87 lines
2.4 KiB
XML
87 lines
2.4 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
|
|
<!ENTITY % ents SYSTEM "gst-python.ent">
|
|
%ents;
|
|
]>
|
|
|
|
<article id="gst-python-authors">
|
|
|
|
<!--=====================================================================-->
|
|
|
|
<articleinfo>
|
|
<title>Gst-Python &version; Authors</title>
|
|
<copyright><year>2003</year><holder>David I. Lehn</holder></copyright>
|
|
<pubdate>&pubdate;</pubdate>
|
|
<authorgroup>
|
|
<author>
|
|
<firstname>David</firstname>
|
|
<othername role="mi">I.</othername>
|
|
<surname>Lehn</surname>
|
|
<email>dlehn@users.sourceforge.net</email>
|
|
</author>
|
|
</authorgroup>
|
|
</articleinfo>
|
|
|
|
<!--=====================================================================-->
|
|
|
|
<section id="authors">
|
|
<title>Authors</title>
|
|
|
|
<para>
|
|
Please feel free to contact the developers. They hang out on IRC (<ulink url="http://gstreamer.net/dev/"/>) and the mailing lists (<ulink url="http://gstreamer.net/contact/lists.php"/>).
|
|
</para>
|
|
|
|
<!--=================-->
|
|
|
|
<section id="maintainer">
|
|
<title>Maintainer</title>
|
|
|
|
<itemizedlist>
|
|
<listitem><para>David I. Lehn <email>dlehn@users.sourceforge.net</email></para></listitem>
|
|
</itemizedlist>
|
|
</section>
|
|
|
|
<!--=================-->
|
|
|
|
<section id="contributions">
|
|
<title>Contributions</title>
|
|
<para>
|
|
Patches, suggestions, and other help:
|
|
</para>
|
|
|
|
<itemizedlist>
|
|
<listitem><para>Kenichi Sato <email>ksato at users.sourceforge.net</email>: misc patches</para></listitem>
|
|
<listitem><para>Thomas Vander Stichele <email>thomas at apestaart.org</email>: misc patches, build framework patches, Red Hat support</para></listitem>
|
|
</itemizedlist>
|
|
|
|
<para>
|
|
Much of the framework for gst-python stolen from the excellent gtk and gconf bindings by:
|
|
</para>
|
|
|
|
<itemizedlist>
|
|
<listitem><para>James Henstridge <email>james at daa.com.au</email></para></listitem>
|
|
<listitem><para>Johan Dahlin <email>jdahlin at telia.com</email></para></listitem>
|
|
<listitem><para>Matt Wilson <email>msw at redhat.com</email></para></listitem>
|
|
<listitem><para>and many more...</para></listitem>
|
|
</itemizedlist>
|
|
|
|
</section>
|
|
|
|
<!--=================-->
|
|
|
|
<section id="gstreamer-team">
|
|
<title>GStreamer Team</title>
|
|
<para>
|
|
And of course, none of this would be possible without the extreme hacker mojo
|
|
of the whole GStreamer crew!
|
|
</para>
|
|
</section>
|
|
|
|
<!--=================-->
|
|
|
|
</section>
|
|
|
|
<!--=====================================================================-->
|
|
|
|
</article>
|