diff --git a/ja/Makefile b/ja/Makefile index c67bf6ce8d..28990663ed 100644 --- a/ja/Makefile +++ b/ja/Makefile @@ -1,92 +1,92 @@ -# $FreeBSD: www/ja/Makefile,v 1.48 2001/08/08 03:55:55 kuriyama Exp $ +# $FreeBSD: www/ja/Makefile,v 1.49 2001/09/03 06:25:39 kuriyama Exp $ # The FreeBSD Japanese Documentation Project # Original revision: 1.58 .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif # These are turned into validated, normalized HTML files. DOCS= applications.sgml DOCS+= auditors.sgml DOCS+= availability.sgml DOCS+= docs.sgml DOCS+= features.sgml DOCS+= register.sgml DOCS+= internet.sgml DOCS+= mailto.sgml DOCS+= publish.sgml DOCS+= send-pr.sgml DOCS+= support.sgml DOCS+= where.sgml DOCS+= y2kbug.sgml # Japanese-only file DOCS+= jabout.sgml # These will be directly installed. #DATA= favicon.ico #DATA+= robots.txt # Subdirectories # SGML SUBDIR= security SUBDIR+= commercial SUBDIR+= docproj SUBDIR+= news SUBDIR+= alpha SUBDIR+= internal SUBDIR+= java SUBDIR+= copyright SUBDIR+= search -#SUBDIR+= gallery +SUBDIR+= gallery SUBDIR+= projects SUBDIR+= platforms SUBDIR+= releases SUBDIR+= smp SUBDIR+= conspectus .if !defined(WEB_ONLY) || empty(WEB_ONLY) SUBDIR+= ports # SUBDIR+= doc # .endif # .if defined(BUILD_RELNOTES) # SUBDIR+= relnotes # .endif # # # These *must* be listed after the "doc" subdir, as they create symlinks # # in to it. # .if !defined(WEB_ONLY) || empty(WEB_ONLY) # SUBDIR+= tutorials .endif # Non-SGML #SUBDIR+= gifs #SUBDIR+= cgi .if !defined(WEB_ONLY) || empty(WEB_ONLY) # Extern SUBDIR+= tutorials DOCSUBDIR= FAQ handbook .endif SGMLOPTS= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr -e EUC-JP WEBDIR= data/ja # index.html is special, and generated from index.xsl and news/news.xml DATA+= index.html index.html: index.xsl news/news.xml news/press.xml includes.xsl news/includes.xsl xsltproc -nonet -o index.html index.xsl news/news.xml # -tidy -i -m -f /dev/null index.html ### Revision checking REVCHECK= yes .include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/ja/gallery/Makefile b/ja/gallery/Makefile index e2e35cdeef..525b46b2a0 100644 --- a/ja/gallery/Makefile +++ b/ja/gallery/Makefile @@ -1,27 +1,41 @@ -# $FreeBSD: www/ja/gallery/Makefile,v 1.12 2000/10/02 09:16:06 kuriyama Exp $ +# $FreeBSD: www/ja/gallery/Makefile,v 1.13 2000/11/07 11:37:54 kuriyama Exp $ # The FreeBSD Japanese Documentation Project -# Original revision: 1.11 +# Original revision: 1.12 .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif -DOCS = gallery.sgml +XSLT= env SGML_CATALOG_FILES=/usr/local/share/xml/dtd/xhtml/xhtml.soc \ + xsltproc --catalogs +SRC= ../../en/gallery/gallery.xml INDEXLINK= gallery.html -CLEANFILES+= gallery.inc +DATA+= gallery.html cgallery.html npgallery.html pgallery.html -gallery.html: gallery.sgml gallery.inc -gallery.inc: ../../en/gallery/gallery.db gallery.sgml - ${PERL} ${.CURDIR}/../../en/gallery/prune.pl ${.CURDIR}/../../en/gallery/gallery.db /dev/null | \ - ${PERL} -ne 'chomp; m/([-\w]+):\s+(\d+)/ and print qq/\n/'\ - > gallery.inc +CLEANFILES+= cgallery.html npgallery.html pgallery.html gallery.html + +gallery.html: ${SRC} gallery.xsl ../includes.xsl + ${XSLT} gallery.xsl ${SRC} > gallery.html +# -tidy -i -m -f /dev/null gallery.html + +cgallery.html: ${SRC} gallery-entry.xsl + ${XSLT} --param type \'commercial\' gallery-entry.xsl ${SRC} > cgallery.html +# -tidy -i -m -f /dev/null cgallery.html + +npgallery.html: ${SRC} gallery-entry.xsl + ${XSLT} --param type \'nonprofit\' gallery-entry.xsl ${SRC} > npgallery.html +# -tidy -i -m -f /dev/null npgallery.html + +pgallery.html: ${SRC} gallery-entry.xsl + ${XSLT} --param type \'personal\' gallery-entry.xsl ${SRC} > pgallery.html +# -tidy -i -m -f /dev/null pgallery.html ### Revision checking REVCHECK= yes .include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/ja/gallery/gallery-entry.xsl b/ja/gallery/gallery-entry.xsl new file mode 100644 index 0000000000..b0f9c67856 --- /dev/null +++ b/ja/gallery/gallery-entry.xsl @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + Gallery - 商業団体 + Gallery - 非営利団体 + Gallery - 個人サイト + + Unknown value for $type: + + + + + +

