[BACK]Return to index.html CVS log [TXT][DIR] Up to [local] / prex-old / doc / html

Annotation of prex-old/doc/html/index.html, Revision 1.1.1.1

1.1       nbrk        1: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
                      4:   <title>Prex Documentation</title>
                      5:   <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
                      6:   <meta name="keywords" content="Prex, embedded, real-time, operating system, RTOS, open source, free">
                      7:   <meta name="author" content="Kohsuke Ohtani">
                      8:   <link rel="stylesheet" type="text/css" href="default.css" media="screen">
                      9:   <link rel="stylesheet" type="text/css" href="print.css" media="print">
                     10: </head>
                     11: <body>
                     12: <div id="top">
                     13: </div>
                     14: <div id="middle">
                     15: 
                     16: <table id="content" cellpadding="0" cellspacing="0">
                     17:   <tbody>
                     18: 
                     19:     <tr>
                     20:       <td id="header" colspan="2" valign="top">
                     21:         <table width="100%" border="0" cellspacing="0" cellpadding="0">
                     22:         <tr>
                     23:           <td id="logo">
                     24:             <a href="http://prex.sourceforge.net/">
                     25:             <img alt="Prex logo" src="img/logo.gif" border="0"
                     26:             style="width: 281px; height: 56px;"></a>
                     27:           </td>
                     28:           <td id="brief" align="right" valign="bottom">
                     29:             An Open Source, Royalty-free,<br>
                     30:            Real-time Operating System
                     31:           </td>
                     32:         </tr>
                     33:         </table>
                     34:       </td>
                     35:     </tr>
                     36: 
                     37:     <tr>
                     38:       <td id="directory" style="vertical-align: top;">
                     39:       <a href="http://prex.sourceforge.net/">Prex Home</a> >
                     40:       Document Index
                     41:     </tr>
                     42:     <tr><td class="pad" colspan="2" style="vertical-align: top;"></td></tr>
                     43: 
                     44:     <tr>
                     45:       <td id="main" style="vertical-align: top;">
                     46:       <h1>Prex Documentation</h1>
                     47: 
                     48:       <ul>
                     49:         <li><a href="./doc/index.html">Prex documentation in HTML format</a></li>
                     50:       </ul>
                     51: 
                     52:       </td>
                     53:     </tr>
                     54:     <tr>
                     55:       <td id="footer" colspan="2" style="vertical-align: top;">
                     56:         <a href="http://sourceforge.net">
                     57:         <img src="http://sourceforge.net/sflogo.php?group_id=132028&amp;type=1"
                     58:         alt="SourceForge.net Logo" border="0" height="31" width="88"></a><br>
                     59:         Copyright&copy; 2005-2007 Kohsuke Ohtani
                     60:       </td>
                     61:     </tr>
                     62: 
                     63:   </tbody>
                     64: </table>
                     65: 
                     66: </div>
                     67: <div id="bottom"></div>
                     68: 
                     69: </body>
                     70: </html>

CVSweb