Following changes in the English version are merged:
1.5 -> 1.6 search/Makefile 1.18 -> 1.19 search/index-site.sgml 1.47 -> 1.50 search/search.sgml 1.47 -> 1.48 search/web.atoz Submitted by: Shun SUZUKI <si006@ccm.gs.niigata-u.ac.jp> Reference: [doc-jp 7314]
This commit is contained in:
parent
3f6c5681b1
commit
c0708693a1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=7095
4 changed files with 83 additions and 40 deletions
|
@ -1,6 +1,6 @@
|
||||||
# $FreeBSD: www/ja/search/Makefile,v 1.6 1999/09/07 15:15:59 kuriyama Exp $
|
# $FreeBSD: www/ja/search/Makefile,v 1.7 1999/12/23 01:16:11 kuriyama Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.5
|
# Original revision: 1.6
|
||||||
|
|
||||||
.if exists(../Makefile.conf)
|
.if exists(../Makefile.conf)
|
||||||
.include "../Makefile.conf"
|
.include "../Makefile.conf"
|
||||||
|
@ -18,9 +18,9 @@ CLEANFILES+=atoz.sgml site.sgml
|
||||||
|
|
||||||
index-site.sgml: atoz.sgml site.sgml
|
index-site.sgml: atoz.sgml site.sgml
|
||||||
atoz.sgml: web.atoz
|
atoz.sgml: web.atoz
|
||||||
sort -fu web.atoz | perl ../../en/search/atoz.pl > ${.TARGET}
|
sort -fu web.atoz | ${PERL} ../../en/search/atoz.pl > ${.TARGET}
|
||||||
site.sgml: ../../en/search/site.map
|
site.sgml: ../../en/search/site.map
|
||||||
perl ../../en/search/site.pl < ${.ALLSRC} > ${.TARGET}
|
${PERL} ../../en/search/site.pl < ${.ALLSRC} > ${.TARGET}
|
||||||
|
|
||||||
### Revision checking
|
### Revision checking
|
||||||
REVFILES= ${DOCS:M*.sgml:S/.sgml$/.revinc/g}
|
REVFILES= ${DOCS:M*.sgml:S/.sgml$/.revinc/g}
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||||
<!ENTITY base CDATA "..">
|
<!ENTITY base CDATA "..">
|
||||||
<!ENTITY date "$FreeBSD: www/ja/search/index-site.sgml,v 1.9 1999/09/07 15:15:59 kuriyama Exp $">
|
<!ENTITY date "$FreeBSD: www/ja/search/index-site.sgml,v 1.10 1999/12/23 01:16:11 kuriyama Exp $">
|
||||||
<!ENTITY title "Site Map and Index of http://www.FreeBSD.org">
|
<!ENTITY title "Site Map and Index of http://www.FreeBSD.org">
|
||||||
<!ENTITY % rev.incl SYSTEM "index-site.revinc"> %rev.incl;
|
<!ENTITY % rev.incl SYSTEM "index-site.revinc"> %rev.incl;
|
||||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||||
<!ENTITY atoz SYSTEM "atoz.sgml">
|
<!ENTITY atoz SYSTEM "atoz.sgml">
|
||||||
<!ENTITY site SYSTEM "site.sgml">
|
<!ENTITY site SYSTEM "site.sgml">
|
||||||
]>
|
]>
|
||||||
<!-- $FreeBSD: www/ja/search/index-site.sgml,v 1.9 1999/09/07 15:15:59 kuriyama Exp $ -->
|
<!-- $FreeBSD: www/ja/search/index-site.sgml,v 1.10 1999/12/23 01:16:11 kuriyama Exp $ -->
|
||||||
<!-- The FreeBSD Japanese Documentation Project -->
|
<!-- The FreeBSD Japanese Documentation Project -->
|
||||||
<!-- Original revision: 1.18 -->
|
<!-- Original revision: 1.19 -->
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
&header;
|
&header;
|
||||||
|
@ -20,8 +20,13 @@
|
||||||
|
|
||||||
<h2>各ホームページ</h2>
|
<h2>各ホームページ</h2>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li><a href="../alpha/alpha.html">Alpha</a></li>
|
||||||
|
<li><a href="../java/index.html">Java</a></li>
|
||||||
<li><a href="../news/news.html">ニュース</a></li>
|
<li><a href="../news/news.html">ニュース</a></li>
|
||||||
<li><a href="../docs.html">ドキュメンテーション</a></li>
|
<li><a href="../docs.html">ドキュメンテーション</a></li>
|
||||||
|
<li><a href="../FAQ/index.html">FAQ</a></li>
|
||||||
|
<li><a href="../handbook/index.html">ハンドブック</a></li>
|
||||||
|
<li><a href="../tutorials/index.html">チュートリアル</a></li>
|
||||||
<li><a href="../support.html">サポート</a></li>
|
<li><a href="../support.html">サポート</a></li>
|
||||||
<li><a href="../security/security.html">セキュリティ</a></li>
|
<li><a href="../security/security.html">セキュリティ</a></li>
|
||||||
<li><a href="../releases/index.html">リリース情報</a></li>
|
<li><a href="../releases/index.html">リリース情報</a></li>
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||||
<!ENTITY base CDATA "..">
|
<!ENTITY base CDATA "..">
|
||||||
<!ENTITY date "$FreeBSD: www/ja/search/search.sgml,v 1.18 2000/01/22 01:20:38 kuriyama Exp $">
|
<!ENTITY date "$FreeBSD: www/ja/search/search.sgml,v 1.19 2000/02/19 12:24:17 kuriyama Exp $">
|
||||||
<!ENTITY title "Search">
|
<!ENTITY title "Search">
|
||||||
<!ENTITY % rev.incl SYSTEM "search.revinc"> %rev.incl;
|
<!ENTITY % rev.incl SYSTEM "search.revinc"> %rev.incl;
|
||||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||||
]>
|
]>
|
||||||
<!-- $FreeBSD: www/ja/search/search.sgml,v 1.18 2000/01/22 01:20:38 kuriyama Exp $ -->
|
<!-- $FreeBSD: www/ja/search/search.sgml,v 1.19 2000/02/19 12:24:17 kuriyama Exp $ -->
|
||||||
<!-- The FreeBSD Japanese Documentation Project -->
|
<!-- The FreeBSD Japanese Documentation Project -->
|
||||||
<!-- Original revision: 1.47 -->
|
<!-- Original revision: 1.50 -->
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
&header;
|
&header;
|
||||||
|
@ -64,7 +64,7 @@ href="searchhints.html">
|
||||||
のインデックスは毎週更新しています!</p>
|
のインデックスは毎週更新しています!</p>
|
||||||
|
|
||||||
<P>この mailing list (そのほかのも)は <a
|
<P>この mailing list (そのほかのも)は <a
|
||||||
href="http://www.geocrawler.com">GeoCrawler</a> でもアーカイブされています.
|
href="http://www.geocrawler.com/">GeoCrawler</a> でもアーカイブされています.
|
||||||
しかしながら検索に先立って登録(フリー)が必要です.
|
しかしながら検索に先立って登録(フリー)が必要です.
|
||||||
|
|
||||||
<form action="http://www.FreeBSD.org/cgi/search.cgi" method="GET">
|
<form action="http://www.FreeBSD.org/cgi/search.cgi" method="GET">
|
||||||
|
@ -89,7 +89,7 @@ href="http://www.geocrawler.com">GeoCrawler</a>
|
||||||
|
|
||||||
<SELECT NAME="sort">
|
<SELECT NAME="sort">
|
||||||
<OPTION VALUE="score">score</OPTION>
|
<OPTION VALUE="score">score</OPTION>
|
||||||
<OPTION VALUE="date">date</OPTION>
|
<!-- <OPTION VALUE="date">date</OPTION> -->
|
||||||
<OPTION VALUE="subject">subject</OPTION>
|
<OPTION VALUE="subject">subject</OPTION>
|
||||||
<OPTION VALUE="author">author</OPTION>
|
<OPTION VALUE="author">author</OPTION>
|
||||||
</SELECT>
|
</SELECT>
|
||||||
|
@ -211,7 +211,7 @@ href="http://www.geocrawler.com">GeoCrawler</a>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td><input type="checkbox" name="source"
|
<td><input type="checkbox" name="source"
|
||||||
value="cvs-committers"> <strong>Commit</strong></td>
|
value="cvs-all"> <strong>Commit</strong></td>
|
||||||
<td>FreeBSDソースツリーに生じた変更</td>
|
<td>FreeBSDソースツリーに生じた変更</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
@ -257,6 +257,12 @@ href="http://www.geocrawler.com">GeoCrawler</a>
|
||||||
<td>一般的な技術的な議論</td>
|
<td>一般的な技術的な議論</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td><input type="checkbox" name="source"
|
||||||
|
value="freebsd-i18n"> <strong>I18n</strong></td>
|
||||||
|
<td>FreeBSD の国際化</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td><input type="checkbox" name="source"
|
<td><input type="checkbox" name="source"
|
||||||
value="freebsd-isdn"> <strong>ISDN</strong></td>
|
value="freebsd-isdn"> <strong>ISDN</strong></td>
|
||||||
|
@ -311,6 +317,12 @@ href="http://www.geocrawler.com">GeoCrawler</a>
|
||||||
<td>FreeBSD の ports コレクションに関する議論</td>
|
<td>FreeBSD の ports コレクションに関する議論</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td><input type="checkbox" name="source"
|
||||||
|
value="freebsd-ppc"> <strong>PPC</strong></td>
|
||||||
|
<td>FreeBSD の PowerPC への移植</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td><input type="checkbox" name="source"
|
<td><input type="checkbox" name="source"
|
||||||
value="freebsd-realtime"> <strong>Realtime</strong></td>
|
value="freebsd-realtime"> <strong>Realtime</strong></td>
|
||||||
|
|
|
@ -4,12 +4,12 @@
|
||||||
# With the format `<titel>|<url>'.
|
# With the format `<titel>|<url>'.
|
||||||
# Empty lines or comments are ignored.
|
# Empty lines or comments are ignored.
|
||||||
#
|
#
|
||||||
# $FreeBSD: www/ja/search/web.atoz,v 1.15 1999/09/06 07:03:29 peter Exp $
|
# $FreeBSD: www/ja/search/web.atoz,v 1.16 1999/09/07 15:15:59 kuriyama Exp $
|
||||||
#
|
#
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.47
|
# Original revision: 1.48
|
||||||
|
|
||||||
# about.sgml
|
# ../internal/about.sgml
|
||||||
Usage statistics for this server|../internal/about.html
|
Usage statistics for this server|../internal/about.html
|
||||||
Statistics for this server|../internal/about.html
|
Statistics for this server|../internal/about.html
|
||||||
WWW statistics for this server|../internal/about.html
|
WWW statistics for this server|../internal/about.html
|
||||||
|
@ -17,11 +17,11 @@ Fieber, John|../internal/about.html
|
||||||
Apache http server|../internal/about.html
|
Apache http server|../internal/about.html
|
||||||
http server|../internal/about.html
|
http server|../internal/about.html
|
||||||
WWW server www.FreeBSD.ORG|../internal/about.html
|
WWW server www.FreeBSD.ORG|../internal/about.html
|
||||||
hub.cdrom.com|../internal/about.html
|
hub.freebsd.com|../internal/about.html
|
||||||
Walnut Creek CDROM, network connection|../internal/about.html
|
Walnut Creek CDROM, network connection|../internal/about.html
|
||||||
Network connection, Walnut Creek CDROM|../internal/about.html
|
Network connection, Walnut Creek CDROM|../internal/about.html
|
||||||
|
|
||||||
# applications.sgml
|
# ../applications.sgml
|
||||||
Hittinger, Mark|../applications.html
|
Hittinger, Mark|../applications.html
|
||||||
WinNet Communications|../applications.html
|
WinNet Communications|../applications.html
|
||||||
Netscape Navigator|../applications.html
|
Netscape Navigator|../applications.html
|
||||||
|
@ -33,11 +33,11 @@ Software development|../applications.html
|
||||||
Net surfing|../applications.html
|
Net surfing|../applications.html
|
||||||
Education and research|../applications.html
|
Education and research|../applications.html
|
||||||
|
|
||||||
# auditors.sgml
|
# ../auditors.sgml
|
||||||
Security, Auditors|../auditors.html
|
Security, Auditors|../auditors.html
|
||||||
Auditors|../auditors.html
|
Auditors|../auditors.html
|
||||||
|
|
||||||
# availability.sgml
|
# ../availability.sgml
|
||||||
Availability of FreeBSD|../availability.html
|
Availability of FreeBSD|../availability.html
|
||||||
Hardware requirements|../availability.html
|
Hardware requirements|../availability.html
|
||||||
Where to get it|../availability.html
|
Where to get it|../availability.html
|
||||||
|
@ -45,10 +45,10 @@ About the FreeBSD Project|../availability.html
|
||||||
Walnut Creek CD-ROM, address|../availability.html
|
Walnut Creek CD-ROM, address|../availability.html
|
||||||
Kelly, Sean|../availability.html
|
Kelly, Sean|../availability.html
|
||||||
|
|
||||||
# cgallery.sgml
|
# ../cgallery.sgml
|
||||||
Gallery, Commercial|../../gallery/cgallery.html
|
Commercial, Gallery|../../gallery/cgallery.html
|
||||||
|
|
||||||
# commercial.sgml
|
# ../commercial/commercial.sgml
|
||||||
Commercial Vendors|../commercial/commercial.html
|
Commercial Vendors|../commercial/commercial.html
|
||||||
Vendors, commercial|../commercial/commercial.html
|
Vendors, commercial|../commercial/commercial.html
|
||||||
Commercial Vendors, Consulting|../../commercial/consulting.html
|
Commercial Vendors, Consulting|../../commercial/consulting.html
|
||||||
|
@ -206,18 +206,17 @@ FreeBSD ezine|http://www.freebsdzine.org/
|
||||||
Changes at the FreeBSD Web Server|../news/webchanges.html
|
Changes at the FreeBSD Web Server|../news/webchanges.html
|
||||||
Webchanges at the FreeBSD Web Server|../news/webchanges.html
|
Webchanges at the FreeBSD Web Server|../news/webchanges.html
|
||||||
|
|
||||||
|
|
||||||
# npgallery.sgml
|
# npgallery.sgml
|
||||||
Non-profit organizations, Gallery|../../gallery/npgallery.html
|
Gallery, Non-profit organizations|../../gallery/npgallery.html
|
||||||
|
|
||||||
# npgallery.sgml
|
# npgallery.sgml
|
||||||
Personal sites, Gallery|../../gallery/pgallery.html
|
Gallery, Personal sites|../../gallery/pgallery.html
|
||||||
|
|
||||||
# ports/index.sgml
|
# ports/index.sgml
|
||||||
Ports Collection|../ports/index.html
|
Ports Collection|../ports/index.html
|
||||||
|
|
||||||
# press.sgml
|
# press.sgml
|
||||||
Press, in the|../news/press.html
|
Press Releases, Official|../news/press.html
|
||||||
|
|
||||||
# publish.sgml
|
# publish.sgml
|
||||||
Related Publications|../publish.html
|
Related Publications|../publish.html
|
||||||
|
@ -251,7 +250,16 @@ Releases, past|../releases/index.html#past
|
||||||
2.2.1 FreeBSD|../releases/index.html#past
|
2.2.1 FreeBSD|../releases/index.html#past
|
||||||
2.2.2 FreeBSD|../releases/index.html#past
|
2.2.2 FreeBSD|../releases/index.html#past
|
||||||
2.2.5 FreeBSD|../releases/index.html#past
|
2.2.5 FreeBSD|../releases/index.html#past
|
||||||
2.2.6 FreeBSD|../releases/index.html#current
|
2.2.6 FreeBSD|../releases/index.html#past
|
||||||
|
2.2.6 FreeBSD|../releases/index.html#past
|
||||||
|
2.2.7 FreeBSD|../releases/index.html#past
|
||||||
|
2.2.8 FreeBSD|../releases/index.html#past
|
||||||
|
3.0 FreeBSD|../releases/index.html#past
|
||||||
|
3.1 FreeBSD|../releases/index.html#past
|
||||||
|
3.2 FreeBSD|../releases/index.html#past
|
||||||
|
3.3 FreeBSD|../releases/index.html#past
|
||||||
|
3.4 FreeBSD|../releases/index.html#past
|
||||||
|
4.0 FreeBSD|../releases/index.html#current
|
||||||
|
|
||||||
# search.sgml
|
# search.sgml
|
||||||
Search Services|search.html
|
Search Services|search.html
|
||||||
|
@ -289,20 +297,37 @@ Mailing lists, Czech|../support.html#mailing-list
|
||||||
Mailing lists, Polish|../support.html#mailing-list
|
Mailing lists, Polish|../support.html#mailing-list
|
||||||
Mailing lists, Portuguese|../support.html#mailing-list
|
Mailing lists, Portuguese|../support.html#mailing-list
|
||||||
Mailing lists, Japanese|../support.html#mailing-list
|
Mailing lists, Japanese|../support.html#mailing-list
|
||||||
Mailing lists, Japanese|../support.html#mailing-list
|
|
||||||
Mailing lists, Hungarian|../support.html#mailing-list
|
Mailing lists, Hungarian|../support.html#mailing-list
|
||||||
|
Mailing lists, Itilian|../support.html#mailing-list
|
||||||
|
Mailing lists, Russian|../support.html#mailing-list
|
||||||
|
Mailing lists, French|../support.html#mailing-list
|
||||||
|
Mailing lists, Indonesian|../support.html#mailing-list
|
||||||
|
Mailing lists, Korean|../support.html#mailing-list
|
||||||
|
Mailing lists, Netherlands|../support.html#mailing-list
|
||||||
|
Mailing lists, Spanish|../support.html#mailing-list
|
||||||
German mailing lists|../support.html#mailing-list
|
German mailing lists|../support.html#mailing-list
|
||||||
Czech mailing lists|../support.html#mailing-list
|
Czech mailing lists|../support.html#mailing-list
|
||||||
Polish mailing lists|../support.html#mailing-list
|
Polish mailing lists|../support.html#mailing-list
|
||||||
Portuguese mailing lists|../support.html#mailing-list
|
Portuguese mailing lists|../support.html#mailing-list
|
||||||
Japanese mailing lists|../support.html#mailing-list
|
Japanese mailing lists|../support.html#mailing-list
|
||||||
Hungarian mailing lists|../support.html#mailing-list
|
Hungarian mailing lists|../support.html#mailing-list
|
||||||
German web pages|../support.html#mailing-list
|
Russian mailing lists|../support.html#mailing-list
|
||||||
Czech web pages|../support.html#mailing-list
|
French mailing lists|../support.html#mailing-list
|
||||||
Portuguese web pages|../support.html#mailing-list
|
Indonesian mailing lists|../support.html#mailing-list
|
||||||
Japanese web pages|../support.html#mailing-list
|
Korean mailing lists|../support.html#mailing-list
|
||||||
Hungarian web pages|../support.html#mailing-list
|
Spanish mailing lists|../support.html#mailing-list
|
||||||
Slovakian web pages|../support.html#mailing-list
|
German web pages|../support.html#web
|
||||||
|
Czech web pages|../support.html#web
|
||||||
|
Chinese web pages|../support.html#web
|
||||||
|
Portuguese web pages|../support.html#web
|
||||||
|
Hungarian web pages|../support.html#web
|
||||||
|
Japanese web pages|../support.html#web
|
||||||
|
Slovakian web pages|../support.html#web
|
||||||
|
Russian web pages|../support.html#web
|
||||||
|
Indonesian web pages|../support.html#web
|
||||||
|
Korean web pages|../support.html#web
|
||||||
|
Polish web pages|../support.html#web
|
||||||
|
Spanish web pages|../support.html#web
|
||||||
Newsgroups|../support.html#newsgroups
|
Newsgroups|../support.html#newsgroups
|
||||||
Web Resources, mirrors|../support.html#web
|
Web Resources, mirrors|../support.html#web
|
||||||
GNATS Problem Report Database|../support.html#pr
|
GNATS Problem Report Database|../support.html#pr
|
||||||
|
@ -318,15 +343,16 @@ Hardware, support|../support.html#hardware
|
||||||
|
|
||||||
# /projects/
|
# /projects/
|
||||||
Multimedia|../projects/projects.html#multimedia
|
Multimedia|../projects/projects.html#multimedia
|
||||||
|
Mozilla|../projects/mozilla.html
|
||||||
Home Automation|../projects/projects.html#homeauto
|
Home Automation|../projects/projects.html#homeauto
|
||||||
Automation, Home|../projects/projects.html#homeauto
|
Automation, Home|../projects/projects.html#homeauto
|
||||||
Symmetric MultiProcessing (SMP)|../projects/projects.html#SMP
|
Symmetric MultiProcessing (SMP)|../projects/projects.html#SMP
|
||||||
SMP|../projects/projects.html#SMP
|
SMP|../projects/projects.html#SMP
|
||||||
Sparc|../projects/projects.html#sparc
|
Sparc|../projects/projects.html#sparc
|
||||||
FreeBSD-Sparc|../projects/projects.html#sparc
|
FreeBSD-Sparc|../projects/projects.html#sparc
|
||||||
Alpha, FreeBSD|../projects/projects.html#alpha
|
Alpha, FreeBSD|../alpha/index.html
|
||||||
DEC Alpha|../projects/projects.html#alpha
|
DEC Alpha|../alpha/index.html
|
||||||
DIGITAL Alpha|../projects/projects.html#alpha
|
DIGITAL Alpha|../alpha/index.html
|
||||||
FreeBSD/Alpha|../projects/projects.html#alpha
|
FreeBSD/Alpha|../projects/projects.html#alpha
|
||||||
Java|../projects/projects.html#java
|
Java|../projects/projects.html#java
|
||||||
PicoBSD|../projects/projects.html#picobsd
|
PicoBSD|../projects/projects.html#picobsd
|
||||||
|
@ -335,7 +361,7 @@ Related Operating System Projects|../projects/projects.html#related
|
||||||
Operating System, related projects|../projects/projects.html#related
|
Operating System, related projects|../projects/projects.html#related
|
||||||
DEVFS|../projects/projects.html#devfs
|
DEVFS|../projects/projects.html#devfs
|
||||||
soft update code|../projects/projects.html#softupdate
|
soft update code|../projects/projects.html#softupdate
|
||||||
Newbies Project|../projects/projects.html#newbies
|
Newbies Project|../projects/newbies.html
|
||||||
Hardening Project|../projects/projects.html#hardening
|
Hardening Project|../projects/projects.html#hardening
|
||||||
secure environment|../projects/projects.html#hardening
|
secure environment|../projects/projects.html#hardening
|
||||||
KAME Project|../projects/projects.html#kame
|
KAME Project|../projects/projects.html#kame
|
||||||
|
@ -348,7 +374,7 @@ USB|../projects/projects.html#usb
|
||||||
Drawbridge|../projects/projects.html#drawbridge
|
Drawbridge|../projects/projects.html#drawbridge
|
||||||
secure MobileIP via IPSec|../projects/projects.html#smn
|
secure MobileIP via IPSec|../projects/projects.html#smn
|
||||||
MobileIP via IPSec|../projects/projects.html#smn
|
MobileIP via IPSec|../projects/projects.html#smn
|
||||||
IPSec|../projects/projects.html#smn
|
IPSec|../projects/projects.html#kame
|
||||||
SMN|../projects/projects.html#smn
|
SMN|../projects/projects.html#smn
|
||||||
High-precision timekeeping|../projects/projects.html#timekeeping
|
High-precision timekeeping|../projects/projects.html#timekeeping
|
||||||
timekeeping, High-precision|../projects/projects.html#timekeeping
|
timekeeping, High-precision|../projects/projects.html#timekeeping
|
||||||
|
|
Loading…
Reference in a new issue