-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgeogebra-classic.install.nuspec
52 lines (48 loc) · 3.62 KB
/
geogebra-classic.install.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0" encoding="utf-8"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>geogebra-classic.install</id>
<version>6.0.752.0</version>
<packageSourceUrl>https://github.com/guillaume-ferry/geogebra-classic</packageSourceUrl>
<owners>gfe, overage</owners>
<!-- ============================== -->
<!-- == SOFTWARE SPECIFIC SECTION == -->
<title>GeoGebra Classic</title>
<authors>GeoGebra</authors>
<projectUrl>https://www.geogebra.org</projectUrl>
<iconUrl>https://rawcdn.githack.com/guillaume-ferry/geogebra-classic/57f0ecc378dff7c6e765d62b91f8537a0e10d7b4/220px-Geogebra.svg.png</iconUrl>
<licenseUrl>https://www.geogebra.org/license</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/geogebra/geogebra</projectSourceUrl>
<copyright>© 2021 GeoGebra</copyright>
<tags>geogebra6 geogebra algebra graphics mathematics</tags>
<summary>Graph functions, investigate equations, and plot data with this free graphing app.</summary>
<description><![CDATA[### What is GeoGebra?
GeoGebra is dynamic mathematics software for all levels of education that brings together geometry, algebra, spreadsheets, graphing, statistics and calculus in one easy-to-use package. GeoGebra is a rapidly expanding community of millions of users located in just about every country. GeoGebra has become the leading provider of dynamic mathematics software, supporting science, technology, engineering and mathematics (STEM) education and innovations in teaching and learning worldwide.
### Quick Facts
- Geometry, Algebra and Spreadsheet are connected and fully dynamic
- Easy-to-use interface, yet many powerful features
- Authoring tool to create interactive learning resources as web pages
- Available in many languages for our millions of users around the world
- Open source software freely available for non-commercial users
### Qu'est GeoGebra?
GeoGebra est un logiciel de mathématiques dynamiques, pour tous les niveaux d'éducation, qui associe géométrie, algèbre, tableur, grapheur, statistiques et calcul infinitésimal en un unique logiciel facile à utiliser. La communauté GeoGebra suit une croissance exponentielle de ses millions d'utilisateurs basés dans de nombreux pays. GeoGebra est devenu le premier fournisseur de logiciel de mathématiques dynamiques, soutien à la science, technologie, ingénierie et mathématiques et les innovations dans l'enseignement et l'apprentissage dans le monde entier.
### Faits en bref
- Géométrie, Algèbre et Tableur sont connectés et entièrement dynamiques
- Interface facile à utiliser bien que contenant de nombreuses fonctionnalités puissantes
- Outil de création pour réaliser des ressources d'apprentissage interactives sous forme de pages Web
- Disponible en de nombreuses langues pour nos millions d'utilisateurs à travers le monde
- Logiciel Open source librement utilisable par des utilisateurs non commerciaux
]]></description>
<releaseNotes>https://wiki.geogebra.org/en/Reference:Changelog_6.0</releaseNotes>
<docsUrl>https://wiki.geogebra.org/en/Manual</docsUrl>
<mailingListUrl>https://help.geogebra.org</mailingListUrl>
<bugTrackerUrl>https://help.geogebra.org/bugs</bugTrackerUrl>
<!-- =============================== -->
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>