From ee32b495ebef56eb7c544460a446c638b176cffa Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Tue, 21 Mar 2006 15:40:27 +0000 Subject: [PATCH] --- crawler/kiss/conf/kiss/programs.xml | 14 ++++ crawler/kiss/conf/kiss/reportToHtml.xsl | 92 ++++++++++++++++++++++++ crawler/kiss/conf/kiss/reportToText.xsl | 96 +++++++++++++++++++++++++ crawler/kiss/conf/kiss/utilities.xsl | 77 +++++++++++++++++++- 4 files changed, 278 insertions(+), 1 deletion(-) create mode 100644 crawler/kiss/conf/kiss/reportToHtml.xsl create mode 100644 crawler/kiss/conf/kiss/reportToText.xsl diff --git a/crawler/kiss/conf/kiss/programs.xml b/crawler/kiss/conf/kiss/programs.xml index ec1355fc..b99436fe 100644 --- a/crawler/kiss/conf/kiss/programs.xml +++ b/crawler/kiss/conf/kiss/programs.xml @@ -1,5 +1,19 @@ + + erik@brakkee.org + erik@brakkee.org + KiSS Crawler Update + + falcon + 25 + + + reportToHtml.xsl + reportToText.xsl + + + horror notify diff --git a/crawler/kiss/conf/kiss/reportToHtml.xsl b/crawler/kiss/conf/kiss/reportToHtml.xsl new file mode 100644 index 00000000..f3901ea3 --- /dev/null +++ b/crawler/kiss/conf/kiss/reportToHtml.xsl @@ -0,0 +1,92 @@ + + + + + + + KiSS crawler report + + +

KiSS crawler report

+ + +

Possibly interesting programs

+ +
+ + No suitable programs found + + + + +
+ + + + + +
+
+
+ + +

+ + + Successfully recorded programs + + + Already recorded programs + + + Programs that could not be recorded for + technical reasons. + + +

+

+ +

+
+ + + + - : + + (/) + + + + +
+ + + +
+ + + + +
+ + + + + + + + + + + +

Category:

+ +
+
+ diff --git a/crawler/kiss/conf/kiss/reportToText.xsl b/crawler/kiss/conf/kiss/reportToText.xsl new file mode 100644 index 00000000..bb5fba22 --- /dev/null +++ b/crawler/kiss/conf/kiss/reportToText.xsl @@ -0,0 +1,96 @@ + + + + + + + KiSS crawler report + + + + + + Possibly interesting programs + + + + + + + + + + + + + + Successfully recorded programs + + + + + Already recorded programs + + + + + Programs that could not be recorded for technical reasons. + + + + + + + + + + + * + - + : + + ( + + / + ) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Category: + + + diff --git a/crawler/kiss/conf/kiss/utilities.xsl b/crawler/kiss/conf/kiss/utilities.xsl index 04e4c686..4e465a0a 100644 --- a/crawler/kiss/conf/kiss/utilities.xsl +++ b/crawler/kiss/conf/kiss/utilities.xsl @@ -12,7 +12,7 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.31.1