Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Nov 2017 08:36:58 +0000 (UTC)
From:      Ruey-Cherng Yu <rcyu@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r51185 - in head/zh_TW.UTF-8: books htdocs
Message-ID:  <201711070836.vA78awLS076310@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rcyu
Date: Tue Nov  7 08:36:58 2017
New Revision: 51185
URL: https://svnweb.freebsd.org/changeset/doc/51185

Log:
  - Uncomment to start building the FAQ in zh_TW.
  - Change the hyperlink of FAQ in index.xsl from English version to zh_TW version.

Modified:
  head/zh_TW.UTF-8/books/Makefile
  head/zh_TW.UTF-8/htdocs/index.xsl

Modified: head/zh_TW.UTF-8/books/Makefile
==============================================================================
--- head/zh_TW.UTF-8/books/Makefile	Tue Nov  7 04:28:06 2017	(r51184)
+++ head/zh_TW.UTF-8/books/Makefile	Tue Nov  7 08:36:58 2017	(r51185)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 SUBDIR = developers-handbook
-#SUBDIR+= faq
+SUBDIR+= faq
 SUBDIR+= fdp-primer
 SUBDIR+= handbook
 SUBDIR+= porters-handbook

Modified: head/zh_TW.UTF-8/htdocs/index.xsl
==============================================================================
--- head/zh_TW.UTF-8/htdocs/index.xsl	Tue Nov  7 04:28:06 2017	(r51184)
+++ head/zh_TW.UTF-8/htdocs/index.xsl	Tue Nov  7 08:36:58 2017	(r51185)
@@ -141,7 +141,7 @@
 					  <a href="&enbase;/support/bugreports.html" title="問題回報">問題回報</a>
 					</li>
 					<li>
-					  <a href="&enbase;/doc/en_US.ISO8859-1/books/faq/index.html" title="FAQ">FAQ</a>
+					  <a href="&enbase;/doc/zh_TW.UTF-8/books/faq/index.html" title="FAQ">FAQ</a>
 					</li>
 					<li>
 					  <a href="&enbase;/doc/zh_TW.UTF-8/books/handbook/index.html" title="使用手冊">使用手冊</a>



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