From owner-cvs-all Wed Dec 12 4: 6:25 2001 Delivered-To: cvs-all@freebsd.org Received: from columbus.cris.net (columbus.cris.net [212.110.128.65]) by hub.freebsd.org (Postfix) with ESMTP id D267D37B417; Wed, 12 Dec 2001 04:05:36 -0800 (PST) Received: from ark.cris.net (ark.cris.net [212.110.128.68]) by columbus.cris.net (8.9.3/8.9.3) with ESMTP id OAA66657; Wed, 12 Dec 2001 14:05:21 +0200 (EET) Received: (from phantom@localhost) by ark.cris.net (8.11.1/8.11.1) id fBCC4oW16318; Wed, 12 Dec 2001 14:04:50 +0200 (EET) Date: Wed, 12 Dec 2001 14:04:50 +0200 From: Alexey Zelkin To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Cc: doc@FreeBSD.org Subject: HEADS UP default tidy(1) parameters changed (was: Re: cvs commit: www/de Makefile www/en Makefile www/en/gallery ...) Message-ID: <20011212140450.A14906@ark.cris.net> References: <200112121157.fBCBviH36903@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200112121157.fBCBviH36903@freefall.freebsd.org>; from phantom@FreeBSD.org on Wed, Dec 12, 2001 at 03:57:44AM -0800 X-Operating-System: FreeBSD 3.5-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi, These commits require upgrade of tidy(1) to tidy-20000804_1 (PORTREVISION==1), otherwise build of www/doc tree(s) will fail. As simple workaround you may set NO_TIDY to build. Also I would ask people who familiar with non-english languages to review freshly build translated docs at http://www.FreeBSD.org/ to make sure that everything is OK. On Wed, Dec 12, 2001 at 03:57:44AM -0800, Alexey Zelkin wrote: > phantom 2001/12/12 03:57:44 PST > > Modified files: > de Makefile > en Makefile > en/gallery Makefile > en/news Makefile > en/news/status Makefile > es Makefile > es/ports Makefile > ja Makefile > ja/gallery Makefile > ja/news Makefile > ru Makefile > share/mk web.site.mk > zh Makefile > Log: > Force tidy(1) to use '-raw' and newly added '-preserve' options > to process generated HTML. This not cause any side effects except > leaving some character entities in their numeric form instead > converting them into alphabetical notation (< instead of <), > but since all browsers understand such cases it is not a problem. > > This commit should make all translations tidy clean, since > tidy should not arise entities conversion problem as it did > for long time before. Therefore all occurences of manual settings > of TIDYFLAGS and NO_TIDY declarations for translations are removed. > > Also clean *OPTS/*FLAGS variables declaration like it was done in doc/ tree > some time ago. Currently all local additions to commands parameters that used > in make process should be passed thru *FLAGS variables. All variables > with OPTS suffix are reserved for internal use of web.site.mk now. > Cleanup part is based on work done by Cyrille Lefevre On Wed, Dec 12, 2001 at 03:49:44AM -0800, Alexey Zelkin wrote: > phantom 2001/12/12 03:49:43 PST > > Modified files: > de_DE.ISO8859-1/books Makefile.inc > ja_JP.eucJP/articles Makefile.inc > ja_JP.eucJP/articles/contributing Makefile > ja_JP.eucJP/articles/contributors Makefile > ja_JP.eucJP/articles/dialup-firewall Makefile > ja_JP.eucJP/articles/diskless-x Makefile > ja_JP.eucJP/articles/fonts Makefile > ja_JP.eucJP/articles/ipsec-must Makefile > ja_JP.eucJP/articles/multi-os Makefile > ja_JP.eucJP/articles/zip-drive Makefile > ja_JP.eucJP/books Makefile.inc > ja_JP.eucJP/books/design-44bsd Makefile > ja_JP.eucJP/books/faq Makefile > ja_JP.eucJP/books/fdp-primer Makefile > ja_JP.eucJP/books/handbook Makefile > ja_JP.eucJP/books/porters-handbook Makefile > nl_NL.ISO8859-1/books Makefile.inc > ru_RU.KOI8-R/articles Makefile.inc > ru_RU.KOI8-R/books Makefile.inc > share/mk doc.docbook.mk doc.html.mk > sr_YU.ISO8859-2/articles Makefile.inc > sr_YU.ISO8859-2/books Makefile.inc > zh_TW.Big5/books/faq Makefile > Log: > Force tidy(1) to use '-raw' and newly added '-preserve' options > to process generated HTML. This not cause any side effects except > leaving some character entities in their numeric form instead > converting them into alphabetical notation (< instead of <), > but since all browsers understand such cases it is not a problem. > > This commit should make all translations tidy clean, since > tidy should not arise entities conversion problem as it did > for long time before. Therefore all occurences of manual settings > of TIDYFLAGS and NO_TIDY declarations for translations are removed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message