<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>herku-fotografie</title><link>https://herku-fotografie.de/</link><description /><language>de</language><copyright>herku-fotografie</copyright><lastBuildDate>Mon, 31 Aug 2026 05:58:54 Z</lastBuildDate><generator>Zeta Producer 17 17.2.2.0 Home</generator><link rel="self" type="application/rss+xml" href="https://herku-fotografie.de/rss-feed.xml" xmlns="http://www.w3.org/2005/Atom" /><item><guid isPermaLink="true">https://herku-fotografie.de/index.php#a1866</guid><link>https://herku-fotografie.de/index.php#a1866</link><title>Artikel #1866</title><description>&lt;?php 
	if (!function_exists('isDevelopmentServer')){
		function isDevelopmentServer()
		{
			return get_cfg_var('ZP_IS_DEVELOPMENT_SERVER')==='1';
		}
	}
 	if (!function_exists('isProductionServer')){
		function isProductionServer()
		{
			return !isDevelopmentServer();
		}
	}
	if (!function_exists('hidePhpWidget')){
		function hidePhpWidget($showInInternalPreview=false, $showInExternalPreview=false)
		{
			$hideme = false;	
			if ( 'false'=='true' &amp;&amp; $showInInternalPreview==false ){
				$hideme = true;
			}
			else if( isDevelopmentServer() &amp;&amp; 'false'=='false' &amp;&amp; $showInExternalPreview==false ){
				$hideme = true;
			}
			return $hideme;
		}
	}
?&gt;





&lt;div class="zpColumnItem" &gt;
	&lt;div id="a1866" data-article-id="1866" data-zpleid="1866" 
 class="articlearea zpwRSS-Feed" 
	 
	&gt;

	
	

	

&lt;?php if ( hidePhpWidget(true, true) ) { ?&gt;
	

	&lt;div class="zpieInfobox "&gt;
		&lt;strong&gt;RSS-Feed&lt;/strong&gt; 
		
			kann erst in der Live-Version auf dem Webserver angezeigt werden.
		
	&lt;/div&gt;

	&lt;!-- 
&lt;?php } ?&gt;



&lt;?php
    $reqver = '8.2.0';
    $curver = phpversion();
    if (strnatcmp($curver,$reqver) &lt; 0)
    {
        echo( "&lt;p style='color:red; background-color: yellow; font-size:larger'&gt;Bitte aktualisieren Sie PHP auf Version &lt;b&gt;$reqver&lt;/b&gt; (zurzeit: $curver). &lt;a href='http://zeta.li/zp-php-version-check-failed'&gt;Info&lt;/a&gt;&lt;/p&gt;" );
    }
?&gt;


	
		
	&lt;?php
	require_once(dirname($_SERVER["SCRIPT_FILENAME"]) . "/" . "assets/php/rssimport/debug.inc.php");
	require_once(dirname($_SERVER["SCRIPT_FILENAME"]) . "/" . "assets/php/rssimport/config.php");
	error_reporting(E_ALL &amp; ~E_NOTICE);

	if ( DebugConfiguration::$debug )
	{
		error_reporting(E_ALL);
		ini_set('display_startup_errors', 'On');
		ini_set('display_errors', 'On');
	}

	require_once(dirname($_SERVER["SCRIPT_FILENAME"]) . "/" . "assets/php/rssimport/vendor/autoload.php");
	
	$rss = new SimplePie();
	$rss-&gt;set_cache_location(RSS_CACHE_DIR);
	$rss-&gt;set_feed_url('https://herku-fotografie.de/blog/feed/');
	$success = $rss-&gt;init();
	$rss-&gt;handle_content_type();

	$maxArticles = 5;
	$loopCount = 1;
	
	if ( !$success ){
		echo "&lt;p&gt;&lt;b&gt;Fehler&lt;/b&gt; – folgender Fehler trat beim Abrufen der URL https://herku-fotografie.de/blog/feed/ auf: &lt;br /&gt;&lt;pre&gt;$rss-&gt;error&lt;/pre&gt;&lt;/p&gt;";
	}

	foreach ($rss-&gt;get_items() as $item) 
	{
		if ( $maxArticles &lt;=0 || $loopCount &lt;= $maxArticles )
		{
			$loopCount = $loopCount + 1;

			$link = $item-&gt;get_permalink();
			// To avoid warnings, set default timezone if none has been set in php.ini
			if ( !ini_get('date.timezone') ) {
				date_default_timezone_set('Europe/Berlin');
			}
			$date = strtotime($item-&gt;get_date());
			$title = $item-&gt;get_title();
			$body = $item-&gt;get_content();

			// Body vorbereiten.
			$maxLen = 0;
			$printBody = strip_tags($body);
			if ( $maxLen &gt; 0 &amp;&amp; strlen($printBody) &gt; $maxLen )
			{
				$printBody = substr($printBody, 0, $maxLen) . "…";
			}
	?&gt;

		&lt;div class="zp-rss-import-article"&gt;

			
				&lt;div class="zp-rss-import-headline"&gt;
					
						&lt;p&gt;&lt;a href='&lt;?=$link?&gt;'&gt;&lt;?=$title?&gt;&lt;/a&gt;&lt;/p&gt;
					 
				&lt;/div&gt;
			 

			
				&lt;div class="zp-rss-import-date"&gt;
					&lt;?=date("d.m.Y H:i", $date)?&gt;
				&lt;/div&gt;
			 

			 

		&lt;/div&gt;

	&lt;?php
		}
	}
	?&gt;
	
		&lt;script&gt;
			$( document ).ready(function() {
				$z("#a1866 a").each(function(i){
					$(this).attr("target","_blank");
				});
			});
		&lt;/script&gt;
	
	
	
