Return-Path: Delivered-To: apmail-new-httpd-archive@apache.org Received: (qmail 56380 invoked by uid 500); 12 Dec 2000 23:57:13 -0000 Mailing-List: contact new-httpd-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list new-httpd@apache.org Received: (qmail 56336 invoked from network); 12 Dec 2000 23:57:12 -0000 Errors-To: From: "William A. Rowe, Jr." To: Subject: RE: cvs commit: httpd-2.0 CHANGES Date: Tue, 12 Dec 2000 17:57:26 -0600 Message-ID: <004701c06497$48001c60$92c0b0d0@roweclan.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <20001212151720.M8951@lyra.org> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I've considered that, including the regex parsing for substitution. I'll give it extra thought, we needed a 15 minute solution that aggrivated itself to an hour (due to the danged $ parsing within make!) > -----Original Message----- > From: Greg Stein [mailto:gstein@lyra.org] > Sent: Tuesday, December 12, 2000 5:17 PM > To: new-httpd@apache.org > Subject: Re: cvs commit: httpd-2.0 CHANGES > > > How about compiling a teeny little console exe that does the > work? That is > going to be easier to manage than requiring Perl, right? > > Only the rewriting portion would be needed. The copying stuff > around can > probably be done with .BAT files, right? Or if you needed a > bit more logic, > then the little tool can have some switch to perform a > slightly different > function. > > Cheers, > -g > > On Tue, Dec 12, 2000 at 08:59:09PM -0000, > wrowe@locus.apache.org wrote: > > wrowe 00/12/12 12:59:08 > > > > Modified: . CHANGES > > Log: > > Boy, that's alot of shoveling (the snow... really) > > > > Revision Changes Path > > 1.4 +6 -0 httpd-2.0/CHANGES > > > > Index: CHANGES > > > =================================================================== > > RCS file: /home/cvs/httpd-2.0/CHANGES,v > > retrieving revision 1.3 > > retrieving revision 1.4 > > diff -u -r1.3 -r1.4 > > --- CHANGES 2000/12/07 03:32:52 1.3 > > +++ CHANGES 2000/12/12 20:59:06 1.4 > > @@ -1,4 +1,10 @@ > > Changes with Apache 2.0a9 > > + > > + *) Win32 now requires perl to complete the final > install step for users > > + to build + install on Win32. Makefile.win now > rewrites @@ServerRoot@ > > + and installs the conf, htdocs and htdocs/manual directories. > > + [William Rowe] > > + > > *) Make mod_include use a hash table to associate > directive tags with > > functions. This allows modules to implement their > own SSI tags easily. > > The idea is simple enough, a module can insert it's > own tag and function > > > > > > > > -- > Greg Stein, http://www.lyra.org/ >