Transit to new index.html.
This commit is contained in:
parent
a98aee4b31
commit
e28c5b9f5e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=10239
7 changed files with 291 additions and 226 deletions
21
ja/Makefile
21
ja/Makefile
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/ja/Makefile,v 1.46 2000/12/30 14:25:12 hrs Exp $
|
||||
# $FreeBSD: www/ja/Makefile,v 1.47 2001/08/08 02:08:09 kuriyama Exp $
|
||||
# The FreeBSD Japanese Documentation Project
|
||||
# Original revision: 1.58
|
||||
|
||||
|
@ -17,7 +17,6 @@ DOCS+= availability.sgml
|
|||
DOCS+= docs.sgml
|
||||
DOCS+= features.sgml
|
||||
DOCS+= register.sgml
|
||||
DOCS+= index.sgml
|
||||
DOCS+= internet.sgml
|
||||
DOCS+= mailto.sgml
|
||||
DOCS+= publish.sgml
|
||||
|
@ -31,7 +30,8 @@ DOCS+= jabout.sgml
|
|||
|
||||
# These will be directly installed.
|
||||
|
||||
#DATA= robots.txt
|
||||
#DATA= favicon.ico
|
||||
#DATA+= robots.txt
|
||||
|
||||
# Subdirectories
|
||||
# SGML
|
||||
|
@ -40,6 +40,7 @@ SUBDIR+= commercial
|
|||
SUBDIR+= docproj
|
||||
SUBDIR+= news
|
||||
SUBDIR+= alpha
|
||||
|
||||
SUBDIR+= internal
|
||||
SUBDIR+= java
|
||||
SUBDIR+= copyright
|
||||
|
@ -52,6 +53,16 @@ SUBDIR+= smp
|
|||
SUBDIR+= conspectus
|
||||
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
|
||||
SUBDIR+= ports
|
||||
# SUBDIR+= doc
|
||||
# .endif
|
||||
# .if defined(BUILD_RELNOTES)
|
||||
# SUBDIR+= relnotes
|
||||
# .endif
|
||||
#
|
||||
# # These *must* be listed after the "doc" subdir, as they create symlinks
|
||||
# # in to it.
|
||||
# .if !defined(WEB_ONLY) || empty(WEB_ONLY)
|
||||
# SUBDIR+= tutorials
|
||||
.endif
|
||||
|
||||
# Non-SGML
|
||||
|
@ -68,6 +79,10 @@ SGMLOPTS= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr -e EUC-JP
|
|||
|
||||
WEBDIR= data/ja
|
||||
|
||||
index.html: index.xsl news/news.xml includes.xsl news/includes.xsl
|
||||
xsltproc -nonet -o index.html index.xsl news/news.xml
|
||||
# -tidy -i -m -f /dev/null index.html
|
||||
|
||||
### Revision checking
|
||||
REVCHECK= yes
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="EUC-JP" ?>
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- Original revision: 1.1 -->
|
||||
<!-- $FreeBSD: www/ja/includes.xsl,v 1.1 2001/08/07 03:58:32 kuriyama Exp $ -->
|
||||
<!-- Original revision: 1.2 -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
|
@ -92,4 +92,4 @@
|
|||
<xsl:variable name="u.rel.errata">
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/errata.html</xsl:variable>
|
||||
|
||||
</xsl:stylesheet>
|
||||
</xsl:stylesheet>
|
||||
|
|
336
ja/index.xsl
336
ja/index.xsl
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="EUC-JP" ?>
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- Original revision: 1.1 -->
|
||||
<!-- Original revision: 1.3 -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
|||
<xsl:import href="news/includes.xsl"/>
|
||||
|
||||
<xsl:variable name="base" select="'.'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD$'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/en/index.xsl,v 1.3 2001/08/07 21:30:28 jim Exp $'"/>
|
||||
<xsl:variable name="title" select="'The FreeBSD Project'"/>
|
||||
|
||||
<xsl:output type="html" encoding="EUC-JP"/>
|
||||
|
@ -111,7 +111,8 @@
|
|||
<input type="submit" value=" Go "/>
|
||||
|
||||
<br/>
|
||||
<font color="#990000"><b>言語:</b></font>
|
||||
|
||||
<font color="#990000"><b>言語: </b></font>
|
||||
<a href="../">英語</a>,
|
||||
<a href="../es/index.html">スペイン語</a>,
|
||||
<a href="../ru/index.html">ロシア語</a>,
|
||||
|
@ -123,40 +124,12 @@
|
|||
|
||||
<br/>
|
||||
|
||||
<!-- Security alert -->
|
||||
<table width="100%" bgcolor="#990000"
|
||||
cellpadding="4" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td>
|
||||
<h2 align="center">
|
||||
<font color="#FFFFFF">重要</font></h2>
|
||||
<p><font color="#FFFFFF">
|
||||
2001 年 7 月 23 日以前の FreeBSD には,
|
||||
リモートからの影響を受けるセキュリティ上の問題を
|
||||
含む telnet デーモンが含まれています.
|
||||
詳細は
|
||||
<a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-01:49.telnetd.v1.1.asc">セキュリティ勧告</a>
|
||||
をご覧下さい.</font></p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<hr size="1" noshade="noshade"/>
|
||||
|
||||
<!-- Main layout table -->
|
||||
<table border="0" cellspacing="0" cellpadding="2">
|
||||
<tr>
|
||||
<!-- Red strip down left hand of sidebar -->
|
||||
<td bgcolor="#990000"> </td>
|
||||
|
||||
<td bgcolor="#ffcc66"> </td>
|
||||
|
||||
<td></td>
|
||||
|
||||
<!-- Main body column -->
|
||||
|
||||
<td rowspan="2" align="left" valign="top">
|
||||
<!-- News / release info table -->
|
||||
<td valign="top">
|
||||
<table border="0" cellspacing="0" cellpadding="1"
|
||||
bgcolor="#000000" width="100%">
|
||||
<tr>
|
||||
|
@ -164,41 +137,113 @@
|
|||
<table cellpadding="4" cellspacing="0" border="0"
|
||||
bgcolor="#ffcc66" width="100%">
|
||||
<tr>
|
||||
<td valign="top"><b>最新ニュース</b><br/>
|
||||
<font size="-1">
|
||||
<!-- Code to pull in the most recent four news
|
||||
items -->
|
||||
<xsl:for-each select="descendant::event[position() <= 4]">
|
||||
>> <a>
|
||||
<xsl:attribute name="href">
|
||||
news/newsflash.html#<xsl:call-template name="generate-event-anchor"/>
|
||||
</xsl:attribute>
|
||||
<xsl:choose>
|
||||
<xsl:when test="count(child::title)">
|
||||
<xsl:value-of select="title"/><br/>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:value-of select="p"/><br/>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</a>
|
||||
</xsl:for-each>
|
||||
</font>
|
||||
</td>
|
||||
<td>
|
||||
<p><font size="+1" color="#990000"><b>ニュース</b></font>
|
||||
|
||||
<td valign="top"><b>最新リリース:
|
||||
<xsl:value-of select="$rel.current"/></b><br/>
|
||||
|
||||
<small>>> <a href="{$u.rel.announce}">アナウンス</a><br/>
|
||||
>> <a href="{$base}/doc/ja_JP.eucJP/books/handbook/install.html">インストールガイド</a><br/>
|
||||
>> <a href="{$u.rel.notes}">リリースノート</a><br/>
|
||||
>> <a href="{$u.rel.errata}">Errata</a></small></td>
|
||||
|
||||
<small><br/>
|
||||
・<a href="news/newsflash.html">アナウンス</a><br/>
|
||||
・<a href="news/press.html">報道</a><br/>
|
||||
・<a href="news/index.html">さらに ...</a>
|
||||
</small></p>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>ソフトウェア</b></font>
|
||||
<small><br/>
|
||||
・<a href="{$base}/handbook/mirrors.html">FreeBSD を手に入れる</a><br/>
|
||||
・<a href="releases/index.html">リリース情報</a><br/>
|
||||
・<a href="{$base}/ports/index.html">Ports Collection</a><br/>
|
||||
</small></p>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>ドキュメント</b></font>
|
||||
|
||||
<small><br/>
|
||||
・<a href="projects/newbies.html">初心者のために</a><br/>
|
||||
・<a href="{$base}/handbook/index.html">ハンドブック</a><br/>
|
||||
・<a href="{$base}/FAQ/index.html">FAQ</a><br/>
|
||||
・<a href="{$base}/docproj/index.html">Doc. Project</a><br/>
|
||||
・<a href="docs.html">さらに...</a><br/>
|
||||
</small></p>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>サポート</b></font>
|
||||
|
||||
<small><br/>
|
||||
・<a href="{$base}/support.html#mailing-list">メーリングリスト</a><br/>
|
||||
・<a href="{$base}/support.html#newsgroups">ニュースグループ</a><br/>
|
||||
・<a href="{$base}/support.html#user">ユーザグループ</a><br/>
|
||||
・<a href="{$base}/support.html#web">Web 上の資料</a><br/>
|
||||
・<a href="security/index.html">セキュリティ</a><br/>
|
||||
・<a href="{$base}/support.html">さらに...</a>
|
||||
</small></p>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>開発</b></font>
|
||||
|
||||
<small><br/>
|
||||
・<a href="projects/index.html">プロジェクト</a><br/>
|
||||
・<a href="{$base}/support.html#gnats">バグレポート</a><br/>
|
||||
・<a href="{$base}/support.html#cvs">CVS リポジトリ</a><br/>
|
||||
</small></p>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>ベンダVendors</b></font>
|
||||
|
||||
<small><br/>
|
||||
・<a href="{$base}/commercial/software_bycat.html">ソフトウェア</a><br/>
|
||||
・<a href="{$base}/commercial/hardware.html">ハードウェア</a><br/>
|
||||
・<a href="{$base}/commercial/consulting_bycat.html">コンサルティング</a><br/>
|
||||
・<a href="{$base}/commercial/misc.html">その他</a><br/>
|
||||
</small></p>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>このサイトについて</b></font>
|
||||
|
||||
<small><br/>
|
||||
・<a href="{$base}/search/index-site.html">サイトマップ</a><br/>
|
||||
・<a href="{$base}/search/search.html">検索</a><br/>
|
||||
・<a href="internal/index.html">さらに...</a><br/>
|
||||
</small></p>
|
||||
|
||||
<form action="http://www.FreeBSD.org/cgi/search.cgi" method="get">
|
||||
<small>検索:<br/>
|
||||
<input type="text" name="words" size="10"/>
|
||||
<input type="hidden" name="max" value="25"/>
|
||||
<input type="hidden" name="source" value="www"/>
|
||||
<input type="submit" value="実行"/></small>
|
||||
</form></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
|
||||
<td></td>
|
||||
|
||||
<!-- Main body column -->
|
||||
|
||||
<td align="left" valign="top" rowspan="2">
|
||||
<!-- Security alert -->
|
||||
<table border="0" cellspacing="1" cellpadding="4"
|
||||
bgcolor="#990000" width="100%">
|
||||
<tr>
|
||||
<td>
|
||||
<table bgcolor="#FFFFFF" width="100%"
|
||||
cellpadding="4" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td>
|
||||
<h2 align="center">重要</h2>
|
||||
|
||||
<p>
|
||||
2001 年 7 月 23 日以前の FreeBSD には,
|
||||
リモートからの影響を受けるセキュリティ上の問題を
|
||||
含む telnet デーモンが含まれています.
|
||||
詳細は
|
||||
<a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-01:49.telnetd.v1.1.asc">セキュリティ勧告</a>
|
||||
をご覧下さい.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h2><font color="#990000">FreeBSD とは?</font></h2>
|
||||
|
||||
<p>FreeBSD は Intel 互換機 (x86), DEC Alpha, PC-98
|
||||
|
@ -261,10 +306,10 @@
|
|||
は <a href="{$base}/copyright/index.html">無料</a> で入手でき,
|
||||
すべてのソースコードが付属しています.
|
||||
試してみようかな, という方は
|
||||
<a href="{$base}/doc/ja_JP.eucJP/books/handbook/mirrors.html">
|
||||
<a href="{$base}/handbook/mirrors.html">
|
||||
より詳しい情報</a> を
|
||||
ご覧ください.</p>
|
||||
|
||||
|
||||
<h2><font color="#990000">FreeBSD への貢献</font></h2>
|
||||
|
||||
<p>FreeBSD に貢献するのは簡単です.
|
||||
|
@ -280,107 +325,81 @@
|
|||
FreeBSD への貢献</a>
|
||||
(<a href="http://www.FreeBSD.org/handbook/contrib.html">原文</a>)
|
||||
というセクションをご覧ください.</p>
|
||||
|
||||
<br/>
|
||||
|
||||
<table border="3" cellspacing="0" cellpadding="5">
|
||||
</td>
|
||||
|
||||
<td></td>
|
||||
|
||||
<!-- Right-most column -->
|
||||
<td valign="top">
|
||||
<!-- News / release info table -->
|
||||
<table border="0" cellspacing="0" cellpadding="1"
|
||||
bgcolor="#000000" width="100%">
|
||||
<tr>
|
||||
<td>FreeBSD についてもっとよく知りたくなったら,
|
||||
FreeBSD に関連する
|
||||
<a href="{$base}/publish.html">出版物</a> や
|
||||
<a href="news/press.html">FreeBSD 関係の報道</a> の
|
||||
ギャラリーを訪ねたり, このウェブサイトを
|
||||
見てみてください!</td>
|
||||
<td>
|
||||
<table cellpadding="4" cellspacing="0" border="0"
|
||||
bgcolor="#ffcc66" width="100%">
|
||||
<tr>
|
||||
<td valign="top"><p><font size="+1" color="#990000"><b>最新リリース:
|
||||
<xsl:value-of select="$rel.current"/></b></font><br/>
|
||||
|
||||
<small>・<a href="{$u.rel.announce}">アナウンス</a><br/>
|
||||
・<a href="{$base}/handbook/install.html">インストールガイド</a><br/>
|
||||
・<a href="{$u.rel.notes}">リリースノート</a><br/>
|
||||
・<a href="{$u.rel.errata}">Errata</a></small></p>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>最新ニュース</b></font><br/>
|
||||
<font size="-1">
|
||||
<!-- Code to pull in the most recent four news
|
||||
items -->
|
||||
<xsl:for-each select="descendant::event[position() <= 20]">
|
||||
・ <a>
|
||||
<xsl:attribute name="href">
|
||||
news/newsflash.html#<xsl:call-template name="generate-event-anchor"/>
|
||||
</xsl:attribute>
|
||||
<xsl:choose>
|
||||
<xsl:when test="count(child::title)">
|
||||
<xsl:value-of select="title"/><br/>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:value-of select="p"/><br/>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</a>
|
||||
</xsl:for-each>
|
||||
</font></p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<table border="0" cellspacing="0" cellpadding="1"
|
||||
bgcolor="#000000" width="100%">
|
||||
<tr>
|
||||
<td>
|
||||
<table cellpadding="4" cellspacing="0" border="0"
|
||||
bgcolor="#FFFFFF" width="100%"><tr>
|
||||
<td>FreeBSD についてもっとよく知りたくなったら,
|
||||
FreeBSD に関連する
|
||||
<a href="{$base}/publish.html">出版物</a> や
|
||||
<a href="news/press.html">FreeBSD 関係の報道</a> の
|
||||
ギャラリーを訪ねたり, このウェブサイトを
|
||||
見てみてください!</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<!-- New row for the strip of links that normally runs down the
|
||||
left hand side. This is set up this way so that if you are
|
||||
viewing the site in a browser that does not support tables
|
||||
the main body copy will appear first, with the list of links
|
||||
at the end. It's not perfect, but it works. -->
|
||||
<tr>
|
||||
<td bgcolor="#990000"> </td>
|
||||
|
||||
<td align="left" valign="top" bgcolor="#ffcc66">
|
||||
<p><big><font color="#990000"><b>ニュース</b></font></big>
|
||||
|
||||
<small><br/>
|
||||
  <a href="news/newsflash.html">アナウンス</a><br/>
