-
Notifications
You must be signed in to change notification settings - Fork 16
/
contact.html
51 lines (50 loc) · 2.33 KB
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Contact Information</TITLE>
<STYLE TYPE="TEXT/CSS">
<!--
.IE3-DUMMY { CONT-SIZE: 100%; }
BODY { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; BACKGROUND-COLOR: #E0E0E0; }
P { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; }
H1 { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; }
H2 { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; }
H3 { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; }
H4 { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; }
H5 { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; }
H6 { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; }
UL { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; }
TD { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; BACKGROUND-COLOR: #FFFFFF; }
.NOBORDER { BACKGROUND-COLOR: #E0E0E0; PADDING: 0pt; }
.NOBORDER TD { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; BACKGROUND-COLOR: #E0E0E0; PADDING: 0pt; }
.CODE { FONT-FAMILY: Courier New; }
-->
</STYLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#E0E0E0">
<FONT SIZE="5"><B>Contact Information</B></FONT>
<HR>
<P>If you have any questions, suggestions, problems, corrections, bug reports, and especially
if you have some information about OS routines not known to me, please contact us at
<BR><BR><BR>
<B>
<A HREF="http://trac.godzil.net/gcc4ti/">http://trac.godzil.net/gcc4ti/</A>
</B>
<BR><BR><BR>
Please, inform us about any noticed problem with the library and the documentation (including
wrong links in the documentation). This will help us to correct the problem in a next release.
However, please use the ticket tracker on
<A HREF="http://trac.godzil.net/gcc4ti/"><B>http://trac.godzil.net/gcc4ti/</B></A>
for all other problems.
<BR><BR>
If you have a general GCC4TI programming question, it is a good idea to see whether it is already
answered on the <A HREF="http://tichessteamhq.yuku.com"><B>TICT & GCC4TI/TIGCC programming message board</B></A>,
or the <A HREF="http://www.yaronet.com/gcc4ti"><B>GCC4TI message board</B></A>.
If not, you can post your question there.
<BR><BR>
<B>Note:</B> Before asking a question, please check whether this question is
already answered in the <A HREF="faq.html"><B>Frequently Asked Question</B></A> list !</P>
<HR>
<H3><A HREF="index.html">Return to the main index</A></H3>
</BODY>
</HTML>