Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
110
cde/doc/C/help/Help4Help/Appendix.sgm
Normal file
110
cde/doc/C/help/Help4Help/Appendix.sgm
Normal file
@@ -0,0 +1,110 @@
|
||||
<!-- $XConsortium: Appendix.sgm /main/6 1996/09/08 22:14:02 rws $ -->
|
||||
<!-- (c) Copyright 1995 Digital Equipment Corporation. -->
|
||||
<!-- (c) Copyright 1995 Hewlett-Packard Company. -->
|
||||
<!-- (c) Copyright 1995 International Business Machines Corp. -->
|
||||
<!-- (c) Copyright 1995 Sun Microsystems, Inc. -->
|
||||
<!-- (c) Copyright 1995 Novell, Inc. -->
|
||||
<!-- (c) Copyright 1995 FUJITSU LIMITED. -->
|
||||
<!-- (c) Copyright 1995 Hitachi. -->
|
||||
<Appendix Role="notoc" Id="HelpManagerWindow">
|
||||
<Title>Help Manager Window with Help Families</Title>
|
||||
<Para>A help family includes one or more help volumes. You can select and view
|
||||
individual help volumes from Help Manager.
|
||||
</Para>
|
||||
<Graphic Entityref="Help4HelpHelpManager" Id="HH4H.MIT.fig.1"></Graphic>
|
||||
<Para>The Help Manager window contains an additional navigation button
|
||||
called Top Level. After browsing different help volumes,
|
||||
you can use Top Level to return to the Help Manager's main screen.</Para>
|
||||
<Procedure>
|
||||
<Title>See Also</Title>
|
||||
<Step>
|
||||
<ItemizedList Mark="•" Role="tight">
|
||||
<ListItem Id="HH4H.MIT.item.1">
|
||||
<Para><XRef Linkend="ToBrowseDesktopHelp"></Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
<!-- COMMENT
|
||||
The topic Using a Help Index in the tasks module contains a definition link to
|
||||
the <otherfront> element that follows; it gives examples of using
|
||||
regular expression characters.
|
||||
END COMMENT
|
||||
-->
|
||||
</Step>
|
||||
</Procedure>
|
||||
</Appendix>
|
||||
<Appendix Role="notoc" Id="regexpressions">
|
||||
<Title>Regular Expression Pattern Search</Title>
|
||||
<VariableList>
|
||||
<VarListEntry>
|
||||
<Term><Emphasis Role="heading">Character</Emphasis></Term>
|
||||
<ListItem>
|
||||
<Para><Emphasis Role="heading">Meaning</Emphasis></Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>&sigspace;. (period)</Term>
|
||||
<ListItem>
|
||||
<Para>Matches any character</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>&sigspace;* (asterisk)</Term>
|
||||
<ListItem>
|
||||
<Para>Matches 0 or more of the preceding character</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>&sigspace;? (question mark)&sigspace;</Term>
|
||||
<ListItem>
|
||||
<Para>Matches 0 or 1 of the preceding character</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>&sigspace;| (vertical bar)</Term>
|
||||
<ListItem>
|
||||
<Para>Specifies two search patterns and matches
|
||||
either pattern (logical OR)</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>&sigspace;() (parantheses)</Term>
|
||||
<ListItem>
|
||||
<Para>Encloses a pattern expression</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
</VariableList>
|
||||
<Para>To search for a character that has special meaning in a regular
|
||||
expression precede the character with a &newline; (backslash).</Para>
|
||||
<Para>&sigspace;</Para>
|
||||
<Procedure>
|
||||
<Title>Examples</Title>
|
||||
<Step>
|
||||
<Para>This expression finds index entries that contain the word "mouse"
|
||||
followed by any number of characters followed by "clicking".
|
||||
</Para>
|
||||
<ProgramListing>mouse.*clicking
|
||||
</ProgramListing>
|
||||
<Para>This expression finds index entries that contain the
|
||||
word "mouse" or "click".</Para>
|
||||
<ProgramListing>mouse | click
|
||||
</ProgramListing>
|
||||
<Para>This example finds index entries that contain "Session Manager" or "Style Manager".</Para>
|
||||
<ProgramListing>(session | style).*manager
|
||||
</ProgramListing>
|
||||
</Step>
|
||||
</Procedure>
|
||||
<Procedure>
|
||||
<Title>See Also</Title>
|
||||
<Step>
|
||||
<ItemizedList Mark="•" Role="tight">
|
||||
<ListItem Id="HH4H.MIT.item.2">
|
||||
<Para><XRef Linkend="Index-Search"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.MIT.item.3">
|
||||
<Para>For more information about regular expressions, refer to the <ComputerOutput>regexp(5)</ComputerOutput> man page
|
||||
</Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
</Step>
|
||||
</Procedure>
|
||||
</Appendix>
|
||||
274
cde/doc/C/help/Help4Help/Concepts.sgm
Normal file
274
cde/doc/C/help/Help4Help/Concepts.sgm
Normal file
@@ -0,0 +1,274 @@
|
||||
<!-- $XConsortium: Concepts.sgm /main/6 1996/09/08 22:14:10 rws $ -->
|
||||
<!-- (c) Copyright 1995 Digital Equipment Corporation. -->
|
||||
<!-- (c) Copyright 1995 Hewlett-Packard Company. -->
|
||||
<!-- (c) Copyright 1995 International Business Machines Corp. -->
|
||||
<!-- (c) Copyright 1995 Sun Microsystems, Inc. -->
|
||||
<!-- (c) Copyright 1995 Novell, Inc. -->
|
||||
<!-- (c) Copyright 1995 FUJITSU LIMITED. -->
|
||||
<!-- (c) Copyright 1995 Hitachi. -->
|
||||
<!-- Help volume: Help4Help -->
|
||||
<!-- File name: Concepts -->
|
||||
<Chapter Id="Concepts">
|
||||
<Title>Help Concepts</Title>
|
||||
<Para>These topics describe a help window, introduce hyperlinks, and explain how
|
||||
help topics are organized.
|
||||
</Para>
|
||||
<ItemizedList Mark="•">
|
||||
<ListItem Id="HH4H.CNCP.item.1">
|
||||
<Para><XRef Linkend="AHelpWindowAtAGlance"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.2">
|
||||
<Para><XRef Linkend="Hyperlinks"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.3">
|
||||
<Para><XRef Linkend="HelpTopicOrganization"></Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
<Procedure>
|
||||
<Title>See Also</Title>
|
||||
<Step>
|
||||
<ItemizedList Mark="•" Role="tight">
|
||||
<ListItem Id="HH4H.CNCP.item.4">
|
||||
<Para><XRef Linkend="Tasks"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.5">
|
||||
<Para><XRef Linkend="Table-Of-Contents"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.6">
|
||||
<Para><Link Type="jump" Linkend="SDL-RESERVED-hometopic">Home Topic</Link>
|
||||
</Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
</Step>
|
||||
</Procedure>
|
||||
<Sect1 Id="AHelpWindowAtAGlance">
|
||||
<Title>A Help Window at a Glance</Title>
|
||||
<IndexTerm>
|
||||
<Primary>topic tree, defined</Primary>
|
||||
</IndexTerm>
|
||||
<IndexTerm>
|
||||
<Primary>topic display area, defined</Primary>
|
||||
</IndexTerm>
|
||||
<ItemizedList Mark="•">
|
||||
<ListItem Id="HH4H.CNCP.item.7">
|
||||
<Para>The topic tree is an outline of help topics. You
|
||||
can scroll the list of topics, or to view a topic,
|
||||
click mouse button 1 on the title.</Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.8">
|
||||
<Para>The topic display area displays help topics.
|
||||
You can scroll the topic display area or resize the
|
||||
help window.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
<Graphic Entityref="Help4HelpGeneralHelp" Id="HH4H.CNCP.fig.1"></Graphic>
|
||||
<ItemizedList Mark="•">
|
||||
<ListItem Id="HH4H.CNCP.item.9">
|
||||
<Para>Any underlined text is a hyperlink.
|
||||
You use hyperlinks to &dquote;jump&dquote; to other topics (see <XRef Linkend="Hyperlinks">).</Para>
|
||||
<Para>&sigspace;</Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.10">
|
||||
<Para>A general help window has these buttons:</Para>
|
||||
<VariableList>
|
||||
<VarListEntry>
|
||||
<Term>Backtrack</Term>
|
||||
<ListItem>
|
||||
<Para>Returns to a previous topic.</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>History</Term>
|
||||
<ListItem>
|
||||
<Para>Lists topics and help volumes you have visited and enables you to
|
||||
redisplay a topic.</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>Index</Term>
|
||||
<ListItem>
|
||||
<Para>Opens a help index that you can search to find help
|
||||
on a subject.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
</VariableList>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
<Procedure>
|
||||
<Title>See Also</Title>
|
||||
<Step>
|
||||
<ItemizedList Mark="•" Role="tight">
|
||||
<ListItem Id="HH4H.CNCP.item.11">
|
||||
<Para><XRef Linkend="ToLocateWhereYouAre"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.12">
|
||||
<Para><XRef Linkend="HelpTopicOrganization"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.13">
|
||||
<Para><XRef Linkend="Concepts"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.14">
|
||||
<Para><XRef Linkend="Tasks"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.15">
|
||||
<Para><XRef Linkend="Table-Of-Contents"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.16">
|
||||
<Para><Link Type="jump" Linkend="SDL-RESERVED-hometopic">Home Topic</Link>
|
||||
</Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
</Step>
|
||||
</Procedure>
|
||||
</Sect1>
|
||||
<Sect1 Id="Hyperlinks">
|
||||
<Title>Hyperlinks in Help Topics</Title>
|
||||
<IndexTerm>
|
||||
<Primary>hyperlinks, types of</Primary>
|
||||
</IndexTerm>
|
||||
<IndexTerm>
|
||||
<Primary>graphic hyperlink</Primary>
|
||||
</IndexTerm>
|
||||
<IndexTerm>
|
||||
<Primary>underline, in hyperlinks</Primary>
|
||||
</IndexTerm>
|
||||
<IndexTerm>
|
||||
<Primary>dashed underline, in hyperlinks</Primary>
|
||||
</IndexTerm>
|
||||
<Para>A hyperlink can be a word, phrase, or graphic image. Graphic
|
||||
hyperlinks are shown with an open-cornered border.</Para>
|
||||
<Para>Two format styles are used to identify hyperlinks:</Para>
|
||||
<ItemizedList Mark="•">
|
||||
<ListItem Id="HH4H.CNCP.item.17">
|
||||
<Para>A solid underscore indicates a standard hyperlink that is displayed
|
||||
in the current window or a new window.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
<Figure Id="HH4H.CNCP.fig.2">
|
||||
<Title></Title>
|
||||
<Graphic Entityref="Help4HelpHyperlinksS" Id="HH4H.CNCP.grph.1"></Graphic>
|
||||
</Figure>
|
||||
<ItemizedList Mark="•">
|
||||
<ListItem Id="HH4H.CNCP.item.18">
|
||||
<Para>A dashed underscore indicates that the help topic will be displayed
|
||||
in a smaller pop-up window.</Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
<Figure Id="HH4H.CNCP.fig.3">
|
||||
<Title></Title>
|
||||
<Graphic Entityref="Help4HelpHyperlinksD" Id="HH4H.CNCP.grph.2"></Graphic>
|
||||
</Figure>
|
||||
<Para>&sigspace;</Para>
|
||||
<Procedure>
|
||||
<Title>Execution Hyperlinks</Title>
|
||||
<Step>
|
||||
<Para>Most hyperlinks display help topics, but a hyperlink can also execute a
|
||||
command. When you choose an execution hyperlink, the Help System displays
|
||||
a confirmation dialog box that enables you to choose whether to execute
|
||||
the command. To change the default behavior, see <XRef Linkend="Execution-Policy">.</Para>
|
||||
<Para>&sigspace;</Para>
|
||||
<Para>To select topics or hyperlinks using the keyboard,
|
||||
see <XRef Linkend="Mouse-And-Keyboard">.</Para>
|
||||
<Para>&sigspace;</Para>
|
||||
</Step>
|
||||
</Procedure>
|
||||
<Procedure>
|
||||
<Title>See Also</Title>
|
||||
<Step>
|
||||
<ItemizedList Mark="•" Role="tight">
|
||||
<ListItem Id="HH4H.CNCP.item.19">
|
||||
<Para><XRef Linkend="Execution-Policy"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.20">
|
||||
<Para><XRef Linkend="Mouse-And-Keyboard"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.21">
|
||||
<Para><XRef Linkend="DisplayingHelpTopics"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.22">
|
||||
<Para><XRef Linkend="Concepts"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.23">
|
||||
<Para><XRef Linkend="Tasks"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.24">
|
||||
<Para><XRef Linkend="Table-Of-Contents"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.25">
|
||||
<Para><Link Type="jump" Linkend="SDL-RESERVED-hometopic">Home Topic</Link>
|
||||
</Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
</Step>
|
||||
</Procedure>
|
||||
</Sect1>
|
||||
<Sect1 Id="HelpTopicOrganization">
|
||||
<Title>Help Topic Organization</Title>
|
||||
<IndexTerm>
|
||||
<Primary>help topic, defined</Primary>
|
||||
</IndexTerm>
|
||||
<IndexTerm>
|
||||
<Primary>help volume, defined</Primary>
|
||||
</IndexTerm>
|
||||
<IndexTerm>
|
||||
<Primary>help topics, how organized</Primary>
|
||||
</IndexTerm>
|
||||
<IndexTerm>
|
||||
<Primary>help family</Primary>
|
||||
</IndexTerm>
|
||||
<ItemizedList Mark="•">
|
||||
<ListItem Id="HH4H.CNCP.item.26">
|
||||
<Para><GlossTerm Role="nogloss"> Help Volume</GlossTerm>
|
||||
A help volume is a collection of topics that describe an application or
|
||||
a particular subject. Typically there is one help volume per application.</Para>
|
||||
<Para>Similar to an outline, a volume is a hierarchy of
|
||||
topics. For example, an application might organize its help using these
|
||||
categories: Introduction, Tasks and Reference. Each of these in turn
|
||||
contains more detailed topics.</Para>
|
||||
<Graphic Entityref="Help4HelpOrganization" Id="HH4H.CNCP.fig.4"></Graphic>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.27">
|
||||
<Para><GlossTerm Role="nogloss"> Home Topic</GlossTerm>
|
||||
The top-level topic in a volume is called the home topic. It is
|
||||
the first topic in a help volume.</Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.28">
|
||||
<Para><GlossTerm Role="nogloss"> Help Family</GlossTerm>
|
||||
A help volume can be assigned to a help family. A family includes one
|
||||
or more help volumes. This allows several related volumes to be grouped under a
|
||||
single name.</Para>
|
||||
<Para>To browse the list of help families available on your desktop, see <XRef Linkend="ToBrowseDesktopHelp">.</Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
<Procedure>
|
||||
<Title>See Also</Title>
|
||||
<Step>
|
||||
<ItemizedList Mark="•" Role="tight">
|
||||
<ListItem Id="HH4H.CNCP.item.29">
|
||||
<Para><XRef Linkend="DisplayingHelpTopics"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.30">
|
||||
<Para><XRef Linkend="ToLocateWhereYouAre"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.31">
|
||||
<Para><XRef Linkend="Concepts"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.32">
|
||||
<Para><XRef Linkend="Tasks"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.33">
|
||||
<Para><XRef Linkend="Table-Of-Contents"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.34">
|
||||
<Para><Link Type="jump" Linkend="SDL-RESERVED-hometopic">Home Topic</Link>
|
||||
</Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
</Step>
|
||||
</Procedure>
|
||||
</Sect1>
|
||||
</Chapter>
|
||||
<!--fickle 1.15 help-to-docbook 1.4 01/17/96 16:34:36-->
|
||||
36
cde/doc/C/help/Help4Help/GEntity.sgm
Normal file
36
cde/doc/C/help/Help4Help/GEntity.sgm
Normal file
@@ -0,0 +1,36 @@
|
||||
<!-- $XConsortium: GEntity.sgm /main/9 1996/11/16 13:42:33 cdedoc $ -->
|
||||
<!entity Help4HelpGeneralHelp SYSTEM "./Help4Help/graphics/genhlp.tif" NDATA TIFF>
|
||||
<!entity Help4HelpQuickHelp SYSTEM "./Help4Help/graphics/quickhlp.tif" NDATA TIFF>
|
||||
<!entity Help4HelpHyperlinksS SYSTEM "./Help4Help/graphics/hlinks.tif" NDATA TIFF>
|
||||
<!entity Help4HelpHyperlinksD SYSTEM "./Help4Help/graphics/hlinkd.tif" NDATA TIFF>
|
||||
<!entity Help4HelpPopupMenu SYSTEM "./Help4Help/graphics/popupmen.tif" NDATA TIFF>
|
||||
<!entity Help4HelpHistory SYSTEM "./Help4Help/graphics/history.tif" NDATA TIFF>
|
||||
<!entity Help4HelpSelectTopic SYSTEM "./Help4Help/graphics/seltopic.tif" NDATA TIFF>
|
||||
<!entity Help4HelpPrintDialog SYSTEM "./Help4Help/graphics/printdlg.tif" NDATA TIFF>
|
||||
<!entity Help4HelpHelpManager SYSTEM "./Help4Help/graphics/helpmgr.tif" NDATA TIFF>
|
||||
<!entity Help4HelpIndexDialog SYSTEM "./Help4Help/graphics/indexdlg.tif" NDATA TIFF>
|
||||
<!entity Help4HelpSearchVolume SYSTEM "./Help4Help/graphics/search.tif" NDATA TIFF>
|
||||
<!entity Help4HelpOrganization SYSTEM "./Help4Help/graphics/helporg.tif" NDATA TIFF>
|
||||
<!entity Help4HelpTopics SYSTEM "./Help4Help/graphics/topics.tif" NDATA TIFF>
|
||||
<!entity Help4HelpHomeGraphic SYSTEM "./Help4Help/graphics/home.tif" NDATA TIFF>
|
||||
<!entity Help4HelpIndexTop SYSTEM "./Help4Help/graphics/indextop.tif" NDATA TIFF>
|
||||
<!entity Help4HelpIndexPrefix SYSTEM "./Help4Help/graphics/indexpre.tif" NDATA TIFF>
|
||||
<!entity Help4HelpExecutionDlg SYSTEM "./Help4Help/graphics/execute.tif" NDATA TIFF>
|
||||
<!entity Help4HelpVolErrMsg SYSTEM "./Help4Help/graphics/volerr.tif" NDATA TIFF>
|
||||
<!entity Help4HelpTopicErrMsg SYSTEM "./Help4Help/graphics/topicerr.tif" NDATA TIFF>
|
||||
<!entity Help4HelpIdErrMsg SYSTEM "./Help4Help/graphics/iderr.tif" NDATA TIFF>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
86
cde/doc/C/help/Help4Help/Help4Help.sgm
Normal file
86
cde/doc/C/help/Help4Help/Help4Help.sgm
Normal file
@@ -0,0 +1,86 @@
|
||||
<!-- $XConsortium: Help4Help.sgm /main/2 1996/09/08 22:14:19 rws $ -->
|
||||
<!DOCTYPE Part PUBLIC "-//HaL and O'Reilly//DTD DocBook//EN" [
|
||||
|
||||
<!ENTITY % ISOpublishing PUBLIC "ISO 8879-1986//ENTITIES Publishing//EN">
|
||||
%ISOpublishing;
|
||||
|
||||
<!ENTITY % ISOnumeric PUBLIC "ISO 8879-1986//ENTITIES Numeric and Special Graphic//EN">
|
||||
%ISOnumeric;
|
||||
|
||||
<!ENTITY % ISOdiacritical PUBLIC "ISO 8879-1986//ENTITIES Diacritical Marks//EN">
|
||||
%ISOdiacritical;
|
||||
|
||||
<!ENTITY % ISOgeneraltech PUBLIC "ISO 8879-1986//ENTITIES General Technical//EN">
|
||||
%ISOgeneraltech;
|
||||
|
||||
<!ENTITY % ISOalatin1 PUBLIC "ISO 8879-1986//ENTITIES Added Latin 1//EN">
|
||||
%ISOalatin1;
|
||||
|
||||
<!ENTITY % ISOalatin2 PUBLIC "ISO 8879-1986//ENTITIES Added Latin 2//EN">
|
||||
%ISOalatin2;
|
||||
|
||||
<!ENTITY % ISOgreek PUBLIC "ISO 8879-1986//ENTITIES Greek Symbols//EN">
|
||||
%ISOgreek;
|
||||
|
||||
<!ENTITY % ISOboxandline PUBLIC "ISO 8879-1986//ENTITIES Box and Line Drawing//EN">
|
||||
%ISOboxandline;
|
||||
|
||||
<!ENTITY ProductName "CDE Desktop">
|
||||
<!ENTITY CDEcopyright "<GlossTerm Role=nogloss>Common Desktop Environment 2.1 Snapshot Release</GlossTerm>,
|
||||
© Copyright 1996 Digital Equipment Corp.
|
||||
© Copyright 1996 Fujitsu Limited
|
||||
© Copyright 1996 Hewlett-Packard Company
|
||||
© Copyright 1996 Hitachi, Ltd.
|
||||
© Copyright 1996 International Business Machines Corp.
|
||||
© Copyright 1996 Novell, Inc.
|
||||
© Copyright 1996 Sun Microsystems, Inc.">
|
||||
<!ENTITY dquote "”">
|
||||
<!ENTITY sigspace " ">
|
||||
<!ENTITY newline SDATA "[newlin]">
|
||||
<!ENTITY emdash "—">
|
||||
|
||||
<!entity Help4HelpGeneralHelp SYSTEM "./graphics/genhlp.tif" NDATA TIFF>
|
||||
<!entity Help4HelpQuickHelp SYSTEM "./graphics/quickhlp.tif" NDATA TIFF>
|
||||
<!entity Help4HelpHyperlinksS SYSTEM "./graphics/hlinks.tif" NDATA TIFF>
|
||||
<!entity Help4HelpHyperlinksD SYSTEM "./graphics/hlinkd.tif" NDATA TIFF>
|
||||
<!entity Help4HelpPopupMenu SYSTEM "./graphics/popupmen.tif" NDATA TIFF>
|
||||
<!entity Help4HelpHistory SYSTEM "./graphics/history.tif" NDATA TIFF>
|
||||
<!entity Help4HelpSelectTopic SYSTEM "./graphics/seltopic.tif" NDATA TIFF>
|
||||
<!entity Help4HelpPrintDialog SYSTEM "./graphics/printdlg.tif" NDATA TIFF>
|
||||
<!entity Help4HelpControlPanel SYSTEM "./graphics/helpctl.tif" NDATA TIFF>
|
||||
<!entity Help4HelpHelpManager SYSTEM "./graphics/helpmgr.tif" NDATA TIFF>
|
||||
<!entity Help4HelpIndexDialog SYSTEM "./graphics/indexdlg.tif" NDATA TIFF>
|
||||
<!entity Help4HelpSearchVolume SYSTEM "./graphics/search.tif" NDATA TIFF>
|
||||
<!entity Help4HelpOrganization SYSTEM "./graphics/helporg.tif" NDATA TIFF>
|
||||
<!entity Help4HelpTopics SYSTEM "./graphics/topics.tif" NDATA TIFF>
|
||||
<!entity Help4HelpHomeGraphic SYSTEM "./graphics/home.tif" NDATA TIFF>
|
||||
<!entity Help4HelpIndexTop SYSTEM "./graphics/indextop.tif" NDATA TIFF>
|
||||
<!entity Help4HelpIndexPrefix SYSTEM "./graphics/indexpre.tif" NDATA TIFF>
|
||||
<!entity Help4HelpExecutionDlg SYSTEM "./graphics/execute.tif" NDATA TIFF>
|
||||
<!entity Help4HelpVolErrMsg SYSTEM "./graphics/volerr.tif" NDATA TIFF>
|
||||
<!entity Help4HelpTopicErrMsg SYSTEM "./graphics/topicerr.tif" NDATA TIFF>
|
||||
<!entity Help4HelpIdErrMsg SYSTEM "./graphics/iderr.tif" NDATA TIFF>
|
||||
|
||||
<!entity Concepts SYSTEM "./Concepts.sgm">
|
||||
<!entity HomeTopic SYSTEM "./Home.sgm">
|
||||
<!entity TOC SYSTEM "./TOC.sgm">
|
||||
<!entity MetaInformation SYSTEM "./MetaInfo.sgm">
|
||||
<!entity Reference SYSTEM "./Ref.sgm">
|
||||
<!entity Tasks SYSTEM "./Tasks.sgm">
|
||||
<!entity Appendix SYSTEM "./Appendix.sgm">
|
||||
<!entity Glossary SYSTEM "./glossary.sgm">
|
||||
|
||||
]>
|
||||
|
||||
<Part>
|
||||
|
||||
&MetaInformation;
|
||||
&HomeTopic;
|
||||
&Appendix;
|
||||
&TOC;
|
||||
&Concepts;
|
||||
&Tasks;
|
||||
&Reference;
|
||||
&Glossary;
|
||||
|
||||
</Part>
|
||||
53
cde/doc/C/help/Help4Help/Home.sgm
Normal file
53
cde/doc/C/help/Help4Help/Home.sgm
Normal file
@@ -0,0 +1,53 @@
|
||||
<!-- $XConsortium: Home.sgm /main/5 1996/09/08 22:14:27 rws $ -->
|
||||
<!-- (c) Copyright 1995 Digital Equipment Corporation. -->
|
||||
<!-- (c) Copyright 1995 Hewlett-Packard Company. -->
|
||||
<!-- (c) Copyright 1995 International Business Machines Corp. -->
|
||||
<!-- (c) Copyright 1995 Sun Microsystems, Inc. -->
|
||||
<!-- (c) Copyright 1995 Novell, Inc. -->
|
||||
<!-- (c) Copyright 1995 FUJITSU LIMITED. -->
|
||||
<!-- (c) Copyright 1995 Hitachi. -->
|
||||
<!-- Help volume: Help4Help -->
|
||||
<!-- File name: HomeTopic -->
|
||||
<PartIntro Id="SDL-RESERVED-hometopic">
|
||||
<Title>Using Help</Title>
|
||||
<TitleAbbrev>Using Help</TitleAbbrev>
|
||||
<Para>Help organizes information into topics. You choose
|
||||
and display help topics in a help window.
|
||||
</Para>
|
||||
<Procedure>
|
||||
<Title>You can choose a topic in two ways:</Title>
|
||||
<Step>
|
||||
<ItemizedList Mark="•">
|
||||
<ListItem Id="HH4H.HTOP.item.1">
|
||||
<Para>Select a title in the list of topics at the top of the
|
||||
help window.</Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.HTOP.item.2">
|
||||
<Para><Emphasis>Or,</Emphasis> choose a hyperlink in the display area of the help window.</Para>
|
||||
<Para>A <Emphasis>hyperlink</Emphasis> is an active word, phrase, or graphic that
|
||||
&dquote;jumps&dquote; to a related topic. In a help window, any
|
||||
underlined text is a hyperlink. A grey open-cornered box identifies
|
||||
a graphic hyperlink.</Para>
|
||||
<Para>Hyperlinks look like this in a help topic:
|
||||
</Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
<Graphic Entityref="Help4HelpHomeGraphic" Id="HH4H.HTOP.fig.1"></Graphic>
|
||||
<Para>&sigspace;</Para>
|
||||
<Para>To learn more about using Help, click <Link Type="jump" Linkend="Table-Of-Contents">this hyperlink</Link>
|
||||
for a list of topics.</Para>
|
||||
<!-- COMMENT FOR LOCALIZERS
|
||||
You can uncomment the execution link markup that follows in order
|
||||
to capture the Execution Link Dialog Box.
|
||||
|
||||
Be SURE to replace the COMMENT symbols when finished.
|
||||
-->
|
||||
<!-- REMOVE THIS COMMENT TO INSERT AN EXECUTION LINK IN THE HOME TOPIC
|
||||
|
||||
<link hyperlink= "xclock &" type=Execute>FOR SCREEN CAPTURE EXECUTE LINK<\link>
|
||||
|
||||
-->
|
||||
</Step>
|
||||
</Procedure>
|
||||
</PartIntro>
|
||||
<!--fickle 1.15 help-to-docbook 1.4 01/17/96 16:34:36-->
|
||||
32
cde/doc/C/help/Help4Help/MetaInfo.sgm
Normal file
32
cde/doc/C/help/Help4Help/MetaInfo.sgm
Normal file
@@ -0,0 +1,32 @@
|
||||
<!-- $XConsortium: MetaInfo.sgm /main/5 1996/09/08 22:14:35 rws $ -->
|
||||
<!-- (c) Copyright 1995 Digital Equipment Corporation. -->
|
||||
<!-- (c) Copyright 1995 Hewlett-Packard Company. -->
|
||||
<!-- (c) Copyright 1995 International Business Machines Corp. -->
|
||||
<!-- (c) Copyright 1995 Sun Microsystems, Inc. -->
|
||||
<!-- (c) Copyright 1995 Novell, Inc. -->
|
||||
<!-- (c) Copyright 1995 FUJITSU LIMITED. -->
|
||||
<!-- (c) Copyright 1995 Hitachi. -->
|
||||
<DocInfo>
|
||||
<Title>Desktop Help System</Title>
|
||||
<AuthorGroup>
|
||||
<CorpAuthor>X Consortium</CorpAuthor>
|
||||
</AuthorGroup>
|
||||
<Abstract Id="SDL-RESERVED-abstract">
|
||||
<Para>Help for using the Common Desktop Environment Help System
|
||||
<!-- COMMENT
|
||||
The topic To Browse Desktop Help in the Tasks module contains
|
||||
link to the <otherfront> element that follows; it provides a
|
||||
sample Help Manager help window.
|
||||
END COMMENT
|
||||
--></Para>
|
||||
</Abstract>
|
||||
<LegalNotice Id="SDL-RESERVED-copyright">
|
||||
<BlockQuote>
|
||||
<Para>&CDEcopyright;</Para>
|
||||
</BlockQuote>
|
||||
</LegalNotice>
|
||||
</DocInfo>
|
||||
<Title>Desktop Help System</Title>
|
||||
<!-- Help volume: Help4Help -->
|
||||
<!-- File name: MetaInfo -->
|
||||
<!--fickle 1.15 help-to-docbook 1.4 01/17/96 16:34:36-->
|
||||
1856
cde/doc/C/help/Help4Help/Ref.sgm
Normal file
1856
cde/doc/C/help/Help4Help/Ref.sgm
Normal file
File diff suppressed because it is too large
Load Diff
142
cde/doc/C/help/Help4Help/TOC.sgm
Normal file
142
cde/doc/C/help/Help4Help/TOC.sgm
Normal file
@@ -0,0 +1,142 @@
|
||||
<!-- $XConsortium: TOC.sgm /main/4 1996/06/19 16:14:16 drk $ -->
|
||||
<!-- (c) Copyright 1995 Digital Equipment Corporation. -->
|
||||
<!-- (c) Copyright 1995 Hewlett-Packard Company. -->
|
||||
<!-- (c) Copyright 1995 International Business Machines Corp. -->
|
||||
<!-- (c) Copyright 1995 Sun Microsystems, Inc. -->
|
||||
<!-- (c) Copyright 1995 Novell, Inc. -->
|
||||
<!-- (c) Copyright 1995 FUJITSU LIMITED. -->
|
||||
<!-- (c) Copyright 1995 Hitachi. -->
|
||||
<!-- Help volume: Help4Help -->
|
||||
<!-- File name: Toc -->
|
||||
<Chapter Id="Table-Of-Contents">
|
||||
<Title>Table of Contents</Title>
|
||||
<IndexTerm>
|
||||
<Primary>table of contents</Primary>
|
||||
</IndexTerm>
|
||||
<VariableList>
|
||||
<VarListEntry>
|
||||
<Term><XRef Linkend="Concepts"></Term>
|
||||
<ListItem>
|
||||
<Para>Introduces hyperlinks, describes a help window,
|
||||
and explains what a help volume is and how it is organized.</Para>
|
||||
<ItemizedList Mark="•" Role="tight">
|
||||
<ListItem Id="HH4H.TOC.item.1">
|
||||
<Para><XRef Linkend="Hyperlinks"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.TOC.item.2">
|
||||
<Para><XRef Linkend="AHelpWindowAtAGlance"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.TOC.item.3">
|
||||
<Para><XRef Linkend="HelpTopicOrganization"></Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><XRef Linkend="GettingHelp"></Term>
|
||||
<ListItem>
|
||||
<Para>Describes the Help key (F1), Help menu, and
|
||||
how to use On Item Help. Explains how to access Help Manager from the
|
||||
Front Panel to browse help on your system.</Para>
|
||||
<ItemizedList Mark="•" Role="tight">
|
||||
<ListItem Id="HH4H.TOC.item.4">
|
||||
<Para><XRef Linkend="ToBrowseDesktopHelp"></Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><XRef Linkend="DisplayingHelpTopics"></Term>
|
||||
<ListItem>
|
||||
<Para>Explains how to select and display help topics.</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><XRef Linkend="MovingBetweenTopics"></Term>
|
||||
<ListItem>
|
||||
<Para>Explains how to navigate between help topics.</Para>
|
||||
<ItemizedList Mark="•" Role="tight">
|
||||
<ListItem Id="HH4H.TOC.item.5">
|
||||
<Para><XRef Linkend="ToReturnToAPreviousTopic"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.TOC.item.6">
|
||||
<Para><XRef Linkend="History"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.TOC.item.7">
|
||||
<Para><XRef Linkend="ToReturnToTheHomeTopic"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.TOC.item.8">
|
||||
<Para><XRef Linkend="ToLocateWhereYouAre"></Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><XRef Linkend="CopyingTextFromHelp"></Term>
|
||||
<ListItem>
|
||||
<Para>Describes how to copy and paste from a Help
|
||||
window.</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Link Type="jump" Linkend="ToDuplicateAHelpWindow">Duplicating a Help Window</Link>&sigspace;</Term>
|
||||
<ListItem>
|
||||
<Para>Explains how to duplicate a help window.</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><XRef Linkend="Index-Search"></Term>
|
||||
<ListItem>
|
||||
<Para>Explains how to use the Help index.</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><XRef Linkend="Printing"></Term>
|
||||
<ListItem>
|
||||
<Para>Describes how to print help topics.</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><XRef Linkend="Reference"></Term>
|
||||
<ListItem>
|
||||
<Para>Summarizes mouse and keyboard commands, describes help window
|
||||
dialog boxes, and explains how to change the default help window configuration.</Para>
|
||||
<ItemizedList Mark="•" Role="tight">
|
||||
<ListItem Id="HH4H.TOC.item.9">
|
||||
<Para><XRef Linkend="HelpMenuCommands"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.TOC.item.10">
|
||||
<Para><XRef Linkend="HelpMenuShortcutKeys"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.TOC.item.11">
|
||||
<Para><XRef Linkend="Mouse-And-Keyboard"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.TOC.item.12">
|
||||
<Para><XRef Linkend="HelpWindowsAndDialogBoxes"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.TOC.item.13">
|
||||
<Para><XRef Linkend="HelpWindowConfiguration"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.TOC.item.14">
|
||||
<Para><XRef Linkend="ErrorMessages"></Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
</VariableList>
|
||||
<Procedure>
|
||||
<Title>See Also</Title>
|
||||
<Step>
|
||||
<ItemizedList Mark="•" Role="tight">
|
||||
<ListItem Id="HH4H.TOC.item.15">
|
||||
<Para><XRef Linkend="Tasks"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.TOC.item.16">
|
||||
<Para><Link Type="jump" Linkend="SDL-RESERVED-hometopic">Home Topic</Link>
|
||||
</Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
</Step>
|
||||
</Procedure>
|
||||
</Chapter>
|
||||
<!--fickle 1.15 help-to-docbook 1.4 01/17/96 16:34:36-->
|
||||
1007
cde/doc/C/help/Help4Help/Tasks.sgm
Normal file
1007
cde/doc/C/help/Help4Help/Tasks.sgm
Normal file
File diff suppressed because it is too large
Load Diff
117
cde/doc/C/help/Help4Help/adbook.sgm
Normal file
117
cde/doc/C/help/Help4Help/adbook.sgm
Normal file
@@ -0,0 +1,117 @@
|
||||
<!-- $XConsortium: adbook.sgm /main/7 1996/11/16 13:42:25 cdedoc $ -->
|
||||
<!DOCTYPE DocBook PUBLIC "-//HaL and O'Reilly//DTD DocBook V2.2.1//EN" [
|
||||
|
||||
<!ENTITY CDEcopyright "<GlossTerm Role=nogloss>Common Desktop Environment 1.x Internal Release</GlossTerm>
|
||||
© Copyright 1996 Digital Equipment Corp.
|
||||
© Copyright 1996 Fujitsu Limited
|
||||
© Copyright 1996 Hewlett-Packard Company
|
||||
© Copyright 1996 Hitachi, Ltd.
|
||||
© Copyright 1996 International Business Machines Corp.
|
||||
© Copyright 1996 Novell, Inc.
|
||||
© Copyright 1996 Sun Microsystems, Inc.">
|
||||
|
||||
<!ENTITY headerFix "∅">
|
||||
<!ENTITY AbstractBullet "•">
|
||||
<!ENTITY empty "">
|
||||
<!ENTITY newline SDATA "[newlin]">
|
||||
<!ENTITY emdash "—">
|
||||
<!ENTITY bullet "•">
|
||||
<!ENTITY dquote "”">
|
||||
<!ENTITY sigspace " ">
|
||||
<!ENTITY vellipsis "⋮">
|
||||
<!ENTITY tm "™">
|
||||
<!ENTITY a.m. "AM">
|
||||
<!ENTITY cents "¢">
|
||||
<!ENTITY date SDATA "[date]">
|
||||
<!ENTITY div "÷">
|
||||
<!ENTITY ellipsis "…">
|
||||
<!ENTITY endash "–">
|
||||
<!ENTITY geq "≥">
|
||||
<!ENTITY leq "≤">
|
||||
<!ENTITY minutes "′">
|
||||
<!ENTITY neq "≠">
|
||||
<!ENTITY p.m. "PM">
|
||||
<!ENTITY pellipsis "....">
|
||||
<!ENTITY pm "±">
|
||||
<!ENTITY seconds "″">
|
||||
<!ENTITY squote "’">
|
||||
<!ENTITY sterling "£">
|
||||
<!ENTITY time SDATA "[time]">
|
||||
<!ENTITY vblank SDATA "[vblank]">
|
||||
|
||||
<!ENTITY ProductName "CDE Desktop">
|
||||
|
||||
<!entity Help4HelpGeneralHelp SYSTEM "./graphics/genhlp.tif" NDATA TIFF>
|
||||
<!entity Help4HelpQuickHelp SYSTEM "./graphics/quickhlp.tif" NDATA TIFF>
|
||||
<!entity Help4HelpHyperlinksS SYSTEM "./graphics/hlinks.tif" NDATA TIFF>
|
||||
<!entity Help4HelpHyperlinksD SYSTEM "./graphics/hlinkd.tif" NDATA TIFF>
|
||||
<!entity Help4HelpPopupMenu SYSTEM "./graphics/popupmen.tif" NDATA TIFF>
|
||||
<!entity Help4HelpHistory SYSTEM "./graphics/history.tif" NDATA TIFF>
|
||||
<!entity Help4HelpSelectTopic SYSTEM "./graphics/seltopic.tif" NDATA TIFF>
|
||||
<!entity Help4HelpPrintDialog SYSTEM "./graphics/printdlg.tif" NDATA TIFF>
|
||||
<!entity Help4HelpHelpManager SYSTEM "./graphics/helpmgr.tif" NDATA TIFF>
|
||||
<!entity Help4HelpIndexDialog SYSTEM "./graphics/indexdlg.tif" NDATA TIFF>
|
||||
<!entity Help4HelpSearchVolume SYSTEM "./graphics/search.tif" NDATA TIFF>
|
||||
<!entity Help4HelpOrganization SYSTEM "./graphics/helporg.tif" NDATA TIFF>
|
||||
<!entity Help4HelpTopics SYSTEM "./graphics/topics.tif" NDATA TIFF>
|
||||
<!entity Help4HelpHomeGraphic SYSTEM "./graphics/home.tif" NDATA TIFF>
|
||||
<!entity Help4HelpIndexTop SYSTEM "./graphics/indextop.tif" NDATA TIFF>
|
||||
<!entity Help4HelpIndexPrefix SYSTEM "./graphics/indexpre.tif" NDATA TIFF>
|
||||
<!entity Help4HelpExecutionDlg SYSTEM "./graphics/execute.tif" NDATA TIFF>
|
||||
<!entity Help4HelpVolErrMsg SYSTEM "./graphics/volerr.tif" NDATA TIFF>
|
||||
<!entity Help4HelpTopicErrMsg SYSTEM "./graphics/topicerr.tif" NDATA TIFF>
|
||||
<!entity Help4HelpIdErrMsg SYSTEM "./graphics/iderr.tif" NDATA TIFF>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!ENTITY % local.notations "| XPM | XBM | XWD">
|
||||
<!NOTATION XPM SYSTEM "XPM">
|
||||
<!NOTATION XBM SYSTEM "XBM">
|
||||
<!NOTATION XWD SYSTEM "XWD">
|
||||
|
||||
|
||||
<!entity Concepts SYSTEM "./Concepts.sgm">
|
||||
<!entity HomeTopic SYSTEM "./Home.sgm">
|
||||
<!entity TOC SYSTEM "./TOC.sgm">
|
||||
<!entity MetaInformation SYSTEM "./MetaInfo.sgm">
|
||||
<!entity Reference SYSTEM "./Ref.sgm">
|
||||
<!entity Tasks SYSTEM "./Tasks.sgm">
|
||||
<!entity Appendix SYSTEM "./Appendix.sgm">
|
||||
<!entity Glossary SYSTEM "../common/glossary.sgm">
|
||||
|
||||
]>
|
||||
|
||||
<!-- __________________________________________________________________ -->
|
||||
|
||||
|
||||
<DocBook>
|
||||
<Book>
|
||||
<Part>
|
||||
|
||||
&MetaInformation;
|
||||
&HomeTopic;
|
||||
&Appendix;
|
||||
&TOC;
|
||||
&Concepts;
|
||||
&Tasks;
|
||||
&Reference;
|
||||
&Glossary;
|
||||
|
||||
</Part>
|
||||
|
||||
</Book>
|
||||
</DocBook>
|
||||
71
cde/doc/C/help/Help4Help/book.sgm
Normal file
71
cde/doc/C/help/Help4Help/book.sgm
Normal file
@@ -0,0 +1,71 @@
|
||||
<!-- $XConsortium: book.sgm /main/6 1996/06/19 16:14:27 drk $ -->
|
||||
<!DOCTYPE Part PUBLIC "-//HaL and O'Reilly//DTD DocBook//EN" [
|
||||
|
||||
|
||||
<!ENTITY % ISOpublishing PUBLIC "ISO 8879-1986//ENTITIES Publishing//EN">
|
||||
%ISOpublishing;
|
||||
|
||||
<!ENTITY % ISOnumeric PUBLIC "ISO 8879-1986//ENTITIES Numeric and Special Graphic//EN">
|
||||
%ISOnumeric;
|
||||
|
||||
<!ENTITY % ISOdiacritical PUBLIC "ISO 8879-1986//ENTITIES Diacritical Marks//EN">
|
||||
%ISOdiacritical;
|
||||
|
||||
<!ENTITY % ISOgeneraltech PUBLIC "ISO 8879-1986//ENTITIES General Technical//EN">
|
||||
%ISOgeneraltech;
|
||||
|
||||
<!ENTITY % ISOalatin1 PUBLIC "ISO 8879-1986//ENTITIES Added Latin 1//EN">
|
||||
%ISOalatin1;
|
||||
|
||||
<!ENTITY % ISOalatin2 PUBLIC "ISO 8879-1986//ENTITIES Added Latin 2//EN">
|
||||
%ISOalatin2;
|
||||
|
||||
<!ENTITY % ISOgreek PUBLIC "ISO 8879-1986//ENTITIES Greek Symbols//EN">
|
||||
%ISOgreek;
|
||||
|
||||
<!ENTITY % ISOboxandline PUBLIC "ISO 8879-1986//ENTITIES Box and Line Drawing//EN">
|
||||
%ISOboxandline;
|
||||
|
||||
|
||||
<!ENTITY % HEntities SYSTEM "../../common/help/HELPEnt.sgm">
|
||||
%HEntities;
|
||||
<!ENTITY % PEntities SYSTEM "./common/ProdEnt.sgm">
|
||||
%PEntities;
|
||||
|
||||
<!ENTITY % Graphics SYSTEM "./Help4Help/GEntity.sgm">
|
||||
%Graphics;
|
||||
|
||||
|
||||
<!ENTITY % local.notations "| XPM | XBM | XWD">
|
||||
<!NOTATION XPM SYSTEM "XPM">
|
||||
<!NOTATION XBM SYSTEM "XBM">
|
||||
<!NOTATION XWD SYSTEM "XWD">
|
||||
|
||||
|
||||
<!entity Concepts SYSTEM "./Help4Help/Concepts.sgm">
|
||||
<!entity HomeTopic SYSTEM "./Help4Help/Home.sgm">
|
||||
<!entity TOC SYSTEM "./Help4Help/TOC.sgm">
|
||||
<!entity MetaInformation SYSTEM "./Help4Help/MetaInfo.sgm">
|
||||
<!entity Reference SYSTEM "./Help4Help/Ref.sgm">
|
||||
<!entity Tasks SYSTEM "./Help4Help/Tasks.sgm">
|
||||
<!entity Appendix SYSTEM "./Help4Help/Appendix.sgm">
|
||||
<!entity Glossary SYSTEM "./common/glossary.sgm">
|
||||
|
||||
]>
|
||||
|
||||
<!-- __________________________________________________________________ -->
|
||||
|
||||
|
||||
<Part>
|
||||
|
||||
&MetaInformation;
|
||||
&HomeTopic;
|
||||
&Appendix;
|
||||
&TOC;
|
||||
&Concepts;
|
||||
&Tasks;
|
||||
&Reference;
|
||||
&Glossary;
|
||||
|
||||
</Part>
|
||||
|
||||
BIN
cde/doc/C/help/Help4Help/graphics/execute.tif
Normal file
BIN
cde/doc/C/help/Help4Help/graphics/execute.tif
Normal file
Binary file not shown.
BIN
cde/doc/C/help/Help4Help/graphics/genhlp.tif
Normal file
BIN
cde/doc/C/help/Help4Help/graphics/genhlp.tif
Normal file
Binary file not shown.
BIN
cde/doc/C/help/Help4Help/graphics/helpctl.tif
Normal file
BIN
cde/doc/C/help/Help4Help/graphics/helpctl.tif
Normal file
Binary file not shown.
BIN
cde/doc/C/help/Help4Help/graphics/helpmgr.tif
Normal file
BIN
cde/doc/C/help/Help4Help/graphics/helpmgr.tif
Normal file
Binary file not shown.
BIN
cde/doc/C/help/Help4Help/graphics/helporg.tif
Normal file
BIN
cde/doc/C/help/Help4Help/graphics/helporg.tif
Normal file
Binary file not shown.
BIN
cde/doc/C/help/Help4Help/graphics/history.tif
Normal file
BIN
cde/doc/C/help/Help4Help/graphics/history.tif
Normal file
Binary file not shown.
BIN
cde/doc/C/help/Help4Help/graphics/hlinkd.tif
Normal file
BIN
cde/doc/C/help/Help4Help/graphics/hlinkd.tif
Normal file
Binary file not shown.
BIN
cde/doc/C/help/Help4Help/graphics/hlinks.tif
Normal file
BIN
cde/doc/C/help/Help4Help/graphics/hlinks.tif
Normal file
Binary file not shown.
BIN
cde/doc/C/help/Help4Help/graphics/home.tif
Normal file
BIN
cde/doc/C/help/Help4Help/graphics/home.tif
Normal file
Binary file not shown.
BIN
cde/doc/C/help/Help4Help/graphics/iderr.tif
Normal file
BIN
cde/doc/C/help/Help4Help/graphics/iderr.tif
Normal file
Binary file not shown.
BIN
cde/doc/C/help/Help4Help/graphics/indexdlg.tif
Normal file
BIN
cde/doc/C/help/Help4Help/graphics/indexdlg.tif
Normal file
Binary file not shown.
BIN
cde/doc/C/help/Help4Help/graphics/indexpre.tif
Normal file
BIN
cde/doc/C/help/Help4Help/graphics/indexpre.tif
Normal file
Binary file not shown.
BIN
cde/doc/C/help/Help4Help/graphics/indextop.tif
Normal file
BIN
cde/doc/C/help/Help4Help/graphics/indextop.tif
Normal file
Binary file not shown.
BIN
cde/doc/C/help/Help4Help/graphics/popupmen.tif
Normal file
BIN
cde/doc/C/help/Help4Help/graphics/popupmen.tif
Normal file
Binary file not shown.
BIN
cde/doc/C/help/Help4Help/graphics/printdlg.tif
Normal file
BIN
cde/doc/C/help/Help4Help/graphics/printdlg.tif
Normal file
Binary file not shown.
BIN
cde/doc/C/help/Help4Help/graphics/quickhlp.tif
Normal file
BIN
cde/doc/C/help/Help4Help/graphics/quickhlp.tif
Normal file
Binary file not shown.
BIN
cde/doc/C/help/Help4Help/graphics/search.tif
Normal file
BIN
cde/doc/C/help/Help4Help/graphics/search.tif
Normal file
Binary file not shown.
BIN
cde/doc/C/help/Help4Help/graphics/seltopic.tif
Normal file
BIN
cde/doc/C/help/Help4Help/graphics/seltopic.tif
Normal file
Binary file not shown.
BIN
cde/doc/C/help/Help4Help/graphics/topicerr.tif
Normal file
BIN
cde/doc/C/help/Help4Help/graphics/topicerr.tif
Normal file
Binary file not shown.
BIN
cde/doc/C/help/Help4Help/graphics/topics.tif
Normal file
BIN
cde/doc/C/help/Help4Help/graphics/topics.tif
Normal file
Binary file not shown.
BIN
cde/doc/C/help/Help4Help/graphics/volerr.tif
Normal file
BIN
cde/doc/C/help/Help4Help/graphics/volerr.tif
Normal file
Binary file not shown.
Reference in New Issue
Block a user