(no commit message)
authorerik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Tue, 21 Mar 2006 19:14:04 +0000 (19:14 +0000)
committererik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Tue, 21 Mar 2006 19:14:04 +0000 (19:14 +0000)
crawler/kiss/src/org/wamblee/crawler/kiss/guide/package.html [new file with mode: 0644]
crawler/kiss/src/org/wamblee/crawler/kiss/main/package.html [new file with mode: 0644]
crawler/kiss/src/org/wamblee/crawler/kiss/notification/package.html [new file with mode: 0644]
crawler/kiss/src/org/wamblee/crawler/kiss/package.html

diff --git a/crawler/kiss/src/org/wamblee/crawler/kiss/guide/package.html b/crawler/kiss/src/org/wamblee/crawler/kiss/guide/package.html
new file mode 100644 (file)
index 0000000..5f9643f
--- /dev/null
@@ -0,0 +1,16 @@
+<!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>
diff --git a/crawler/kiss/src/org/wamblee/crawler/kiss/main/package.html b/crawler/kiss/src/org/wamblee/crawler/kiss/main/package.html
new file mode 100644 (file)
index 0000000..79b98c3
--- /dev/null
@@ -0,0 +1,16 @@
+<!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>
diff --git a/crawler/kiss/src/org/wamblee/crawler/kiss/notification/package.html b/crawler/kiss/src/org/wamblee/crawler/kiss/notification/package.html
new file mode 100644 (file)
index 0000000..e685c6a
--- /dev/null
@@ -0,0 +1,15 @@
+<!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>
index a11d61bfa1ce291fadfc84489653eaa225b2a68a..91bbeabda1006fe7d4258d12e7fb656540e8d2dc 100644 (file)
@@ -9,6 +9,19 @@ This package provides a crawler for the KiSS electronic program guide.
 It provides automatic recording of programs that satisfy criteria specified
 by the user.
 
 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 -
 <!-- Put @see and @since tags down here. -->
 
 @since -