diff options
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> |
