Difference between revisions of "For developers"
From TV-Browser Wiki
(Translation from german wiki) |
(→Javadoc) |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 16: | Line 16: | ||
# The TV-Browser [[Coding Conventions]] | # The TV-Browser [[Coding Conventions]] | ||
# [[TV-Browser Build Guide|How to checkout and build TV-Browser]] | # [[TV-Browser Build Guide|How to checkout and build TV-Browser]] | ||
− | # [http://cia. | + | # CIA: [http://cia.vc/stats/project/tvbrowser RSS feed of the latest source changes in the repository] |
+ | # Ohloh: [http://www.ohloh.net/projects/338 statistics about the TV-Browser project] | ||
+ | # FishEye: [http://fisheye3.cenqua.com/browse/tvbrowser statistics about the source code and the source changes] | ||
+ | # Krugle: [http://sourceforge.krugle.com/kse/files?project=%22TV-Browser%20-%20A%20free%20EPG%22 search the TV-Browser source code using a specialized search engine] | ||
==Javadoc== | ==Javadoc== | ||
Line 22: | Line 25: | ||
The Java-Docs can be found here: | The Java-Docs can be found here: | ||
− | *[http://www.tvbrowser.org/downloads/docs/ | + | *[http://www.tvbrowser.org/downloads/docs/tvbrowser_3.2_doc.zip tvbrowser_3.2_doc.zip] |
− | *[http://www.tvbrowser.org/downloads/docs/ | + | *[http://www.tvbrowser.org/downloads/docs/tvbrowser-2.5.2-doc.zip tvbrowser-2.5.2-doc.zip] |
− | + | *[http://www.tvbrowser.org/downloads/docs/tvbrowser-2.2.2-doc.zip tvbrowser-2.2.2-doc.zip] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | *[http://www.tvbrowser.org/downloads/docs/ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
Alternatively, the Java-Docs can be generated from the source code. To do this execute | Alternatively, the Java-Docs can be generated from the source code. To do this execute | ||
ant public-doc | ant public-doc | ||
+ | [[category:Development]] | ||
[[de:Für Entwickler]] | [[de:Für Entwickler]] |
Latest revision as of 10:38, 14 September 2012
"Normal" Plugins
- Overview Plugin Development
- Tutorial: Development of Java Plugins
- The New Plugin System of TV-Browser 2.0
- Uploading Plugins to the TV-Browser Webseite
"TV-Data" Plugins
- Tutorial: Development of a TvDataService
- There is also an alternative way of Providing TV listings.
Miscellaneous
- The TV-Browser Terminology
- The TV-Browser Coding Conventions
- How to checkout and build TV-Browser
- CIA: RSS feed of the latest source changes in the repository
- Ohloh: statistics about the TV-Browser project
- FishEye: statistics about the source code and the source changes
- Krugle: search the TV-Browser source code using a specialized search engine
Javadoc
The Java-Docs can be found here:
Alternatively, the Java-Docs can be generated from the source code. To do this execute
ant public-doc