Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10695 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27065 invoked by uid 1010); 21 Jun 2004 17:26:29 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 27040 invoked from network); 21 Jun 2004 17:26:29 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 21 Jun 2004 17:26:29 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id i5LHQLr1000751; Mon, 21 Jun 2004 19:26:21 +0200 Date: Mon, 21 Jun 2004 19:26:21 +0200 (CEST) X-X-Sender: derick@localhost To: Jim Winstead cc: Gabor Hojtsy , PHP Developers Mailing List , systems@php.net In-Reply-To: <20040621171340.GA2087@trainedmonkey.com> Message-ID: References: <40D6E426.2050301@hojtsy.hu> <40D6E777.6020506@hojtsy.hu> <40D6E7C5.7000207@hojtsy.hu> <40D6EDEE.7050200@hojtsy.hu> <40D6F0C0.9080607@hojtsy.hu> <20040621171340.GA2087@trainedmonkey.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Re: news.php.net rewrite rules From: derick@php.net (Derick Rethans) On Mon, 21 Jun 2004, Jim Winstead wrote: > 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 http://news.php.net/php.internals/start/10653 it is :) Derick