I just added a rewrite rule to the http://news.php.net site which makes: http://news.php.net/<group>/<articlenr> into: http://news.php.net/article.php?group=<group>&article=<articlenr>
which gives much nicer URLs, like: http://news.php.net/php.internals/9828
Should I update the code to emit these kind of URLs? I have not seen you doing it...
I'm not sure how to. I think it involves changing the news grabbing code and that's part of columbus.
cvs.php.net/php-master-web has the code (index.php, group.php, etc). These print out the links.
Goba
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php