Refer localized version of hardware notes for 4.11R.
This commit is contained in:
parent
0889c1fecf
commit
8dbba50af7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=24008
3 changed files with 7 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="EUC-JP" ?>
|
||||
|
||||
<!-- $FreeBSD: www/ja/includes.xsl,v 1.25 2005/02/07 07:37:34 rushani Exp $ -->
|
||||
<!-- $FreeBSD: www/ja/includes.xsl,v 1.26 2005/02/28 17:47:19 rushani Exp $ -->
|
||||
<!-- Original revision: 1.20 -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
@ -88,9 +88,6 @@
|
|||
<xsl:variable name="u.rel2.errata">
|
||||
<xsl:value-of select="$enbase"/>/releases/<xsl:value-of select="$rel2.current"/>R/errata.html</xsl:variable>
|
||||
|
||||
<xsl:variable name="u.rel2.hardware">
|
||||
<xsl:value-of select="$enbase"/>/releases/<xsl:value-of select="$rel2.current"/>R/hardware.html</xsl:variable>
|
||||
|
||||
<xsl:variable name="u.rel2.installation">
|
||||
<xsl:value-of select="$enbase"/>/releases/<xsl:value-of select="$rel2.current"/>R/installation.html</xsl:variable>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="EUC-JP" ?>
|
||||
|
||||
<!-- $FreeBSD: www/ja/index.xsl,v 1.39 2004/12/30 17:53:44 hrs Exp $ -->
|
||||
<!-- $FreeBSD: www/ja/index.xsl,v 1.40 2005/02/07 07:37:34 rushani Exp $ -->
|
||||
<!-- Original revision: 1.100 -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
@ -10,7 +10,7 @@
|
|||
|
||||
<xsl:variable name="base" select="'.'"/>
|
||||
<xsl:variable name="enbase" select="'..'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/ja/index.xsl,v 1.39 2004/12/30 17:53:44 hrs Exp $'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/ja/index.xsl,v 1.40 2005/02/07 07:37:34 rushani Exp $'"/>
|
||||
<xsl:variable name="title" select="'The FreeBSD Project'"/>
|
||||
|
||||
<!-- these params should be externally bound. The values
|
||||
|
@ -263,7 +263,7 @@
|
|||
|
||||
<small>・<a href="{$enbase}/doc/ja_JP.eucJP/books/handbook/install.html">インストールガイド</a><br/>
|
||||
・<a href="{$u.rel2.notes}">リリースノート</a><br/>
|
||||
・<a href="{$u.rel2.hardware}">ハードウェアリスト (英語)</a><br/>
|
||||
・<a href="{$u.rel2.hardware}">ハードウェアリスト</a><br/>
|
||||
・<a href="{$u.rel2.installation}">インストールノート</a><br/>
|
||||
・<a href="{$u.rel2.errata}">Errata (英語)</a></small></p>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/ja/releases/4.11R/hardware.sgml,v 1.1 2005/02/02 19:15:15 hrs Exp $">
|
||||
<!ENTITY title "FreeBSD 4.11-RELEASE ハードウェアノート">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -18,8 +18,8 @@
|
|||
ものが用意されています。</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="&enbase;/releases/4.11R/hardware-i386.html">i386</a> (ąŃ¸ě)</li>
|
||||
<li><a href="&enbase;/releases/4.11R/hardware-alpha.html">Alpha</a> (ąŃ¸ě)</li>
|
||||
<li><a href="&base;/releases/4.11R/hardware-i386.html">i386</a></li>
|
||||
<li><a href="&base;/releases/4.11R/hardware-alpha.html">Alpha</a></li>
|
||||
</ul>
|
||||
|
||||
<p>現在開発中の対応プラットフォーム一覧表は
|
||||
|
|
Loading…
Reference in a new issue