86 lines
2.6 KiB
Plaintext
Executable File
86 lines
2.6 KiB
Plaintext
Executable File
<!DOCTYPE Book PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
|
|
|
|
<!-- *************** Control for HTML/print *************** -->
|
|
<!-- Set to either "IGNORE" (for HTML) or "INCLUDE" (for print) -->
|
|
|
|
<!ENTITY % SET-FOR-PRINT "IGNORE">
|
|
<!ENTITY % PRIVATE-ONLY "IGNORE">
|
|
|
|
<!-- *************** Settings for Book ID string *************** -->
|
|
<!ENTITY BOOKDATE "2003-06-11-T16:00" -- Date the document was produced -->
|
|
<!ENTITY SHORT-TITLE "APLAWS Deployment Guide" -- Short title for this manual -->
|
|
<!ENTITY PRODVER "5.2" -- Product version for this manual -->
|
|
|
|
<!-- *************** Bring in RH-standard entities *************** -->
|
|
<!ENTITY % RH-ENTITIES SYSTEM "./rh-sgml/rh-entities.sgml">
|
|
%RH-ENTITIES;
|
|
|
|
<!-- *************** Bring in RHEA specific entities *************** -->
|
|
<!ENTITY % RHEA-ENTITIES SYSTEM "./rh-sgml/rhea-entities.sgml">
|
|
%RHEA-ENTITIES;
|
|
|
|
|
|
<!-- *************** Set this particular PRODVER *************** -->
|
|
<!ENTITY PRODVER "&RHWAFVER;" -- Product version for this manual -->
|
|
|
|
<!-- *************** Chapter entities... *************** -->
|
|
<!ENTITY create-new-project SYSTEM "create-new-project.sgml">
|
|
<!ENTITY development-environment SYSTEM "development-environment.sgml">
|
|
<!ENTITY building-packages SYSTEM "building-packages.sgml">
|
|
<!ENTITY installing-aplaws SYSTEM "installing-aplaws.sgml">
|
|
<!ENTITY application-development SYSTEM "application-development.sgml">
|
|
]>
|
|
|
|
<book id="index" lang="en">
|
|
<bookinfo>
|
|
<title>APLAWS</title>
|
|
<subtitle>&SHORT-TITLE;</subtitle>
|
|
<!--
|
|
<isbn>
|
|
N/A
|
|
</isbn>
|
|
-->
|
|
<mediaobject>
|
|
<imageobject>
|
|
<imagedata fileref="./figs/rhl-common/rhlogo-chapter-title.eps"
|
|
format="eps" align="left">
|
|
</imageobject>
|
|
<imageobject>
|
|
<imagedata fileref="./figs/rhl-common/rhlogo-chapter-title.png"
|
|
format="png" align="left">
|
|
</imageobject>
|
|
</mediaobject>
|
|
<publisher>
|
|
<publishername>
|
|
<inlinemediaobject>
|
|
<imageobject>
|
|
<imagedata fileref="./figs/rhl-common/rhlogo-title.eps"
|
|
format="eps">
|
|
</imageobject>
|
|
<imageobject>
|
|
<imagedata fileref="./figs/rhl-common/rhlogo-title.png"
|
|
format="png">
|
|
</imageobject>
|
|
</inlinemediaobject>
|
|
</publishername>
|
|
</publisher>
|
|
<copyright>
|
|
<year>2003</year>
|
|
<holder>&FORMAL-RHI;</holder>
|
|
</copyright>
|
|
&BOILERPLATE;
|
|
</bookinfo>
|
|
|
|
<toc>
|
|
<title>Table of Contents</title>
|
|
</toc>
|
|
|
|
<!-- The chapters start here... -->
|
|
|
|
&create-new-project;
|
|
&development-environment;
|
|
&application-development;
|
|
&building-packages;
|
|
&installing-aplaws;
|
|
</book>
|