mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
9929d1c6fc
.epub is generated using dbtoepub which is still considered alpha software apparently and installed in a non-standard place. for now, use the docbook stylesheet location to find it. .mobi is generated using kindlegen from the .epub in order to have a real toc. there is some preprocessing with a custom stylesheet to make things "look right". see mobi-fixup.xsl.in Change-Id: Ice92e701e2f921e70c0f98683b5e9ab44a347e3b Reviewed-on: http://gerrit.openafs.org/4887 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Derrick Brashear <shadow@dementia.org>
76 lines
2.0 KiB
XML
76 lines
2.0 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">
|
|
<!ENTITY appendixC SYSTEM "appendix_dafs.xml">
|
|
]>
|
|
|
|
<book>
|
|
<bookinfo>
|
|
<title>OpenAFS Quick Start Guide for UNIX</title>
|
|
|
|
<mediaobject role="cover">
|
|
<imageobject>
|
|
<imagedata fileref="auqbg000.png" />
|
|
</imageobject>
|
|
</mediaobject>
|
|
|
|
<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;
|
|
&appendixC;
|
|
<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:
|
|
-->
|