Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Apr 1999 18:27:53 +0100
From:      Nik Clayton <nik@nothing-going-on.demon.co.uk>
To:        Jesus Rodriguez <jesusr@ncsa.es>
Cc:        doc@freebsd.org, nik@freebsd.org
Subject:   Re: freebsd.dsl html-split handbook
Message-ID:  <19990405182753.B24468@catkin.nothing-going-on.org>
In-Reply-To: <01be7f85$4813fd00$8632b3c2@demostenes.ncsa.es>; from Jesus Rodriguez on Mon, Apr 05, 1999 at 06:56:42PM %2B0200
References:  <01be7f85$4813fd00$8632b3c2@demostenes.ncsa.es>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Apr 05, 1999 at 06:56:42PM +0200, Jesus Rodriguez wrote:
> There is a problem with freebsd.dsl and html-split handbook format. I
> have had to comment the next lines for be able to make the html-split
> hanbook (and other own docs that use freebsd.dsl):
> 
> share/sgml/freebsd.dsl:
> 
>       <!-- Locatization -->
> <!--      <![ %lang.ja; [
> (define %gentext-language% "ja")
> (define %html-header-tags% '(("META" ("HTTP-EQUIV" "Content-Type")
> ("CONTENT" "text/html; charset=EUC-JP"))))
>       ]]>
> -->

Put

    <!ENTITY % lang.ja "IGNORE">

somewhere at the start of freebsd.dsl (right after the output.print entity
is a good place).  This is the fix I was talking about in my previous
message.

Which reminds me, if you need to put any Spanish specific stuff in, wrap 
it in 

    <![ %lang.es; [
      ...
    ]]>

and put 

    <!ENTITY % lang.es "IGNORE">

in freebsd.dsl.  Then run jade with

    jade -ilang.es  ....

to turn it on.

N
-- 
                    Bagel: The carbohydrate with the hole


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990405182753.B24468>