1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00
Commit Graph

3 Commits

Author SHA1 Message Date
Olivier Teulière
ac01cdf7c0 * skins2: Removed the Theme.fadetime attribute (unused) 2004-05-12 18:56:51 +00:00
Olivier Teulière
d10776c2c6 * share/skins2/skin.dtd: removed a useless attribute 2004-05-04 19:50:43 +00:00
Cyril Deguet
f812f2cb8d * all: the DTD lookup for skins2 themes now use XML catalogs:
The XML file must begin with:
    <!DOCTYPE Theme PUBLIC "-//VideoLAN//DTD VLC Skins V2.0//EN" "skin.dtd">
    (the "skin.dtd" is ignored but should be an URL on the website)
    and the DTD is looked up at runtime in the directories of the resource
    path (see previous commit), e.g /usr/local/share/vlc/skins2/skin.dtd
    -> the DTD doesn't need any more to be shipped with the themes.
2004-04-12 17:08:58 +00:00