Added new projects
Update .htaccess, sidebar.php, and 16 more files...
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
</Files>
|
||||
|
||||
# Redirecting HTTP traffic to HTTPS. (Keep commented on localhost !)
|
||||
# This is handled other services, but it should still be enabled in production just to be safe.
|
||||
# This is handled by other services, but it should still be enabled in production just to be safe.
|
||||
#RewriteEngine On
|
||||
#RewriteCond %{SERVER_PORT} 80
|
||||
#RewriteRule ^(.*)$ https://nibblepoker.lu/$1 [R,L]
|
||||
|
@@ -28,10 +28,14 @@ if(!isset($SIDEBAR_ID)) {
|
||||
<?php print(localize("programming.title.projects")); ?>
|
||||
</a>
|
||||
<div class="ml-20">
|
||||
<a id="sbl-projects-apps" href="<?php print(l10n_url_abs('/content/?tags=application')); ?>" class="sidebar-link sidebar-link-with-icon">
|
||||
<span class="sidebar-icon"><i class="fad fa-browser"></i></span>
|
||||
<a id="sbl-projects-apps" href="<?php print(l10n_url_abs('/content/?tags=application')); ?>" class="sidebar-link sidebar-link-with-icon">
|
||||
<span class="sidebar-icon"><i class="fad fa-browser"></i></span>
|
||||
<?php print(localize("programming.apps.title")); ?>
|
||||
</a>
|
||||
</a>
|
||||
<a id="sbl-projects-apps" href="<?php print(l10n_url_abs('/content/?tags=library')); ?>" class="sidebar-link sidebar-link-with-icon">
|
||||
<span class="sidebar-icon"><i class="fad fa-puzzle-piece"></i></span>
|
||||
<?php print(localize("programming.library.title")); ?>
|
||||
</a>
|
||||
<a id="sbl-projects-tutorials" href="<?php print(l10n_url_abs('/content/?tags=game')); ?>" class="sidebar-link sidebar-link-with-icon">
|
||||
<span class="sidebar-icon"><i class="fad fa-gamepad-alt"></i></span>
|
||||
<?php print(localize("programming.games.title")); ?>
|
||||
|
File diff suppressed because one or more lines are too long
@@ -12,6 +12,7 @@
|
||||
"programming.tutorials.title": "Tutorials",
|
||||
"programming.tools.title": "Tools",
|
||||
"programming.games.title": "Games & Mods",
|
||||
"programming.library.title": "Libraries",
|
||||
"electronics.title": "Electronics",
|
||||
"electronics.iot.title": "IoT",
|
||||
"electronics.experiments.title": "Experiments",
|
||||
@@ -71,8 +72,11 @@
|
||||
"content.fallback.content.commons.version.source": "Source code",
|
||||
"content.fallback.content.commons.cpu": "CPU <span class=\"hidden-xs-and-down\">Architecture</span>",
|
||||
"content.fallback.content.commons.cpu.responsive": "CPU <span class=\"hidden-xs-and-down\">Architecture</span>",
|
||||
"content.fallback.content.commons.cpu.any": "Any architecture",
|
||||
"content.fallback.content.commons.cpu.x64": "x64",
|
||||
"content.fallback.content.commons.cpu.x86": "x86",
|
||||
"content.fallback.content.commons.cpu.arm": "arm",
|
||||
"content.fallback.content.commons.cpu.arm64": "arm64",
|
||||
"content.fallback.content.commons.na.italic": "<i>N/A</i>",
|
||||
"content.fallback.content.commons.na": "N/A",
|
||||
"content.fallback.content.commons.lang": "Language",
|
||||
@@ -81,6 +85,8 @@
|
||||
"content.fallback.content.commons.version": "Version",
|
||||
"content.fallback.content.commons.github": "GitHub Repository",
|
||||
"content.fallback.content.commons.gitea": "Self-hosted Gitea Repository",
|
||||
"content.fallback.content.commons.nuget": "Nuget Package",
|
||||
"content.fallback.content.commons.license.mit.single": "MIT License",
|
||||
|
||||
"content.fallback.content.commons.lang.english": "English",
|
||||
"content.fallback.content.commons.lang.french": "French",
|
||||
|
@@ -12,6 +12,7 @@
|
||||
"programming.tutorials.title": "Tutoriels",
|
||||
"programming.tools.title": "Outils",
|
||||
"programming.games.title": "Jeux & Mods",
|
||||
"programming.library.title": "Librairies",
|
||||
"electronics.title": "Électronique",
|
||||
"electronics.iot.title": "IoT",
|
||||
"electronics.experiments.title": "Expériences",
|
||||
@@ -70,8 +71,11 @@
|
||||
"content.fallback.content.commons.version.old.multiple": "Anciennes versions",
|
||||
"content.fallback.content.commons.version.source": "Code source",
|
||||
"content.fallback.content.commons.cpu": "Architecture de CPU",
|
||||
"content.fallback.content.commons.cpu.any": "Indépendante",
|
||||
"content.fallback.content.commons.cpu.x64": "x64",
|
||||
"content.fallback.content.commons.cpu.x86": "x86",
|
||||
"content.fallback.content.commons.cpu.arm": "arm",
|
||||
"content.fallback.content.commons.cpu.arm64": "arm64",
|
||||
"content.fallback.content.commons.na.italic": "<i>N/A</i>",
|
||||
"content.fallback.content.commons.na": "N/A",
|
||||
"content.fallback.content.commons.lang": "Langue",
|
||||
@@ -80,6 +84,8 @@
|
||||
"content.fallback.content.commons.version": "Version",
|
||||
"content.fallback.content.commons.github": "Dépôt GitHub",
|
||||
"content.fallback.content.commons.gitea": "Dépôt Gitea auto-hébergé",
|
||||
"content.fallback.content.commons.nuget": "Packet Nuget",
|
||||
"content.fallback.content.commons.license.mit.single": "License MIT",
|
||||
|
||||
"content.fallback.content.commons.lang.english": "Anglais",
|
||||
"content.fallback.content.commons.lang.french": "Français",
|
||||
|
@@ -1,16 +1,16 @@
|
||||
[
|
||||
{
|
||||
"id": "lscom-cli",
|
||||
"id": "lscom-cli-dotnet",
|
||||
"title": {
|
||||
"en": "PB-ListComPort",
|
||||
"fr": "PB-ListComPort"
|
||||
"en": "DotNet-ListComPort",
|
||||
"fr": "DotNet-ListComPort"
|
||||
},
|
||||
"preamble": {
|
||||
"en": "A simple CLI tool that can list COM ports with their name, friendly name and device name easily and cleanly.<br>This tool is intended to replace the tedious task of having to use the <code>mode</code> command, and the <i>Device Manager</i> to find a newly plugged-in device that provides a COM port.",
|
||||
"fr": "Un petit utilitaire pour invité de commande qui permet de facilement lister les noms, noms formatés et chemin des ports COM.<br>Cet outil a pour bût de faciliter cette tâche sans avoir à utiliser la commande <code>mode</code> ou le <i>Gestionnaire de périphérique</i>."
|
||||
"fr": "Un petit utilitaire pour invité de commande qui permet de facilement lister les noms, noms formatés et chemins des ports COM.<br>Cet outil a pour bût de faciliter cette tâche sans avoir à utiliser la commande <code>mode</code> ou le <i>Gestionnaire de périphérique</i>."
|
||||
},
|
||||
"image": "/resources/Azias/imgs/lscom/lscom-v2-text-01-bkgd-cli.png",
|
||||
"tags": ["application", "tool" ,"lscom", "purebasic", "windows"]
|
||||
"image": "/resources/Azias/imgs/lscom/lscom-dotnet.png",
|
||||
"tags": ["application", "tool" ,"lscom", "dotnet", "windows"]
|
||||
},
|
||||
{
|
||||
"id": "youtube-auto-archiver",
|
||||
@@ -41,6 +41,22 @@
|
||||
"web"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "dotnet-arguments",
|
||||
"title": {
|
||||
"en": "DotNet-Arguments",
|
||||
"fr": "DotNet-Arguments"
|
||||
},
|
||||
"preamble": {
|
||||
"en": "A simple and 'to-the-point' library to parse launch arguments in .NET and .NET Core applications.",
|
||||
"fr": "Une petite librairie simple et efficace pour lire et interpréter les options de lancement d'un programme pour .NET et .NET Core."
|
||||
},
|
||||
"image": "/resources/Azias/imgs/placeholder.png",
|
||||
"tags": [
|
||||
"library",
|
||||
"dotnet"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "mc-expanded-iron-bundles",
|
||||
"title": {
|
||||
@@ -57,5 +73,18 @@
|
||||
"minecraft",
|
||||
"mod"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "lscom-cli",
|
||||
"title": {
|
||||
"en": "PB-ListComPort (Legacy)",
|
||||
"fr": "PB-ListComPort (Legacy)"
|
||||
},
|
||||
"preamble": {
|
||||
"en": "A simple CLI tool that can list COM ports with their name, friendly name and device name easily and cleanly.<br>This tool is intended to replace the tedious task of having to use the <code>mode</code> command, and the <i>Device Manager</i> to find a newly plugged-in device that provides a COM port.",
|
||||
"fr": "Un petit utilitaire pour invité de commande qui permet de facilement lister les noms, noms formatés et chemins des ports COM.<br>Cet outil a pour bût de faciliter cette tâche sans avoir à utiliser la commande <code>mode</code> ou le <i>Gestionnaire de périphérique</i>."
|
||||
},
|
||||
"image": "/resources/Azias/imgs/lscom/lscom-v2-text-01-bkgd-cli.png",
|
||||
"tags": ["application", "tool" ,"lscom", "purebasic", "windows"]
|
||||
}
|
||||
]
|
||||
|
201
content/items/dotnet-arguments.json
Normal file
201
content/items/dotnet-arguments.json
Normal file
@@ -0,0 +1,201 @@
|
||||
{
|
||||
"strings": {
|
||||
"en": {
|
||||
"meta.title": "DotNet-Arguments",
|
||||
"meta.description": "A simple and 'to-the-point' library to parse launch arguments in .NET and .NET Core applications.",
|
||||
"article.subtitle": "<a href=\"https://github.com/aziascreations/DotNet-Arguments\" class=\"font-size-16\"><i class=\"fab fa-github\"></i> View on GitHub</a>",
|
||||
"intro.title": "Introduction",
|
||||
"intro.p1": "A simple and 'to-the-point' library to parse launch arguments in .NET and .NET Core applications.",
|
||||
"intro.p2": "This library is an improved port of my <a href=\"https://github.com/aziascreations/PB-Arguments\">PB-Arguments</a> library that intended to achieve the same goals but was missing support for some features.",
|
||||
"requirements.title": "Requirements",
|
||||
"requirements.1": ".NET v6.0+",
|
||||
"requirements.2": "C# 10.0",
|
||||
"documentation.title": "Documentation",
|
||||
"documentation.1": "Go to \"<a href=\"https://aziascreations.github.io/DotNet-Arguments/\">aziascreations.github.io/DotNet-Arguments/</a>\" for the HTML documentation.",
|
||||
"example.title": "Basic Example",
|
||||
"license.title": "License",
|
||||
"links.title": "Links"
|
||||
},
|
||||
"fr": {
|
||||
"meta.title": "DotNet-Arguments",
|
||||
"meta.description": "Une petite librairie simple et efficace pour lire et interpréter les options de lancement d'un programme pour .NET et .NET Core.",
|
||||
"article.subtitle": "<a href=\"https://github.com/aziascreations/DotNet-Arguments\" class=\"font-size-16\"><i class=\"fab fa-github\"></i> Voir sur GitHub</a>",
|
||||
"intro.title": "Introduction",
|
||||
"intro.p1": "Une petite librarie efficace qui permet de facilement et simplement interpréter et utiliser les options de lancement d'un programme en .NET et .NET Core.",
|
||||
"intro.p2": "Cette librairie est une version améliorée de mon ancienne librairie <a href=\"https://github.com/aziascreations/PB-Arguments\">PB-Arguments</a> qui visait à accomplir les mêmes goals mais à laquelle il manquait quelques fonctionnalités.",
|
||||
"requirements.title": "Besoins système",
|
||||
"requirements.1": ".NET v6.0+",
|
||||
"requirements.2": "C# 10.0",
|
||||
"documentation.title": "Documentation",
|
||||
"documentation.1": "Allez sur \"<a href=\"https://aziascreations.github.io/DotNet-Arguments/\">aziascreations.github.io/DotNet-Arguments/</a>\" pour consulter la documentation.",
|
||||
"example.title": "Example basique",
|
||||
"license.title": "Licence",
|
||||
"links.title": "Liens"
|
||||
}
|
||||
},
|
||||
"metadata": {
|
||||
"template": "article",
|
||||
"head": {
|
||||
"title": "meta.title",
|
||||
"description": "meta.description"
|
||||
},
|
||||
"opengraph": {
|
||||
"title": "meta.title",
|
||||
"description": "meta.description",
|
||||
"type": null,
|
||||
"url": null,
|
||||
"image": null,
|
||||
"image_type": null
|
||||
},
|
||||
"article": {
|
||||
"icon": "fad fa-puzzle-piece",
|
||||
"title": "meta.title",
|
||||
"subtitle": "article.subtitle",
|
||||
"tags": ["library", "dotnet"]
|
||||
}
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"type": "container", "padding": 20,
|
||||
"modifiers": ["no-bottom-padding", "no-top-margin"],
|
||||
"parts": [
|
||||
{"type": "h1", "content": "intro.title"},
|
||||
{"type": "paragraph", "indent": 2, "content": "intro.p1"},
|
||||
{"type": "paragraph", "indent": 2, "content": "intro.p2"}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"type": "container",
|
||||
"padding": 20,
|
||||
"modifiers": ["no-bottom-padding", "no-top-margin"],
|
||||
"parts": [
|
||||
{"type": "h1", "content": "requirements.title"},
|
||||
{
|
||||
"type": "paragraph",
|
||||
"indent": 2,
|
||||
"parts": [
|
||||
{"type": "raw", "content": "● ", "localize": false},
|
||||
{"type": "raw", "link": "https://dotnet.microsoft.com/en-us/download/dotnet/6.0", "content": "requirements.1"},
|
||||
{"type": "raw", "content": "<br>", "localize": false},
|
||||
{"type": "raw", "content": "● ", "localize": false},
|
||||
{"type": "raw", "content": "requirements.2"}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"type": "container", "padding": 20,
|
||||
"modifiers": ["no-bottom-padding", "no-top-margin"],
|
||||
"parts": [
|
||||
{"type": "h1", "content": "documentation.title"},
|
||||
{"type": "paragraph", "indent": 2, "content": "documentation.1"}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"type": "container", "padding": 20,
|
||||
"modifiers": ["_no-top-padding", "no-bottom-padding"],
|
||||
"parts": [
|
||||
{"type": "h1", "content": "example.title"},
|
||||
{
|
||||
"type": "code", "indent": 2,
|
||||
"modifiers": ["horizontal-scroll", "code-block"],
|
||||
"code": [
|
||||
"// Preparing options and root verb.",
|
||||
"Option OptionHelp = new('h', \"help\", \"\", OptionFlags.StopsParsing);",
|
||||
"Option OptionVerbose = new('v', \"verbose\", \"\", OptionFlags.Repeatable);",
|
||||
"",
|
||||
"Verb RootVerb = new Verb(\"\").RegisterOption(OptionHelp).RegisterOption(OptionVerbose);",
|
||||
"",
|
||||
"// Parsing lanch arguments",
|
||||
"try {",
|
||||
" ArgumentsParser.ParseArguments(RootVerb, args); // 'args' is gotten from Main().",
|
||||
"} catch(ArgumentException) {",
|
||||
" Console.Error.Write(\"Failed to parse the launch arguments !\");",
|
||||
" RootVerb.Clear(); // Ignoring the error and simulating no launch parameters.",
|
||||
"}",
|
||||
"",
|
||||
"// Using the results",
|
||||
"if(OptionHelp.WasUsed()) {",
|
||||
" Console.WriteLine(HelpText.GetFullHelpText(RootVerb, \",app.exe\",));",
|
||||
"}",
|
||||
"",
|
||||
"if(OptionVerbose.WasUsed() && OptionVerbose.Occurrences >= 2) {",
|
||||
" // We count the number of occurences to enable more logging.",
|
||||
" Console.WriteLine(\"Activating super-verbose mode !\",);",
|
||||
"}"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"type": "container", "padding": 20,
|
||||
"modifiers": ["no-bottom-padding", "no-top-margin"],
|
||||
"parts": [
|
||||
{"type": "h1", "content": "license.title"},
|
||||
{"type": "paragraph", "indent": 2, "content": "content.commons.license.mit.single", "link": "https://github.com/aziascreations/DotNet-Arguments/blob/master/LICENSE"}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"type": "container",
|
||||
"padding": 20,
|
||||
"modifiers": ["no-top-margin"],
|
||||
"parts": [
|
||||
{"type": "h1", "content": "links.title"},
|
||||
{
|
||||
"type": "paragraph",
|
||||
"indent": 2,
|
||||
"parts": [
|
||||
{"type": "raw", "content": "● ", "localize": false},
|
||||
{
|
||||
"type": "raw", "link": "https://www.nuget.org/packages/NibblePoker.Library.Arguments",
|
||||
"parts": [
|
||||
{"type": "raw", "content": "content.commons.nuget"},
|
||||
{"type": "raw", "content": "<span class=\"hidden-xs-and-down\"> - ", "localize": false},
|
||||
{
|
||||
"type": "raw",
|
||||
"content": "<span class=\"font-size-12\">(https://www.nuget.org/packages/NibblePoker.Library.Arguments)</span></span>",
|
||||
"localize": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{"type": "raw", "content": "<br>", "localize": false},
|
||||
{"type": "raw", "content": "● ", "localize": false},
|
||||
{
|
||||
"type": "raw", "link": "https://github.com/aziascreations/DotNet-Arguments",
|
||||
"parts": [
|
||||
{"type": "raw", "content": "content.commons.github"},
|
||||
{"type": "raw", "content": "<span class=\"hidden-xs-and-down\"> - ", "localize": false},
|
||||
{
|
||||
"type": "raw",
|
||||
"content": "<span class=\"font-size-12\">(https://github.com/aziascreations/DotNet-Arguments)</span></span>",
|
||||
"localize": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{"type": "raw", "content": "<br>", "localize": false},
|
||||
{"type": "raw", "content": "● ", "localize": false},
|
||||
{
|
||||
"type": "raw", "link": "https://git.nibblepoker.lu/aziascreations/DotNet-Arguments",
|
||||
"parts": [
|
||||
{"type": "raw", "content": "content.commons.gitea"},
|
||||
{"type": "raw", "content": "<span class=\"hidden-xs-and-down\"> - ", "localize": false},
|
||||
{
|
||||
"type": "raw",
|
||||
"content": "<span class=\"font-size-12\">(https://git.nibblepoker.lu/aziascreations/DotNet-Arguments)</span></span>",
|
||||
"localize": false
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
]
|
||||
}
|
473
content/items/lscom-cli-dotnet.json
Normal file
473
content/items/lscom-cli-dotnet.json
Normal file
@@ -0,0 +1,473 @@
|
||||
{
|
||||
"strings": {
|
||||
"en": {
|
||||
"meta.title": "DotNet-ListComPort",
|
||||
"meta.description": "A simple CLI tool that can list COM ports with their name, friendly name and device name easily and cleanly.",
|
||||
"article.subtitle": "<a href=\"https://github.com/aziascreations/DotNet-ListComPort\" class=\"font-size-16\"><i class=\"fab fa-github\"></i> View on GitHub</a>",
|
||||
"intro.title": "Introduction",
|
||||
"intro.p1": "A simple CLI tool that can list COM ports with their full name easily and cleanly.",
|
||||
"intro.p2": "This tool is intended to replace the tedious task of having to use the <code class=\"code\">mode</code> command, and the <i>Device Manager</i> to find a newly plugged-in device that provides a COM port.",
|
||||
"intro.p3": "This version of the program is a complete refactoring of my old <a href=\"https://github.com/aziascreations/PB-ListComPort\">PB-ListComPort</a> project that also changes from the proprietary and paid PureBasic language and compiler to .NET 6.0.",
|
||||
"requirements.title": "Requirements",
|
||||
"requirements.1": "Windows",
|
||||
"requirements.2": "Any CPU architecture",
|
||||
"requirements.3": ".NET 6.0",
|
||||
"requirements.4": "Optional if using the larger \"self-contained\" builds.",
|
||||
"improvements.title": "Improvements over PB-ListComPort",
|
||||
"improvements.1": "Switched from PureBasic to .NET 6.0.",
|
||||
"improvements.2": "Improved a lot of the program's logic.",
|
||||
"improvements.3": "Added the <code>-h/--short-help</code>.",
|
||||
"improvements.4": "Added support for Windows ARM & ARM64.",
|
||||
"improvements.5": "Support for running without a console.",
|
||||
"usage.title": "Usage",
|
||||
"formatting.title": "Output formatting",
|
||||
"requirements.table.title": "Requirements",
|
||||
"requirements.text.dotnet": "<a href=\"https://dotnet.microsoft.com/en-us/download/dotnet/6.0\">.NET 6.0</a>",
|
||||
"requirements.text.none.ms": "None",
|
||||
"requirements.text.none.mp": "None",
|
||||
"requirements.text.none.fs": "None",
|
||||
"requirements.text.none.fp": "None",
|
||||
"links.title": "Links"
|
||||
},
|
||||
"fr": {
|
||||
"meta.title": "DotNet-ListComPort",
|
||||
"meta.description": "Un petit utilitaire pour invité de commande qui permet de facilement lister les noms, noms formatés et chemin des ports COM.",
|
||||
"article.subtitle": "<a href=\"https://github.com/aziascreations/DotNet-ListComPort\" class=\"font-size-16\"><i class=\"fab fa-github\"></i> Voir sur GitHub</a>",
|
||||
"intro.title": "Introduction",
|
||||
"intro.p1": "Un petit utilitaire pour invité de commande qui permet de facilement lister les noms, noms formatés et chemins des ports COM.",
|
||||
"intro.p2": "Cet outil a pour bût de faciliter cette tâche sans avoir à utiliser la commande <code>mode</code> ou le <i>Gestionnaire de périphérique</i>.",
|
||||
"intro.p3": "Cette version du programme a completement été réecrit depuis le projet original <a href=\"https://github.com/aziascreations/PB-ListComPort\">PB-ListComPort</a> en .NET 6.0 au lieu de PureBasic afin de ne plus utiliser de langage de programmation propriétaire.",
|
||||
"requirements.title": "Dépendances",
|
||||
"requirements.1": "Windows",
|
||||
"requirements.2": "Toutes architectures de CPU",
|
||||
"requirements.3": ".NET 6.0",
|
||||
"requirements.4": "Optionnel si vous utilisez les paquets \"self-contained\".",
|
||||
"improvements.title": "Améliorations",
|
||||
"improvements.1": "Changement de PureBasic vers .NET 6.0.",
|
||||
"improvements.2": "Amélioration de la logique interne du programme.",
|
||||
"improvements.3": "Ajout de l'option <code>-h/--short-help</code>.",
|
||||
"improvements.4": "Support pour Windows ARM et ARM64.",
|
||||
"improvements.5": "Support pour le lancement sans invité de commande.",
|
||||
"usage.title": "Utilisation",
|
||||
"formatting.title": "Formatage de sortie",
|
||||
"requirements.table.title": "Dépendances",
|
||||
"requirements.text.none.ms": "Aucun",
|
||||
"requirements.text.none.mp": "Aucuns",
|
||||
"requirements.text.none.fs": "Aucune",
|
||||
"requirements.text.none.fp": "Aucunes",
|
||||
"links.title": "Liens"
|
||||
}
|
||||
},
|
||||
"metadata": {
|
||||
"template": "article",
|
||||
"head": {
|
||||
"title": "meta.title",
|
||||
"description": "meta.description"
|
||||
},
|
||||
"opengraph": {
|
||||
"title": "meta.title",
|
||||
"description": "meta.description",
|
||||
"type": null,
|
||||
"url": null,
|
||||
"image": null,
|
||||
"image_type": null
|
||||
},
|
||||
"article": {
|
||||
"icon": "fad fa-terminal",
|
||||
"title": "meta.title",
|
||||
"subtitle": "article.subtitle",
|
||||
"tags": ["application", "tool", "lscom", "dotnet", "windows"]
|
||||
}
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"type": "container", "padding": 20,
|
||||
"modifiers": ["no-bottom-padding", "no-top-margin"],
|
||||
"parts": [
|
||||
{"type": "h1", "content": "intro.title"},
|
||||
{"type": "paragraph", "indent": 2, "content": "intro.p1"},
|
||||
{"type": "paragraph", "indent": 2, "content": "intro.p2"},
|
||||
{"type": "paragraph", "indent": 2, "content": "intro.p3"}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"type": "container", "padding": 20,
|
||||
"modifiers": ["no-bottom-padding", "no-top-margin"],
|
||||
"parts": [
|
||||
{"type": "h1", "content": "requirements.title"},
|
||||
{
|
||||
"type": "paragraph",
|
||||
"indent": 2,
|
||||
"parts": [
|
||||
{"type": "raw", "content": "● ", "localize": false},
|
||||
{"type": "raw", "content": "requirements.1"},
|
||||
{"type": "raw", "content": "<br>", "localize": false},
|
||||
{"type": "raw", "content": " ∘ ", "localize": false},
|
||||
{"type": "raw", "content": "requirements.2"},
|
||||
{"type": "raw", "content": "<br>", "localize": false},
|
||||
{"type": "raw", "content": "● ", "localize": false},
|
||||
{"type": "raw", "content": "requirements.3"},
|
||||
{"type": "raw", "content": "<br>", "localize": false},
|
||||
{"type": "raw", "content": " ∘ ", "localize": false},
|
||||
{"type": "raw", "content": "requirements.4"}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"type": "container", "padding": 20,
|
||||
"modifiers": ["no-bottom-padding", "no-top-margin"],
|
||||
"parts": [
|
||||
{"type": "h1", "content": "improvements.title"},
|
||||
{
|
||||
"type": "paragraph",
|
||||
"indent": 2,
|
||||
"parts": [
|
||||
{"type": "raw", "content": "● ", "localize": false},
|
||||
{"type": "raw", "content": "improvements.1"},
|
||||
{"type": "raw", "content": "<br>", "localize": false},
|
||||
{"type": "raw", "content": "● ", "localize": false},
|
||||
{"type": "raw", "content": "improvements.2"},
|
||||
{"type": "raw", "content": "<br>", "localize": false},
|
||||
{"type": "raw", "content": "● ", "localize": false},
|
||||
{"type": "raw", "content": "improvements.3"},
|
||||
{"type": "raw", "content": "<br>", "localize": false},
|
||||
{"type": "raw", "content": "● ", "localize": false},
|
||||
{"type": "raw", "content": "improvements.4"},
|
||||
{"type": "raw", "content": "<br>", "localize": false},
|
||||
{"type": "raw", "content": "● ", "localize": false},
|
||||
{"type": "raw", "content": "improvements.5"}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"type": "container", "padding": 20,
|
||||
"modifiers": ["_no-top-padding", "no-bottom-padding"],
|
||||
"parts": [
|
||||
{"type": "h1", "content": "usage.title"},
|
||||
{
|
||||
"type": "code", "indent": 2,
|
||||
"modifiers": ["horizontal-scroll", "code-block"],
|
||||
"code": [
|
||||
"lscom.exe [-a|--show-all] [-d|--show-device] [-D <str>|--divider <str>] [-f|--show-friendly]",
|
||||
" [-h|--help] [-H|--short-help] [-n|--show-name-raw] [-P|--no-pretty] [-s|--sort]",
|
||||
" [-S|--sort-reverse] [-t|--tab-padding] [-v|--version] [-V|--version-only]",
|
||||
"",
|
||||
"Launch arguments:",
|
||||
" -a, --show-all Display the complete port's name (Equal to '-dfn')",
|
||||
" -d, --show-device Displays the port's device name",
|
||||
" -D <str>, --divider <str> Uses the given string or char as a separator (Can be empty string !)",
|
||||
" -f, --show-friendly Displays the port's friendly name",
|
||||
" -h, --help Display this help text",
|
||||
" -H, --short-help Display the short help text",
|
||||
" -n, --show-name-raw Displays the port's raw name (See remarks section)",
|
||||
" -P, --no-pretty Disables the pretty printing format (Equal to -D \" \")",
|
||||
" -s, --sort Sorts the port based on their raw names in an ascending order",
|
||||
" -S, --sort-reverse Sorts the port based on their raw names in a descending order",
|
||||
" -t, --tab-padding Use tabs for padding between the types of names (Overrides '-D')",
|
||||
" -v, --version Shows the utility's version number and other info",
|
||||
" -V, --version-only Shows the utility's version number only (Overrides '-v')"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"type": "container", "padding": 20,
|
||||
"modifiers": ["_no-top-padding", "no-bottom-padding"],
|
||||
"parts": [
|
||||
{"type": "h1", "content": "formatting.title"},
|
||||
{
|
||||
"type": "code", "indent": 2,
|
||||
"modifiers": ["horizontal-scroll", "code-block"],
|
||||
"code": [
|
||||
" *┬> No launch arguments:",
|
||||
" └──> ${Raw name} => COM1",
|
||||
" *┬> '-d' or '-f'",
|
||||
" ├──> ${Device name} => \\Device\\Serial1",
|
||||
" └──> ${Friendly name} => Communications Port",
|
||||
" *┬> '-d' and '-f'",
|
||||
" └──> ${Friendly name} [${Device name}] => Communications Port [\\Device\\Serial1]",
|
||||
" *┬> '-n' and '-d'",
|
||||
" └──> ${Raw name} [$DeviceName] => COM1 [\\Device\\Serial1]",
|
||||
" *┬> '-n' and '-f'",
|
||||
" └──> ${Raw name} - ${Friendly name} => COM1 - Communications Port",
|
||||
" *┬> '-ndf' or '-a'",
|
||||
" └──> ${Raw name} - ${Friendly name} [${Device name}] => COM1 - Communications Port [\\Device\\Serial1]",
|
||||
" *┬> '-ndfp' or '-ap'",
|
||||
" └──> ${Raw name} ${Friendly name} ${Device name} => COM1 Communications Port \\Device\\Serial1",
|
||||
" *┬> '-ndfD \";\"' or '-aD \";\"'",
|
||||
" └──> ${Raw name};${Friendly name};${Device name} => COM1;Communications Port;\\Device\\Serial1"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"type": "container", "padding": 20,
|
||||
"modifiers": ["_no-top-padding"],
|
||||
"parts": [
|
||||
{"type": "h1", "modifiers": ["no-top-margin"], "content": "content.commons.version.current"},
|
||||
{"type": "spacer", "size": 1},
|
||||
{
|
||||
"type": "container", "padding": 0,
|
||||
"modifiers": ["no-bottom-padding", "no-top-margin", "card", "horizontal-scroll"],
|
||||
"parts": [
|
||||
{
|
||||
"type": "table", "modifiers": ["striped", "inner-bordered"],
|
||||
"head": [
|
||||
{"type": "raw", "content": "content.commons.cpu.responsive"},
|
||||
{"type": "raw", "content": "requirements.table.title"},
|
||||
{"type": "raw", "content": "content.commons.download.single"}
|
||||
],
|
||||
"body": [
|
||||
[
|
||||
{"type": "raw", "content": "content.commons.cpu.any"},
|
||||
{"type": "raw", "content": "requirements.text.dotnet"},
|
||||
{
|
||||
"type": "raw",
|
||||
"parts": [{
|
||||
"type": "button", "link": "https://files.nibblepoker.lu/downloads/DotNet-ListComPort/3.0.0/ListComPort_v3.0.0_AnyCPU.zip",
|
||||
"modifiers": ["thin"],
|
||||
"parts": [{
|
||||
"type": "raw",
|
||||
"localize": false,
|
||||
"content": "<span class=\"text-monospace\">ListComPort_v3.0.0_AnyCPU.zip</span><i class=\"fas fa-download ml-10\"></i>"
|
||||
}]
|
||||
}]
|
||||
}
|
||||
],[
|
||||
{"type": "raw", "content": "content.commons.cpu.x64", "rowspan": 3},
|
||||
{"type": "raw", "content": "requirements.text.dotnet"},
|
||||
{
|
||||
"type": "raw",
|
||||
"parts": [{
|
||||
"type": "button", "link": "https://files.nibblepoker.lu/downloads/DotNet-ListComPort/3.0.0/ListComPort_v3.0.0_x64_Single.zip",
|
||||
"modifiers": ["thin"],
|
||||
"parts": [{
|
||||
"type": "raw",
|
||||
"localize": false,
|
||||
"content": "<span class=\"text-monospace\">ListComPort_v3.0.0_x64_Single.zip</span><i class=\"fas fa-download ml-10\"></i>"
|
||||
}]
|
||||
}]
|
||||
}
|
||||
],[
|
||||
{"type": "raw", "content": "requirements.text.none.fp", "rowspan": 2},
|
||||
{
|
||||
"type": "raw",
|
||||
"parts": [{
|
||||
"type": "button", "link": "https://files.nibblepoker.lu/downloads/DotNet-ListComPort/3.0.0/ListComPort_v3.0.0_x64_SelfContained.zip",
|
||||
"modifiers": ["thin"],
|
||||
"parts": [{
|
||||
"type": "raw",
|
||||
"localize": false,
|
||||
"content": "<span class=\"text-monospace\">ListComPort_v3.0.0_x64_SelfContained.zip</span><i class=\"fas fa-download ml-10\"></i>"
|
||||
}]
|
||||
}]
|
||||
}
|
||||
],[
|
||||
{
|
||||
"type": "raw",
|
||||
"parts": [{
|
||||
"type": "button", "link": "https://files.nibblepoker.lu/downloads/DotNet-ListComPort/3.0.0/ListComPort_v3.0.0_x64.msi",
|
||||
"modifiers": ["thin"],
|
||||
"parts": [{
|
||||
"type": "raw",
|
||||
"localize": false,
|
||||
"content": "<span class=\"text-monospace\">ListComPort_v3.0.0_x64.msi</span><i class=\"fas fa-download ml-10\"></i>"
|
||||
}]
|
||||
}]
|
||||
}
|
||||
],[
|
||||
{"type": "raw", "content": "content.commons.cpu.x86", "rowspan": 3},
|
||||
{"type": "raw", "content": "requirements.text.dotnet"},
|
||||
{
|
||||
"type": "raw",
|
||||
"parts": [{
|
||||
"type": "button", "link": "https://files.nibblepoker.lu/downloads/DotNet-ListComPort/3.0.0/ListComPort_v3.0.0_x86_Single.zip",
|
||||
"modifiers": ["thin"],
|
||||
"parts": [{
|
||||
"type": "raw",
|
||||
"localize": false,
|
||||
"content": "<span class=\"text-monospace\">ListComPort_v3.0.0_x86_Single.zip</span><i class=\"fas fa-download ml-10\"></i>"
|
||||
}]
|
||||
}]
|
||||
}
|
||||
],[
|
||||
{"type": "raw", "content": "requirements.text.none.fp", "rowspan": 2},
|
||||
{
|
||||
"type": "raw",
|
||||
"parts": [{
|
||||
"type": "button", "link": "https://files.nibblepoker.lu/downloads/DotNet-ListComPort/3.0.0/ListComPort_v3.0.0_x86_SelfContained.zip",
|
||||
"modifiers": ["thin"],
|
||||
"parts": [{
|
||||
"type": "raw",
|
||||
"localize": false,
|
||||
"content": "<span class=\"text-monospace\">ListComPort_v3.0.0_x86_SelfContained.zip</span><i class=\"fas fa-download ml-10\"></i>"
|
||||
}]
|
||||
}]
|
||||
}
|
||||
],[
|
||||
{
|
||||
"type": "raw",
|
||||
"parts": [{
|
||||
"type": "button", "link": "https://files.nibblepoker.lu/downloads/DotNet-ListComPort/3.0.0/ListComPort_v3.0.0_x86.msi",
|
||||
"modifiers": ["thin"],
|
||||
"parts": [{
|
||||
"type": "raw",
|
||||
"localize": false,
|
||||
"content": "<span class=\"text-monospace\">ListComPort_v3.0.0_x86.msi</span><i class=\"fas fa-download ml-10\"></i>"
|
||||
}]
|
||||
}]
|
||||
}
|
||||
],[
|
||||
{"type": "raw", "content": "content.commons.cpu.arm64", "rowspan": 2},
|
||||
{"type": "raw", "content": "requirements.text.dotnet"},
|
||||
{
|
||||
"type": "raw",
|
||||
"parts": [{
|
||||
"type": "button", "link": "https://files.nibblepoker.lu/downloads/DotNet-ListComPort/3.0.0/ListComPort_v3.0.0_arm64_Single.zip",
|
||||
"modifiers": ["thin"],
|
||||
"parts": [{
|
||||
"type": "raw",
|
||||
"localize": false,
|
||||
"content": "<span class=\"text-monospace\">ListComPort_v3.0.0_arm64_Single.zip</span><i class=\"fas fa-download ml-10\"></i>"
|
||||
}]
|
||||
}]
|
||||
}
|
||||
],[
|
||||
{"type": "raw", "content": "requirements.text.none.fp"},
|
||||
{
|
||||
"type": "raw",
|
||||
"parts": [{
|
||||
"type": "button", "link": "https://files.nibblepoker.lu/downloads/DotNet-ListComPort/3.0.0/ListComPort_v3.0.0_arm64_SelfContained.zip",
|
||||
"modifiers": ["thin"],
|
||||
"parts": [{
|
||||
"type": "raw",
|
||||
"localize": false,
|
||||
"content": "<span class=\"text-monospace\">ListComPort_v3.0.0_arm64_SelfContained.zip</span><i class=\"fas fa-download ml-10\"></i>"
|
||||
}]
|
||||
}]
|
||||
}
|
||||
],[
|
||||
{"type": "raw", "content": "content.commons.cpu.arm", "rowspan": 2},
|
||||
{"type": "raw", "content": "requirements.text.dotnet"},
|
||||
{
|
||||
"type": "raw",
|
||||
"parts": [{
|
||||
"type": "button", "link": "https://files.nibblepoker.lu/downloads/DotNet-ListComPort/3.0.0/ListComPort_v3.0.0_arm_Single.zip",
|
||||
"modifiers": ["thin"],
|
||||
"parts": [{
|
||||
"type": "raw",
|
||||
"localize": false,
|
||||
"content": "<span class=\"text-monospace\">ListComPort_v3.0.0_arm_Single.zip</span><i class=\"fas fa-download ml-10\"></i>"
|
||||
}]
|
||||
}]
|
||||
}
|
||||
],[
|
||||
{"type": "raw", "content": "requirements.text.none.fp"},
|
||||
{
|
||||
"type": "raw",
|
||||
"parts": [{
|
||||
"type": "button", "link": "https://files.nibblepoker.lu/downloads/DotNet-ListComPort/3.0.0/ListComPort_v3.0.0_arm_SelfContained.zip",
|
||||
"modifiers": ["thin"],
|
||||
"parts": [{
|
||||
"type": "raw",
|
||||
"localize": false,
|
||||
"content": "<span class=\"text-monospace\">ListComPort_v3.0.0_arm_SelfContained.zip</span><i class=\"fas fa-download ml-10\"></i>"
|
||||
}]
|
||||
}]
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"type": "container", "padding": 20, "modifiers": ["no-top-padding"],
|
||||
"parts": [
|
||||
{"type": "h1", "modifiers": ["no-top-margin"], "content": "content.commons.version.source"},
|
||||
{"type": "spacer", "size": 1},
|
||||
{
|
||||
"type": "container", "padding": 0,
|
||||
"modifiers": ["no-bottom-padding", "no-top-margin", "card", "horizontal-scroll"],
|
||||
"parts": [{
|
||||
"type": "table", "modifiers": ["striped", "inner-bordered"],
|
||||
"head": [
|
||||
{"type": "raw", "content": "content.commons.version"},
|
||||
{"type": "raw", "content": "content.commons.download.multiple"}
|
||||
],
|
||||
"body": [[
|
||||
{"type": "raw", "content": "v3.0.0", "localize": false},
|
||||
{
|
||||
"type": "raw",
|
||||
"parts": [
|
||||
{
|
||||
"type": "button", "modifiers": ["thin"],
|
||||
"link": "https://files.nibblepoker.lu/downloads/DotNet-ListComPort/3.0.0/DotNet-ListComPort-3.0.0.zip",
|
||||
"content": "<span class=\"text-monospace\">3.0.0.zip</span><i class=\"fas fa-download ml-10\"></i>",
|
||||
"localize": false
|
||||
},{
|
||||
"type": "button", "modifiers": ["thin"],
|
||||
"link": "https://files.nibblepoker.lu/downloads/DotNet-ListComPort/3.0.0/DotNet-ListComPort-3.0.0.tar.gz",
|
||||
"content": "<span class=\"text-monospace\">3.0.0.tar.gz</span><i class=\"fas fa-download ml-10\"></i>",
|
||||
"localize": false
|
||||
}
|
||||
]
|
||||
}
|
||||
]]
|
||||
}]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"type": "container",
|
||||
"padding": 20,
|
||||
"modifiers": ["no-top-margin"],
|
||||
"parts": [
|
||||
{"type": "h1", "content": "links.title"},
|
||||
{
|
||||
"type": "paragraph",
|
||||
"indent": 2,
|
||||
"parts": [
|
||||
{"type": "raw", "content": "● ", "localize": false},
|
||||
{
|
||||
"type": "raw", "link": "https://github.com/aziascreations/DotNet-ListComPort",
|
||||
"parts": [
|
||||
{"type": "raw", "content": "content.commons.github"},
|
||||
{"type": "raw", "content": "<span class=\"hidden-xs-and-down\"> - ", "localize": false},
|
||||
{
|
||||
"type": "raw",
|
||||
"content": "<span class=\"font-size-12\">(https://github.com/aziascreations/DotNet-ListComPort)</span></span>",
|
||||
"localize": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{"type": "raw", "content": "<br>", "localize": false},
|
||||
{"type": "raw", "content": "● ", "localize": false},
|
||||
{
|
||||
"type": "raw", "link": "https://git.nibblepoker.lu/aziascreations/DotNet-ListComPort",
|
||||
"parts": [
|
||||
{"type": "raw", "content": "content.commons.gitea"},
|
||||
{"type": "raw", "content": "<span class=\"hidden-xs-and-down\"> - ", "localize": false},
|
||||
{
|
||||
"type": "raw",
|
||||
"content": "<span class=\"font-size-12\">(https://git.nibblepoker.lu/aziascreations/DotNet-ListComPort)</span></span>",
|
||||
"localize": false
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"strings": {
|
||||
"en": {
|
||||
"meta.title": "PB-ListComPort",
|
||||
"meta.title": "PB-ListComPort (Legacy)",
|
||||
"meta.description": "A simple CLI tool that can list COM ports with their name, friendly name and device name easily and cleanly.",
|
||||
"article.subtitle": "<a href=\"https://github.com/aziascreations/PB-ListComPort\" class=\"font-size-16\"><i class=\"fab fa-github\"></i> View on GitHub</a>",
|
||||
"intro.title": "Introduction",
|
||||
@@ -13,7 +13,7 @@
|
||||
"links.title": "Links"
|
||||
},
|
||||
"fr": {
|
||||
"meta.title": "PB-ListComPort",
|
||||
"meta.title": "PB-ListComPort (Legacy)",
|
||||
"meta.description": "Un petit utilitaire pour invité de commande qui permet de facilement lister les noms, noms formatés et chemin des ports COM.",
|
||||
"article.subtitle": "<a href=\"https://github.com/aziascreations/PB-ListComPort\" class=\"font-size-16\"><i class=\"fab fa-github\"></i> Voir sur GitHub</a>",
|
||||
"intro.title": "Introduction",
|
||||
@@ -289,25 +289,15 @@
|
||||
}]
|
||||
}
|
||||
],[
|
||||
{"type": "raw", "content": "v1.0.0", "localize": false, "rowspan": 2},
|
||||
{"type": "raw", "content": "v1.0.0", "localize": false},
|
||||
{"type": "raw", "content": "content.commons.cpu.x64"},
|
||||
{"type": "raw", "content": "content.commons.lang.english", "rowspan": 2},
|
||||
{"type": "raw", "content": "content.commons.lang.english"},
|
||||
{
|
||||
"type": "raw",
|
||||
"parts": [{
|
||||
"type": "button", "link": "https://files.nibblepoker.lu/downloads/PB-ListComPort/1.0.0/lscom-x64.exe",
|
||||
"type": "button", "link": "https://files.nibblepoker.lu/downloads/PB-ListComPort/1.0.0/lscom.exe",
|
||||
"modifiers": ["thin"], "localize": false,
|
||||
"content": "<span class=\"text-monospace\">lscom-x64.exe</span><i class=\"fas fa-download ml-10\"></i>"
|
||||
}]
|
||||
}
|
||||
],[
|
||||
{"type": "raw", "content": "content.commons.cpu.x86"},
|
||||
{
|
||||
"type": "raw",
|
||||
"parts": [{
|
||||
"type": "button", "link": "https://files.nibblepoker.lu/downloads/PB-ListComPort/1.0.0/lscom-x86.exe",
|
||||
"modifiers": ["thin"], "localize": false,
|
||||
"content": "<span class=\"text-monospace\">lscom-x86.exe</span><i class=\"fas fa-download ml-10\"></i>"
|
||||
"content": "<span class=\"text-monospace\">lscom.exe</span><i class=\"fas fa-download ml-10\"></i>"
|
||||
}]
|
||||
}
|
||||
]
|
||||
|
@@ -1,182 +0,0 @@
|
||||
{
|
||||
"title": {
|
||||
"icon": "fad fa-debug",
|
||||
"page": {"en": "Testing page", "fr": "Page de test"},
|
||||
"card": {
|
||||
"main": {"en": "Testing page", "fr": "Page de test"},
|
||||
"sub": {"en": "How did you end up here ?", "fr": "title.card.sub.fr"}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"title": {"en": "Testing page", "fr": "Page de test"},
|
||||
"description": {
|
||||
"en": "A test page used internally when writing new content rules and/or elements.",
|
||||
"fr": "Une page de test utilisé pour écrire de nouvelles règles ou éléments pour ce site."
|
||||
}
|
||||
},
|
||||
"parts": [
|
||||
{
|
||||
"_": "Testing the paragraph padding and margin.",
|
||||
"type": "container", "padding": 10,
|
||||
"modifiers": ["no-bottom-padding", "no-top-margin"],
|
||||
"content": {
|
||||
"parts": [
|
||||
{
|
||||
"type": "paragraph", "modifiers": ["no-top-margin"],
|
||||
"content": {"en": "container.p10.no-bottom-padding.no-top-margin > p.no-top-margin"}
|
||||
},{
|
||||
"type": "paragraph", "modifiers": ["no-top-margin"],
|
||||
"content": {"en": "Joe mama !"}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
{"type": "hr"},
|
||||
|
||||
{
|
||||
"_": "Testing the paragraph padding and margin.",
|
||||
"type": "container", "padding": 10,
|
||||
"modifiers": ["no-bottom-padding", "no-top-margin"],
|
||||
"content": {
|
||||
"parts": [
|
||||
{
|
||||
"type": "paragraph", "modifiers": ["no-top-margin"],
|
||||
"content": {"en": "container.p10.no-bottom-padding.no-top-margin > gallery > ..."}
|
||||
},{
|
||||
"type": "gallery", "modifiers": [],
|
||||
"content": {
|
||||
"parts": [
|
||||
{
|
||||
"type": "image", "modifiers": ["fill-height"],
|
||||
"alt": "Alt text", "src": "/resources/Azias/imgs/lscom/screen-cli-csv-2x-xBR.png"
|
||||
},{
|
||||
"type": "image", "modifiers": ["fill-height"],
|
||||
"alt": "Alt text", "src": "/resources/Azias/imgs/lscom/screen-cli-full-2x-xBR.png"
|
||||
},{
|
||||
"type": "image", "modifiers": ["fill-height"],
|
||||
"alt": "Alt text", "src": "/resources/Azias/imgs/lscom/screen-cli-stylish-2x-xBR.png"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
{"type": "hr"},
|
||||
|
||||
{
|
||||
"_": "Testing tables",
|
||||
"type": "container", "padding": 10,
|
||||
"modifiers": ["no-bottom-padding", "no-top-margin"],
|
||||
"content": {
|
||||
"parts": [
|
||||
{
|
||||
"type": "paragraph", "modifiers": ["no-top-margin"],
|
||||
"content": {"en": "container.p10.no-bottom-padding.no-top-margin > table.striped.inner-bordered"}
|
||||
},{
|
||||
"type": "table",
|
||||
"modifiers": ["striped", "inner-bordered"],
|
||||
"head": [
|
||||
{"en": "Column 1"}, {"en": "Column 2"}, {"en": "Column 3"}, {"en": "Column 4"}
|
||||
],
|
||||
"body": [
|
||||
[{"en": "Data 1"}, {"en": "Data 2"}, {"en": "Data 3"}, {"en": "Data 4"}],
|
||||
[{"en": "Data 5"}, {"en": "Data 6"}, {"en": "Data 7"}, {"en": "Data 8"}]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
{"type": "hr"},
|
||||
|
||||
{
|
||||
"_": "Testing tables",
|
||||
"type": "container", "padding": 10,
|
||||
"modifiers": ["no-bottom-padding", "no-top-margin"],
|
||||
"content": {
|
||||
"parts": [
|
||||
{
|
||||
"type": "paragraph", "modifiers": ["no-top-margin"],
|
||||
"content": {"en": "container.p10.no-bottom-padding.no-top-margin > table.striped.inner-bordered.outer-bordered"}
|
||||
},{
|
||||
"type": "table",
|
||||
"modifiers": ["striped", "inner-bordered", "outer-bordered"],
|
||||
"head": [
|
||||
{"en": "Column 1"}, {"en": "Column 2"}, {"en": "Column 3"}, {"en": "Column 4"}
|
||||
],
|
||||
"body": [
|
||||
[{"en": "Data 1"}, {"en": "Data 2"}, {"en": "Data 3"}, {"en": "Data 4"}],
|
||||
[{"en": "Data 5"}, {"en": "Data 6"}, {"en": "Data 7"}, {"en": "Data 8"}]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
{"type": "hr"},
|
||||
|
||||
{
|
||||
"_": "Testing tables",
|
||||
"type": "container", "padding": 10,
|
||||
"modifiers": ["no-bottom-padding", "no-top-margin"],
|
||||
"content": {
|
||||
"parts": [
|
||||
{
|
||||
"type": "paragraph", "modifiers": ["no-top-margin"],
|
||||
"content": {"en": "container.p10.no-bottom-padding.no-top-margin > container.p0.card?horizontal-scroll > table.striped.inner-bordered"}
|
||||
},
|
||||
{
|
||||
"_": "Testing tables",
|
||||
"type": "container", "padding": 0,
|
||||
"modifiers": ["no-bottom-padding", "no-top-margin", "card"],
|
||||
"content": {
|
||||
"parts": [
|
||||
{
|
||||
"type": "table",
|
||||
"modifiers": ["striped", "inner-bordered"],
|
||||
"head": [
|
||||
{"en": "Column 1"}, {"en": "Column 2"}, {"en": "Column 3"}, {"en": "Column 4"}
|
||||
],
|
||||
"body": [
|
||||
[{"en": "Data 1"}, {"en": "Data 2"}, {"en": "Data 3"}, {"en": "Data 4"}],
|
||||
[{"en": "Data 5"}, {"en": "Data 6"}, {"en": "Data 7"}, {"en": "Data 8"}]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
{"type": "spacer", "size": 2},
|
||||
|
||||
{
|
||||
"_": "Testing tables",
|
||||
"type": "container", "padding": 0,
|
||||
"modifiers": ["no-bottom-padding", "no-top-margin", "card", "horizontal-scroll"],
|
||||
"content": {
|
||||
"parts": [
|
||||
{
|
||||
"type": "table",
|
||||
"modifiers": ["striped", "inner-bordered"],
|
||||
"head": [
|
||||
{"en": "Column 1"}, {"en": "Column 2"}, {"en": "Column 3"}, {"en": "Column 4"}, {"en": "Column 5"}, {"en": "Column 6"}
|
||||
],
|
||||
"body": [
|
||||
[{"en": "Data 1"}, {"en": "Data 2"}, {"en": "Data 3"}, {"en": "Data 4"}, {"en": "Data 5"}, {"en": "Data 6"}],
|
||||
[{"en": "Data 7"}, {"en": "Data 8"}, {"en": "Data 9"}, {"en": "Data 10"}, {"en": "Data 11"}, {"en": "Data 12"}]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
{"type": "spacer", "size": 2}
|
||||
],
|
||||
|
||||
"tags": ["test"]
|
||||
}
|
@@ -1,56 +0,0 @@
|
||||
{
|
||||
"strings": {
|
||||
"en": {
|
||||
"title.meta": "Test content",
|
||||
"title.og": "Test content",
|
||||
"title.article": "Test content",
|
||||
"heading.1": "t1",
|
||||
"text.1": "p1",
|
||||
"hello.world": "Hello World !"
|
||||
},
|
||||
"fr": {
|
||||
"title.meta": "Test content fr",
|
||||
"title.og": "Test content fr",
|
||||
"title.article": "Test content fr",
|
||||
"heading.1": "t1 fr",
|
||||
"text.1": "p1 fr",
|
||||
"hello.world": "Bonjour le monde !"
|
||||
}
|
||||
},
|
||||
"metadata": {
|
||||
"title": "title.meta",
|
||||
"template": "article",
|
||||
"opengraph": {
|
||||
"title": "title.og",
|
||||
"description": "",
|
||||
"type": "",
|
||||
"url": null,
|
||||
"image": "",
|
||||
"imageType": ""
|
||||
},
|
||||
"article": {
|
||||
"icon": "fad fa-terminal",
|
||||
"title": "title.article",
|
||||
"tags": ["joe", "mama"]
|
||||
}
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"type": "container",
|
||||
"padding": 10,
|
||||
"modifiers": ["no-bottom-padding", "no-top-margin"],
|
||||
"parts": [
|
||||
{
|
||||
"type": "paragraph",
|
||||
"modifiers": ["no-top-margin"],
|
||||
"content": "hello.world"
|
||||
},{
|
||||
"type": "paragraph",
|
||||
"modifiers": [],
|
||||
"content": "Joe mama !",
|
||||
"localize": false
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@@ -1,28 +0,0 @@
|
||||
{
|
||||
"title": {
|
||||
"icon": "fab fa-youtube",
|
||||
"page": {
|
||||
"en": "Youtube-Auto-Archiver",
|
||||
"fr": "Youtube-Auto-Archiver"
|
||||
},
|
||||
"card": {
|
||||
"main": {
|
||||
"en": "Youtube-Auto-Archiver",
|
||||
"fr": "Youtube-Auto-Archiver"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"title": {
|
||||
"en": "Youtube-Auto-Archiver",
|
||||
"fr": "Youtube-Auto-Archiver"
|
||||
},
|
||||
"description": {
|
||||
"en": "A simple and yet highly configurable Python application that automatically checks if a Youtuber is streaming, and downloads said streams while also archiving its latest uploads.",
|
||||
"fr": "Conteneur et application Python hautement configurable qui permet d'automatiquement archiver et télécharger des livestreams et vidéos depuis YouTube."
|
||||
}
|
||||
},
|
||||
"tags": [
|
||||
"docker", "application", "web", "python"
|
||||
]
|
||||
}
|
28
index.php
28
index.php
@@ -76,9 +76,9 @@ include_once 'langs.php';
|
||||
</div>
|
||||
|
||||
<div class="px-card py-5 px-20">
|
||||
<div class="pl-lg-15 l-lab-app">
|
||||
<div class="pl-lg-15 l-lab-dotnet">
|
||||
<p class="mb-0 font-weight-semi-bold">
|
||||
PB-ListComPort
|
||||
DotNet-ListComPort
|
||||
<span class="ml-15 text-super-muted">
|
||||
<i class="fab fa-windows"></i>
|
||||
</span>
|
||||
@@ -86,9 +86,9 @@ include_once 'langs.php';
|
||||
<p class="ml-5 mt-0">
|
||||
Cli tool that lists COM ports in different parsable formats.<br>
|
||||
<span class="pr-20">
|
||||
<i class="fad fa-globe"></i> <a href="https://github.com/aziascreations/PB-ListComPort">GitHub</a>
|
||||
<i class="fad fa-globe"></i> <a href="https://github.com/aziascreations/DotNet-ListComPort">GitHub</a>
|
||||
</span>
|
||||
<i class="fad fa-globe"></i> <a href="<?php echo(l10n_url_abs("/content/lscom-cli")); ?>">Project's page</a>
|
||||
<i class="fad fa-globe"></i> <a href="<?php echo(l10n_url_abs("/content/lscom-cli-dotnet")); ?>">Project's page</a>
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
@@ -145,6 +145,26 @@ include_once 'langs.php';
|
||||
<i class="fad fa-globe"></i> <a href="<?php echo(l10n_url_abs("/content/mc-expanded-iron-bundles")); ?>">Project's page</a>
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
|
||||
<div class="pl-lg-15 l-lab-app">
|
||||
<p class="mb-0 font-weight-semi-bold">
|
||||
DotNet-Arguments
|
||||
<span class="ml-15 text-super-muted">
|
||||
<i class="fa fa-puzzle-piece"></i>
|
||||
<i class="fab fa-windows"></i>
|
||||
<i class="fab fa-linux"></i>
|
||||
<i class="fab fa-docker"></i>
|
||||
</span>
|
||||
</p>
|
||||
<p class="ml-5 mt-0">
|
||||
A simple and 'to-the-point' library to parse launch arguments in .NET and .NET Core applications.<br>
|
||||
<span class="pr-20">
|
||||
<i class="fad fa-globe"></i> <a href="https://github.com/aziascreations/DotNet-Arguments">GitHub</a>
|
||||
</span>
|
||||
<i class="fad fa-globe"></i> <a href="<?php echo(l10n_url_abs("/content/dotnet-arguments")); ?>">Project's page</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<a href="<?php print(l10n_url_abs('/content/')); ?>">
|
||||
<div class="container-card-fold primary">
|
||||
|
BIN
resources/Azias/imgs/back-03-01.png
Normal file
BIN
resources/Azias/imgs/back-03-01.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
BIN
resources/Azias/imgs/lscom/lscom-dotnet.png
Normal file
BIN
resources/Azias/imgs/lscom/lscom-dotnet.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
@@ -26,7 +26,7 @@ div.last-inner-collapse-border-fix {
|
||||
max-width: 100vw;
|
||||
}
|
||||
|
||||
// Removes tha wasted stace on Chrome !
|
||||
// Removes the wasted space on Chrome !
|
||||
.overflow-x-scroll {
|
||||
overflow-x: auto !important;
|
||||
}
|
||||
|
@@ -18,4 +18,8 @@
|
||||
background: linear-gradient(90deg, rgba(180,134,77,0.4) 0%, rgba(180,134,77,0.3) 1.5px, rgba(180,134,77,0.0) 7px);
|
||||
border-radius: 5px 0 0 5px;
|
||||
}
|
||||
.l-lab-dotnet {
|
||||
background: linear-gradient(90deg, rgba(81,43,212,0.4) 0%, rgba(81,43,212,0.3) 1.5px, rgba(81,43,212,0.0) 7px);
|
||||
border-radius: 5px 0 0 5px;
|
||||
}
|
||||
}
|
||||
|
@@ -1,27 +1,33 @@
|
||||
https://nibblepoker.lu/
|
||||
https://nibblepoker.lu/content/
|
||||
https://nibblepoker.lu/content/lscom-cli
|
||||
https://nibblepoker.lu/content/lscom-cli-dotnet
|
||||
https://nibblepoker.lu/content/youtube-auto-archiver
|
||||
https://nibblepoker.lu/content/excel-worksheet-password-remover
|
||||
https://nibblepoker.lu/content/mc-expanded-iron-bundles
|
||||
https://nibblepoker.lu/content/dotnet-arguments
|
||||
https://nibblepoker.lu/links/
|
||||
https://nibblepoker.lu/contact/
|
||||
https://nibblepoker.lu/privacy/
|
||||
https://nibblepoker.lu/en/
|
||||
https://nibblepoker.lu/en/content/
|
||||
https://nibblepoker.lu/en/content/lscom-cli
|
||||
https://nibblepoker.lu/en/content/lscom-cli-dotnet
|
||||
https://nibblepoker.lu/en/content/youtube-auto-archiver
|
||||
https://nibblepoker.lu/en/content/excel-worksheet-password-remover
|
||||
https://nibblepoker.lu/en/content/mc-expanded-iron-bundles
|
||||
https://nibblepoker.lu/en/content/dotnet-arguments
|
||||
https://nibblepoker.lu/en/links/
|
||||
https://nibblepoker.lu/en/contact/
|
||||
https://nibblepoker.lu/en/privacy/
|
||||
https://nibblepoker.lu/fr/
|
||||
https://nibblepoker.lu/fr/content/
|
||||
https://nibblepoker.lu/fr/content/lscom-cli
|
||||
https://nibblepoker.lu/fr/content/lscom-cli-dotnet
|
||||
https://nibblepoker.lu/fr/content/youtube-auto-archiver
|
||||
https://nibblepoker.lu/fr/content/excel-worksheet-password-remover
|
||||
https://nibblepoker.lu/fr/content/mc-expanded-iron-bundles
|
||||
https://nibblepoker.lu/fr/content/dotnet-arguments
|
||||
https://nibblepoker.lu/fr/links/
|
||||
https://nibblepoker.lu/fr/contact/
|
||||
https://nibblepoker.lu/fr/privacy/
|
||||
|
Reference in New Issue
Block a user