[Slogger] Saving items into a specific directory
Ken Schutte
kschutte at csail.mit.edu
Thu May 4 14:25:13 EDT 2006
Yes, that looks like it will work. It is obviously too confusing right
now since the "save page" and "log file" options are set independently,
but most setups will want them to depend on each other.
The one maybe easier way to do it is to change $sloggerDir (which both
use by default) so you only need one change. but you have to use
"about:config" to do so - there's not a control in the settings dialog
right now...
Ken
D 999 wrote:
> Hi there,
>
> I just upgraded to the latest slogger and had a heck of a time figuring
> out how
> to get stuff to save into a specific folder on the hard drive. After
> much experimentation,
> I came up with this (It seems to mimic how the older slogger works)
>
> If I'm doing this the hard way, let me know.
>
>
> I want to save to folder h:\slogger\
>
> so for the Save Pages tab:
>
> folder: H:\slogger\data\$year-$month-$day
> filename: $year-$month-$day_$hour-$minute-$second-$millisecond.$typeext
>
> and the LogFile tab:
>
> folder: h:\slogger\
> filename: sloggerLog-$year-$month-$day.html
> entry:
> <tr class="c2">
> <td>$year-$month-$day $hour:$minute:$second.$millisecond</td>
> <td class="title">$title</td>
> <td><a href="$url">url</a></td>
> <td><a
> href="./data/$year-$month-$day/$year-$month-$day_$hour-$minute-$second-$millisecond.$typeext">local</a></td>
>
> </tr>
>
> _________________________________________________________________
> Express yourself instantly with MSN Messenger! Download today - it's
> FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
>
> _______________________________________________
> Slogger mailing list
> Slogger at mozdev.org
> http://mozdev.org/mailman/listinfo/slogger
More information about the Slogger
mailing list