From owner-cvs-all@FreeBSD.ORG Thu Dec 30 17:53:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BAAC16A4CE; Thu, 30 Dec 2004 17:53:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3F7443D1F; Thu, 30 Dec 2004 17:53:44 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBUHrilN031361; Thu, 30 Dec 2004 17:53:44 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBUHrimn031360; Thu, 30 Dec 2004 17:53:44 GMT (envelope-from hrs) Message-Id: <200412301753.iBUHrimn031360@repoman.freebsd.org> From: Hiroki Sato Date: Thu, 30 Dec 2004 17:53:44 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/de Makefile index.xsl www/de/news Makefile newsflash.xsl press.xsl www/en Makefile index.xsl www/en/news Makefile news.xml newsflash.xsl press.xsl www/fr Makefile index.xsl www/fr/news Makefile newsflash.xsl press.xsl www/ja ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 17:53:45 -0000 hrs 2004-12-30 17:53:44 UTC FreeBSD doc repository Modified files: de Makefile index.xsl de/news Makefile newsflash.xsl press.xsl en Makefile index.xsl en/news Makefile news.xml newsflash.xsl press.xsl fr Makefile index.xsl fr/news Makefile newsflash.xsl press.xsl ja Makefile includes.xsl index.xsl ja/news Makefile newsflash.xsl press.xsl ru Makefile index.xsl ru/news Makefile newsflash.xsl press.xsl share/sgml includes.misc.xsl Log: Implement templates for selectively picking up the latest news items and putting them into the localized web pages. If the translation is available it will be used, otherwise the original (English) version of the news item will be used. Revision Changes Path 1.19 +6 -2 www/de/Makefile 1.19 +8 -4 www/de/index.xsl 1.4 +12 -8 www/de/news/Makefile 1.5 +24 -52 www/de/news/newsflash.xsl 1.6 +17 -42 www/de/news/press.xsl 1.117 +6 -2 www/en/Makefile 1.122 +8 -4 www/en/index.xsl 1.40 +11 -7 www/en/news/Makefile 1.257 +1 -4 www/en/news/news.xml 1.12 +11 -59 www/en/news/newsflash.xsl 1.10 +8 -49 www/en/news/press.xsl 1.8 +10 -3 www/fr/Makefile 1.12 +9 -5 www/fr/index.xsl 1.8 +12 -8 www/fr/news/Makefile 1.7 +17 -56 www/fr/news/newsflash.xsl 1.3 +10 -38 www/fr/news/press.xsl 1.68 +9 -4 www/ja/Makefile 1.23 +8 -8 www/ja/includes.xsl 1.39 +15 -11 www/ja/index.xsl 1.36 +16 -7 www/ja/news/Makefile 1.10 +32 -38 www/ja/news/newsflash.xsl 1.5 +18 -36 www/ja/news/press.xsl 1.42 +6 -2 www/ru/Makefile 1.24 +8 -4 www/ru/index.xsl 1.11 +12 -6 www/ru/news/Makefile 1.8 +15 -55 www/ru/news/newsflash.xsl 1.7 +17 -47 www/ru/news/press.xsl 1.14 +340 -27 www/share/sgml/includes.misc.xsl