diff options
| author | louis <louis.braun@gmx.de> | 2015-05-22 13:35:01 +0200 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2015-05-22 13:35:01 +0200 |
| commit | 5c365b57620282a2bfc52b77a5d22aea1bbbc46b (patch) | |
| tree | 00420a6ef44caefbbeb6e38880c6d09ebb8608a7 /skins | |
| parent | f483aef4a85e9451e2e348541d981b31b5af51d3 (diff) | |
| download | vdr-plugin-skindesigner-5c365b57620282a2bfc52b77a5d22aea1bbbc46b.tar.gz vdr-plugin-skindesigner-5c365b57620282a2bfc52b77a5d22aea1bbbc46b.tar.bz2 | |
added new files
Diffstat (limited to 'skins')
| -rw-r--r-- | skins/skinrepositories.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/skins/skinrepositories.xml b/skins/skinrepositories.xml new file mode 100644 index 0000000..051471d --- /dev/null +++ b/skins/skinrepositories.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<skinrepositories> + <skinrepo> + <name>Holo</name> + <type>git</type> + <url>https://github.com/CReimer/Holo</url> + <specialfonts> + <font>Roboto</font> + <font>Gedöns</font> + </specialfonts> + </skinrepo> + <skinrepo> + <name>Tryouts</name> + <type>git</type> + <url>https://github.com/BooStars/tryouts</url> + <screenshots> + <screenshot> + <description>Main Menu</description> + <url>http://www.vdr-portal.de/index.php?page=AttachmentattachmentID=37054h=1e3680e599888c373fa21ad2fcbb9e4c2c73a620</url> + </screenshot> + <screenshot> + <description>display Channel</description> + <url>http://www.vdr-portal.de/index.php?page=AttachmentattachmentID=37056h=e7cd1c6d2bd8042b6c08629c8f5d4711e8196e5f</url> + </screenshot> + </screenshots> + <supportedplugins> + <plugin>Weatherforecast</plugin> + <plugin>TVGuideNG</plugin> + </supportedplugins> + </skinrepo> +</skinrepositories> |
