LogarithmPlotter & unchecker pages

This commit is contained in:
Ad5001 2021-06-23 02:26:25 +02:00
parent ddb676f0e3
commit b02a9c0c98
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
25 changed files with 315 additions and 38 deletions

View file

@ -1,16 +1,93 @@
---
title: LogarithmPlotter
description: Créer des graphes à échelle log, notamment les diagrammes de BODE.
description: Créer des graphes à échelle log, notamment les diagrammes de Bode.
layout: app
SectionHeader:
AppIndex: logarithmplotter
Background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(170,170,170,1) 100%)
BottomBackground: black
BottomHeight: 0
BottomLeft: ""
BottomRight: ""
ShowPlatforms: true
TextWhite: false
Links:
- Icon: lookup
Title: Découvrir
URL: "#about-section"
- Icon: download
Title: Télécharger
URL: "#download-section"
About:
Title: Découvrir LogarithmPlotter
Content: "LogarithmPlotter est, comme son nom l'indique, un créateur de graphes et diagrammes 2D réalisé avec l'échelle logarithmique en tête. Avec un système d'objets similaire à [Geogebra](https://geogebra.org), ce qui lui permet de créer des graphes avec peu de limitations.<br>
Son intérêt principal est de permettre de créer des [diagrammes asymptotiques de Bode](https://fr.wikipedia.org/wiki/Diagramme_de_Bode), mais sa nature extensible et sa capacité à passer à une échelle non-logarithmique lui permet de créer d'autres choses."
Sections:
- Type: image|text
Image: en/logarithmplotter/objects
Content: "# Système de gestion des objets\n
LogarithmPlotter travaille avec des objets pour créer des fonctionalités et des diagrammes complexes, mais aussi à rapidement gérer quoi montrer et comment. \n
Ce système vous permet de créer, supprimer et modifier les objets en un instant."
- Type: text|image
Image: en/logarithmplotter/object-settings
Content: "# Modification complète des objets\n
Modifier les objecs a été rendu très simple et pourtant complet et facilement extensible avec une page de parametres qui permet de modifier l'intégralité des propriétés des objets. \n
Les propriétés ont été faites de manière à être compatible avec les autres version de LogarithmPlotters, qu'elles soient plus anciennes ou récentes, afin d'éviter la corruption de données lors de l'ouverture d'un fichier créer par une autre version de LogarithmPlotter."
- Type: image|text
Image: en/logarithmplotter/history
Content: "# Système d'historique avancé\n
Doté d'un système d'historique avancé, LogarithmPlotter est extrêmement rapide pour annuler et refaire des actions, ainsi que pour afficher une liste complète de l'historique des actions réalisés. \n
Ce système vous permet de revenir assez rapidement à un état antérieur de votre diagramme tout en affichant en accéléré toutes les modifications effectuées dans ce laps de temps. \n
Un autre avantage de ce système est qu'il permet de sauvegarder l'historique directement dans votre fichier tout en étant extrêmement léger en termes de stockage (les fichiers LogarithmPlotter, .lpf, dépassent rarement quelques kilo-octets)."
- Type: text|image
Image: en/logarithmplotter/settings
Content: "# Personnalisez l'apparence de votre diagramme\n
LogarithmPlotter vous permet de modifier l'aspect de votre diagramme de nombreuses façons, de la représentation de l'axe à la taille des éléments et du texte, en passant par le passage du mode logarithmique au mode normal. \n
La section des paramètres comporte également des boutons de fonction que l'on peut également trouver dans la barre de menu, comme la copie du diagramme dans les presse-papiers ou l'enregistrement du diagramme."
Technical:
Links:
- Title: Code source
Icon: git
URL: https://git.ad5001.eu/Ad5001/LogarithmPlotter
- Title: Signaler un bug
Icon: bug
URL: https://git.ad5001.eu/Ad5001/LogarithmPlotter/issues
Download:
Show: true
Categories:
- Name: win
Title: Windows
Platform: Windows
- Name: macos
Title: MacOSX
Platform: MacOSX
- Name: linux
Title: Linux
Platform: Linux
- Name: all
Title: Toutes platformes*
Platform: Universal
Links:
win:
- Title: Executable (.exe) (64 bits)
Name: logarithmplotter-v<version>-setup.exe (100,4Mio)
URL: "/download/logarithmplotter/<version>/LogarithmPlotter-v<version>-setup.exe"
macos:
- Title: Archive d'Application (.dmg)
Name: LogarithmPlotter-<version>-setup.dmg (112,1Mo)
URL: "/download/logarithmplotter/<version>/LogarithmPlotter-<version>-setup.dmg"
linux:
- Title: Flatpak (non disponible)
Name: via Flathub
URL: "https://flathub.org/apps/details/eu.ad5001.logarithmplotter"
- Title: Debian / Ubuntu
Name: le paquet deb (174Kio)
URL: "/download/logarithmplotter/<version>/python3-logarithmplotter_0.0.1~dev0-1_all.deb"
all:
- Title: Code source (.tar.gz)
Name: LogarithmPlotter-v<version>.tar.gz (174Kio)
URL: "/download/logarithmplotter/<version>/LogarithmPlotter-v<version>.tar.gz"
Footnote: "*LogarithmPlotter dépend [Python3](https://python.org/) avec [PySide2](https://pypi.org/project/PySide2/), et requiert qu'ils soient installés pour être lancé."
---

View file

@ -1,16 +1,93 @@
---
title: LogarithmPlotter
description: Create graphs with logarithm scales, namely BODE diagrams.
description: Create graphs with logarithm scales, namely Bode diagrams/plots.
layout: app
SectionHeader:
AppIndex: logarithmplotter
Background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(170,170,170,1) 100%)
BottomBackground: black
BottomHeight: 0
BottomLeft: ""
BottomRight: ""
ShowPlatforms: true
TextWhite: false
Links:
- Icon: lookup
Title: Discover
URL: "#about-section"
- Icon: download
Title: Download
URL: "#download-section"
About:
Title: Discover LogarithmPlotter
Content: "LogarithmPlotter is, as it's name suggests, a plotter made with logarithm scales in mind. With an object system similar to [Geogebra](https://geogebra.org)'s, it allows dynamic creation of plots with very few limitations.<br>
It's primary use is to quickly create [asymptotic Bode Diagrams/plots](https://en.wikipedia.org/wiki/Bode_plot), but it's extensible nature and ability to switch to non-logarithmic scales allow it to create other things with it."
Sections:
- Type: image|text
Image: en/logarithmplotter/objects
Content: "# Object Management System\n
LogarithmPlotter works with objects to create complex features and diagrams, as well as quickly manage what to display. \n
This system allows you to create, delete and edit objects in an instant."
- Type: text|image
Image: en/logarithmplotter/object-settings
Content: "# Complete object edition\n
Editing objects has been made very simple yet complete and easily extendable with a settings page that allows you to edit all properties of an object. \n
Properties are made to be backwards and forward compatible to prevent data corruption when opening a file made with a different version of LogarithmPlotter."
- Type: image|text
Image: en/logarithmplotter/history
Content: "# Advanced history system\n
Featuring an advanced history system, LogarithmPlotter is extremly fast at undoing and redoing actions, as well as listing a complete list of actions history. \n
This system allows you to quickly rollback to a previous state of your diagram fairly quickly while displaying in fast mode all the modifications done in that span of time. \n
Another advantage of this system is that it allows history to be saved in your file directly while being extremly light on storage (LogarithmPlotter files, .lpf, rarely exceed a few kilobytes)."
- Type: text|image
Image: en/logarithmplotter/settings
Content: "# Customize how your diagram looks\n
LogarithmPlotter allows you to edit how your diagram looks in numerous ways, from the representation of the axis, to the size of elements and text as well as switching to normal scale mode from the logarithm one. \n
The settings section also features function buttons that can also be found in the menu bar, such as copying the diagram to the clipboard, or saving the plot."
Technical:
Links:
- Title: Source code
Icon: git
URL: https://git.ad5001.eu/Ad5001/LogarithmPlotter
- Title: Report a bug
Icon: bug
URL: https://git.ad5001.eu/Ad5001/LogarithmPlotter/issues
Download:
Show: true
Categories:
- Name: win
Title: Windows
Platform: Windows
- Name: macos
Title: MacOSX
Platform: MacOSX
- Name: linux
Title: Linux
Platform: Linux
- Name: all
Title: All platforms*
Platform: Universal
Links:
win:
- Title: Executable (.exe) (64 bits)
Name: logarithmplotter-v<version>-setup.exe (100.4MiB)
URL: "/download/logarithmplotter/<version>/LogarithmPlotter-v<version>-setup.exe"
macos:
- Title: Application Archive (.dmg)
Name: LogarithmPlotter-<version>-setup.dmg (112.1MB)
URL: "/download/logarithmplotter/<version>/LogarithmPlotter-<version>-setup.dmg"
linux:
- Title: Flatpak (unavailable)
Name: on Flathub
URL: "https://flathub.org/apps/details/eu.ad5001.logarithmplotter"
- Title: Debian / Ubuntu
Name: debian package (174KiB)
URL: "/download/logarithmplotter/<version>/python3-logarithmplotter_0.0.1~dev0-1_all.deb"
all:
- Title: Source code (.tar.gz)
Name: LogarithmPlotter-v<version>.tar.gz (174KiB)
URL: "/download/logarithmplotter/<version>/LogarithmPlotter-v<version>.tar.gz"
Footnote: "*LogarithmPlotter requires [Python3](https://python.org/) with [PySide2](https://pypi.org/project/PySide2/) to be installed in order to be launched."
---

