--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html>
+<head>
+ wamblee.org
+</head>
+<body bgcolor="white">
+
+This package contains the object model for the TV guide and the classes for
+searching the TV guide for relevant programs.
+
+<!-- Put @see and @since tags down here. -->
+
+@since -
+
+</body>
+</html>
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html>
+<head>
+ wamblee.org
+</head>
+<body bgcolor="white">
+
+This package contains the crawling logic of the KiSS EPG site as well
+as the configuration classes.
+
+<!-- Put @see and @since tags down here. -->
+
+@since -
+
+</body>
+</html>
--- /dev/null
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html>
+<head>
+ wamblee.org
+</head>
+<body bgcolor="white">
+
+Contains the classes for notifying users of the results of crawling.
+
+<!-- Put @see and @since tags down here. -->
+
+@since -
+
+</body>
+</html>
It provides automatic recording of programs that satisfy criteria specified
by the user.
+The following packages are defined:
+<ul>
+ <li> {@link org.wamblee.crawler.kiss.main}: Contains the crawling functionality and
+ configuration classes.
+ </li>
+ <li> {@link org.wamblee.crawler.kiss.guide}: Contains the TV guide object model and the
+ classes for searching relevant programs in the guide.
+ </li>
+ <li> {@link org.wamblee.crawler.kiss.notification}: Contains the classes for
+ notification.
+ </li>
+</ul>
+
<!-- Put @see and @since tags down here. -->
@since -