From: Christophe Mutricy Date: Tue, 21 Oct 2008 22:16:40 +0000 (+0100) Subject: Fix DTD url X-Git-Tag: 1.0.0-pre1~2352 X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=7e6d2878952408545c2d9d3b4e7c50a35e40a57a Fix DTD url --- diff --git a/doc/skins/skins2-howto.xml b/doc/skins/skins2-howto.xml index 0ff3d3022a..5ad8c5c42b 100644 --- a/doc/skins/skins2-howto.xml +++ b/doc/skins/skins2-howto.xml @@ -84,7 +84,7 @@ difficulty to understand how VLC skins work. XML is a markup language, like HTML. It won't be explained here any further, please use Google if you don't know what XML is. You'll see, it is rather easy to understand. -The XML file used for the VLC skins follows a predefined DTD. You can find this DTD in VLC SVN, and its reading is strongly advised, since it contains the default values used for the parameters. A skin that does not follow the DTD with which VLC was compiled won't be loaded by VLC (and it might even crash it...). +The XML file used for the VLC skins follows a predefined DTD. You can find this DTD in VLC Git, and its reading is strongly advised, since it contains the default values used for the parameters. A skin that does not follow the DTD with which VLC was compiled won't be loaded by VLC (and it might even crash it...). For a better undestanding of what follows, you should have a look at the DTD and/or at an example of valid XML skin.