Why use RSS-Feed?

In contrast to common HTML websites, the RSS-Feed displays content by producing an XML file, from which you can easily copy content and use it elsewhere. There are basically two uses for the RSS-Feed:

1. Receive our news via RSS-Reader

RSS offers a convenient alternative to the common email newsletter - it is entirely anonymous and free of spam. All you have to do is either use rss-services on the web or download an RSS Reader, for instance: RssReader. Simply enter the URL of our Feed (http://openpr.com/rss.php) into your reader and the Feed function will automatically be set up.

1.1 Categories

Of course you can also select single categories to be displayed via RSS Feed:

2. Use our current news on your website

All you need for integrating our current news onto your website are the following small PHP codes:

<?php
$rdffile = "http://www.openpr.com/rss/rss.xml"; //UTF-8 Format
$content = implode ("", file ($rdffile));
preg_match_all("/(.*)<\/item>/Uis",$content, $items);
for ($i=0;$i < count($items[1]);$i++)
{
  	$pat = 	"(.*)<\/title>.*<description>\s*<\!\[CDATA\[(.*)\]\]>\s*<\/description>.*<link>(.*)<\/link>";

	preg_match_all("/".$pat."/Uis", $items[1][$i], $regs);

	echo "<a href='".$regs[3][0]."?SID=7916fea083677199fdcd20e214b549af'>".$regs[1][0]."</a><br>".strip_tags($regs[2][0])."<br><br>\n";
}						
?>
</pre>
					</td>
				</tr>
			</table>
			<br>
The result you get may look like this - though probably much neater, since the formatting is entirely in your hands.
It is as easy as that - no wonder this format is called "Really Simple Syndication" ;-)
		</td>
	</tr>
	<tr>
		<td align="center"><br>
			<a href="http://www.rss-scout.de" title="RSS Newsfeeds Verzeichnis RSS-Scout.de" target="_blank"><img src="http://www.rss-scout.de/images/rss-scout-klein.gif" alt="RSS Newsfeeds Verzeichnis RSS-Scout - suchen und finden" height="30" width="100" border="0"/></a>
			 
			<A HREF="http://www.rss-nachrichten.de" TITLE="RSS Verzeichnis auf rss-nachrichten.de" TARGET="_blank"><IMG SRC="http://www.rss-nachrichten.de/img/rss_aufgenommen.gif" ALT="RSS Verzeichnis aufrss-nachrichten.de" BORDER="0" WIDTH="100" HEIGHT="30"></A>
		</td>
	</tr>
	<tr>
		<td><br><b>Please note, though, that it is not permitted to copy texts without linking them to the articles on our website.</b></td>
	</tr>
	<tr>
		<td class="google_ad"><script type="text/javascript">
<!--
google_ad_client = "pub-8084160275793020";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
google_ad_channel = "0708564438";
google_color_border = "ffffff";
google_color_bg = "ffffff";
google_color_link = "CA6908";
google_color_url = "000000";
google_color_text = "000000";
//-->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</td>
	</tr>
	<tr>
		<td>
			<table cellpadding="0" cellspacing="0" border="0" width="100%" style="border:1px solid #cccccc;font-size:10px;">
				<tr>
					<td align="center">
						<table cellpadding="0" cellspacing="0" border="0">
							<tr>
								<td height="20"><a class="pr_nav" href="#top">Top</a></td>
								<td style="padding-top:4px;"><img border="0" src="/images/smalltop.gif" width="5" height="3" alt="top" title="top"></td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
		</td>
	</tr>
</table>				</div>
			
				<div class="totop">
					<a class="pr_nav" href="#top">To top <img border="0" src="/images/icons/oben.gif" width="8" height="5" alt="To top" title="To top"></a>
				</div>
				
				<div class="copyright">
					© openPR 2012 | <a href="/news/imprint.html?SID=7916fea083677199fdcd20e214b549af">Imprint</a>
				</div>
			
			</div>
			
			<div class="right">
				
				<div class="sidebox">
				<form style="margin:0;" action="/news/searchresult.html" method="POST" name="recherche"><input type="hidden" name="SID" value="7916fea083677199fdcd20e214b549af" />
					<input name="kw" class="inputfield" style="width:150px;" value="Search" onClick="document.forms['recherche'].elements['kw'].value='';"></td>
					<input name="search" class="button" style="width:36px;" type="submit" value="go">
				</form>
			</div> 
				
								<div class="sidebox">
						<!-- Wide Skyscraper (160 x 600) -->
						<script type="text/javascript"><!--
						google_ad_client = "ca-pub-8084160275793020";
						/* openPR.com Wide Skyscraper (160 x 600) */
						google_ad_slot = "8068574852";
						google_ad_width = 160;
						google_ad_height = 600;
						//-->
						</script>
						<script type="text/javascript"
						src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
						</script>
					</div>
								
									
					
					<div class="sidebox" align="center">
			<a style="line-height:16px;text-decoration:none;font-size:11px;" target=_blank href="http://news.google.com/news?hl=en&lr=&ie=UTF-8&c2coff=1&tab=wn&q=openpr&scoring=d">Your	Press Releases on<br><b>Google News</b></a>
			</div>

							
				
			</div>
			
		</div>
		
		
<script type="text/javascript">
		  var _gaq = _gaq || [];
		  _gaq.push(['_setAccount', 'UA-18080315-2']);
		  _gaq.push(['_gat._anonymizeIp']);
		  _gaq.push(['_trackPageview']);
		
		  (function() {
		    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
		    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
		    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
		  })();
		
		</script>
		
		<!-- Piwik --> 
		<script type="text/javascript">
		var pkBaseURL = (("https:" == document.location.protocol) ? "https://stats.openpr.net/" : "http://stats.openpr.net/");
		document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
		</script><script type="text/javascript">
		try {
		var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 2);
		piwikTracker.trackPageView();
		piwikTracker.enableLinkTracking();
		} catch( err ) {}
		</script><noscript><p><img src="http://stats.openpr.net/piwik.php?idsite=2" style="border:0" alt="" /></p></noscript>
		<!-- End Piwik Tracking Code -->
	
	</body>
</html>