]> rtime.felk.cvut.cz Git - omk.git/blobdiff - doc/index.html
Released v0.2
[omk.git] / doc / index.html
index a722e6d7c9d627de40e3c22b983d59b0c86a2778..7c1ae6dfea0fc9ccdcc4912f3713a35d62eddc35 100644 (file)
@@ -4,7 +4,14 @@
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
 <title>OMK Make-System Homepage</title>
 </head>
-
+<style>
+.news td {
+      vertical-align: top;
+      padding-right: 0.5em;
+      padding-bottom: 0.5em;
+}
+
+</style>
 <body>
 <h1>OMK Make-System Homepage</h1>
 
@@ -26,25 +33,40 @@ may do incompatible changes in future.
 
 <h2>News</h2>
 
-<ul>
-  <li>2008-04-23: OMK version 0.1 released.</li>
-</ul>
+<table class="news">
+  <tr><td>2009-12-08</td><td>OMK version 0.2 released (<a
+  href="RelNotes-0.2.txt">release notes</a>).</td></tr>
+
+  <tr><td>2009-02-03</td> <td>We work on rewrite of OMK. The rewritten
+  version should be faster, easier to maintain and should recompile
+  files if compile command line changes. You can watch the development
+  in <a href="http://rtime.felk.cvut.cz/gitweb/omk.git?a=shortlog;h=refs/heads/devel">devel
+    branch</a> of OMK repository.  In short time we release OMK 0.2
+    which will contain bug fixes and small enhancements to OMK
+    0.1. Then OMK 0.3 will be the rewritten version.</td></tr>
+  
+  <tr><td>2008-10-30</td><td>OMK repository has been migrated from
+  Darcs to GIT (see bellow).</td></tr>
+
+  <tr><td>2008-04-23</td><td>OMK version 0.1 released.</td></tr>
+</table>
 
 <h2>Download</h2>
 
 <ul>
+  <li><a href="download/omk-0.2.tar.gz">OMK version 0.2</a> (<a href="download/omk-0.2.tar.gz.asc">sign</a>)</li>
   <li><a href="download/omk-0.1.tar.gz">OMK version 0.1</a></li>
 </ul>
 
 
-OMK can also be downloaded from <a href="http://darcs.net/">Darcs</a>
-repository. To download it, install darcs and run
+OMK can also be downloaded from <a href="http://git.or.cz/">GIT</a>
+repository. To download it, run
 
 <pre>
-darcs get http://rtime.felk.cvut.cz/repos/omk/
+git clone git://rtime.felk.cvut.cz/omk.git
 </pre>
 
-You can also browse <a href="http://rtime.felk.cvut.cz/darcs/darcsweb.cgi?r=omk">OMK repository online</a>.
+You can also browse <a href="http://rtime.felk.cvut.cz/gitweb/omk.git">OMK repository online</a>.
 
 <h2>Documentation</h2>
 
@@ -71,6 +93,7 @@ fel.cvut.cz instead.
   <li><a
   href="http://rtime.felk.cvut.cz/hw/index.php/System_less_framework">System-Less
   Framework</a> for microcontroller development</li>
+  <li><a href="http://dce.felk.cvut.cz/mamok/">Line-of-sight stabilization of an airborne camera system</a></li>
 </ul>
 <hr>
 <address></address>