summaryrefslogtreecommitdiffstats
path: root/forum.html
blob: 28d2312545b817904744882bdf4df1a575bd6e26 (plain)
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
<!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 http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <meta content="java, jogl, jocl, joal, opengl, opencl, openal, libraries" name="keywords"/>
        <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
        <title>JogAmp.org - java graphics, audio, media and processing libraries</title>
        <link href="style.css" rel="stylesheet" type="text/css"/>
        <link href="/style-alt1.css" rel="alternate stylesheet" title="default sans-serif font" type="text/css"/>
        <link href="SocialCoding/logo_symbol_finals/website_final_blue_favicon_symbol_16x16pel.ico" rel="shortcut icon"/>
        <link rel="alternate" href="http://jogamp.762907.n3.nabble.com/jogamp-f762907.xml" title="all messages" type="application/atom+xml"/>
        <link rel="alternate" href="http://jogamp.762907.n3.nabble.com/general-f784504.xml" title="general discussion" type="application/atom+xml"/>
        <link rel="alternate" href="http://jogamp.762907.n3.nabble.com/jocl-f782173.xml" title="jocl fourm" type="application/atom+xml"/>
        <link rel="alternate" href="http://jogamp.762907.n3.nabble.com/jogl-f782158.xml" title="jogl fourm" type="application/atom+xml"/>
        <link rel="alternate" href="http://jogamp.762907.n3.nabble.com/gluegen-f784684.xml" title="gluegen fourm" type="application/atom+xml"/>
    </head>

    <body>
        <div id="container">
            <!-- header -->
            <div id="header">
                <div id="slogan"><img src="images/jogamp_symbols/website_final_sideslogan_forums_404x20pel.png" alt="graphics, audio, media and processing libraries"/></div>
                <div id="logo"><img src="images/jogamp_symbols/website_final_blue_jogamp_346x70pel.png" alt="JogAmp symbol"/></div>
            </div>

            <div id="menu">
                <ul>
                    <li><a href="http://jogamp.org/">Home</a></li>
                    <li><a href="gluegen/www/">Gluegen</a></li>
                    <li><a href="joal/www">JOAL</a></li>
                    <li><a href="jocl/www">JOCL</a></li>
                    <li><a href="jogl/www">JOGL</a></li>
                    <li><a href="wiki">Wiki</a></li>
                    <li><a href="blog">Blogs</a></li>
                    <li><a href="stream/">Streams</a></li>
                    <li><a href="bugzilla">Bugzilla</a></li>
                </ul>
            </div>
            <!--end header -->
            <!-- main -->
            <div id="main">

                <div id="sidebar">
                    <h3>Community</h3>
                    <ul>
                        <li><a href="forum.html">Forum / Mailing Lists</a></li>
                        <li><a href="wiki/index.php/Chatroom">IRC Chatroom</a></li>
                        <li><a href="stream/">Streams</a></li>
                        <li><a href="blog/">Blogs</a></li>
                    </ul>
                    <h3>Featured</h3>
                    <ul>
                        <li>
                            <a href="http://volumeviewer.kenai.com/">
                                <img src="http://volumeviewer.kenai.com/thumbnail.png" width="160" height="120" align="left" alt=""/>
                            </a>
                        </li>
                        <li>
                            <a href="http://chronotext.org/">
                                <img src="http://download.java.net/media/jogl/www/chronotext.jpg" width="160" height="120" align="left" alt="chronotext"/>
                            </a>
                        </li>
                        <li>
                            <a href="http://bytonic.de/html/jake2.html">
                                <img src="http://download.java.net/media/jogl/www/jake2.jpg" width="160" height="120" align="left" alt="jake2"/>
                            </a>
                        </li>
                    </ul>
                </div>

                <div id="text">
                    <a id="nabblelink" href="http://forum.jogamp.org/">jogamp</a>
                    <script src="http://forum.jogamp.org/embed/f762907"></script>
                </div>
            </div>
            <!-- end main -->
            <div id="footer">
                <div id="footer_left">
                    <span xmlns:dc="http://purl.org/dc/elements/1.1/" property="dc:title">JogAmp.org</span>
                    by <a xmlns:cc="http://creativecommons.org/ns#" href="http://jogamp.org" property="cc:attributionName" rel="cc:attributionURL">http://jogamp.org</a>
                    is licensed under a <br/>
                    <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 License</a>.
                </div>
            </div>
        </div>
    </body>
</html>