Catch up with the English version:
1.45 -> 1.46 includes.sgml 1.2 -> 1.4 includes.xsl 1.62 -> 1.64 releases/index.sgml
This commit is contained in:
parent
0d712d6d33
commit
525ae37f5f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=11229
3 changed files with 16 additions and 9 deletions
ja
|
@ -1,6 +1,6 @@
|
|||
<!-- $FreeBSD: www/ja/includes.sgml,v 1.31 2001/07/28 06:27:48 kuriyama Exp $ -->
|
||||
<!-- $FreeBSD: www/ja/includes.sgml,v 1.32 2001/09/29 21:59:40 hrs Exp $ -->
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.45 -->
|
||||
<!-- Original revision: 1.46 -->
|
||||
<!--
|
||||
Base is the absolute URL for the given page, minus the actual page
|
||||
part. It should either be specified as a fully qualified URL, or
|
||||
|
@ -96,7 +96,7 @@ src="&enbase;/gifs/bar.gif" alt="
|
|||
<!ENTITY u.rel.notes '&base;/releases/&rel.current;R/notes.html'>
|
||||
<!ENTITY u.rel.announce '&base;/releases/&rel.current;R/announce.html'>
|
||||
<!ENTITY u.rel.errata '&base;/releases/&rel.current;R/errata.html'>
|
||||
|
||||
<!ENTITY u.rel.hardware '&base;/releases/&rel.current;R/hardware.html'>
|
||||
|
||||
<!-- macro for webbuild paper -->
|
||||
<!ENTITY webbuild '
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="EUC-JP" ?>
|
||||
|
||||
<!-- $FreeBSD: www/ja/includes.xsl,v 1.1 2001/08/07 03:58:32 kuriyama Exp $ -->
|
||||
<!-- Original revision: 1.2 -->
|
||||
<!-- $FreeBSD: www/ja/includes.xsl,v 1.2 2001/08/08 03:55:55 kuriyama Exp $ -->
|
||||
<!-- Original revision: 1.4 -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
|
@ -83,7 +83,7 @@
|
|||
</address>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="rel.current" select="4.3"/>
|
||||
<xsl:variable name="rel.current" select="4.4"/>
|
||||
<xsl:variable name="u.rel.notes">
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/notes.html</xsl:variable>
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/ja/releases/index.sgml,v 1.45 2001/09/19 08:47:49 kuriyama Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/ja/releases/index.sgml,v 1.46 2001/09/29 21:59:41 hrs Exp $">
|
||||
<!ENTITY title "Release Information">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/ja/releases/index.sgml,v 1.45 2001/09/19 08:47:49 kuriyama Exp $ -->
|
||||
<!-- $FreeBSD: www/ja/releases/index.sgml,v 1.46 2001/09/29 21:59:41 hrs Exp $ -->
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.62 -->
|
||||
<!-- Original revision: 1.64 -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -22,6 +22,7 @@
|
|||
<em>
|
||||
<A HREF="&u.rel.announce;">アナウンス</A> :
|
||||
<A HREF="&u.rel.notes;">リリースノート</A> :
|
||||
<!-- <a href="&u.rel.hardware;">ハードウェアノート</a> : -->
|
||||
<A HREF="&u.rel.errata;">Errata (正誤表)</A>.
|
||||
</em></p>
|
||||
|
||||
|
@ -43,6 +44,12 @@
|
|||
<b>-current</b> ブランチにおける最初のリリースは,
|
||||
2002 年第四四半期に, <b>FreeBSD 5.0</b> として公開される予定になっています.</p>
|
||||
|
||||
<p>FreeBSD-stable, FreeBSD-current のリリース関連文書ファイルは,
|
||||
<a HREF="&enbase;/relnotes.html">リリース文書</a>のページから
|
||||
HTML 形式で提供されています.
|
||||
また, これらのファイルは FreeBSD の開発状況を反映して,
|
||||
定期的に更新されます.</p>
|
||||
|
||||
<a name="past"></A>
|
||||
<h2>過去のリリース</h2>
|
||||
|
||||
|
|
Loading…
Reference in a new issue