]> rtime.felk.cvut.cz Git - boost-statechart-viewer.git/commitdiff
Some fixes in the www page
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 12 Apr 2011 22:56:40 +0000 (00:56 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 12 Apr 2011 22:56:40 +0000 (00:56 +0200)
Attemt to add some graphical examples

www/index.mdwn

index 6246e411269554bd3ae1c3a0844d76b9ab80c5b5..b558eb6b3e034c4e359179a67bbd24ec18b81676 100644 (file)
@@ -3,13 +3,13 @@
 Overview:
 ---------
 
-Boost-staechart-viewer is a program for visualization state machines written using library boost/statechart. It is written in c++ using clang and LLVM. For compiling and correctly working program is necessary to have LLVM and clang version 2.9.
+Boost-statechart-viewer is a program for visualization state machines written using library boost/statechart. It is written in C++ using clang and LLVM. For compiling and correctly working program is necessary to have LLVM and clang version 2.9.
 
 Authors:
 --------
 
-Michal Sojka  sojkam1@fel.cvut.cz <br>
-Petr Silhavik silhape2@fel.cvut.cz
+Petr Silhavik <silhape2@fel.cvut.cz> <br>
+Michal Sojka  <sojkam1@fel.cvut.cz>
 
 Status:
 -------
@@ -23,18 +23,25 @@ For using the program you need to specify locations for all header files except
 
 ####Example of using command line: 
 
-./visualizer main.cpp -o graph.dot -I /home/petr/install/
+    ./visualizer main.cpp -o graph.dot -I /home/petr/install/
 
-The output file can be transformed into the picture using classical dot commands. The start state is double outllined. Each transition has transition has label with the name of the event.
+The output file can be transformed into the picture using classical dot commands. The start state is double outlined. Each transition has transition has label with the name of the event.
 
 Download:
 ---------
 
 Boost statechart viewer can be downloaded from GIT repository.
 
-git clone git://rtime.felk.cvut.cz/boost-statechart-viewer.git
+    git clone git://rtime.felk.cvut.cz/boost-statechart-viewer.git
 
 You can also browse the repository [online][1].
 
 
   [1]: http://rtime.felk.cvut.cz/gitweb/boost-statechart-viewer.git
+
+Gallery
+-------
+
+[[small.png]]
+
+[[stopWatch.png]]