preface.sgm 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. <!-- $XConsortium: preface.sgm /main/8 1996/08/25 15:09:35 rws $ -->
  2. <!-- (c) Copyright 1995 Digital Equipment Corporation. -->
  3. <!-- (c) Copyright 1995 Hewlett-Packard Company. -->
  4. <!-- (c) Copyright 1995 International Business Machines Corp. -->
  5. <!-- (c) Copyright 1995 Sun Microsystems, Inc. -->
  6. <!-- (c) Copyright 1995 Novell, Inc. -->
  7. <!-- (c) Copyright 1995 FUJITSU LIMITED. -->
  8. <!-- (c) Copyright 1995 Hitachi. -->
  9. <preface id="DKSUG.Pref.div.1">
  10. <title>はじめに</title>
  11. <para><emphasis>共通デスクトップ環境 デスクトップ KornShell ユーザーズガイド</emphasis>は、KornShell(kshell)で、Motif
  12. アプリケーションを作成するために必要な情報を提供しています。はじめに必要な基本的
  13. な情報に加えて、複雑さの増したいくつかのスクリプト例を説明します。
  14. このガイドを通して、<Command>dtksh</Command>という用語は、デスクトップのKornShell
  15. を意味しています。</para>
  16. <sect1 id="DKSUG.Pref.div.2">
  17. <title>対象読者</title>
  18. <para>このガイドは、Motifアプリケーションを早くかつ簡単に作成したいが、Cプログ ラミング
  19. 言語を使用する時間や知識がない、またはC言語を使用したくないプログラマの方を対象
  20. としています。kshellのプログラミング、Motif、Xtイントリンシクス、Xlibをよく理解
  21. している必要があります。C言語に関する理解も役立ちます。</para>
  22. </sect1>
  23. <sect1 id="DKSUG.Pref.div.3">
  24. <title>マニュアルの構成</title>
  25. <para><emphasis role="Lead-in">第1章「デスクトップKornShellの紹介」</emphasis>は、<command>dtksh</command>スクリプトでMotifアプリケーションを
  26. 記述し始めるときに必要な基本的な情報について説明ます。</para>
  27. <para><emphasis role="Lead-in">第2章「スクリプト例」</emphasis>は2つの簡単な<command>dtksh</command>スクリプトについて説明します。
  28. 1つめのスクリプトは、プリテン・ボード・ウィジェットにプッシュ・ボタンを作成しま
  29. す。2つめのスクリプトは、1つめのスクリプトを拡張して、プッシュ・ボタンにコール
  30. バックを追加します。</para>
  31. <para><emphasis role="Lead-in">第3章「上級トピック」</emphasis>は、<command>dtksh</command>スクリプトに関するより上級のトピックについて
  32. 説明します。</para>
  33. <para><emphasis role="Lead-in">第4章「複雑なスクリプト」</emphasis>第2章で説明したスクリプトに比べてかなり複雑なスクリプトについて
  34. 説明します。このスクリプトは、<command>find</command>コマンドに対するグラフィック・インタフェース
  35. 作成しています。</para>
  36. <para><emphasis role="Lead-in">付録A「dtkshコマンド」</emphasis>すべての<command>dtksh</command>コマンドのリストを示します。</para>
  37. <para><emphasis role="Lead-in">付録B「dtksh簡易関数」</emphasis>は、他のマニュアルには記述されていないコマンドまたは
  38. ドキュメントのマニュアル・ページで構成されています。</para>
  39. <para><emphasis role="Lead-in">付録C「script_findスクリプトのリスト」</emphasis>は、第4章で説明した複雑なスクリプトの完成したリストを示します。</para>
  40. </sect1>
  41. <sect1 id="DKSUG.Pref.div.4">
  42. <title>関連文書</title>
  43. <para>以下の文書に、kshellKのプログラミング、Motif、Xtイントリンシクス、Xlibの情報が記載されています。</para>
  44. <itemizedlist remap="Bullet1"><listitem><para><emphasis>Desktop KornShell
  45. Graphical Programming For the Common Desktop Environment Version 1.0,</emphasis>
  46. by J. Stephen Pendergrast, Jr., published by Addison-Wesley, Reading, MA
  47. 01867.</para>
  48. </listitem><listitem><para><emphasis>The New KornShell Command and Programming
  49. Language</emphasis>, by Morris I. Bolsky and David G. Korn, published by
  50. Prentice-Hall, Englewood Cliffs, NJ 07632.</para>
  51. </listitem><listitem><para><emphasis>KornShell Programming Tutorial</emphasis>,
  52. by Barry Rosenberg, published by Addison-Wesley, Reading, MA 01867.</para>
  53. </listitem><listitem><para><emphasis>Motif Programmer's Guide</emphasis>,
  54. Open Software Foundation, 11 Cambridge Center, Cambridge, MA 02142, published
  55. by Prentice-Hall, Englewood Cliffs, NJ 07632.</para>
  56. </listitem><listitem><para><emphasis>Motif Programmer's Reference</emphasis>,
  57. Open Software Foundation, 11 Cambridge Center, Cambridge, MA 02142, published
  58. by Prentice-Hall, Englewood Cliffs, NJ 07632.</para>
  59. </listitem><listitem><para><emphasis>Motif Reference Guide</emphasis>,
  60. by Douglas A. Young, published by Prentice-Hall, Englewood Cliffs, NJ 07632.
  61. </para>
  62. </listitem><listitem><para><emphasis>Mastering Motif Widgets</emphasis> (Second
  63. Edition), by Donald L. McMinds, published by Addison-Wesley, Reading, MA
  64. 01867</para>
  65. </listitem><listitem><para><emphasis>The X Window System Programming and Applications
  66. with Xt Motif Edition</emphasis>, by Douglas A. Young, published by Prentice-Hall,
  67. Englewood Cliffs, NJ 07632.</para>
  68. </listitem><listitem><para><emphasis>The Definitive Guides to the X Window
  69. System, Volume 1: Xlib Programming Manual</emphasis>, by Adrian Nye, published
  70. by O'Reilly and Associates, Sebastopol, CA 95472.</para>
  71. </listitem><listitem><para><emphasis>The Definitive Guides to the X Window
  72. System, Volume 2: Xlib Reference Manual</emphasis>, edited by Adrian Nye,
  73. published by O'Reilly and Associates, Sebastopol, CA 95472.</para>
  74. </listitem><listitem><para><emphasis>The Definitive Guides to the X Window
  75. System, Volume 3: X Window System User's Guide</emphasis>, by Valerie Quercia
  76. and Tim O'Reilly, published by O'Reilly and Associates, Sebastopol, CA 95472.
  77. </para>
  78. </listitem><listitem><para><emphasis>The Definitive Guides to the X Window
  79. System, Volume 4: X Toolkit Intrinsics Programming Manual</emphasis>, by
  80. Adrian Nye and Tim O'Reilly, published by O'Reilly and Associates, Sebastopol,
  81. CA 95472.</para>
  82. </listitem><listitem><para><emphasis>The Definitive Guides to the X Window
  83. System, Volume 5: X Toolkit Intrinsics Reference Manual,</emphasis> edited
  84. by Tim O'Reilly, published by O'Reilly and Associates, Sebastopol, CA 95472.
  85. </para>
  86. </listitem><listitem><para><emphasis>The Definitive Guides to the X Window
  87. System, Volume 6: Motif Programming Manual</emphasis>, by Dan Heller, published
  88. by O'Reilly and Associates, Sebastopol, CA 95472.</para>
  89. </listitem></itemizedlist>
  90. </sect1>
  91. <sect1 id="DKSUG.Pref.div.4a">
  92. <title>DocBook SGMLのマークアップの規則</title>
  93. <para>この本は、DocBook文書型定義(DTD)を使用したStructured Generalized Markup Language (SGML) で記述されています。
  94. 次の表で、様々な意味で使用されているDocBookのマークアップについて説明します。
  95. </para>
  96. <table id="DKSUG.Pref.tbl.1" frame="Topbot">
  97. <title>DocBook SGMLのマークアップ</title>
  98. <tgroup cols="3" colsep="0" rowsep="0">
  99. <colspec colwidth="1.65in">
  100. <colspec colwidth="2.63in">
  101. <colspec colwidth="2.92in">
  102. <thead>
  103. <row>
  104. <entry align="left" valign="bottom"><para><literal>マークアップ表示</literal></para></entry>
  105. <entry align="left" valign="bottom"><para><literal>意味</literal></para></entry>
  106. <entry align="left" valign="bottom"><para><literal>使用例</literal></para></entry></row>
  107. </thead>
  108. <tbody>
  109. <row>
  110. <entry align="left" valign="top"><para><command>AaBbCc123</command></para></entry>
  111. <entry align="left" valign="top"><para>コマンド名</para></entry>
  112. <entry align="left" valign="top"><para><command>ls</command> コマンドを使用してすべてのファイルをリストします。</para></entry>
  113. </row>
  114. <row>
  115. <entry align="left" valign="top"><para><literal>AaBbCc123</literal></para></entry>
  116. <entry align="left" valign="top"><para>コマンド・オプション名</para></entry>
  117. <entry align="left" valign="top"><para> <command>ls</command> <literal>&minus;a</literal>
  118. を使用してすべてのファイルをリストします。</para></entry>
  119. </row>
  120. <row>
  121. <entry align="left" valign="top"><para><symbol role="Variable">AaBbCc123</symbol></para></entry>
  122. <entry align="left" valign="top"><para>コマンド行の位置フォルダ:
  123. 実際に使用する特定の名前または値に置換されます。</para></entry>
  124. <entry align="left" valign="top"><para>ファイルを削除するには、<command>rm</command> <symbol role="Variable">filename</symbol>を使用します。</para></entry>
  125. </row>
  126. <row>
  127. <entry align="left" valign="top"><para><filename>AaBbCc123</filename></para></entry>
  128. <entry align="left" valign="top"><para>ファイルおよびディレクトリの名前</para></entry>
  129. <entry align="left" valign="top"><para><filename>.login</filename>ファイルを編集します。</para></entry>
  130. </row>
  131. <row>
  132. <entry align="left" valign="top"><para><emphasis>AaBbCc123</emphasis></para></entry>
  133. <entry align="left" valign="top"><para>本のタイトル、新しい語句、または強調したい語句</para></entry>
  134. <entry align="left" valign="top"><para><emphasis>ユーザーズ・ガイド</emphasis>の第6章を
  135. 参照してください。
  136. これらは<emphasis>クラス</emphasis>オプションとよばれています。
  137. これは<emphasis>ルートで行わなければいけません。</emphasis></para></entry>
  138. </row>
  139. <row>
  140. <entry align="left" valign="top"><para>[ ]</para></entry>
  141. <entry align="left" valign="top"><para>アイコン、ボタン、メニューなどのラベル名</para></entry>
  142. <entry align="left" valign="top"><para>[了解]ボタン</para></entry>
  143. </row></tbody></tgroup></table>
  144. </sect1>
  145. <sect1 id="DKSUG.Pref.div.5">
  146. <title>シェルのプロンプト文字</title>
  147. <para>次の表は、この本で使用しているシェルのプロンプト文字を示しています。</para>
  148. <table id="DKSUG.Pref.tbl.2" frame="Topbot">
  149. <title>シェルのプロンプト文字</title>
  150. <tgroup cols="3" colsep="0" rowsep="0">
  151. <?PubTbl tgroup dispwid="6.33in">
  152. <colspec colname="col1" colwidth="128*">
  153. <colspec colname="col2" colwidth="201*">
  154. <colspec colname="col3" colwidth="193*">
  155. <spanspec nameend="col2" namest="col1" spanname="1to2">
  156. <thead>
  157. <row><entry align="left" valign="bottom"><para><literal>文字</literal></para></entry><entry align="left" valign="bottom"><para><literal>意味</literal></para></entry><entry align="left" valign="bottom"><para><literal>例</literal></para></entry></row></thead>
  158. <tbody>
  159. <row>
  160. <entry align="left" valign="top"><para><filename>%</filename></para></entry>
  161. <entry align="left" valign="top"><para>UNIX Cシェルのプロンプト</para></entry>
  162. <entry align="left" valign="top"><para><filename>system%</filename></para></entry>
  163. </row>
  164. <row>
  165. <entry align="left" valign="top"><para><filename>$</filename></para></entry>
  166. <entry align="left" valign="top"><para>UNIX BourneおよびKorn シェルのプロンプト
  167. </para></entry>
  168. <entry align="left" valign="top"><para><filename>system$</filename></para></entry>
  169. </row>
  170. <row>
  171. <entry align="left" valign="top"><para><filename>#</filename></para></entry>
  172. <entry align="left" valign="top"><para>すべてのシェルのスーパーユーザのプロンプト</para></entry>
  173. <entry align="left" valign="top"><para><filename>system#</filename></para></entry>
  174. </row></tbody></tgroup><?Pub Caret></table>
  175. <note>
  176. <para>(バックスラッシュ)は、デバイスによって¥(円記号)で
  177. 表示されるものがあります。</para>
  178. </note>
  179. </sect1>
  180. </preface>
  181. <!--fickle 1.14 mif-to-docbook 1.7 01/02/96 10:26:11-->
  182. <?Pub *0000010499>