Franck Pommereau

Markdown for README

Showing 1 changed file with 12 additions and 14 deletions
1 -SNAKES is the Net Algebra Kit for Editors and Simulators 1 +# SNAKES is the Net Algebra Kit for Editors and Simulators
2 -========================================================
3 2
4 SNAKES is a Python library that provides all the necessary to define 3 SNAKES is a Python library that provides all the necessary to define
5 and execute many sorts of Petri nets, in particular algebras of Petri 4 and execute many sorts of Petri nets, in particular algebras of Petri
...@@ -18,23 +17,22 @@ of Petri nets (e.g., plugins are provided to draw nets, or to compose ...@@ -18,23 +17,22 @@ of Petri nets (e.g., plugins are provided to draw nets, or to compose
18 them using the various control-flows operations). Plugins are another 17 them using the various control-flows operations). Plugins are another
19 way to introduce flexibility but requiring some involvement. 18 way to introduce flexibility but requiring some involvement.
20 19
21 -Next step to use SNAKES should be to read the tutorial that describes installation and first steps. 20 +Next step to use SNAKES should be to read the tutorial that describes
21 +installation and first steps.
22 22
23 -Useful links 23 +## Useful links
24 -------------
25 24
26 -- SNAKES homepage (documentation, tutorial, API reference, ...) 25 +* SNAKES homepage (documentation, tutorial, API reference, ...)
27 http://www.ibisc.univ-evry.fr/~fpommereau/SNAKES/ 26 http://www.ibisc.univ-evry.fr/~fpommereau/SNAKES/
28 -- SNAKES development page (source repository, history, bug reports, 27 +* SNAKES development page (source repository, history, bug reports,
29 feature requests, ...) 28 feature requests, ...)
30 - http://code.google.com/p/python-snakes 29 + https://github.com/fpom/snakes
31 -- Ubuntu packages 30 +* Ubuntu packages
32 - http://launchpad.net/~pommereau/+archive/ppa 31 + http://launchpad.net/~pommereau/+archive/ppa
33 32
34 -Copyright 33 +## Copyright / Licence
35 ----------
36 34
37 -(C) 2007-2014 Franck Pommereau <franck.pommereau@ibisc.univ-evry.fr> 35 +(C) 2007-2014 [Franck Pommereau](mailto:franck.pommereau@ibisc.univ-evry.fr)
38 36
39 This library is free software; you can redistribute it and/or modify 37 This library is free software; you can redistribute it and/or modify
40 it under the terms of the GNU Lesser General Public License as 38 it under the terms of the GNU Lesser General Public License as
...@@ -49,4 +47,4 @@ Lesser General Public License for more details. ...@@ -49,4 +47,4 @@ Lesser General Public License for more details.
49 You should have received a copy of the GNU Lesser General Public 47 You should have received a copy of the GNU Lesser General Public
50 License along with this library; if not, write to the Free Software 48 License along with this library; if not, write to the Free Software
51 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 49 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
52 -USA 50 +USA.
......