Example #1
0
        <div class="row">
            <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
                <div class="post-preview">
                    <a href='https://uwaterloo.ca/events/events'>
                        <h1 class="post-title">
                            Upcoming Events
                        </h1>
                        <br>
                    </a>
                    <hr>
                </div>
    <?php 
include 'rss.php';
$feed_url = 'https://uwaterloo.ca/events/events/events.xml';
$feedlist = new rss($feed_url);
$feeds = $feedlist->display(10, "Upcoming Events");
echo $feeds;
?>
            </div>
        </div>
    </div>

    <hr>

    <!-- Footer -->
    <footer>
        <div class="container">
            <div class="row">
                <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
                    <p class="copyright text-muted">Copyright &copy; UW Events 2016</p>
                    <p class="copyright text-muted">Created by: Jonathan Donas, Ryan Newman, Rolina Wu, Neo Chen and Wang Yang</p>
 <tr>
 <td>
  <?php 
include 'rssclass.php';
$feedlist = new rss('http://www.kompas.com/getrss/all');
echo $feedlist->display(9, "Terserah Kita Bos! - KompaS");
?>
	</td>
	</tr>
	</table>
	
	<table>
	<tr>
	<td> 
	
<?php 
$feedlist = new rss('http://rss.detik.com/');
echo $feedlist->display(9, "Terserah Kita Bis! - DetiK");
?>
 
</td>
</tr>
</table>


    </div>
	
     
	
  </body>
</html>
Example #3
0
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>

<body>

<div>
 <table cellspacing="100" style="width:100%">
  <tr>
  <?php 
include "takefeed.php";
$feedlist = new rss('http://updates.collegespace.in/feed/');
$fullfeed = $feedlist->display(4, "updates");
$frag = explode('<class>', $fullfeed);
echo '<th>' . $frag[1] . '</th>' . '<th>' . $frag[2] . '</th>' . '<th>' . $frag[3] . '</th>' . '<th>' . $frag[4] . '</th>';
?>
 
  
  </tr>
  </table>
  </div>

</body>
</html>
Example #4
0
}
?>
"><div><div class="cbp-so-side-center"><span><?php 
echo chiffres;
?>
</span></div><div class="col25"><div class="mainText">0</div><div class="subText"><?php 
echo f004;
?>
</div></div><div class="col25"><div class="mainText">0</div><div class="subText"><?php 
echo f001;
?>
</div></div><div class="col25"><div class="mainText">0</div><div class="subText"><?php 
echo f003;
?>
</div></div><div class="col25"><div class="mainText">0</div><div class="subText"><?php 
echo f002;
?>
</div></div></div></div></section><section id="articles-blog"><div class="wrapper"><div class="cbp-so-side-center"><span><?php 
echo actus;
?>
</span></div><?php 
$feedlist = new rss('http://www.weblib.fr/blog/feed/');
echo $feedlist->display(4, "blog");
?>
</div></section><section id="twitter"><div class="wrapper"><div id="tweets"></div></div></section><?php 
include 'footer.php';
?>
</div></div><script type="text/javascript" src="dist/js/weblib.min.js"></script><script type="text/javascript" src="dist/js/global_functions.min.js"></script><?php 
require_once 'footer_tracking.php';
?>
</body></html>
Example #5
0
.feeds-links
{
	text-align:left;
	padding:5px;
	border:1px solid #dedede;
}

.footer
{
	font-size:11px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;	  
}
</style>
</head>
<body>
<div>
	<?php 
include 'rssclass.php';
$feedlist = new rss('http://feeds2.feedburner.com/9lesson');
echo $feedlist->display(20, "9lessons");
$feedlist = new rss('http://feeds.feedburner.com/nettuts');
echo $feedlist->display(9, "Nettuts");
$feedlist = new rss('http://feeds.labnol.org/labnol');
echo $feedlist->display(9, "Labnol");
?>
 
</div>
</body>
</html>
Example #6
0
<html>
<head>
	<title>Planet</title>
  <link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div>
  <?php 
include 'rssclass.php';
$feedlist = new rss('http://somsubhrabairi.blogspot.com/feeds/posts/default?alt=rss');
echo $feedlist->display(10, "Somsubhra");
?>
 
  </div>
</body>
</html>