X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/deec5652300e252feaed48ce0067f59ca58693bd..0d81d17213741458279a3ba09ac0ce75fa868089:/docs/source/community.rst diff --git a/docs/source/community.rst b/docs/source/community.rst index f57ae3a456..e012d35480 100644 --- a/docs/source/community.rst +++ b/docs/source/community.rst @@ -22,7 +22,7 @@ to us and say hello! We love earing about how people use SimGrid. - For questions or remarks, drop us an email on the `user mailing list `_ (to subscribe, visit the `web interface - `_); + `__); you can also check out `our archives `_. We prefer you to **not use private emails**. SimGrid is an open @@ -31,9 +31,9 @@ to us and say hello! We love earing about how people use SimGrid. list. - Join us on IRC and ask your question directly on the channel \#simgrid at ``irc.debian.org`` - (or use the ugly `web interface `_) + (or use the ugly `web interface `__ if you don't have a - `real client `_) + `real client `_ installed). When no non-french speaker are connected, we usually chat in french on this channel, but we do switch back to english when we have a guest. @@ -83,7 +83,7 @@ the relevant part of the documentation on need, and help them becoming part of our community too. Another easy way to help the project is to add a link to the `SimGrid -homepage `_ on your site to improve SimGrid's ranking in +homepage `_ on your site to improve SimGrid's ranking in search engines. Finally, if you organize a scientific event where you expect many @@ -165,9 +165,9 @@ Futures and Promises """""""""""""""""""" - Some features are missing in the Maestro future implementation - (`simgrid::kernel::Future`, `simgrid::kernel::Promise`) - could be extended to support additional features: - `when_any`, `shared_future`, etc. + (`simgrid::kernel::Future`, `simgrid::kernel::Promise`) + could be extended to support additional features: + `when_any`, `shared_future`, etc. - The corresponding feature might then be implemented in the user process futures (`simgrid::simix::Future`).