From: Akihiro MOTOKI Date: Sun, 27 Apr 2014 19:35:57 +0000 (+0900) Subject: www: Add info list X-Git-Tag: util-linux-2.12r~134 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=65352398e185f8967726054bf97bb5047834a273;p=linuxjm%2Fjm.git www: Add info list --- diff --git a/www/INDEX/Makefile b/www/INDEX/Makefile index 0d03ce0a..1b0b13a2 100644 --- a/www/INDEX/Makefile +++ b/www/INDEX/Makefile @@ -7,7 +7,7 @@ ifndef WORKDIR WORKDIR = /var/tmp/JM endif -INDICES = ldp.html linux.html gnu.html misc.html pod.html progress.html +INDICES = ldp.html linux.html gnu.html misc.html pod.html progress.html info.html .SUFFIXES: .m4 .html .m4.html: @@ -36,7 +36,7 @@ progress.html: ../bin/list_progress.perl make -C ../.. chkcvs clean: - rm -f index.html ldp.html linux.html gnu.html misc.html pod.html progress.html + rm -f index.html ldp.html linux.html gnu.html misc.html pod.html progress.html info.html install: all diff --git a/www/INDEX/index.m4 b/www/INDEX/index.m4 index 362ba6a4..8f7adeea 100644 --- a/www/INDEX/index.m4 +++ b/www/INDEX/index.m4 @@ -57,6 +57,16 @@ _HEADER(`JM インデックス') +

Info ページ

+
+
_LINK(INDEX/info.html,info ページ)
+
+ info 形式で配布されているマニュアルでsu。 + _LINK(http://www.gnu.org/,GNU) ソフトウェアでは + 詳しいマニュアルは info 形式で配布されています。 +
+
+

POD ページ

POD pages diff --git a/www/INDEX/info.m4 b/www/INDEX/info.m4 new file mode 100644 index 00000000..543bea68 --- /dev/null +++ b/www/INDEX/info.m4 @@ -0,0 +1,38 @@ +m4_dnl # index.m4: GNU m4 source for index.html. +m4_dnl # ------------------------------------------------------------------- +m4_dnl # +m4_dnl # [その他に make 時点で依存を参照するファイル] +m4_dnl # jf_www.m4: 各種 M4 マクロ定義ファイル +m4_dnl # +m4_dnl # ------------------------------------------------------------------- +m4_dnl +m4_define(_SUB_ONE) +m4_include(../jm_www.m4) +_EDIT_WARNING(index) +_HEADER(`JM インデックス (info)') + +

+ info 形式で配布されているマニュアルです。 +

+

+ 現在は _LINK(http://www.gnu.org/,GNU) ソフトウェアの info 形式のマニュアルを公開しています。 + _LINK(http://www.gnu.org/,GNU) では詳しいマニュアルは info 形式で配布されています。 +

+ +

目次

+
    +
  • _LINK(../info/info/GNU_coreutils/coreutils-ja.html, GNU coreutils) (Version 8.20)
  • +
+ +_CREDITS + +

+ _GREY_ICON + _LINK(./index.html,JM インデックスへ戻る) +

+ +_BACK_TO_HOME + + + + diff --git a/www/index.m4 b/www/index.m4 index 334a56f3..eb6b38ae 100644 --- a/www/index.m4 +++ b/www/index.m4 @@ -137,6 +137,10 @@ JM Project で翻訳された_LINK(INDEX/,マニュアルの一覧)です。
  • _LINK(INDEX/misc.html,Miscellaneous packages) : Unix 汎用のソフトウェアのうち、 GNU 以外のものを集めました。
  • +
  • _LINK(INDEX/info.html,info ページ) : + info 形式で配布されているマニュアルです。 + _LINK(http://www.gnu.org/,GNU) ソフトウェアでは詳しいマニュアルは info 形式で配布されています。
  • +
  • _LINK(INDEX/pod.html,POD ページ) : Perl 関連パッケージで良く用いられる、 POD (plain old documentation) 形式で書かれたページです。