\documentclass{book}
%\newcommand{\VolumeName}{Volume 2: Axiom Users Guide}
%\input{bookheader.tex}
\pagenumbering{arabic}
\mainmatter
\setcounter{chapter}{0} % Chapter 1

\usepackage{makeidx}
\makeindex
\begin{document}
\begin{verbatim}
\start
Date: Tue, 2 Jun 2015 09:49:43 -0500
From: daly@axiom-developer.org
To: axiom-developer@nongnu.org
Subject: [Axiom-developer] New Axiom Docker release

Axiom June 2 version released.

docker pull daly/axiom
docker run -i -t daly/axiom axiom

Tim

\start
Date: Tue, 02 Jun 2015 15:49:19 -0400
From: Raymond Rogers <raymond.rogers72@gmail.com>
To: axiom-developer@nongnu.org
Subject: Re: [Axiom-developer] New Axiom Docker release

Works on Ubuntu 14 ; trusty

On 06/02/2015 10:49 AM, daly@axiom-developer.org wrote:
> Axiom June 2 version released.
>
> docker pull daly/axiom
> docker run -i -t daly/axiom axiom
>
> Tim
>

\start
Date: Sun, 21 Jun 2015 10:31:20 -0500
From: daly@axiom-developer.org
To: axiom-developer@nongnu.org
Subject: [Axiom-developer] Latest release on Docker

A new Docker image was pushed. As usual,

  docker pull daly/axiom
  docker run -i -t daly/axiom axiom

The main change removed the src/interp/interop.lisp.pamphlet file.

This fulfills two project goals, the first goal of moving the code
into literate form and the second goal of cleaning up the code base.
We are one file closer to a fully literate form.

The interop.lisp file contained code to check for and handle data
formats from a prior version of the system. It was intended to be
used during the transition, which was finished long before Axiom
was released. Unfortunately the old code remained.

Not only was this a waste of compile time, it was a waste of runtime
since the checking functions always returned false.

The dead code was removed and the live code was absorbed into other
files.

This should be transparent to users.

Tim

\start
Date: Tue, 23 Jun 2015 11:39:34 -0500
From: daly@axiom-developer.org
To: axiom-developer@nongnu.org
Subject: [Axiom-developer] MathML 3.0 2nd Edition standard

Methinks it is time to work on a MathML output package.

Mathematical Markup Language (MathML) Version 3.0 2nd Edition
http://www.w3.org/TR/2014/REC-MathML3-20140410/mathml.pdf

Tim

\start
Date: Tue, 23 Jun 2015 14:23:03 -0400
From: "William Sit" <wyscc@sci.ccny.cuny.edu>
To: daly@axiom-developer.org,axiom-developer@nongnu.org
Subject: Re: [Axiom-developer] MathML 3.0 2nd Edition standard

Agree. I remember Sam Dooley worked on MathML. Indeed, a 
number of the principal authors had worked on Axiom (Bob 
Sutor, Stephen Watt, for example---you probably recognize 
more).

Principal Authors: Ron Ausbrooks, Stephen Buswell, David 
Carlisle, Giorgi Chavchanidze,
Stéphane Dalmas, Stan Devitt, Angel Diaz, Sam Dooley, 
Roger Hunter, Patrick Ion,
Michael Kohlhase, Azzeddine Lazrek, Paul Libbrecht, Bruce 
Miller,
Robert Miner (deceased), Chris Rowley, Murray Sargent, 
Bruce Smith, Neil Soiffer,
Robert Sutor, Stephen Watt

William

On Tue, 23 Jun 2015 11:39:34 -0500
  daly@axiom-developer.org wrote:
> Methinks it is time to work on a MathML output package.
> 
> Mathematical Markup Language (MathML) Version 3.0 2nd 
>Edition
> http://www.w3.org/TR/2014/REC-MathML3-20140410/mathml.pdf
> 
> Tim

\start
Date: Sun, 28 Jun 2015 17:34:06 -0500
From: daly@axiom-developer.org
To: Tom Curtis <tgraycurtis@gmail.com>
Subject: Re: [Axiom-developer] downloading Axiom to a windows machine
	running windows 7

>      I'm not a sophisticated programmer, but would like to take 
>advantage of the symbolic algebra of which Axiom is capable.
>...SNIP...

You follow these instructions to install "boot2docker":
https://docs.docker.com/installation/windows/

Then you start boot2docker and type:
   docker pull daly/axiom
   docker run -i -t daly/axiom axiom

Tim


\end{verbatim}
\eject
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\cleardoublepage
%\phantomsection
\addcontentsline{toc}{chapter}{Bibliography}
\bibliographystyle{axiom}
\bibliography{axiom}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\cleardoublepage
%\phantomsection
\addcontentsline{toc}{chapter}{Index}
\printindex
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}
