# HG changeset patch
# User Ewan Mellor <ewan@xxxxxxxxxxxxx>
# Date 1175784064 -3600
# Node ID e2fdfb0802bd858844c930a537dc78ec8d6f3f75
# Parent 40d4150764adc6f4aaba0886b9f0523e99644317
Update cover text. API version 0.9.0.
Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>
---
docs/xen-api/coversheet.tex | 24 +++++++++++++++++++++---
docs/xen-api/presentation.tex | 2 +-
docs/xen-api/vm-lifecycle.tex | 2 +-
docs/xen-api/wire-protocol.tex | 2 +-
docs/xen-api/xenapi-coversheet.tex | 16 +++++++---------
docs/xen-api/xenapi-datamodel.tex | 2 +-
docs/xen-api/xenapi.tex | 10 ++--------
7 files changed, 34 insertions(+), 24 deletions(-)
diff -r 40d4150764ad -r e2fdfb0802bd docs/xen-api/coversheet.tex
--- a/docs/xen-api/coversheet.tex Thu Apr 05 15:11:49 2007 +0100
+++ b/docs/xen-api/coversheet.tex Thu Apr 05 15:41:04 2007 +0100
@@ -1,5 +1,5 @@
%
-% Copyright (c) 2006 XenSource, Inc.
+% Copyright (c) 2006-2007 XenSource, Inc.
%
% Permission is granted to copy, distribute and/or modify this document under
% the terms of the GNU Free Documentation License, Version 1.2 or any later
@@ -20,7 +20,7 @@
\begin{center}
\resizebox{8cm}{!}{\includegraphics{\coversheetlogo}}
-\vspace{3cm}
+\vspace{2cm}
\begin{Huge}
\doctitle{}
@@ -37,9 +37,27 @@ Date: \datestring{}
\begin{tabular}{rl}
\docauthors{}
\end{tabular}
-
\end{Large}
\end{center}
+\vspace{.5cm}
+\begin{large}
+\textbf{Contributors:}
+\begin{multicols}{2}{
+Stefan Berger, IBM \\
+Daniel Berrang\'e, Red Hat \\
+Gareth Bestor, IBM \\
+Hollis Blanchard, IBM \\
+Mike Day, IBM \\
+Jim Fehlig, Novell \\
+Jon Harrop, XenSource \\
+Vincent Hanquez, XenSource \\
+John Levon, Sun Microsystems \\
+Jon Ludlam, XenSource \\
+Alastair Tse, XenSource \\
+Daniel Veillard, Red Hat \\
+Tom Wilkie, University of Cambridge}
+\end{multicols}
+\end{large}
\vfill
diff -r 40d4150764ad -r e2fdfb0802bd docs/xen-api/presentation.tex
--- a/docs/xen-api/presentation.tex Thu Apr 05 15:11:49 2007 +0100
+++ b/docs/xen-api/presentation.tex Thu Apr 05 15:41:04 2007 +0100
@@ -1,5 +1,5 @@
%
-% Copyright (c) 2006 XenSource, Inc.
+% Copyright (c) 2006-2007 XenSource, Inc.
%
% Permission is granted to copy, distribute and/or modify this document under
% the terms of the GNU Free Documentation License, Version 1.2 or any later
diff -r 40d4150764ad -r e2fdfb0802bd docs/xen-api/vm-lifecycle.tex
--- a/docs/xen-api/vm-lifecycle.tex Thu Apr 05 15:11:49 2007 +0100
+++ b/docs/xen-api/vm-lifecycle.tex Thu Apr 05 15:41:04 2007 +0100
@@ -1,5 +1,5 @@
%
-% Copyright (c) 2006 XenSource, Inc.
+% Copyright (c) 2006-2007 XenSource, Inc.
%
% Permission is granted to copy, distribute and/or modify this document under
% the terms of the GNU Free Documentation License, Version 1.2 or any later
diff -r 40d4150764ad -r e2fdfb0802bd docs/xen-api/wire-protocol.tex
--- a/docs/xen-api/wire-protocol.tex Thu Apr 05 15:11:49 2007 +0100
+++ b/docs/xen-api/wire-protocol.tex Thu Apr 05 15:41:04 2007 +0100
@@ -1,5 +1,5 @@
%
-% Copyright (c) 2006 XenSource, Inc.
+% Copyright (c) 2006-2007 XenSource, Inc.
%
% Permission is granted to copy, distribute and/or modify this document under
% the terms of the GNU Free Documentation License, Version 1.2 or any later
diff -r 40d4150764ad -r e2fdfb0802bd docs/xen-api/xenapi-coversheet.tex
--- a/docs/xen-api/xenapi-coversheet.tex Thu Apr 05 15:11:49 2007 +0100
+++ b/docs/xen-api/xenapi-coversheet.tex Thu Apr 05 15:41:04 2007 +0100
@@ -1,5 +1,5 @@
%
-% Copyright (c) 2006 XenSource, Inc.
+% Copyright (c) 2006-2007 XenSource, Inc.
%
% Permission is granted to copy, distribute and/or modify this document under
% the terms of the GNU Free Documentation License, Version 1.2 or any later
@@ -12,26 +12,24 @@
%
%% Document title
-\newcommand{\doctitle}{Xen Management API Draft}
+\newcommand{\doctitle}{Xen Management API}
\newcommand{\coversheetlogo}{xen.eps}
%% Document date
-\newcommand{\datestring}{25th August 2006}
+\newcommand{\datestring}{5th April 2007}
-\newcommand{\releasestatement}{Open Preview Release\\Comments are welcome!}
+\newcommand{\releasestatement}{Candidate for Release\\Comments are welcome!}
%% Document revision
-\newcommand{\revstring}{API Revision 0.4.3 (Draft for discussion)}
+\newcommand{\revstring}{API Revision 0.9.0}
%% Document authors
\newcommand{\docauthors}{
Ewan Mellor: & {\tt ewan@xxxxxxxxxxxxx} \\
Richard Sharp: & {\tt richard.sharp@xxxxxxxxxxxxx} \\
-David Scott: & {\tt david.scott@xxxxxxxxxxxxx} \\
-Jon Harrop: & {\tt jon.harrop@xxxxxxxxxxxxx}
-}
-\newcommand{\legalnotice}{Copyright \copyright{} 2006 XenSource, Inc.\\ \\
+David Scott: & {\tt david.scott@xxxxxxxxxxxxx}}
+\newcommand{\legalnotice}{Copyright \copyright{} 2006-2007 XenSource, Inc.\\ \\
Permission is granted to copy, distribute and/or modify this document under
the terms of the GNU Free Documentation License, Version 1.2 or any later
version published by the Free Software Foundation; with no Invariant Sections,
diff -r 40d4150764ad -r e2fdfb0802bd docs/xen-api/xenapi-datamodel.tex
--- a/docs/xen-api/xenapi-datamodel.tex Thu Apr 05 15:11:49 2007 +0100
+++ b/docs/xen-api/xenapi-datamodel.tex Thu Apr 05 15:41:04 2007 +0100
@@ -1,5 +1,5 @@
%
-% Copyright (c) 2006 XenSource, Inc.
+% Copyright (c) 2006-2007 XenSource, Inc.
%
% Permission is granted to copy, distribute and/or modify this document under
% the terms of the GNU Free Documentation License, Version 1.2 or any later
diff -r 40d4150764ad -r e2fdfb0802bd docs/xen-api/xenapi.tex
--- a/docs/xen-api/xenapi.tex Thu Apr 05 15:11:49 2007 +0100
+++ b/docs/xen-api/xenapi.tex Thu Apr 05 15:41:04 2007 +0100
@@ -1,5 +1,5 @@
%
-% Copyright (c) 2006 XenSource, Inc.
+% Copyright (c) 2006-2007 XenSource, Inc.
%
% Permission is granted to copy, distribute and/or modify this document under
% the terms of the GNU Free Documentation License, Version 1.2 or any later
@@ -17,6 +17,7 @@
\usepackage{graphics}
\usepackage{longtable}
\usepackage{fancyhdr}
+\usepackage{multicol}
\setlength\topskip{0cm}
\setlength\topmargin{0cm}
@@ -40,17 +41,10 @@ remotely configuring and controlling vir
remotely configuring and controlling virtualised guests running on a
Xen-enabled host.
-~
-
-{\bf \large This document is an early draft for discussion purposes only.}
-
-~
-
\input{presentation}
\include{wire-protocol}
\include{vm-lifecycle}
-\include{todo}
\include{xenapi-datamodel}
\include{fdl}
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|