-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinks.html
More file actions
219 lines (219 loc) · 8.64 KB
/
links.html
File metadata and controls
219 lines (219 loc) · 8.64 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>Xfce Foundation Classes</title>
<meta content="The XFC Development Team" name="author">
<meta content="Website: Contact Page" name="description">
<link type="text/css" href="images/website.css" rel="stylesheet">
<link href="images/favicon.ico" rel="shortcut icon">
</head>
<body style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"
alink="#000099" link="#000099" vlink="#990099">
<!--Main table: holds the entire contents of the web page.-->
<table style="text-align: left; width: 100%;" border="0" cellpadding="0"
cellspacing="0">
<tbody>
<tr>
<td
style="vertical-align: middle; white-space: nowrap; text-align: right; height: 25px;"
class="darkbluestripe"><a href="http://xfce.org" class="foot">Xfce.org</a>
| <a href="http://xfce-goodies.berlios.de/" class="foot">Xfce
Goodies</a> | Xfce Foundation
Classes | <a href="http://bugzilla.xfce.org/" class="foot">Xfce
Bug
Tracker</a>
| <a href="http://www.xfcewiki.org/" class="foot">Xfce Wiki</a>
| <a href="http://forum.xfce.org/" class="foot">Xfce Forum</a>
| <a href="http://blog.xfce.org/" class="foot">Xfce DevBlog</a>
<!--Top dark-blue stripe: contains links to other Xfce sites.--></td>
</tr>
<tr>
<td
style="vertical-align: top; white-space: nowrap; text-align: left; font-size: 12px;"><!--Logo area: white background.-->
<table style="text-align: left; width: 100%; height: 140px;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td
style="vertical-align: middle; white-space: nowrap; text-align: left;"><img
style="width: 300px; height: 110px;" alt="" src="images/xfc.png"
align="middle"></td>
<td
style="vertical-align: middle; white-space: nowrap; text-align: left; color: rgb(17, 55, 95);">
<h2>... the power of
gtk, the power of c++!</h2>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td
style="vertical-align: middle; white-space: nowrap; text-align: center; height: 25px;"
class="greybluestripe"><!--Top grey-blue stripe: contains links to other website pages.-->
<a href="index.html" class="qn">Home</a>
| <a class="qn" href="news.html">News</a>
| <a class="qn" href="history.html">History</a>
| <a class="qn" href="faq.html">FAQ</a>
| <a class="qn" href="documentation.html">Documentation</a>
| <a class="qn" href="download.html">Download</a>
| <a class="qn" href="contact.html">Contact</a>
| <a class="hl" href="links.html">Links</a><br>
</td>
</tr>
<tr>
<td style="vertical-align: top; text-align: left;">
<table style="text-align: left; width: 100%;" border="0"
cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td class="leftmenu"
style="vertical-align: top; white-space: nowrap; text-align: left; width: 20%;">
<ul class="menu">
<li><a class="mbold" href="index.html">Home</a></li>
<li> <a href="news.html" class="mbold">News</a></li>
<li> <a class="mbold" href="history.html">History</a></li>
<li> <a class="mbold" href="faq.html">FAQ</a></li>
<li> <a class="mbold" href="documentation.html">Documentation</a></li>
<li> <a class="mbold" href="download.html">Download</a></li>
<li> <a class="mbold" href="contact.html">Contact</a></li>
<li> <a class="mhl" href="links.html">Links</a></li>
</ul>
</td>
<td
style="vertical-align: top; white-space: nowrap; text-align: left; width: 1px;"
class="greybluestripe"><!--Left menu grey-blue border--><br>
</td>
<td style="vertical-align: top; text-align: left;"
class="pagecontents">
<h3><!--Here starts the main content of the page.-->The
Standard C++
Library</h3>
If you need help with the GNU Standard C++ Library you will
find its documentation online <a class="phl"
href="http://gcc.gnu.org/libstdc++">here</a>.<br>
<br>
<h3><span style="font-family: sans-serif;">The
GTK+ toolkit</span></h3>
Here you will find the <a class="phl" href="http://www.gtk.org">GTK+</a>
home page with lots of information about the GTK+ toolkit and links to
several other related projects. If you need help on using GTK+ or just
want to keep track of the latest GTK+ developments there are mailing
lists you can subscribe to.<br>
<br>
<h3>The Libsigc++
library</h3>
Apart from Glib/GTK+, the libsigc++ library is the only other
external dependancy. If you need to know more about this library have a
look at the
libsigc++ <a class="phl" href="http://libsigc.sf.net">home
page</a>.
You can download the latest libsigc++ source code from <a
class="phl"
href="http://libsigc.sourceforge.net/stable.shtml">here</a>.<br>
Libsigc++ is available on just about all flavors of Linux; if you want a pre-built binary check the repositories for your distribution.
<br>
<h3>Need
some help with
your C++ programming...</h3>
<ul>
<li> Want
some
tips from the C++ master. You will find Bjarne Stroustrup's web page <a
class="phl" href="http://www.research.att.com/%7Ebs/">here</a>.</li>
<li>The C++ <a class="phl"
href="http://www.parashift.com/c++-faq-lite/">FAQ
lite</a> gives you
specific advice to help you properly use C++ for object oriented
programming.</li>
<li>C++ <a class="phl"
href="http://cpptips.hyperformix.com/cpptips.html">Tips
and Tricks</a>
contains helpful
information gathered from internet news groups, various books and
magazines.</li>
<li>You will
some answers to common C++
design questions <a class="phl"
href="http://www.cprogramming.com/tutorial/templates.html">here</a>.</li>
<li>Need
some help with generic programming.
Have a look at these <a class="phl"
href="http://cpptips.hyperformix.com/Templates.html">template
tips</a>.</li>
<li>If
you
want to fine tune your C++ programming skills the <a
style="font-family: sans-serif;" class="phl"
href="http://www.devx.com/cplus">DevX
C++</a> site has an archive
of useful C++ tips, and is regularly updated.</li>
</ul>
<br>
<h3>HTML programming...</h3>
<ul>
<li> Trying
to
build a great web site. <a style="font-family: sans-serif;"
href="http://www.htmlgoodies.com/">HTML Goodies</a>
has lots of
practical examples that show you how to add some great features to you
web pages, like changing images on mouse over or displaying transparent
images.</li>
<li><a class="phl"
href="http://www.wpdfd.com/editorial/basics/index.html">CSS
from the ground up</a> is a well
designed tutorial that shows you how easy it is write web pages that
use Cascading Style Sheets.</li>
</ul>
<br>
<br>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="greybluestripe"
style="vertical-align: top; white-space: nowrap; text-align: left; height: 25px;"><!--Bottem grey-blue stripe--><br>
</td>
</tr>
<tr>
<td
style="vertical-align: middle; white-space: nowrap; text-align: center; height: 54px;"><!--Centered logos at bottom on a white background.--><a
href="http://validator.w3.org/check/referer"><img
src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0"
style="border: 0px solid ; width: 88px; height: 31px;" align="middle"></a>
<a href="http://www.lunar-linux.org"><img
style="border: 0px solid ; width: 120px; height: 32px;" alt=""
src="images/poweredbylunar.png" align="middle"></a></td>
</tr>
<tr>
<td
style="vertical-align: top; white-space: nowrap; text-align: left; height: 25px;"><!--Bottom dark-blue stripe: for copyright information.-->
<table style="text-align: left; width: 100%;" border="0"
cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td class="darkbluestripe"
style="vertical-align: middle; white-space: nowrap; text-align: left; width: 50%; height: 25px;"><em>
Copyright
© 2004-2012 The XFC Development Team</em></td>
<td class="darkbluestripe"
style="vertical-align: middle; white-space: nowrap; text-align: right; width: 50%;">Xfce
is © <a class="foot" href="mailto:fourdan@xfce.org">Olivier
FOURDAN</a>
1996-2005 <br>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</body>
</html>