Dominik Paulus
Klip: Dominik Paulus / Content: Wikipedia, http://en.wikipedia.org
mail(at)dpaulus(dot)de
http://www.dpaulus.de
Wikipedia - On this day
dpwpan20070326100
1.0
03/26/2007
Wikipedia - On this day. Selected anniversaries from history.
wikipedia free encyclopedia history past anniversary anniversaries article english
http://en.wikipedia.org
http://www.dpaulus.de/feeds/WikiAnniversaries.rss
http://www.dpaulus.de/filebase/klips/wikipedia_icon.gif
http://www.dpaulus.de/filebase/klips/wikipedia_bannerEN.gif
http://klips.dpaulus.de
http://www.dpaulus.de/filebase/klips/wikipediaENAnniversaries.klip
60
dpwpan20070326100
de
en
Loading: Wikipedia - On this day ...
No new items
Setup.addTab ("Information");
Setup[0].addText ("About this Klip:");
Setup[0].addSpacer(true);
Setup[0].addText ("Source: en.wikipedia.org");
Setup[0].addText ("Klip: mail@dpaulus.de");
Setup[0].addSpacer(true);
Setup[0].addText ("More information and support you'll find here:");
var help = Setup[0].addButton("Klip Help Center");
help.url = "http://klips.dpaulus.de";
Setup[0].addSpacer(true);
Setup[0].addText ("Copyright:");
Setup[0].addText("Content is licensed under the GNU Free Documentation License (http://www.dpaulus.de/feeds/fdl.txt). It uses material from the Wikipedia article http://en.wikipedia.org/wiki/Wikipedia:Selected_anniversaries.");
var wikibut = Setup[0].addButton("Wikipedia");
wikibut.url = "http://en.wikipedia.org";
var gnubut = Setup[0].addButton("GNU-License");
gnubut.url = "http://www.dpaulus.de/feeds/fdl.txt";
function onRefresh ()
{
cs = Prefs.contentsource;
if (cs)
{
req = Engines.HTTP.newRequest (cs);
ref = Prefs.referer;
if (ref)
{
req.headers = 'Referer: ' + ref + '\n';
}
if (req.send ())
{
Items.purge();
if(Engines.KlipFood.process (req.response))
{
return true;
}
}
}
return false;
}
]]>