public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arturo 'Buanzo' Busleiman" <buanzo@buanzo.com.ar>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user]  [way OT] determining date of web pages
Date: Fri, 17 Nov 2006 09:08:30 -0300	[thread overview]
Message-ID: <455DA63E.7060301@buanzo.com.ar> (raw)
In-Reply-To: <200611171249.10110.benno.schulenberg@gmail.com>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Benno Schulenberg wrote:
>> Here is an example page:
>>  http://dvr.about.com/od/capturetvwithacomputer/ht/htnti.htm
>>
>> How can I tell quickly when this was written?

Well, just to add more ideas to this thread, you can always check the "Date" header returned by the
HTTP protocol after requesting that URL: (put this in one line)

buanzo@bbs ~ $ printf "GET /od/capturetvwithacomputer/ht/htnti.htm HTTP/1.0\nHost:
dvr.about.com\n\n" | nc dvr.about.com 80 | head |grep -E --color=yes ^Date
Date: Fri, 17 Nov 2006 12:06:52 GMT

(try removing the head and grep at the end, and replace by less, so you can see the headers and the
html in the request's body).

- --
Arturo "Buanzo" Busleiman - Consultor Independiente en Seguridad Informatica
Me caso este 1ro de diciembre: Lista de Casamiento Numero 37520 en todos los FRAVEGA!! :)
http://www.buanzo.com.ar | http://www.vivamoslavida.com.ar : Portal no-comercial del buen vivir!

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFXaY+AlpOsGhXcE0RAmN7AJ9jagRq0+vhIEsTQX+FJPc68nM6hwCdFw9B
dI1MWiq8dF/upMkxLFhw7Fg=
=2VV2
-----END PGP SIGNATURE-----
-- 
gentoo-user@gentoo.org mailing list



  reply	other threads:[~2006-11-17 12:14 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-16 23:11 [gentoo-user] [way OT] determining date of web pages reader
2006-11-17 11:49 ` Benno Schulenberg
2006-11-17 12:08   ` Arturo 'Buanzo' Busleiman [this message]
2006-11-17 12:10     ` Arturo 'Buanzo' Busleiman
2006-11-17 12:53       ` Alan E. Davis
2006-11-17 16:55         ` [gentoo-user] " reader
2006-11-17 16:28     ` reader
2006-11-19 23:10 ` Regis Decamps

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=455DA63E.7060301@buanzo.com.ar \
    --to=buanzo@buanzo.com.ar \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox