- Merge the following from the English version:
r45654 -> r45922 head/ja_JP.eucJP/htdocs/search/search.xml
This commit is contained in:
parent
20c5805b7d
commit
98c4808655
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45924
1 changed files with 27 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
<!ENTITY title "検索">
|
<!ENTITY title "検索">
|
||||||
]>
|
]>
|
||||||
<!-- The FreeBSD Japanese Documentation Project -->
|
<!-- The FreeBSD Japanese Documentation Project -->
|
||||||
<!-- Original revision: r45654 -->
|
<!-- Original revision: r45922 -->
|
||||||
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
|
@ -19,6 +19,8 @@
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#web">ウェブページ</a></li>
|
<li><a href="#web">ウェブページ</a></li>
|
||||||
|
<li><a href="#manpages">マニュアルページ</a></li>
|
||||||
|
<li><a href="#ports">移植済みアプリケーション</a></li>
|
||||||
<li><a href="#mailinglists">メーリングリストアーカイブ</a></li>
|
<li><a href="#mailinglists">メーリングリストアーカイブ</a></li>
|
||||||
<li><a href="search-mid.html">Message-ID</a></li>
|
<li><a href="search-mid.html">Message-ID</a></li>
|
||||||
<li><a href="https://bugs.FreeBSD.org/search/">
|
<li><a href="https://bugs.FreeBSD.org/search/">
|
||||||
|
@ -74,13 +76,11 @@
|
||||||
<td><input type="checkbox" name="source" value="www-hu"/>ウェブページ (ハンガリー語)</td>
|
<td><input type="checkbox" name="source" value="www-hu"/>ウェブページ (ハンガリー語)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><input type="checkbox" name="source" value="pkgdescr"/>移植済みアプリケーション</td>
|
|
||||||
<td><input type="checkbox" name="source" value="www-fr"/>ウェブページ (フランス語)</td>
|
<td><input type="checkbox" name="source" value="www-fr"/>ウェブページ (フランス語)</td>
|
||||||
<td><input type="checkbox" name="source" value="www-it"/>ウェブページ (イタリア語)</td>
|
<td><input type="checkbox" name="source" value="www-it"/>ウェブページ (イタリア語)</td>
|
||||||
<td><input type="checkbox" name="source" value="www-zh"/>ウェブページ (中国語)</td>
|
<td><input type="checkbox" name="source" value="www-zh"/>ウェブページ (中国語)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><input type="checkbox" name="source" value="manpages"/>マニュアルページ</td>
|
|
||||||
<td><input type="checkbox" name="source" value="www-ja"/>ウェブページ (日本語)</td>
|
<td><input type="checkbox" name="source" value="www-ja"/>ウェブページ (日本語)</td>
|
||||||
<td><input type="checkbox" name="source" value="www-ru"/>ウェブページ (ロシア語)</td>
|
<td><input type="checkbox" name="source" value="www-ru"/>ウェブページ (ロシア語)</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
|
@ -90,6 +90,30 @@
|
||||||
|
|
||||||
<hr noshade="noshade"/>
|
<hr noshade="noshade"/>
|
||||||
|
|
||||||
|
<a name="manpages"></a><h2>マニュアルページ</h2>
|
||||||
|
|
||||||
|
<h3>検索文字列</h3>
|
||||||
|
|
||||||
|
<form action="&cgibase;/man.cgi" method="get">
|
||||||
|
<input type="text" name="query" size="50"/><br/>
|
||||||
|
<input type="submit" value="検索"/>
|
||||||
|
<input type="reset" value="リセット"/>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
<hr noshade="noshade"/>
|
||||||
|
|
||||||
|
<a name="ports"></a><h2>移植済みアプリケーション</h2>
|
||||||
|
|
||||||
|
<h3>検索文字列</h3>
|
||||||
|
|
||||||
|
<form action="&cgibase;/ports.cgi" method="get">
|
||||||
|
<input type="text" name="query" size="50"/><br/>
|
||||||
|
<input type="submit" value="検索"/>
|
||||||
|
<input type="reset" value="リセット"/>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
<hr noshade="noshade"/>
|
||||||
|
|
||||||
<a name="mailinglists"></a><h2>メーリングリストのアーカイブ</h2>
|
<a name="mailinglists"></a><h2>メーリングリストのアーカイブ</h2>
|
||||||
|
|
||||||
<p><a href="http://www.FreeBSD.org/mail/">メーリングリストのアーカイブ</a>
|
<p><a href="http://www.FreeBSD.org/mail/">メーリングリストのアーカイブ</a>
|
||||||
|
|
Loading…
Reference in a new issue