From owner-freebsd-questions@FreeBSD.ORG Thu Feb 24 14:56:47 2005 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 C649F16A4CE for ; Thu, 24 Feb 2005 14:56:47 +0000 (GMT) Received: from lorna.circlesquared.com (host217-45-219-85.in-addr.btopenworld.com [217.45.219.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id D475A43D3F for ; Thu, 24 Feb 2005 14:56:46 +0000 (GMT) (envelope-from peter@circlesquared.com) Received: from localhost.circlesquared.com (localhost.circlesquared.com [127.0.0.1])j1OEuFLI039293; Thu, 24 Feb 2005 14:56:16 GMT (envelope-from peter@circlesquared.com) From: Peter Risdon To: Hilda Jones In-Reply-To: <001901c519d7$b4550160$086b140a@D3PT0Y41> References: <001901c519d7$b4550160$086b140a@D3PT0Y41> Content-Type: text/plain Date: Thu, 24 Feb 2005 14:56:15 +0000 Message-Id: <1109256975.15386.84.camel@lorna.circlesquared.com> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit cc: "freebsd-questions@freebsd.org" Subject: Re: web software 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: Thu, 24 Feb 2005 14:56:47 -0000 On Wed, 2005-02-23 at 13:44 -0500, Hilda Jones wrote: > Do you have something similar to FrontPage? It might be an idea to flesh out your question a bit. FrontPage runs on MS Windows computers and is used as a graphical development tool for websites. It includes some synchronisation stuff that depends on having a webserver to talk to that understands FrontPage. Web servers are often to be found on some form of unix, including FreeBSD. There is an apache module which is in the FreeBSD ports collection to add frontpage extensions to an apache server. With this, you can use FrontPage as your development tool and run the website on FreeBSD. If, on the other hand, you want to use a FreeBSD desktop and are looking for a good graphical website development tool, you might try Quanta. This is also in the ports. If you need to clarify your question, please do so. Peter.