From owner-freebsd-doc@FreeBSD.ORG Mon May 14 18:20:13 2012 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 8017F1065672 for ; Mon, 14 May 2012 18:20:13 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from glenbarber.us (onyx.glenbarber.us [199.48.134.227]) by mx1.freebsd.org (Postfix) with SMTP id 41C788FC14 for ; Mon, 14 May 2012 18:20:13 +0000 (UTC) Received: (qmail 29497 invoked by uid 0); 14 May 2012 14:20:11 -0400 Received: from unknown (HELO glenbarber.us) (75.146.225.65) by 0 with SMTP; 14 May 2012 14:20:11 -0400 Date: Mon, 14 May 2012 14:20:09 -0400 From: Glen Barber To: Edson Brandi Message-ID: <20120514182009.GA1501@glenbarber.us> References: <20120425131740.GA2206@glenbarber.us> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: X-Operating-System: FreeBSD 10.0-CURRENT amd64 User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-doc@freebsd.org Subject: Re: Need advice to help me fix build process of translated documentation X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2012 18:20:13 -0000 Hello, On Mon, May 14, 2012 at 02:28:25PM -0300, Edson Brandi wrote: > Hello Guys, >=20 > Just a small update about build problems that i reported some weeks ago >=20 > >>> #### Issue 3 #### > >>> - For some strange reason sgml markup =E2=80=A6 aren't= getting > >>> translated into "=E2=80=A6" , i'm not able to find what i need do to = fix this. Any advice > >>> about what i`m doing wrong? > >>> Example of this behavior: =C2=A0http://server04.ebrandi.eti.br/pt_BR/= books/fdp-primer/writing-style.html , > >>> name o Jordan K. Hubbard was supposed to be between quotes, sgml file= are marked correctly. >=20 > A friend was able to fix this problem with > replacement, it was related with tidy version installed by docproj > meta port. >=20 > When we install docproj meta port it install tidy-devel > (tidy-lib-090315.c_1) , our problem has been solved when we removed > tidy-devel package and installed old version of tidy > (tidy4-20000804_3). >=20 Ah, good to know. I did notice this in my local build for en_US a few days ago, but made no progress tracking it down. Glad you did. :) > >>> #### Issue 3 #### > >>> - I'm also having troubles with sgml markup =E2=80=A6 , > >>> this was supposed to be translated into a red box where paragraphs st= art with > >>> "Aten=C3=A7=C3=A3o:" , for some reason my html files are missing a ":= " (colon). > >>> Example of this behavior: http://server04.ebrandi.eti.br/pt_BR/books/= fdp-primer/preface-notes.html >=20 > This problem has been fixed adding few lines to our freebsd.dsl file: >=20 > https://github.com/doc-br/doc-br/commit/8e19dcbd7279fa3f110cd12a135674d42= 2e402e5 >=20 > I think that translation of FDP Primer to pt_BR will be finished in > more some days >=20 Great! Glen