svn commit: r50145 - in head/zh_TW.UTF-8/htdocs: . platforms

Ruey-Cherng Yu rcyu at FreeBSD.org
Mon Apr 10 07:37:50 UTC 2017


Author: rcyu
Date: Mon Apr 10 07:37:49 2017
New Revision: 50145
URL: https://svnweb.freebsd.org/changeset/doc/50145

Log:
  - Add the "htdocs/platforms" directory
  - Translation of platforms/index.xml

Added:
  head/zh_TW.UTF-8/htdocs/platforms/
  head/zh_TW.UTF-8/htdocs/platforms/Makefile   (contents, props changed)
  head/zh_TW.UTF-8/htdocs/platforms/Makefile.inc   (contents, props changed)
  head/zh_TW.UTF-8/htdocs/platforms/index.xml   (contents, props changed)
Modified:
  head/zh_TW.UTF-8/htdocs/Makefile
  head/zh_TW.UTF-8/htdocs/index.xsl

Modified: head/zh_TW.UTF-8/htdocs/Makefile
==============================================================================
--- head/zh_TW.UTF-8/htdocs/Makefile	Sun Apr  9 09:54:10 2017	(r50144)
+++ head/zh_TW.UTF-8/htdocs/Makefile	Mon Apr 10 07:37:49 2017	(r50145)
@@ -33,6 +33,7 @@ PARAMS.usergroups=	--param pagename "'Fr
 # XML
 SUBDIR+= docs
 SUBDIR+= news
+SUBDIR+= platforms
 
 .if !defined(WEB_ONLY) || empty(WEB_ONLY)
 SUBDIR+=	doc

Modified: head/zh_TW.UTF-8/htdocs/index.xsl
==============================================================================
--- head/zh_TW.UTF-8/htdocs/index.xsl	Sun Apr  9 09:54:10 2017	(r50144)
+++ head/zh_TW.UTF-8/htdocs/index.xsl	Mon Apr 10 07:37:49 2017	(r50145)
@@ -38,7 +38,7 @@
 			<div id="frontfeaturecontent">
 				<h1> &os; 計劃</h1>
 
-				<p>&os; 是一個使用於現代伺服器,桌面與嵌入式 <a href="&enbase;/platforms/">平台</a> 的先進作業系統。
+				<p>&os; 是一個使用於現代伺服器,桌面與嵌入式 <a href="&base;/platforms/">平台</a> 的先進作業系統。
 				  由一群龐大的 
 				  <a
 				  href="&enbase;/doc/en_US.ISO8859-1/articles/contributors/staff-committers.html">社群</a>

Added: head/zh_TW.UTF-8/htdocs/platforms/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/zh_TW.UTF-8/htdocs/platforms/Makefile	Mon Apr 10 07:37:49 2017	(r50145)
@@ -0,0 +1,12 @@
+# $FreeBSD$
+
+.if exists(../Makefile.conf)
+.include "../Makefile.conf"
+.endif
+.if exists(../Makefile.inc)
+.include "../Makefile.inc"
+.endif
+
+DOCS=	index.xml
+
+.include "${DOC_PREFIX}/share/mk/web.site.mk"

Added: head/zh_TW.UTF-8/htdocs/platforms/Makefile.inc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/zh_TW.UTF-8/htdocs/platforms/Makefile.inc	Mon Apr 10 07:37:49 2017	(r50145)
@@ -0,0 +1,4 @@
+# $FreeBSD$
+
+WEBBASE?=	/data/zh_TW/platforms
+DOC_PREFIX?=	${.CURDIR}/../../../..

