Merge the following from the English version:
1.144 -> 1.145 docs.sgml 1.3 -> 1.5 news/newsflash.xsl
This commit is contained in:
parent
61b9335eda
commit
92ebf47837
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=13145
2 changed files with 16 additions and 10 deletions
14
ja/docs.sgml
14
ja/docs.sgml
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/ja/docs.sgml,v 1.53 2002/05/13 20:09:03 hrs Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/ja/docs.sgml,v 1.54 2002/05/16 12:03:07 hrs Exp $">
|
||||
<!ENTITY title "Documentation">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.144 -->
|
||||
<!-- Original revision: 1.145 -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -57,6 +57,11 @@
|
|||
そのものを開発している人だけではありません)
|
||||
向けの内容です。</small></p>
|
||||
|
||||
<p><a href="porters-handbook/index.html">Porter's
|
||||
ハンドブック</a><br>
|
||||
<small>サードパーティ製ソフトウェアの port を作成することを
|
||||
考えているのなら、まずこれを読みましょう。</small></p>
|
||||
|
||||
<p><a href="../doc/en_US.ISO8859-1/books/design-44bsd/index.html">
|
||||
"The Design and Implementation of the 4.4BSD Operating System"
|
||||
第二章</a> (翻訳版近日公開)<br>
|
||||
|
@ -74,11 +79,6 @@
|
|||
<small>FreeBSD で PPP を設定するのに必要な知識全てが詰まっています。
|
||||
</small></p>
|
||||
|
||||
<p><a href="porters-handbook/index.html">Porter's
|
||||
ハンドブック</a><br>
|
||||
<small>サードパーティソフトウェアの port を作成することを
|
||||
考えているのなら、まずこれを読んでください。</small></p>
|
||||
|
||||
<p><a href="../doc/en_US.ISO8859-1/books/fdp-primer">新しい貢献者のための
|
||||
FreeBSD ドキュメンテーションプロジェクト入門</a> (翻訳版近日公開)<br>
|
||||
<small>FreeBSD ドキュメンテーションプロジェクトに貢献し始めるのに
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="EUC-JP" ?>
|
||||
|
||||
<!-- $FreeBSD: www/ja/news/newsflash.xsl,v 1.5 2001/12/01 05:45:27 hrs Exp $ -->
|
||||
<!-- Original revision: 1.3 -->
|
||||
<!-- $FreeBSD: www/ja/news/newsflash.xsl,v 1.6 2002/03/04 12:12:40 hanai Exp $ -->
|
||||
<!-- Original revision: 1.5 -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
||||
xmlns:cvs="http://www.FreeBSD.org/XML/CVS">
|
||||
|
@ -11,6 +11,7 @@
|
|||
|
||||
|
||||
<xsl:variable name="base" select="'..'"/>
|
||||
<xsl:variable name="enbase" select="'../..'"/>
|
||||
<xsl:variable name="title" select="'FreeBSD News Flash'"/>
|
||||
<xsl:variable name="date">
|
||||
<xsl:value-of select="//cvs:keyword[@name='freebsd']"/>
|
||||
|
@ -48,9 +49,13 @@
|
|||
freebsd-announce メーリングリスト</a>を購読したい
|
||||
という方もいるかもしれませんね。</p>
|
||||
|
||||
<p>FreeBSD Java Project の最新情報については
|
||||
<p>FreeBSD Java プロジェクトの最新情報については
|
||||
<a href="{$base}/java/newsflash.html">
|
||||
FreeBSD/Java ニュースフラッシュ</a>のページをご覧ください。</p>
|
||||
|
||||
<p>FreeBSD GNOME プロジェクトの最新情報については
|
||||
<a href="{$enbase}/gnome/newsflash.html">FreeBSD/GNOME ニュースフラッシュ</a>
|
||||
のページをご覧ください。</p>
|
||||
|
||||
<p>過去、現在、そして将来のリリースの詳細については、
|
||||
<strong><a href="{$base}/releases/index.html">リリース情報</a>
|
||||
|
@ -63,6 +68,7 @@
|
|||
<xsl:apply-templates select="descendant::month"/>
|
||||
|
||||
<p>Older announcements:
|
||||
<a href="../../2001/index.html">2001</a>,
|
||||
<a href="2000/index.html">2000</a>,
|
||||
<a href="1999/index.html">1999</a>,
|
||||
<a href="1998/index.html">1998</a>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue