]> git.sesse.net Git - vlc/blobdiff - doc/developer/manual.xml
real: Fix unsigned issues, and fix an overflow that could happen in release build.
[vlc] / doc / developer / manual.xml
index 5aea4297d537da1e53b516596de1e7a045ab3081..918e976370241df72477b4cf12f79e9e122ba9a1 100644 (file)
@@ -1,10 +1,9 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "/sw/share/xml/dtd/docbookx/4.1.2/docbookx.dtd"
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "/usr/share/sgml/docbook/dtd/xml/4.1/docbookx.dtd"
 [
     <!ENTITY glossary SYSTEM "glossary.xml">
     <!ENTITY overview SYSTEM "overview.xml">
-    <!ENTITY hacking SYSTEM "hacking.xml">
     <!ENTITY interface SYSTEM "interface.xml">
     <!ENTITY input SYSTEM "input.xml">
     <!ENTITY decoders SYSTEM "decoders.xml">
@@ -16,9 +15,9 @@
     <!ENTITY gfdl SYSTEM "gfdl.xml">
 ]>
 
-<book>
+<book id="vlc-dev-doc">
 
-<title> VideoLAN Client API Documentation </title>
+<title> VLC media player API Documentation </title>
 
 <bookinfo>
 
@@ -28,7 +27,7 @@
     <affiliation>
       <jobtitle> <ulink url="mailto:christophe.massiot@idealx.com">
       Developer </ulink> </jobtitle>
-      <orgname> <ulink url="http://www.idealx.com"> IDEALX
+      <orgname> <ulink url="http://www.idealx.com/"> IDEALX
       S.A.S. </ulink> </orgname>
       <orgdiv> Industrial Computing </orgdiv>
     </affiliation>
@@ -46,7 +45,7 @@
     <affiliation>
       <jobtitle> <ulink url="mailto:jean-francois.lecomte@idealx.com">
       Developer </ulink> </jobtitle>
-      <orgname> <ulink url="http://www.idealx.com"> IDEALX
+      <orgname> <ulink url="http://www.idealx.com/"> IDEALX
       S.A.S. </ulink> </orgname>
     </affiliation>
   </collab>
@@ -58,7 +57,7 @@
       <orgname> VideoLAN project </orgname>
     </affiliation>
   </collab>
-  <pubdate> $Id: manual.xml,v 1.4 2002/09/30 11:05:33 sam Exp $ </pubdate>
+  <pubdate> $Id$ </pubdate>
   <copyright> <year> 2001 </year>
               <holder> Christophe Massiot, for IDEALX S.A.S. </holder>
   </copyright>
 
 &overview;
 
-<!-- ============================ HACKING =============================
-  -->
-
-&hacking;
-
 <!-- =========================== INTERFACE ============================
   -->