Intended for: http://bugs.php.net/rss/search.php
http://cinco.alphaweb.net/~sarag/search.phps
The idea of the above page is to provide a searchable listing of bugs at
bugs.php.net (similar to /search.php) in RSS form.
The code is essentially what's in /search.php minus the keyword search and
anything related to ordering the results (your RSS client should handle
that) with some changes here and there to make it prettier (to my eye...
code-beautification can be a personal thing so please take no offense).
Note: case-sensitivity is important in this script. But if you take the URL
generated by the original search page and use it as your RSS query that
won't be an issue.
I'd like some feedback before committing it to php-bugs-web. Is there a
glaring insecurity? Is there some feature that's lacking, done
inapprorpiately?
Use Examples:
Bugs assigned to me:
http://bugs.php.net/rss/search.php?assigned=pollita
Critical ZE bugs:
http://bugs.php.net/rss/search.php?status=Critical&&bug_type%5B%5D=Scripting+Engine+problem&bug_type%5B%5D=Zend+Engine+2+problem
Open bugs excluding FR and Doc related:
http://bugs.php.net/rss/search.php?status=Open&&bug_ntype%5B%5D=Feature%2FChange+Request&bug_ntype%5B%5D=Documentation+problem&bug_ntype%5B%5D=Livedocs+problem
etc....