ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/www/trunk/community/index.html
Revision: 6
Committed: Thu May 3 01:03:13 2007 UTC (17 years ago) by laffer1
Content type: text/html
File size: 1995 byte(s)
Log Message:
Add links to the russian translation on the english pages.

File Contents

# Content
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
5 <title>MidnightBSD :: Community</title>
6 <link rel="stylesheet" type="text/css" media="all" href="/css/base.css" />
7 </head>
8
9 <body>
10
11 <!-- BEGIN HEADER -->
12 <div id="header">
13 <span id="logo">
14 <img src="../images/mbsd_newlogo.png" alt="MidnightBSD [logo]" />
15 </span>
16 </div>
17 <!-- END HEADER -->
18
19 <div id="content">
20
21 <div id="rnav">
22 <ul>
23 <li><a href="/index.html" title="Home">Home</a></li>
24 <li><a href="/about/index.html" title="About">About</a></li>
25 <li><a href="/download/index.html" title="Get MidnightBSD">Get MidnightBSD</a></li>
26 <li><a href="/docs/index.html" title="Documentation">Documentation</a></li>
27
28 <li><a href="/community/index.html" title="Community">Community</a></li>
29 <li><a href="/developer/index.html" title="Developers">Developers</a></li>
30 <li><a href="/support/index.html" title="Support">Support</a></li>
31 </ul>
32
33 <p><a href="/index.html" title="English">EN</a> <a href="/ru/index.html"
34 title="Russian">RU</a></p>
35 </div>
36
37 <h2>Community</h2>
38 <p><a href="http://forums.midnightbsd.org/">MidnightBSD Forums</a> - Discuss installation, development, hardware support, and ask questions.</p>
39 <p>#MidnightBSD on <a href="http://freenode.net">freenode</a> - Discuss MidnightBSD with other users and developers. </p>
40 </div>
41 <!-- END CONTENT -->
42
43 <!-- BEGIN FOOTER -->
44 <div id="footer">
45 <p id="footertext"><a href="/copyright/index.html">Legal Notices</a> | Copyright 2005-2007 Lucas Holt</p>
46
47 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
48 </script>
49 <script type="text/javascript">
50 _uacct = "UA-560995-2";
51 urchinTracker();
52 </script>
53 </div>
54 <!-- END FOOTER -->
55 </body>
56 </html>