From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754334Ab0IUF0c (ORCPT ); Tue, 21 Sep 2010 01:26:32 -0400 Received: from mail-px0-f174.google.com ([209.85.212.174]:40386 "EHLO mail-px0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753560Ab0IUF0b (ORCPT ); Tue, 21 Sep 2010 01:26:31 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=TIfp0lKokZJIs8QuGZ3g4G5EjKIUJ3YPic+QwvFiwQQh9zqXrjxdXVbQph71e5KwMe wu0yyyc5dsMt3CQpPkg5QPIOY6G+7NZ8iUJTBJtIWZqs+TTUqL2w2ARfohnnmWLb8U2U d0ughRoFDDT289wSe9b/lan3AQQeX2QleX9l8= Message-ID: <4C98420B.8030207@gmail.com> Date: Mon, 20 Sep 2010 22:26:35 -0700 From: "Justin P. Mattock" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:2.0b5pre) Gecko/20100827 Thunderbird/3.2a1pre MIME-Version: 1.0 To: Finn Thain CC: Matt Turner , trivial@kernel.org, linux-kernel@vger.kernel.org, "Maciej W. Rozycki" , Geert Uytterhoeven , Randy Dunlap , Dimitry Torokhov , Ben Pfaff , Mike Frysinger Subject: Re: [PATCH]Update-broken-web-addresses-in-the-kernel References: <1285042724-19135-1-git-send-email-justinmattock@gmail.com> <4C983C7D.1050000@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/20/2010 10:17 PM, Finn Thain wrote: > > I would say that if a URL is in the web archive, then no patch is needed. > > Finn > true especially if it's really ancient, but with a series I sent out a few weeks ago archive.org was introduced due to people still looking at the old documentation. Up to you guys if you want to remove archive.org from this.. > On Tue, 21 Sep 2010, Matt Turner wrote: > >> On Tue, Sep 21, 2010 at 1:02 AM, Justin P. Mattock >> wrote: >>> didnt even think about that.. I really appreciate you pointing this out.. >>> I'll go through the whole thing and see if I can figure a good fix for the >>> archive.org stuff >> >> Just checked, and you can modify the links like so: >> >> - http://web.archive.org/web/*/http://ftp.digital.com/pub/DEC/axppci/ref_interrupts.txt >> + http://web.archive.org/web/%2A/http://ftp.digital.com/pub/DEC/axppci/ref_interrupts.txt >> >> So, change * to %2A (it's ASCII code in hex). >> >> I guess that's the least clunky fix. >> >> Matt Justin P. Mattock