This DVD supersedes editions with prior dates. This DVD contains two separate complete versions of my website as of April 13, 2018 at 15:00. The first complete version of my website is in the file 20180413_www_archive.tar This is a "tar" file to be expanded by a "superuser" on Linux systems in the directory /var with commands such as follow: "su" passwd: "wurzel" "cd /var" "tar xvf 20180413_www_archive.tar" This commands will establish a browser accessible website on Linux systems where apache2 has been installed under Debian (or Ubuntu) with a command such as "apt-get install apache2" The second complete version of my website is the directory tree "www" which is an image of the functioning directory tree /var/www I have no experience with the transfer of this image from the DVD to the computer. I surmise that under Windows such a transfer might me made automatically or with a single simple command. Under Linux, such a transfer can be made using the "tar" command. It can also be made by creating directories and subdirectories manually with the command "mkdir" and then copying the files one directory at a time from the DVD to the corresponding directory on the hard drive /var/www/.../.../..., a time consuming, laborious operation prone to typing errors. "tar" will be easier and more reliable.