diff --git a/appendixa/fileutils-dep.xml b/appendixa/fileutils-dep.xml
deleted file mode 100644
index 5a47139a8..000000000
--- a/appendixa/fileutils-dep.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-Fileutils Installation Dependencies
-
-Last checked against version &fileutils-depversion;.
-
-Bash: sh
-Binutils: ar, as, ld, ranlib
-Diffutils: cmp
-Fileutils: chmod, cp, install, ln, ls, mkdir, mv, rm, rmdir
-Gettext: msgfmt, xgettext
-Gcc: cc, cc1, collect2, cpp0, gcc
-Grep: egrep, fgrep, grep
-Make: make
-Perl: perl
-Sed: sed
-Sh-utils: basename, echo, expr, hostname, sleep, uname
-Texinfo: install-info
-Textutils: cat, tr
-
-
-
diff --git a/appendixa/fileutils-desc.xml b/appendixa/fileutils-desc.xml
deleted file mode 100644
index 1fd4f2196..000000000
--- a/appendixa/fileutils-desc.xml
+++ /dev/null
@@ -1,95 +0,0 @@
-
-
-Descriptions
-
-Last checked against version &fileutils-contversion;.
-
-Program file descriptions
-
-chgrp
-chgrp changes the group ownership of each given file to the named group,
-which can be either a group name or a numeric group ID.
-
-chmod
-chmod changes the permissions of each given file according to mode, which
-can be either a symbolic representation of changes to make or an octal
-number representing the bit pattern for the new permissions.
-
-chown
-chown changes the user and/or group ownership of each
-given file.
-
-cp
-cp copies files from one place to another.
-
-dd
-dd copies a file (from the standard input to the standard output, by
-default) with a user-selectable blocksize, while optionally performing
-conversions on it.
-
-df
-df displays the amount of disk space available on the filesystem
-containing each file name argument. If no file name is given, the space
-available on all currently mounted filesystems is shown.
-
-dir, ls and vdir
-dir and vdir are versions of ls with different default output formats.
-These programs list each given file or directory name. Directory contents
-are sorted alphabetically. For ls, files are, by default, listed in columns
-sorted vertically if the standard output is a terminal; otherwise they
-are listed one per line. For dir, files are, by default, listed in columns
-sorted vertically. For vdir, files are, by default, listed in
-long format.
-
-dircolors
-dircolors outputs commands to set the LS_COLOR environment variable.
-The LS_COLOR variable is use to change the default color scheme used by
-ls and related utilities.
-
-du
-du displays the amount of disk space used by each file or directory
-listed on the command-line and by each of their subdirectories.
-
-install
-install copies files and sets their permission modes and, if possible,
-their owner and group.
-
-ln
-ln makes hard or soft (symbolic) links between files.
-
-mkdir
-mkdir creates directories with a given name.
-
-mkfifo
-mkfifo creates a FIFO with each given name.
-
-mknod
-mknod creates a FIFO, character special file or block special file
-with the given file name.
-
-mv
-mv moves files from one directory to another or renames files, depending
-on the arguments given to mv.
-
-rm
-rm removes files or directories.
-
-rmdir
-rmdir removes directories, if they are empty.
-
-shred
-shred deletes a file securely, overwriting it first so that its
-contents can't be recovered.
-
-sync
-sync forces changed blocks to disk and updates the
-super block.
-
-touch
-touch changes the access and modification times of each given file to the
-current time. Files that do not exist are created empty.
-
-
-
-
-
diff --git a/appendixa/fileutils-down.xml b/appendixa/fileutils-down.xml
deleted file mode 100644
index 3c231271c..000000000
--- a/appendixa/fileutils-down.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-Official Download Location
-
-Fileutils (&fileutils-version;):
-
-
-Fileutils Patch (&fileutils-patch-version;):
-
-
-
diff --git a/appendixa/fileutils-shortdesc.xml b/appendixa/fileutils-shortdesc.xml
deleted file mode 100644
index 47fc524c0..000000000
--- a/appendixa/fileutils-shortdesc.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-Contents of Fileutils
-
-Last checked against version &fileutils-contversion;.
-
-Fileutils is a package containing basic file manipulation programs.
-Included are programs to list and create directories, update
-timestamps, change permissions and so forth.
-
-Fileutils installs the following files:
-
-Program Files
-chgrp, chmod, chown, cp, dd, df, dir, dircolors, du, install, ln,
-ls, mkdir, mkfifo, mknod, mv, rm, rmdir, shred, sync, touch
-and vdir
-
-
-
diff --git a/appendixa/fileutils.xml b/appendixa/fileutils.xml
deleted file mode 100644
index 56e9024f3..000000000
--- a/appendixa/fileutils.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-Fileutils
-
-
-For installation instructions see .
-
-&aa-fileutils-down;
-&aa-fileutils-shortdesc;
-&aa-fileutils-desc;
-&aa-fileutils-dep;
-
-
-
diff --git a/appendixa/shellutils-dep.xml b/appendixa/shellutils-dep.xml
deleted file mode 100644
index 3bcd7248e..000000000
--- a/appendixa/shellutils-dep.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-Sh-utils Installation Dependencies
-
-Last checked against version &sh-utils-depversion;.
-
-Autoconf: autoconf, autoheader
-Automake: aclocal, automake
-Bash: sh
-Binutils: ar, as, ld, ranlib
-Diffutils: cmp
-Fileutils: chmod, chown, install, ls, mv, rm
-Gettext: msgfmt, xgettext
-Gcc: cc, cc1, collect2, cpp0, gcc
-Glibc: getconf
-Grep: egrep, fgrep, grep
-M4: m4
-Make: make
-Gawk: gawk
-Perl: perl
-Sed: sed
-Sh-utils: basename, echo, expr, hostname, sleep, uname
-Tar: tar
-Texinfo: install-info, makeinfo
-Textutils: cat, tr
-
-
-
diff --git a/appendixa/shellutils-desc.xml b/appendixa/shellutils-desc.xml
deleted file mode 100644
index f8a9ae50e..000000000
--- a/appendixa/shellutils-desc.xml
+++ /dev/null
@@ -1,128 +0,0 @@
-
-
-Descriptions
-
-Last checked against version &sh-utils-contversion;.
-
-Program file descriptions
-
-basename
-basename strips directory and suffixes from filenames.
-
-chroot
-chroot runs a command or interactive shell with special
-root directory.
-
-date
-date displays the current time in a specified format, or sets
-the system date.
-
-dirname
-dirname strips non-directory suffixes from file name.
-
-echo
-echo displays a line of text.
-
-env
-env runs a program in a modified environment.
-
-expr
-expr evaluates expressions.
-
-factor
-factor prints the prime factors of all specified
-integer numbers.
-
-false
-false always exits with a status code indicating failure.
-
-groups
-groups prints a user's group memberships.
-
-hostid
-hostid prints the numeric identifier (in hexadecimal) for the current
-host.
-
-id
-id prints the effective user and group IDs of the current
-user or a given user.
-
-logname
-logname prints the current user's login name.
-
-nice
-nice runs a program with modified scheduling priority.
-
-nohup
-nohup runs a command immune to hangups, with output to a
-log file.
-
-pathchk
-pathchk checks whether file names are valid or portable.
-
-pinky
-pinky is a lightweight finger utility which retrieves information about
-a certain user.
-
-printenv
-printenv prints all or part of the environment.
-
-printf
-printf formats and prints data (the same as the C printf
-function).
-
-pwd
-pwd prints the name of the current/working directory.
-
-seq
-seq prints numbers in a certain range with a certain
-increment.
-
-sleep
-sleep delays for a specified amount of time.
-
-stty
-stty changes and prints terminal line settings.
-
-su
-su runs a shell with substitute user and group IDs.
-
-tee
-tee reads from standard input and writes to standard output and
-files.
-
-test
-test checks file types and compares values.
-
-true
-true always exits with a status code indicating success.
-
-tty
-tty prints the file name of the terminal connected to standard
-input.
-
-uname
-uname prints system information.
-
-uptime
-uptime tells how long the system has been running.
-
-users
-users prints the user names of users currently logged in to the
-current host.
-
-who
-who shows who is logged on.
-
-whoami
-whoami prints the user name associated with the current
-effective user ID.
-
-yes
-yes outputs 'y' or a given string repeatedly,
-until killed.
-
-
-
-
-
diff --git a/appendixa/shellutils-down.xml b/appendixa/shellutils-down.xml
deleted file mode 100644
index 749ba31aa..000000000
--- a/appendixa/shellutils-down.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-Official Download Location
-
-Sh-utils (&sh-utils-version;):
-
-
-Sh-utils Patch (&sh-utils-patch-version;):
-
-
-
-Sh-utils Hostname Patch (&sh-utils-hostname-patch-version;):
-
-
-
diff --git a/appendixa/shellutils-shortdesc.xml b/appendixa/shellutils-shortdesc.xml
deleted file mode 100644
index 877530dbc..000000000
--- a/appendixa/shellutils-shortdesc.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-Contents of Sh-utils
-
-Last checked against version &sh-utils-contversion;.
-
-The Sh-utils package contains a number of basic shell manipulation
-utilities.
-
-Sh-utils installs the following:
-
-Program Files
-basename, chroot, date, dirname,
-echo, env, expr, factor, false, groups, hostid, id, logname,
-nice, nohup, pathchk, pinky, printenv, printf, pwd, seq, sleep, stty,
-su, tee, test, true, tty, uname, uptime, users, who, whoami and
-yes
-
-
-
diff --git a/appendixa/shellutils.xml b/appendixa/shellutils.xml
deleted file mode 100644
index e058ee405..000000000
--- a/appendixa/shellutils.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-Sh-utils
-
-
-&aa-shellutils-down;
-&aa-shellutils-shortdesc;
-&aa-shellutils-desc;
-&aa-shellutils-dep;
-
-
-
diff --git a/appendixa/textutils-dep.xml b/appendixa/textutils-dep.xml
deleted file mode 100644
index 99b1ab9f7..000000000
--- a/appendixa/textutils-dep.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-Textutils Installation Dependencies
-
-Last checked against version &textutils-depversion;.
-
-Autoconf: autoconf, autoheader
-Automake: aclocal, automake
-Bash: sh
-Binutils: ar, as, ld, ranlib
-Diffutils: cmp
-Fileutils: chmod, install, ls, mv, rm
-Gettext: msgfmt, xgettext
-Gcc: cc, cc1, collect2, cpp0, gcc
-Glibc: getconf
-Grep: egrep, fgrep, grep
-M4: m4
-Make: make
-Gawk: gawk
-Net-tools: hostname
-Perl: perl
-Sed: sed
-Sh-utils: basename, echo, expr, sleep, uname
-Tar: tar
-Texinfo: install-info, makeinfo
-Textutils: cat, tr
-
-
-
diff --git a/appendixa/textutils-desc.xml b/appendixa/textutils-desc.xml
deleted file mode 100644
index e7b9362fe..000000000
--- a/appendixa/textutils-desc.xml
+++ /dev/null
@@ -1,111 +0,0 @@
-
-
-Descriptions
-
-Last checked against version &textutils-contversion;.
-
-Program file descriptions
-
-cat
-cat concatenates file(s) or standard input to
-standard output.
-
-cksum
-cksum prints CRC checksum and byte counts of each specified
-file.
-
-comm
-comm compares two sorted files line by line.
-
-csplit
-csplit outputs pieces of a file separated by (a) pattern(s) to files
-xx01, xx02, ..., and outputs byte counts of each piece to standard
-output.
-
-cut
-cut prints selected parts of lines from specified files to standard
-output.
-
-expand
-expand converts tabs in files to spaces, writing to standard
-output.
-
-fmt
-fmt reformats each paragraph in the specified file(s), writing to
-standard output.
-
-fold
-fold wraps input lines in each specified file (standard input by default),
-writing to standard output.
-
-head
-head prints the first xx (10 by default) lines of each specified file to
-standard output.
-
-join
-join joins lines of two files on a common field.
-
-md5sum
-md5sum prints or checks MD5 checksums.
-
-nl
-nl writes each specified file to standard output, with line numbers
-added.
-
-od
-od writes an unambiguous representation, octal bytes by default, of a
-specified file to standard output.
-
-paste
-paste writes lines consisting of the sequentially corresponding
-lines from each specified file, separated by TABs,
-to standard output.
-
-pr
-pr paginates or columnates files for printing.
-
-ptx
-ptx produces a permuted index of file contents.
-
-sort
-sort writes sorted concatenation of files to standard
-output.
-
-split
-split outputs fixed-size pieces of an input file to
-PREFIXaa, PREFIXab, ...
-
-sum
-sum prints checksum and block counts for each specified
-file.
-
-tac
-tac writes each specified file to standard output, last line
-first.
-
-tail
-tail print the last xx (10 by default) lines of each specified file to
-standard output.
-
-tr
-tr translates, squeezes, and/or deletes characters from standard
-input, writing to standard output.
-
-tsort
-tsort writes totally ordered lists consistent with the partial ordering
-in specified files.
-
-unexpand
-unexpand converts spaces in each file to tabs, writing to standard
-output.
-
-uniq
-uniq removes duplicate lines from a sorted file.
-
-wc
-wc prints line, word and byte counts for each specified file and a
-total line, if more than one file is specified.
-
-
-
-
diff --git a/appendixa/textutils-down.xml b/appendixa/textutils-down.xml
deleted file mode 100644
index be73a4f35..000000000
--- a/appendixa/textutils-down.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-Official Download Location
-
-Textutils (&textutils-version;):
-
-
diff --git a/appendixa/textutils-shortdesc.xml b/appendixa/textutils-shortdesc.xml
deleted file mode 100644
index b7619f511..000000000
--- a/appendixa/textutils-shortdesc.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-Contents of Textutils
-
-Last checked against version &textutils-contversion;.
-
-The Textutils package contains several file manipulation
-and text processing programs.
-
-Textutils installs the following:
-
-Program Files
-cat, cksum, comm, csplit, cut, expand,
-fmt, fold, head, join, md5sum, nl, od, paste, pr, ptx, sort, split, sum,
-tac, tail, tr, tsort, unexpand, uniq and wc
-
-
diff --git a/appendixa/textutils.xml b/appendixa/textutils.xml
deleted file mode 100644
index 5f7ee78e2..000000000
--- a/appendixa/textutils.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-Textutils
-
-
-For installation instructions see .
-
-&aa-textutils-down;
-&aa-textutils-shortdesc;
-&aa-textutils-desc;
-&aa-textutils-dep;
-
-
-