Initial import of the CDE 2.1.30 sources from the Open Group.

This commit is contained in:
Peter Howkins
2012-03-10 18:21:40 +00:00
commit 83b6996daa
18978 changed files with 3945623 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<!-- $XConsortium: GEntity.sgm /main/1 1996/10/30 13:31:45 cdedoc $ -->
<!entity PrintInfo SYSTEM "./LibDtPrint/graphics/prninfo.tif" NDATA TIFF>
<!entity PrinterSelect SYSTEM "./LibDtPrint/graphics/prnselec.tif" NDATA TIFF>
<!entity FileSelect SYSTEM "./LibDtPrint/graphics/filselec.tif" NDATA TIFF>

View File

@@ -0,0 +1,35 @@
<!-- $XConsortium: Home.sgm /main/2 1996/10/30 19:04:00 rws $ -->
<!-- (c) Copyright 1996 Digital Equipment Corporation. -->
<!-- (c) Copyright 1996 Hewlett-Packard Company. -->
<!-- (c) Copyright 1996 International Business Machines Corp. -->
<!-- (c) Copyright 1996 Sun Microsystems, Inc. -->
<!-- (c) Copyright 1996 Novell, Inc. -->
<!-- (c) Copyright 1996 FUJITSU LIMITED. -->
<!-- (c) Copyright 1996 Hitachi. -->
<!-- Help volume: PrnSetup -->
<!-- File name: Reference -->
<partintro Id="SDL-RESERVED-hometopic">
<Title Id="PrintSetupBoxRef">Print Setup Dialogs</Title>
<para>The Print Setup dialog boxes are:
</para>
<itemizedlist>
<listitem>
<para>Printer Information dialog box, which provides a detailed description
of the currently selected printer.
See <XRef Linkend="PrinterInfoBox">.
</para>
</listitem>
<listitem>
<para>More Printers dialog box, which provides a list of the available printers.
See <XRef Linkend="PrinterSelectBox">.
</para>
</listitem>
<listitem>
<para>File Selection dialog box, which allows you to select a
print output file by browsing through the directory
structure.
See <XRef Linkend="FileSelectBox">.
</para>
</listitem>
</itemizedlist>
</partintro>

View File

@@ -0,0 +1,23 @@
<!-- $XConsortium: MetaInfo.sgm /main/1 1996/10/30 19:00:51 rws $ -->
<!-- (c) Copyright 1996 Digital Equipment Corporation. -->
<!-- (c) Copyright 1996 Hewlett-Packard Company. -->
<!-- (c) Copyright 1996 International Business Machines Corp. -->
<!-- (c) Copyright 1996 Sun Microsystems, Inc. -->
<!-- (c) Copyright 1996 Novell, Inc. -->
<!-- (c) Copyright 1996 FUJITSU LIMITED. -->
<!-- (c) Copyright 1996 Hitachi. -->
<DocInfo>
<Title>Print Setup Dialogs</Title>
<AuthorGroup>
<CorpAuthor>X Consortium</CorpAuthor>
</AuthorGroup>
<Abstract Id="SDL-RESERVED-abstract">
<Para>Print Setup Dialogs</Para>
</Abstract>
<LegalNotice Id="SDL-RESERVED-copyright">
<BlockQuote>
<Para>&CDEcopyright;</Para>
</BlockQuote>
</LegalNotice>
</DocInfo>
<Title>Print Setup Dialogs Help</Title>

View File

