on 7/31/01 4:07 PM, Rob Genovesi at [EMAIL PROTECTED] spake:
> 
>>> Ok, I'll try to get it done this week.  The next question is, should
>>> anything be in the header/footer files by default?  If anything, I would
>>> probably want to put this in the header:
>> 
>> The footer sounds like a perfect place to put our new version tag.  I would
>> not object at all to some credits in a footer file either (people who
>> really don't want it there can always just go take it out).

Ok, these changes were really easy.  Try out this patch if you want, and
please submit comments.  Here's how to apply:

cd qmailadmin-0.70
lynx --source http://shupp.org/patches/0.70ac1.patch.gz | patch -p0
./configure
make install-strip

Here's what the patch does:

1. creates html/header.html and html/footer.html.  Everything up to and
including "<h2>##S</h2>" are in the header.  In the footer is
"</BODY></HTML>".  These same tags are removed from all other html files.
Seems to work pretty well for me.

2. Adds a new hook "##V" to display package name and version.  As an
example, I have this already in header.html: <!-- ##V -->
So be warned!  This shouldn't be in there by default, but I just put it in
this patch as an example.

3. Increments version number to 0.70ac1.

Cheers,

Bill Shupp

Reply via email to