ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/www/trunk/index.html
Revision: 298
Committed: Sun Jan 11 02:25:50 2009 UTC (15 years, 4 months ago) by laffer1
Content type: text/html
File size: 3655 byte(s)
Log Message:
use footer include

File Contents

# User Rev Content
1 smultron 156 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2     <html lang="en">
3     <head>
4     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5     <title>MidnightBSD</title>
6     <link rel="shortcut icon" href="favicon.ico">
7 laffer1 236 <link rel="alternate" type="application/rss+xml" title="MidnightBSD Developer Blog" href="http://feedproxy.google.com/mnbsd">
8 smultron 156 <!--[if IE 5]><link rel="stylesheet" type="text/css" href="css/ihateie5.css"><![endif]-->
9     <!--[if IE 6]><link rel="stylesheet" type="text/css" href="css/ihateie6.css"><![endif]-->
10     <style type="text/css" media="all">
11     @import url("css/essence.css");
12     </style>
13     </head>
14     <body>
15     <div id="globe">
16     <div id="header"><h1 title="MidnightBSD Home"><a href="./" title="MidnightBSD Home">MidnightBSD: The BSD For Everyone</a></h1></div>
17 laffer1 247 <!--#include virtual="/menu.html"-->
18 smultron 231 <div class="clear"></div>
19 smultron 156 <div id="welcomebox">
20     <div id="lang">
21     <h5 id="english" title="English"><a href="./">English</a></h5>
22     <h5 id="german" title="German"><a href="de/">German</a></h5>
23     <h5 id="russian" title="Russian"><a href="ru/">Russian</a></h5>
24     </div>
25     <div class="clear"></div>
26     <div id="welcome">
27     <h2>Welcome to MidnightBSD</h2>
28     <blockquote>
29     <p>MidnightBSD is a new BSD-derived operating system developed with desktop users in mind. It includes all the software you'd expect for your daily tasks &#8212; email, web browsing, word processing, gaming, and much more.</p>
30     <p>With a small community of dedicated developers, MidnightBSD strives to create an easy-to-use operating system everyone can use, freely. Available for x86, AMD64, SPARC, and as Virtual Machines.</p>
31     </blockquote>
32     </div>
33     <div id="getbox">
34     <div id="gettext">
35     <h2><a href="download/">Get MidnightBSD</a></h2>
36 laffer1 238 <h3>Latest Release - 0.2.1</h3>
37 smultron 156 <div id="getcd"><a href="download/" title="Get MidnightBSD"></a></div>
38     <div class="clear"></div>
39     <h4><a href="../notes/">Release Notes</a></h4>
40     </div>
41     </div>
42     </div>
43     <div class="clear"></div>
44     <div id="gravity">
45     <div id="news">
46     <h2><a href="news/">News &#187;</a></h2>
47 laffer1 241 <!--#include file="mbsdblogsum.inc"-->
48 smultron 156 </div>
49     <div id="ports">
50     <h2><a href="featured/">Featured Ports &#187;</a></h2>
51     <ul>
52 smultron 291 <li id="fp1" title="XFCE"><a href="featured/#fp1">XFCE</a></li>
53 smultron 233 <li id="fp9" title="KDE"><a href="featured/#fp9">KDE</a></li>
54     <li id="fp8" title="GNUstep"><a href="featured/#fp8">GNUstep</a></li>
55     <li id="fp7" title="SeaMonkey"><a href="featured/#fp7">SeaMonkey</a></li>
56     <li id="fp6" title="Pidgin"><a href="featured/#fp6">Pidgin</a></li>
57     <li id="fp5" title="GNOME"><a href="featured/#fp5">Gnome</a></li>
58     <li id="fp4" title="Etoile"><a href="featured/#fp4">Etoile</a></li>
59     <li id="fp3" title="GIMP"><a href="featured/#fp3">Gimp</a></li>
60     <li id="fp2" title="AbiWord"><a href="featured/#fp2">AbiWord</a></li>
61 smultron 156 </ul>
62     </div>
63     <div id="security">
64     <h2><a href="security/">Security &#187;</a></h2>
65     <blockquote>
66 laffer1 298 <p class="date">December 31, 2008</p>
67     <p class="update">Correct a problem where bluetooth and netgraph sockets...</p>
68     <p class="more"><a href="security/#a20081231">Read more...</a></p>
69     </blockquote>
70 laffer1 289 <blockquote>
71 laffer1 278 <p class="date">November 24, 2008</p>
72     <p class="update">Correct a problem in arc4random which causes the device...</p>
73     <p class="more"><a href="security/#a20081124">Read more...</a></p>
74     </blockquote>
75 smultron 156 </div>
76     </div>
77 laffer1 298 <!--#include virtual="/footer.html"-->
78 smultron 156 </body>
79 laffer1 236 </html>