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>
75 lines
2.0 KiB
XML
75 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 "auusg003.xml">
|
|
<!ENTITY chapter1 SYSTEM "auusg004.xml">
|
|
<!ENTITY chapter2 SYSTEM "auusg005.xml">
|
|
<!ENTITY chapter3 SYSTEM "auusg006.xml">
|
|
<!ENTITY chapter4 SYSTEM "auusg007.xml">
|
|
<!ENTITY chapter5 SYSTEM "auusg008.xml">
|
|
<!ENTITY chapter6 SYSTEM "auusg009.xml">
|
|
<!ENTITY appendixA SYSTEM "auusg010.xml">
|
|
<!ENTITY appendixB SYSTEM "auusg011.xml">
|
|
<!ENTITY glossary SYSTEM "auusg012.xml">
|
|
]>
|
|
|
|
<book>
|
|
<bookinfo>
|
|
<title>OpenAFS User Guide</title>
|
|
|
|
<mediaobject role="cover">
|
|
<imageobject>
|
|
<imagedata fileref="auusg000.png" />
|
|
</imageobject>
|
|
</mediaobject>
|
|
|
|
<copyright>
|
|
<year>2000</year>
|
|
|
|
<holder>IBM Corporation. All Rights Reserved</holder>
|
|
</copyright>
|
|
|
|
<revhistory>
|
|
&version;
|
|
|
|
<revision>
|
|
<revnumber>3.6</revnumber>
|
|
|
|
<date>April 2000</date>
|
|
|
|
<revremark>First IBM Edition, Document Number GC09-4561-00</revremark>
|
|
</revision>
|
|
|
|
</revhistory>
|
|
|
|
<abstract>
|
|
<para>This edition applies to: <simplelist>
|
|
<member>OpenAFS for AIX, Version M.n</member>
|
|
<member>OpenAFS for Digital Unix, Version M.n</member>
|
|
<member>OpenAFS for HP-UX, Version M.n</member>
|
|
<member>OpenAFS for Linux, Version M.n</member>
|
|
<member>OpenAFS for SGI IRIX, Version M.n</member>
|
|
<member>OpenAFS for Solaris, Version M.n</member>
|
|
</simplelist></para>
|
|
|
|
<para>and to all subsequent releases and modifications until otherwise
|
|
indicated in new editions.This softcopy version is based on the printed
|
|
edition of this book. Some formatting amendments have been made to make
|
|
this information more suitable for softcopy.</para>
|
|
</abstract>
|
|
</bookinfo>
|
|
|
|
&preface;
|
|
&chapter1;
|
|
&chapter2;
|
|
&chapter3;
|
|
&chapter4;
|
|
&chapter5;
|
|
&chapter6;
|
|
&appendixA;
|
|
&appendixB;
|
|
&glossary;
|
|
<index></index>
|
|
</book>
|