Added stub for other content items, Updated OpenGraph tags
Update 403.php, 404.php, and 11 more files...
This commit is contained in:
28
content/items/excel-worksheet-password-remover.json
Normal file
28
content/items/excel-worksheet-password-remover.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"title": {
|
||||
"icon": "fad fa-unlock",
|
||||
"page": {
|
||||
"en": "Excel Worksheet Password Remover",
|
||||
"fr": "Excel Worksheet Password Remover"
|
||||
},
|
||||
"card": {
|
||||
"main": {
|
||||
"en": "Excel Worksheet Password Remover",
|
||||
"fr": "Excel Worksheet Password Remover"
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"title": {
|
||||
"en": "Excel Worksheet Password Remover",
|
||||
"fr": "Excel Worksheet Password Remover"
|
||||
},
|
||||
"description": {
|
||||
"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."
|
||||
}
|
||||
},
|
||||
"tags": [
|
||||
"docker", "web", "python"
|
||||
]
|
||||
}
|
||||
@@ -16,6 +16,16 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"title": {
|
||||
"en": "PB-ListComPort",
|
||||
"fr": "PB-ListComPort"
|
||||
},
|
||||
"description": {
|
||||
"en": "A simple CLI tool that can list COM ports with their name, friendly name and device name easily and cleanly.",
|
||||
"fr": "Un petit utilitaire pour invité de commande qui permet de facilement lister les noms, noms formatés et chemin des ports COM."
|
||||
}
|
||||
},
|
||||
"parts": [
|
||||
{
|
||||
"type": "container",
|
||||
@@ -160,7 +170,7 @@
|
||||
"key": "content.commons.version.current"
|
||||
},
|
||||
"subtitle": {
|
||||
"en": "v2.1.0"
|
||||
"en": "<i class=\"fab fa-windows mr-20\"></i>v2.1.0"
|
||||
},
|
||||
"modifiers": [
|
||||
"no-rounding",
|
||||
|
||||
28
content/items/youtube-auto-archiver.json
Normal file
28
content/items/youtube-auto-archiver.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"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", "web", "python"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user