From owner-freebsd-questions@FreeBSD.ORG Mon Jan 19 08:16:22 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BEC216A4CE for ; Mon, 19 Jan 2004 08:16:22 -0800 (PST) Received: from priv-edtnes51.telusplanet.net (defout.telus.net [199.185.220.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id E09CC43D4C for ; Mon, 19 Jan 2004 08:16:16 -0800 (PST) (envelope-from james@icionline.ca) Received: from [192.168.19.4] (really [142.179.173.206]) by priv-edtnes51.telusplanet.netESMTP <20040119161616.DJVY17989.priv-edtnes51.telusplanet.net@[192.168.19.4]>; Mon, 19 Jan 2004 09:16:16 -0700 From: James Earl To: ecrist@adtechintegrated.com In-Reply-To: <200401190825.36695.ecrist@adtechintegrated.com> References: <200401190825.36695.ecrist@adtechintegrated.com> Content-Type: text/plain Message-Id: <1074529042.637.10.camel@work> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Mon, 19 Jan 2004 09:17:22 -0700 Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Web Editing? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jan 2004 16:16:22 -0000 On Mon, 2004-01-19 at 07:25, Eric F Crist wrote: > What do people here use to edit HTML documents? I usually use Dreamweaver, > but I haven't gotten the time to try to get wine working so I can run > Dreamweaver on FreeBSD. > TIA I use the Bluefish gtk2 web editor almost everyday (www/bluefish-devel). See: http://bluefish.openoffice.nl/ While you probably won't find anything that will give you the WYSIWYG capabilities of Dreamweaver, editing all your HTML, PHP, etc. by hand sure helps one learn! :) James