From 4373909d0685327f18019e2a4cb91da512fbecc0 Mon Sep 17 00:00:00 2001 From: rusty Date: Tue, 3 Dec 2013 06:42:31 +0000 Subject: Formatting repair as per Chet's feedback. 1) Populate TC member list. 2) Remove Non-Normative References section 3) Fix URLs to point to correct place. Signed-off-by: Rusty Russell git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@153 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652 --- acknowledgements.tex | 20 +++++++++++++++++++- introduction.tex | 4 ---- make-setup-generated.sh | 44 ++++++++++++++++++++++++++++++++++++++++++++ makehtml.sh | 1 + makepdf.sh | 1 + specvars.tex | 31 +------------------------------ 6 files changed, 66 insertions(+), 35 deletions(-) create mode 100755 make-setup-generated.sh diff --git a/acknowledgements.tex b/acknowledgements.tex index 3e22de2..fb2fc76 100644 --- a/acknowledgements.tex +++ b/acknowledgements.tex @@ -6,5 +6,23 @@ The following individuals have participated in the creation of this specification and are gratefully acknowledged: \begin{oasistitlesection}{Participants} - [ Participant Name, Affiliation | Individual Member ] \newline +Amit Shah, Red Hat \newline +Amos Kong, Red Hat \newline +Anthony Liguori, IBM \newline +Bruce Rogers, Novell \newline +Bryan Venteicher, NetApp \newline +Cornelia Huck, IBM \newline +Daniel Kiper, Oracle \newline +Geoff Brown, Machine-to-Machine Intelligence (M2MI) Corporation \newline +Gershon Janssen, Individual Member \newline +James Bottomley, Parallels IP Holdings GmbH \newline +Luiz Capitulino, Red Hat \newline +Michael Tsirkin, Red Hat \newline +Paolo Bonzini, Red Hat \newline +Pawel Moll, ARM Limited \newline +Rusty Russell, IBM \newline +Sasha Levin, Oracle \newline +Sergey Tverdyshev, Thales e-Security \newline +Stefan Hajnoczi, Red Hat \newline +Tom Lyon, Samya Systems, Inc. \newline \end{oasistitlesection} diff --git a/introduction.tex b/introduction.tex index 60846b9..5ac71b2 100644 --- a/introduction.tex +++ b/introduction.tex @@ -44,9 +44,5 @@ The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "S \phantomsection\label{intro:S390 Common I/O}\textbf{[S390 Common I/O]} & ESA/390 Common I/O-Device and Self-Description, \newline IBM Publication SA22-7204\\ \end{longtable} - -\section{Non-Normative References} - - \newpage diff --git a/make-setup-generated.sh b/make-setup-generated.sh new file mode 100755 index 0000000..eedc745 --- /dev/null +++ b/make-setup-generated.sh @@ -0,0 +1,44 @@ +#! /bin/sh + +case "$1" in + *-wd*) + STAGE=wd + STAGENAME="Working Draft" + WORKINGDRAFT=`basename "$1" | sed 's/.*-wd//'` + ;; + *-os*) + STAGE=os + STAGENAME="OASIS Standard" + WORKINGDRAFT="" + ;; + *-csd*) + STAGE=csd + STAGENAME="Committee Specification Draft" + WORKINGDRAFT=`basename "$1" | sed 's/.*-csd//'` + ;; + *-csprd*) + STAGE=csprd + STAGENAME="Committee Specification Public Review Draft" + WORKINGDRAFT=`basename "$1" | sed 's/.*-csprd//'` + ;; + *-cs*) + STAGE=cs + STAGENAME="Committee Specification" + WORKINGDRAFT="" + ;; + *) + echo Unknown doc type >&2 + exit 1 +esac + +VERSION=1.0 +ISODATE=`git show --format=format:'%cd' --date=iso | head -n 1` +DATESTR=`date -d "$DATE" +'%d %b %Y'` +cat > setup-generated.tex <