@@ -0,0 +1,158 @@
<!-- $XConsortium: Ref.sgm /main/3 1996/10/30 19:04:05 rws $ -->
<!-- (c) Copyright 1996 Digital Equipment Corporation. -->
<!-- (c) Copyright 1996 Hewlett-Packard Company. -->
<!-- (c) Copyright 1996 International Business Machines Corp. -->
<!-- (c) Copyright 1996 Sun Microsystems, Inc. -->
<!-- (c) Copyright 1996 Novell, Inc. -->
<!-- (c) Copyright 1996 FUJITSU LIMITED. -->
<!-- (c) Copyright 1996 Hitachi. -->
<!-- Help volume: PrnSetup -->
<!-- File name: Reference -->
<Chapter Id="PrinterInfoBox">
<Title><Anchor Id="PrinterInfo">Printer Information Dialog Box</Title>
<para>The Printer Information dialog box provides a detailed description
of the currently selected printer. You can access it from either the print
dialog box or the More Printers dialog box.
</para>
<Graphic Entityref="PrintInfo" Id="HLIBDTPRI.REF.fig.1"></Graphic>
<para>After viewing the printer description, click Ok to return to your
previous window.
</para>
<para>The Help button displays help on how to use the
Printer Information dialog box.
</para>
</Chapter>
<Chapter Id="PrinterSelectBox">
<Title><Anchor Id="SelectPrinter">More Printers Dialog Box</Title>
<Para>The More Printers dialog box provides a list of the available printers.
</Para>
<Graphic Entityref="PrinterSelect" Id="HLIBDTPRI.REF.fig.2"></Graphic>
<para>To select a printer from the list, click on its name and then
click the Ok button. The More Printers dialog closes and you
are returned to the print dialog box, with the selected printer
replacing the previous selection (if any).
</para>
<para>The More Printers dialog box contains the following buttons:
</para>
<VariableList>
<VarListEntry>
<Term>Ok</Term>
<ListItem>
<Para>Establishes the selected printer as the current selection and returns you
to the print dialog box.
</Para>
</ListItem>
</VarListEntry>
<VarListEntry>
<Term>Info...</Term>
<ListItem>
<Para>Displays the Printer Information dialog box, showing a detailed
description of the currently highlighted printer. See
<XRef Linkend="PrinterInfoBox">. After viewing the description, click
Ok to return to the More Printers dialog box.
</Para>
</ListItem>
</VarListEntry>
<VarListEntry>
<Term>Cancel</Term>
<ListItem>
<Para>Cancels the printer selection operation and returns you to the
print dialog box.
</Para>
</ListItem>
</VarListEntry>
<VarListEntry>
<Term>Help</Term>
<ListItem>
<Para>Displays help information about the
More Printers dialog box.
</Para>
</ListItem>
</VarListEntry>
</VariableList>
</Chapter>
<Chapter Id="FileSelectBox">
<Title><Anchor Id="SelectFile">File Selection Dialog Box</Title>
<Para>The File Selection dialog box allows you to select a
print output file by browsing through the directory
structure. You can select either a new or existing file.
</para>
<Graphic Entityref="FileSelect" Id="HLIBDTPRI.REF.fig.3"></Graphic>
<para>After specifying the file, click the Ok button.
The File Selection dialog closes and you
are returned to the print dialog box, with the selected file
replacing the previous selection.
</para>
<VariableList>
<VarListEntry>
<Term>Enter path or folder name</Term>
<ListItem>
<Para>Identifies the path name of the current folder.</Para>
</ListItem>
</VarListEntry>
<VarListEntry>
<Term>Filter</Term>
<ListItem>
<Para>An asterisk (*) shows all files. You can enter
wildcard characters to display only those files that
match an extension. For example, *.ps lists
only those files with a .ps extension.
</Para>
</ListItem>
</VarListEntry>
<VarListEntry>
<Term>Files</Term>
<ListItem>
<Para>Lists files located in the current folder.</Para>
</ListItem>
</VarListEntry>
<VarListEntry>
<Term>Folders</Term>
<ListItem>
<Para>Lists folders located in the current folder. You can select a file in the
current folder, a subfolder, or a different folder.
</Para>
</ListItem>
</VarListEntry>
<VarListEntry>
<Term>Enter a file name</Term>
<ListItem>
<Para>Displays the file name selected in the Files list.
Press Return or click Ok to select the file. Or,
you can type the name of the file you want to select.
</Para>
</ListItem>
</VarListEntry>
<VarListEntry>
<Term>OK</Term>
<ListItem>
<Para>Establishes the selected file as the current selection and returns you
to the print dialog box.
</para>
</ListItem>
</VarListEntry>
<VarListEntry>
<Term>Update</Term>
<ListItem>
<Para>Displays a new list of files after
changing the filter key or changing to a new folder.
</Para>
</ListItem>
</VarListEntry>
<VarListEntry>
<Term>Cancel</Term>
<ListItem>
<Para>Cancels the file selection operation.</Para>
</ListItem>
</VarListEntry>
<VarListEntry>
<Term>Help</Term>
<ListItem>
<Para>Displays help information about the
File Selection dialog box.
</Para>
</ListItem>
</VarListEntry>
</VariableList>
</chapter>

