diff --git a/.gitignore b/.gitignore index 6e64863..087c184 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,5 @@ resources/FontAwesomePro/ *.exe *.url -# Other folders (Will be removed once the content system is finished !) -# /files/*/ -files/ +# Others +*.pdn diff --git a/commons/strings.json b/commons/strings.json index 7706fef..7496cec 100644 --- a/commons/strings.json +++ b/commons/strings.json @@ -118,7 +118,8 @@ "content.title.error": "Error", "content.title.content": "Content", - "content.title.search": "Search", + "content.title.search.header": "Search", + "content.title.search.card": "Content search", "content.title.search.card.single": "Search result", "content.title.search.card.multiple": "Search results", "content.tags.requested": "Requested tags", @@ -130,7 +131,8 @@ "content.commons.version.previous.multiple": "Previous versions", "content.commons.version.old.single": "Old version", "content.commons.version.old.multiple": "Old versions", - "content.commons.cpu": "CPU Architecture", + "content.commons.cpu": "CPU Architecture", + "content.commons.cpu.responsive": "CPU Architecture", "content.commons.cpu.x64": "x64", "content.commons.cpu.x86": "x86", "content.commons.lang": "Language", @@ -264,7 +266,8 @@ "content.title.error": "Erreur de contenu", "content.title.content": "Content", - "content.title.search": "Recherche de contenu", + "content.title.search.header": "Recherche", + "content.title.search.card": "Recherche de contenu", "content.title.search.card.single": "Résultat de recherche", "content.title.search.card.multiple": "Résultats de recherche", "content.tags.requested": "Tags demandés", diff --git a/content/index.json b/content/index.json index 3426268..4ee61e7 100644 --- a/content/index.json +++ b/content/index.json @@ -7,9 +7,9 @@ }, "preamble": { "en": "A simple CLI tool that can list COM ports with their name, friendly name and device name easily and cleanly.
This tool is intended to replace the tedious task of having to use the mode command, and the Device Manager to find a newly plugged-in device that provides a COM port.", - "fr": "..." + "fr": "Un petit utilitaire pour invité de commande qui permet de facilement lister les noms, noms formatés et chemin des ports COM.
Cet outil a pour bût de faciliter cette tâche sans avoir à utiliser la commande mode ou le Gestionnaire de périphérique." }, - "image": "/resources/Azias/imgs/lscom-v2-text-01-bkgd-cli.png", + "image": "/resources/Azias/imgs/lscom/lscom-v2-text-01-bkgd-cli.png", "tags": [ "application", "lscom", "purebasic", "windows" ] @@ -21,10 +21,10 @@ "fr": "Youtube-Auto-Archiver" }, "preamble": { - "en": "...", - "fr": "..." + "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." }, - "image": "/resources/Azias/imgs/placeholder.jpg", + "image": "/resources/Azias/imgs/yaa/icon-final.png", "tags": [ "docker", "web", "python" ] @@ -36,7 +36,7 @@ "fr": "Excel-Worksheet-Password-Remover" }, "preamble": { - "en": "Small web page from which you can easily remove a password from an Excel worksheet without a central server.
It works by leaving the task of editing the XML files on an Excel document to your browser instead to keep everything local.", + "en": "Small web page from which you can easily remove a password from an Excel worksheet.
It works by leaving the task of editing the XML files on an Excel document to your browser instead to keep everything local.", "fr": "Petite application web qui permet de facilement retirer le mot de passe d'une feuille de calcul Excel depuis votre navigateur web sans avoir à uploader le fichier sur internet.
Cette application laisse votre navigateur modifier les fichiers XML du fichier Excel afin de tout garder en local." }, "image": "/resources/Azias/imgs/excel-password-remover.png", diff --git a/content/index.php b/content/index.php index 3313ad7..b139df0 100644 --- a/content/index.php +++ b/content/index.php @@ -29,7 +29,7 @@ if($content_has_error) { - + @@ -52,7 +52,7 @@ if($content_has_error) { } echo(''.localize("content.title.error")); } elseif($requested_content_display_type == ContentDisplayType::SEARCH) { - echo(localize("content.title.content").''.localize("content.title.search")); + echo(localize("content.title.content").''.localize("content.title.search.header")); } elseif($requested_content_display_type == ContentDisplayType::CONTENT) { $_nav_title_text = '' . localize("error.content.data.no.title") . ''; if (array_key_exists("page", $requested_item_data["title"])) { @@ -140,7 +140,7 @@ if($content_has_error) { // Creating the start of the card, only a "" should be required afterward. startMainCard( "fad fa-file-search", - localize("content.title.search"), + localize("content.title.search.card"), strval(count($filtered_content_index_data)) . " " . (count($filtered_content_index_data) > 1 ? localize("content.search.count.multiple") : diff --git a/content/items/lscom-cli.json b/content/items/lscom-cli.json index b89a2fd..1b59902 100644 --- a/content/items/lscom-cli.json +++ b/content/items/lscom-cli.json @@ -176,7 +176,7 @@ ], "head": [ { - "key": "content.commons.cpu" + "key": "content.commons.cpu.responsive" }, { "key": "content.commons.lang" @@ -298,7 +298,7 @@ "key": "content.commons.version" }, { - "key": "content.commons.cpu" + "key": "content.commons.cpu.responsive" }, { "key": "content.commons.lang" diff --git a/resources/Azias/imgs/lscom-icon.pdn b/resources/Azias/imgs/lscom-icon.pdn deleted file mode 100644 index 8c7b4fb..0000000 Binary files a/resources/Azias/imgs/lscom-icon.pdn and /dev/null differ diff --git a/resources/Azias/imgs/lscom-v1.png b/resources/Azias/imgs/lscom/lscom-v1.png similarity index 100% rename from resources/Azias/imgs/lscom-v1.png rename to resources/Azias/imgs/lscom/lscom-v1.png diff --git a/resources/Azias/imgs/lscom-v2-numbers-01-bkgd-cli.png b/resources/Azias/imgs/lscom/lscom-v2-numbers-01-bkgd-cli.png similarity index 100% rename from resources/Azias/imgs/lscom-v2-numbers-01-bkgd-cli.png rename to resources/Azias/imgs/lscom/lscom-v2-numbers-01-bkgd-cli.png diff --git a/resources/Azias/imgs/lscom-v2-numbers-01-bkgd.png b/resources/Azias/imgs/lscom/lscom-v2-numbers-01-bkgd.png similarity index 100% rename from resources/Azias/imgs/lscom-v2-numbers-01-bkgd.png rename to resources/Azias/imgs/lscom/lscom-v2-numbers-01-bkgd.png diff --git a/resources/Azias/imgs/lscom-v2-numbers-01.png b/resources/Azias/imgs/lscom/lscom-v2-numbers-01.png similarity index 100% rename from resources/Azias/imgs/lscom-v2-numbers-01.png rename to resources/Azias/imgs/lscom/lscom-v2-numbers-01.png diff --git a/resources/Azias/imgs/lscom-v2-text-01-bkgd-cli.png b/resources/Azias/imgs/lscom/lscom-v2-text-01-bkgd-cli.png similarity index 100% rename from resources/Azias/imgs/lscom-v2-text-01-bkgd-cli.png rename to resources/Azias/imgs/lscom/lscom-v2-text-01-bkgd-cli.png diff --git a/resources/Azias/imgs/lscom-v2-text-01-bkgd.png b/resources/Azias/imgs/lscom/lscom-v2-text-01-bkgd.png similarity index 100% rename from resources/Azias/imgs/lscom-v2-text-01-bkgd.png rename to resources/Azias/imgs/lscom/lscom-v2-text-01-bkgd.png diff --git a/resources/Azias/imgs/lscom-v2-text-01.png b/resources/Azias/imgs/lscom/lscom-v2-text-01.png similarity index 100% rename from resources/Azias/imgs/lscom-v2-text-01.png rename to resources/Azias/imgs/lscom/lscom-v2-text-01.png diff --git a/resources/Azias/imgs/yaa/icon-final-dark.png b/resources/Azias/imgs/yaa/icon-final-dark.png new file mode 100644 index 0000000..a94c740 Binary files /dev/null and b/resources/Azias/imgs/yaa/icon-final-dark.png differ diff --git a/resources/Azias/imgs/yaa/icon-final.png b/resources/Azias/imgs/yaa/icon-final.png new file mode 100644 index 0000000..bca099b Binary files /dev/null and b/resources/Azias/imgs/yaa/icon-final.png differ diff --git a/resources/Azias/logos/opengraph.png b/resources/Azias/logos/opengraph.png new file mode 100644 index 0000000..5d83792 Binary files /dev/null and b/resources/Azias/logos/opengraph.png differ