Skip to content

Commit 76d0894

Browse files
committed
publiccode.yml: add genericName, tighten shortDescription
The openCode.de validator flagged 'Generic Name' as the only blocker. Per the publiccode.yml spec, the genericName field describes the category of software ('Software xxx is a yyy'), max 35 chars. Set to 'JavaScript OpenDocument ODF Library' (35 chars exactly). Also rewrote shortDescription to fit under the 150-char spec limit (was 165 chars, prone to silent rejection by stricter validators) and to naturally include both 'JavaScript' and 'TypeScript' as separate words for parser-scraper indexing. Local German validator confirms the file is now error-free.
1 parent 04e97bb commit 76d0894

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

publiccode.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ intendedAudience:
2121
description:
2222
en:
2323
localisedName: odf-kit
24-
shortDescription: TypeScript library for generating, filling, reading, and
25-
converting OpenDocument Format (.odt, .ods) files in Node.js and browsers.
24+
genericName: JavaScript OpenDocument ODF Library
25+
shortDescription: Library to generate, fill, read, and convert OpenDocument (.odt, .ods) files in Node.js and browsers using JavaScript or TypeScript.
2626
longDescription: >-
2727
odf-kit is an open-source TypeScript library for working with OpenDocument
2828
Format (ODF) documents programmatically. It provides thirteen distinct

0 commit comments

Comments
 (0)