How to integrate the feeds in your website
Simple
<?php
$sUrl = "http://en.audiofanzine.com/actinote/rss/a.code,type.html,fn.review.html";
echo file_get_contents($sUrl);
?>
Results
12/12 - Actinote CS 220V03/05 - Actinote CS 220V
<?php
$sUrl = "http://en.audiofanzine.com/actinote/rss/a.code,type.html,fn.review.html";
echo file_get_contents($sUrl);
?>