diff options
author | Steve Dibb <beandog@gentoo.org> | 2010-02-11 20:17:46 -0700 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2010-02-11 20:17:46 -0700 |
commit | 32a7a5f8d8b36ae6acb6e566ff3d371b7a145c4b (patch) | |
tree | f9b8efa8def14998bc8f7a4fed123cc34c98f8db /bugs.php | |
parent | Zero (diff) | |
download | znurt-org-frontend-32a7a5f8d8b36ae6acb6e566ff3d371b7a145c4b.tar.gz znurt-org-frontend-32a7a5f8d8b36ae6acb6e566ff3d371b7a145c4b.tar.bz2 znurt-org-frontend-32a7a5f8d8b36ae6acb6e566ff3d371b7a145c4b.zip |
initial commit
Diffstat (limited to 'bugs.php')
-rw-r--r-- | bugs.php | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/bugs.php b/bugs.php new file mode 100644 index 0000000..618f4c0 --- /dev/null +++ b/bugs.php @@ -0,0 +1,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 <pkg> reference from metadata for use flag descriptions</li>\n"; + echo "</ul>\n"; + + echo "</div>\n"; + + +?>
\ No newline at end of file |