FreeBSD は革新的な Internet アプリケーションやサービスを + 世界中に提供しています. + このギャラリーは FreeBSD を利用している商業団体のショーケース + となっています. + FreeBSD が あなたに 何をしてくれるのかを見つけてください. +

+
+ + +

FreeBSD は革新的な Internet アプリケーションやサービスを + 世界中に提供しています. + このギャラリーは FreeBSD を利用している非営利団体のショーケース + となっています. + FreeBSD が あなたに 何をしてくれるのかを見つけてください. +

+
+ + +

FreeBSD は革新的な Internet アプリケーションやサービスを + 世界中に提供しています. + このギャラリーは FreeBSD を利用している個人のショーケース + となっています. + FreeBSD が あなたに 何をしてくれるのかを見つけてください. +

+
+ + + + + + + + + + + + + + + + + + +

No clue what to put here for $type = + .

+
+
+ +
    + + + + +
+ + + + +
+ + + +
  • -- +
  • +
    +
    \ No newline at end of file diff --git a/ja/gallery/gallery.sgml b/ja/gallery/gallery.sgml deleted file mode 100644 index 4e58b131ba..0000000000 --- a/ja/gallery/gallery.sgml +++ /dev/null @@ -1,56 +0,0 @@ - - - - %includes; - %gallery; -]> - - - - -&header; -

    世界中で, 革新的なインターネットアプリケーションやサービスが -FreeBSD で動作しています. このギャラリーは FreeBSD を利用している -&num.total; の組織や個人の一覧です. ぜひ FreeBSD があなたのために -何ができるのかをもっと調べてみて下さい!

    -

    - - - - -

    あなたのサイトをこのリストに追加するには, 単に -このフォーム -を埋めるだけです.

    - - - - - - - - - - -
    -

    -

    -

    -

    -

    -

    -

    -

    上の "Powered by FreeBSD" のロゴは -ダウンロードして FreeBSD を利用している個人や商用のホームページで -表示させても構いません. このロゴまたは BSD デーモン -およびその類似物を営利目的で使用する場合は -Brian Tao ("power"ロゴの作者) や -Marshall Kirk McKusick -(BSD デーモンの肖像の登録商標保持者) への承諾が必要です.

    -&footer; - - diff --git a/ja/gallery/gallery.xsl b/ja/gallery/gallery.xsl new file mode 100644 index 0000000000..1df9f123ef --- /dev/null +++ b/ja/gallery/gallery.xsl @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + +

    世界中で, 革新的なインターネットアプリケーションやサービスが + FreeBSD で動作しています. このギャラリーは FreeBSD を利用している + の組織や個人の一覧です. + ぜひ FreeBSD が あなたのために何ができるのかを + もっと調べてみて下さい!

    + + + +

    あなたのサイトをこのリストに追加するには, 単に + このフォーム + を埋めるだけです.

    + + + + + + + + + + + + + + + +
    + +

    + +

    + +

    + +

    + +

    上の "Powered by FreeBSD" のロゴは + ダウンロードして FreeBSD + を利用している個人や商用のホームページで表示させても構いません. + このロゴまたは BSD デーモン + およびその類似物を営利目的で使用する場合は + Brian Tao ("power"ロゴの作者) や + Marshall Kirk McKusick + (BSD デーモンの肖像の登録商標保持者) への承諾が必要です.

    + + + + +
    +
    \ No newline at end of file