]> rtime.felk.cvut.cz Git - omk.git/blobdiff - doc/index.html
Started attempt to make a simple rules for testing new approach
[omk.git] / doc / index.html
index 8d339bf4db9aa750be0b7d42a264d2e810701291..24476713d3bf79c3ce2b77ac2d84b7dc5576bb52 100644 (file)
@@ -15,34 +15,52 @@ software using OMK requires only GNU make binary and standard UNIX
 utilities installed. OMK aims to be developer friendly; to use OMK,
 you do not need to understand (sometimes) cryptic syntax of Makefiles.
 
+<h2>Authors</h2>
+
+Pavel Pí¹a, Michal Sojka
 
 <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>
+
+<ul>
+  <li>2008-30-10: OMK repository has been migrated from Darcs to GIT (see bellow).</li>
+  <li>2008-04-23: OMK version 0.1 released.</li>
+</ul>
 
 <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/gitweb/omk.git">OMK repository online</a>.
+
 <h2>Documentation</h2>
 
 <ul>
-<li><a href="omk-manual.html">OMK Manual</a></li>
+<li><a href="omk-manual.html">OMK Manual</a> (<a href="omk-manual.pdf">PDF version</a>)</li>
 <li><a href="http://www.gnu.org/software/make/manual/make.html">GNU
 Make Manual</a></li>
 </ul>
 
 <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>
@@ -51,9 +69,12 @@ 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>
-<!-- hhmts start -->Last modified: Mon Oct 22 18:27:17 CEST 2007 <!-- hhmts end -->
+Last modified: <!-- @LAST_MODIFIED@ -->
 </body> </html>