mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
e4b36071ef
LICENSE MIT Replace version info in the DocBook files with a new ENTITY "version" associated with a local "version.xml" file which contain a <revision> tag for the current release. The version.xml file should be autogenerated by the Makefile system.
68 lines
1.8 KiB
XML
68 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.3//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
<!ENTITY version SYSTEM "version.xml">
|
|
<!ENTITY preface SYSTEM "auqbg003.xml">
|
|
<!ENTITY chapter1 SYSTEM "auqbg004.xml">
|
|
<!ENTITY chapter2 SYSTEM "auqbg005.xml">
|
|
<!ENTITY chapter3 SYSTEM "auqbg006.xml">
|
|
<!ENTITY chapter4 SYSTEM "auqbg007.xml">
|
|
<!ENTITY appendixA SYSTEM "auqbg008.xml">
|
|
<!ENTITY appendixB SYSTEM "appendix.xml">
|
|
]>
|
|
|
|
<book>
|
|
<bookinfo>
|
|
<title>OpenAFS Quick Start Guide for UNIX</title>
|
|
|
|
<copyright>
|
|
<year>2000-2009</year>
|
|
<holder>IBM Corporation and other contributors. All Rights Reserved</holder>
|
|
</copyright>
|
|
|
|
<legalnotice>
|
|
<para>This documentation is covered by the IBM Public License
|
|
Version 1.0.</para>
|
|
</legalnotice>
|
|
|
|
<revhistory>
|
|
&version;
|
|
</revhistory>
|
|
|
|
<abstract>
|
|
<para>This document describes the initial setup of an OpenAFS cell
|
|
and an OpenAFS client. It is currently being updated for OpenAFS
|
|
1.4.10 and is still dated and incorrect in some details. This
|
|
edition applies to OpenAFS for UNIX, Version 1.4.10, and to all
|
|
subsequent releases and modifications until otherwise indicated in
|
|
new editions.</para>
|
|
</abstract>
|
|
</bookinfo>
|
|
|
|
&preface;
|
|
&chapter1;
|
|
&chapter2;
|
|
&chapter3;
|
|
&chapter4;
|
|
&appendixA;
|
|
&appendixB;
|
|
<index></index>
|
|
</book>
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: xml
|
|
sgml-omittag:nil
|
|
sgml-shorttag:nil
|
|
sgml-namecase-general:nil
|
|
sgml-general-insert-case:lower
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:2
|
|
sgml-indent-data:nil
|
|
sgml-parent-document:nil
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
-->
|