Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10694 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78501 invoked by uid 1010); 21 Jun 2004 17:13:42 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 78438 invoked from network); 21 Jun 2004 17:13:41 -0000 Received: from unknown (HELO vali.trainedmonkey.com) (66.250.128.129) by pb1.pair.com with SMTP; 21 Jun 2004 17:13:41 -0000 Received: (qmail 9110 invoked by uid 1000); 21 Jun 2004 17:13:40 -0000 Date: Mon, 21 Jun 2004 10:13:40 -0700 To: Gabor Hojtsy Cc: Derick Rethans , PHP Developers Mailing List , systems@php.net Message-ID: <20040621171340.GA2087@trainedmonkey.com> References: <40D6E426.2050301@hojtsy.hu> <40D6E777.6020506@hojtsy.hu> <40D6E7C5.7000207@hojtsy.hu> <40D6EDEE.7050200@hojtsy.hu> <40D6F0C0.9080607@hojtsy.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40D6F0C0.9080607@hojtsy.hu> User-Agent: Mutt/1.3.28i Subject: Re: [PHP-DEV] Re: news.php.net rewrite rules From: jimw@apache.org (Jim Winstead) On Mon, Jun 21, 2004 at 04:29:20PM +0200, Gabor Hojtsy wrote: > >>>>>cvs.php.net/php-master-web has the code (index.php, group.php, etc). > >>>>>These print out the links. > >>>> > >>>>Uhm, ehm, php-news-web > >>> > >>>I see. Well, go ahead i'd say ;-) > >> > >>Could you please make the rewrite work without the post number (ie. only > >>the group name: http://news.php.net/php.internals) to map to the gruop > >>post list. It does not seem to work now. > > > >How should we do the prev and next for post listings with short urls? > > Currently the code passes over a post number from which the page lists > the 20 next entries. So it can be something like > //page/ or similar... why? just set it up to use a parameter. http://lists.php.net/php.internals?start=10653 jim