diff --git a/template/buy.html b/template/buy.html index 1952be5..31433b0 100644 --- a/template/buy.html +++ b/template/buy.html @@ -1,99 +1,99 @@ {% extends "template/base.html" %} {% import "template/social.html" as social %} {% set page = 'buy' %} {% set title = _('Buy / Donate') + " - GCompris" %} {% block content %}

{% trans %}Buy / Donate{% endtrans %}

{{ social.block(locale) }}
{% trans %}Buying the full version{% endtrans %}

{% trans %}On proprietary operating systems (Windows/Mac/Android...), the full version of GCompris has a cost.{% endtrans %}
{% trans %}We provide a free demo with a limited number of activities, {{ demo_activities }} on the {{ total_activities }} available.{% endtrans %}
{% trans %}Follow the instructions below to buy the full version.{% endtrans %}

  • Windows, macOS
  • {% trans %}For Windows and macOS, you can get the demo from the download page, and buy here the activation code to unlock the full version. The cost is 9€.{% endtrans %}

    - +

    {% trans %}After the payment you will immediately receive an email with instructions (check your spam folder). If you do not receive this email please contact us at sales@gcompris.net.{% endtrans %}

    {% trans %}This registration gives you the right to update to any new release of GCompris for 2 years. After that period, you can continue to use the latest release you got for as long as you wish.{% endtrans %}


    {% trans %}Notes:{% endtrans %}

    {% trans %}You can use this code on several computers.{% endtrans %}
    {% trans %}Schools and other institutions can buy a site activation key to support the project.{% endtrans %}
    {% trans %}Please contact us at sales@gcompris.net to request a quote.{% endtrans %}


    {% trans %}Alternatively, you can also buy the full version of GCompris directly from the Windows Store.{% endtrans %}
    {% trans %}However, the Windows Store requires Windows 10.{% endtrans %}


  • Android
  • {% trans %}For Android, the recommended way is to directly buy the full version from Google Play store.{% endtrans %}

    {% trans %}You can also install the demo available in the store, and use the in-app purchase button to unlock the full version from it. Note however that this second method doesn't allow to use the Google Play Family Library to share it with your family. Also, a few users reported issues to unlock the demo.{% endtrans %}


  • GNU/Linux
  • {% trans %}For users of Free-Software operating systems, the full version is always free.
    This means that for GNU/Linux, the installer we provide and the distribution packages have the full version. There is no need for any activation code.{% endtrans %}
    {% trans %}However, you can still support us with a donation, see below.{% endtrans %}


    {% trans %}Thanks for supporting Free Software in education.{% endtrans %}

    Timothée Giet.

    {% trans %}Legal reference: Company{% endtrans %} Timothée Giet RCS RENNES France 537 873 986.

    {% trans %}Donate{% endtrans %}

    {% trans %}You, your children or your school love GCompris. You can support the project with a donation.{% endtrans %}

    {% trans %}Developing software takes a lot of time, it needs hardware, and other requirements that have a cost. Currently all sales and donations are used to support one of the main contributors, a professional graphic artist and developer who is now in charge of the graphics and co-maintaining the application.{% endtrans %}

    {% trans %}You can donate the amount of your choice by clicking on the button below:{% endtrans %}

    - +

    {% trans %}Thanks for supporting Free Software in education.{% endtrans %}

    Timothée Giet.


    GCompris Thank-you

    {% endblock %}