diff --git a/template/buy.html b/template/buy.html index 0ac2bc3..eb7e467 100644 --- a/template/buy.html +++ b/template/buy.html @@ -1,109 +1,109 @@ {% 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, MacOSX
  • -

    {% trans %}For Windows and MacOSX, 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 %}

    +
  • 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 %}Notes:{% endtrans %}

    {% trans %}For personal use, it is possible to use this code on several computers.
    For schools and other institutions, please contact us to get a quote.{% 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 %}Alternatively, you can also buy the full version of GCompris directly from the Windows Store.{% 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 %}Schools{% endtrans %}

    {% trans %}For schools and other institutions, you need a site license.{% endtrans %}
    {% trans %}The price of a site license depends on the number of installations.{% endtrans %}

    {% trans %}Please contact us at sales@gcompris.net to request a quote.{% endtrans %}

    {% 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.

    {% endblock %} diff --git a/template/downloads.html b/template/downloads.html index 0c67548..c26d815 100644 --- a/template/downloads.html +++ b/template/downloads.html @@ -1,168 +1,168 @@ {% extends "template/base.html" %} {% import "template/social.html" as social %} {% set page = 'downloads' %} {% set title = _('Download') + " - GCompris" %} {% block content %}

    {% trans %}Download{% endtrans %}

    {{ social.block(locale) }}
    {% trans %}Windows{% endtrans %}

    {% trans %}You can buy the full version of GCompris in the Windows Store.{% endtrans %}


    {% trans %}Else, you can get the demo from the links below, and buy on our website the activation code to unlock the full version.{% endtrans %}

    {% trans %}System requirements: Windows 7, 8 or 10 with OpenGL 2 support.{% endtrans %}

     	      
  • GCompris {{ version }}-Windows 64bit
  • GCompris {{ version }}-Windows 32bit
  • {% trans %}Note: If your system doesn't have OpenGL 2 support or if it's not working properly, please use the entry GCompris (Safe Mode) in the start menu to launch GCompris with the software rendering mode which doesn't use OpenGL.{% endtrans %}

    {% trans %}If you really need a version that runs on Windows XP, or if your system doesn't support the new version, you can use the last installer from the old GCompris 15.10.{% endtrans %}

     	      
  • GCompris 15.10-Windows 32bit
  • {% trans %}Android{% endtrans %}

    {% trans %}The version for Android is distributed in the Play Store. The demo and the full version have separate installers.{% endtrans %}

     	      
  • GCompris {{ version }}-Full version for Android
  • GCompris {{ version }}-Demo version for Android
  • {% trans %}Note: It is recommended to buy directly the full version from the store, not from the button in the demo. This way, you can share it with 5 family members using the Google Play Family Library. Also, a few users reported issues to unlock the demo.{% endtrans %}

    -
    {% trans %}MacOSX{% endtrans %}
    +
    {% trans %}macOS{% endtrans %}

    {% trans %}You can get the demo from the link below, and buy on our website the activation code to unlock the full version.{% endtrans %}

    -

    {% trans %}Built and tested on OSX 10.13.{% endtrans %}

    +

    {% trans %}Built and tested on macOS 10.13.{% endtrans %}

     	      
  • GCompris {{ version }}-Darwin
  • {% trans %}GNU/Linux{% endtrans %}

    {% trans %}We provide standalone packages for GNU/Linux. They should work on any distribution (requires at least linux kernel 3.10, and gstreamer 1.0).{% endtrans %}

     	      
  • GCompris {{ version }}-Linux 64bit
  • GCompris {{ version }}-Linux 32bit
  • {% trans %}To use it, open a terminal in the folder where you downloaded the installer and run these commands:{% endtrans %}

               

    chmod u+x gcompris-qt-{{ version }}-Linux64.sh

    ./gcompris-qt-{{ version }}-Linux64.sh

    {% trans %}Then read the license or press q to skip it, answer yes to the questions, and the software will be installed in a new folder next to the installer.{% endtrans %}

    {% trans %}Finally, to launch gcompris, go in the new folder, in bin, and double-click on gcompris-qt.sh.{% endtrans %}

    Note: If your system doesn't have OpenGL 2 support or if it's not working properly, please add the option --software-renderer at the end of the last line of the script gcompris-qt.sh. Another way is to edit the configuration file (in ~/.config/gcompris-qt/gcompris-qt.conf): find the line renderer=auto , replace auto with software and save the file.

    {% trans %}Raspberry Pi{% endtrans %}

    {% trans %}We provide a standalone package for Raspberry Pi.{% endtrans %} This package is a beta version. It was tested only on Raspberry Pi 3.

     	      
  • GCompris {{ version }} -Raspberry Pi 3 (beta)
  • {% trans %}To use it, open a terminal in the folder where you downloaded the installer and run these commands:{% endtrans %}

               

    chmod u+x gcompris-qt-{{ version }}-raspberry-beta.sh

    ./gcompris-qt-{{ version }}-raspberry-beta.sh

    {% trans %}Then read the license or press q to skip it, answer yes to the questions, and the software will be installed in a new folder next to the installer.{% endtrans %}

    {% trans %}Finally, to launch gcompris, go in the new folder, in bin, and double-click on gcompris-qt.sh.{% endtrans %}

    {% trans %}Source code{% endtrans %}

    {% trans %}The source code is available under the GPLv3 license.{% endtrans %}

     	      
  • GCompris {{ version }}-source code
  • {% trans %}MD5 and GPG{% endtrans %}

    {% trans %}To check the integrity of your downloads, you can compare the md5sums with those in this file: MD5SUMS{% endtrans %}

    {% trans %}The source tarball and the Linux installers are signed with the GPG key from Timothée Giet (public key: {% endtrans %}0x63d7264c05687d7e.asc)

     	      

    {% trans %}sig files:{% endtrans %}

  • GCompris {{ version }}-source code
  • GCompris {{ version }}-Linux 64bit
  • GCompris {{ version }}-Linux 32bit
  • {% endblock %}