diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-31 10:45:08 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-31 10:45:24 -0500 |
commit | 1fa713c142e8bbd94f95c3a02e86d4408eacd906 (patch) | |
tree | 4941fcb5b4e17c73e0e002a2148892bed8208209 /src/admin/adminbook.xml | |
parent | de7e3cf527616eef5bea8d8d12d96fe67b6ae9d3 (diff) | |
download | docs-1fa713c142e8bbd94f95c3a02e86d4408eacd906.tar.gz docs-1fa713c142e8bbd94f95c3a02e86d4408eacd906.tar.bz2 docs-1fa713c142e8bbd94f95c3a02e86d4408eacd906.tar.xz docs-1fa713c142e8bbd94f95c3a02e86d4408eacd906.zip |
Finally, after a year - add Helping Hands section
Diffstat (limited to 'src/admin/adminbook.xml')
-rw-r--r-- | src/admin/adminbook.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/admin/adminbook.xml b/src/admin/adminbook.xml index 7d14fbc..f473369 100644 --- a/src/admin/adminbook.xml +++ b/src/admin/adminbook.xml @@ -1,6 +1,7 @@ <?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 helping SYSTEM "../common/helping_hands.xml"> <!ENTITY chap1 SYSTEM "1_intro.xml"> <!ENTITY chap2 SYSTEM "2_shell.xml"> <!ENTITY chap3 SYSTEM "3_packages.xml"> @@ -41,6 +42,7 @@ <para>Please also ensure that you are comfortable and properly rested before reading this handbook. This will allow you to learn quicker, and be able to recall the information you have learned easier.</para> <para>It is hoped by the author that you find this handbook easy to understand and read. 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> + &helping; </preface> &chap1; &chap2; |