September 2018 Update

Added - Koding AIO to repo as addons depend on it
Updated - DefCon now has 2018 talks in
This commit is contained in:
Oli Passey
2018-09-17 19:54:29 +01:00
parent 9982a3f13f
commit f0bbdc56fb
53 changed files with 13094 additions and 282 deletions

View File

@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.python.koding.aio"
name="Python Koding AIO"
version="1.0"
provider-name="Total Revolution">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.urlresolver" version="1.2.0"/>
<import addon="script.module.requests" version="2.3.0"/>
<import addon="script.module.beautifulsoup" version="2.1.31"/>
<import addon="script.module.unidecode" version="0.4.16"/>
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">Python Koding All In One</summary>
<description lang="en">Python Koding AIO contains a bunch of time saving modules that allows for quick and simple development.</description>
<disclaimer lang="en"></disclaimer>
<language></language>
<license>Creative Commons 4.0-NC-ND</license>
<forum>http://totalrevolution.tv/forum</forum>
<website>http://totalrevolution.tv</website>
<news>1.0 Stable release</news>
<source>https://github.com/totalrevolution/python-koding/tree/master/script.module.python.koding.aio</source>
</extension>
</addon>