summaryrefslogtreecommitdiff
path: root/plugin.image.daily_dilbert/addon.xml
blob: b40bb5f83bc058df0257e6924a9a931dbe5f3317 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.image.daily_dilbert" name="Daily Dilbert" version="1.1.2" provider-name="BigCookie">
    <requires>
        <import addon="xbmc.python" version="2.25.0"/>
    </requires>
    <extension point="xbmc.python.pluginsource" library="addon.py">
        <provides>image</provides>
    </extension>
    <extension point="xbmc.addon.metadata">
        <platform>all</platform>
        <summary lang="en_GB">Display Dilbert comic strips!</summary>
        <description lang="en_GB">This Dilbert plugin gives access to the daily Dilbert comic strip, random Dilbert comic strips, recent comic strips or comic strip by date input. Additionally you can browse all strips available by date. Thanks to the creator of the Dilbert Plugin and Garfield Comic Plugin, which I took as basis for this plugin as the original Plugin didn't work anymore for me.</description>
        <disclaimer lang="en_GB">This is a completely UNOFFICIAL plugin. I am not associated with the author of the Dilbert character. Use at your own risk.</disclaimer>
		<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
        <language/>
        <email>bigcookie@nurfuerspam.de</email>
    </extension>
</addon>