From owner-freebsd-hackers@FreeBSD.ORG Thu Apr 3 02:00:36 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5B070D95 for ; Thu, 3 Apr 2014 02:00:36 +0000 (UTC) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vps1.elischer.org", Issuer "CA Cert Signing Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 2E65B7FF for ; Thu, 3 Apr 2014 02:00:35 +0000 (UTC) Received: from jre-mbp.elischer.org (ppp121-45-232-70.lns20.per1.internode.on.net [121.45.232.70]) (authenticated bits=0) by vps1.elischer.org (8.14.8/8.14.8) with ESMTP id s3320Wck043449 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Wed, 2 Apr 2014 19:00:34 -0700 (PDT) (envelope-from julian@freebsd.org) Message-ID: <533CC0B9.9000907@freebsd.org> Date: Thu, 03 Apr 2014 10:00:25 +0800 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Brian Kim , freebsd-hackers@freebsd.org Subject: Re: Web browsing usage from base References: <13492F6B-C667-4569-87D2-3F808AE7356D@gmail.com> In-Reply-To: <13492F6B-C667-4569-87D2-3F808AE7356D@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2014 02:00:36 -0000 On 4/3/14, 12:02 AM, Brian Kim wrote: > Would anyone like to share their best approach to browsing the web only using utilities from a base install? > > Best, > bk > > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" > well 'fetch' would probably be involved to get the page downloaded, but you'd have to find something to interpret the html and I don't know of anything that can do that..