summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2010-02-11 20:17:46 -0700
committerSteve Dibb <beandog@gentoo.org>2010-02-11 20:17:46 -0700
commit32a7a5f8d8b36ae6acb6e566ff3d371b7a145c4b (patch)
treef9b8efa8def14998bc8f7a4fed123cc34c98f8db /requests.php
parentZero (diff)
downloadznurt-org-frontend-32a7a5f8d8b36ae6acb6e566ff3d371b7a145c4b.tar.gz
znurt-org-frontend-32a7a5f8d8b36ae6acb6e566ff3d371b7a145c4b.tar.bz2
znurt-org-frontend-32a7a5f8d8b36ae6acb6e566ff3d371b7a145c4b.zip
initial commit
Diffstat (limited to 'requests.php')
-rw-r--r--requests.php41
1 files changed, 41 insertions, 0 deletions
diff --git a/requests.php b/requests.php
new file mode 100644
index 0000000..8864e60
--- /dev/null
+++ b/requests.php
@@ -0,0 +1,41 @@
+<?
+
+ echo "<h4>feature requests</h4>";
+
+ echo "<hr class='pkg_rule' style='margin-bottom: 15px; margin-top: 15px;'/>\n";
+
+ echo "<div class='about'>\n";
+ echo "<p>There are a lot of planned features for the site. If you don't see what you want added here, please feel free to <a href='http://wonkabar.org/contact-me'>contact me</a> and I'll let you know if it's viable or not.</p>\n";
+ echo "<p>Meanwhile, here's the ones that are going to go in sooner or later:</p>\n";
+ echo "<ul>\n";
+ echo "<li> new packages page, feed for all arches</li>\n";
+ echo "<li> compact version of the website</li>\n";
+ echo "<li> text-browser version of the website</li>\n";
+ echo "<li> XML API</li>\n";
+ echo "<li> browse by keyword status (stable, unstable, masked)</li>\n";
+ echo "<li> new ebuilds section and feeds (version bumps)</li>\n";
+ echo "<li> links to downloads in SRC_URI</li>\n";
+ echo "<li> display / search herds, maintainers</li>\n";
+ echo "<li> advanced search</li>\n";
+ echo "<li> view ebuild source</li>\n";
+ echo "<li> type-ahead find in search</li>\n";
+ echo "<li> \"last updated\" display</li>\n";
+ echo "<li> similar search on packages (maybe)</li>\n";
+ echo "<li> GLSA integration</li>\n";
+ echo "<li> portage profiles</li>\n";
+ echo "<li> track deleted ebuilds</li>\n";
+ echo "<li> display dates in client's timezone</li>\n";
+ echo "<li> direct link to open a new bug and assign to maintainer</li>\n";
+ echo "<li> display reason for package mask</li>\n";
+// echo "<li> </li>\n";
+// echo "<li> </li>\n";
+// echo "<li> </li>\n";
+ echo "<li> display status of import run</li>\n";
+ echo "<li> database dumps</li>\n";
+ echo "<li> open source website</li>\n";
+ echo "</ul>\n";
+
+ echo "</div>\n";
+
+
+?> \ No newline at end of file