From owner-freebsd-hackers Fri Dec 12 15:22:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA05030 for hackers-outgoing; Fri, 12 Dec 1997 15:22:17 -0800 (PST) (envelope-from owner-freebsd-hackers) Received: from dan.emsphone.com (dan@dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA05017 for ; Fri, 12 Dec 1997 15:22:08 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.8.6/8.8.6) id RAA18626; Fri, 12 Dec 1997 17:21:41 -0600 (CST) Message-ID: <19971212172140.57212@emsphone.com> Date: Fri, 12 Dec 1997 17:21:40 -0600 From: Dan Nelson To: Jonathan Mini Cc: Adam Turoff , jkh@time.cdrom.com, freebsd-hackers@freebsd.org Subject: Re: Kernel Config datafile... References: <34918F3E@smginc.com> <19971212141538.57181@micron.mini.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88.4e In-Reply-To: <19971212141538.57181@micron.mini.net>; from "Jonathan Mini" on Fri Dec 12 14:15:38 GMT 1997 X-OS: FreeBSD 2.2-970701-RELENG Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In the last episode (Dec 12), Jonathan Mini said: > > I was thinking about using SGML actually, but I hadn't got that far. We'll > see about whether or not it turns out to be the easiest format to deal with. > I think it might. For example : > > The web server Roxen uses a similar format for its configuration files. I don't know if it's truly SGML, or just easy for the web server to parse.. For example, here's a snippet from the part of the file that enables user directories: /public_html/ 0 /~ root daemon bin sys Every tag has an open and a close tag, defines a variable name, and the data inside defines its type. is an array container. -Dan Nelson dnelson@emsphone.com