public inbox for [email protected]
help / color / mirror / Atom feedarchives.postgresql.org
8+ messages / 3 participants
[nested] [flat]
* archives.postgresql.org
@ 2004-09-30 04:36 John Hansen <[email protected]>
0 siblings, 1 reply; 8+ messages in thread
From: John Hansen @ 2004-09-30 04:36 UTC (permalink / raw)
To: pgsql-www
Guys,
Now that archives has moved to commandprompt and changed layout, can we
please get the last-modified issue fixed, before I start the recrawl?
Without last-modified, order by date, and search with date limit, will
not work...
This of course will also be true for other engines, plus, they'll crawl
everything every time they visit instead of just changes...
Regards,
John
^ permalink raw reply [nested|flat] 8+ messages in thread
* Re: archives.postgresql.org
@ 2004-09-30 13:58 Marc G. Fournier <[email protected]>
parent: John Hansen <[email protected]>
0 siblings, 1 reply; 8+ messages in thread
From: Marc G. Fournier @ 2004-09-30 13:58 UTC (permalink / raw)
To: John Hansen <[email protected]>; +Cc: pgsql-www
On Thu, 30 Sep 2004, John Hansen wrote:
> Guys,
>
> Now that archives has moved to commandprompt and changed layout, can we
> please get the last-modified issue fixed, before I start the recrawl?
What's wrong with the last-modified date? I checked it the other day, and
it looked fine to me ...
Does it *have* to be a header() from php? I thought the meta-tag was okay
...
Let me know ...
----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: [email protected] Yahoo!: yscrappy ICQ: 7615664
^ permalink raw reply [nested|flat] 8+ messages in thread
* Re: archives.postgresql.org
@ 2004-09-30 14:04 John Hansen <[email protected]>
0 siblings, 1 reply; 8+ messages in thread
From: John Hansen @ 2004-09-30 14:04 UTC (permalink / raw)
To: Marc G. Fournier <[email protected]>; +Cc: pgsql-www
> What's wrong with the last-modified date? I checked it the
> other day, and it looked fine to me ...
>
> Does it *have* to be a header() from php? I thought the
> meta-tag was okay ...
>
Yes, it has to be a header() :(
Try lwp-request -de -mHEAD
http://archives.postgresql.org/pgsql-www/2004-09/msg00176.php
That does not return last-modified.
... John
^ permalink raw reply [nested|flat] 8+ messages in thread
* Re: archives.postgresql.org
@ 2004-09-30 14:10 Marc G. Fournier <[email protected]>
parent: John Hansen <[email protected]>
0 siblings, 0 replies; 8+ messages in thread
From: Marc G. Fournier @ 2004-09-30 14:10 UTC (permalink / raw)
To: John Hansen <[email protected]>; +Cc: pgsql-www
On Fri, 1 Oct 2004, John Hansen wrote:
>
>> What's wrong with the last-modified date? I checked it the
>> other day, and it looked fine to me ...
>>
>> Does it *have* to be a header() from php? I thought the
>> meta-tag was okay ...
>>
>
> Yes, it has to be a header() :(
'k, working on that one today then ...
----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: [email protected] Yahoo!: yscrappy ICQ: 7615664
^ permalink raw reply [nested|flat] 8+ messages in thread
* Re: archives.postgresql.org
@ 2004-09-30 14:17 Oleg Bartunov <[email protected]>
parent: Marc G. Fournier <[email protected]>
0 siblings, 1 reply; 8+ messages in thread
From: Oleg Bartunov @ 2004-09-30 14:17 UTC (permalink / raw)
To: Marc G. Fournier <[email protected]>; +Cc: John Hansen <[email protected]>; pgsql-www
On Thu, 30 Sep 2004, Marc G. Fournier wrote:
> On Thu, 30 Sep 2004, John Hansen wrote:
>
> > Guys,
> >
> > Now that archives has moved to commandprompt and changed layout, can we
> > please get the last-modified issue fixed, before I start the recrawl?
>
> What's wrong with the last-modified date? I checked it the other day, and
> it looked fine to me ...
you use <meta tag> for last-modified date, but crawlers does prefer more
standard way via http headers, as you once did using 'touch' hack
(what's wrong with it ?)
>
> Does it *have* to be a header() from php? I thought the meta-tag was okay
> ...
>
> Let me know ...
>
> ----
> Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
> Email: [email protected] Yahoo!: yscrappy ICQ: 7615664
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to [email protected])
>
Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: [email protected], http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83
^ permalink raw reply [nested|flat] 8+ messages in thread
* Re: archives.postgresql.org
@ 2004-09-30 14:24 Marc G. Fournier <[email protected]>
parent: Oleg Bartunov <[email protected]>
0 siblings, 1 reply; 8+ messages in thread
From: Marc G. Fournier @ 2004-09-30 14:24 UTC (permalink / raw)
To: Oleg Bartunov <[email protected]>; +Cc: John Hansen <[email protected]>; pgsql-www
On Thu, 30 Sep 2004, Oleg Bartunov wrote:
> On Thu, 30 Sep 2004, Marc G. Fournier wrote:
>
>> On Thu, 30 Sep 2004, John Hansen wrote:
>>
>>> Guys,
>>>
>>> Now that archives has moved to commandprompt and changed layout, can we
>>> please get the last-modified issue fixed, before I start the recrawl?
>>
>> What's wrong with the last-modified date? I checked it the other day, and
>> it looked fine to me ...
>
> you use <meta tag> for last-modified date, but crawlers does prefer more
> standard way via http headers, as you once did using 'touch' hack
> (what's wrong with it ?)
To be honest, I want to figure out how to do it off of Message Date
properly, instead of time stamp of the file ... that way, if we have to
regenerate, all the 'last-modified' do stay the same ...
----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: [email protected] Yahoo!: yscrappy ICQ: 7615664
^ permalink raw reply [nested|flat] 8+ messages in thread
* Re: archives.postgresql.org
@ 2004-09-30 15:03 Oleg Bartunov <[email protected]>
parent: Marc G. Fournier <[email protected]>
0 siblings, 1 reply; 8+ messages in thread
From: Oleg Bartunov @ 2004-09-30 15:03 UTC (permalink / raw)
To: Marc G. Fournier <[email protected]>; +Cc: John Hansen <[email protected]>; pgsql-www
On Thu, 30 Sep 2004, Marc G. Fournier wrote:
> On Thu, 30 Sep 2004, Oleg Bartunov wrote:
>
> > On Thu, 30 Sep 2004, Marc G. Fournier wrote:
> >
> >> On Thu, 30 Sep 2004, John Hansen wrote:
> >>
> >>> Guys,
> >>>
> >>> Now that archives has moved to commandprompt and changed layout, can we
> >>> please get the last-modified issue fixed, before I start the recrawl?
> >>
> >> What's wrong with the last-modified date? I checked it the other day, and
> >> it looked fine to me ...
> >
> > you use <meta tag> for last-modified date, but crawlers does prefer more
> > standard way via http headers, as you once did using 'touch' hack
> > (what's wrong with it ?)
>
> To be honest, I want to figure out how to do it off of Message Date
> properly, instead of time stamp of the file ... that way, if we have to
> regenerate, all the 'last-modified' do stay the same ...
You should teach server software (php scripts) which form page and send it
to browser to output also http header with know date of the message.
It should be available in php.
>
>
> ----
> Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
> Email: [email protected] Yahoo!: yscrappy ICQ: 7615664
>
Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: [email protected], http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83
^ permalink raw reply [nested|flat] 8+ messages in thread
* Re: archives.postgresql.org
@ 2004-09-30 15:08 Marc G. Fournier <[email protected]>
parent: Oleg Bartunov <[email protected]>
0 siblings, 0 replies; 8+ messages in thread
From: Marc G. Fournier @ 2004-09-30 15:08 UTC (permalink / raw)
To: Oleg Bartunov <[email protected]>; +Cc: Marc G. Fournier <[email protected]>; John Hansen <[email protected]>; pgsql-www
On Thu, 30 Sep 2004, Oleg Bartunov wrote:
> On Thu, 30 Sep 2004, Marc G. Fournier wrote:
>
>> On Thu, 30 Sep 2004, Oleg Bartunov wrote:
>>
>>> On Thu, 30 Sep 2004, Marc G. Fournier wrote:
>>>
>>>> On Thu, 30 Sep 2004, John Hansen wrote:
>>>>
>>>>> Guys,
>>>>>
>>>>> Now that archives has moved to commandprompt and changed layout, can we
>>>>> please get the last-modified issue fixed, before I start the recrawl?
>>>>
>>>> What's wrong with the last-modified date? I checked it the other day, and
>>>> it looked fine to me ...
>>>
>>> you use <meta tag> for last-modified date, but crawlers does prefer more
>>> standard way via http headers, as you once did using 'touch' hack
>>> (what's wrong with it ?)
>>
>> To be honest, I want to figure out how to do it off of Message Date
>> properly, instead of time stamp of the file ... that way, if we have to
>> regenerate, all the 'last-modified' do stay the same ...
>
> You should teach server software (php scripts) which form page and send it
> to browser to output also http header with know date of the message.
> It should be available in php.
It is, and we even have the code for it ... but, the way that I originally
wrote the pages doesn't allow it to be done without a full re-write ...
John did a nice job of the code itself ...
there is a way, with mhonarc, that I should be able to do it, similar to
what John had written, which I'm working on right now ...
----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: [email protected] Yahoo!: yscrappy ICQ: 7615664
^ permalink raw reply [nested|flat] 8+ messages in thread
end of thread, other threads:[~2004-09-30 15:08 UTC | newest]
Thread overview: 8+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2004-09-30 04:36 archives.postgresql.org John Hansen <[email protected]>
2004-09-30 13:58 ` Marc G. Fournier <[email protected]>
2004-09-30 14:17 ` Oleg Bartunov <[email protected]>
2004-09-30 14:24 ` Marc G. Fournier <[email protected]>
2004-09-30 15:03 ` Oleg Bartunov <[email protected]>
2004-09-30 15:08 ` Marc G. Fournier <[email protected]>
2004-09-30 14:04 Re: archives.postgresql.org John Hansen <[email protected]>
2004-09-30 14:10 ` Marc G. Fournier <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox