]> rtime.felk.cvut.cz Git - omk.git/blobdiff - doc/index.html
Added news to web page
[omk.git] / doc / index.html
index ddc1bc4ad3beaaee6a91892b00162cd3b02ed8bc..625c35c7e78f223aa7c8484cf03754f10e501dbd 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>
 
@@ -21,19 +28,41 @@ Pavel P
 
 <h2>Status</h2>
 
-OMK is in beta state. There is no release yet, but several people
-already use OMK for their projects.
+OMK is in beta state. It is already usable for many projects, but we
+may do incompatible changes in future.
+
+<h2>News</h2>
+
+<table class="news">
+  <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>
 
-Currently, OMK can be downloaded only from <a
-href="http://darcs.net/">Darcs</a> repository. To download it, install
-darcs and run
+<ul>
+  <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://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>
 
@@ -45,9 +74,10 @@ Make Manual</a></li>
 
 <h2>Support</h2>
 
-There is no mailing list yet. Send an email to sojkam1 (at) fel.cvut.cz.
+There is no mailing list yet. Send an email to sojkam1 (at)
+fel.cvut.cz instead.
 
-<h2>Projects Usigng OMK</h2>
+<h2>Projects Using OMK</h2>
 <ul>
   <li><a href="http://freshmeat.net/projects/lincan/">Lincan: Linux CAN Driver</a></li>
   <li><a href="http://www.ocera.org/download/components/WP7/ethdev-0.2.2.html" >ORTE: OCERA Real-Time Ethernet</a></li>
@@ -56,7 +86,10 @@ There is no mailing list yet. Send an email to sojkam1 (at) fel.cvut.cz.
   <li><a href="http://www.eurobot.org/" >Eurobot</a> team <a href="http://rtime.felk.cvut.cz/dragons/">CTU Dragons</a></li>
   <li><a href="http://dce.felk.cvut.cz/spejbl/">Spejbl: Biped robot</a></li>
   <li><a href="http://rtime.felk.cvut.cz/helicopter/">RAMA: UAV Control System</a></li>
-  <li><a href="http://rtime.felk.cvut.cz/hw/index.php/H8300-boot">H8300-boot</a></li>
+  <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>