&lt;?php if ( hidePhpWidget(true, true) ) { ?&gt;
--&gt;
&lt;?php } ?&gt;

	&lt;/div&gt;
&lt;/div&gt;



&lt;p&gt;&lt;a href="https://herku-fotografie.de/index.php#a1866"&gt;Lesen Sie den gesamten Artikel&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 30 Dec 2025 17:51:52 Z</pubDate></item><item><guid isPermaLink="true">https://herku-fotografie.de/index.php#a1865</guid><link>https://herku-fotografie.de/index.php#a1865</link><title>Artikel #1865</title><description>



&lt;div class="clearx"&gt;&lt;/div&gt;


&lt;div class="zpColumnItem" &gt;
	&lt;div id="a1865" data-article-id="1865" data-zpleid="1865" 
 class="articlearea zpwTrennlinie zpSO-separator" 
	 
	&gt;

	
	
		&lt;hr class="zpSO-separator" style="display:block;border:none;height:1px;line-height:1px;color:#D0D0D0;background-color:#D0D0D0;margin-top:30px;margin-bottom:30px;" /&gt;	
	

	&lt;/div&gt;
&lt;/div&gt;



&lt;p&gt;&lt;a href="https://herku-fotografie.de/index.php#a1865"&gt;Lesen Sie den gesamten Artikel&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 28 Sep 2025 06:38:59 Z</pubDate></item><item><guid isPermaLink="true">https://herku-fotografie.de/index.php#a1886</guid><link>https://herku-fotografie.de/index.php#a1886</link><title>Demnächst auf dem Blog</title><description>




&lt;div class="zpColumnItem" &gt;
	&lt;div id="a1886" data-article-id="1886" data-zpleid="1886" 
 class="articlearea zpwText" 
	 
	&gt;

	
	
			

	&lt;h3 
	
	  data-zpfieldname="headline"&gt;Demnächst auf dem Blog&lt;/h3&gt;

			



&lt;p&gt;Freut euch auf die nächsten Blogbeiträge&lt;/p&gt;


	

	&lt;/div&gt;
&lt;/div&gt;



&lt;p&gt;&lt;a href="https://herku-fotografie.de/index.php#a1886"&gt;Lesen Sie den gesamten Artikel&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 23 Sep 2025 09:23:50 Z</pubDate></item><item><guid isPermaLink="true">https://herku-fotografie.de/kalender.html#a1710</guid><link>https://herku-fotografie.de/kalender.html#a1710</link><title>Terminkalender</title><description>






