mirror of
https://github.com/fltk/fltk.git
synced 2026-06-06 00:22:42 +08:00
Updated addresses to point to fltk.org...
git-svn-id: file:///fltk/svn/fltk/trunk@382 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
<TD ALIGN=CENTER VALIGN=MIDDLE><IMG SRC=FL.gif ALIGN=ABSMIDDLE></TD>
|
<TD ALIGN=CENTER VALIGN=MIDDLE><IMG SRC=FL.gif ALIGN=ABSMIDDLE></TD>
|
||||||
<TD ALIGN=CENTER VALIGN=MIDDLE>
|
<TD ALIGN=CENTER VALIGN=MIDDLE>
|
||||||
<H1>FLTK 1.0 Programming Manual</H1>
|
<H1>FLTK 1.0 Programming Manual</H1>
|
||||||
Revision 6 by Michael Sweet, Craig P. Earls, and Bill Spitzak<BR>
|
Revision 7 by Michael Sweet, Craig P. Earls, and Bill Spitzak<BR>
|
||||||
Copyright 1998-1999 by Bill Spitzak and others.<BR>
|
Copyright 1998-1999 by Bill Spitzak and others.<BR>
|
||||||
</TD>
|
</TD>
|
||||||
</TR>
|
</TR>
|
||||||
|
|||||||
@@ -195,8 +195,10 @@ make
|
|||||||
FLTK is available on the 'net in a bunch of locations:
|
FLTK is available on the 'net in a bunch of locations:
|
||||||
<DL>
|
<DL>
|
||||||
<DT>WWW</DT>
|
<DT>WWW</DT>
|
||||||
<DD><A href=http://fltk.easysw.com>http://fltk.easysw.com</A></DD>
|
<DD><A href=http://www.fltk.org>http://www.fltk.org</A></DD>
|
||||||
<DT>FTP</DT>
|
<DT>FTP</DT>
|
||||||
|
<DD><A href=ftp://ftp.fltk.org/pub/fltk>ftp://ftp.fltk.org/pub/fltk</A>
|
||||||
|
</DD>
|
||||||
<DD><A href=ftp://ftp.easysw.com/pub/fltk>ftp://ftp.easysw.com/pub/fltk</A>
|
<DD><A href=ftp://ftp.easysw.com/pub/fltk>ftp://ftp.easysw.com/pub/fltk</A>
|
||||||
</DD>
|
</DD>
|
||||||
<DD><A href=ftp://ftp.funet.fi/mirrors/ftp.easysw.com/pub/fltk>
|
<DD><A href=ftp://ftp.funet.fi/mirrors/ftp.easysw.com/pub/fltk>
|
||||||
@@ -205,22 +207,22 @@ ftp://ftp.funet.fi/mirrors/ftp.easysw.com/pub/fltk</A></DD>
|
|||||||
ftp.northamerica.net/pub/ESP/fltk</A>
|
ftp.northamerica.net/pub/ESP/fltk</A>
|
||||||
<BR></DD>
|
<BR></DD>
|
||||||
<DT>EMail</DT>
|
<DT>EMail</DT>
|
||||||
<DD><A href=mailto:fltk@easysw.com>fltk@easysw.com</A> [see
|
<DD><A href=mailto:fltk@fltk.org>fltk@fltk.org</A> [see
|
||||||
instructions below]</DD>
|
instructions below]</DD>
|
||||||
<DD><A href=mailto:fltk-bugs@easysw.com>fltk-bugs@easysw.com</A> [for
|
<DD><A href=mailto:fltk-bugs@fltk.org>fltk-bugs@fltk.org</A> [for
|
||||||
reporting bugs]</DD>
|
reporting bugs]</DD>
|
||||||
</DL>
|
</DL>
|
||||||
To send a message to the FLTK mailing list ("fltk@easysw.com") you
|
To send a message to the FLTK mailing list ("fltk@fltk.org") you
|
||||||
must first join the list. Non-member submissions are blocked to avoid
|
must first join the list. Non-member submissions are blocked to avoid
|
||||||
problems with unsolicited email.
|
problems with unsolicited email.
|
||||||
<P>To join the FLTK mailing list, send a message to
|
<P>To join the FLTK mailing list, send a message to
|
||||||
"majordomo@easysw.com" with "subscribe fltk" in the message body. A
|
"majordomo@fltk.org" with "subscribe fltk" in the message body. A
|
||||||
digest of this list is available by subscribing to the "fltk-digest"
|
digest of this list is available by subscribing to the "fltk-digest"
|
||||||
mailing list. </P>
|
mailing list. </P>
|
||||||
<H2>Reporting Bugs</H2>
|
<H2>Reporting Bugs</H2>
|
||||||
To report a bug in FLTK, send an email to "fltk-bugs@easysw.com".
|
To report a bug in FLTK, send an email to "fltk-bugs@fltk.org".
|
||||||
Please include the FLTK version, operating system & version, and
|
Please include the FLTK version, operating system & version, and
|
||||||
compiler that you are using when describing the bug or problem.
|
compiler that you are using when describing the bug or problem.
|
||||||
<P>For general support and questions, please use the FLTK mailing list
|
<P>For general support and questions, please use the FLTK mailing list
|
||||||
at "fltk@easysw.com". </P>
|
at "fltk@fltk.org". </P>
|
||||||
</BODY></HTML>
|
</BODY></HTML>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<HEAD>
|
<HEAD>
|
||||||
<META CONTENT="Written by Michael Sweet, Craig P. Earls, and Bill Spitzak" NAME=Author>
|
<META CONTENT="Written by Michael Sweet, Craig P. Earls, and Bill Spitzak" NAME=Author>
|
||||||
<META CONTENT="Copyright 1998-1999 by Bill Spitzak and Others." NAME=Copyright>
|
<META CONTENT="Copyright 1998-1999 by Bill Spitzak and Others." NAME=Copyright>
|
||||||
<META CONTENT="Revision 6" NAME=DocNumber>
|
<META CONTENT="Revision 7" NAME=DocNumber>
|
||||||
<TITLE>FLTK 1.0 Programming Manual</TITLE>
|
<TITLE>FLTK 1.0 Programming Manual</TITLE>
|
||||||
</HEAD>
|
</HEAD>
|
||||||
<BODY>
|
<BODY>
|
||||||
|
|||||||
Reference in New Issue
Block a user