yaz/commit

latest news

authorMichiel Hildebrand
Thu Feb 10 13:50:29 2011 +0100
committerMichiel Hildebrand
Thu Feb 10 13:50:29 2011 +0100
commite8cff415dee20f0dd808f5352e7dd27b70e3934c
treea9f167085c6140931c896ba9c8a54e6346401f3a
parentce582e79b4cea50bed8c20ea7e221db6ac6627f1
Diff style: patch stat
diff --git a/applications/yaz_game.pl b/applications/yaz_game.pl
index c2b6062..700d8a7 100644
--- a/applications/yaz_game.pl
+++ b/applications/yaz_game.pl
@@ -53,6 +53,11 @@
 :- rdf_meta
         cond_object_assert(r,r,o,r).
 
+channel('http://nos.nl/uitzending/32556-nos-journaal-1000-uur.html',
+	video('nos_journaal_10022011.flv'),
+	'NOS journaal 10 Feb 2011',
+	435).
+
 channel('http://www.openbeelden.nl/media/17674/Nederlandse_ontwikkelingshulp_voor_Indonesiƫ__sanering_waterhuishouding',
 	video('openbeelden1.flv'),
 	'Nederlandse ontwikkelingshulp voor Indonesia',
diff --git a/applications/yaz_new_user.pl b/applications/yaz_new_user.pl
index c54932e..3380ebd 100644
--- a/applications/yaz_new_user.pl
+++ b/applications/yaz_new_user.pl
@@ -19,8 +19,11 @@
 :- http_handler(root(p1), http_yaz_p1, []).
 :- http_handler(root(p2), http_yaz_p2, []).
 
+video(1, 'http://nos.nl/uitzending/32556-nos-journaal-1000-uur.html').
+
+% video(1,
+% 'http://nos.nl/video/217191-het-nieuws-in-60-seconden-1430-uur.html').
 
-video(1, 'http://nos.nl/video/217191-het-nieuws-in-60-seconden-1430-uur.html').
 video(2, 'http://www.openbeelden.nl/media/17674/Nederlandse_ontwikkelingshulp_voor_Indonesiƫ__sanering_waterhuishouding').
 % video(3,
 % 'http://www.openbeelden.nl/media/17260/Indische_tentoonstelling_voor_de_Nederlandse_jeugd').