View file

@ -24,26 +24,26 @@ About:
Sections:
- Type: image|text
Image: fr/nowox-fm
Image: fr/nowox/fm
Content: "# Parcourir le système de fichiers\n
Nowox contient un gestionnaire de fichier complet qui vous permet de parcourir le système de fichier de la machine facilement, et d'ouvrir les fichiers dans leurs programmes réspectifs, que ce soit dans Nowox, ou avec des programmes externes. \n
Passez de vos emplacements favoris et vos périphériques avec la navigations dans les fichiers (Ctrl+D) ou changez directement votre emplacement actuel (Ctrl+L) pour parcourir afin de naviguer rapidement entre vos fichiers."
- Type: text|image
Image: fr/nowox-sc
Image: fr/nowox/sc
Content: "# Reprendre le contrôles des tableurs\n
Utilisez le programme Tableur pour jeter un coup d'oeil à vos données CSV, ou éditez directement vos tableurs formatés (comming soon). Le programme Tableur de Nowox vous permet d'appliquer un style spécifique par cellule, et d'utiliser [les fonctions les plus communes](https://wiki.openoffice.org/wiki/Documentation/Reference/Calc_functions)."
- Type: image|text
Image: fr/nowox-te
Image: fr/nowox/te
Content: "# Regarder des logs, modifier des fichiers de configuration & code\n
Avec l'éditeur de texte embarqué, vous pouvez facilement et rapidement regardez vos logs. Utilisez la fonction « Aller à » (Ctrl+G) pour aller à une certaine ligne et colonne du fichier. \n
Vous pouvez également facilement modifier vos fichiers de configuration et de code à l'aide du système embarqué de coloration syntaxique fonctionnant avec [les fichiers de syntaxe Kate](https://kate-editor.org/syntax/), tout en cherchant la clé que vous cherchiez dans le mode recherche (Ctrl+F)."
- Type: text|image
Image: fr/nowox-settings
Image: fr/nowox/settings
Content: "# Personalisable\n
Proposant un système extensible de paramètres, Nowox vous permet de personaliser de nombreuses choses à votre gré, de l'apparence de Nowox au taux de rafraichissement de l'écran en passant par la personalisation des emplacements du gestionnaire de fichier. \n
De plus, Nowox supporte de nombreuses fonctionalités modernes des termiaux telles que les couleurs 24 bits, qui peuvent activés à tout moment, mais sont désactivés par défaut pour des raisons de compatibilités."
- Type: image|text
Image: fr/nowox-ext
Image: fr/nowox/ext
Content: "# Intégration de programmes lignes de commande\n
Des programmes tels que [Bash](https://en.wikipedia.org/wiki/Bash_%28Unix_shell%29) ou [Qalc](https://qalculate.github.io/) peuvent être facilement intégrés à Nowox grâce à son intégration terminal supportant une majorité des codes ANSI. \n
Veuillez noté, toutefois, que de nombreux programmes pour terminals (comme nano ou w3m) ne fonctionnent pas due à leur utilisation de code ANSI inconnus qui les fait refuser de montrer leur contenu."
@ -66,10 +66,10 @@ Download:
Links:
all:
- Title: Executable (.exe) (64 bits)
Name: Nowox-v<version>.exe (2.1MiB)
Name: Nowox-v<version>.exe (2,1Mio)
URL: "/download/nowox/<version>/Nowox-v<version>.exe"
- Title: Code source (.tar.gz)
Name: Nowox-v<version>.tar.gz (1.0MiB)
Name: Nowox-v<version>.tar.gz (1,0Mio)
URL: "/download/nowox/<version>/Nowox-v<version>.tar.gz"
linux: []
Footnote: "*Nowox dépend de [Mono](https://www.mono-project.com/), et requiert qu'il soit installé pour être lancé."

View file

@ -24,26 +24,26 @@ About:
Sections:
- Type: image|text
Image: en/nowox-fm
Image: en/nowox/fm
Content: "# Browse the file system\n
Nowox features a complete file manager which allows you to navigate through the machine's file system with ease, and open files in their corresponding program whether in Nowox, or in external programs. \n
Switch between favorites places and drives with files selections (Ctrl+D) or directly edit your location (Ctrl+L) in order to quicly navigate between your files."
- Type: text|image
Image: en/nowox-sc
Image: en/nowox/sc
Content: "# Take control of your spreadsheets\n
Use the Spreadsheets program to take a peek at your CSV data, or directly edit your formated spreadsheets (comming soon). Nowox' Spreadsheets program allows you to edit per cell style and use [most common functions](https://wiki.openoffice.org/wiki/Documentation/Reference/Calc_functions)."
- Type: image|text
Image: en/nowox-te
Image: en/nowox/te
Content: "# Check your logs, edit configuration and code files\n
With the built-in text editor, you can easily and quicky check your logs. Use the Goto function (Ctrl+G) to jump to a certain line and column of the file. \n
You can also edit code and configurations files easily with the built-in file syntax highlighting engine parsing [Kate syntax files](https://kate-editor.org/syntax/), while looking up the key you're looking for in search mode (Ctrl+F)."
- Type: text|image
Image: en/nowox-settings
Image: en/nowox/settings
Content: "# Customizable\n
Featuring an extendable settings system, Nowox allows you to tune a lot of things to your liking, whether it's on how Nowox looks, to the screen refresh rate passing by places customization for the File Manager. \n
In addition, Nowox supports many modern terminal features such as 24 bits terminal colors, which can be enabled whenever, but are deactivated by default for compatibility purposes."
- Type: image|text
Image: en/nowox-ext
Image: en/nowox/ext
Content: "# Use command line programs\n
Programs such as [Bash](https://en.wikipedia.org/wiki/Bash_%28Unix_shell%29) or [Qalc](https://qalculate.github.io/) can be used seemlessly into Nowox with the terminal integration supporting a majority of ANSI support codes. \n
Please note that, however, a lot of terminal programs (such as nano or w3m) do not work due to their usage of unknown ANSI codes that makes them refuse to display their content."
@ -72,6 +72,6 @@ Download:
Name: Nowox-v<version>.tar.gz (1.0MiB)
URL: "/download/nowox/<version>/Nowox-v<version>.tar.gz"
linux: []
Footnote: "*Nowox requires [Mono](https://www.mono-project.com/) to be installed."
Footnote: "*Nowox requires [Mono](https://www.mono-project.com/) to be installed in order to be launched."
---

62
content/unchecker.fr.md Normal file
View file

@ -0,0 +1,62 @@
---
title: unchecker
description: Une simple extension pour navigateur permettant de décocher toutes les cases d'une page.
layout: app
HeaderTextWhite: true
SectionHeader:
AppIndex: unchecker
Background: linear-gradient(135deg, rgba(128,128,128,1) 0%, rgba(10,10,10,1) 100%)
ShowPlatforms: true
TextWhite: true
Links:
- Icon: lookup
Title: Découvrir
URL: "#about-section"
- Icon: download
Title: Télécharger
URL: "#download-section"
About:
Title: Découvrir unchecker
Content: "Le [RGPD](https://fr.wikipedia.org/wiki/R%C3%A8glement_g%C3%A9n%C3%A9ral_sur_la_protection_des_donn%C3%A9es) a introduit de nombreuses nouvelles normes en matière de protection de la vie privée dans le monde entier, mais il semble que certains fournisseurs vous demandent de décocher un grand nombre de cases pour protéger au moins un peu plus votre vie privée.<br>
Bien que cela soit illégal, de nombreuses entreprises utilisent ces techniques pour décourager le refus de la publicité et la collecte de données. En outre, ces techniques ne s'appliquent qu'aux utilisateurs européens. Les utilisateurs internationaux sont donc toujours soumis à des clauses d'exclusion injustes.<br>
Cette extension est assez simple et vous permet de cocher ou décocher toutes vos cases à cocher en même temps sans avoir à cliquer des dizaines de fois dessus.<br>
Un seul bouton et plus aucune case à cocher n'est cochée."
Technical:
Links:
- Title: Code source
Icon: git
URL: https://git.ad5001.eu/Ad5001/unchecker
- Title: Signaler un bug
Icon: bug
URL: https://git.ad5001.eu/Ad5001/unchecker/issues
Download:
Show: true
Categories:
- Name: firefox
Title: Firefox
Platform: Firefox
- Name: all
Title: Toutes platformes
Platform: Universal
Links:
firefox:
- Title: AMO
Name: depuis addons.mozilla.org (16,8Kio)
URL: "https://addons.mozilla.org/en-US/firefox/addon/unchecker/"
- Title: Mozilla Installer Package (.xpi)
Name: unchecker-<version>-fx.xpi (16,8Kio)
URL: "/download/unchecker/<version>/unchecker-<version>-fx.xpi"
all:
- Title: Code source (.tar.gz)
Name: unchecker-v<version>.tar.gz (10,2KiB)
URL: "/download/unchecker/<version>/unchecker-v<version>.tar.gz"
---

61
content/unchecker.md Normal file
View file

@ -0,0 +1,61 @@
---
title: unchecker
description: Simple webextension letting you uncheck all checkboxes on a page.
layout: app
HeaderTextWhite: true
SectionHeader:
AppIndex: unchecker
Background: linear-gradient(135deg, rgba(128,128,128,1) 0%, rgba(10,10,10,1) 100%)
ShowPlatforms: true
TextWhite: true
Links:
- Icon: lookup
Title: Discover
URL: "#about-section"
- Icon: download
Title: Download
URL: "#download-section"
About:
Title: Discover unchecker
Content: "[GDPR](https://en.wikipedia.org/wiki/General_Data_Protection_Regulation) introduced many new privacy standards around the world, but it seems like that some providers requires you to untick a lot of checkboxes to protect your privacy atleast a little more.<br>
Although this is illegal, a lot of companies uses theses techniques as opt-out from advertising and data-collections. This also only apply to European users, so international ones are still subject to unfair opt-outs systems.<br>
This extension is rather simple and allows you to check or uncheck all your checkboxes at the same time without having to click dozens of times on them.<br>
One button and no more checkboxes ticked."
Technical:
Links:
- Title: Source code
Icon: git
URL: https://git.ad5001.eu/Ad5001/unchecker
- Title: Report a bug
Icon: bug
URL: https://git.ad5001.eu/Ad5001/unchecker/issues
Download:
Show: true
Categories:
- Name: firefox
Title: Firefox
Platform: Firefox
- Name: all
Title: All platforms
Platform: Universal
Links:
firefox:
- Title: AMO
Name: depuis addons.mozilla.org (16,8Kio)
URL: "https://addons.mozilla.org/en-US/firefox/addon/unchecker/"
- Title: Mozilla Installer Package (.xpi)
Name: unchecker-<version>-fx.xpi (16,8Kio)
URL: "/download/unchecker/<version>/unchecker-<version>-fx.xpi"
all:
- Title: Source code (.tar.gz)
Name: unchecker-v<version>.tar.gz (10,2KiB)
URL: "/download/unchecker/<version>/unchecker-v<version>.tar.gz"
---

View file

@ -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/)"
}
}

View file

@ -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/)"
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

View file

Before

Width:  |  Height:  |  Size: 101 KiB

After

Width:  |  Height:  |  Size: 101 KiB

View file

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 58 KiB

View file

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 68 KiB

View file

Before

Width:  |  Height:  |  Size: 81 KiB

After

Width:  |  Height:  |  Size: 81 KiB

View file

Before

Width:  |  Height:  |  Size: 110 KiB

After

Width:  |  Height:  |  Size: 110 KiB

View file

Before

Width:  |  Height:  |  Size: 121 KiB

After

Width:  |  Height:  |  Size: 121 KiB

View file

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 74 KiB

View file

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 75 KiB

View file

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 100 KiB

View file

Before

Width:  |  Height:  |  Size: 118 KiB

After

Width:  |  Height:  |  Size: 118 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 KiB

After

Width:  |  Height:  |  Size: 96 KiB