diff --git a/code.gov.tw.json b/code.gov.tw.json deleted file mode 100644 index 1a7753c..0000000 --- a/code.gov.tw.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "Lighthouse 平台", - "description": "Lighthouse 平台使用 GitHub Actions 自動執行 Lighthouse 掃描,將報告集中展示。Lighthouse 是一個開源的自動化工具,用於改善網頁的效能、品質和正確性。Lighthouse 對網頁進行一系列測試並產生一份報告及評分。透過報告,我們可以審視未通過測試的項目,了解如何改進。", - "features": [ - "數據呈現" - ], - "tech_stacks": [ - "Lighthouse" - ], - "vulnerability_scanners": [ - "GitHub CodeQL", - "GitHub Dependabot Alerts" - ], - "licenses": [ - "CC0" - ], - "use_cases": [ - { - "name": "Lighthouse 平台", - "url": "https://lighthouse.pdis.run/", - "accessibility_conformance": null - } - ], - "provider": "行政院公共數位創新空間(PDIS)", - "contact": [ - { - "fullname": "行政院公共數位創新空間(PDIS)", - "address": "all@pdis.nat.gov.tw" - } - ], - "created_at": "2023-07-18", - "updated_at": "2024-03-21" -} diff --git a/publiccode.yml b/publiccode.yml new file mode 100644 index 0000000..18f6bb2 --- /dev/null +++ b/publiccode.yml @@ -0,0 +1,44 @@ +publiccodeYmlVersion: 0.3.0 +name: pdis/lighthouse +url: "https://github.com/PDIS/lighthouse" +landingURL: "https://lighthouse.pdis.run/" +releaseDate: "2023-07-18" +platforms: + - web +categories: + - data-analytics +developmentStatus: stable +softwareType: standalone/web +description: + zh-Hant: + localisedName: Lighthouse 平台 + shortDescription: > + Lighthouse 平台使用 GitHub Actions 自動執行 Lighthouse 掃描,將報告集中展示。 + Lighthouse 是一個開源的自動化工具,用於改善網頁的效能、品質和正確性。 + Lighthouse 對網頁進行一系列測試並產生一份報告及評分。透過報告,我們可以審視未通過測試的項目以了解如何改進。 + features: + - 網頁效能檢測 +legal: + license: CC0-1.0 + repoOwner: 行政院公共數位創新空間(PDIS) +maintenance: + type: internal + contacts: + - name: 行政院公共數位創新空間(PDIS) + email: "all@pdis.nat.gov.tw" + phone: null +localisation: + localisationReady: false + availableLanguages: + - zh-Hant + - en +usedBy: + - "[Lighthouse 平台](https://lighthouse.pdis.run/)" +tw: + countryExtensionVersion: "1.0.0" + techStacks: + - name: "lighthouse" + vulnerabilityScanners: + - "GitHub CodeQL" + - "GitHub Dependabot Alerts" + accessibilityConformance: null