(no commit message)
[utils] / crawler / kiss / src / main / java / org / wamblee / crawler / kiss / package.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2 <html>
3 <head>
4     wamblee.org
5 </head>
6 <body bgcolor="white">
7
8 This package provides a crawler for the KiSS electronic program guide.
9 It provides automatic recording of programs that satisfy criteria specified
10 by the user.
11
12 The following packages are defined: 
13 <ul>
14   <li> {@link org.wamblee.crawler.kiss.main}: Contains the crawling functionality and 
15   configuration classes.  
16   </li>
17   <li> {@link org.wamblee.crawler.kiss.guide}: Contains the TV guide object model and the
18       classes for searching relevant programs in the guide. 
19   </li>
20   <li> {@link org.wamblee.crawler.kiss.notification}: Contains the classes for 
21      notification. 
22   </li>
23 </ul>
24
25 <!-- Put @see and @since tags down here. -->
26
27 @since -
28
29 </body>
30 </html>