Continuing pages.
This commit is contained in:
parent
fe28fb655b
commit
58218ed004
8 changed files with 257 additions and 7 deletions
74
data/en/apps.json
Normal file
74
data/en/apps.json
Normal file
|
@ -0,0 +1,74 @@
|
|||
{
|
||||
"nowox": {
|
||||
"name": "Nowox",
|
||||
"description": "A terminal desktop environment.",
|
||||
"status": "Active developement",
|
||||
"version": "0.1-dev0",
|
||||
"languages": ["C#"],
|
||||
"frameworks": ["[Mono 6.12](https://www.mono-project.com/)"],
|
||||
"translated": ["en", "fr"],
|
||||
"platforms": ["Windows", "MacOSX", "Linux"],
|
||||
"touchfriendly": false,
|
||||
"keyboardoriented": true
|
||||
},
|
||||
"logarithmplotter": {
|
||||
"name": "LogarithmPlotter",
|
||||
"status": "Active developement",
|
||||
"description": "Create graphs with logarithm scales, namely BODE diagrams.",
|
||||
"version": "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
|
||||
},
|
||||
"accountfree": {
|
||||
"name": "AccountFree",
|
||||
"status": "Maintainance",
|
||||
"description": "Browse and use online services, free of account.",
|
||||
"version": "0.0.1-dev0",
|
||||
"languages": ["Python", "QML", "JavaScript"],
|
||||
"frameworks": ["[PySide2](https://pypi.org/project/PySide2/) ([Qt](https://qt.io))"],
|
||||
"translated": ["en"],
|
||||
"platforms": ["Windows", "MacOSX", "Linux"],
|
||||
"touchfriendly": true,
|
||||
"keyboardoriented": false
|
||||
},
|
||||
"ad5001.eu": {
|
||||
"name": "ad5001.eu",
|
||||
"status": "Active developement",
|
||||
"description": "Newest version of the website.",
|
||||
"version": "2.0-dev0",
|
||||
"languages": ["HTML", "CSS", "JavaScript"],
|
||||
"frameworks": ["[Hugo](https://gohugo.io)"],
|
||||
"translated": ["en", "fr"],
|
||||
"platforms": ["Web"],
|
||||
"touchfriendly": true,
|
||||
"keyboardoriented": false
|
||||
},
|
||||
"omegamma": {
|
||||
"name": "Omegamma",
|
||||
"status": "Active developement",
|
||||
"description": "Hugo theme for ad5001.eu.",
|
||||
"version": "0.1-dev0",
|
||||
"languages": ["HTML", "CSS", "JavaScript"],
|
||||
"frameworks": ["[Hugo](https://gohugo.io)"],
|
||||
"translated": ["/"],
|
||||
"platforms": ["Web"],
|
||||
"touchfriendly": true,
|
||||
"keyboardoriented": false
|
||||
},
|
||||
"unchecker": {
|
||||
"name": "unchecker",
|
||||
"status": "Maintainance",
|
||||
"description": "Simple webextension letting you uncheck all checkboxes on a page.",
|
||||
"version": "1.0",
|
||||
"languages": ["JavaScript"],
|
||||
"frameworks": [],
|
||||
"translated": ["/"],
|
||||
"platforms": ["Web", "Firefox"],
|
||||
"touchfriendly": true,
|
||||
"keyboardoriented": false
|
||||
}
|
||||
}
|
74
data/fr/apps.json
Normal file
74
data/fr/apps.json
Normal file
|
@ -0,0 +1,74 @@
|
|||
{
|
||||
"nowox": {
|
||||
"name": "Nowox",
|
||||
"description": "Un environement de bureau pour terminal.",
|
||||
"status": "Développement actif",
|
||||
"version": "0.1-dev0",
|
||||
"languages": ["C#"],
|
||||
"frameworks": ["[Mono 6.12](https://www.mono-project.com/)"],
|
||||
"translated": ["en", "fr"],
|
||||
"platforms": ["Windows", "MacOSX", "Linux"],
|
||||
"touchfriendly": false,
|
||||
"keyboardoriented": true
|
||||
},
|
||||
"logarithmplotter": {
|
||||
"name": "LogarithmPlotter",
|
||||
"status": "Développement actif",
|
||||
"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))"],
|
||||
"translated": ["en"],
|
||||
"platforms": ["Windows", "MacOSX", "Linux"],
|
||||
"touchfriendly": true,
|
||||
"keyboardoriented": false
|
||||
},
|
||||
"accountfree": {
|
||||
"name": "AccountFree",
|
||||
"status": "Maintenu",
|
||||
"description": "Browse and use online services, free of account.",
|
||||
"version": "0.0.1-dev0",
|
||||
"languages": ["Python", "QML", "JavaScript"],
|
||||
"frameworks": ["[PySide2](https://pypi.org/project/PySide2/) ([Qt](https://qt.io))"],
|
||||
"translated": ["en"],
|
||||
"platforms": ["Windows", "MacOSX", "Linux"],
|
||||
"touchfriendly": true,
|
||||
"keyboardoriented": false
|
||||
},
|
||||
"ad5001.eu": {
|
||||
"name": "ad5001.eu",
|
||||
"status": "Développement actif",
|
||||
"description": "Newest version of the website.",
|
||||
"version": "2.0-dev0",
|
||||
"languages": ["HTML", "CSS", "JavaScript"],
|
||||
"frameworks": ["Hugo"],
|
||||
"translated": ["en", "fr"],
|
||||
"platforms": ["Web"],
|
||||
"touchfriendly": true,
|
||||
"keyboardoriented": false
|
||||
},
|
||||
"omegamma": {
|
||||
"name": "Omegamma",
|
||||
"status": "Développement actif",
|
||||
"description": "Hugo theme for ad5001.eu.",
|
||||
"version": "2.0-dev0",
|
||||
"languages": ["HTML", "CSS", "JavaScript"],
|
||||
"frameworks": ["[Hugo](https://gohugo.io)"],
|
||||
"translated": ["/"],
|
||||
"platforms": ["Web"],
|
||||
"touchfriendly": true,
|
||||
"keyboardoriented": false
|
||||
},
|
||||
"unchecker": {
|
||||
"name": "unchecker",
|
||||
"status": "Maintenu",
|
||||
"description": "Simple webextension letting you uncheck all checkboxes on a page.",
|
||||
"version": "1.0",
|
||||
"languages": ["JavaScript"],
|
||||
"frameworks": ["[Hugo](https://gohugo.io)"],
|
||||
"translated": ["/"],
|
||||
"platforms": ["Web", "Firefox"],
|
||||
"touchfriendly": true,
|
||||
"keyboardoriented": false
|
||||
}
|
||||
}
|
8
data/list.json
Normal file
8
data/list.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
"logarithmplotter",
|
||||
"accountfree",
|
||||
"nowox",
|
||||
"unchecker",
|
||||
"ad5001.eu",
|
||||
"omegamma"
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue