summaryrefslogtreecommitdiff
path: root/src/install
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-09-06 14:33:37 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-09-06 14:33:37 -0500
commit8dc8697d5215009693da2e59f669faf3ccc7a989 (patch)
tree027a96109763b7426608f824b9a64e7de7eadb6f /src/install
parent73561d3f8d447d5fa979cfa470c3fc1a34dc5a2a (diff)
downloaddocs-8dc8697d5215009693da2e59f669faf3ccc7a989.tar.gz
docs-8dc8697d5215009693da2e59f669faf3ccc7a989.tar.bz2
docs-8dc8697d5215009693da2e59f669faf3ccc7a989.tar.xz
docs-8dc8697d5215009693da2e59f669faf3ccc7a989.zip
Add Administrator's Handbook outline; rename guides to handbooks
Diffstat (limited to 'src/install')
-rw-r--r--src/install/installbook.xml31
-rw-r--r--src/install/installguide.xml31
2 files changed, 31 insertions, 31 deletions
diff --git a/src/install/installbook.xml b/src/install/installbook.xml
new file mode 100644
index 0000000..e7ebbf8
--- /dev/null
+++ b/src/install/installbook.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+ <!ENTITY chap1 SYSTEM "1_begin.xml">
+ <!ENTITY chap2 SYSTEM "2_req.xml">
+]>
+<book>
+ <bookinfo>
+ <title>Adélie Linux 1.0 Installation Handbook</title>
+ <author>
+ <personname><firstname>A.</firstname><surname>Wilcox</surname></personname>
+ </author>
+ <copyright><year>2015</year><year>2018</year><holder>Adélie Linux</holder></copyright>
+ </bookinfo>
+ <preface>
+ <title>Preface</title>
+ <para>This Installation Handbook is the full, official documentation for installing Adélie Linux 1.0 on a supported computer, including special architecture-specific notes and a bootstrap installation from another distribution. It was initially drafted with a section outline in 2015, before the distribution itself was even created. It is hoped by the author that you find this handbook easy to understand and read.</para>
+ <para>Many contributed to the final version of the Handbook. This includes <personname><othername>[[sroracle]]</othername></personname> and <personname><othername>smauel</othername></personname> on the Adélie IRC channel, whom tested the instructions on their machines and reported omissions and corrections. <!-- more.. --></para>
+ <para>Please feel free to contact me or the Adélie Linux community if you have any suggestions on how to make this handbook better. We'd love to hear from you, and we hope you enjoy using our distribution.</para>
+ <para>– A. Wilcox, 2018</para>
+ </preface>
+ &chap1;
+ &chap2;
+ <!-- <xi:include href="3_install.xml" />
+ <xi:include href="4_options.xml" />
+ <xi:include href="5_commit.xml" />
+ <xi:include href="6_notes.xml" />
+ <xi:include href="a_arch.xml" />
+ <xi:include href="b_help.xml" />
+ <xi:include href="c_advanced.xml" /> -->
+</book>
diff --git a/src/install/installguide.xml b/src/install/installguide.xml
deleted file mode 100644
index 4aad4f5..0000000
--- a/src/install/installguide.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
- "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
- <!ENTITY chap1 SYSTEM "1_begin.xml">
- <!ENTITY chap2 SYSTEM "2_req.xml">
-]>
-<book>
- <bookinfo>
- <title>Adélie Linux 1.0 Installation Guide</title>
- <author>
- <personname><firstname>A.</firstname><surname>Wilcox</surname></personname>
- </author>
- <copyright><year>2015</year><year>2017</year><holder>Adélie Linux</holder></copyright>
- </bookinfo>
- <preface>
- <title>Preface</title>
- <para>This Installation Guide is the full, official guide to installing Adélie Linux 1.0 on a supported computer, including special architecture-specific notes and a bootstrap installation from another distribution. It was initially drafted with a section outline in 2015, before the distribution itself was even created. It is hoped by the author that you find this guide easy to understand and read.</para>
- <para>Many contributed to the final version of this guide. This includes <personname><othername>[[sroracle]]</othername></personname> and <personname><othername>smauel</othername></personname> on the Adélie IRC channel, whom tested the instructions on their machines and reported omissions and corrections. <!-- more.. --></para>
- <para>Please feel free to contact me or the Adélie Linux community if you have any suggestions on how to make this guide better. We'd love to hear from you, and we hope you enjoy using our distribution.</para>
- <para>– A. Wilcox, 2017</para>
- </preface>
- &chap1;
- &chap2;
- <!-- <xi:include href="3_install.xml" />
- <xi:include href="4_options.xml" />
- <xi:include href="5_commit.xml" />
- <xi:include href="6_notes.xml" />
- <xi:include href="a_arch.xml" />
- <xi:include href="b_help.xml" />
- <xi:include href="c_advanced.xml" /> -->
-</book>