|
||||
  <a href="news/press.html">報道</a><br/>
|
||||
  <a href="news/index.html">さらに ...</a>
|
||||
</small></p>
|
||||
|
||||
<p><big><font color="#990000"><b>ソフトウェア</b></font></big>
|
||||
|
||||
<small><br/>
|
||||
  <a href="{$base}/doc/ja_JP.eucjP/books/handbook/mirrors.html">FreeBSD を手に入れる</a><br/>
|
||||
  <a href="releases/index.html">リリース情報</a><br/>
|
||||
  <a href="{$base}/ports/index.html">Ports Collection</a><br/>
|
||||
</small></p>
|
||||
|
||||
<p><big><font color="#990000"><b>ドキュメント</b></font></big>
|
||||
|
||||
<small><br/>
|
||||
  <a href="projects/newbies.html">初心者のために</a><br/>
|
||||
  <a href="{$base}/handbook/index.html">ハンドブック</a><br/>
|
||||
  <a href="{$base}/FAQ/index.html">FAQ</a><br/>
|
||||
  <a href="{$base}/docproj/index.html">Doc. Project</a><br/>
|
||||
  <a href="docs.html">さらに...</a><br/>
|
||||
</small></p>
|
||||
|
||||
<p><big><font color="#990000"><b>サポート</b></font></big>
|
||||
|
||||
<small><br/>
|
||||
  <a href="{$base}/support.html#mailing-list">メーリングリスト</a><br/>
