<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.program.rpcalendar" name="rpcalendar" version="1.1.1" provider-name="RPiola">
    <requires>
        <import addon="xbmc.python" version="2.1.0"/>
    </requires>
    <extension point="xbmc.python.pluginsource" library="addon.py">
        <provides>executable</provides>
    </extension>
    <extension point="xbmc.addon.metadata">
        <platform>all</platform>
        <disclaimer>tested on raspbmc final only, but it should work on any xbmc</disclaimer>
        <summary lang="en">Display calendar with week numbers</summary>
        <description lang="en">RPcalendar displays a calendar with ISO week numbers. Useful if you need to know if it's an even or an odd week</description>
        <license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
        <language/>
        <website>http://pi.ilpiola.it/rpcalendar</website>
        <email>roberto@ilpiola.it</email>
    </extension>
</addon>
