(no commit message)
authorErik Brakkee <erik@brakkee.org>
Thu, 16 Mar 2006 21:54:50 +0000 (21:54 +0000)
committerErik Brakkee <erik@brakkee.org>
Thu, 16 Mar 2006 21:54:50 +0000 (21:54 +0000)
crawler/basic/src/org/wamblee/crawler/impl/package.html [new file with mode: 0644]
crawler/basic/src/org/wamblee/crawler/package.html [new file with mode: 0644]
crawler/kiss/src/org/wamblee/crawler/kiss/package.html [new file with mode: 0644]

diff --git a/crawler/basic/src/org/wamblee/crawler/impl/package.html b/crawler/basic/src/org/wamblee/crawler/impl/package.html
new file mode 100644 (file)
index 0000000..810b94e
--- /dev/null
@@ -0,0 +1,15 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html>
+<head>
+    Dragon
+</head>
+<body bgcolor="white">
+
+This package provides the implementations of the web crawler interfaces.
+
+<!-- Put @see and @since tags down here. -->
+
+@since -
+
+</body>
+</html>
diff --git a/crawler/basic/src/org/wamblee/crawler/package.html b/crawler/basic/src/org/wamblee/crawler/package.html
new file mode 100644 (file)
index 0000000..dd29804
--- /dev/null
@@ -0,0 +1,15 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html>
+<head>
+    Dragon
+</head>
+<body bgcolor="white">
+
+This package provides the basic interfaces for a web crawler. 
+
+<!-- Put @see and @since tags down here. -->
+
+@since -
+
+</body>
+</html>
diff --git a/crawler/kiss/src/org/wamblee/crawler/kiss/package.html b/crawler/kiss/src/org/wamblee/crawler/kiss/package.html
new file mode 100644 (file)
index 0000000..3cba092
--- /dev/null
@@ -0,0 +1,17 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html>
+<head>
+    Dragon
+</head>
+<body bgcolor="white">
+
+This package provides a crawler for the KiSS electronic program guide.
+It provides automatic recording of programs that satisfy criteria specified
+by the user.
+
+<!-- Put @see and @since tags down here. -->
+
+@since -
+
+</body>
+</html>