|
||||
  <a href="{$base}/support.html#newsgroups">ニュースグループ</a><br/>
|
||||
  <a href="{$base}/support.html#user">ユーザグループ</a><br/>
|
||||
  <a href="{$base}/support.html#web">Web 上の資料</a><br/>
|
||||
  <a href="security/index.html">セキュリティ</a><br/>
|
||||
  <a href="{$base}/support.html">さらに...</a>
|
||||
</small></p>
|
||||
|
||||
<p><big><font color="#990000"><b>開発</b></font></big>
|
||||
|
||||
<small><br/>
|
||||
  <a href="projects/index.html">プロジェクト</a><br/>
|
||||
  <a href="{$base}/support.html#gnats">バグレポート</a><br/>
|
||||
  <a href="{$base}/support.html#cvs">CVS リポジトリ</a><br/>
|
||||
</small></p>
|
||||
|
||||
<p><big><font color="#990000"><b>ベンダ</b></font></big>
|
||||
|
||||
<small><br/>
|
||||
  <a href="{$base}/commercial/software_bycat.html">ソフトウェア</a><br/>
|
||||
  <a href="{$base}/commercial/hardware.html">ハードウェア</a><br/>
|
||||
  <a href="{$base}/commercial/consulting_bycat.html">コンサルティング</a><br/>
