From: Olivier Teulière Date: Sun, 22 Jan 2006 11:12:33 +0000 (+0000) Subject: * share/skins/skins2-howto.xml: SVN instead of CVS, and added a link to the DTD. X-Git-Tag: 0.9.0-test0~12673 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=2594aeded36c41dec6e68f4ee2f97fe4a273b8fe;p=vlc * share/skins/skins2-howto.xml: SVN instead of CVS, and added a link to the DTD. --- diff --git a/doc/skins/skins2-howto.xml b/doc/skins/skins2-howto.xml index db883f763a..fb79f340a4 100644 --- a/doc/skins/skins2-howto.xml +++ b/doc/skins/skins2-howto.xml @@ -101,7 +101,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 CVS, 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 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...). For a better undestanding of what follows, you should have a look at the DTD and/or at an example of valid XML skin.