[Slogger] EBay
kinrowan
kinrowan at gmail.com
Wed Apr 27 22:35:24 EDT 2005
I haven't Slogged an EBay page, but other pages with a php extension
[like http://blogs.zdnet.com/Gillmor/index.php?p=74] and a tag =
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
gets slogged as a php file locally.
This is (as far as I can tell) consistent. I have not looked at slogger
setting to try to get around it.
cori
Rishi Chopra wrote:
> ----- Original Message -----
> *From:* Ken Schutte <kschutte at MIT.EDU>
> *To:* rchopra at alum.berkeley.edu
> *CC:* Slogger at mozdev.org
> *Sent:* Wednesday, April 27, 2005 12:56:39 PM
> *Subject:* [Slogger] EBay
>
>
>> I believe these .dll pages still should have a content type of
>> "text/html" specified in the header, in which case $type="text/html"
>> and $typeext="html" should be set.
>>
>> If you check the content type of the page and these variables are not
>> set correctly, something is wrong, but I know this has worked in the
>> past.
>>
>> Ken
>>
>>
>> Rishi Chopra wrote:
>>
>>> ----- Original Message -----
>>> *From:* Ken Schutte <kschutte at MIT.EDU>
>>> *To:* rchopra at alum.berkeley.edu
>>> *CC:* Slogger at mozdev.org
>>> *Sent:* Tuesday, April 26, 2005 11:01:46 PM
>>> *Subject:* [Slogger] EBay
>>>
>>>
>>>> I assume these are URL's that end in .dll? Look in the options
>>>> where you specify "file name used for same page" under Save Pages.
>>>> Press Variables... to see a list of varaibles you can use. I would
>>>> think that choosing a file name of [date or something].$typeext
>>>> would be what you want.
>>>>
>>>> Ken
>>>>
>>>>>> Rishi Chopra wrote:
>>>>>
>>>>>
>>>>
>>>>> It seems as though Slogger saves EBay pages as .dll files - is
>>>>> there a way to specify a different extension for just a specific
>>>>> domain? I like the way that Slogger saves .aspx pages and the
>>>>> like with their respective extenstions but I don't like having to
>>>>> rename .dll pages for just one particular domain...
>>>>>
>>>>
>>>>
>>> Ken,
>>>
>>> I actually have my settings set to exactly what you are suggesting
>>> (which is the default).
>>>
>>>
>>> EBay URLs are typically in the form of:
>>>
>>> http://my.ebay.com/ws/eBayISAPI.dll?token1=value1&token2=value2...
>>>
>>>
>>> The issue is that what you are suggesting results in pages being
>>> slogged as .dll files rather than something readable on the
>>> client-side (such as .html, .aspx, etc.)
>>> Would it be possible to configure Slogger to save pages from a
>>> particular domain (such as EBay)? While I can appreciate your
>>> previous suggestion about avoiding sites which are not
>>> Slogger-compatible I would hate to think that my Slogger-based
>>> browsing should be limited to a subset of the Internet.
>>>
>>
>>
>>
>
> I believe you are correct; I just checked the page source and there is
> indeed a 'content=text/html' line in the header of the page.
> Unfortunately, the page is still slogged with a '.dll' extension.
>
> Has anyone else on the list encountered this problem? What extension
> do your EBay pages slog with by default?
>
More information about the Slogger
mailing list