aboutsummaryrefslogtreecommitdiff
path: root/ja_JP.eucJP/htdocs/ports/searching.sgml
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2012-09-14 12:11:19 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2012-09-14 12:11:19 +0000
commit165056d894e53ca5a0eecee775df350882dc6220 (patch)
treea6a8dce7fd7da641b4fc2a832ad52b054d1358e3 /ja_JP.eucJP/htdocs/ports/searching.sgml
parentc0506bba1984fda3873a35ef4de1e2c2d1528911 (diff)
parente6f1b66a1bb1447c9e138b32eba3e010f0150c8d (diff)
downloaddoc-165056d894e53ca5a0eecee775df350882dc6220.tar.gz
doc-165056d894e53ca5a0eecee775df350882dc6220.zip
Merge the projects/sgml2xml branch:
- Documentation is updated from DocBook 4.1/SGML to DocBook 4.2/XML - Webpages are updated from HTML 4.01 Transitional to XHTML 1.0 Transitional - Static webpages are now processed by XSLT behind the scenes - Webpages are now built with less cycles; tidy has been removed and the date processing is now done by XSLT - Generated webpages are now actually valid (they did not use to be) - All XSLT stylesheets now pull in a main XSLT, which reduces duplicated markup - Site map and index are converted to an XML format with an XSLT transformation that generates the output - For docs, there is now only one entity set for both articles and books - Some trademark/legalnotice entities have been merged to a cohesive single entity file - Untranslated entity sets are now always pulled in from the English tree instead of redundant copies - The base and enbase entities are already automatically generated so remove inline definitions from individual files - Fetch the LEGAL file via http instead of depending on CVS - Convert id names to lowercase to avoid mixing different styles and for better readability - All PSGML comments are removed since they are mostly useless - Convert character entities to normal characters - Do not copy CSS files but override only necessary part - Fix build with newest tidy - Partly update the fdp-primer to reflect changes Approved by: doceng (implicit)
Notes
Notes: svn path=/head/; revision=39534
Diffstat (limited to 'ja_JP.eucJP/htdocs/ports/searching.sgml')
-rw-r--r--ja_JP.eucJP/htdocs/ports/searching.sgml46
1 files changed, 25 insertions, 21 deletions
diff --git a/ja_JP.eucJP/htdocs/ports/searching.sgml b/ja_JP.eucJP/htdocs/ports/searching.sgml
index 418c675d90..5a47c6fa26 100644
--- a/ja_JP.eucJP/htdocs/ports/searching.sgml
+++ b/ja_JP.eucJP/htdocs/ports/searching.sgml
@@ -1,8 +1,7 @@
-<!DOCTYPE html PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
-<!ENTITY base CDATA '..'>
-<!ENTITY date "$FreeBSD$">
+<?xml version="1.0" encoding="eucJP"?>
+<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
+"http://www.FreeBSD.org/XML/doc/share/sgml/xhtml10-freebsd.dtd" [
<!ENTITY title 'FreeBSD Ports の検索'>
-<!ENTITY % navinclude.ports "INCLUDE">
<!ENTITY % ports.ent SYSTEM "ports.ent">
%ports.ent;
%statistics.ent;
@@ -11,31 +10,36 @@
<!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.3 -->
-<HTML>&header;
+<html xmlns="http://www.w3.org/1999/xhtml"><head>
+ <title>&title;</title>
+
+ <cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
+ </head>
+
+ <body class="navinclude.ports">
&searchform;
-<HR>
+<hr/>
-<P>
+<p>
上のフォームを利用して、本サイトの ports を検索できます。
検索を行うと
-<A HREF="&base;/cgi/ports.cgi">より完全な検索ページ</A> が表示されます。
-</P>
+<a href="&base;/cgi/ports.cgi">より完全な検索ページ</a> が表示されます。
+</p>
-<P>しかしならが、もし、すでに Ports Collection をインストールしてあるのであれば、
-<TT>/usr/ports</TT> ディレクトリに移動した後で、
-<TT>make search name=</TT><EM>検索文字</EM> と実行すると検索が出来ます。
-すべてのオプションは <A HREF="http://cvsweb.FreeBSD.org/ports/Mk/bsd.port.subdir.mk">
-bsd.port.subdir.mk</A> で確認できます。
-</P>
+<p>しかしならが、もし、すでに Ports Collection をインストールしてあるのであれば、
+<tt>/usr/ports</tt> ディレクトリに移動した後で、
+<tt>make search name=</tt><em>検索文字</em> と実行すると検索が出来ます。
+すべてのオプションは <a href="http://cvsweb.FreeBSD.org/ports/Mk/bsd.port.subdir.mk">
+bsd.port.subdir.mk</a> で確認できます。
+</p>
-<P>
+<p>
または、
-<A HREF="http://www.FreshPorts.org">FreshPorts.org</A>
+<a href="http://www.FreshPorts.org">FreshPorts.org</a>
を訪れて、サイトを閲覧したり、ホストされているリストを購読してください。
-</P>
+</p>
-&footer;
-</BODY>
-</HTML>
+</body>
+</html>