From: Michal Sojka Date: Wed, 11 Jul 2012 15:50:29 +0000 (+0200) Subject: Update web page X-Git-Url: http://rtime.felk.cvut.cz/gitweb/boost-statechart-viewer.git/commitdiff_plain/f25c28469a6a3049ff16964b61d092c86ffcb476 Update web page - mention mailing list - fix types - improve structure --- diff --git a/www/index.mdwn b/www/index.mdwn index 0669911..c8aac4d 100644 --- a/www/index.mdwn +++ b/www/index.mdwn @@ -3,30 +3,29 @@ Overview --------- -Boost-statechart-viewer is a program for visualization state state +Boost-statechart-viewer is a program for visualization of state machines written in C++ with [boost][boost]/[statechart][statechart] library. The program itself is written in C++ and uses [clang][clang] -from [LLVM][llvm] project for analyzing the source code. This program is released under the GNU GPL -license. +from [LLVM][llvm] project for analyzing the source code. This program +is released under the GNU GPL license. [boost]: http://www.boost.org/ [statechart]: http://www.boost.org/doc/libs/1_46_1/libs/statechart/doc/index.html [clang]: http://clang.llvm.org/ [llvm]: http://llvm.org/ +NEWS +----- +2012-07-11 We have got a new [mailing list][list]. +2011-08-11 Added support for orthogonal states. + Authors -------- -Petr Silhavik
-Michal Sojka - -For compiling -and correctly working program is necessary to have LLVM and clang -version 2.9. +[list]: https://rtime.felk.cvut.cz/mailman/listinfo/boost-statechart-viewer -NEWS ------ -2011-08-11 Added support for orthogonal states. +Petr Silhavik, Michal Sojka. You can contact us using a +[mailing list][list] at . Status ------- @@ -36,6 +35,11 @@ Status - State machines can be defined in more than one file. - The state machine can be inside many namespaces, but not inside templates. +For compiling and correctly working program it is necessary to have +LLVM and clang version 2.9. We are currently trying to update it for +LLVM 3.1. + + Usage ------