LogarithmPlotter & unchecker pages
This commit is contained in:
parent
ddb676f0e3
commit
b02a9c0c98
25 changed files with 315 additions and 38 deletions
|
@ -10,20 +10,20 @@
|
|||
"platforms": ["Windows", "MacOSX", "Linux"],
|
||||
"touchfriendly": false,
|
||||
"keyboardoriented": true,
|
||||
"license": "[GPL v3](https://www.gnu.org/licenses/gpl-3.0.html)"
|
||||
"license": "[GNU General Public License version 3 (GPLv3)](https://www.gnu.org/licenses/gpl-3.0.html)"
|
||||
},
|
||||
"logarithmplotter": {
|
||||
"name": "LogarithmPlotter",
|
||||
"status": "Active developement",
|
||||
"description": "Create graphs with logarithm scales, namely BODE diagrams.",
|
||||
"version": "0.1-dev0",
|
||||
"description": "Create graphs with logarithm scales, namely Bode diagrams/plots.",
|
||||
"version": "0.0.1-dev0",
|
||||
"languages": ["QML", "JavaScript", "Python"],
|
||||
"frameworks": ["[PySide2](https://pypi.org/project/PySide2/) ([Qt](https://qt.io))"],
|
||||
"translated": ["en"],
|
||||
"platforms": ["Windows", "MacOSX", "Linux"],
|
||||
"touchfriendly": true,
|
||||
"keyboardoriented": false,
|
||||
"license": "[GPL v3](https://www.gnu.org/licenses/gpl-3.0.html)"
|
||||
"license": "[GNU General Public License version 3 (GPLv3)](https://www.gnu.org/licenses/gpl-3.0.html)"
|
||||
},
|
||||
"accountfree": {
|
||||
"name": "AccountFree",
|
||||
|
@ -36,7 +36,7 @@
|
|||
"platforms": ["Windows", "MacOSX", "Linux"],
|
||||
"touchfriendly": true,
|
||||
"keyboardoriented": false,
|
||||
"license": "[GPL v3](https://www.gnu.org/licenses/gpl-3.0.html)"
|
||||
"license": "[GNU General Public License version 3 (GPLv3)](https://www.gnu.org/licenses/gpl-3.0.html)"
|
||||
},
|
||||
"ad5001.eu": {
|
||||
"name": "ad5001.eu",
|
||||
|
@ -49,7 +49,7 @@
|
|||
"platforms": ["Web"],
|
||||
"touchfriendly": true,
|
||||
"keyboardoriented": false,
|
||||
"license": "[GPL v3](https://www.gnu.org/licenses/gpl-3.0.html)"
|
||||
"license": "[GNU General Public License version 3 (GPLv3)](https://www.gnu.org/licenses/gpl-3.0.html)"
|
||||
},
|
||||
"omegamma": {
|
||||
"name": "Omegamma",
|
||||
|
@ -62,7 +62,7 @@
|
|||
"platforms": ["Web"],
|
||||
"touchfriendly": true,
|
||||
"keyboardoriented": false,
|
||||
"license": "[GPL v3](https://www.gnu.org/licenses/gpl-3.0.html)"
|
||||
"license": "[GNU General Public License version 3 (GPLv3)](https://www.gnu.org/licenses/gpl-3.0.html)"
|
||||
},
|
||||
"unchecker": {
|
||||
"name": "unchecker",
|
||||
|
@ -75,6 +75,6 @@
|
|||
"platforms": ["Web", "Firefox"],
|
||||
"touchfriendly": true,
|
||||
"keyboardoriented": false,
|
||||
"license": "[MPL v2](https://www.mozilla.org/en-US/MPL/2.0/)"
|
||||
"license": "[Mozilla Public License version 2 (MPLv2)](https://www.mozilla.org/en-US/MPL/2.0/)"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,12 +10,12 @@
|
|||
"platforms": ["Windows", "MacOSX", "Linux"],
|
||||
"touchfriendly": false,
|
||||
"keyboardoriented": true,
|
||||
"license": "[GPL v3](https://www.gnu.org/licenses/gpl-3.0.html)"
|
||||
"license": "[GNU General Public License version 3 (GPLv3)](https://www.gnu.org/licenses/gpl-3.0.html)"
|
||||
},
|
||||
"logarithmplotter": {
|
||||
"name": "LogarithmPlotter",
|
||||
"status": "Développement actif",
|
||||
"description": "Créer des graphes à échelle log, notamment les diagrammes de BODE.",
|
||||
"description": "Créer des graphes à échelle log, notamment les diagrammes de Bode.",
|
||||
"version": "0.1-dev0",
|
||||
"languages": ["QML", "JavaScript", "Python"],
|
||||
"frameworks": ["[PySide2](https://pypi.org/project/PySide2/) ([Qt](https://qt.io))"],
|
||||
|
@ -23,7 +23,7 @@
|
|||
"platforms": ["Windows", "MacOSX", "Linux"],
|
||||
"touchfriendly": true,
|
||||
"keyboardoriented": false,
|
||||
"license": "[GPL v3](https://www.gnu.org/licenses/gpl-3.0.html)"
|
||||
"license": "[GNU General Public License version 3 (GPLv3)](https://www.gnu.org/licenses/gpl-3.0.html)"
|
||||
},
|
||||
"accountfree": {
|
||||
"name": "AccountFree",
|
||||
|
@ -36,7 +36,7 @@
|
|||
"platforms": ["Windows", "MacOSX", "Linux"],
|
||||
"touchfriendly": true,
|
||||
"keyboardoriented": false,
|
||||
"license": "[GPL v3](https://www.gnu.org/licenses/gpl-3.0.html)"
|
||||
"license": "[GNU General Public License version 3 (GPLv3)](https://www.gnu.org/licenses/gpl-3.0.html)"
|
||||
},
|
||||
"ad5001.eu": {
|
||||
"name": "ad5001.eu",
|
||||
|
@ -49,7 +49,7 @@
|
|||
"platforms": ["Web"],
|
||||
"touchfriendly": true,
|
||||
"keyboardoriented": false,
|
||||
"license": "[GPL v3](https://www.gnu.org/licenses/gpl-3.0.html)"
|
||||
"license": "[GNU General Public License version 3 (GPLv3)](https://www.gnu.org/licenses/gpl-3.0.html)"
|
||||
},
|
||||
"omegamma": {
|
||||
"name": "Omegamma",
|
||||
|
@ -62,7 +62,7 @@
|
|||
"platforms": ["Web"],
|
||||
"touchfriendly": true,
|
||||
"keyboardoriented": false,
|
||||
"license": "[GPL v3](https://www.gnu.org/licenses/gpl-3.0.html)"
|
||||
"license": "[GNU General Public License version 3 (GPLv3)](https://www.gnu.org/licenses/gpl-3.0.html)"
|
||||
},
|
||||
"unchecker": {
|
||||
"name": "unchecker",
|
||||
|
@ -75,6 +75,6 @@
|
|||
"platforms": ["Web", "Firefox"],
|
||||
"touchfriendly": true,
|
||||
"keyboardoriented": false,
|
||||
"license": "[MPL v2](https://www.mozilla.org/en-US/MPL/2.0/)"
|
||||
"license": "[Mozilla Public License version 2 (MPLv2)](https://www.mozilla.org/en-US/MPL/2.0/)"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue