[Pkg-octave-commit] rev 98 - trunk/www
Rafael Laboissiere
rafael@costa.debian.org
Tue, 22 Feb 2005 21:57:39 +0100
Author: rafael
Date: 2005-02-22 21:57:39 +0100 (Tue, 22 Feb 2005)
New Revision: 98
Modified:
trunk/www/index.html
Log:
Compacted entry for CMO
Modified: trunk/www/index.html
===================================================================
--- trunk/www/index.html 2005-02-22 20:48:42 UTC (rev 97)
+++ trunk/www/index.html 2005-02-22 20:57:39 UTC (rev 98)
@@ -217,14 +217,11 @@
</li>
<li>
<a href="http://driss.ghaddab.free.fr/cmo/">Concurrent
- Modules for GNU Octave (CMO)</a> a library to help
- developing concurrent modules for GNU Octave. These modules are run
- in a separate thread or process and they communicate with GNU Octave
- via an IPC channel. Each module can create objects that represent a
- module-specific object and that can be managed by the user from
- within GNU Octave's interpreter using an object-oriented syntax. CMO
- also implements an event queue within GNU Octave. These events are
- able to execute user-defined callback functions.
+ Modules for GNU Octave (CMO)</a>: a library to help
+ developing concurrent modules for GNU Octave, which communicate via
+ an IPC channel using an object-oriented syntax. CMO implements an
+ event queue within GNU Octave and can execute user-defined callback
+ functions.
</li>
</ul>