&lt;div class="zpColumnItem" &gt;
	&lt;div id="a1710" data-article-id="1710" data-zpleid="1710" 
 class="articlearea zpwVeranstaltungs-bersicht" 
	 
	&gt;

	
	&lt;div id="ec1710" class="eventCalendar calendar" data-icaldl="0" data-show_as_popup="1" data-hide_passed="1" data-num-months="4" data-lang="de" data-venuelabel="Ort" data-genrelabel="Art" data-display="calendar"&gt;

		

	&lt;h1 
	
	  data-zpfieldname="headline"&gt;Terminkalender&lt;/h1&gt;
	
		
		
		&lt;div class="zpCalendarTable"&gt;&lt;/div&gt;

		
		&lt;p class="zpCalendarTableLegend" id="callegendId1710"&gt;
			&lt;span class="legfree"&gt;&lt;/span&gt; = Kein Termin &lt;span class="legbooked"&gt;&lt;/span&gt; = Veranstaltung
		&lt;/p&gt;
		
		&lt;div class="event"&gt;
			&lt;h2 class="name textpad"&gt;&lt;/h2&gt;
			&lt;p class="textpad"&gt;
					&lt;span class="eventdate"&gt;&lt;/span&gt;&lt;br /&gt;
					&lt;span class="venuelabel"&gt;Ort: &lt;/span&gt;&lt;span class="venue"&gt;&lt;/span&gt;&lt;br /&gt;
					&lt;span class="genrelabel"&gt;Art: &lt;/span&gt;&lt;span class="genre"&gt;&lt;/span&gt;
			&lt;/p&gt;
	
			&lt;img src="" width="" height="" alt="" /&gt;
			&lt;p class="caption textpad"&gt;&lt;/p&gt;

			&lt;div class="shortdescription textpad"&gt;
			&lt;/div&gt;
			
			&lt;a href="https://herku-fotografie.de/#" class="close textpad"&gt;✕ Schließen&lt;/a&gt;
		&lt;/div&gt;

&lt;!-- ::ZETA-PRODUCER-NO-COMPRESSION:: --&gt; 
&lt;script id="eo1710" class="zpcalendardata" type="text/json"&gt;
[
		{
			"url": "veranstaltungen.html#a1927",
			"eventnum": "0",
			"name": "Illuminationen Herrenhausen",
			"date_start": "2026-06-19",
			"date_end": "2026-06-19",
			"start": "19:00",
			"endt": "23:00",
			"venue": "",
			"venuelink": "",
			"venuetarget": "",
			"genre": "",
			"caption": "",
			"shortdescription": "&lt;p&gt;!!!Verschoben!!!&lt;/p&gt;&lt;p&gt;Illuminationen Herrenhausen (Wetterbedingt)&lt;/p&gt;",
			"imageId": "",
			"image": "",
			"thumb": "",
			"imageWidth": "",
			"imageHeight": "",
			"thumbnailWidth": "140",
			"uhrString": "Uhr",
			"bisString": "bis"
		},
			{
			"url": "veranstaltungen.html#a1930",
			"eventnum": "1",
			"name": "Eisenbahn Nostalgiefahrt",
			"date_start": "2026-05-09",
			"date_end": "2026-05-10",
			"start": "",
			"endt": "",
			"venue": "",
			"venuelink": "https://www.eisenbahn-nostalgiefahrten-bebra.de/hannover/",
			"venuetarget": "_blank",
			"genre": "",
			"caption": "",
			"shortdescription": "&lt;p&gt;Fotos der Eisenbahn Nostalgiefahrten (Deister Rundfahrten)&lt;/p&gt;",
			"imageId": "",
			"image": "",
			"thumb": "",
			"imageWidth": "",
			"imageHeight": "",
			"thumbnailWidth": "140",
			"uhrString": "Uhr",
			"bisString": "bis"
		}
		

]
&lt;/script&gt;
		
	&lt;/div&gt;

	&lt;/div&gt;
&lt;/div&gt;





&lt;p&gt;&lt;a href="https://herku-fotografie.de/kalender.html#a1710"&gt;Lesen Sie den gesamten Artikel&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 14 Sep 2025 03:33:49 Z</pubDate></item><item><guid isPermaLink="true">https://herku-fotografie.de/index.php#a1753</guid><link>https://herku-fotografie.de/index.php#a1753</link><title>Fotozitat</title><description>




&lt;div class="zpColumnItem" &gt;
	&lt;div id="a1753" data-article-id="1753" data-zpleid="1753" 
 class="articlearea zpwText" 
	 
	&gt;

	
	
			

	&lt;h2 
	
	  data-zpfieldname="headline"&gt;Fotozitat&lt;/h2&gt;

			



&lt;p&gt;Stephan Wiesner&lt;/p&gt;&lt;p&gt;&lt;em&gt;“Ich habe erst wirklich verstanden, was ich da eigentlich mache, als als ich versucht habe gezielt Ideen zu entwickeln und umzusetzen. Das braucht etwas Geduld, bringt die Fotografie aber von einer Spielerei zum Handwerk mit reproduzierbaren Fotos.“&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;


	

	&lt;/div&gt;
&lt;/div&gt;



&lt;p&gt;&lt;a href="https://herku-fotografie.de/index.php#a1753"&gt;Lesen Sie den gesamten Artikel&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 02 Sep 2025 19:47:20 Z</pubDate></item></channel></rss>