added link to Ruby docs
[lwes-website.git] / specs / index.html
blob92e9cf5b0b3211200bd94f451d7cd1a59cef2c04
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
6 <title>Light Weight Event System</title>
7 <meta name="keywords" content="" />
8 <meta name="description" content="" />
9 <link href="/css/style.css" rel="stylesheet" type="text/css" />
10 </head>
11 <body>
12 <div id="wrapper">
13 <!-- start header -->
14 <div id="logo">
15 <h1><a href="http://www.lwes.org">Light Weight Event System </a></h1>
16 </div>
17 <div id="header">
18 <div id="menu">
19 <ul>
20 <li class="current_page_item"><a href="/">Introduction</a></li>
21 <li><a href="/docs">Documentation</a></li>
22 <li><a href="/download">Download</a></li>
23 <li class="last"><a href="/contact">Contact</a></li>
24 </ul>
25 </div>
26 </div>
27 <!-- end header -->
28 </div>
29 <!-- start page -->
30 <div id="page">
31 <!-- start content -->
32 <div id="content">
33 <div class="post">
34 <ul>
35 <li><a href="lwes-v1">LWES V1.0 (current dev version)</a></li>
36 <li><a href="lwes-v2">LWES V2.0 (wish list)</a></li>
37 </ul>
38 </div>
39 </div>
40 <!-- start sidebar -->
41 <div id="sidebar">
42 <ul>
43 <li>
44 <h2>Useful Links</h2>
45 <ul>
46 <li><a href="http://sourceforge.net/projects/lwes/">SourceForge Project Page</a></li>
47 <li><a href="http://sourceforge.net/project/showfiles.php?group_id=234456">Downloads</a></li>
48 <li><a href="http://sourceforge.net/scm/?type=svn&group_id=234456">Source Code</a></li>
49 <li><a href="http://sourceforge.net/tracker/?group_id=234456">Bug Reports</a></li>
50 </ul>
51 </li>
52 <li>
53 <h2>Contributors</h2>
54 <a href="http://www.openx.org"><img src="/images/openx.jpg"/></a>
55 <p/>
56 <a href="http://www.att.com"><img src="/images/att.png"/></a>
57 </li>
58 </ul>
59 </div>
60 <!-- end sidebar -->
61 <div style="clear: both;">&nbsp;</div>
62 </div>
63 <!-- end page -->
64 <!-- start footer -->
65 <div id="footer">
66 <p id="legal">&copy; 2009 Light Weight Event System. All Rights Reserved.</p>
67 </div>
68 <!-- end footer -->
69 </body>
70 </html>