Example #1
0
<TR>
<?php 
echo freshports_PageBannerText("What do these symbols mean?");
?>
</TR>

	<TR><TD>
	There are a few symbols you will see in this website.
	<BLOCKQUOTE>
	<P><?php 
echo freshports_New_Icon();
?>
		New: This port has been recently added.  A port is marked as new for 10 days.</P>

	<P><a name="forbidden"><?php 
echo freshports_Forbidden_Icon();
?>
</a>
		Forbidden: The port is marked as forbidden.  If you view the port details,
		you will see why.  Most often, it is because of a security exploit. Packages for a forbidden port are not built
        by the package cluster.  Therefore, <code>pkg install</code> will not work.</P>

	<P><a name="broken"><?php 
echo freshports_Broken_Icon();
?>
</a>
		Broken: The port is marked as broken.  Perhaps it won't compile.  Maybe
		it doesn't work under FreeBSD right now.  If you view the port details,
		you will see the reason why. Packages for a broken port are not built
        by the package cluster.  Therefore, <code>pkg install</code> will not work.</P>
Example #2
0
function freshports_Forbidden_Icon_Link($HoverText = '')
{
    return '<a href="/' . FAQLINK . '#forbidden">' . freshports_Forbidden_Icon($HoverText) . '</a>';
}