From owner-freebsd-newbies@FreeBSD.ORG Mon Mar 31 18:46:28 2003 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 414EA37B401 for ; Mon, 31 Mar 2003 18:46:28 -0800 (PST) Received: from thor.acuson.com (thor.acuson.com [157.226.71.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AB6243FAF for ; Mon, 31 Mar 2003 18:46:27 -0800 (PST) (envelope-from DavidJohnson@Siemens.com) Received: from mvaexch02.acuson.com (mvaexch02.acuson.com [157.226.230.209]) by thor.acuson.com (iPlanet Messaging Server 5.2 (built Feb 21 2002)) with ESMTP id <0HCN000O990SWA@thor.acuson.com> for freebsd-newbies@freebsd.org; Mon, 31 Mar 2003 18:46:04 -0800 (PST) Received: by mvaexch02.acuson.com with Internet Mail Service (5.5.2653.19) id ; Mon, 31 Mar 2003 18:36:58 -0800 Received: from dhcp-46-117.acuson.com ([157.226.46.117]) by mvaexch01.acuson.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id GNSXFC6N; Mon, 31 Mar 2003 18:38:21 -0800 Content-return: allowed Date: Mon, 31 Mar 2003 18:45:57 -0800 From: Johnson David In-reply-to: <0HCN00J117QS1W@net.WAU.NL> To: FST777@phreaker.net, freebsd-newbies@freebsd.org Message-id: <200303311845.57470.DavidJohnson@Siemens.com> Organization: Siemens Medical Systems MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: KMail/1.5 References: <0HCN00J117QS1W@net.WAU.NL> Subject: Re: OT Humble Pie X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2003 02:46:28 -0000 On Monday 31 March 2003 07:12 pm, Frans-Jan v. Steenbeek wrote: > IMHO the concept of "man-pages" is as good > as outdated as GUI-enviroments become more popular. One could almost say that books are as good as outdated as television becomes more popular :-) The alternative to man pages would seem to be some sort of browser, and HTML makes sense. But man pages are more than just pages. They are pages indexed into an information system. You gain one form of flexibility by moving to a browser, but at the expense of another kind. You don't want to be typing "mozilla file:/usr/share/man/man1/cat_1.html". You want the man pages at your fingertips. The solution is to integrate man pages into a browser. This has already been done! Using KDE, I can view the man pages index Konqueror by typing "man:" as the URL. I can also use the KDE Help Center for the same thing. Also in Konqueror I can go right to the man page I want by typing "man:cat" or "#cat". Best of all, the man pages are now pleasantly formatted and *hyperlinked*. (KDE needs to add "apropos" as an IO slave as well). There are other similar solutions. I brought up KDE because I am more familiar with it. David