View File

@@ -0,0 +1,74 @@
<!-- $XConsortium: adbook.sgm /main/2 1996/10/30 19:02:44 rws $ -->
<!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>
&copy; Copyright 1996 Digital Equipment Corp.
&copy; Copyright 1996 Fujitsu Limited
&copy; Copyright 1996 Hewlett-Packard Company
&copy; Copyright 1996 Hitachi, Ltd.
&copy; Copyright 1996 International Business Machines Corp.
&copy; Copyright 1996 Novell, Inc.
&copy; Copyright 1996 Sun Microsystems, Inc.">
<!ENTITY headerFix "&empty;">
<!ENTITY AbstractBullet "&bullet;">
<!ENTITY empty "">
<!ENTITY newline SDATA "[newlin]">
<!ENTITY emdash "&mdash;">
<!ENTITY bullet "&bull;">
<!ENTITY dquote "&rdquo;">
<!ENTITY sigspace "&nbsp;">
<!ENTITY vellipsis "&vellip;">
<!ENTITY tm "&trade;">
<!ENTITY a.m. "AM">
<!ENTITY cents "&cent;">
<!ENTITY date SDATA "[date]">
<!ENTITY div "&divide;">
<!ENTITY ellipsis "&hellip;">
<!ENTITY endash "&ndash;">
<!ENTITY geq "&ge;">
<!ENTITY leq "&le;">
<!ENTITY minutes "&prime;">
<!ENTITY neq "&ne;">
<!ENTITY p.m. "PM">
<!ENTITY pellipsis "....">
<!ENTITY pm "&plusmn;">
<!ENTITY seconds "&Prime;">
<!ENTITY squote "&rsquor;">
<!ENTITY sterling "&pound;">
<!ENTITY time SDATA "[time]">
<!ENTITY vblank SDATA "[vblank]">
<!ENTITY ProductName "CDE Desktop">
<!entity PrintInfo SYSTEM "./graphics/prninfo.tif" NDATA TIFF>
<!entity PrinterSelect SYSTEM "./graphics/prnselec.tif" NDATA TIFF>
<!entity FileSelect SYSTEM "./graphics/filselec.tif" NDATA TIFF>
<!ENTITY % local.notations "| XPM | XBM | XWD">
<!NOTATION XPM SYSTEM "XPM">
<!NOTATION XBM SYSTEM "XBM">
<!NOTATION XWD SYSTEM "XWD">
<!entity MetaInfo SYSTEM "./MetaInfo.sgm">
<!entity Home SYSTEM "./Home.sgm">
<!entity PsbPrint SYSTEM "./Ref.sgm">
]>
<!-- __________________________________________________________________ -->
<DocBook>
<Book>
<Part>
&MetaInfo;
&Home;
&PsbPrint;
</Part>
</Book>
</DocBook>

View File

@@ -0,0 +1,58 @@
<!-- $XConsortium: book.sgm /main/3 1996/10/30 19:01:37 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 % HEntities SYSTEM "../../common/help/HELPEnt.sgm">
%HEntities;
<!ENTITY % PEntities SYSTEM "./common/ProdEnt.sgm">
%PEntities;
<!ENTITY % Graphics SYSTEM "./LibDtPrint/GEntity.sgm">
%Graphics;
<!ENTITY % local.notations "| XPM | XBM | XWD">
<!NOTATION XPM SYSTEM "XPM">
<!NOTATION XBM SYSTEM "XBM">
<!NOTATION XWD SYSTEM "XWD">
<!entity MetaInfo SYSTEM "./LibDtPrint/MetaInfo.sgm">
<!entity Home SYSTEM "./LibDtPrint/Home.sgm">
<!entity PsbPrint SYSTEM "./LibDtPrint/Ref.sgm">
]>
<!-- __________________________________________________________________ -->
<Part>
&MetaInfo;
&Home;
&PsbPrint;
</Part>

Binary file not shown.

Binary file not shown.

Binary file not shown.