]> rtime.felk.cvut.cz Git - boost-statechart-viewer.git/commitdiff
Update web page
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 11 Jul 2012 15:50:29 +0000 (17:50 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 11 Jul 2012 15:50:29 +0000 (17:50 +0200)
- mention mailing list
- fix types
- improve structure

www/index.mdwn

index 06699115b7c77780e85de7b25b962d2732c48631..c8aac4d78cbfe0e258cfe3628ea9b2229991c0db 100644 (file)
@@ -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 <silhape2@fel.cvut.cz> <br>
-Michal Sojka  <sojkam1@fel.cvut.cz>
-
-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 <boost-statechart-viewer@rtime.felk.cvut.cz>.
 
 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
 ------