Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 8195 invoked from network); 1 Jul 2005 10:39:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Jul 2005 10:39:21 -0000 Received: (qmail 99858 invoked by uid 500); 1 Jul 2005 10:39:13 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 99832 invoked by uid 500); 1 Jul 2005 10:39:12 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 99819 invoked by uid 99); 1 Jul 2005 10:39:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jul 2005 03:39:12 -0700 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [207.113.241.148] (HELO iss04.interliant.com) (207.113.241.148) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jul 2005 03:39:14 -0700 Received: from EX-008.mail.navisite.com (ex-008.interliant.com [207.113.240.188]) by iss04.interliant.com (8.10.2/8.10.2) with ESMTP id j61AePE22230 for ; Fri, 1 Jul 2005 05:40:25 -0500 (CDT) Received: from [192.168.0.80] ([213.202.85.222]) by EX-008.mail.navisite.com with Microsoft SMTPSVC(6.0.3790.211); Fri, 1 Jul 2005 05:39:05 -0500 Message-ID: <42C51D48.7040100@apache.org> Date: Fri, 01 Jul 2005 12:39:04 +0200 From: Mladen Turk User-Agent: Mozilla X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Developers List Subject: Re: cvs commit: jakarta-tomcat-connectors/jk/tools jkrelease.sh References: <20050701100727.98460.qmail@minotaur.apache.org> In-Reply-To: <20050701100727.98460.qmail@minotaur.apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 01 Jul 2005 10:39:06.0218 (UTC) FILETIME=[1B07C4A0:01C57E29] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N jfclere@apache.org wrote: > +# Check for links or w3m > +W3MOPTS="-dump -cols 80 -t 4 -S -O iso-8859-1 -T text/html" > +LNKOPTS="-dump" Great, but I think that the links/elinks options should be: --dump --no-references --no-numbering --no-home That's at least for the elinks, but I suppose the links should have something similar. Just using dump will make the output pretty unfriendly ;) In fact, the reason why I choose w3m was because it can give a very clean .txt output. Regards, Mladen. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org