From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Gl2bY-00056Z-HP for garchives@archives.gentoo.org; Fri, 17 Nov 2006 12:14:01 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.8) with SMTP id kAHCAibV020328; Fri, 17 Nov 2006 12:10:44 GMT Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.201]) by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id kAHC8YRP031964 for ; Fri, 17 Nov 2006 12:08:35 GMT Received: by nz-out-0102.google.com with SMTP id r28so489222nza for ; Fri, 17 Nov 2006 04:08:34 -0800 (PST) Received: by 10.65.204.7 with SMTP id g7mr2219411qbq.1163765314325; Fri, 17 Nov 2006 04:08:34 -0800 (PST) Received: from ?10.10.0.2? ( [200.89.180.209]) by mx.google.com with ESMTP id f14sm4446273qba.2006.11.17.04.08.33; Fri, 17 Nov 2006 04:08:34 -0800 (PST) Message-ID: <455DA63E.7060301@buanzo.com.ar> Date: Fri, 17 Nov 2006 09:08:30 -0300 From: "Arturo 'Buanzo' Busleiman" Organization: GNU/Buanzo User-Agent: Thunderbird 1.5.0.8 (X11/20061025) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] [way OT] determining date of web pages References: <877ixv2dis.fsf@newsguy.com> <200611171249.10110.benno.schulenberg@gmail.com> In-Reply-To: <200611171249.10110.benno.schulenberg@gmail.com> X-Enigmail-Version: 0.94.1.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: cc08e501-1122-4ffd-bff7-501b8e732045 X-Archives-Hash: 41674cd28dffbbb82acdd22337eaa8c6 -----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