From 849eab4517d66d22dc53aaaac27302704018cee3 Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Sun, 30 Apr 2006 21:13:19 +0000 Subject: [PATCH] --- .../conf/kiss/org.wamblee.crawler.properties | 17 +++++++++++++++++ .../kiss/src/org.wamblee.crawler.properties.xml | 14 ++++++++++++++ .../kissweb/src/org.wamblee.crawler.properties | 17 +++++++++++++++++ 3 files changed, 48 insertions(+) create mode 100644 crawler/kiss/conf/kiss/org.wamblee.crawler.properties create mode 100644 crawler/kiss/src/org.wamblee.crawler.properties.xml create mode 100644 crawler/kissweb/src/org.wamblee.crawler.properties diff --git a/crawler/kiss/conf/kiss/org.wamblee.crawler.properties b/crawler/kiss/conf/kiss/org.wamblee.crawler.properties new file mode 100644 index 00000000..c9d30ec9 --- /dev/null +++ b/crawler/kiss/conf/kiss/org.wamblee.crawler.properties @@ -0,0 +1,17 @@ + + +############################################################################ +# Mail server configuration +############################################################################ +org.wamblee.crawler.smtp.host=falcon +org.wamblee.crawler.smtp.port=25 +org.wamblee.crawler.smtp.username= +org.wamblee.crawler.smtp.password= + +############################################################################ +# Mail notification configuration +############################################################################ +org.wamblee.crawler.notification.from=kiss@wamblee.org +org.wamblee.crawler.notification.to=erik@brakkee.org +org.wamblee.crawler.notification.subject=Recording summary for today + \ No newline at end of file diff --git a/crawler/kiss/src/org.wamblee.crawler.properties.xml b/crawler/kiss/src/org.wamblee.crawler.properties.xml new file mode 100644 index 00000000..e92b028d --- /dev/null +++ b/crawler/kiss/src/org.wamblee.crawler.properties.xml @@ -0,0 +1,14 @@ + + + + + + + + + org.wamblee.crawler.properties + + + + \ No newline at end of file diff --git a/crawler/kissweb/src/org.wamblee.crawler.properties b/crawler/kissweb/src/org.wamblee.crawler.properties new file mode 100644 index 00000000..c9d30ec9 --- /dev/null +++ b/crawler/kissweb/src/org.wamblee.crawler.properties @@ -0,0 +1,17 @@ + + +############################################################################ +# Mail server configuration +############################################################################ +org.wamblee.crawler.smtp.host=falcon +org.wamblee.crawler.smtp.port=25 +org.wamblee.crawler.smtp.username= +org.wamblee.crawler.smtp.password= + +############################################################################ +# Mail notification configuration +############################################################################ +org.wamblee.crawler.notification.from=kiss@wamblee.org +org.wamblee.crawler.notification.to=erik@brakkee.org +org.wamblee.crawler.notification.subject=Recording summary for today + \ No newline at end of file -- 2.31.1