From owner-svn-doc-all@freebsd.org Mon Nov 21 16:39:35 2016 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DB21C4D7D8; Mon, 21 Nov 2016 16:39:35 +0000 (UTC) (envelope-from rcyu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7730813A9; Mon, 21 Nov 2016 16:39:35 +0000 (UTC) (envelope-from rcyu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uALGdYgI045962; Mon, 21 Nov 2016 16:39:34 GMT (envelope-from rcyu@FreeBSD.org) Received: (from rcyu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uALGdYhA045960; Mon, 21 Nov 2016 16:39:34 GMT (envelope-from rcyu@FreeBSD.org) Message-Id: <201611211639.uALGdYhA045960@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rcyu set sender to rcyu@FreeBSD.org using -f From: Ruey-Cherng Yu Date: Mon, 21 Nov 2016 16:39:34 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r49690 - in head/zh_TW.UTF-8: htdocs htdocs/news share/xml X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Nov 2016 16:39:35 -0000 Author: rcyu Date: Mon Nov 21 16:39:34 2016 New Revision: 49690 URL: https://svnweb.freebsd.org/changeset/doc/49690 Log: - add news directory in htdocs to start the traditional Chinese translation of the news section - translation of news items in November 2016 Approved by: kevlo(mentor) Added: head/zh_TW.UTF-8/htdocs/news/ head/zh_TW.UTF-8/htdocs/news/Makefile (contents, props changed) Modified: head/zh_TW.UTF-8/htdocs/Makefile head/zh_TW.UTF-8/share/xml/news.xml Modified: head/zh_TW.UTF-8/htdocs/Makefile ============================================================================== --- head/zh_TW.UTF-8/htdocs/Makefile Mon Nov 21 13:46:02 2016 (r49689) +++ head/zh_TW.UTF-8/htdocs/Makefile Mon Nov 21 16:39:34 2016 (r49690) @@ -32,6 +32,7 @@ PARAMS.usergroups= --param pagename "'Fr # Subdirectories # XML SUBDIR+= docs +SUBDIR+= news .if !defined(WEB_ONLY) || empty(WEB_ONLY) SUBDIR+= doc Added: head/zh_TW.UTF-8/htdocs/news/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/zh_TW.UTF-8/htdocs/news/Makefile Mon Nov 21 16:39:34 2016 (r49690) @@ -0,0 +1,59 @@ +# $FreeBSD$ +# Original revision: r40052 + +.if exists(../Makefile.conf) +.include "../Makefile.conf" +.endif +.if exists(../Makefile.inc) +.include "../Makefile.inc" +.endif + +#DOCS+= news.xml + +# press releases +#DOCS+= pressreleases.xml +#DOCS+= press-rel-1.xml +#DOCS+= press-rel-2.xml +#DOCS+= press-rel-3.xml +#DOCS+= press-rel-4.xml +#DOCS+= press-rel-5.xml +#DOCS+= press-rel-6.xml +#DOCS+= press-rel-7.xml +#DOCS+= press-rel-8.xml +#DOCS+= press-rel-9.xml + +# The yearly State of the Union address +#DOCS+= sou1999.xml + +# Details of the FreeBSD.org 2012 Infrastructure compromise +#DOCS+= 2012-compromise.xml + +#INDEXLINK= news.html + +DEPENDSET.DEFAULT= transtable news press + +XMLDOCS= newsflash:${XSL_NEWS_NEWSFLASH}:${XML_NEWS_NEWS_MASTER}: +XMLDOCS+= news-rdf:${XSL_NEWS_NEWS_RDF}:${XML_NEWS_NEWS_MASTER}:news.rdf +#XMLDOCS+= news-rss:${DOC_PREFIX}/${LANGCODE}/share/xml/templates.news-rss.xsl:${DOC_PREFIX}/${LANGCODE}/share/xml/news.xml:rss.xml +XMLDOCS+= press:${XSL_NEWS_PRESS}:${XML_NEWS_PRESS_MASTER}: +XMLDOCS+= press-rss:${XSL_NEWS_PRESS_RSS}:${XML_NEWS_PRESS_MASTER}:press-rss.xml + +#SUBDIR= 1993 +#SUBDIR+= 1996 +#SUBDIR+= 1997 +#SUBDIR+= 1998 +#SUBDIR+= 1999 +#SUBDIR+= 2000 +#SUBDIR+= 2001 +#SUBDIR+= 2002 +#SUBDIR+= 2003 +#SUBDIR+= 2004 +#SUBDIR+= 2005 +#SUBDIR+= 2006 +#SUBDIR+= 2007 +#SUBDIR+= 2008 +#SUBDIR+= 2009 +#SUBDIR+= status + +.include "${DOC_PREFIX}/share/mk/web.site.mk" + Modified: head/zh_TW.UTF-8/share/xml/news.xml ============================================================================== --- head/zh_TW.UTF-8/share/xml/news.xml Mon Nov 21 13:46:02 2016 (r49689) +++ head/zh_TW.UTF-8/share/xml/news.xml Mon Nov 21 16:39:34 2016 (r49690) @@ -30,6 +30,35 @@ + 2016 + + + 11 + + + 13 + + + 2016 第三季開發進度報告發佈 + +

+ 2016 第三季開發進度報告現已發佈

+
+
+ + + 2 + + +

新任 committer: + Konrad Witaszczyk (src)

+
+
+
+
+ + 2006 12