summaryrefslogtreecommitdiff
blob: 618f4c0bd2c696a85e370a3af7ee16fa0e0a465a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?
	$str = gettext("BUGS");
	echo "<h4>$str</h4>";
	
	echo "<hr class='pkg_rule' style='margin-bottom: 15px; margin-top: 15px;'/>\n";
	
	echo "<div class='about'>\n";
	echo "<p>First bug is, set up a decent bug tracker.</p>\n";
	echo "<p>In the meantime, here's some known bugs:</p>\n";
	echo "<ul>\n";
	echo "<li> package mask check is too aggressive, overlaps on entries with same package</li>\n";
	echo "<li> import &lt;pkg&gt; reference from metadata for use flag descriptions</li>\n";
	echo "</ul>\n";
	
	echo "</div>\n";
		

?>