Fixed some composer elements, Updated Excel-Password-Remover

Update utils.php, composer.php, and 14 more files...
This commit is contained in:
2023-05-24 01:19:02 +02:00
parent 8213ac8869
commit b1f11e122d
16 changed files with 273 additions and 184 deletions

View File

@@ -30,7 +30,7 @@
}
},
"metadata": {
"template": "article",
"template": "generic-project-readme",
"head": {
"title": "meta.title",
"description": "meta.description"
@@ -51,95 +51,64 @@
}
},
"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": "h1", "content": "intro.title", "modifiers": ["_no-top-margin"]},
{"type": "paragraph", "indent": 2, "content": "intro.p1"},
{
"type": "container", "padding": 20,
"modifiers": ["no-bottom-padding", "no-top-margin"],
"parts": [
{"type": "h1", "content": "working.title"},
{"type": "paragraph", "indent": 2, "content": "working.p1"},
{"type": "paragraph", "indent": 2, "content": "working.p2"}
]
},
{"type": "h1", "content": "working.title"},
{"type": "paragraph", "indent": 2, "content": "working.p1"},
{"type": "paragraph", "indent": 2, "content": "working.p2"},
{
"type": "container", "padding": 20,
"modifiers": ["no-bottom-padding", "no-top-margin"],
"parts": [
{"type": "h1", "content": "usage.title"},
{"type": "paragraph", "indent": 2, "content": "usage.p1"}
]
},
{"type": "h1", "content": "usage.title"},
{"type": "paragraph", "indent": 2, "content": "usage.p1"},
{"type": "h1", "content": "demo.title"},
{
"type": "container", "padding": 20,
"modifiers": ["no-bottom-padding", "no-top-margin"],
"type": "container",
"modifiers": ["pb-0"],
"padding": 2,
"parts": [
{"type": "h1", "content": "demo.title"},
{
"type": "container",
"modifiers": ["no-padding"],
"padding": 0,
"parts": [
{
"type": "video",
"source": "https://files.nibblepoker.lu/downloads/Excel-Worksheet-Password-Remover/demo_v1.mp4",
"_source": "/tmp/demo_v1.mp4",
"thumbnail": "https://files.nibblepoker.lu/downloads/Excel-Worksheet-Password-Remover/demo_v1_thumb.webp"
}
]
"type": "video",
"source": "https://files.nibblepoker.lu/downloads/Excel-Worksheet-Password-Remover/demo_v1.mp4",
"thumbnail": "https://files.nibblepoker.lu/downloads/Excel-Worksheet-Password-Remover/demo_v1_thumb.webp"
}
]
},
{"type": "h1", "content": "links.title"},
{
"type": "container",
"padding": 20,
"modifiers": ["no-top-margin"],
"type": "paragraph",
"indent": 2,
"parts": [
{"type": "h1", "content": "links.title"},
{"type": "raw", "content": "●  ", "localize": false},
{
"type": "paragraph",
"indent": 2,
"type": "raw", "link": "https://github.com/aziascreations/Excel-Worksheet-Password-Remover",
"parts": [
{"type": "raw", "content": "●  ", "localize": false},
{"type": "raw", "content": "content.commons.github"},
{"type": "raw", "content": "<span class=\"hidden-xs-and-down\">&nbsp;&nbsp;-&nbsp;&nbsp;", "localize": false},
{
"type": "raw", "link": "https://github.com/aziascreations/Excel-Worksheet-Password-Remover",
"parts": [
{"type": "raw", "content": "content.commons.github"},
{"type": "raw", "content": "<span class=\"hidden-xs-and-down\">&nbsp;&nbsp;-&nbsp;&nbsp;", "localize": false},
{
"type": "raw",
"content": "<span class=\"font-size-12\">(https://github.com/aziascreations/Excel-Worksheet-Password-Remover)</span></span>",
"localize": false
}
]
},
{"type": "raw", "content": "<br>", "localize": false},
{"type": "raw", "content": "&nbsp;&nbsp;", "localize": false},
"type": "raw",
"content": "<span class=\"t-size-8\">(https://github.com/aziascreations/Excel-Worksheet-Password-Remover)</span></span>",
"localize": false
}
]
},
{"type": "raw", "content": "<br>", "localize": false},
{"type": "raw", "content": "●&nbsp;&nbsp;", "localize": false},
{
"type": "raw", "link": "https://git.nibblepoker.lu/aziascreations/Excel-Worksheet-Password-Remover",
"parts": [
{"type": "raw", "content": "content.commons.gitea"},
{"type": "raw", "content": "<span class=\"hidden-xs-and-down\">&nbsp;&nbsp;-&nbsp;&nbsp;", "localize": false},
{
"type": "raw", "link": "https://git.nibblepoker.lu/aziascreations/Excel-Worksheet-Password-Remover",
"parts": [
{"type": "raw", "content": "content.commons.gitea"},
{"type": "raw", "content": "<span class=\"hidden-xs-and-down\">&nbsp;&nbsp;-&nbsp;&nbsp;", "localize": false},
{
"type": "raw",
"content": "<span class=\"font-size-12\">(https://git.nibblepoker.lu/aziascreations/Excel-Worksheet-Password-Remover)</span></span>",
"localize": false
}
]
"type": "raw",
"content": "<span class=\"t-size-8\">(https://git.nibblepoker.lu/aziascreations/Excel-Worksheet-Password-Remover)</span></span>",
"localize": false
}
]
}
]
}
]
}