[Commit] papers/xr_ols2003 availability.tex,NONE,1.1 acknowledgements.tex,1.1,1.2 future.tex,1.5,1.6 related.tex,1.4,1.5 xr_ols2003.tex,1.10,1.11

Carl Worth commit@keithp.com
Sat, 17 May 2003 06:11:04 -0700


Committed by: cworth

Update of /local/src/CVS/papers/xr_ols2003
In directory home.keithp.com:/tmp/cvs-serv1748

Modified Files:
	acknowledgements.tex future.tex related.tex xr_ols2003.tex 
Added Files:
	availability.tex 
Log Message:
Added aavailability information

--- NEW FILE: availability.tex ---
\section{Availability}
Xr is free software released under an MIT license from \url{http://xr.xwin.org}.

Index: acknowledgements.tex
===================================================================
RCS file: /local/src/CVS/papers/xr_ols2003/acknowledgements.tex,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- acknowledgements.tex	16 May 2003 16:04:14 -0000	1.1
+++ acknowledgements.tex	17 May 2003 13:11:02 -0000	1.2
@@ -3,13 +3,11 @@
 % \section{Acknowledgements}
 
 \section{Disclaimer}
-    
+\begin{scriptsize}   
 Portions of this effort sponsored by the Defense Advanced Research
 Projects Agency (DARPA) under agreement number F30602-99-1-0529.  The
 views and conclusions contained herein are those of the authors and
-should not be interpreted as necessarily representing the official
-policies or endorsements, either express or implied, of the Defense
-Advanced Research Projects Agency (DARPA), the Air Force Research
-Laboratory, or the U.S. Government.
-
-
+should not be interpreted as representing the official
+policies or endorsements of the Defense
+Advanced Research Projects Agency (DARPA) or the U.S. Government.
+\end{scriptsize}

Index: future.tex
===================================================================
RCS file: /local/src/CVS/papers/xr_ols2003/future.tex,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- future.tex	17 May 2003 01:41:53 -0000	1.5
+++ future.tex	17 May 2003 13:11:02 -0000	1.6
@@ -19,8 +19,8 @@
 
 \subsection{Printing Backend}
 
-Xr is currently able to draw to the X Window System, (with or without the X Render Extension),
-and can also draw to local images.  Still missing is the ability to generate
+Xr is currently able to target the X Window System, (with or without the X Render Extension),
+as well as local images.  Still missing is the ability to generate
 PostScript or PDF output files.  Getting this working is important not only
 so that applications can print, but also because there may be unintended
 limitations in both the implementation and specification caused by the
@@ -35,8 +35,8 @@
 \subsection{Color Management}
 
 Xr currently supports only the RGB color space.  This simplifies many
-aspects of the library interface and implementation.  While it might be
-necessary to eventually include support for more sophisticated color
+aspects of the library interface and implementation.  While it might become
+necessary to add support for more sophisticated color
 management, such development will certainly await a compelling need.  One
 simple thing to do in the meantime would be to reinterpret the
 device-dependent RGB values currently provided as sRGB instead.  Using ICC

Index: related.tex
===================================================================
RCS file: /local/src/CVS/papers/xr_ols2003/related.tex,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- related.tex	17 May 2003 01:41:53 -0000	1.4
+++ related.tex	17 May 2003 13:11:02 -0000	1.5
@@ -45,6 +45,5 @@
 support printing or the local generation of images.
 
 As Xr provides an abstract interface atop many graphics architectures, it
-should be possible to layer Xr on OpenGL.  For high performance OpenGL
-implementations, this may well be a good direction.
+should be possible to layer Xr on OpenGL.
 

Index: xr_ols2003.tex
===================================================================
RCS file: /local/src/CVS/papers/xr_ols2003/xr_ols2003.tex,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- xr_ols2003.tex	16 May 2003 19:04:11 -0000	1.10
+++ xr_ols2003.tex	17 May 2003 13:11:02 -0000	1.11
@@ -36,6 +36,7 @@
 \input{implementation}
 \input{related}
 \input{future}
+\input{availability}
 \input{acknowledgements}
 
 \bibliography{keithp}