Added: head/zh_TW.UTF-8/htdocs/platforms/index.xml
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/zh_TW.UTF-8/htdocs/platforms/index.xml	Mon Apr 10 07:37:49 2017	(r50145)
@@ -0,0 +1,112 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
+"http://www.FreeBSD.org/XML/share/xml/xhtml10-freebsd.dtd" [
+<!ENTITY email 'freebsd-www'>
+<!ENTITY title "平台">
+]>
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <title>&title;</title>
+
+    <cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
+  </head>
+
+  <body class="navinclude.developers">
+
+    <p>如果你有 port 相關建議,或是你想提供回饋給開發者。請寄至相關的郵件論壇。</p>
+
+    <h2>支援的平台</h2>
+
+    <p>以下列出 FreeBSD 目前支援的平台清單。</p>
+
+    <table>
+      <thead>
+	<tr>
+	  <td>計劃頁面</td>
+	  <td>郵件論壇</td>
+	  <td><a href="https://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/archs.html">支援平台</a></td>
+	</tr>
+      </thead>
+
+      <tbody>
+	<tr>
+	  <td><a href="&enbase;/platforms/amd64.html">FreeBSD/amd64 計劃</a></td>
+	  <td><a href="mailto:freebsd-amd64 at FreeBSD.org">freebsd-amd64 at FreeBSD.org</a></td>
+	  <td>Tier 1</td>
+	</tr>
+	<tr>
+	  <td><a href="&enbase;/platforms/arm.html">FreeBSD/ARM 計劃</a></td>
+	  <td><a href="mailto:freebsd-arm at FreeBSD.org">freebsd-arm at FreeBSD.org</a></td>
+	  <td>Tier 2</td>
+	</tr>
+	<tr>
+	  <td><a href="&enbase;/platforms/arm.html">FreeBSD/arm64 計劃</a></td>
+	  <td><a href="mailto:freebsd-arm at FreeBSD.org">freebsd-arm at FreeBSD.org</a></td>
+	  <td>Tier 2</td>
+	</tr>
+	<tr>
+	  <td><a href="&enbase;/platforms/i386.html">FreeBSD/i386 計劃</a></td>
+	  <td><a href="mailto:freebsd-current at FreeBSD.org">freebsd-current at FreeBSD.org</a></td>
+	  <td>Tier 1</td>
+	</tr>
+	<tr>
+	  <td><a href="&enbase;/platforms/mips.html">FreeBSD/MIPS 計劃</a></td>
+	  <td><a href="mailto:freebsd-mips at FreeBSD.org">freebsd-mips at FreeBSD.org</a></td>
+	  <td>Tier 3</td>
+	</tr>
+	<tr>
+	  <td><a href="&enbase;/platforms/pc98.html">FreeBSD/pc98 計劃</a></td>
+	  <td><a href="mailto:re-pc98 at FreeBSD.org">re-pc98 at FreeBSD.org</a></td>
+	  <td>Tier 2</td>
+	</tr>
+	<tr>
+	  <td><a href="&enbase;/platforms/ppc.html">FreeBSD/ppc 計劃</a></td>
+	  <td><a href="mailto:freebsd-ppc at FreeBSD.org">freebsd-ppc at FreeBSD.org</a></td>
+	  <td>Tier 2</td>
+	</tr>
+	<tr>
+	  <td><a href="&enbase;/platforms/sparc.html">FreeBSD/sparc64 計劃</a></td>
+	  <td><a href="mailto:freebsd-sparc at FreeBSD.org">freebsd-sparc at FreeBSD.org</a></td>
+	  <td>Tier 2</td>
+	</tr>
+	<tr>
+	  <td><a href="&enbase;/platforms/xbox.html">FreeBSD/xbox 計劃</a></td>
+	  <td><a href="mailto:freebsd-current at FreeBSD.org">freebsd-current at FreeBSD.org</a></td>
+	  <td>N/A</td>
+	</tr>
+      </tbody>
+    </table>
+
+    <h2>不支援的平台</h2>
+
+    <table>
+      <thead>
+	<tr>
+	  <td>計劃頁面</td>
+	  <td>郵件論壇</td>
+	  <td><a href="https://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/archs.html">支援平台</a></td>
+	</tr>
+      </thead>
+
+      <tbody>
+	<tr>
+	  <td><a href="&enbase;/platforms/alpha.html">FreeBSD/alpha 計劃</a></td>
+	  <td><a href="mailto:freebsd-alpha at FreeBSD.org">freebsd-alpha at FreeBSD.org</a></td>
+	  <td>Tier 4 (7.0R 後不繼續支援)</td>
+	</tr>
+	<tr>
+	  <td><a href="&enbase;/platforms/ia64/index.html">FreeBSD/ia64 計劃</a></td>
+	  <td><a href="mailto:freebsd-ia64 at FreeBSD.org">freebsd-ia64 at FreeBSD.org</a></td>
+	  <td>Tier 2 到 FreeBSD 10 ,之後不支援。</td>
+	</tr>
+	<tr>
+	  <td><a href="https://wiki.freebsd.org/riscv">FreeBSD/RISC-V Project</a></td>
+	  <td><a href="mailto:freebsd-riscv at FreeBSD.org">freebsd-riscv at FreeBSD.org</a></td>
+	  <td>自 FreeBSD 12 開始為 Tier 3</td>
+	</tr>
+      </tbody>
+    </table>
+
+    <p>一般性平台問題,請寄至 <a href="mailto:freebsd-arch at FreeBSD.org">freebsd-arch at FreeBSD.org</a></p>
+  </body>
+</html>


More information about the svn-doc-head mailing list