File: page_template.html

package info (click to toggle)
ruby-opengl 0.60.1%2Bdfsg2-1~wheezy1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,048 kB
  • sloc: ansic: 24,676; ruby: 9,400; sh: 12; makefile: 10
file content (71 lines) | stat: -rw-r--r-- 2,335 bytes parent folder | download | duplicates (3)
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
<!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=iso-8859-1" />
<link type="text/css" media="screen" rel="stylesheet" href="style.css" />
<title>ruby-opengl -- {{title}}</title>
</head>

<body>

<div id="container">

	<div id="header">
		<em>ruby-opengl</em>
	</div>

	<ul id="tabnav">
		<li><a href="./index.html">Home</a></li>
		<li><a href="./tutorial.html">Tutorial</a></li>
		<li><a href="./build_install.html">Build/Install</a></li>
		<li><a href="./roadmap.html">Roadmap</a></li>
		<li><a href="./requirements_and_design.html">Req's doc</a></li>
		<li><a href="./history.html">History</a></li>
	</ul>
	
	<div id="sidebar">
    <img src="./images/ogl.jpg">
		<h3>Contact</h3>
		<ul>
			<li><a href="http://rubyforge.org/mail/?group_id=2103">Mailing list</a></li>
			<li><a href="http://rubyforge.org/tracker/?atid=8185&amp;group_id=2103&amp;func=browse">Bug tracker</a></li>
			<li><a href="http://rubyforge.org/projects/ruby-opengl">Project page</a></li>
		</ul>
		<h3>Download</h3>
		<ul>
			<li><a href="http://rubyforge.org/frs/?group_id=2103">Releases</a></li>
			<li><a href="http://rubyforge.org/scm/?group_id=2103">SVN</a></li>
		</ul>
        <h3>Other docs</h3>
        <ul>
            <li><a href="./extensions.html">Extension support</a></li>
            <li><a href="./thanks.html">Thanks</a></li>
            <li><a href="./scientific_use.html">Scientific use</a></li>
        </ul>

		<h3>Links</h3>
		<ul>
			<li><a href="http://www.opengl.org/">OpenGL</a></li>
			<li><a href="http://www.mesa3d.org/">Mesa</a></li>
			<li><a href="http://freeglut.sourceforge.net/">freeglut</a></li>
			<li><a href="http://rubyforge.org/projects/ruby-ftgl/">ruby-ftgl</a></li>
			<li><a href="http://www.rubygarden.org/ruby?OpenGL">Ruby wiki GL page</a></li>
			<li><a href="http://rubygame.sourceforge.net">RubyGame</a></li>
		</ul>
	</div>	
	
	<div id="content">

    {{content}}

	</div>
	<div id="footer">
	<p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0</a> |
    Copyright &copy; <a href="#">Alain Hoang</a> |
    Design by <a href="http://www.jdavidmacor.com">super j man</a></p>
	</div>
	
</div>

</body>
</html>