@jjlmoya/utils-developer 1.28.0 → 1.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/entries.ts +4 -1
- package/src/tests/i18n_coverage.test.ts +5 -2
- package/src/tests/locale_completeness.test.ts +1 -1
- package/src/tests/qa-test-helpers.ts +32 -0
- package/src/tests/qa_bibliography_links.test.ts +43 -0
- package/src/tests/qa_claim_evidence.test.ts +69 -0
- package/src/tests/qa_logic_reference_coverage.test.ts +46 -0
- package/src/tests/qa_runtime_i18n.test.ts +115 -0
- package/src/tests/tool_validation.test.ts +1 -1
- package/src/tool/aspectRatio/bibliography.astro +2 -10
- package/src/tool/aspectRatio/bibliography.ts +7 -0
- package/src/tool/aspectRatio/i18n/de.ts +2 -14
- package/src/tool/aspectRatio/i18n/en.ts +2 -14
- package/src/tool/aspectRatio/i18n/es.ts +2 -14
- package/src/tool/aspectRatio/i18n/fr.ts +2 -14
- package/src/tool/aspectRatio/i18n/id.ts +2 -14
- package/src/tool/aspectRatio/i18n/it.ts +2 -14
- package/src/tool/aspectRatio/i18n/ja.ts +2 -14
- package/src/tool/aspectRatio/i18n/ko.ts +2 -14
- package/src/tool/aspectRatio/i18n/nl.ts +2 -14
- package/src/tool/aspectRatio/i18n/pl.ts +2 -14
- package/src/tool/aspectRatio/i18n/pt.ts +2 -14
- package/src/tool/aspectRatio/i18n/ru.ts +2 -14
- package/src/tool/aspectRatio/i18n/sv.ts +2 -14
- package/src/tool/aspectRatio/i18n/tr.ts +2 -14
- package/src/tool/aspectRatio/i18n/zh.ts +2 -14
- package/src/tool/calculadoraTiempoDatos/bibliography.astro +2 -10
- package/src/tool/calculadoraTiempoDatos/bibliography.ts +8 -0
- package/src/tool/calculadoraTiempoDatos/component.astro +6 -2
- package/src/tool/calculadoraTiempoDatos/i18n/de.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/en.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/es.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/fr.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/id.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/it.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/ja.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/ko.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/nl.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/pl.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/pt.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/ru.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/sv.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/tr.ts +2 -6
- package/src/tool/calculadoraTiempoDatos/i18n/zh.ts +2 -6
- package/src/tool/colorConverter/bibliography.astro +2 -10
- package/src/tool/colorConverter/bibliography.ts +7 -0
- package/src/tool/colorConverter/i18n/de.ts +2 -5
- package/src/tool/colorConverter/i18n/en.ts +5 -8
- package/src/tool/colorConverter/i18n/es.ts +4 -7
- package/src/tool/colorConverter/i18n/fr.ts +2 -5
- package/src/tool/colorConverter/i18n/id.ts +2 -5
- package/src/tool/colorConverter/i18n/it.ts +2 -5
- package/src/tool/colorConverter/i18n/ja.ts +2 -5
- package/src/tool/colorConverter/i18n/ko.ts +2 -5
- package/src/tool/colorConverter/i18n/nl.ts +2 -5
- package/src/tool/colorConverter/i18n/pl.ts +2 -5
- package/src/tool/colorConverter/i18n/pt.ts +2 -5
- package/src/tool/colorConverter/i18n/ru.ts +2 -5
- package/src/tool/colorConverter/i18n/sv.ts +2 -5
- package/src/tool/colorConverter/i18n/tr.ts +2 -5
- package/src/tool/colorConverter/i18n/zh.ts +2 -5
- package/src/tool/conversorExcelCsvHtml/bibliography.astro +2 -10
- package/src/tool/conversorExcelCsvHtml/bibliography.ts +8 -0
- package/src/tool/conversorExcelCsvHtml/component.astro +4 -3
- package/src/tool/conversorExcelCsvHtml/i18n/de.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/en.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/es.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/fr.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/id.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/it.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/ja.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/ko.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/nl.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/pl.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/pt.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/ru.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/sv.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/tr.ts +2 -6
- package/src/tool/conversorExcelCsvHtml/i18n/zh.ts +2 -6
- package/src/tool/cronGenerator/bibliography.astro +2 -10
- package/src/tool/cronGenerator/bibliography.ts +6 -0
- package/src/tool/cronGenerator/component.astro +5 -1
- package/src/tool/cronGenerator/i18n/de.ts +2 -10
- package/src/tool/cronGenerator/i18n/en.ts +2 -10
- package/src/tool/cronGenerator/i18n/es.ts +2 -10
- package/src/tool/cronGenerator/i18n/fr.ts +2 -10
- package/src/tool/cronGenerator/i18n/id.ts +2 -10
- package/src/tool/cronGenerator/i18n/it.ts +2 -10
- package/src/tool/cronGenerator/i18n/ja.ts +2 -10
- package/src/tool/cronGenerator/i18n/ko.ts +2 -10
- package/src/tool/cronGenerator/i18n/nl.ts +2 -10
- package/src/tool/cronGenerator/i18n/pl.ts +2 -10
- package/src/tool/cronGenerator/i18n/pt.ts +2 -10
- package/src/tool/cronGenerator/i18n/ru.ts +2 -10
- package/src/tool/cronGenerator/i18n/sv.ts +2 -10
- package/src/tool/cronGenerator/i18n/tr.ts +2 -10
- package/src/tool/cronGenerator/i18n/zh.ts +2 -10
- package/src/tool/cssBoxShadowGenerator/component.astro +2 -1
- package/src/tool/cssBoxShadowGenerator/logic.test.ts +28 -0
- package/src/tool/cssSpecificityCalculator/bibliography.astro +2 -10
- package/src/tool/cssSpecificityCalculator/bibliography.ts +6 -0
- package/src/tool/cssSpecificityCalculator/i18n/de.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/en.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/es.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/fr.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/id.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/it.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/ja.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/ko.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/nl.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/pl.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/pt.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/ru.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/sv.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/tr.ts +2 -10
- package/src/tool/cssSpecificityCalculator/i18n/zh.ts +2 -10
- package/src/tool/cssToInlineConverter/bibliography.astro +2 -10
- package/src/tool/cssToInlineConverter/bibliography.ts +7 -0
- package/src/tool/cssToInlineConverter/i18n/de.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/en.ts +4 -16
- package/src/tool/cssToInlineConverter/i18n/es.ts +5 -17
- package/src/tool/cssToInlineConverter/i18n/fr.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/id.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/it.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/ja.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/ko.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/nl.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/pl.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/pt.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/ru.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/sv.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/tr.ts +2 -14
- package/src/tool/cssToInlineConverter/i18n/zh.ts +2 -14
- package/src/tool/duplicateCssRemover/bibliography.astro +2 -10
- package/src/tool/duplicateCssRemover/bibliography.ts +7 -0
- package/src/tool/duplicateCssRemover/i18n/de.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/en.ts +4 -16
- package/src/tool/duplicateCssRemover/i18n/es.ts +4 -16
- package/src/tool/duplicateCssRemover/i18n/fr.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/id.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/it.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/ja.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/ko.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/nl.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/pl.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/pt.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/ru.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/sv.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/tr.ts +2 -14
- package/src/tool/duplicateCssRemover/i18n/zh.ts +2 -14
- package/src/tool/generadorSecurityTxt/bibliography.astro +2 -10
- package/src/tool/generadorSecurityTxt/bibliography.ts +7 -0
- package/src/tool/generadorSecurityTxt/component.astro +1 -2
- package/src/tool/generadorSecurityTxt/i18n/de.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/en.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/es.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/fr.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/id.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/it.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/ja.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/ko.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/nl.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/pl.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/pt.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/ru.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/sv.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/tr.ts +2 -5
- package/src/tool/generadorSecurityTxt/i18n/zh.ts +2 -5
- package/src/tool/hashGenerator/bibliography.astro +2 -10
- package/src/tool/hashGenerator/bibliography.ts +7 -0
- package/src/tool/hashGenerator/i18n/de.ts +2 -5
- package/src/tool/hashGenerator/i18n/en.ts +2 -5
- package/src/tool/hashGenerator/i18n/es.ts +2 -5
- package/src/tool/hashGenerator/i18n/fr.ts +2 -5
- package/src/tool/hashGenerator/i18n/id.ts +2 -5
- package/src/tool/hashGenerator/i18n/it.ts +2 -5
- package/src/tool/hashGenerator/i18n/ja.ts +2 -5
- package/src/tool/hashGenerator/i18n/ko.ts +2 -5
- package/src/tool/hashGenerator/i18n/nl.ts +2 -5
- package/src/tool/hashGenerator/i18n/pl.ts +2 -5
- package/src/tool/hashGenerator/i18n/pt.ts +2 -5
- package/src/tool/hashGenerator/i18n/ru.ts +2 -5
- package/src/tool/hashGenerator/i18n/sv.ts +2 -5
- package/src/tool/hashGenerator/i18n/tr.ts +2 -5
- package/src/tool/hashGenerator/i18n/zh.ts +2 -5
- package/src/tool/inspectorCertificadosSsl/bibliography.astro +2 -10
- package/src/tool/inspectorCertificadosSsl/bibliography.ts +8 -0
- package/src/tool/inspectorCertificadosSsl/component.astro +4 -3
- package/src/tool/inspectorCertificadosSsl/i18n/de.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/en.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/es.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/fr.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/id.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/it.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/ja.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/ko.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/nl.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/pl.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/pt.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/ru.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/sv.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/tr.ts +2 -6
- package/src/tool/inspectorCertificadosSsl/i18n/zh.ts +2 -6
- package/src/tool/jsonFormatter/bibliography.astro +2 -10
- package/src/tool/jsonFormatter/bibliography.ts +8 -0
- package/src/tool/jsonFormatter/i18n/de.ts +2 -18
- package/src/tool/jsonFormatter/i18n/en.ts +2 -18
- package/src/tool/jsonFormatter/i18n/es.ts +2 -18
- package/src/tool/jsonFormatter/i18n/fr.ts +2 -18
- package/src/tool/jsonFormatter/i18n/id.ts +2 -18
- package/src/tool/jsonFormatter/i18n/it.ts +2 -18
- package/src/tool/jsonFormatter/i18n/ja.ts +2 -18
- package/src/tool/jsonFormatter/i18n/ko.ts +2 -18
- package/src/tool/jsonFormatter/i18n/nl.ts +2 -18
- package/src/tool/jsonFormatter/i18n/pl.ts +2 -18
- package/src/tool/jsonFormatter/i18n/pt.ts +2 -18
- package/src/tool/jsonFormatter/i18n/ru.ts +2 -18
- package/src/tool/jsonFormatter/i18n/sv.ts +2 -18
- package/src/tool/jsonFormatter/i18n/tr.ts +2 -18
- package/src/tool/jsonFormatter/i18n/zh.ts +2 -18
- package/src/tool/jwtDecoder/component.astro +2 -1
- package/src/tool/jwtDecoder/logic.test.ts +32 -0
- package/src/tool/keycode/bibliography.astro +2 -10
- package/src/tool/keycode/bibliography.ts +7 -0
- package/src/tool/keycode/i18n/de.ts +2 -14
- package/src/tool/keycode/i18n/en.ts +2 -14
- package/src/tool/keycode/i18n/es.ts +2 -14
- package/src/tool/keycode/i18n/fr.ts +2 -14
- package/src/tool/keycode/i18n/id.ts +2 -14
- package/src/tool/keycode/i18n/it.ts +2 -14
- package/src/tool/keycode/i18n/ja.ts +2 -14
- package/src/tool/keycode/i18n/ko.ts +2 -14
- package/src/tool/keycode/i18n/nl.ts +2 -14
- package/src/tool/keycode/i18n/pl.ts +2 -14
- package/src/tool/keycode/i18n/pt.ts +2 -14
- package/src/tool/keycode/i18n/ru.ts +2 -14
- package/src/tool/keycode/i18n/sv.ts +2 -14
- package/src/tool/keycode/i18n/tr.ts +2 -14
- package/src/tool/keycode/i18n/zh.ts +2 -14
- package/src/tool/llmCostCalculator/bibliography.astro +2 -10
- package/src/tool/llmCostCalculator/bibliography.ts +8 -0
- package/src/tool/llmCostCalculator/i18n/de.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/en.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/es.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/fr.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/id.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/it.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/ja.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/ko.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/nl.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/pl.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/pt.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/ru.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/sv.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/tr.ts +2 -18
- package/src/tool/llmCostCalculator/i18n/zh.ts +2 -18
- package/src/tool/mobileMockupGenerator/bibliography.astro +2 -10
- package/src/tool/mobileMockupGenerator/bibliography.ts +6 -0
- package/src/tool/mobileMockupGenerator/i18n/de.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/en.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/es.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/fr.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/id.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/it.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/ja.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/ko.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/nl.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/pl.ts +2 -1
- package/src/tool/mobileMockupGenerator/i18n/pt.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/ru.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/sv.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/tr.ts +2 -4
- package/src/tool/mobileMockupGenerator/i18n/zh.ts +2 -4
- package/src/tool/musicalTypography/bibliography.astro +2 -10
- package/src/tool/musicalTypography/bibliography.ts +7 -0
- package/src/tool/musicalTypography/i18n/de.ts +2 -14
- package/src/tool/musicalTypography/i18n/en.ts +3 -15
- package/src/tool/musicalTypography/i18n/es.ts +3 -15
- package/src/tool/musicalTypography/i18n/fr.ts +2 -14
- package/src/tool/musicalTypography/i18n/id.ts +2 -14
- package/src/tool/musicalTypography/i18n/it.ts +2 -14
- package/src/tool/musicalTypography/i18n/ja.ts +2 -14
- package/src/tool/musicalTypography/i18n/ko.ts +2 -14
- package/src/tool/musicalTypography/i18n/nl.ts +2 -14
- package/src/tool/musicalTypography/i18n/pl.ts +2 -14
- package/src/tool/musicalTypography/i18n/pt.ts +2 -5
- package/src/tool/musicalTypography/i18n/ru.ts +2 -5
- package/src/tool/musicalTypography/i18n/sv.ts +2 -1
- package/src/tool/musicalTypography/i18n/tr.ts +2 -1
- package/src/tool/musicalTypography/i18n/zh.ts +2 -1
- package/src/tool/placeholderGenerator/bibliography.astro +2 -10
- package/src/tool/placeholderGenerator/bibliography.ts +7 -0
- package/src/tool/placeholderGenerator/i18n/de.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/en.ts +4 -16
- package/src/tool/placeholderGenerator/i18n/es.ts +4 -16
- package/src/tool/placeholderGenerator/i18n/fr.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/id.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/it.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/ja.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/ko.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/nl.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/pl.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/pt.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/ru.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/sv.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/tr.ts +2 -14
- package/src/tool/placeholderGenerator/i18n/zh.ts +2 -14
- package/src/tool/promoteThisWebsite/asset-bindings.ts +73 -0
- package/src/tool/promoteThisWebsite/bibliography.astro +14 -0
- package/src/tool/promoteThisWebsite/bibliography.ts +14 -0
- package/src/tool/promoteThisWebsite/component.astro +136 -0
- package/src/tool/promoteThisWebsite/control-views.ts +83 -0
- package/src/tool/promoteThisWebsite/controller.ts +232 -0
- package/src/tool/promoteThisWebsite/dom-views.ts +322 -0
- package/src/tool/promoteThisWebsite/entry.ts +15 -0
- package/src/tool/promoteThisWebsite/evaluator.ts +9 -0
- package/src/tool/promoteThisWebsite/i18n/en.ts +111 -0
- package/src/tool/promoteThisWebsite/index.ts +11 -0
- package/src/tool/promoteThisWebsite/jjlmoya-overlay.png +0 -0
- package/src/tool/promoteThisWebsite/logic.test.ts +29 -0
- package/src/tool/promoteThisWebsite/logic.ts +108 -0
- package/src/tool/promoteThisWebsite/pixel-cat.png +0 -0
- package/src/tool/promoteThisWebsite/promote-this-website.css +322 -0
- package/src/tool/promoteThisWebsite/seo.astro +15 -0
- package/src/tool/promoteThisWebsite/storage.ts +28 -0
- package/src/tool/promoteThisWebsite/title-view.ts +206 -0
- package/src/tool/promoteThisWebsite/ui.ts +59 -0
- package/src/tool/promptLibrary/bibliography.astro +2 -10
- package/src/tool/promptLibrary/bibliography.ts +6 -0
- package/src/tool/promptLibrary/i18n/de.ts +2 -4
- package/src/tool/promptLibrary/i18n/en.ts +2 -4
- package/src/tool/promptLibrary/i18n/es.ts +2 -4
- package/src/tool/promptLibrary/i18n/fr.ts +2 -4
- package/src/tool/promptLibrary/i18n/id.ts +2 -4
- package/src/tool/promptLibrary/i18n/it.ts +2 -4
- package/src/tool/promptLibrary/i18n/ja.ts +2 -4
- package/src/tool/promptLibrary/i18n/ko.ts +2 -4
- package/src/tool/promptLibrary/i18n/nl.ts +2 -4
- package/src/tool/promptLibrary/i18n/pl.ts +2 -1
- package/src/tool/promptLibrary/i18n/pt.ts +2 -4
- package/src/tool/promptLibrary/i18n/ru.ts +2 -4
- package/src/tool/promptLibrary/i18n/sv.ts +2 -4
- package/src/tool/promptLibrary/i18n/tr.ts +2 -4
- package/src/tool/promptLibrary/i18n/zh.ts +2 -4
- package/src/tool/readabilityCalculator/bibliography.astro +2 -10
- package/src/tool/readabilityCalculator/bibliography.ts +7 -0
- package/src/tool/readabilityCalculator/i18n/de.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/en.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/es.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/fr.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/id.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/it.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/ja.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/ko.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/nl.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/pl.ts +2 -1
- package/src/tool/readabilityCalculator/i18n/pt.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/ru.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/sv.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/tr.ts +2 -5
- package/src/tool/readabilityCalculator/i18n/zh.ts +2 -5
- package/src/tool/serpPixelSimulator/controller.ts +1 -0
- package/src/tool/serpPixelSimulator/i18n/en.ts +2 -2
- package/src/tool/serpPixelSimulator/i18n/es.ts +2 -2
- package/src/tool/serpPixelSimulator/logic.test.ts +25 -0
- package/src/tool/svgSanitizer/bibliography.astro +2 -10
- package/src/tool/svgSanitizer/bibliography.ts +7 -0
- package/src/tool/svgSanitizer/i18n/de.ts +2 -5
- package/src/tool/svgSanitizer/i18n/en.ts +2 -5
- package/src/tool/svgSanitizer/i18n/es.ts +2 -5
- package/src/tool/svgSanitizer/i18n/fr.ts +2 -5
- package/src/tool/svgSanitizer/i18n/id.ts +2 -5
- package/src/tool/svgSanitizer/i18n/it.ts +2 -5
- package/src/tool/svgSanitizer/i18n/ja.ts +2 -5
- package/src/tool/svgSanitizer/i18n/ko.ts +2 -5
- package/src/tool/svgSanitizer/i18n/nl.ts +2 -5
- package/src/tool/svgSanitizer/i18n/pl.ts +2 -5
- package/src/tool/svgSanitizer/i18n/pt.ts +2 -1
- package/src/tool/svgSanitizer/i18n/ru.ts +2 -5
- package/src/tool/svgSanitizer/i18n/sv.ts +2 -5
- package/src/tool/svgSanitizer/i18n/tr.ts +2 -5
- package/src/tool/svgSanitizer/i18n/zh.ts +2 -5
- package/src/tool/svgToCss/bibliography.astro +2 -10
- package/src/tool/svgToCss/bibliography.ts +8 -0
- package/src/tool/svgToCss/i18n/de.ts +2 -18
- package/src/tool/svgToCss/i18n/en.ts +2 -18
- package/src/tool/svgToCss/i18n/es.ts +2 -18
- package/src/tool/svgToCss/i18n/fr.ts +2 -18
- package/src/tool/svgToCss/i18n/id.ts +2 -18
- package/src/tool/svgToCss/i18n/it.ts +2 -18
- package/src/tool/svgToCss/i18n/ja.ts +2 -18
- package/src/tool/svgToCss/i18n/ko.ts +2 -18
- package/src/tool/svgToCss/i18n/nl.ts +2 -18
- package/src/tool/svgToCss/i18n/pl.ts +2 -18
- package/src/tool/svgToCss/i18n/pt.ts +2 -18
- package/src/tool/svgToCss/i18n/ru.ts +2 -18
- package/src/tool/svgToCss/i18n/sv.ts +2 -18
- package/src/tool/svgToCss/i18n/tr.ts +2 -18
- package/src/tool/svgToCss/i18n/zh.ts +2 -18
- package/src/tool/urlCleaner/bibliography.astro +2 -10
- package/src/tool/urlCleaner/bibliography.ts +7 -0
- package/src/tool/urlCleaner/i18n/de.ts +2 -5
- package/src/tool/urlCleaner/i18n/en.ts +2 -5
- package/src/tool/urlCleaner/i18n/es.ts +2 -5
- package/src/tool/urlCleaner/i18n/fr.ts +2 -5
- package/src/tool/urlCleaner/i18n/id.ts +2 -5
- package/src/tool/urlCleaner/i18n/it.ts +2 -5
- package/src/tool/urlCleaner/i18n/ja.ts +2 -5
- package/src/tool/urlCleaner/i18n/ko.ts +2 -5
- package/src/tool/urlCleaner/i18n/nl.ts +2 -5
- package/src/tool/urlCleaner/i18n/pl.ts +2 -1
- package/src/tool/urlCleaner/i18n/pt.ts +2 -5
- package/src/tool/urlCleaner/i18n/ru.ts +2 -5
- package/src/tool/urlCleaner/i18n/sv.ts +2 -5
- package/src/tool/urlCleaner/i18n/tr.ts +2 -5
- package/src/tool/urlCleaner/i18n/zh.ts +2 -5
- package/src/tool/urlEncoderDecoder/bibliography.astro +2 -10
- package/src/tool/urlEncoderDecoder/bibliography.ts +7 -0
- package/src/tool/urlEncoderDecoder/i18n/de.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/en.ts +3 -15
- package/src/tool/urlEncoderDecoder/i18n/es.ts +3 -15
- package/src/tool/urlEncoderDecoder/i18n/fr.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/id.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/it.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/ja.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/ko.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/nl.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/pl.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/pt.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/ru.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/sv.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/tr.ts +2 -14
- package/src/tool/urlEncoderDecoder/i18n/zh.ts +2 -14
- package/src/tool/utmGenerator/bibliography.astro +2 -10
- package/src/tool/utmGenerator/bibliography.ts +6 -0
- package/src/tool/utmGenerator/i18n/de.ts +2 -4
- package/src/tool/utmGenerator/i18n/en.ts +2 -4
- package/src/tool/utmGenerator/i18n/es.ts +2 -4
- package/src/tool/utmGenerator/i18n/fr.ts +2 -4
- package/src/tool/utmGenerator/i18n/id.ts +2 -4
- package/src/tool/utmGenerator/i18n/it.ts +2 -4
- package/src/tool/utmGenerator/i18n/ja.ts +2 -4
- package/src/tool/utmGenerator/i18n/ko.ts +2 -4
- package/src/tool/utmGenerator/i18n/nl.ts +2 -4
- package/src/tool/utmGenerator/i18n/pl.ts +2 -4
- package/src/tool/utmGenerator/i18n/pt.ts +2 -4
- package/src/tool/utmGenerator/i18n/ru.ts +2 -4
- package/src/tool/utmGenerator/i18n/sv.ts +2 -4
- package/src/tool/utmGenerator/i18n/tr.ts +2 -4
- package/src/tool/utmGenerator/i18n/zh.ts +2 -4
- package/src/tool/visualCssGridFlexboxGenerator/component.astro +1 -0
- package/src/tool/visualCssGridFlexboxGenerator/logic.test.ts +29 -0
- package/src/tool/visualCssGridFlexboxGenerator/workspace.ts +13 -1
- package/src/tools.ts +2 -1
|
@@ -1,14 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
import { Bibliography as SharedBibliography } from '@jjlmoya/utils-shared';
|
|
3
|
-
import {
|
|
4
|
-
import type { KnownLocale } from '../../types';
|
|
5
|
-
|
|
6
|
-
interface Props {
|
|
7
|
-
locale?: KnownLocale;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
const { locale = 'es' } = Astro.props;
|
|
11
|
-
const content = await duplicateCssRemover.i18n[locale]?.();
|
|
3
|
+
import { bibliography } from './bibliography';
|
|
12
4
|
---
|
|
13
5
|
|
|
14
|
-
|
|
6
|
+
<SharedBibliography links={bibliography} />
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { BibliographyEntry } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const bibliography: BibliographyEntry[] = [
|
|
4
|
+
{ name: 'Web Vitals: CSS Impact on Render-Blocking and FCP', url: 'https://web.dev/articles/render-blocking-resources' },
|
|
5
|
+
{ name: 'W3C Specification: CSS Cascade and Inheritance', url: 'https://www.w3.org/TR/css-cascade-4/' },
|
|
6
|
+
{ name: 'Clean CSS: Library and Methodologies for CSS Minification', url: 'https://github.com/clean-css/clean-css' },
|
|
7
|
+
];
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { DuplicateCssRemoverUI } from '../ui';
|
|
@@ -100,20 +101,7 @@ export const content: ToolLocaleContent<DuplicateCssRemoverUI> = {
|
|
|
100
101
|
faqTitle: 'Häufig gestellte Fragen',
|
|
101
102
|
faq: faqData,
|
|
102
103
|
bibliographyTitle: 'Referenzen und Dokumentation',
|
|
103
|
-
bibliography
|
|
104
|
-
{
|
|
105
|
-
name: 'Web Vitals: Einfluss von CSS auf Render-Blocking und FCP',
|
|
106
|
-
url: 'https://web.dev/articles/render-blocking-resources',
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
name: 'W3C-Spezifikation: CSS-Kaskade und Vererbung',
|
|
110
|
-
url: 'https://www.w3.org/TR/css-cascade-4/',
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
name: 'Clean CSS: Bibliothek und Methoden zur CSS-Minifizierung',
|
|
114
|
-
url: 'https://github.com/clean-css/clean-css',
|
|
115
|
-
},
|
|
116
|
-
],
|
|
104
|
+
bibliography,
|
|
117
105
|
howTo: howToData,
|
|
118
106
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
119
107
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { DuplicateCssRemoverUI } from '../ui';
|
|
@@ -26,7 +27,7 @@ const faqData = [
|
|
|
26
27
|
{
|
|
27
28
|
question: 'Is my CSS sent to any server?',
|
|
28
29
|
answer:
|
|
29
|
-
'No. All processing happens directly in your browser via local JavaScript. No part of your CSS is transmitted to
|
|
30
|
+
'No. All processing happens directly in your browser via local JavaScript. No part of your CSS is transmitted to an external server during the cleanup.',
|
|
30
31
|
},
|
|
31
32
|
];
|
|
32
33
|
|
|
@@ -100,20 +101,7 @@ export const content: ToolLocaleContent<DuplicateCssRemoverUI> = {
|
|
|
100
101
|
faqTitle: 'Frequently Asked Questions',
|
|
101
102
|
faq: faqData,
|
|
102
103
|
bibliographyTitle: 'References and Documentation',
|
|
103
|
-
bibliography
|
|
104
|
-
{
|
|
105
|
-
name: 'Web Vitals: CSS Impact on Render-Blocking and FCP',
|
|
106
|
-
url: 'https://web.dev/articles/render-blocking-resources',
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
name: 'W3C Specification: CSS Cascade and Inheritance',
|
|
110
|
-
url: 'https://www.w3.org/TR/css-cascade-4/',
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
name: 'Clean CSS: Library and Methodologies for CSS Minification',
|
|
114
|
-
url: 'https://github.com/clean-css/clean-css',
|
|
115
|
-
},
|
|
116
|
-
],
|
|
104
|
+
bibliography,
|
|
117
105
|
howTo: howToData,
|
|
118
106
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
119
107
|
seo: [
|
|
@@ -156,7 +144,7 @@ export const content: ToolLocaleContent<DuplicateCssRemoverUI> = {
|
|
|
156
144
|
type: 'list',
|
|
157
145
|
items: [
|
|
158
146
|
'Imagine having the rule <code>.box { color: red; }</code> and a hundred lines later a <code>.box { padding: 10px; color: blue; }</code>. The tool will unify both blocks under the same selector <code>.box</code>, merging the padding.',
|
|
159
|
-
'<strong>CSS Cascade Preservation:</strong> For direct conflicts, the algorithm
|
|
147
|
+
'<strong>CSS Cascade Preservation:</strong> For direct conflicts, the algorithm preserves the last declared property, helping keep your original layout intact while the document is purged.',
|
|
160
148
|
],
|
|
161
149
|
},
|
|
162
150
|
{
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { DuplicateCssRemoverUI } from '../ui';
|
|
@@ -26,7 +27,7 @@ const faqData = [
|
|
|
26
27
|
{
|
|
27
28
|
question: '¿Mis datos se envían a algún servidor?',
|
|
28
29
|
answer:
|
|
29
|
-
'No. Todo el procesamiento ocurre directamente en tu navegador mediante JavaScript local.
|
|
30
|
+
'No. Todo el procesamiento ocurre directamente en tu navegador mediante JavaScript local. La herramienta no transmite tu CSS a un servidor externo durante la limpieza.',
|
|
30
31
|
},
|
|
31
32
|
];
|
|
32
33
|
|
|
@@ -100,20 +101,7 @@ export const content: ToolLocaleContent<DuplicateCssRemoverUI> = {
|
|
|
100
101
|
faqTitle: 'Preguntas Frecuentes',
|
|
101
102
|
faq: faqData,
|
|
102
103
|
bibliographyTitle: 'Referencias y Documentación',
|
|
103
|
-
bibliography
|
|
104
|
-
{
|
|
105
|
-
name: 'Web Vitals: Impacto del CSS en Render-Blocking y FCP',
|
|
106
|
-
url: 'https://web.dev/articles/render-blocking-resources',
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
name: 'Especificación W3C: Cascada CSS y Herencia',
|
|
110
|
-
url: 'https://www.w3.org/TR/css-cascade-4/',
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
name: 'Clean CSS: Librería y metodologías para CSS minifier',
|
|
114
|
-
url: 'https://github.com/clean-css/clean-css',
|
|
115
|
-
},
|
|
116
|
-
],
|
|
104
|
+
bibliography,
|
|
117
105
|
howTo: howToData,
|
|
118
106
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
119
107
|
seo: [
|
|
@@ -156,7 +144,7 @@ export const content: ToolLocaleContent<DuplicateCssRemoverUI> = {
|
|
|
156
144
|
type: 'list',
|
|
157
145
|
items: [
|
|
158
146
|
'Imagina tener la regla <code>.box { color: red; }</code> y cien líneas más abajo un <code>.box { padding: 10px; color: blue; }</code>. La herramienta unificará ambos bloques bajo el mismo selector <code>.box</code> combinando el padding.',
|
|
159
|
-
'<strong>Preservación de la Cascada CSS:</strong> Ante conflictos directos, el algoritmo
|
|
147
|
+
'<strong>Preservación de la Cascada CSS:</strong> Ante conflictos directos, el algoritmo conserva la última propiedad declarada para ayudar a mantener tu maquetado al purgar el documento.',
|
|
160
148
|
],
|
|
161
149
|
},
|
|
162
150
|
{
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { DuplicateCssRemoverUI } from '../ui';
|
|
@@ -100,20 +101,7 @@ export const content: ToolLocaleContent<DuplicateCssRemoverUI> = {
|
|
|
100
101
|
faqTitle: 'Questions Fréquentes',
|
|
101
102
|
faq: faqData,
|
|
102
103
|
bibliographyTitle: 'Références et Documentation',
|
|
103
|
-
bibliography
|
|
104
|
-
{
|
|
105
|
-
name: 'Web Vitals: Impact du CSS sur le Render-Blocking et FCP',
|
|
106
|
-
url: 'https://web.dev/articles/render-blocking-resources',
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
name: 'Spécification W3C: Cascade CSS et Héritage',
|
|
110
|
-
url: 'https://www.w3.org/TR/css-cascade-4/',
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
name: 'Clean CSS: Bibliothèque et méthodologies pour la minification CSS',
|
|
114
|
-
url: 'https://github.com/clean-css/clean-css',
|
|
115
|
-
},
|
|
116
|
-
],
|
|
104
|
+
bibliography,
|
|
117
105
|
howTo: howToData,
|
|
118
106
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
119
107
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { DuplicateCssRemoverUI } from '../ui';
|
|
@@ -100,20 +101,7 @@ export const content: ToolLocaleContent<DuplicateCssRemoverUI> = {
|
|
|
100
101
|
faqTitle: 'Pertanyaan yang Sering Diajukan',
|
|
101
102
|
faq: faqData,
|
|
102
103
|
bibliographyTitle: 'Referensi dan Dokumentasi',
|
|
103
|
-
bibliography
|
|
104
|
-
{
|
|
105
|
-
name: 'Web Vitals: Dampak CSS pada Render-Blocking dan FCP',
|
|
106
|
-
url: 'https://web.dev/articles/render-blocking-resources',
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
name: 'Spesifikasi W3C: Cascade dan Pewarisan CSS',
|
|
110
|
-
url: 'https://www.w3.org/TR/css-cascade-4/',
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
name: 'Clean CSS: Library dan Metodologi untuk Minifikasi CSS',
|
|
114
|
-
url: 'https://github.com/clean-css/clean-css',
|
|
115
|
-
},
|
|
116
|
-
],
|
|
104
|
+
bibliography,
|
|
117
105
|
howTo: howToData,
|
|
118
106
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
119
107
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { DuplicateCssRemoverUI } from '../ui';
|
|
@@ -100,20 +101,7 @@ export const content: ToolLocaleContent<DuplicateCssRemoverUI> = {
|
|
|
100
101
|
faqTitle: 'Domande Frequenti',
|
|
101
102
|
faq: faqData,
|
|
102
103
|
bibliographyTitle: 'Riferimenti e Documentazione',
|
|
103
|
-
bibliography
|
|
104
|
-
{
|
|
105
|
-
name: 'Web Vitals: impatto del CSS su Render-Blocking e FCP',
|
|
106
|
-
url: 'https://web.dev/articles/render-blocking-resources',
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
name: 'Specifica W3C: Cascade e Ereditarietà CSS',
|
|
110
|
-
url: 'https://www.w3.org/TR/css-cascade-4/',
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
name: 'Clean CSS: libreria e metodologie per la minificazione CSS',
|
|
114
|
-
url: 'https://github.com/clean-css/clean-css',
|
|
115
|
-
},
|
|
116
|
-
],
|
|
104
|
+
bibliography,
|
|
117
105
|
howTo: howToData,
|
|
118
106
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
119
107
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { DuplicateCssRemoverUI } from '../ui';
|
|
@@ -100,20 +101,7 @@ export const content: ToolLocaleContent<DuplicateCssRemoverUI> = {
|
|
|
100
101
|
faqTitle: 'よくある質問',
|
|
101
102
|
faq: faqData,
|
|
102
103
|
bibliographyTitle: '参考資料とドキュメント',
|
|
103
|
-
bibliography
|
|
104
|
-
{
|
|
105
|
-
name: 'Web Vitals:CSSがRender-BlockingとFCPに与える影響',
|
|
106
|
-
url: 'https://web.dev/articles/render-blocking-resources',
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
name: 'W3C仕様:CSSカスケードと継承',
|
|
110
|
-
url: 'https://www.w3.org/TR/css-cascade-4/',
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
name: 'Clean CSS:CSSミニファイのライブラリと手法',
|
|
114
|
-
url: 'https://github.com/clean-css/clean-css',
|
|
115
|
-
},
|
|
116
|
-
],
|
|
104
|
+
bibliography,
|
|
117
105
|
howTo: howToData,
|
|
118
106
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
119
107
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { DuplicateCssRemoverUI } from '../ui';
|
|
@@ -100,20 +101,7 @@ export const content: ToolLocaleContent<DuplicateCssRemoverUI> = {
|
|
|
100
101
|
faqTitle: '자주 묻는 질문',
|
|
101
102
|
faq: faqData,
|
|
102
103
|
bibliographyTitle: '참고 자료 및 문서',
|
|
103
|
-
bibliography
|
|
104
|
-
{
|
|
105
|
-
name: 'Web Vitals: CSS가 Render-Blocking과 FCP에 미치는 영향',
|
|
106
|
-
url: 'https://web.dev/articles/render-blocking-resources',
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
name: 'W3C 명세: CSS 캐스케이드와 상속',
|
|
110
|
-
url: 'https://www.w3.org/TR/css-cascade-4/',
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
name: 'Clean CSS: CSS 압축 라이브러리와 방법론',
|
|
114
|
-
url: 'https://github.com/clean-css/clean-css',
|
|
115
|
-
},
|
|
116
|
-
],
|
|
104
|
+
bibliography,
|
|
117
105
|
howTo: howToData,
|
|
118
106
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
119
107
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { DuplicateCssRemoverUI } from '../ui';
|
|
@@ -100,20 +101,7 @@ export const content: ToolLocaleContent<DuplicateCssRemoverUI> = {
|
|
|
100
101
|
faqTitle: 'Veelgestelde vragen',
|
|
101
102
|
faq: faqData,
|
|
102
103
|
bibliographyTitle: 'Referenties en documentatie',
|
|
103
|
-
bibliography
|
|
104
|
-
{
|
|
105
|
-
name: 'Web Vitals: de invloed van CSS op Render-Blocking en FCP',
|
|
106
|
-
url: 'https://web.dev/articles/render-blocking-resources',
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
name: 'W3C-specificatie: CSS Cascade en Overerving',
|
|
110
|
-
url: 'https://www.w3.org/TR/css-cascade-4/',
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
name: 'Clean CSS: bibliotheek en methoden voor CSS-minificatie',
|
|
114
|
-
url: 'https://github.com/clean-css/clean-css',
|
|
115
|
-
},
|
|
116
|
-
],
|
|
104
|
+
bibliography,
|
|
117
105
|
howTo: howToData,
|
|
118
106
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
119
107
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { DuplicateCssRemoverUI } from '../ui';
|
|
@@ -100,20 +101,7 @@ export const content: ToolLocaleContent<DuplicateCssRemoverUI> = {
|
|
|
100
101
|
faqTitle: 'Często zadawane pytania',
|
|
101
102
|
faq: faqData,
|
|
102
103
|
bibliographyTitle: 'Źródła i dokumentacja',
|
|
103
|
-
bibliography
|
|
104
|
-
{
|
|
105
|
-
name: 'Web Vitals: wpływ CSS na Render-Blocking i FCP',
|
|
106
|
-
url: 'https://web.dev/articles/render-blocking-resources',
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
name: 'Specyfikacja W3C: kaskada i dziedziczenie CSS',
|
|
110
|
-
url: 'https://www.w3.org/TR/css-cascade-4/',
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
name: 'Clean CSS: biblioteka i metody minifikacji CSS',
|
|
114
|
-
url: 'https://github.com/clean-css/clean-css',
|
|
115
|
-
},
|
|
116
|
-
],
|
|
104
|
+
bibliography,
|
|
117
105
|
howTo: howToData,
|
|
118
106
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
119
107
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { DuplicateCssRemoverUI } from '../ui';
|
|
@@ -100,20 +101,7 @@ export const content: ToolLocaleContent<DuplicateCssRemoverUI> = {
|
|
|
100
101
|
faqTitle: 'Perguntas Frequentes',
|
|
101
102
|
faq: faqData,
|
|
102
103
|
bibliographyTitle: 'Referências e Documentação',
|
|
103
|
-
bibliography
|
|
104
|
-
{
|
|
105
|
-
name: 'Web Vitals: impacto do CSS no Render-Blocking e no FCP',
|
|
106
|
-
url: 'https://web.dev/articles/render-blocking-resources',
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
name: 'Especificação W3C: Cascade e Herança CSS',
|
|
110
|
-
url: 'https://www.w3.org/TR/css-cascade-4/',
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
name: 'Clean CSS: biblioteca e metodologias para minificação de CSS',
|
|
114
|
-
url: 'https://github.com/clean-css/clean-css',
|
|
115
|
-
},
|
|
116
|
-
],
|
|
104
|
+
bibliography,
|
|
117
105
|
howTo: howToData,
|
|
118
106
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
119
107
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { DuplicateCssRemoverUI } from '../ui';
|
|
@@ -100,20 +101,7 @@ export const content: ToolLocaleContent<DuplicateCssRemoverUI> = {
|
|
|
100
101
|
faqTitle: 'Часто задаваемые вопросы',
|
|
101
102
|
faq: faqData,
|
|
102
103
|
bibliographyTitle: 'Ссылки и документация',
|
|
103
|
-
bibliography
|
|
104
|
-
{
|
|
105
|
-
name: 'Web Vitals: влияние CSS на Render-Blocking и FCP',
|
|
106
|
-
url: 'https://web.dev/articles/render-blocking-resources',
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
name: 'Спецификация W3C: каскад и наследование CSS',
|
|
110
|
-
url: 'https://www.w3.org/TR/css-cascade-4/',
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
name: 'Clean CSS: библиотека и методы минификации CSS',
|
|
114
|
-
url: 'https://github.com/clean-css/clean-css',
|
|
115
|
-
},
|
|
116
|
-
],
|
|
104
|
+
bibliography,
|
|
117
105
|
howTo: howToData,
|
|
118
106
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
119
107
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { DuplicateCssRemoverUI } from '../ui';
|
|
@@ -100,20 +101,7 @@ export const content: ToolLocaleContent<DuplicateCssRemoverUI> = {
|
|
|
100
101
|
faqTitle: 'Vanliga frågor',
|
|
101
102
|
faq: faqData,
|
|
102
103
|
bibliographyTitle: 'Källor och dokumentation',
|
|
103
|
-
bibliography
|
|
104
|
-
{
|
|
105
|
-
name: 'Web Vitals: CSS påverkan på Render-Blocking och FCP',
|
|
106
|
-
url: 'https://web.dev/articles/render-blocking-resources',
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
name: 'W3C-specifikation: CSS Cascade och arv',
|
|
110
|
-
url: 'https://www.w3.org/TR/css-cascade-4/',
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
name: 'Clean CSS: bibliotek och metoder för CSS-minifiering',
|
|
114
|
-
url: 'https://github.com/clean-css/clean-css',
|
|
115
|
-
},
|
|
116
|
-
],
|
|
104
|
+
bibliography,
|
|
117
105
|
howTo: howToData,
|
|
118
106
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
119
107
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { DuplicateCssRemoverUI } from '../ui';
|
|
@@ -100,20 +101,7 @@ export const content: ToolLocaleContent<DuplicateCssRemoverUI> = {
|
|
|
100
101
|
faqTitle: 'Sık Sorulan Sorular',
|
|
101
102
|
faq: faqData,
|
|
102
103
|
bibliographyTitle: 'Kaynaklar ve Belgeler',
|
|
103
|
-
bibliography
|
|
104
|
-
{
|
|
105
|
-
name: 'Web Vitals: CSS\'in Render-Blocking ve FCP\'ye Etkisi',
|
|
106
|
-
url: 'https://web.dev/articles/render-blocking-resources',
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
name: 'W3C Spesifikasyonu: CSS Cascade ve Kalıtım',
|
|
110
|
-
url: 'https://www.w3.org/TR/css-cascade-4/',
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
name: 'Clean CSS: CSS Küçültme Kütüphanesi ve Yöntemleri',
|
|
114
|
-
url: 'https://github.com/clean-css/clean-css',
|
|
115
|
-
},
|
|
116
|
-
],
|
|
104
|
+
bibliography,
|
|
117
105
|
howTo: howToData,
|
|
118
106
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
119
107
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { DuplicateCssRemoverUI } from '../ui';
|
|
@@ -100,20 +101,7 @@ export const content: ToolLocaleContent<DuplicateCssRemoverUI> = {
|
|
|
100
101
|
faqTitle: '常见问题',
|
|
101
102
|
faq: faqData,
|
|
102
103
|
bibliographyTitle: '参考资料与文档',
|
|
103
|
-
bibliography
|
|
104
|
-
{
|
|
105
|
-
name: 'Web Vitals:CSS对渲染阻塞和FCP的影响',
|
|
106
|
-
url: 'https://web.dev/articles/render-blocking-resources',
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
name: 'W3C规范:CSS层叠与继承',
|
|
110
|
-
url: 'https://www.w3.org/TR/css-cascade-4/',
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
name: 'Clean CSS:CSS压缩库与方法论',
|
|
114
|
-
url: 'https://github.com/clean-css/clean-css',
|
|
115
|
-
},
|
|
116
|
-
],
|
|
104
|
+
bibliography,
|
|
117
105
|
howTo: howToData,
|
|
118
106
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
119
107
|
seo: [
|
|
@@ -1,14 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
import { Bibliography as SharedBibliography } from '@jjlmoya/utils-shared';
|
|
3
|
-
import {
|
|
4
|
-
import type { KnownLocale } from '../../types';
|
|
5
|
-
|
|
6
|
-
interface Props {
|
|
7
|
-
locale?: KnownLocale;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
const { locale = 'es' } = Astro.props;
|
|
11
|
-
const content = await generadorSecurityTxt.i18n[locale]?.();
|
|
3
|
+
import { bibliography } from './bibliography';
|
|
12
4
|
---
|
|
13
5
|
|
|
14
|
-
|
|
6
|
+
<SharedBibliography links={bibliography} />
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { BibliographyEntry } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const bibliography: BibliographyEntry[] = [
|
|
4
|
+
{ name: 'RFC 9116: A File Format to Aid in Security Vulnerability Disclosure', url: 'https://datatracker.ietf.org/doc/html/rfc9116' },
|
|
5
|
+
{ name: 'Security.txt implementation guide', url: 'https://securitytxt.org/#generate' },
|
|
6
|
+
{ name: 'OWASP: Vulnerability Disclosure Cheat Sheet', url: 'https://cheatsheetseries.owasp.org/cheatsheets/Vulnerability_Disclosure_Cheat_Sheet.html' },
|
|
7
|
+
];
|
|
@@ -202,7 +202,7 @@ const t = (ui ?? {}) as GeneradorSecurityTxtUI;
|
|
|
202
202
|
navigator.clipboard.writeText(text).then(() => {
|
|
203
203
|
const originalHTML = btnCopy.innerHTML;
|
|
204
204
|
const uiData = getUIData();
|
|
205
|
-
btnCopy.innerHTML = '<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polyline points="20 6 9 17 4 12"></polyline></svg> ' +
|
|
205
|
+
btnCopy.innerHTML = '<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polyline points="20 6 9 17 4 12"></polyline></svg> ' + uiData.copiedMessage;
|
|
206
206
|
setTimeout(() => {
|
|
207
207
|
btnCopy.innerHTML = originalHTML;
|
|
208
208
|
}, 2000);
|
|
@@ -239,4 +239,3 @@ const t = (ui ?? {}) as GeneradorSecurityTxtUI;
|
|
|
239
239
|
btnCopy.addEventListener('click', copyToClipboard);
|
|
240
240
|
btnDownload.addEventListener('click', downloadFile);
|
|
241
241
|
</script>
|
|
242
|
-
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { GeneradorSecurityTxtUI } from '../ui';
|
|
@@ -97,11 +98,7 @@ export const content: ToolLocaleContent<GeneradorSecurityTxtUI> = {
|
|
|
97
98
|
faqTitle: 'Häufig gestellte Fragen',
|
|
98
99
|
faq: faqData,
|
|
99
100
|
bibliographyTitle: 'Technische Ressourcen zu Security.txt',
|
|
100
|
-
bibliography
|
|
101
|
-
{ name: 'RFC 9116: A File Format to Aid in Security Vulnerability Disclosure', url: 'https://datatracker.ietf.org/doc/html/rfc9116' },
|
|
102
|
-
{ name: 'Security.txt Official Website', url: 'https://securitytxt.org/' },
|
|
103
|
-
{ name: 'OWASP: Vulnerability Disclosure Cheat Sheet', url: 'https://cheatsheetseries.owasp.org/cheatsheets/Vulnerability_Disclosure_Cheat_Sheet.html' },
|
|
104
|
-
],
|
|
101
|
+
bibliography,
|
|
105
102
|
howTo: howToData,
|
|
106
103
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
107
104
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { GeneradorSecurityTxtUI } from '../ui';
|
|
@@ -97,11 +98,7 @@ export const content: ToolLocaleContent<GeneradorSecurityTxtUI> = {
|
|
|
97
98
|
faqTitle: 'Frequently Asked Questions',
|
|
98
99
|
faq: faqData,
|
|
99
100
|
bibliographyTitle: 'Technical Resources on Security.txt',
|
|
100
|
-
bibliography
|
|
101
|
-
{ name: 'RFC 9116: A File Format to Aid in Security Vulnerability Disclosure', url: 'https://datatracker.ietf.org/doc/html/rfc9116' },
|
|
102
|
-
{ name: 'Security.txt Official Website', url: 'https://securitytxt.org/' },
|
|
103
|
-
{ name: 'OWASP: Vulnerability Disclosure Cheat Sheet', url: 'https://cheatsheetseries.owasp.org/cheatsheets/Vulnerability_Disclosure_Cheat_Sheet.html' },
|
|
104
|
-
],
|
|
101
|
+
bibliography,
|
|
105
102
|
howTo: howToData,
|
|
106
103
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
107
104
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { GeneradorSecurityTxtUI } from '../ui';
|
|
@@ -97,11 +98,7 @@ export const content: ToolLocaleContent<GeneradorSecurityTxtUI> = {
|
|
|
97
98
|
faqTitle: 'Preguntas Frecuentes',
|
|
98
99
|
faq: faqData,
|
|
99
100
|
bibliographyTitle: 'Recursos Técnicos sobre Security.txt',
|
|
100
|
-
bibliography
|
|
101
|
-
{ name: 'RFC 9116: A File Format to Aid in Security Vulnerability Disclosure', url: 'https://datatracker.ietf.org/doc/html/rfc9116' },
|
|
102
|
-
{ name: 'Security.txt Official Website', url: 'https://securitytxt.org/' },
|
|
103
|
-
{ name: 'OWASP: Vulnerability Disclosure Cheat Sheet', url: 'https://cheatsheetseries.owasp.org/cheatsheets/Vulnerability_Disclosure_Cheat_Sheet.html' },
|
|
104
|
-
],
|
|
101
|
+
bibliography,
|
|
105
102
|
howTo: howToData,
|
|
106
103
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
107
104
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { GeneradorSecurityTxtUI } from '../ui';
|
|
@@ -97,11 +98,7 @@ export const content: ToolLocaleContent<GeneradorSecurityTxtUI> = {
|
|
|
97
98
|
faqTitle: 'Questions Fréquemment Posées',
|
|
98
99
|
faq: faqData,
|
|
99
100
|
bibliographyTitle: 'Ressources Techniques sur Security.txt',
|
|
100
|
-
bibliography
|
|
101
|
-
{ name: 'RFC 9116: A File Format to Aid in Security Vulnerability Disclosure', url: 'https://datatracker.ietf.org/doc/html/rfc9116' },
|
|
102
|
-
{ name: 'Site Officiel de Security.txt', url: 'https://securitytxt.org/' },
|
|
103
|
-
{ name: 'OWASP: Feuille de Triche sur la Divulgation de Vulnérabilité', url: 'https://cheatsheetseries.owasp.org/cheatsheets/Vulnerability_Disclosure_Cheat_Sheet.html' },
|
|
104
|
-
],
|
|
101
|
+
bibliography,
|
|
105
102
|
howTo: howToData,
|
|
106
103
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
107
104
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { GeneradorSecurityTxtUI } from '../ui';
|
|
@@ -97,11 +98,7 @@ export const content: ToolLocaleContent<GeneradorSecurityTxtUI> = {
|
|
|
97
98
|
faqTitle: 'Pertanyaan yang Sering Diajukan',
|
|
98
99
|
faq: faqData,
|
|
99
100
|
bibliographyTitle: 'Sumber Teknis tentang Security.txt',
|
|
100
|
-
bibliography
|
|
101
|
-
{ name: 'RFC 9116: A File Format to Aid in Security Vulnerability Disclosure', url: 'https://datatracker.ietf.org/doc/html/rfc9116' },
|
|
102
|
-
{ name: 'Security.txt Official Website', url: 'https://securitytxt.org/' },
|
|
103
|
-
{ name: 'OWASP: Vulnerability Disclosure Cheat Sheet', url: 'https://cheatsheetseries.owasp.org/cheatsheets/Vulnerability_Disclosure_Cheat_Sheet.html' },
|
|
104
|
-
],
|
|
101
|
+
bibliography,
|
|
105
102
|
howTo: howToData,
|
|
106
103
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
107
104
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { GeneradorSecurityTxtUI } from '../ui';
|
|
@@ -97,11 +98,7 @@ export const content: ToolLocaleContent<GeneradorSecurityTxtUI> = {
|
|
|
97
98
|
faqTitle: 'Domande Frequenti',
|
|
98
99
|
faq: faqData,
|
|
99
100
|
bibliographyTitle: 'Risorse Tecniche su Security.txt',
|
|
100
|
-
bibliography
|
|
101
|
-
{ name: 'RFC 9116: A File Format to Aid in Security Vulnerability Disclosure', url: 'https://datatracker.ietf.org/doc/html/rfc9116' },
|
|
102
|
-
{ name: 'Security.txt Official Website', url: 'https://securitytxt.org/' },
|
|
103
|
-
{ name: 'OWASP: Vulnerability Disclosure Cheat Sheet', url: 'https://cheatsheetseries.owasp.org/cheatsheets/Vulnerability_Disclosure_Cheat_Sheet.html' },
|
|
104
|
-
],
|
|
101
|
+
bibliography,
|
|
105
102
|
howTo: howToData,
|
|
106
103
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
107
104
|
seo: [
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
4
|
import type { GeneradorSecurityTxtUI } from '../ui';
|
|
@@ -97,11 +98,7 @@ export const content: ToolLocaleContent<GeneradorSecurityTxtUI> = {
|
|
|
97
98
|
faqTitle: 'よくある質問',
|
|
98
99
|
faq: faqData,
|
|
99
100
|
bibliographyTitle: 'Security.txt に関する技術リソース',
|
|
100
|
-
bibliography
|
|
101
|
-
{ name: 'RFC 9116: A File Format to Aid in Security Vulnerability Disclosure', url: 'https://datatracker.ietf.org/doc/html/rfc9116' },
|
|
102
|
-
{ name: 'Security.txt Official Website', url: 'https://securitytxt.org/' },
|
|
103
|
-
{ name: 'OWASP: Vulnerability Disclosure Cheat Sheet', url: 'https://cheatsheetseries.owasp.org/cheatsheets/Vulnerability_Disclosure_Cheat_Sheet.html' },
|
|
104
|
-
],
|
|
101
|
+
bibliography,
|
|
105
102
|
howTo: howToData,
|
|
106
103
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
107
104
|
seo: [
|