<? header('Content-Type: text/xml; charset=iso-8859-2'); ?>
<?xml version="1.0" encoding="iso-8859-2"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
 
  <channel>

	<atom:link href="http://budaors.lutheran.hu/podcast.php" rel="self" type="application/rss+xml" />
  
    <title>Buda�rsi Evang�likus Gy�lekezet - Igehirdet�sek</title>
    <description>Az elhangzott igehirdet�sek PodCastja</description>
    <link>http://budaors.lutheran.hu</link>
    <language>hu-HU</language>


<?


$kk=0;
$konyvtar=opendir("./felvetelek");

while (($a=readdir($konyvtar))==true) {
	if ($a != ".." and $a != ".") {
		$tomb[] = $a;
	}
}

sort($tomb);


$tomb = array_reverse($tomb);

	// echo "b_txt += \"<tr><td width='100%'><a href='http://budaors.lutheran.hu/felvetelek/".rawurlencode($a)."'>".str_replace('"','\\"',$a)."</a></td><td align='right'>".round(filesize("./felvetelek/".$a)/1024/1024,2)."MB</td></tr>\";\n";


	
$i = 0;
foreach($tomb as $a) {  $i++; if($i>=15) break; ?>

	<item>
		<title></title>
		<link>http://budaors.lutheran.hu/felvetelek/</link>
		<guid>http://budaors.lutheran.hu/felvetelek/</guid>
		<description></description>

		<enclosure url="http://budaors.lutheran.hu/felvetelek/" length="716" type="audio/mpeg"/>
		<category>Podcasts</category>
		<pubDate>Thu, 11 Jun 2026 11:00:00 +0200</pubDate>


	</item>


<?
}

?>


</channel>

</rss>