From owner-freebsd-doc@FreeBSD.ORG Wed Apr 13 09:05:02 2011 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D2181065672 for ; Wed, 13 Apr 2011 09:05:02 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 231C28FC16 for ; Wed, 13 Apr 2011 09:05:01 +0000 (UTC) Received: by bwz12 with SMTP id 12so511867bwz.13 for ; Wed, 13 Apr 2011 02:05:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=4p9LU3/b6yLym3N67ew69JJxVmXyzMEAgt38SBKxTD8=; b=v9MXe/IgCLY5dXp2kDAz3EWpdKhtvejsvXGHFxV7D3fanfz1JvtKfRCFhHq72nEGZd IeSaE6pj/9+FL+qhV/Wjnv0/OWLIhim6YMUOcrmqakw9UJ4nJV60Xr+hXWhaqfr2b8kP Z2ZzVKImH+00LmgQqQwyriRJ1Ib5Nrjst28d8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; b=Q56qoQ41Arh6XFaA9j28iAOYlTTdNZWFpnxRR7RJ4J2/Wxth/znCTnmWg43VCrIw4q AQ/fcZLsEULiSLSSgRiozbNYAgbOfsR6nawWTyENKpHw3YLAqHCgBY66UjLc8Aq29G/S niI/eknDUGZIsVlj8asMu1DVkXnyIOJN/hMYY= MIME-Version: 1.0 Received: by 10.204.144.194 with SMTP id a2mr706486bkv.93.1302685500916; Wed, 13 Apr 2011 02:05:00 -0700 (PDT) Received: by 10.204.119.201 with HTTP; Wed, 13 Apr 2011 02:05:00 -0700 (PDT) Received: by 10.204.119.201 with HTTP; Wed, 13 Apr 2011 02:05:00 -0700 (PDT) In-Reply-To: <20110413022256.GA1859@mic.dummy.ru> References: <20110413022256.GA1859@mic.dummy.ru> Date: Wed, 13 Apr 2011 10:05:00 +0100 Message-ID: From: Chris Rees To: Mic Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-doc@freebsd.org Subject: Re: creating doc page X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: utisoft@gmail.com List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2011 09:05:02 -0000 On 13 Apr 2011 03:33, "Mic" wrote: > > Hello! > > I decided to create my own help page about general settings of FreeBSD PC. > So, I've read "fdp-primer" book (and parts concerning DocBook). > DocBook seems to me very suitable for this task. > SGML file is ready, but some instruments for creating html page (openjade and tidy) are not so easy to involve. > > I've tried this command to convert freebsd.sgml file to html page > > /usr/bin/env SP_ENCODING=WINDOWS-1251 /usr/local/bin/openjade -E 1000 -V nochunks > -c /usr/local/share/sgml/docbook/dsssl/modular/catalog > -c /usr/local/share/sgml/docbook/4.1/dtd/catalog > -c /usr/local/share/sgml/openjade/catalog > -d /usr/local/share/sgml/docbook/dsssl/modular/html/docbook.dsl > -t sgml freebsd.sgml > freebsd.html > > But in result freebsd.html file there is no HTML headers, for example with code page property > > > > What should I do to include this property (and maybe another useful) in result file? > > -- > Mic Have a look at the Makefile I wrote for the Tinderbox documentation, It's on the marcuscom cvsweb under the tinderweb/dbsrc module... can't link because I'm on my phone sy the moment. There's stuff there to have a small independent FreeBSD-style Docbook article/book without the other documentation project stuff. Chris