Files
Web-NibblePoker/content/index.json
Herwin e2adc41bad Improved content system, Removed trash, Fixed sitemap
Update .gitignore, .htaccess, and 11 more files...
2022-04-15 04:08:46 +02:00

48 lines
1.4 KiB
JSON

[
{
"id": "test01",
"title": {
"en": "Test article",
"fr": "Article de test"
},
"preamble": {
"en": "This is a test article, please ignore it",
"fr": "Ceci est un article de test, veuillez l'ignorer."
},
"image": "/resources/Azias/imgs/angry-alchool-pussy.png",
"tags": [
"test", "programming", "purebasic"
]
},
{
"id": "test02",
"title": {
"en": "Test article #2",
"fr": "Article de test #2"
},
"preamble": {
"en": "This is a test article, please ignore it",
"fr": "Ceci est un article de test, veuillez l'ignorer."
},
"image": "test.jpg",
"tags": [
"test", "programming", "docker"
]
},
{
"id": "lscom-cli",
"title": {
"en": "PB-ListComPort - CLI COM port enumerator",
"fr": "PB-ListComPort - Enumérateur de port COM pour invité de commande"
},
"preamble": {
"en": "A simple 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": "..."
},
"image": "/resources/Azias/imgs/lscom-v2-text-01-bkgd-cli.png",
"tags": [
"application", "lscom", "purebasic", "windows"
]
}
]