Difference between revisions of "For developers"
From TV-Browser Wiki
Bananeweizen (talk | contribs) (→Miscellaneous) |
Bananeweizen (talk | contribs) (→Javadoc) |
||
Line 25: | 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-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 |
Revision as of 08:36, 1 May 2007
"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