-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
96 lines (95 loc) · 3.47 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>FreeBSD/ppc Project</title>
<meta name="description" content="FreeBSD Project">
<link rel="stylesheet" type="text/css" href="css.css">
</head>
<body>
<div id="container">
<div id="header">
<img src="logo.png" alt="logo">
<h1>The Power to Serve</h1>
<div id="rightheader">
<ul>
<li>Text Size:</li>
<li><a href="#">Normal</a></li>
<li>/</li>
<li><a href="#">Large</a></li>
<li>|</li>
<li><a href="#">Donate</a></li>
<li>|</li>
<li><a href="#">Contact</a></li>
</ul>
<form>
<input type="text" name="search" value="search">
<input type="submit" name="submit">
</form>
</div>
</div>
<div id="nav_bar">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Get FreeBSD</a></li>
<li><a href="#">Documentaion</a></li>
<li><a href="#">Community</a></li>
<li><a href="#">Developer</a></li>
<li><a href="#">Support</a></li>
<li><a href="#">Foundation</a></li>
</ul>
</div>
<div id="body_container">
<div id="side_bar">
<ul>
<li><a href="#">Developers</a></li>
<li><a href="#">Developer's Handbook</a></li>
<li><a href="#">Porter's Handbook</a></li>
<li><a href="#">Source code repositories</a></li>
<li><a href="#">Release Engineering</a></li>
<li><a href="#">Platforms</a></li>
<li><a href="#">Project Ideas</a></li>
<li><a href="#">Contributing</a></li>
</ul>
</div>
<div id="content">
<h1>FreeBSD/ppc Project</h1>
<h2>Introduction</h2>
<p>The freeBSD/ppc prject pages contain information about the freeBSD port to the PowerPC® arcitecture. As with the port itself, these pages are still a work in progress.</p>
<h2>Table of Contents</h2>
<ul>
<li><a href="#">Status</a></li>
<li><a href="#">Latest News</a></li>
<li><a href="#">Port FAQs</a></li>
<li><a href="#">Supported Hardware</a></li>
<li><a href="#">FreeBSD/ppc mailing list</a></li>
<li><a href="#">Known Issues</a></li>
<li><a href="#">Documentation, White Papers, Utilites</a></li>
<li><a href="#">Other links of interest</a></li>
</ul>
<h2>Status</h2>
<p>The FreeBSD/ppc port is still a <a href="#">Tier 2</a> platform. That means it is not being fully supported by our security officeer, release engineers and toolcahin maintainers.</p>
<hr>
<h2>Latest News</h2>
<ul>
<li><span class="date">03 April, 2009:</span> Support for the PowerPC has been committed to SVN.</li>
<li><span class="date">03 March, 2008:</span> Support for Freescale® PowerQUICC III MPC85XX family system-on-chip development boards has been committed into CVS.</li>
<li><span class="date">27 February, 2008:</span> FreeBSD 7.0 is the first release to offically support the FreeBSD/ppc port.</li>
</ul>
<hr>
<h2>Frequently Asked Questions</h2>
<ol>
<li><a href="#">How can I install FreeBSD/ppc</a></li>
<li><a href="#">How to use ports on FreeBBD/pcc?</a></li>
<li><a href="#">Who should I contact?</a></li>
</ol>
<h2>How can I install FreeBSD/pcc?</h2>
<p>ISO images of FreeBSD 8.2 suitable for New-World Macs are available for download, for details on how to obtain these see the <a href="#">release announcement.</a> Please follow instructions given <a href="#">here</a>.</p>
<h2>How to use ports on FreeBSD/pcc?</h2>
</div>
</div>
<div id="footer"></div>
</div>
</body>
</html>