Difference between revisions of "For developers"
From TV-Browser Wiki
Bananeweizen (talk | contribs) (→Javadoc) |
(→Javadoc) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 25: | Line 25: | ||
The Java-Docs can be found here: | The Java-Docs can be found here: | ||
+ | *[http://www.tvbrowser.org/downloads/docs/tvbrowser_3.2_doc.zip tvbrowser_3.2_doc.zip] | ||
*[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.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/tvbrowser-2.2.2-doc.zip tvbrowser-2.2.2-doc.zip] | ||
Line 31: | Line 32: | ||
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