diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-01-07 16:36:11 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-01-07 16:36:11 +0000 |
| commit | 367f908d8ed5a3464b9676223a26ddf4e11bdb5b (patch) | |
| tree | 2b0ec583852973ccf7b9804957e78d474e0e7e5d /documentation/intro.html | |
| parent | 85e6f449590eeb6e09f7547733adf4c7137470d0 (diff) | |
"Final" changes for first draft of 1.0 documentation.
git-svn-id: file:///fltk/svn/fltk/trunk@187 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/intro.html')
| -rw-r--r-- | documentation/intro.html | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/documentation/intro.html b/documentation/intro.html index 39b73c225..7f3edffdb 100644 --- a/documentation/intro.html +++ b/documentation/intro.html @@ -78,7 +78,7 @@ has started being included on Linux distributions. <p>Here are some of the core features unique to FLTK: <ul> - <li>sizeof(Fl_Widget) == 48.</li> + <li>sizeof(Fl_Widget) == 40 to 48.</li> <li>The "core" (the "hello" program compiled & linked with a static FLTK library using gcc on a 486 and then stripped) is 39.5K.</li> @@ -112,9 +112,9 @@ has started being included on Linux distributions. <li>Text input fields with Emacs key bindings, X cut & paste, and foreign letter compose!</li> - <li>Compatability header file for the GLUT library.</li> + <li>Compatibility header file for the GLUT library.</li> - <li>Compatability header file for the XForms library.</li> + <li>Compatibility header file for the XForms library.</li> <li>Much too much to list here...</li> </ul> @@ -228,9 +228,11 @@ FLTK is available on the 'net in a bunch of locations: <dt>FTP</dt> -<dd><a href="ftp://ftp.easysw.com/pub/fltk">ftp://ftp.easysw.com/pub/fltk</a><br> -<a href="ftp://ftp.funet.fi/mirrors/ftp.easysw.com/pub/fltk">ftp://ftp.funet.fi/mirrors/ftp.easysw.com/pub/fltk</a><br> -<a href="ftp://ftp.northamerica.net/pub/ESP/fltk">ftp.northamerica.net/pub/ESP/fltk</a><br></dd> +<dd><a href="ftp://ftp.easysw.com/pub/fltk">ftp://ftp.easysw.com/pub/fltk</a></dd> + +<dd><a href="ftp://ftp.funet.fi/mirrors/ftp.easysw.com/pub/fltk">ftp://ftp.funet.fi/mirrors/ftp.easysw.com/pub/fltk</a></dd> + +<dd><a href="ftp://ftp.northamerica.net/pub/ESP/fltk">ftp.northamerica.net/pub/ESP/fltk</a><br></dd> <dt>EMail</dt> |
