X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/3080864c4cd697bd083f9fd0315f0ffababd593d..2cdc2cb95e16975c4d210f8cebcc8b04a43b79ad:/nieuws/feed/index.php diff --git a/nieuws/feed/index.php b/nieuws/feed/index.php new file mode 100644 index 0000000..eff9203 --- /dev/null +++ b/nieuws/feed/index.php @@ -0,0 +1,47 @@ +'; +$siteref = 'http://'.$_SERVER['HTTP_HOST']; +?> + + + Lijtweg.nl + Nieuwsberichten + + + + Lijtweg + $page) { + $article = new ArchiveArticle($page); + if (!$i) { + // feed metadata from top (most recent) article + print "\t{$article->lastiso}\n"; + } +?> + + + link ?> + + <?= $article->title ?> + dateiso ?> + lastiso ?> + body) ?> +thumb) { + printf("\t\t".''."\n", + 'image/jpeg', filesize($article->thumb), "$siteref/{$article->thumb}" + ); + } +?> + + + +