From: Martin Quinson Date: Mon, 22 May 2017 17:34:45 +0000 (+0200) Subject: Convert our README file to markdown X-Git-Tag: v3.16~267 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/72f9e368194f71ac95f53d504ae9e01a95c2705f Convert our README file to markdown This is only to get all those nice little badges on github and gitlab [no ci] --- diff --git a/README b/README deleted file mode 100644 index 1b62155894..0000000000 --- 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 index 0000000000..2e714549fe --- /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 diff --git a/tools/cmake/DefinePackages.cmake b/tools/cmake/DefinePackages.cmake index f9dc6e60ea..493c298bf6 100644 --- a/tools/cmake/DefinePackages.cmake +++ b/tools/cmake/DefinePackages.cmake @@ -947,7 +947,7 @@ set(txt_files ${txt_files} AUTHORS COPYING - README + README.md ChangeLog INSTALL LICENSE-LGPL-2.1