From f44ecaa4f27e7538ddcad66d40e543bffa2d2d86 Mon Sep 17 00:00:00 2001 From: manuel Date: Sun, 4 Jun 2017 16:57:49 +0200 Subject: sync with upstream --- xbmc/addons/kodi-addon-dev-kit/doxygen/main.txt | 49 +++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 xbmc/addons/kodi-addon-dev-kit/doxygen/main.txt (limited to 'xbmc/addons/kodi-addon-dev-kit/doxygen/main.txt') 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 @@ +/*! + +@mainpage + +### Welcome to the Documentation of Kodi for Add-On Development. + +__Kodi®__ media center, formerly known as XBMC Media Center, is a free and +open-source media player software developed by the XBMC Foundation, a non-profit +technology consortium. Kodi is available for multiple operating systems and +hardware platforms, with a software 10-foot user interface for use with +televisions and remote controls. It allows users to play and view most videos, +music, such as audio and video podcasts from the internet, and all common +digital media files from local and network storage media. + +Add-ons are extensions that can be run from inside the Kodi GUI and in +addition to binary add-ons for the use of different systems. They are usual +written by third party developers and published to our official repository. +Add-ons can also be published in other repositories or as stand alone zip +files anywhere on the internet. Examples of Add-ons include video website +streams, scrapers, skins and scripts. + +#### Supported systems + +Currently support Kodi Add-Ons based upon Python and C++. + +#### Tutorials and Examples + +In the distribution of the library you find the two directories *tutorials* +and *examples*. They contain subdirectories for the packages... +The demos use third party libraries for the graphical user interface. The +examples don't have this dependency and most examples are refered to in the +user manual. + +#### License + +Kodi is distributed under a [GNU General Public License version 2](./LICENSE.GPL). + +\htmlonly +
+\endhtmlonly + +\subpage general +\subpage general_parts + +\htmlonly +
+\endhtmlonly + +*/ -- cgit v1.2.3