doc/ko_KR.UTF-8/share/xml/freebsd-xhtml.xsl
Warren Block 3eb170849f Add Korean language support to the doc build system. Modified version
of that supplied in the PR.

PR:		202699
Submitted by:	Hoyoung Kim <trig4800@gmail.com>
Approved by:	doceng (implicit)
Differential Revision:	https://reviews.freebsd.org/D3520
2015-09-01 13:49:40 +00:00

24 lines
1 KiB
XML

<?xml version='1.0' encoding='utf-8'?>
<!--
The FreeBSD Korean Documentation Project
$FreeBSD$
Original revision: r47317
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
<xsl:template name="user.footer.navigation">
<p align="center"><small>모든 FreeBSD 문서는
<a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/">ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/</a>
에서 다운로드받으실 수 있습니다.</small></p>
<p align="center"><small><a href="http://ftp.freebsd.org/pub/FreeBSD/doc/ko_KR.UTF-8/">문서</a>를 읽고 궁금한
사항이 있으면 &lt;<a href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>&gt;
질문을 보내 주세요.<br/>이 문서에 대한 질문은 &lt;<a
href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>&gt;로 보내 주세요.</small></p>
</xsl:template>
</xsl:stylesheet>