summaryrefslogtreecommitdiffstats
path: root/xbmc/addons/kodi-addon-dev-kit/doxygen/main.txt
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/addons/kodi-addon-dev-kit/doxygen/main.txt')
-rw-r--r--xbmc/addons/kodi-addon-dev-kit/doxygen/main.txt49
1 files changed, 49 insertions, 0 deletions
diff --git a/xbmc/addons/kodi-addon-dev-kit/doxygen/main.txt b/xbmc/addons/kodi-addon-dev-kit/doxygen/main.txt
new file mode 100644
index 0000000..7eddbf8
--- /dev/null
+++ b/xbmc/addons/kodi-addon-dev-kit/doxygen/main.txt
@@ -0,0 +1,49 @@
1/*!
2
3@mainpage
4
5### Welcome to the Documentation of Kodi for Add-On Development.
6
7__Kodi®__ media center, formerly known as XBMC Media Center, is a free and
8open-source media player software developed by the XBMC Foundation, a non-profit
9technology consortium. Kodi is available for multiple operating systems and
10hardware platforms, with a software 10-foot user interface for use with
11televisions and remote controls. It allows users to play and view most videos,
12music, such as audio and video podcasts from the internet, and all common
13digital media files from local and network storage media.
14
15Add-ons are extensions that can be run from inside the Kodi GUI and in
16addition to binary add-ons for the use of different systems. They are usual
17written by third party developers and published to our official repository.
18Add-ons can also be published in other repositories or as stand alone zip
19files anywhere on the internet. Examples of Add-ons include video website
20streams, scrapers, skins and scripts.
21
22#### Supported systems
23
24Currently support Kodi Add-Ons based upon Python and C++.
25
26#### Tutorials and Examples
27
28In the distribution of the library you find the two directories *tutorials*
29and *examples*. They contain subdirectories for the packages...
30The demos use third party libraries for the graphical user interface. The
31examples don't have this dependency and most examples are refered to in the
32user manual.
33
34#### License
35
36Kodi is distributed under a [GNU General Public License version 2](./LICENSE.GPL).
37
38\htmlonly
39<div style="display:none">
40\endhtmlonly
41
42\subpage general
43\subpage general_parts
44
45\htmlonly
46</div>
47\endhtmlonly
48
49*/