Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Convert our README file to markdown
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 22 May 2017 17:34:45 +0000 (19:34 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 22 May 2017 20:18:02 +0000 (22:18 +0200)
This is only to get all those nice little badges on github and gitlab
[no ci]

README [deleted file]
README.md [new file with mode: 0644]
tools/cmake/DefinePackages.cmake

diff --git a/README b/README
deleted file mode 100644 (file)
index 1b62155..0000000
--- a/README
+++ /dev/null
@@ -1,26 +0,0 @@
-
-Welcome to the SimGrid project!
-
-SimGrid is a scientific instrument to study the behavior of 
-large-scale distributed systems such as Grids, Clouds, HPC or P2P
-systems. It can be used to evaluate heuristics, prototype applications 
-or even assess legacy MPI applications.
-
-More documentation is included in this archive (doc/html/index.html)
-or online at http://simgrid.gforge.inria.fr/ 
-
-In any case, you may want to subscribe to the user mailing list 
-(http://lists.gforge.inria.fr/mailman/listinfo/simgrid-user). There,
-you can find answers to your questions, or simply discuss with people
-doing the same kind of research than you do, in an active and friendly
-community.
-
-Thanks for using our software. Please do great things with it and tell
-the world about it. Tell us, too, because we love to have positive
-feedback.
-
-Cheers,
-Da SimGrid Team.
-
-
-https://travis-ci.org/simgrid/simgrid.svg?branch=master
\ No newline at end of file
diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..2e71454
--- /dev/null
+++ b/README.md
@@ -0,0 +1,30 @@
+[![Travis Status](https://travis-ci.org/simgrid/simgrid.svg?branch=master)](https://travis-ci.org/simgrid/simgrid)
+[![AppVeyor Status](https://ci.appveyor.com/api/projects/status/gvcssh340fwtoc35?svg=true)](https://ci.appveyor.com/project/mquinson/simgrid)
+[![Doc](https://readthedocs.org/projects/pip/badge/?version=stable)](http://simgrid.gforge.inria.fr/simgrid/latest/doc/)
+[![License: LGPL v3][license-badge]](COPYING)
+
+# Welcome to the SimGrid project!
+
+SimGrid is a scientific instrument to study the behavior of 
+large-scale distributed systems such as Grids, Clouds, HPC or P2P
+systems. It can be used to evaluate heuristics, prototype applications 
+or even assess legacy MPI applications.
+
+More documentation is included in this archive (doc/html/index.html)
+or [online](http://simgrid.gforge.inria.fr/)
+
+In any case, you may want to subscribe to the [user mailing list](http://lists.gforge.inria.fr/mailman/listinfo/simgrid-user). 
+There, you can find answers to your questions, or simply discuss with
+people doing the same kind of research than you do, in an active and
+friendly community.
+
+Thanks for using our software. Please do great things with it and tell
+the world about it. Tell us, too, because we love to have positive
+feedback.
+
+Cheers,
+Da SimGrid Team.
+
+[license-badge]: https://img.shields.io/badge/License-LGPL%20v3-blue.svg
+[release-badge]: https://img.shields.io/github/release/simgrid/simgrid.svg
+[release-link]:  https://gforge.inria.fr/frs/?group_id=12
index f9dc6e6..493c298 100644 (file)
@@ -947,7 +947,7 @@ set(txt_files
   ${txt_files}
   AUTHORS
   COPYING
-  README
+  README.md
   ChangeLog
   INSTALL
   LICENSE-LGPL-2.1