Exemplo n.º 1
0
	<li><b>date=1</b> : show the commit date
	<li><b>committer=1</b> : show the committer name
	<li><b>time=1</b> : show the commit time
	</ul>
	<p>
	A sample URL is ' . $URL . '?MaxArticles=10&amp;committer=1&amp;time=1&amp;date=1
	</p>

	<P>
	<B>NOTE:</B> - As of 13 November 2003, these parameters are no longer available.  The
	values they obtained are now supplied by default.
	</P>
	</LI>');
$URL = "http://{$ServerName}/backend/sidebar.php";
$HREF = "<A HREF=\"{$URL}\">{$URL}</A>";
$page->addBodyContent('
	<LI>A Netscape 6, SideBar type feed : ' . $HREF . '.  This can be added
		to your browser using the button in the right hand column of this page.</LI>');
$URL = "http://{$ServerName}/backend/ports-new.php";
$HREF = "<A HREF=\"{$URL}\">{$URL}</A>";
$page->addBodyContent('
	<li><p>An RSS feed that lists only new ports:  ' . $HREF . ' </p></li>

	<li><p>A Personal News feed for each of your watch lists. Look for the link under
		the <code>Login</code> box after you have logged in.</li>

	<li><p>The blog for this website, <a href="http://news.freshports.org/">FreshPorts News</a>.

	</OL>');
$page->display();