diff options
author | Allen Akin <akin@users.sourceforge.net> | 1999-12-17 22:45:07 +0000 |
---|---|---|
committer | Allen Akin <akin@users.sourceforge.net> | 1999-12-17 22:45:07 +0000 |
commit | b42820d7af9ea85f26ad0ef40530c9bb541c51a1 (patch) | |
tree | 806fec90b1e133df71f51acc1ed77a19b0e98730 /doc | |
parent | 839b07786143b55f6c2e9a497cb036f7721145ef (diff) |
Modified docs to refer to new glean home pages on SourceForge
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/build.html | 13 | ||||
-rw-r--r-- | doc/html/buildgnu.html | 8 | ||||
-rw-r--r-- | doc/html/buildwin.html | 7 | ||||
-rw-r--r-- | doc/html/changes.html | 10 | ||||
-rw-r--r-- | doc/html/index.html | 6 | ||||
-rw-r--r-- | doc/html/newfeat.html | 3 | ||||
-rw-r--r-- | doc/html/next.html | 6 | ||||
-rw-r--r-- | doc/html/port.html | 6 | ||||
-rw-r--r-- | doc/html/run.html | 2 | ||||
-rw-r--r-- | doc/html/whatis.html | 7 |
10 files changed, 47 insertions, 21 deletions
diff --git a/doc/html/build.html b/doc/html/build.html index efaf3a3..9c4b872 100644 --- a/doc/html/build.html +++ b/doc/html/build.html @@ -16,6 +16,12 @@ <H1>How do I build <I>glean</I>?</H1> <P> +<I>Note: Some pre-built executable versions of </I>glean<I> are available. +Check the <A HREF="http://sourceforge.net/project/filelist.php?form_grp=430"> +</I>glean<I> downloads page on SourceForge</A> for files whose names contain +the string </I><KBD>exe</KBD><I>.</I> + +<P> <I>glean</I> is intended to run on a variety of operating systems. It has been tested on Linux-based GNU systems with the XFree86 X11 server, and on Microsoft Windows. @@ -34,10 +40,13 @@ handling TIFF is <A HREF="ftp://ftp.sgi.com/graphics/tiff">Sam Leffler's libtiff</A>. Your operating system may include this library already (most Linux distributions do); if not, you'll need to obtain a copy of the source and compile it according to the instructions contained therein. +The pre-built executables for <I>glean</I> on Windows have been statically +linked with libTIFF, so there's no need to provide it separately if you're +using those executables. <P> -Some of the tools in the <I>glean</I> suite use <A -HREF="http://reality.sgi.com/opengl/glut3/glut3.html">Mark +Some of the tools in the <I>glean</I> suite (though not <I>glean</I> +itself) use <A HREF="http://reality.sgi.com/opengl/glut3/glut3.html">Mark Kilgard's GLUT library</A>. Again, your OS (or your <A HREF="http://www.mesa3d.org/">MESA</A> distribution) may already include GLUT, but if not, you'll need to grab a copy and install it. diff --git a/doc/html/buildgnu.html b/doc/html/buildgnu.html index b3c8ada..d8f5e50 100644 --- a/doc/html/buildgnu.html +++ b/doc/html/buildgnu.html @@ -34,13 +34,13 @@ some features that <I>glean</I> uses, such as namespaces. <P> Obtain the gzipped tar file containing <I>glean</I> from -<A HREF="ftp://ftp.mesa3d.org/mesa/contrib/"> -ftp://ftp.mesa3d.org/mesa/contrib/</A>. +<A HREF="http://sourceforge.net/project/filelist.php?form_grp=430">the +<I>glean</I> downloads page on SourceForge</A>. <P> Unpack the tar file: <PRE> - tar xfz glean_1_0.tgz + tar xfz glean-1-0.tgz cd glean_1_0 </PRE> This will create a subdirectory named <KBD>glean_1_0</KBD> and @@ -62,7 +62,7 @@ and this command should work for users of sh and its descendants: GLEAN_ROOT=`pwd`; export GLEAN_ROOT </PRE> Be sure to set the environment variable each time you want to compile -or run <I>glean</I>. Perhaps the easiest way to ensure this is to +or run <I>glean</I>. Perhaps the easiest way to do this is to set it in your shell's startup script. <H2>Set Makefile options</H2> diff --git a/doc/html/buildwin.html b/doc/html/buildwin.html index 1684f90..7c28351 100644 --- a/doc/html/buildwin.html +++ b/doc/html/buildwin.html @@ -14,7 +14,7 @@ <h1> Building <i>glean</i> under Windows</h1> -Note : this document asumes that you are using Microsoft Visual C++ 6 (VC6). +Note : this document assumes that you are using Microsoft Visual C++ 6 (VC6). <h2> Other software you'll need</h2> Currently<i> glean</i> doesn't build with the STL included with VC6. <i>glean</i> @@ -24,9 +24,10 @@ implementation. <h2> Obtain the source code</h2> Obtain the .zip file containing <i>glean</i> from -<a href="ftp://ftp.mesa3d.org/mesa/contrib/">ftp://ftp.mesa3d.org/mesa/contrib/</a>. +<A HREF="http://sourceforge.net/project/filelist.php?form_grp=430">the +<I>glean</I> downloads page on SourceForge</A>. <p>Unzip the file: -<pre> pkunzip -d glean_1_0.zip c:\ +<pre> pkunzip -d glean-win-1-0.zip c:\ cd glean_1_0</pre> This will create a subdirectory named <tt>glean_1_0</tt> and make it your current directory. diff --git a/doc/html/changes.html b/doc/html/changes.html index 3e5e6ec..2c8c918 100644 --- a/doc/html/changes.html +++ b/doc/html/changes.html @@ -15,6 +15,12 @@ <H1>What has changed recently?</H1> +<H2>Changes from Version 1.0 to Version 1.1</H2> + +<P> +Updated documentation to reflect <I>glean</I>'s new home page on +<A HREF="http://sourceforge.net/">SourceForge</A>. + <H2>Changes from Version 0.6 to Version 1.0</H2> <P> @@ -25,8 +31,8 @@ to click to create each test window. <H2>Changes from Version 0.5 to Version 0.6</H2> <P> -Replaced <CODE>*.dsw</CODE> and <CODE>*.dsp</CODE> files with nmake -makefiles (named <CODE>common.win</CODE> and <CODE>makefile.win</CODE>) +Replaced <KBD>*.dsw</KBD> and <KBD>*.dsp</KBD> files with nmake +makefiles (named <KBD>common.win</KBD> and <KBD>makefile.win</KBD>) for building on Windows. <P> diff --git a/doc/html/index.html b/doc/html/index.html index ab9ff35..8c5164e 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -33,9 +33,13 @@ Welcome! This is the <I>glean</I> home page. <UL TYPE=DISC> <LI> Visit the <A HREF="http://sourceforge.net/project/?form_grp=430"> - <I>glean</I> project page on SourceForge</A>, which offers a central + <I>glean</I> project page</A>, which offers a central point of access to the main source code repository, bug database, mailing lists, etc. + <LI> Go directly to the + <A HREF="http://sourceforge.net/project/filelist.php?form_grp=430"> + <I>glean</I> downloads page</A> to grab the most-recently-released + source code (and executables, for some systems). <LI> Subscribe to the <A HREF="http://lists.sourceforge.net/mailman/listinfo/glean-announce"> <I>glean-announce</I> mailing list</A>, for diff --git a/doc/html/newfeat.html b/doc/html/newfeat.html index 98b0278..cd522f2 100644 --- a/doc/html/newfeat.html +++ b/doc/html/newfeat.html @@ -28,6 +28,9 @@ creating a new one, since the set of tests may have changed in unpredictable ways. This code would be system-dependent, so distinct versions would be needed for all operating systems. +<P> +Internationalizing the test summary and results messages would be helpful. + <H2>On Windows</H2> <H3>Non-default color depths</H3> diff --git a/doc/html/next.html b/doc/html/next.html index 67e428b..103e3eb 100644 --- a/doc/html/next.html +++ b/doc/html/next.html @@ -35,8 +35,10 @@ Please consider volunteering for some part of the jobs above. These projects are great candidates for open-source methods: they won't take too much of your time, you can work independently, and everything you contribute will have great leverage to help make sure 3D -graphics is Done Right. Contact -<A HREF="mailto:glean@pobox.com">glean@pobox.com</A> if you can help. +graphics is Done Right. Sign up as a developer at +<A HREF="http://sourceforge.net/">SourceForge</A> and then +check <A HREF="http://sourceforge.net/project/?form_grp=430">the +<I>glean</I> project page</A> if you can help. <HR> diff --git a/doc/html/port.html b/doc/html/port.html index 8245c3d..b367066 100644 --- a/doc/html/port.html +++ b/doc/html/port.html @@ -29,8 +29,10 @@ haven't looked into it. <P> In all of these cases, most of the work is in the window system -code (src/libs/dsurf, src/glean/winsys.cpp, src/glean/dsurf.cpp). -Some other things are needed in src/libs/timer and src/glean/environ.cpp. +code (<KBD>src/libs/dsurf</KBD>, <KBD>src/glean/winsys.cpp</KBD>, +<KBD>src/glean/dsurf.cpp</KBD>). +Some other things are needed in <KBD>src/libs/timer</KBD> and +<KBD>src/glean/environ.cpp</KBD>. It's always possible that differences in compilers will result in a need for more pervasive changes; some problems of this type did arise during the port to Windows. diff --git a/doc/html/run.html b/doc/html/run.html index b9b7704..4d74b00 100644 --- a/doc/html/run.html +++ b/doc/html/run.html @@ -129,7 +129,7 @@ explanatory information, <I>glean</I> will also list tests without significant differences, marking them with the notation "SAME". <P> -Some sample results files can be found in $GLEAN_ROOT/results. +Some sample results files can be found in <KBD>$GLEAN_ROOT/results</KBD>. <H2>Looking at test results in detail</H2> diff --git a/doc/html/whatis.html b/doc/html/whatis.html index a73d351..345a356 100644 --- a/doc/html/whatis.html +++ b/doc/html/whatis.html @@ -49,15 +49,14 @@ Who should care about <I>glean</I>? </UL> <P> -<I>glean</I> is provided under an "X11-style" copyright, which permits +<I>glean</I> is provided under an "MIT/X11-style" copyright, which permits it and its derivatives to be used at no cost for both commercial and non-commercial projects. <H2>Acknowledgments</H2> <P> -Development of the original <I>glean</I> framework and diagnosis tools -was supported by +Development of the <I>glean</I> framework and diagnosis tools is supported by <A HREF="http://www.precisioninsight.com/">Precision Insight, Inc.</A> <P> @@ -70,7 +69,7 @@ that can contribute to <I>glean</I>. <P> I'm also grateful to <A HREF="mailto:brian@precisioninsight.com">Brian Paul</A> and <A HREF="http://www.valinux.com/">VA Linux</A> for providing -<I>glean</I>'s first home on the Web. +<I>glean</I>'s home on the Web. <P> <A HREF="mailto:cass@r3.nu">Cass Everitt</A> suggested several improvements |