Michael Fenimore wrote:
> Maybe the subject line is vague....
> What I would like to know is if there is a way in order for Analog to log on
> a daily basis with the date of that run, (yes, I know it can), and create
> that output file of that date and have an index page created that will show
> those new pages.
> Does this make sense??? :)
> If not, I know I can do it with a PERL script, but was hoping I wouldn't
> have to do that.
> But if need be, then I guess I will have to.
Analog doesn't do this you'll have to do it on your own. But it would only take
a very simple shell script (or Perl script, maybe, if you don't have SSI's
enabled on your site). Essentially you can do something like this:
#!/bin/sh
NOW=`date +%b%d-%H`
/path/to/analog +Ostats-$NOW.html {... other options}
echo \<A HREF="stats-$NOW.html"\>$NOW\</A\> >> index.inc
And your index page includes an SSI like
<!--#include file="index.inc"-->
HTH,
Jeremy Wadsack
Wadsack-Allen Digital Group
------------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/[email protected]/
------------------------------------------------------------------------