VideoLAN Wiki:Add a skin

From VideoLAN Wiki
Revision as of 20:42, 2 April 2006 by Dionoea (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Login on ganesh

Download the skin and its image in ~videolan/www/vlc/skins2/

Connect to the postgresql database:

psql -d www-videolan

Add the skin to the skins table:

INSERT INTO skins (name,author,image,url) VALUES ('<name>','<author>','<image name>','<vlt name>');