!7
html {
ret serveFile(theFile());
}
p {
if (!fileExists(theFile())) thread { update(); }
atTheStartOfEveryHour(r update);
}
void update {
saveTextFileIfNotNull(theFile(), loadPage("http://tinybrain.de:8080/tb/snippets.php?reverse=1&longlist=1&withmd5=1"));
}
static File theFile() { ret programFile("public-snippets.html");