File: Parole-Plugins-docs.sgml

package info (click to toggle)
parole 4.20.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,220 kB
  • sloc: ansic: 15,215; makefile: 746; sh: 56; xml: 53
file content (110 lines) | stat: -rw-r--r-- 3,404 bytes parent folder | download | duplicates (4)
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
<?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 "June 2017">
]>
<book id="index">
  <bookinfo>
    <title>Parole Plugins Reference Manual</title>
    <releaseinfo>
      for Parole-Plugins &version;
    </releaseinfo>
    <pubdate>&date;</pubdate>

    <copyright>
      <year>2009-2011</year>
      <holder>Ali Abdallah</holder>
    </copyright>
    <copyright>
      <year>2012-2020</year>
      <holder>Sean Davis, Simon Steinbeiss</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="https://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>

  <index id="api-index-0.2">
    <title>API Index - 0.2</title>
    <xi:include href="xml/api-index-0.2.xml"><xi:fallback /></xi:include>
  </index>

  <index id="api-index-0.4">
    <title>API Index - 0.4</title>
    <xi:include href="xml/api-index-0.4.xml"><xi:fallback /></xi:include>
  </index>

  <index id="api-index-0.6">
    <title>API Index - 0.6</title>
    <xi:include href="xml/api-index-0.6.xml"><xi:fallback /></xi:include>
  </index>

  <index id="api-index-deprecated">
    <title>API Index - Deprecated Symbols</title>
    <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
  </index>

  <index id="parole-enum-types">
    <title>Parole Enum Types</title>
    <xi:include href="xml/parole-enum-types.xml"><xi:fallback /></xi:include>
  </index>

  <index id="parole-marshal">
    <title>Parole Marshal</title>
    <xi:include href="xml/parole-marshal.xml"><xi:fallback /></xi:include>
  </index>

</book>