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
|
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
[
<!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
<!ENTITY version SYSTEM "version.xml">
<!ENTITY plugin-tut SYSTEM "parole-plugins-tut.sgml">
<!ENTITY date "July 2009">
]>
<book id="index">
<bookinfo>
<title>Parole Plugins Reference Manual</title>
<releaseinfo>
for Parole-Plugins &version;
</releaseinfo>
<pubdate>&date;</pubdate>
<copyright>
<year>2009</year>
<holder>Ali Abdallah</holder>
</copyright>
<legalnotice id="legalnotice">
<para>
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.1 or
any later version published by the Free Software Foundation; with no
Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
Texts. The complete license text is available from the <ulink
type="http" url="http://www.gnu.org/">Free Software Foundation</ulink>.
</para>
</legalnotice>
</bookinfo>
<part id="Intro">
<title>Introduction</title>
<para>
Parole is a modern simple media player base on the
<ulink url="http://gstreamer.org">GStreamer</ulink> framework and written for
<ulink url="http://xfce.org">Xfce</ulink>.
</para>
</part>
<part id="parole-plugins-tut">
<title>Parole Plugin Tutorial</title>
&plugin-tut;
</part>
<part id="fundamentals">
<title>Fundamentals</title>
<xi:include href="xml/parole.xml"/>
</part>
<part id="API">
<title>Parole Plugin Reference</title>
<xi:include href="xml/parole-provider-plugin.xml"/>
<xi:include href="xml/parole-provider-player.xml"/>
<xi:include href="xml/parole-stream.xml"/>
</part>
<part id="Utils">
<title>Parole Utilities</title>
<xi:include href="xml/parole-file.xml"/>
<xi:include href="xml/parole-filters.xml"/>
<xi:include href="xml/parole-pl-parser.xml"/>
<xi:include href="xml/parole-debug.xml"/>
</part>
<index id="api-index-full">
<title>API Index</title>
<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
</index>
</book>
|