From 092f6b1bc736ebab110b9a279f293c5dc6298cdd Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Tue, 14 Mar 2006 21:06:53 +0000 Subject: [PATCH] --- .../conf/stylesheets/channel-overview.xsl | 74 +++++++++++++++++ .../conf/stylesheets/channel-right-now.xsl | 51 ++++++++++++ .../conf/stylesheets/channels-favorites.xsl | 43 ++++++++++ crawler/kiss/conf/stylesheets/identity.xsl | 17 ++++ crawler/kiss/conf/stylesheets/login.xsl | 81 +++++++++++++++++++ .../kiss/conf/stylesheets/program-info.xsl | 53 ++++++++++++ crawler/kiss/conf/stylesheets/utilities.xsl | 42 ++++++++++ crawler/kiss/conf/xml/config.xml | 41 ++++++++++ crawler/kiss/conf/xml/programs.xml | 39 +++++++++ 9 files changed, 441 insertions(+) create mode 100644 crawler/kiss/conf/stylesheets/channel-overview.xsl create mode 100644 crawler/kiss/conf/stylesheets/channel-right-now.xsl create mode 100644 crawler/kiss/conf/stylesheets/channels-favorites.xsl create mode 100644 crawler/kiss/conf/stylesheets/identity.xsl create mode 100644 crawler/kiss/conf/stylesheets/login.xsl create mode 100644 crawler/kiss/conf/stylesheets/program-info.xsl create mode 100644 crawler/kiss/conf/stylesheets/utilities.xsl create mode 100644 crawler/kiss/conf/xml/config.xml create mode 100644 crawler/kiss/conf/xml/programs.xml diff --git a/crawler/kiss/conf/stylesheets/channel-overview.xsl b/crawler/kiss/conf/stylesheets/channel-overview.xsl new file mode 100644 index 00000000..59c807b1 --- /dev/null +++ b/crawler/kiss/conf/stylesheets/channel-overview.xsl @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + right-now + + + evening + + + afternoon + + + noon + + + morning + + + tomorrow + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/crawler/kiss/conf/stylesheets/channel-right-now.xsl b/crawler/kiss/conf/stylesheets/channel-right-now.xsl new file mode 100644 index 00000000..5885f71e --- /dev/null +++ b/crawler/kiss/conf/stylesheets/channel-right-now.xsl @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + program-info + + + + + + + + + + + + + + + diff --git a/crawler/kiss/conf/stylesheets/channels-favorites.xsl b/crawler/kiss/conf/stylesheets/channels-favorites.xsl new file mode 100644 index 00000000..ec9b1d6d --- /dev/null +++ b/crawler/kiss/conf/stylesheets/channels-favorites.xsl @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + channel-overview + + + + + diff --git a/crawler/kiss/conf/stylesheets/identity.xsl b/crawler/kiss/conf/stylesheets/identity.xsl new file mode 100644 index 00000000..ff5ec35a --- /dev/null +++ b/crawler/kiss/conf/stylesheets/identity.xsl @@ -0,0 +1,17 @@ + + + + + + + + + + + + Hello!!! + + + diff --git a/crawler/kiss/conf/stylesheets/login.xsl b/crawler/kiss/conf/stylesheets/login.xsl new file mode 100644 index 00000000..069cb939 --- /dev/null +++ b/crawler/kiss/conf/stylesheets/login.xsl @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + channels-whats-on-now + + + channels-whats-on + + + channels-favorites + + + + shows-whats-on + + + shows-search + + + shows-favorites + + + shows-add-favorite + + + + movies-whats-on + + + + + sports-whats-on + + + + logout + + + manual-recording + + + view-recordings + + + unknown + + + + + + + + + + + + diff --git a/crawler/kiss/conf/stylesheets/program-info.xsl b/crawler/kiss/conf/stylesheets/program-info.xsl new file mode 100644 index 00000000..a47990b1 --- /dev/null +++ b/crawler/kiss/conf/stylesheets/program-info.xsl @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + record + + + + + + + + + + + + diff --git a/crawler/kiss/conf/stylesheets/utilities.xsl b/crawler/kiss/conf/stylesheets/utilities.xsl new file mode 100644 index 00000000..04e4c686 --- /dev/null +++ b/crawler/kiss/conf/stylesheets/utilities.xsl @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/crawler/kiss/conf/xml/config.xml b/crawler/kiss/conf/xml/config.xml new file mode 100644 index 00000000..21531c25 --- /dev/null +++ b/crawler/kiss/conf/xml/config.xml @@ -0,0 +1,41 @@ + + + + + channels-favorites + channels-favorites.xsl + + + + channel-overview + channel-overview.xsl + + + + right-now + channel-right-now.xsl + + + + program-info + program-info.xsl + + + + + http://epg.kml.kiss-technology.com/login_core.php + post + login.xsl + + + + + + + + .* + get + identity.xsl + + + diff --git a/crawler/kiss/conf/xml/programs.xml b/crawler/kiss/conf/xml/programs.xml new file mode 100644 index 00000000..13e4182f --- /dev/null +++ b/crawler/kiss/conf/xml/programs.xml @@ -0,0 +1,39 @@ + + + + star.*gate + + + + battlestar + + + + star trek + + + + shouf shouf + + + + red dwarf + + + + top gear + + + + brainiac + + + + business class + \ + + + lois.*clark + + + -- 2.31.1