doc/ja_JP.eucJP/htdocs/search/index-site.xsl
Hiroki Sato 52f6d56540 - Use /usr/bin/svnlite as SVN if available.
- Replace /XML/{doc,www}/ with /XML/ in SysId.
- Remove empty stylesheets in share/xsl and point share/xml/empty.xsl via
  XML catalog instead.
- Change the L10N layer in freebsd-*.xsl not to use localized XSLT
  stylesheets directly.
- Move share/xsl/* to share/xml and remove share/xsl.
- Remove obsolete share/web2c/pdftex.def.
2013-11-13 06:10:37 +00:00

53 lines
1.9 KiB
XML

<?xml version="1.0" encoding="euc-jp"?>
<!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
"http://www.FreeBSD.org/XML/share/xml/xslt10-freebsd.dtd" [
<!ENTITY title "サイトマップ">
]>
<!-- $FreeBSD$ -->
<!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.29 -->
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns="http://www.w3.org/1999/xhtml">
<xsl:import href="http://www.FreeBSD.org/XML/share/xml/libcommon.xsl"/>
<xsl:import href="http://www.FreeBSD.org/XML/share/xml/xhtml.xsl"/>
<xsl:key name="indexLetter" match="term" use="translate(substring(text, 1, 1), 'abcdefghijklmnopqrstuvwxyz', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"/>
<xsl:variable name="title">&title;</xsl:variable>
<xsl:template name="process.contentwrap">
<xsl:call-template name="html-sitemap"/>
<h2>各ホームページ</h2>
<ul>
<li><a href="&base;/commercial/commercial.html">商用ベンダ</a></li>
<li><a href="&base;/copyright/copyright.html">著作権</a></li>
<li><a href="&base;/docs.html">ドキュメンテーション</a></li>
<li><a href="&base;/internal/internal.html">内部</a></li>
<li><a href="&base;/news/news.html">ニュース</a></li>
<li><a href="&base;/platforms/">プラットフォーム</a></li>
<li><a href="&base;/ports/index.html">Ports</a></li>
<li><a href="&base;/projects/projects.html">プロジェクト</a></li>
<li><a href="&base;/releases/index.html">リリース情報</a></li>
<li><a href="&base;/search/search.html">検索</a></li>
<li><a href="&base;/security/security.html">セキュリティ</a></li>
<li><a href="&base;/support.html">サポート</a></li>
</ul>
<hr noshade="noshade"/>
<h1>A-Z 索引</h1>
<xsl:call-template name="html-index-toc"/>
<hr noshade="noshade"/>
<xsl:call-template name="html-index"/>
</xsl:template>
</xsl:stylesheet>