|
||||
  <a href="{$base}/commercial/misc.html">その他</a><br/>
|
||||
</small></p>
|
||||
|
||||
<p><big><font color="#990000"><b>このサイトについて</b></font></big>
|
||||
|
||||
<small><br/>
|
||||
  <a href="{$base}/search/index-site.html">サイトマップ</a><br/>
|
||||
  <a href="{$base}/search/search.html">検索</a><br/>
|
||||
  <a href="internal/index.html">さらに...</a><br/>
|
||||
</small></p>
|
||||
|
||||
<form action="http://www.FreeBSD.org/cgi/search.cgi" method="get">
|
||||
<small>  検索:<br/>
|
||||
<input type="text" name="words" size="10"/>
|
||||
<input type="hidden" name="max" value="25"/>
|
||||
<input type="hidden" name="source" value="www"/>
|
||||
<input type="submit" value="実行"/></small>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<hr/>
|
||||
|
||||
<table border="0" cellspacing="0" cellpadding="3">
|
||||
<hr noshade="noshade" size="1" />
|
||||
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="3">
|
||||
<tr>
|
||||
<td><a href="http://www.freebsdmall.com/"><img
|
||||
src="../gifs/mall_title_medium.gif" alt="[FreeBSD Mall]"
|
||||
|
@ -407,13 +426,10 @@
|
|||
<p><small>このウェブサイトは毎日 8:00 UTC と 20:00 UTC に更新しています.
|
||||
</small></p>
|
||||
|
||||
<hr/>
|
||||
|
||||
<table width="100%" cellpadding="0" border="0" cellspacing="0">
|
||||
<tr>
|
||||
<td align="left"
|
||||
valign="top"><small><a href="{$base}/mailto.html">お問い合わせ先
|
||||
</a> : <a href="jabout.html">日本語化について</a><br/>
|
||||
valign="top"><small><a href="{$base}/mailto.html">お問い合わせ先</a> : <a href="jabout.html">日本語化について</a><br/>
|
||||
<xsl:value-of select="$date"/></small></td>
|
||||
|
||||
<td align="right"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/ja/news/Makefile,v 1.25 2001/08/01 14:36:54 hrs Exp $
|
||||
# $FreeBSD: www/ja/news/Makefile,v 1.26 2001/08/08 02:11:16 kuriyama Exp $
|
||||
# The FreeBSD Japanese Documentation Project
|
||||
# Original revision: 1.23
|
||||
|
||||
|
@ -10,7 +10,6 @@
|
|||
.endif
|
||||
|
||||
DOCS= press.sgml
|
||||
DOCS+= newsflash.sgml
|
||||
DOCS+= news.sgml
|
||||
#DOCS+= webchanges.sgml
|
||||
|
||||
|
@ -29,6 +28,20 @@ INDEXLINK= news.html
|
|||
|
||||
SUBDIR= 1996
|
||||
SUBDIR+= 1997
|
||||
#SUBDIR+= 1998
|
||||
#SUBDIR+= 1999
|
||||
#SUBDIR+= 2000
|
||||
#SUBDIR+= status
|
||||
|
||||
DATA= newsflash.html
|
||||
#+= news.rdf
|
||||
|
||||
newsflash.html: newsflash.xsl news.xml includes.xsl ../includes.xsl
|
||||
xsltproc -nonet -o newsflash.html newsflash.xsl news.xml
|
||||
# -tidy -i -m -f /dev/null newsflash.html
|
||||
|
||||
news.rdf: news-rdf.xsl news.xml includes.xsl ../includes.xsl
|
||||
xsltproc -nonet -o news.rdf news-rdf.xsl news.xml
|
||||
|
||||
### Revision checking
|
||||
REVCHECK= YES
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="EUC-JP" ?>
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- Original revision: 1.1 -->
|
||||
<!-- $FreeBSD: www/ja/news/includes.xsl,v 1.1 2001/08/07 03:58:32 kuriyama Exp $ -->
|
||||
<!-- Original revision: 1.2 -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
|
|
127
ja/news/news.xml
127
ja/news/news.xml
|
@ -16,7 +16,7 @@
|
|||
synopses of this information (e.g., for syndication using RDF files),
|
||||
the contents of <title> will be preferred over <p>.
|
||||
|
||||
$FreeBSD: www/en/news/news.xml,v 1.2 2001/08/07 00:03:25 logo Exp $
|
||||
$FreeBSD: www/ja/news/news.xml,v 1.1 2001/08/07 03:58:32 kuriyama Exp $
|
||||
Original revision: 1.2
|
||||
-->
|
||||
|
||||
|
@ -28,11 +28,24 @@
|
|||
<name>8</name>
|
||||
|
||||
<day>
|
||||
<name>06</name>
|
||||
<name>7</name>
|
||||
|
||||
<event>
|
||||
<title>Pandaemonium ユーザグループ</title>
|
||||
|
||||
<p>西部オーストラリアの BSD ユーザグループである
|
||||
<a href="http://pandaemonium.newmillennium.net.au/">Pandaemoium</a>,
|
||||
が <a href="$base/support.html">サポート</a> ページに
|
||||
追加されました.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>6</name>
|
||||
|
||||
<event>
|
||||
<p>新コミッター就任: <a href="mailto:logo@FreeBSD.org">Valentino
|
||||
Vaschetto</a>(文書担当)</p>
|
||||
<p>新コミッター: <a href="mailto:logo@FreeBSD.org">Valentino
|
||||
Vaschetto</a> (文書)</p>
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
|
@ -58,7 +71,7 @@
|
|||
<name>26</name>
|
||||
|
||||
<event>
|
||||
<p>新コミッター就任: <a href="mailto:mp@FreeBSD.org">Mark Peek</a></p>
|
||||
<p>新コミッター: <a href="mailto:mp@FreeBSD.org">Mark Peek</a></p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
|
@ -66,17 +79,17 @@
|
|||
<name>16</name>
|
||||
|
||||
<event>
|
||||
<p>新コミッター就任: <a href="mailto:bbraun@FreeBSD.org">Rob
|
||||
<p>新コミッター: <a href="mailto:bbraun@FreeBSD.org">Rob
|
||||
Braun</a></p>
|
||||
</event>
|
||||
|
||||
<event>
|
||||
<p>新コミッター就任: <a href="zarzycki@FreeBSD.org">Dave
|
||||
<p>新コミッター: <a href="zarzycki@FreeBSD.org">Dave
|
||||
Zarzycki</a></p>
|
||||
</event>
|
||||
|
||||
<event>
|
||||
<p>新コミッター就任: <a href="mike@FreeBSD.org">Mike Barcroft</a></p>
|
||||
<p>新コミッター: <a href="mike@FreeBSD.org">Mike Barcroft</a></p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
|
@ -84,8 +97,8 @@
|
|||
<name>13</name>
|
||||
|
||||
<event>
|
||||
<p>新コミッター就任: <a href="mailto:chern@FreeBSD.org">Chern Lee</a>
|
||||
(文書担当)</p>
|
||||
<p>新コミッター: <a href="mailto:chern@FreeBSD.org">Chern Lee</a>
|
||||
(文書)</p>
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
|
@ -97,8 +110,8 @@
|
|||
<name>21</name>
|
||||
|
||||
<event>
|
||||
<p>新コミッター就任: <a href="mailto:brooks@FreeBSD.org">Brooks
|
||||
Davis</a> (ネットワーク, モバイル担当)</p>
|
||||
<p>新コミッター: <a href="mailto:brooks@FreeBSD.org">Brooks
|
||||
Davis</a> (ネットワーク, モバイル)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
|
@ -134,8 +147,8 @@
|
|||
<name>15</name>
|
||||
|
||||
<event>
|
||||
<p>新コミッター就任: <a href="mailto:silby@FreeBSD.org">Mike
|
||||
Silbersack</a> (ネットワーク担当)</p>
|
||||
<p>新コミッター: <a href="mailto:silby@FreeBSD.org">Mike
|
||||
Silbersack</a> (ネットワーク)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
|
@ -143,8 +156,8 @@
|
|||
<name>14</name>
|
||||
|
||||
<event>
|
||||
<p>新コミッター就任: <a href="mailto:wjv@FreeBSD.org">Johann Visagie</a>
|
||||
(Ports担当)</p>
|
||||
<p>新コミッター: <a href="mailto:wjv@FreeBSD.org">Johann Visagie</a>
|
||||
(Ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
|
@ -152,6 +165,8 @@
|
|||
<name>13</name>
|
||||
|
||||
<event>
|
||||
<title>FreeBSD 進捗レポート登場</title>
|
||||
|
||||
<p><a href="mailto:rwatson@FreeBSD.org">Robert Watson</a> は
|
||||
FreeBSD プロジェクトの
|
||||
<a href="http://docs.freebsd.org/cgi/getmsg.cgi?fetch=481962+0+archive/2001/freebsd-hackers/20010617.freebsd-hackers">進捗レポート</a>
|
||||
|
@ -164,8 +179,8 @@
|
|||
<name>11</name>
|
||||
|
||||
<event>
|
||||
<p>新コミッター就任: <a href="mailto:tobez@FreeBSD.org">Anton
|
||||
Berezin</a> (Perl全域担当)</p>
|
||||
<p>新コミッター: <a href="mailto:tobez@FreeBSD.org">Anton
|
||||
Berezin</a> (Perl全域)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
|
@ -173,13 +188,13 @@
|
|||
<name>6</name>
|
||||
|
||||
<event>
|
||||
<p>新コミッター就任: <a href="mailto:dwcjr@FreeBSD.org">David
|
||||
W. Chapman Jr.</a>(Ports担当)</p>
|
||||
<p>新コミッター: <a href="mailto:dwcjr@FreeBSD.org">David
|
||||
W. Chapman Jr.</a>(Ports)</p>
|
||||
</event>
|
||||
|
||||
<event>
|
||||
<p>新コミッター就任: <a href="mailto:markp@FreeBSD.org">Mark Pulford</a>
|
||||
(Ports担当)</p>
|
||||
<p>新コミッター: <a href="mailto:markp@FreeBSD.org">Mark Pulford</a>
|
||||
(Ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
|
@ -187,8 +202,8 @@
|
|||
<name>1</name>
|
||||
|
||||
<event>
|
||||
<p>新コミッター就任: <a href="mailto:cjc@FreeBSD.org">Crist J. Clark</a>
|
||||
(ネットワーク, セキュリティ担当)</p>
|
||||
<p>新コミッター: <a href="mailto:cjc@FreeBSD.org">Crist J. Clark</a>
|
||||
(ネットワーク, セキュリティ)</p>
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
|
@ -200,6 +215,8 @@
|
|||
<name>24</name>
|
||||
|
||||
<event>
|
||||
<title>ftp.FreeBSD.org 回復</title>
|
||||
|
||||
<p>著名な ftp サイト
|
||||
<a href="ftp://ftp.FreeBSD.org/">ftp.FreeBSD.org</a>
|
||||
は, 通常運用に復帰しました.
|
||||
|
@ -213,7 +230,7 @@
|
|||
<name>16</name>
|
||||
|
||||
<event>
|
||||
<p>新コミッター就任: <a href="mailto:pirzyk@FreeBSD.org">Jim
|
||||
<p>新コミッター: <a href="mailto:pirzyk@FreeBSD.org">Jim
|
||||
Pirzyk</a></p>
|
||||
</event>
|
||||
</day>
|
||||
|
@ -222,6 +239,8 @@
|
|||
<name>2</name>
|
||||
|
||||
<event>
|
||||
<title>New FreeBSD 'zine 発行</title>
|
||||
|
||||
<p><a href="http://www.freebsdzine.org/">FreeBSD 'zine</a>
|
||||
の 2001 年 5 月第 1 号が発行されました.
|
||||
今月から発行は月に 2 回, 1 日と 15 日に行なわれる予定です.</p>
|
||||
|
@ -236,6 +255,8 @@
|
|||
<name>27</name>
|
||||
|
||||
<event>
|
||||
<title>SMP Alpha が動作しました</title>
|
||||
|
||||
<p><a href="mailto:jhb@FreeBSD.org">John Baldwin</a> 氏,
|
||||
<a href="mailto:gallatin@FreeBSD.org">Andrew Gallatin</a> 氏,
|
||||
<a href="mailto:dfr@FreeBSD.org">Doug Rabson</a> 氏らの努力により,
|
||||
|
@ -248,13 +269,13 @@
|
|||
<name>25</name>
|
||||
|
||||
<event>
|
||||
<p>新コミッター就任: <a href="mailto:tshiozak@FreeBSD.org">塩崎 拓也
|
||||
</a> (国際化担当)</p>
|
||||
<p>新コミッター: <a href="mailto:tshiozak@FreeBSD.org">塩崎 拓也
|
||||
</a> (国際化)</p>
|
||||
</event>
|
||||
|
||||
<event>
|
||||
<p>新コミッター就任: <a href="mailto:ue@FreeBSD.org">Udo Erdelhoff</a>
|
||||
(文書担当)</p>
|
||||
<p>新コミッター: <a href="mailto:ue@FreeBSD.org">Udo Erdelhoff</a>
|
||||
(文書)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
|
@ -291,9 +312,9 @@
|
|||
<name>16</name>
|
||||
|
||||
<event>
|
||||
<p>また一人, 新コミッター就任:
|
||||
<p>また一人, 新コミッター:
|
||||
<a href="mailto:schweikh@FreeBSD.org">Jens Schweikhardt</a>
|
||||
(規格適合性 (Standards compliance) 担当)</p>
|
||||
(規格適合性 (Standards compliance) )</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
|
@ -319,8 +340,8 @@
|
|||
<name>5</name>
|
||||
|
||||
<event>
|
||||
<p>新コミッター就任: <a href="mailto:greid@FreeBSD.org">George Reid</a>
|
||||
(サウンド機能, ports 担当)</p>
|
||||
<p>新コミッター: <a href="mailto:greid@FreeBSD.org">George Reid</a>
|
||||
(サウンド機能, ports )</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
|
@ -345,8 +366,8 @@
|
|||
<name>25</name>
|
||||
|
||||
<event>
|
||||
<p>新コミッター就任: <a href="mailto:yar@FreeBSD.org">Yar Tikhiy</a>
|
||||
(ネットワーク機能担当)</p>
|
||||
<p>新コミッター: <a href="mailto:yar@FreeBSD.org">Yar Tikhiy</a>
|
||||
(ネットワーク機能)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
|
@ -354,8 +375,8 @@
|
|||
<name>24</name>
|
||||
|
||||
<event>
|
||||
<p>新コミッター就任: <a href="mailto:eric@FreeBSD.org">Eric Melville</a>
|
||||
(システムツール担当)</p>
|
||||
<p>新コミッター: <a href="mailto:eric@FreeBSD.org">Eric Melville</a>
|
||||
(システムツール)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
|
@ -372,8 +393,8 @@
|
|||
<name>9</name>
|
||||
|
||||
<event>
|
||||
<p>新コミッター就任: <a href="mailto:dd@FreeBSD.org">Dima Dorfman</a>
|
||||
(文書担当)</p>
|
||||
<p>新コミッター: <a href="mailto:dd@FreeBSD.org">Dima Dorfman</a>
|
||||
(文書)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
|
@ -381,8 +402,8 @@
|
|||
<name>7</name>
|
||||
|
||||
<event>
|
||||
<p>新コミッター就任: <a href="mailto:keichii@FreeBSD.org">Michael
|
||||
C. Wu</a> (国際化, ports 担当)</p>
|
||||
<p>新コミッター: <a href="mailto:keichii@FreeBSD.org">Michael
|
||||
C. Wu</a> (国際化, ports )</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
|
@ -390,13 +411,13 @@
|
|||
<name>6</name>
|
||||
|
||||
<event>
|
||||
<p>新コミッター就任: <a href="mailto:tmm@FreeBSD.org">Thomas
|
||||
M&ouml;stl</a> (POSIX1.e 拡張機能担当)</p>
|
||||
<p>新コミッター: <a href="mailto:tmm@FreeBSD.org">Thomas
|
||||
M&ouml;stl</a> (POSIX1.e 拡張機能)</p>
|
||||
</event>
|
||||
|
||||
<event>
|
||||
<p>新コミッター就任: <a href="mailto:orion@FreeBSD.org">Orion Hodson</a>
|
||||
(サウンド機能担当)</p>
|
||||
<p>新コミッター: <a href="mailto:orion@FreeBSD.org">Orion Hodson</a>
|
||||
(サウンド機能)</p>
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
|
@ -408,7 +429,7 @@
|
|||
<name>20</name>
|
||||
|
||||
<event>
|
||||
<p>新コミッター就任: <a href="mailto:jesper@FreeBSD.org">Jesper
|
||||
<p>新コミッター: <a href="mailto:jesper@FreeBSD.org">Jesper
|
||||
Skriver</a></p>
|
||||
</event>
|
||||
</day>
|
||||
|
@ -426,7 +447,7 @@
|
|||
<name>5</name>
|
||||
|
||||
<event>
|
||||
<p>新コミッター就任: <a href="mailto:mikeh@FreeBSD.org">Mike Heffner</a>
|
||||
<p>新コミッター: <a href="mailto:mikeh@FreeBSD.org">Mike Heffner</a>
|
||||
(監査プロジェクト)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
@ -439,8 +460,8 @@
|
|||
<name>24</name>
|
||||
|
||||
<event>
|
||||
<p>新コミッター就任: <a href="mailto:olgeni@FreeBSD.org">Jimmy
|
||||
Olgeni</a> (Ports担当)</p>
|
||||
<p>新コミッター: <a href="mailto:olgeni@FreeBSD.org">Jimmy
|
||||
Olgeni</a> (Ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
|
@ -448,8 +469,8 @@
|
|||
<name>23</name>
|
||||
|
||||
<event>
|
||||
<p>新コミッター就任: <a href="mailto:dinoex@FreeBSD.org">Dirk Meyer</a>
|
||||
(Ports担当)</p>
|
||||
<p>新コミッター: <a href="mailto:dinoex@FreeBSD.org">Dirk Meyer</a>
|
||||
(Ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
|
@ -457,8 +478,8 @@
|
|||
<name>20</name>
|
||||
|
||||
<event>
|
||||
<p>新コミッター就任: <a href="mailto:ijliao@FreeBSD.org">Ying-chieh
|
||||
Liao</a> (Ports担当)</p>
|
||||
<p>新コミッター: <a href="mailto:ijliao@FreeBSD.org">Ying-chieh
|
||||
Liao</a> (Ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="EUC-JP" ?>
|
||||
|
||||
<!-- $FreeBSD: www/en/news/newsflash.xsl,v 1.1 2001/08/06 06:59:11 nik Exp $ -->
|
||||
<!-- $FreeBSD: www/ja/news/newsflash.xsl,v 1.1 2001/08/07 03:58:32 kuriyama Exp $ -->
|
||||
<!-- Original revision: 1.1 -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
@ -11,9 +11,9 @@
|
|||
|
||||
<xsl:variable name="base" select="'..'"/>
|
||||
<xsl:variable name="title" select="'FreeBSD News Flash'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/en/news/newsflash.xsl,v 1.1 2001/08/06 06:59:11 nik Exp $'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/ja/news/newsflash.xsl,v 1.1 2001/08/07 03:58:32 kuriyama Exp $'"/>
|
||||
|
||||
<xsl:output type="html" encoding="iso-8859-1"/>
|
||||
<xsl:output type="html" encoding="EUC-JP"/>
|
||||
|
||||
<xsl:template match="news">
|
||||
<html>
|
||||
|
|
Loading…
Reference in a new issue