diff --git a/README.rst b/README.rst index af867fb..b7a75fd 100644 --- a/README.rst +++ b/README.rst @@ -81,7 +81,7 @@ Please follow the instructions from the `troubleshooting section `__ provides professional assistance as part of its `Open edX installation service `__. .. _readme_support_end: diff --git a/docs/faq.rst b/docs/faq.rst index b8a169f..f4907d8 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -45,14 +45,14 @@ What features are missing from Tutor? Tutor tries very hard to support all major Open edX features, notably in the form of :ref:`plugins `. If you are interested in sponsoring the development of a new plugin, please `get in touch `__! -It should be noted that the `Insights `__ stack is currently unsupported, because of its complexity, lack of support, and extensibility. To replace it, Overhang.IO developed `Cairn `__ the next-generation analytics solution for Open edX. You should check it out 😉 +It should be noted that the `Insights `__ stack is currently unsupported, because of its complexity, lack of support, and extensibility. To replace it, we developed `Cairn `__ the next-generation analytics solution for Open edX. You should check it out 😉 Are there people already running this in production? ---------------------------------------------------- Yes: system administrators all around the world use Tutor to run their Open edX platforms, from single-class school teachers to renowned universities, Open edX SaaS providers, and nation-wide learning platforms. -Why should I trust software written by some random guy on the Internet? ------------------------------------------------------------------------ +Why should I trust your software? +--------------------------------- -You shouldn't :) Tutor is actively maintained by `Overhang.IO `_, a France-based company founded by `Régis Behmo `_. Régis has been working on Tutor since early 2018; he has been a contributor to the Open edX project since 2015. In particular, he has worked for 2 years at `FUN-MOOC `_, one of the top 5 largest Open edX platforms in the world. In addition, the Tutor project is a community-led project with many contributions from its :ref:`project maintainers `. +You shouldn't :) Tutor is actively maintained by `Edly `__, a US-based ed-tech company facilitating over 40 million learners worldwide through its eLearning solutions. With a credible engineering team that has won clients' hearts globally led by `Régis Behmo `__, Tutor has empowered numerous edtech ventures over the years. Additionally, Tutor is a `community-led project `__ with many contributions from its :ref:`project maintainers `. diff --git a/docs/whatnext.rst b/docs/whatnext.rst index f185605..2d77da5 100644 --- a/docs/whatnext.rst +++ b/docs/whatnext.rst @@ -38,7 +38,7 @@ Yes, Tutor comes with Kubernetes deployment support :ref:`out of the box `. Gathering insights and analytics about Open edX ----------------------------------------------- -Check out `Cairn `__, the next-generation analytics solution for Open edX. +Check out `Cairn `__, the next-generation analytics solution for Open edX. Meeting the community --------------------- diff --git a/setup.py b/setup.py index 816668b..8cbee1b 100644 --- a/setup.py +++ b/setup.py @@ -49,8 +49,8 @@ setup( "Community": "https://discuss.openedx.org/tag/tutor", }, license="AGPLv3", - author="Overhang.io", - author_email="contact@overhang.io", + author="Edly", + author_email="hello@edly.io", description="The Docker-based Open edX distribution designed for peace of mind", long_description=load_readme(), long_description_content_type="text/x-rst",