From ef1b911bef34f08de7ef6a4c8a4180620459db9a Mon Sep 17 00:00:00 2001 From: Adam Hyde <adam@coko.foundation> Date: Tue, 29 Aug 2023 07:58:40 +0000 Subject: [PATCH] Update products.json --- src/data/products.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/data/products.json b/src/data/products.json index bc1808c..5152da5 100644 --- a/src/data/products.json +++ b/src/data/products.json @@ -48,11 +48,19 @@ "weburl": "https://waxjs.net/", "giturl": "" }, + { + "tag": "component", + "logo": "/images/uploads/xSweet.png", + "name": "xSweet", + "description": "A high fidelity MS Word (docx) to HTML converter. Can be used for any application. XSweet extracts the contents of MS Word documents from their underlying XML into HTML, which can be published as-is, imported into an application, or used as a intermediate format to convert it into another format altogether. Built by the Coko team.", + "weburl": "https://xsweet.org/", + "giturl": "" + }, { "tag": "platform", "logo": "/images/uploads/Pubsweet.png", - "name": "Pubsweet", - "description": "PubSweet is Coko’s free, open source framework for building state-of-the-art publishing platforms. Built by the Coko team and Coko community.", + "name": "CokoServer", + "description": "CokoServer is Coko’s free, open source framework for building state-of-the-art publishing platforms. Built by the Coko team.", "weburl": "https://pubsweet.coko.foundation/", "giturl": "" }, @@ -96,14 +104,6 @@ "weburl": "", "giturl": "" }, - { - "tag": "component", - "logo": "/images/uploads/xSweet.png", - "name": "xSweet", - "description": "A high fidelity MS Word (docx) to HTML converter. Can be used for any application. XSweet extracts the contents of MS Word documents from their underlying XML into HTML, which can be published as-is, imported into an application, or used as a intermediate format to convert it into another format altogether. Built by the Coko team.", - "weburl": "https://xsweet.org/", - "giturl": "" - }, { "tag": "component", "logo": "/images/uploads/sb.png", -- GitLab