]> git.sesse.net Git - vlc/blob - doc/developer2/vlc-dev-doc.xml
Clean changelogs, but not too often
[vlc] / doc / developer2 / vlc-dev-doc.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "/sw/share/xml/dtd/docbookx/4.1.2/docbookx.dtd"
4 [
5     <!ENTITY coding SYSTEM "coding.xml">
6     <!ENTITY libvlc SYSTEM "libvlc.xml">
7     <!ENTITY build SYSTEM "build.xml">
8     <!ENTITY i18n SYSTEM "i18n.xml">
9     <!ENTITY modulesobjects SYSTEM "modulesobjects.xml">
10     <!ENTITY cpumisc SYSTEM "cpumisc.xml">
11     <!ENTITY variables SYSTEM "variables.xml">
12     <!ENTITY threads SYSTEM "threads.xml">
13     <!ENTITY messages SYSTEM "messages.xml">
14     <!ENTITY playlist SYSTEM "playlist.xml">
15     <!ENTITY interface SYSTEM "interface.xml">
16     <!ENTITY input SYSTEM "input.xml">
17     <!ENTITY vout SYSTEM "vout.xml">
18     <!ENTITY aout SYSTEM "aout.xml">
19     <!ENTITY sout SYSTEM "sout.xml">
20     <!ENTITY porting SYSTEM "porting.xml">
21     <!ENTITY debugging SYSTEM "debugging.xml">
22     <!ENTITY history SYSTEM "history.xml">
23     <!ENTITY glossary SYSTEM "glossary.xml">
24     <!ENTITY gpl SYSTEM "gpl.xml">
25 ]>
26
27 <book>
28
29 <title> VLC media player API Documentation </title>
30
31 <bookinfo>
32
33
34  <author>
35     <firstname> Christophe </firstname>
36     <surname> Massiot </surname>
37     <affiliation>
38       <jobtitle> <ulink url="mailto:christophe.massiot@idealx.com">
39       Developer </ulink> </jobtitle>
40       <orgname> <ulink url="http://www.idealx.com/"> IDEALX
41       S.A.S. </ulink> </orgname>
42       <orgdiv> Industrial Computing </orgdiv>
43     </affiliation>
44   </author>
45   <collab>
46     <collabname> <ulink url="mailto:sam@zoy.org"> Samuel Hocevar
47     </ulink> </collabname>
48     <affiliation>
49       <jobtitle> Developer </jobtitle>
50       <orgname> VideoLAN project </orgname>
51     </affiliation>
52   </collab>
53   <collab>
54     <collabname> Jean-Fran&ccedil;ois Lecomte </collabname>
55     <affiliation>
56       <jobtitle> <ulink url="mailto:jean-francois.lecomte@idealx.com">
57       Developer </ulink> </jobtitle>
58       <orgname> <ulink url="http://www.idealx.com/"> IDEALX
59       S.A.S. </ulink> </orgname>
60     </affiliation>
61   </collab>
62   <collab>
63     <collabname> <ulink url="mailto:henri@via.ecp.fr">Henri Fallon
64     </ulink> </collabname>
65     <affiliation>
66       <jobtitle> Developer </jobtitle>
67       <orgname> VideoLAN project </orgname>
68     </affiliation>
69   </collab>
70   <pubdate> $Id: manual.xml 7937 2004-06-07 19:13:05Z zorglub $ </pubdate>
71   <copyright> <year> 2001 </year>
72       <holder> Christophe Massiot, for IDEALX S.A.S. </holder>
73   </copyright>
74
75     <legalnotice> <para>
76       Permission is granted to copy, distribute and/or modify this document
77       under the terms of the GNU Free Documentation License, Version 1.1
78       or any later version published by the Free Software Foundation;
79       A copy of the license is included in the section entitled "GNU
80       Free Documentation License".
81   </para> </legalnotice>
82 </bookinfo>
83
84 <toc />
85
86 <!-- Coding rules -->
87 &coding;
88 &libvlc;
89 &build;
90 &i18n;
91 &modulesobjects;
92 &cpumisc;
93 &variables;
94 &threads;
95 &messages;
96 &playlist;
97 &interface;
98 &input;
99 &vout;
100 &aout;
101 &sout;
102 &porting;
103 &debugging;
104
105 &history;
106 &glossary;
107
108
109 <!-- GNU Free Documentation License -->
110 <!--&gpl;-->
111
112 </book>