diff --git a/contentful/2025-01-10/export.json b/contentful/2025-01-10/export.json new file mode 100644 index 00000000..28e35355 --- /dev/null +++ b/contentful/2025-01-10/export.json @@ -0,0 +1,200835 @@ +{ + "contentTypes": [ + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "product", + "type": "ContentType", + "createdAt": "2021-04-12T06:55:36.380Z", + "updatedAt": "2024-07-02T01:57:13.101Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 417, + "publishedAt": "2024-07-02T01:57:13.101Z", + "firstPublishedAt": "2021-04-12T06:55:38.904Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 209, + "version": 418, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/content_types/product" + }, + "displayField": "key", + "name": "Product", + "description": "产品主数据", + "fields": [ + { + "id": "key", + "name": "Key", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + { + "unique": true + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "trademark", + "name": "Trademark", + "type": "Symbol", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "title", + "name": "Title at Marketplace", + "type": "Symbol", + "localized": true, + "required": true, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "logo", + "name": "Logo", + "type": "Link", + "localized": false, + "required": true, + "validations": [ + { + "linkContentType": [ + "media" + ] + } + ], + "disabled": false, + "omitted": false, + "linkType": "Entry" + }, + { + "id": "summary", + "name": "Summary", + "type": "Symbol", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "overview", + "name": "Overview", + "type": "Text", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "description", + "name": "Description", + "type": "Text", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "screenshots", + "name": "Screenshots", + "type": "Object", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "hot", + "name": "Hot", + "type": "Integer", + "localized": false, + "required": false, + "validations": [ + ], + "defaultValue": { + "en-US": 10000 + }, + "disabled": false, + "omitted": false + }, + { + "id": "review", + "name": "Review", + "type": "Integer", + "localized": false, + "required": false, + "validations": [ + ], + "defaultValue": { + "en-US": 5 + }, + "disabled": false, + "omitted": false + }, + { + "id": "featured", + "name": "Featured", + "type": "Boolean", + "localized": false, + "required": false, + "validations": [ + ], + "defaultValue": { + "en-US": false + }, + "disabled": false, + "omitted": false + }, + { + "id": "catalog", + "name": "Catalog", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "catalog" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "component", + "name": "Component", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "product" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "os", + "name": "OS", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "defaultValue": { + "en-US": [ + "Linux" + ] + }, + "disabled": false, + "omitted": false, + "items": { + "type": "Symbol", + "validations": [ + { + "in": [ + "Windows", + "Linux" + ] + } + ] + } + }, + { + "id": "supportLanguage", + "name": "SupportLanguage", + "type": "Array", + "localized": true, + "required": false, + "validations": [ + ], + "defaultValue": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "disabled": false, + "omitted": false, + "items": { + "type": "Symbol", + "validations": [ + { + "in": [ + "English", + "Chinese", + "Other", + "英文", + "简体中文", + "其它" + ] + } + ] + } + }, + { + "id": "solution", + "name": "Solution", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "blog" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "highlights", + "name": "Highlights", + "type": "Array", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Symbol", + "validations": [ + ] + } + }, + { + "id": "faq", + "name": "FAQ", + "type": "Object", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "tags", + "name": "Tags", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "seo" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "priceModel", + "name": "PriceModel", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "price" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "productType", + "name": "Product Type", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "delivery" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "saleOnMarketPlace", + "name": "Sale on MarketPlace", + "type": "RichText", + "localized": true, + "required": false, + "validations": [ + { + "enabledMarks": [ + "bold", + "italic", + "underline", + "code" + ], + "message": "Only bold, italic, underline, and code marks are allowed" + }, + { + "enabledNodeTypes": [ + "heading-1", + "heading-2", + "heading-3", + "heading-4", + "heading-5", + "heading-6", + "ordered-list", + "unordered-list", + "hr", + "blockquote", + "embedded-entry-block", + "embedded-asset-block", + "table", + "hyperlink", + "entry-hyperlink", + "asset-hyperlink", + "embedded-entry-inline" + ], + "message": "Only heading 1, heading 2, heading 3, heading 4, heading 5, heading 6, ordered list, unordered list, horizontal rule, quote, block entry, asset, table, link to Url, link to entry, link to asset, and inline entry nodes are allowed" + }, + { + "nodes": { + "embedded-entry-inline": [ + { + "linkContentType": [ + "marketplace" + ], + "message": null + } + ] + } + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "license", + "name": "License", + "type": "Link", + "localized": false, + "required": false, + "validations": [ + { + "linkContentType": [ + "license" + ] + } + ], + "disabled": false, + "omitted": false, + "linkType": "Entry" + }, + { + "id": "licenseadditional", + "name": "LicenseAdditional", + "type": "Text", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "program", + "name": "Program", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "language" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "websiteurl", + "name": "WebsiteURL", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "trademarkUrl", + "name": "TrademarkURL", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "userType", + "name": "UserType", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "aboutAppPersonnel" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "keywords", + "name": "Keywords", + "type": "Array", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Symbol", + "validations": [ + ] + } + }, + { + "id": "distribution", + "name": "Distribution", + "type": "Object", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "production", + "name": "Production", + "type": "Boolean", + "localized": false, + "required": true, + "validations": [ + ], + "defaultValue": { + "en-US": true + }, + "disabled": false, + "omitted": false + }, + { + "id": "appStore", + "name": "App Store", + "type": "Boolean", + "localized": false, + "required": false, + "validations": [ + ], + "defaultValue": { + "en-US": true + }, + "disabled": false, + "omitted": false + }, + { + "id": "vcpu", + "name": "vCPU", + "type": "Integer", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "memory", + "name": "Memory", + "type": "Integer", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "storage", + "name": "Storage", + "type": "Integer", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "plans", + "name": "Plans", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "catalog" + ] + } + ], + "linkType": "Entry" + } + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "catalog", + "type": "ContentType", + "createdAt": "2021-04-13T06:27:47.830Z", + "updatedAt": "2023-03-03T09:26:12.313Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 87, + "publishedAt": "2023-03-03T09:26:12.313Z", + "firstPublishedAt": "2021-04-13T06:27:48.483Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 44, + "version": 88, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/content_types/catalog" + }, + "displayField": "title", + "name": "Base_Catalog", + "description": "目录库", + "fields": [ + { + "id": "title", + "name": "Title", + "type": "Symbol", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "key", + "name": "Key", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + { + "unique": true + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "position", + "name": "Position", + "type": "Number", + "localized": false, + "required": false, + "validations": [ + ], + "defaultValue": { + "en-US": 10 + }, + "disabled": false, + "omitted": false + }, + { + "id": "overview", + "name": "Overview", + "type": "Symbol", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "description", + "name": "Description", + "type": "Text", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "catalog", + "name": "Catalog", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "catalog" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "recommend", + "name": "Recommend", + "type": "Array", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "product" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "resources", + "name": "Resources", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "blog" + ] + } + ], + "linkType": "Entry" + } + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "license", + "type": "ContentType", + "createdAt": "2021-04-13T07:05:46.827Z", + "updatedAt": "2022-07-16T01:41:57.095Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 19, + "publishedAt": "2022-07-16T01:41:57.095Z", + "firstPublishedAt": "2021-04-13T07:05:48.269Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 10, + "version": 20, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/content_types/license" + }, + "displayField": "name", + "name": "Base_License", + "description": "开源 License 库", + "fields": [ + { + "id": "key", + "name": "Key", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + { + "unique": true + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "name", + "name": "Name", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + { + "unique": true + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "title", + "name": "Title", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "description", + "name": "Description", + "type": "Text", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "url", + "name": "URL", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "seo", + "type": "ContentType", + "createdAt": "2021-06-28T09:28:56.472Z", + "updatedAt": "2024-01-12T00:40:39.696Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 17, + "publishedAt": "2024-01-12T00:40:39.696Z", + "firstPublishedAt": "2021-06-28T09:28:57.095Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 9, + "version": 18, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/content_types/seo" + }, + "displayField": "keyword", + "name": "Base_Tag", + "description": "标签库", + "fields": [ + { + "id": "name", + "name": "Name", + "type": "Symbol", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "keyword", + "name": "Keyword", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "type", + "name": "Type", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Symbol", + "validations": [ + { + "in": [ + "Plans" + ] + } + ] + } + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "language", + "type": "ContentType", + "createdAt": "2021-06-30T13:40:30.609Z", + "updatedAt": "2022-07-16T01:43:31.000Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 15, + "publishedAt": "2022-07-16T01:43:31.000Z", + "firstPublishedAt": "2021-06-30T13:40:31.457Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 8, + "version": 16, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/content_types/language" + }, + "displayField": "name", + "name": "Base_Program", + "description": "编程语言库:PHP, Java, Python 等", + "fields": [ + { + "id": "key", + "name": "Key", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + { + "unique": true + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "name", + "name": "Name", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + { + "unique": true + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "url", + "name": "URL", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + { + "unique": true + } + ], + "disabled": false, + "omitted": false + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "marketplace", + "type": "ContentType", + "createdAt": "2021-07-01T09:56:27.489Z", + "updatedAt": "2022-10-29T00:32:03.740Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 85, + "publishedAt": "2022-10-29T00:32:03.740Z", + "firstPublishedAt": "2021-07-01T09:56:28.194Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 43, + "version": 86, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/content_types/marketplace" + }, + "displayField": "key", + "name": "Base_Brand", + "description": "公司库:云市场平台、代理商、供应商、典型客户等", + "fields": [ + { + "id": "type", + "name": "Type", + "type": "Link", + "localized": false, + "required": false, + "validations": [ + { + "linkContentType": [ + "aboutPartnerType" + ] + } + ], + "disabled": false, + "omitted": false, + "linkType": "Entry" + }, + { + "id": "key", + "name": "key", + "type": "Symbol", + "localized": false, + "required": true, + "validations": [ + { + "unique": true + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "name", + "name": "Name", + "type": "Symbol", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "description", + "name": "Description", + "type": "Symbol", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "content", + "name": "Content", + "type": "Text", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "logo", + "name": "Logo", + "type": "Link", + "localized": false, + "required": false, + "validations": [ + { + "linkContentType": [ + "media" + ] + } + ], + "disabled": false, + "omitted": false, + "linkType": "Entry" + }, + { + "id": "siteurl", + "name": "SiteURL", + "type": "Symbol", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "storeurl", + "name": "Store URL", + "type": "Symbol", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "price", + "type": "ContentType", + "createdAt": "2021-07-12T07:29:36.889Z", + "updatedAt": "2022-10-11T00:44:27.485Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 25, + "publishedAt": "2022-10-11T00:44:27.485Z", + "firstPublishedAt": "2021-07-12T07:29:37.889Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 13, + "version": 26, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/content_types/price" + }, + "displayField": "key", + "name": "About_Price", + "description": "价格模型元数据描述:按量付费、包年包月、一次付费等", + "fields": [ + { + "id": "key", + "name": "key", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "name", + "name": "Name", + "type": "Symbol", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "description", + "name": "Description", + "type": "Text", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "cycle", + "name": "Cycle", + "type": "Symbol", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "support", + "type": "ContentType", + "createdAt": "2021-07-12T07:42:15.211Z", + "updatedAt": "2022-07-13T09:07:10.268Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2022-07-13T09:07:10.268Z", + "firstPublishedAt": "2021-07-12T07:42:15.904Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/content_types/support" + }, + "displayField": "key", + "name": "Base_Support", + "description": "产品技术支持范围的每个服务项描述", + "fields": [ + { + "id": "key", + "name": "key", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "name", + "name": "Name", + "type": "Symbol", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "media", + "type": "ContentType", + "createdAt": "2021-07-17T02:05:28.005Z", + "updatedAt": "2023-08-18T07:20:05.477Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 85, + "publishedAt": "2023-08-18T07:20:05.477Z", + "firstPublishedAt": "2021-07-17T02:05:29.826Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 43, + "version": 86, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/content_types/media" + }, + "displayField": "title", + "name": "Base_Media", + "description": "媒体库,替代 Contentful 官方 Media 功能", + "fields": [ + { + "id": "title", + "name": "Title", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "slug", + "name": "Slug", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "imageurl", + "name": "ImageURL", + "type": "Symbol", + "localized": true, + "required": false, + "validations": [ + ], + "defaultValue": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/appname-websoft9.png" + }, + "disabled": false, + "omitted": false + }, + { + "id": "description", + "name": "Description", + "type": "Text", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "type", + "name": "Type", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Symbol", + "validations": [ + { + "in": [ + "Product", + "Customer", + "Vendor", + "Partner", + "Marketplace" + ] + } + ] + } + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "delivery", + "type": "ContentType", + "createdAt": "2021-11-18T01:04:52.293Z", + "updatedAt": "2022-07-16T01:39:28.424Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 35, + "publishedAt": "2022-07-16T01:39:28.424Z", + "firstPublishedAt": "2021-11-18T01:04:53.623Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 18, + "version": 36, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/content_types/delivery" + }, + "displayField": "key", + "name": "About_Delivery", + "description": "产品类型元数据描述:镜像、SaaS、下载包等", + "fields": [ + { + "id": "key", + "name": "Key", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "defaultValue": { + "en-US": "虚拟机镜像" + }, + "disabled": false, + "omitted": false + }, + { + "id": "title", + "name": "Title", + "type": "Symbol", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "description", + "name": "Description", + "type": "Text", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "aboutMedia", + "type": "ContentType", + "createdAt": "2022-07-14T03:17:51.869Z", + "updatedAt": "2022-07-16T01:41:00.794Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 13, + "publishedAt": "2022-07-16T01:41:00.794Z", + "firstPublishedAt": "2022-07-14T03:17:52.751Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 7, + "version": 14, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/content_types/aboutMedia" + }, + "displayField": "name", + "name": "About_Asset", + "description": "文件类型元数据描述:图片、视频、文件附件、MD等", + "fields": [ + { + "id": "name", + "name": "Name", + "type": "Symbol", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "description", + "name": "Description", + "type": "Text", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "blog", + "type": "ContentType", + "createdAt": "2022-07-14T08:09:57.963Z", + "updatedAt": "2022-10-29T07:36:10.834Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 109, + "publishedAt": "2022-10-29T07:36:10.834Z", + "firstPublishedAt": "2022-07-14T08:09:58.622Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 55, + "version": 110, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/content_types/blog" + }, + "displayField": "title", + "name": "Resource", + "description": "内容营销集:博客、案例、场景方案、资料、新闻等", + "fields": [ + { + "id": "type", + "name": "Type", + "type": "Link", + "localized": false, + "required": false, + "validations": [ + { + "linkContentType": [ + "aboutContent" + ] + } + ], + "disabled": false, + "omitted": false, + "linkType": "Entry" + }, + { + "id": "slug", + "name": "Slug", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + { + "unique": true + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "title", + "name": "Title", + "type": "Symbol", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "subTitle", + "name": "SubTitle", + "type": "Symbol", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "featureImage", + "name": "FeatureImage", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "description", + "name": "Description", + "type": "Text", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "features_List", + "name": "Features_List", + "type": "Object", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "content", + "name": "Content", + "type": "Text", + "localized": true, + "required": false, + "validations": [ + ], + "defaultValue": { + "zh-CN": "客户案例模板\n\n## 客户需求\n## 我们的方案\n## 客户回报\n| 指标项 | 变化 |\n| ---------------- | ------ |\n| 云设施成本降低 | ↓ 60% |\n| 业务响应速度 | ↑ 5倍 |\n| 网站故障率 | ↓ 90% |\n| 网站 Lead 转化率 | ↑ 10倍 |\n## 项目故事\n#### 主线1\n#### 主线2\n#### 主线你\n## 未来展望", + "en-US": "Case template\n\n## Main Challenges\n## Solutions\n## ROI\n| item | change |\n| ---------------- | ------ |\n| 云设施成本降低 | ↓ 60% |\n| 业务响应速度 | ↑ 5倍 |\n| 网站故障率 | ↓ 90% |\n| 网站 Lead 转化率 | ↑ 10倍 |\n\n## Project Story\n#### 主线1\n#### 主线2\n#### 主线你\n## Looking to the future" + }, + "disabled": false, + "omitted": false + }, + { + "id": "features", + "name": "Features", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "baseFeature" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "customers", + "name": "Customers", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "marketplace" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "persons", + "name": "Persons", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "basePerson" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "author", + "name": "Author", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "basePerson" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "products", + "name": "Products", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "product" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "services", + "name": "Services", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "service" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "resources", + "name": "Resources", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "blog" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "downloadUrl", + "name": "DownloadURL", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "tags", + "name": "Tags", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "seo" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "time", + "name": "Time", + "type": "Date", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "action", + "name": "Action", + "type": "Object", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "aboutContent", + "type": "ContentType", + "createdAt": "2022-07-14T09:39:28.043Z", + "updatedAt": "2022-09-19T06:41:06.427Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2022-09-19T06:41:06.427Z", + "firstPublishedAt": "2022-07-14T09:39:28.932Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 4, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/content_types/aboutContent" + }, + "displayField": "key", + "name": "About_Content", + "description": "内容营销元数据描述:博客、视频、报告、信息图等", + "fields": [ + { + "id": "key", + "name": "key", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "title", + "name": "Title", + "type": "Symbol", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "description", + "name": "Description", + "type": "Text", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "icon", + "name": "Icon", + "type": "Link", + "localized": false, + "required": false, + "validations": [ + { + "linkContentType": [ + "media" + ] + } + ], + "disabled": false, + "omitted": false, + "linkType": "Entry" + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "basePerson", + "type": "ContentType", + "createdAt": "2022-07-15T09:52:15.474Z", + "updatedAt": "2022-10-29T01:49:59.805Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 39, + "publishedAt": "2022-10-29T01:49:59.805Z", + "firstPublishedAt": "2022-07-15T09:52:16.143Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 20, + "version": 40, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/content_types/basePerson" + }, + "displayField": "key", + "name": "Base_Person", + "description": "联系人库", + "fields": [ + { + "id": "key", + "name": "Key", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "fullName", + "name": "FullName", + "type": "Symbol", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "title", + "name": "Title", + "type": "Symbol", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "pictureUrl", + "name": "PictureURL", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "description", + "name": "Description", + "type": "Text", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "email", + "name": "Email", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + { + "regexp": { + "pattern": "^\\w[\\w.-]*@([\\w-]+\\.)+[\\w-]+$", + "flags": null + } + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "blog", + "name": "Blog", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + { + "regexp": { + "pattern": "^(ftp|http|https):\\/\\/(\\w+:{0,1}\\w*@)?(\\S+)(:[0-9]+)?(\\/|\\/([\\w#!:.?+=&%@!\\-/]))?$", + "flags": null + } + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "customer", + "name": "Customer", + "type": "Link", + "localized": false, + "required": false, + "validations": [ + { + "linkContentType": [ + "marketplace" + ] + } + ], + "disabled": false, + "omitted": false, + "linkType": "Entry" + }, + { + "id": "reviews", + "name": "Reviews", + "type": "Array", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Symbol", + "validations": [ + ] + } + }, + { + "id": "type", + "name": "Type", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + { + "in": [ + "Internal", + "External" + ] + } + ], + "disabled": false, + "omitted": false + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "page", + "type": "ContentType", + "createdAt": "2022-07-18T02:24:32.077Z", + "updatedAt": "2023-07-26T03:03:02.702Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 29, + "publishedAt": "2023-07-26T03:03:02.702Z", + "firstPublishedAt": "2022-07-18T02:24:33.079Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 15, + "version": 30, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/content_types/page" + }, + "displayField": "title", + "name": "Page", + "description": "页面", + "fields": [ + { + "id": "key", + "name": "key", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "title", + "name": "Title", + "type": "Symbol", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "description", + "name": "Description", + "type": "Text", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "content", + "name": "Content", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "blockHero" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "tags", + "name": "Tags", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "seo" + ] + } + ], + "linkType": "Entry" + } + } + ], + "metadata": { + "annotations": { + "ContentType": [ + { + "sys": { + "id": "Contentful:AggregateRoot", + "type": "Link", + "linkType": "Annotation" + } + } + ] + } + } + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "baseFeature", + "type": "ContentType", + "createdAt": "2022-07-18T07:30:03.041Z", + "updatedAt": "2022-10-18T08:50:45.624Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 107, + "publishedAt": "2022-10-18T08:50:45.624Z", + "firstPublishedAt": "2022-07-18T07:30:04.020Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 54, + "version": 108, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/content_types/baseFeature" + }, + "displayField": "title", + "name": "Base_Feature", + "description": "特征库", + "fields": [ + { + "id": "type", + "name": "Type", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Symbol", + "validations": [ + { + "in": [ + "FAQ", + "Gallery", + "ROI", + "Pricing", + "Menu", + "Product", + "Company", + "Partner", + "Contact", + "HR", + "PaaS" + ] + } + ] + } + }, + { + "id": "title", + "name": "Title", + "type": "Symbol", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "slug", + "name": "Slug", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "subtitle", + "name": "Subtitle", + "type": "Symbol", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "description", + "name": "Description", + "type": "Text", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "icon", + "name": "Icon", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "image", + "name": "Image", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "link", + "name": "Link", + "type": "Object", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "blockHero", + "type": "ContentType", + "createdAt": "2022-07-19T08:08:59.025Z", + "updatedAt": "2022-10-19T01:03:17.472Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 117, + "publishedAt": "2022-10-19T01:03:17.472Z", + "firstPublishedAt": "2022-07-19T08:08:59.551Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 59, + "version": 118, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/content_types/blockHero" + }, + "displayField": "title", + "name": "Block", + "description": "内容块:多个内容块组装成页面,数据来自 Feature", + "fields": [ + { + "id": "type", + "name": "Type", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Symbol", + "validations": [ + { + "in": [ + "Hero", + "CTA", + "FAQ", + "Pricing", + "Tabs", + "Testimonial", + "Team", + "Chart", + "Comment", + "Timeline", + "List", + "Gallery", + "Text Grid", + "Resource Grid", + "Feature Grid", + "Table", + "Form", + "Form Outside" + ] + } + ] + } + }, + { + "id": "title", + "name": "Title", + "type": "Symbol", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "slug", + "name": "Slug", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "subTitle", + "name": "SubTitle", + "type": "Symbol", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "backgourdImage", + "name": "BackgourdImage", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "buttons", + "name": "Buttons", + "type": "Object", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "inputBox", + "name": "InputBox", + "type": "Object", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "features", + "name": "Features", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + ], + "linkType": "Entry" + } + }, + { + "id": "link", + "name": "Link", + "type": "Object", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "media", + "name": "Media", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "menu", + "type": "ContentType", + "createdAt": "2022-08-05T09:37:04.673Z", + "updatedAt": "2022-10-24T08:14:54.818Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 73, + "publishedAt": "2022-10-24T08:14:54.818Z", + "firstPublishedAt": "2022-08-05T09:37:05.249Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 37, + "version": 74, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/content_types/menu" + }, + "displayField": "title", + "name": "Menu", + "description": "菜单", + "fields": [ + { + "id": "type", + "name": "Type", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + { + "in": [ + "MainMenu", + "BottomMenu", + "FooterMenu", + "RightMenu" + ] + } + ], + "disabled": false, + "omitted": false + }, + { + "id": "title", + "name": "Title", + "type": "Symbol", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "icon", + "name": "Icon", + "type": "Link", + "localized": false, + "required": false, + "validations": [ + { + "linkContentType": [ + "media" + ] + } + ], + "disabled": false, + "omitted": false, + "linkType": "Entry" + }, + { + "id": "description", + "name": "Description", + "type": "Symbol", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "link", + "name": "Link", + "type": "Symbol", + "localized": true, + "required": false, + "validations": [ + ], + "defaultValue": { + "en-US": "/" + }, + "disabled": false, + "omitted": false + }, + { + "id": "submenu", + "name": "Submenu", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "catalog", + "baseFeature", + "menu", + "product", + "blog", + "service" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "sort", + "name": "Sort", + "type": "Integer", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "aboutAppPersonnel", + "type": "ContentType", + "createdAt": "2022-08-25T01:48:44.959Z", + "updatedAt": "2022-09-02T08:00:43.561Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 19, + "publishedAt": "2022-09-02T08:00:43.561Z", + "firstPublishedAt": "2022-08-25T01:48:45.487Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 10, + "version": 20, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/content_types/aboutAppPersonnel" + }, + "displayField": "title", + "name": "About_UserType", + "description": "用户类型元数据描述:开发者、管理层、学生等", + "fields": [ + { + "id": "title", + "name": "Title", + "type": "Symbol", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "key", + "name": "Key", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "description", + "name": "Description", + "type": "Symbol", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "aboutPartnerType", + "type": "ContentType", + "createdAt": "2022-09-19T02:18:29.386Z", + "updatedAt": "2022-09-27T04:54:15.176Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2022-09-27T04:54:15.176Z", + "firstPublishedAt": "2022-09-19T02:18:29.896Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/content_types/aboutPartnerType" + }, + "displayField": "title", + "name": "About_BrandType", + "description": "外部公司类型元数据描述:客户、渠道、ISV等", + "fields": [ + { + "id": "key", + "name": "key", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "title", + "name": "title", + "type": "Symbol", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "description", + "name": "Description", + "type": "Symbol", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + } + ] + }, + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "service", + "type": "ContentType", + "createdAt": "2022-10-09T12:13:48.693Z", + "updatedAt": "2022-10-24T03:35:05.931Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 85, + "publishedAt": "2022-10-24T03:35:05.931Z", + "firstPublishedAt": "2022-10-09T12:13:49.507Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 43, + "version": 86, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/content_types/service" + }, + "displayField": "title", + "name": "Service", + "description": "服务主数据", + "fields": [ + { + "id": "key", + "name": "Key", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "title", + "name": "Title", + "type": "Symbol", + "localized": true, + "required": true, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "customerType", + "name": "CustomerType", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "aboutPartnerType" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "userType", + "name": "UserType", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "aboutAppPersonnel" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "priceModel", + "name": "PriceModel", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "price" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "catalog", + "name": "Catalog", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "catalog" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "pricing", + "name": "Pricing", + "type": "Integer", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "featureImage", + "name": "FeatureImage", + "type": "Symbol", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "images", + "name": "Images", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Symbol", + "validations": [ + ] + } + }, + { + "id": "summary", + "name": "Summary", + "type": "Symbol", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "overview", + "name": "Overview", + "type": "Text", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "BuyRemark", + "name": "BuyRemark", + "type": "Text", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "products", + "name": "Products", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "product" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "services", + "name": "Services", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "service" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "cases", + "name": "Cases", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "blog" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "resources", + "name": "Resources", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "blog" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "values", + "name": "Values", + "type": "Object", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "task", + "name": "Tasks", + "type": "Object", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "tags", + "name": "Tags", + "type": "Array", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Link", + "validations": [ + { + "linkContentType": [ + "seo" + ] + } + ], + "linkType": "Entry" + } + }, + { + "id": "featured", + "name": "Featured", + "type": "Boolean", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "keywords", + "name": "Keywords", + "type": "Array", + "localized": true, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false, + "items": { + "type": "Symbol", + "validations": [ + ] + } + }, + { + "id": "hot", + "name": "Hot", + "type": "Integer", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + }, + { + "id": "review", + "name": "Review", + "type": "Integer", + "localized": false, + "required": false, + "validations": [ + ], + "disabled": false, + "omitted": false + } + ] + } + ], + "tags": [ + { + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "tagtest", + "type": "Tag", + "createdAt": "2021-04-13T06:44:47.796Z", + "updatedAt": "2021-04-13T06:44:47.796Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "version": 1, + "visibility": "public" + }, + "name": "tagtest" + } + ], + "editorInterfaces": [ + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "ffrhttfighww", + "type": "Link", + "linkType": "Space" + } + }, + "version": 419, + "createdAt": "2021-04-12T06:55:39.230Z", + "createdBy": { + "sys": { + "id": "0PgmsmbcfXKbpHig3mOpiL", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2024-07-02T01:57:14.914Z", + "updatedBy": { + "sys": { + "id": "0PgmsmbcfXKbpHig3mOpiL", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "product", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "sidebar": [ + { + "settings": { + }, + "widgetId": "4kJlo5koeq6SSrirCFQAeJ", + "widgetNamespace": "app" + }, + { + "settings": { + }, + "widgetId": "publication-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "settings": { + }, + "widgetId": "content-preview-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "settings": { + }, + "widgetId": "incoming-links-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "settings": { + }, + "widgetId": "translation-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "settings": { + }, + "widgetId": "versions-widget", + "widgetNamespace": "sidebar-builtin" + } + ], + "controls": [ + { + "fieldId": "key", + "settings": { + "trackingFieldId": "trademark" + }, + "widgetId": "slugEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "trademark", + "settings": { + "helpText": "产品文字商标名称" + }, + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "title", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "logo", + "settings": { + "showLinkEntityAction": true, + "showCreateEntityAction": true + }, + "widgetId": "entryLinkEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "summary", + "settings": { + "helpText": "一句话描述产品" + }, + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "overview", + "settings": { + "helpText": "产品简述" + }, + "widgetId": "multipleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "description", + "settings": { + "helpText": "产品详情" + }, + "widgetId": "markdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "screenshots", + "settings": { + "valueName": "产品截图 URL" + }, + "widgetId": "7ek22esW2z9i1kdmevLJXd", + "widgetNamespace": "app" + }, + { + "fieldId": "hot", + "settings": { + "helpText": "热门度,数字越大越热门。例如:18000" + }, + "widgetId": "numberEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "review", + "widgetId": "rating", + "widgetNamespace": "builtin" + }, + { + "fieldId": "featured", + "settings": { + "helpText": "是否推荐", + "trueLabel": "Yes", + "falseLabel": "No" + }, + "widgetId": "boolean", + "widgetNamespace": "builtin" + }, + { + "fieldId": "catalog", + "settings": { + "helpText": "产品目录", + "bulkEditing": false, + "showLinkEntityAction": true, + "showCreateEntityAction": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "component", + "settings": { + "helpText": "产品相关组件", + "bulkEditing": false, + "showLinkEntityAction": true, + "showCreateEntityAction": false + }, + "widgetId": "entryCardsEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "os", + "widgetId": "checkbox", + "widgetNamespace": "builtin" + }, + { + "fieldId": "supportLanguage", + "settings": { + "helpText": "支持语言" + }, + "widgetId": "checkbox", + "widgetNamespace": "builtin" + }, + { + "fieldId": "solution", + "settings": { + "bulkEditing": false, + "showLinkEntityAction": true, + "showCreateEntityAction": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "highlights", + "widgetId": "3qehXgSRk48Gk6PmcTGY1g", + "widgetNamespace": "extension" + }, + { + "fieldId": "faq", + "widgetId": "7ek22esW2z9i1kdmevLJXd", + "widgetNamespace": "app" + }, + { + "fieldId": "tags", + "settings": { + "bulkEditing": false, + "showLinkEntityAction": true, + "showCreateEntityAction": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "priceModel", + "settings": { + "bulkEditing": false, + "showLinkEntityAction": true, + "showCreateEntityAction": false + }, + "widgetId": "entryCardsEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "productType", + "settings": { + "helpText": "产品类型(交付方式)", + "bulkEditing": false, + "showLinkEntityAction": true, + "showCreateEntityAction": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "saleOnMarketPlace", + "widgetId": "richTextEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "license", + "settings": { + "showLinkEntityAction": true, + "showCreateEntityAction": false + }, + "widgetId": "entryLinkEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "licenseadditional", + "settings": { + "helpText": "附加条款" + }, + "widgetId": "markdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "program", + "settings": { + "helpText": "编程语言", + "bulkEditing": false, + "showLinkEntityAction": true, + "showCreateEntityAction": true + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "websiteurl", + "settings": { + "helpText": "产品官网" + }, + "widgetId": "urlEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "trademarkUrl", + "widgetId": "urlEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "userType", + "settings": { + "helpText": "适用人员", + "bulkEditing": false, + "showLinkEntityAction": true, + "showCreateEntityAction": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "keywords", + "widgetId": "tagEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "distribution", + "settings": { + "valueName": "e.g Community + 5.6" + }, + "widgetId": "7ek22esW2z9i1kdmevLJXd", + "widgetNamespace": "app" + }, + { + "fieldId": "production", + "settings": { + "helpText": "此产品是否已经可用于生产", + "trueLabel": "Yes", + "falseLabel": "No" + }, + "widgetId": "boolean", + "widgetNamespace": "builtin" + }, + { + "fieldId": "appStore", + "widgetId": "boolean", + "widgetNamespace": "builtin" + }, + { + "fieldId": "vcpu", + "settings": { + "helpText": "CPU核数" + }, + "widgetId": "numberEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "memory", + "settings": { + "helpText": "内存大小" + }, + "widgetId": "numberEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "storage", + "settings": { + "helpText": "硬盘大小" + }, + "widgetId": "numberEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "plans", + "settings": { + "helpText": "用 catalog 的 Plans 筛选", + "bulkEditing": false, + "showLinkEntityAction": true, + "showCreateEntityAction": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "ffrhttfighww", + "type": "Link", + "linkType": "Space" + } + }, + "version": 89, + "createdAt": "2021-04-13T06:27:48.641Z", + "createdBy": { + "sys": { + "id": "0PgmsmbcfXKbpHig3mOpiL", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2023-03-03T09:26:13.490Z", + "updatedBy": { + "sys": { + "id": "5jBv2rateVgqaNkoYWHqVo", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "catalog", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "sidebar": [ + { + "settings": { + }, + "widgetId": "4kJlo5koeq6SSrirCFQAeJ", + "widgetNamespace": "app" + }, + { + "settings": { + }, + "widgetId": "publication-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "settings": { + }, + "widgetId": "content-preview-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "settings": { + }, + "widgetId": "incoming-links-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "settings": { + }, + "widgetId": "translation-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "settings": { + }, + "widgetId": "versions-widget", + "widgetNamespace": "sidebar-builtin" + } + ], + "controls": [ + { + "fieldId": "title", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "key", + "settings": { + "trackingFieldId": "title" + }, + "widgetId": "slugEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "position", + "settings": { + "helpText": "目录位置序号,支持小数点,越小越靠前" + }, + "widgetId": "numberEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "overview", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "description", + "widgetId": "multipleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "catalog", + "settings": { + "bulkEditing": true, + "showLinkEntityAction": true, + "showCreateEntityAction": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "recommend", + "settings": { + "helpText": "本类目推荐产品", + "bulkEditing": false, + "showLinkEntityAction": true, + "showCreateEntityAction": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "resources", + "settings": { + "bulkEditing": true, + "showLinkEntityAction": true, + "showCreateEntityAction": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "ffrhttfighww", + "type": "Link", + "linkType": "Space" + } + }, + "version": 21, + "createdAt": "2021-04-13T07:05:48.484Z", + "createdBy": { + "sys": { + "id": "0PgmsmbcfXKbpHig3mOpiL", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2022-10-31T06:26:24.252Z", + "updatedBy": { + "sys": { + "id": "5jBv2rateVgqaNkoYWHqVo", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "license", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "sidebar": [ + { + "widgetId": "4kJlo5koeq6SSrirCFQAeJ", + "widgetNamespace": "app" + }, + { + "widgetId": "publication-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "content-preview-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "incoming-links-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "translation-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "versions-widget", + "widgetNamespace": "sidebar-builtin" + } + ], + "controls": [ + { + "fieldId": "key", + "widgetId": "slugEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "name", + "settings": { + "helpText": "简称,例如:Apache 2.0" + }, + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "title", + "settings": { + "helpText": "全称,例如:Apache License 2.0 (Apache-2.0)" + }, + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "description", + "widgetId": "markdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "url", + "widgetId": "urlEditor", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "ffrhttfighww", + "type": "Link", + "linkType": "Space" + } + }, + "version": 19, + "createdAt": "2021-06-28T09:28:57.253Z", + "createdBy": { + "sys": { + "id": "0PgmsmbcfXKbpHig3mOpiL", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2024-01-12T00:40:40.830Z", + "updatedBy": { + "sys": { + "id": "0PgmsmbcfXKbpHig3mOpiL", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "seo", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "sidebar": [ + { + "settings": { + }, + "widgetId": "4kJlo5koeq6SSrirCFQAeJ", + "widgetNamespace": "app" + }, + { + "settings": { + }, + "widgetId": "publication-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "settings": { + }, + "widgetId": "content-preview-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "settings": { + }, + "widgetId": "incoming-links-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "settings": { + }, + "widgetId": "translation-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "settings": { + }, + "widgetId": "versions-widget", + "widgetNamespace": "sidebar-builtin" + } + ], + "controls": [ + { + "fieldId": "name", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "keyword", + "settings": { + "trackingFieldId": "name" + }, + "widgetId": "slugEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "type", + "widgetId": "tagEditor", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "ffrhttfighww", + "type": "Link", + "linkType": "Space" + } + }, + "version": 17, + "createdAt": "2021-06-30T13:40:31.647Z", + "createdBy": { + "sys": { + "id": "0PgmsmbcfXKbpHig3mOpiL", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2022-10-31T06:26:24.293Z", + "updatedBy": { + "sys": { + "id": "5jBv2rateVgqaNkoYWHqVo", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "language", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "sidebar": [ + { + "widgetId": "4kJlo5koeq6SSrirCFQAeJ", + "widgetNamespace": "app" + }, + { + "widgetId": "publication-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "content-preview-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "incoming-links-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "translation-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "versions-widget", + "widgetNamespace": "sidebar-builtin" + } + ], + "controls": [ + { + "fieldId": "key", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "name", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "url", + "widgetId": "urlEditor", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "ffrhttfighww", + "type": "Link", + "linkType": "Space" + } + }, + "version": 87, + "createdAt": "2021-07-01T09:56:28.457Z", + "createdBy": { + "sys": { + "id": "0PgmsmbcfXKbpHig3mOpiL", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2022-10-31T06:26:25.510Z", + "updatedBy": { + "sys": { + "id": "5jBv2rateVgqaNkoYWHqVo", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "marketplace", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "sidebar": [ + { + "widgetId": "4kJlo5koeq6SSrirCFQAeJ", + "widgetNamespace": "app" + }, + { + "widgetId": "publication-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "content-preview-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "incoming-links-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "translation-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "versions-widget", + "widgetNamespace": "sidebar-builtin" + } + ], + "controls": [ + { + "fieldId": "type", + "settings": { + "helpText": "类型", + "showLinkEntityAction": true, + "showCreateEntityAction": false + }, + "widgetId": "entryLinkEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "key", + "settings": { + "trackingFieldId": "name" + }, + "widgetId": "slugEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "name", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "description", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "content", + "widgetId": "markdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "logo", + "settings": { + "showLinkEntityAction": true, + "showCreateEntityAction": false + }, + "widgetId": "entryLinkEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "siteurl", + "settings": { + "helpText": "商品页 URL 前缀" + }, + "widgetId": "urlEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "storeurl", + "settings": { + "helpText": "Websoft9 店铺网址" + }, + "widgetId": "urlEditor", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "ffrhttfighww", + "type": "Link", + "linkType": "Space" + } + }, + "version": 27, + "createdAt": "2021-07-12T07:29:38.005Z", + "createdBy": { + "sys": { + "id": "0PgmsmbcfXKbpHig3mOpiL", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2022-10-31T06:26:25.540Z", + "updatedBy": { + "sys": { + "id": "5jBv2rateVgqaNkoYWHqVo", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "price", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "sidebar": [ + { + "widgetId": "4kJlo5koeq6SSrirCFQAeJ", + "widgetNamespace": "app" + }, + { + "widgetId": "publication-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "content-preview-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "incoming-links-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "translation-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "versions-widget", + "widgetNamespace": "sidebar-builtin" + } + ], + "controls": [ + { + "fieldId": "key", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "name", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "description", + "widgetId": "multipleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "cycle", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "ffrhttfighww", + "type": "Link", + "linkType": "Space" + } + }, + "version": 7, + "createdAt": "2021-07-12T07:42:16.080Z", + "createdBy": { + "sys": { + "id": "0PgmsmbcfXKbpHig3mOpiL", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2022-10-31T06:26:26.272Z", + "updatedBy": { + "sys": { + "id": "5jBv2rateVgqaNkoYWHqVo", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "support", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "sidebar": [ + { + "widgetId": "4kJlo5koeq6SSrirCFQAeJ", + "widgetNamespace": "app" + }, + { + "widgetId": "publication-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "content-preview-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "incoming-links-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "translation-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "versions-widget", + "widgetNamespace": "sidebar-builtin" + } + ], + "controls": [ + { + "fieldId": "key", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "name", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "ffrhttfighww", + "type": "Link", + "linkType": "Space" + } + }, + "version": 87, + "createdAt": "2021-07-17T02:05:29.974Z", + "createdBy": { + "sys": { + "id": "0PgmsmbcfXKbpHig3mOpiL", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2023-08-18T07:20:06.667Z", + "updatedBy": { + "sys": { + "id": "0PgmsmbcfXKbpHig3mOpiL", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "media", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "editors": [ + { + "settings": { + }, + "widgetId": "default-editor", + "widgetNamespace": "editor-builtin" + }, + { + "settings": { + }, + "widgetId": "tags-editor", + "widgetNamespace": "editor-builtin" + } + ], + "sidebar": [ + { + "settings": { + }, + "widgetId": "4kJlo5koeq6SSrirCFQAeJ", + "widgetNamespace": "app" + }, + { + "settings": { + }, + "widgetId": "publication-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "settings": { + }, + "widgetId": "content-preview-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "settings": { + }, + "widgetId": "incoming-links-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "settings": { + }, + "widgetId": "translation-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "settings": { + }, + "widgetId": "versions-widget", + "widgetNamespace": "sidebar-builtin" + } + ], + "controls": [ + { + "fieldId": "title", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "slug", + "settings": { + "trackingFieldId": "title" + }, + "widgetId": "slugEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "imageurl", + "settings": { + "helpText": "如果中英文图片相同,只需要填写英文数据(中文可以为空),否则都需要填写" + }, + "widgetId": "urlEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "description", + "widgetId": "markdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "type", + "widgetId": "checkbox", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "ffrhttfighww", + "type": "Link", + "linkType": "Space" + } + }, + "version": 37, + "createdAt": "2021-11-18T01:04:53.747Z", + "createdBy": { + "sys": { + "id": "0PgmsmbcfXKbpHig3mOpiL", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2022-10-31T06:26:24.292Z", + "updatedBy": { + "sys": { + "id": "5jBv2rateVgqaNkoYWHqVo", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "delivery", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "sidebar": [ + { + "widgetId": "4kJlo5koeq6SSrirCFQAeJ", + "widgetNamespace": "app" + }, + { + "widgetId": "publication-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "content-preview-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "incoming-links-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "translation-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "versions-widget", + "widgetNamespace": "sidebar-builtin" + } + ], + "controls": [ + { + "fieldId": "key", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "title", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "description", + "widgetId": "multipleLine", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "ffrhttfighww", + "type": "Link", + "linkType": "Space" + } + }, + "version": 15, + "createdAt": "2022-07-14T03:17:52.813Z", + "createdBy": { + "sys": { + "id": "0PgmsmbcfXKbpHig3mOpiL", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2022-10-31T06:26:23.347Z", + "updatedBy": { + "sys": { + "id": "5jBv2rateVgqaNkoYWHqVo", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "aboutMedia", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "sidebar": [ + { + "widgetId": "4kJlo5koeq6SSrirCFQAeJ", + "widgetNamespace": "app" + }, + { + "widgetId": "publication-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "content-preview-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "incoming-links-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "translation-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "versions-widget", + "widgetNamespace": "sidebar-builtin" + } + ], + "controls": [ + { + "fieldId": "name", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "description", + "widgetId": "markdown", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "ffrhttfighww", + "type": "Link", + "linkType": "Space" + } + }, + "version": 111, + "createdAt": "2022-07-14T08:09:58.693Z", + "createdBy": { + "sys": { + "id": "0PgmsmbcfXKbpHig3mOpiL", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2022-10-31T06:26:24.269Z", + "updatedBy": { + "sys": { + "id": "5jBv2rateVgqaNkoYWHqVo", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "blog", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "sidebar": [ + { + "widgetId": "4kJlo5koeq6SSrirCFQAeJ", + "widgetNamespace": "app" + }, + { + "widgetId": "publication-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "content-preview-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "incoming-links-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "translation-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "versions-widget", + "widgetNamespace": "sidebar-builtin" + } + ], + "controls": [ + { + "fieldId": "type", + "settings": { + "showLinkEntityAction": true, + "showCreateEntityAction": false + }, + "widgetId": "entryLinkEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "slug", + "settings": { + "trackingFieldId": "title" + }, + "widgetId": "slugEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "title", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "subTitle", + "settings": { + "helpText": "子标题" + }, + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "featureImage", + "settings": { + "helpText": "封面图片" + }, + "widgetId": "urlEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "description", + "settings": { + "helpText": "简介" + }, + "widgetId": "markdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "features_List", + "settings": { + "valueName": "区别于reference的特征项,格式:icon/title, subtitle" + }, + "widgetId": "7ek22esW2z9i1kdmevLJXd", + "widgetNamespace": "app" + }, + { + "fieldId": "content", + "widgetId": "markdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "features", + "settings": { + "helpText": "特征/ROI", + "bulkEditing": true, + "showLinkEntityAction": true, + "showCreateEntityAction": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "customers", + "settings": { + "bulkEditing": false, + "showLinkEntityAction": true, + "showCreateEntityAction": false + }, + "widgetId": "entryCardsEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "persons", + "settings": { + "bulkEditing": false, + "showLinkEntityAction": true, + "showCreateEntityAction": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "author", + "settings": { + "bulkEditing": false, + "showLinkEntityAction": true, + "showCreateEntityAction": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "products", + "settings": { + "helpText": "与解决方案有关的产品", + "bulkEditing": false, + "showLinkEntityAction": true, + "showCreateEntityAction": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "services", + "settings": { + "helpText": "与解决方案有关的服务", + "bulkEditing": false, + "showLinkEntityAction": true, + "showCreateEntityAction": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "resources", + "settings": { + "bulkEditing": false, + "showLinkEntityAction": true, + "showCreateEntityAction": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "downloadUrl", + "settings": { + "helpText": "下载地址" + }, + "widgetId": "urlEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "tags", + "settings": { + "bulkEditing": false, + "showLinkEntityAction": true, + "showCreateEntityAction": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "time", + "widgetId": "datePicker", + "widgetNamespace": "builtin" + }, + { + "fieldId": "action", + "settings": { + "valueName": "按钮链接" + }, + "widgetId": "7ek22esW2z9i1kdmevLJXd", + "widgetNamespace": "app" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "ffrhttfighww", + "type": "Link", + "linkType": "Space" + } + }, + "version": 9, + "createdAt": "2022-07-14T09:39:28.997Z", + "createdBy": { + "sys": { + "id": "0PgmsmbcfXKbpHig3mOpiL", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2022-10-31T06:26:23.408Z", + "updatedBy": { + "sys": { + "id": "5jBv2rateVgqaNkoYWHqVo", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "aboutContent", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "sidebar": [ + { + "widgetId": "4kJlo5koeq6SSrirCFQAeJ", + "widgetNamespace": "app" + }, + { + "widgetId": "publication-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "content-preview-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "incoming-links-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "translation-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "versions-widget", + "widgetNamespace": "sidebar-builtin" + } + ], + "controls": [ + { + "fieldId": "key", + "settings": { + "trackingFieldId": "title" + }, + "widgetId": "slugEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "title", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "description", + "widgetId": "markdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "icon", + "settings": { + "showLinkEntityAction": true, + "showCreateEntityAction": false + }, + "widgetId": "entryLinkEditor", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "ffrhttfighww", + "type": "Link", + "linkType": "Space" + } + }, + "version": 41, + "createdAt": "2022-07-15T09:52:16.251Z", + "createdBy": { + "sys": { + "id": "0PgmsmbcfXKbpHig3mOpiL", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2022-10-31T06:26:23.493Z", + "updatedBy": { + "sys": { + "id": "5jBv2rateVgqaNkoYWHqVo", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "basePerson", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "sidebar": [ + { + "widgetId": "4kJlo5koeq6SSrirCFQAeJ", + "widgetNamespace": "app" + }, + { + "widgetId": "publication-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "content-preview-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "incoming-links-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "translation-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "versions-widget", + "widgetNamespace": "sidebar-builtin" + } + ], + "controls": [ + { + "fieldId": "key", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "fullName", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "title", + "settings": { + "helpText": "所在公司的职位,例如:IT Manger" + }, + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "pictureUrl", + "settings": { + "helpText": "个人图像地址" + }, + "widgetId": "urlEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "description", + "widgetId": "markdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "email", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "blog", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "customer", + "settings": { + "showLinkEntityAction": true, + "showCreateEntityAction": false + }, + "widgetId": "entryLinkEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "reviews", + "widgetId": "3qehXgSRk48Gk6PmcTGY1g", + "widgetNamespace": "extension" + }, + { + "fieldId": "type", + "widgetId": "dropdown", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "ffrhttfighww", + "type": "Link", + "linkType": "Space" + } + }, + "version": 30, + "createdAt": "2022-07-18T02:24:33.146Z", + "createdBy": { + "sys": { + "id": "0PgmsmbcfXKbpHig3mOpiL", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2023-07-26T03:03:02.907Z", + "updatedBy": { + "sys": { + "id": "0PgmsmbcfXKbpHig3mOpiL", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "page", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "sidebar": [ + { + "widgetId": "4kJlo5koeq6SSrirCFQAeJ", + "widgetNamespace": "app" + }, + { + "widgetId": "publication-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "content-preview-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "incoming-links-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "translation-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "versions-widget", + "widgetNamespace": "sidebar-builtin" + } + ], + "controls": [ + { + "fieldId": "key", + "settings": { + "trackingFieldId": "title" + }, + "widgetId": "slugEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "title", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "description", + "widgetId": "multipleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "content", + "settings": { + "bulkEditing": false, + "showLinkEntityAction": true, + "showCreateEntityAction": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "tags", + "settings": { + "helpText": "用于 SEO", + "bulkEditing": false, + "showLinkEntityAction": true, + "showCreateEntityAction": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "ffrhttfighww", + "type": "Link", + "linkType": "Space" + } + }, + "version": 109, + "createdAt": "2022-07-18T07:30:04.077Z", + "createdBy": { + "sys": { + "id": "0PgmsmbcfXKbpHig3mOpiL", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2022-10-31T06:26:23.506Z", + "updatedBy": { + "sys": { + "id": "5jBv2rateVgqaNkoYWHqVo", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "baseFeature", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "sidebar": [ + { + "widgetId": "4kJlo5koeq6SSrirCFQAeJ", + "widgetNamespace": "app" + }, + { + "widgetId": "publication-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "content-preview-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "incoming-links-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "translation-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "versions-widget", + "widgetNamespace": "sidebar-builtin" + } + ], + "controls": [ + { + "fieldId": "type", + "settings": { + "helpText": "特征类型" + }, + "widgetId": "checkbox", + "widgetNamespace": "builtin" + }, + { + "fieldId": "title", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "slug", + "settings": { + "trackingFieldId": "title" + }, + "widgetId": "slugEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "subtitle", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "description", + "settings": { + "helpText": "描述" + }, + "widgetId": "markdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "icon", + "settings": { + "helpText": "图标" + }, + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "image", + "settings": { + "helpText": "图片链接" + }, + "widgetId": "urlEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "link", + "settings": { + "valueName": "额外链接" + }, + "widgetId": "7ek22esW2z9i1kdmevLJXd", + "widgetNamespace": "app" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "ffrhttfighww", + "type": "Link", + "linkType": "Space" + } + }, + "version": 119, + "createdAt": "2022-07-19T08:08:59.603Z", + "createdBy": { + "sys": { + "id": "0PgmsmbcfXKbpHig3mOpiL", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2022-10-31T06:26:24.256Z", + "updatedBy": { + "sys": { + "id": "5jBv2rateVgqaNkoYWHqVo", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "blockHero", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "sidebar": [ + { + "widgetId": "4kJlo5koeq6SSrirCFQAeJ", + "widgetNamespace": "app" + }, + { + "widgetId": "publication-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "content-preview-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "incoming-links-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "translation-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "versions-widget", + "widgetNamespace": "sidebar-builtin" + } + ], + "controls": [ + { + "fieldId": "type", + "widgetId": "checkbox", + "widgetNamespace": "builtin" + }, + { + "fieldId": "title", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "slug", + "settings": { + "trackingFieldId": "title" + }, + "widgetId": "slugEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "subTitle", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "backgourdImage", + "settings": { + "helpText": "背景图片" + }, + "widgetId": "urlEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "buttons", + "settings": { + "valueName": "[按钮名称,URL]" + }, + "widgetId": "7ek22esW2z9i1kdmevLJXd", + "widgetNamespace": "app" + }, + { + "fieldId": "inputBox", + "settings": { + "valueName": "[输入框信息提示, 提交后反馈信息]" + }, + "widgetId": "7ek22esW2z9i1kdmevLJXd", + "widgetNamespace": "app" + }, + { + "fieldId": "features", + "settings": { + "bulkEditing": true, + "showLinkEntityAction": true, + "showCreateEntityAction": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "link", + "settings": { + "valueName": "额外链接" + }, + "widgetId": "7ek22esW2z9i1kdmevLJXd", + "widgetNamespace": "app" + }, + { + "fieldId": "media", + "settings": { + "helpText": "图片或者视频链接" + }, + "widgetId": "urlEditor", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "ffrhttfighww", + "type": "Link", + "linkType": "Space" + } + }, + "version": 75, + "createdAt": "2022-08-05T09:37:05.313Z", + "createdBy": { + "sys": { + "id": "5jBv2rateVgqaNkoYWHqVo", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2022-10-31T06:26:25.254Z", + "updatedBy": { + "sys": { + "id": "5jBv2rateVgqaNkoYWHqVo", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "menu", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "sidebar": [ + { + "widgetId": "4kJlo5koeq6SSrirCFQAeJ", + "widgetNamespace": "app" + }, + { + "widgetId": "publication-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "content-preview-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "incoming-links-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "translation-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "versions-widget", + "widgetNamespace": "sidebar-builtin" + } + ], + "controls": [ + { + "fieldId": "type", + "settings": { + "helpText": "菜单类型" + }, + "widgetId": "radio", + "widgetNamespace": "builtin" + }, + { + "fieldId": "title", + "settings": { + "helpText": "菜单文本" + }, + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "icon", + "settings": { + "helpText": "菜单图标", + "showLinkEntityAction": true, + "showCreateEntityAction": false + }, + "widgetId": "entryLinkEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "description", + "settings": { + "helpText": "描述" + }, + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "link", + "settings": { + "helpText": "菜单链接" + }, + "widgetId": "urlEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "submenu", + "settings": { + "bulkEditing": false, + "showLinkEntityAction": true, + "showCreateEntityAction": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "sort", + "settings": { + "helpText": "菜单序号(针对type为mainmenu的数据)" + }, + "widgetId": "numberEditor", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "ffrhttfighww", + "type": "Link", + "linkType": "Space" + } + }, + "version": 21, + "createdAt": "2022-08-25T01:48:45.552Z", + "createdBy": { + "sys": { + "id": "5jBv2rateVgqaNkoYWHqVo", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2022-10-31T06:26:23.293Z", + "updatedBy": { + "sys": { + "id": "5jBv2rateVgqaNkoYWHqVo", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "aboutAppPersonnel", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "sidebar": [ + { + "widgetId": "4kJlo5koeq6SSrirCFQAeJ", + "widgetNamespace": "app" + }, + { + "widgetId": "publication-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "content-preview-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "incoming-links-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "translation-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "versions-widget", + "widgetNamespace": "sidebar-builtin" + } + ], + "controls": [ + { + "fieldId": "title", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "key", + "settings": { + "trackingFieldId": "title" + }, + "widgetId": "slugEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "description", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "ffrhttfighww", + "type": "Link", + "linkType": "Space" + } + }, + "version": 7, + "createdAt": "2022-09-19T02:18:29.952Z", + "createdBy": { + "sys": { + "id": "5jBv2rateVgqaNkoYWHqVo", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2022-10-31T06:26:23.966Z", + "updatedBy": { + "sys": { + "id": "5jBv2rateVgqaNkoYWHqVo", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "aboutPartnerType", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "sidebar": [ + { + "widgetId": "4kJlo5koeq6SSrirCFQAeJ", + "widgetNamespace": "app" + }, + { + "widgetId": "publication-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "content-preview-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "incoming-links-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "translation-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "versions-widget", + "widgetNamespace": "sidebar-builtin" + } + ], + "controls": [ + { + "fieldId": "key", + "settings": { + "trackingFieldId": "title" + }, + "widgetId": "slugEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "title", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "description", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + } + ] + }, + { + "sys": { + "id": "default", + "type": "EditorInterface", + "space": { + "sys": { + "id": "ffrhttfighww", + "type": "Link", + "linkType": "Space" + } + }, + "version": 87, + "createdAt": "2022-10-09T12:13:49.842Z", + "createdBy": { + "sys": { + "id": "0PgmsmbcfXKbpHig3mOpiL", + "type": "Link", + "linkType": "User" + } + }, + "updatedAt": "2022-10-31T06:26:26.280Z", + "updatedBy": { + "sys": { + "id": "5jBv2rateVgqaNkoYWHqVo", + "type": "Link", + "linkType": "User" + } + }, + "contentType": { + "sys": { + "id": "service", + "type": "Link", + "linkType": "ContentType" + } + }, + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + } + }, + "sidebar": [ + { + "widgetId": "4kJlo5koeq6SSrirCFQAeJ", + "widgetNamespace": "app" + }, + { + "widgetId": "publication-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "content-preview-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "incoming-links-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "translation-widget", + "widgetNamespace": "sidebar-builtin" + }, + { + "widgetId": "versions-widget", + "widgetNamespace": "sidebar-builtin" + } + ], + "controls": [ + { + "fieldId": "key", + "settings": { + "trackingFieldId": "title" + }, + "widgetId": "slugEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "title", + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "customerType", + "settings": { + "bulkEditing": false, + "showLinkEntityAction": true, + "showCreateEntityAction": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "userType", + "settings": { + "helpText": "适用人员", + "bulkEditing": false, + "showLinkEntityAction": true, + "showCreateEntityAction": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "priceModel", + "settings": { + "bulkEditing": false, + "showLinkEntityAction": true, + "showCreateEntityAction": false + }, + "widgetId": "entryCardsEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "catalog", + "settings": { + "helpText": "服务目录,务必选择 Service 目录下的二级目录", + "bulkEditing": false, + "showLinkEntityAction": true, + "showCreateEntityAction": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "pricing", + "widgetId": "numberEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "featureImage", + "widgetId": "urlEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "images", + "widgetId": "3qehXgSRk48Gk6PmcTGY1g", + "widgetNamespace": "extension" + }, + { + "fieldId": "summary", + "settings": { + "helpText": "一句话描述产品" + }, + "widgetId": "singleLine", + "widgetNamespace": "builtin" + }, + { + "fieldId": "overview", + "settings": { + "helpText": "产品简述" + }, + "widgetId": "markdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "BuyRemark", + "settings": { + "helpText": "购买须知" + }, + "widgetId": "markdown", + "widgetNamespace": "builtin" + }, + { + "fieldId": "products", + "settings": { + "helpText": "产品相关组件", + "bulkEditing": false, + "showLinkEntityAction": true, + "showCreateEntityAction": false + }, + "widgetId": "entryCardsEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "services", + "settings": { + "helpText": "推荐的可组合的服务", + "bulkEditing": true, + "showLinkEntityAction": true, + "showCreateEntityAction": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "cases", + "settings": { + "bulkEditing": false, + "showLinkEntityAction": true, + "showCreateEntityAction": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "resources", + "settings": { + "bulkEditing": false, + "showLinkEntityAction": true, + "showCreateEntityAction": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "values", + "settings": { + "valueName": "icon/title, subtitle" + }, + "widgetId": "7ek22esW2z9i1kdmevLJXd", + "widgetNamespace": "app" + }, + { + "fieldId": "task", + "settings": { + "valueName": "icon/title, subtitle" + }, + "widgetId": "7ek22esW2z9i1kdmevLJXd", + "widgetNamespace": "app" + }, + { + "fieldId": "tags", + "settings": { + "bulkEditing": false, + "showLinkEntityAction": true, + "showCreateEntityAction": false + }, + "widgetId": "entryLinksEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "featured", + "settings": { + "helpText": "是否推荐", + "trueLabel": "Yes", + "falseLabel": "No" + }, + "widgetId": "boolean", + "widgetNamespace": "builtin" + }, + { + "fieldId": "keywords", + "widgetId": "tagEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "hot", + "settings": { + "helpText": "热门度,数字越大越热门。例如:18000" + }, + "widgetId": "numberEditor", + "widgetNamespace": "builtin" + }, + { + "fieldId": "review", + "widgetId": "rating", + "widgetNamespace": "builtin" + } + ] + } + ], + "entries": [ + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4dyFaL0wj9kr5WE9akRHkg", + "type": "Entry", + "createdAt": "2021-06-26T03:14:51.113Z", + "updatedAt": "2024-10-23T02:55:21.733Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 165, + "publishedAt": "2024-10-23T02:55:21.733Z", + "firstPublishedAt": "2021-06-26T03:15:32.814Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 37, + "version": 166, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4dyFaL0wj9kr5WE9akRHkg" + }, + "fields": { + "key": { + "en-US": "ansible" + }, + "trademark": { + "en-US": "Ansible", + "zh-CN": "Ansible" + }, + "title": { + "en-US": "IT Environments Automation Platform", + "zh-CN": "自动化运维平台 Ansible" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6MyohXlYtEAx3gZZdgeRpx" + } + } + }, + "summary": { + "en-US": "A radically simple IT automation platform", + "zh-CN": "开源 IT 自动化引擎" + }, + "overview": { + "en-US": "Ansible is an open source IT automation engine that automates provisioning, configuration management, application deployment, orchestration, and many other IT processes. ", + "zh-CN": "Ansible 是一个开源 IT 自动化引擎,可自动执行配置、配置管理、应用程序部署、编排和许多其他 IT 流程。" + }, + "description": { + "en-US": "This is a repackaged Ansible® with professional support for your business. Ansible® is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Ansible® is the only automation language that can be used across entire IT teams from systems and network administrators to developers and managers. Automate everything from code deployment.", + "zh-CN": "Ansible 是一个易读非常好的自动化运维开发语言以及技术体系,它基于 Python,提供数千个管理基础设施的模块,用户无需深厚的技术背景,也可以完成服务器部署、网络配置、云资源管理等相关的工作。它自动化能力,可大大降低技术复杂性,帮助企业减少重复劳动,让聪明的人专注于核心业务。" + }, + "screenshots": { + "en-US": [ + { + "id": "caca4990-4cd7-4793-9f11-c205961af196", + "key": "architecture", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/ansible/ansible-structure-websoft9.png" + }, + { + "id": "1a61e6db-8a50-448f-8913-613480ca29d8", + "key": "ansible automation", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/ansible/redhat-automation-platform_content-collections.png" + } + ], + "zh-CN": [ + { + "id": "41e835a7-0d5c-4555-9fcf-42f8f113d7cd", + "key": "架构", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/ansible/ansible-structure-websoft9.png" + }, + { + "id": "4cef4620-f6af-4e5f-89c1-552c9616ec9b", + "key": "ansible automation", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/ansible/redhat-automation-platform_content-collections.png" + } + ] + }, + "hot": { + "en-US": 4000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7Lnv6TMmb4VVFP8vMXvNmM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4sQ7pGdSE29pYwCFHBFPVQ" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "32WtPgyvOgBajG1FTcteCe" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English" + ], + "zh-CN": [ + "英文" + ] + }, + "highlights": { + "en-US": [ + "makes your applications and systems easier to deploy and maintain", + "can be used across entire IT teams from systems and network administrators to developers and managers" + ], + "zh-CN": [ + "无用户数和服务器数量的限制", + "可以跨整个IT团队(从系统和网络管理员到开发人员和经理)使用", + "已完成预配置、密码初始化,购买后即可自主使用", + "基于 Docker 的云原生架构,便于产品升级、版本变更、卸载以及安装更多应用", + "提供免费的技术支持" + ] + }, + "faq": { + "en-US": [ + { + "id": "d8efb10b-49f4-45be-96b2-c6116bbb8cfe", + "key": "Ansible 是否有可视化工具?", + "value": "有,Ansible Tower 即可视化工具" + }, + { + "id": "c819d134-f875-4b5a-a1f2-25e269ebbda3", + "key": "Ansible 可以管理远程服务器吗?", + "value": "可以管理远程主机,也可以管理本机" + }, + { + "id": "47bd6503-558b-4fea-b871-fa71d9370b5f", + "key": "Ansible 是否有系统服务?", + "value": "没有,Ansible 是一套开发语言工具,主要提供 CLI 供用户使用" + } + ], + "zh-CN": [ + { + "id": "2269bf22-51ca-49b7-bbd3-42981b8d5e51", + "key": "Ansible 是否有可视化工具?", + "value": "有,Ansible Tower 即可视化工具" + }, + { + "id": "77757c3b-71e8-4e71-bd84-b95123e317bd", + "key": "Ansible 可以管理远程服务器吗?", + "value": "可以管理远程主机,也可以管理本机" + }, + { + "id": "19351fee-2b19-4d9c-b714-6fc90cd205e4", + "key": "Ansible 是否有系统服务?", + "value": "没有,Ansible 是一套开发语言工具,主要提供 CLI 供用户使用" + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5UuBH4b0zhyMD4oGb9FSpf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "581T3Tx1sCF3xWdG8fWXbm" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ErftetWADiFvvgRO3pFnU" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.ansible.com/" + }, + "trademarkUrl": { + "en-US": "https://docs.ansible.com/ansible/latest/dev_guide/style_guide/trademarks.html" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "keywords": { + "en-US": [ + "ansible", + "automation" + ], + "zh-CN": [ + "ansible", + "自动化运维" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "2.16.1" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3HjhIaDMod8KcMZ5dWq1j2", + "type": "Entry", + "createdAt": "2021-06-26T09:18:53.667Z", + "updatedAt": "2024-01-31T07:09:52.871Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 29, + "publishedAt": "2024-01-31T07:09:52.871Z", + "firstPublishedAt": "2021-06-26T09:19:58.476Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 10, + "version": 30, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3HjhIaDMod8KcMZ5dWq1j2" + }, + "fields": { + "title": { + "en-US": "Business Operation", + "zh-CN": "企业运营" + }, + "key": { + "en-US": "business-operation" + }, + "position": { + "en-US": 3 + }, + "description": { + "en-US": "This category includes enterprise management software systems: ERP, WMS, CRM, Financial management, SCM, etc.", + "zh-CN": "本类目包含企业内部降本增效的各种软件系统:ERP,仓库管理、人事管理、财务管理、销售管理等" + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Yp0TY3kBHgG6VDjsHZNpK" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Yp0TY3kBHgG6VDjsHZNpK" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1ACGyadDHErfZp8LVBbwKY", + "type": "Entry", + "createdAt": "2021-06-26T09:20:41.032Z", + "updatedAt": "2024-01-31T08:36:17.156Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 23, + "publishedAt": "2024-01-31T08:36:17.156Z", + "firstPublishedAt": "2021-06-26T09:21:40.874Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 6, + "version": 24, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1ACGyadDHErfZp8LVBbwKY" + }, + "fields": { + "title": { + "en-US": "ERP & Finance", + "zh-CN": "ERP/财税/后勤" + }, + "key": { + "en-US": "erp" + }, + "position": { + "en-US": 2.2 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3HjhIaDMod8KcMZ5dWq1j2" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "65YrBrBlgXbR7BLCe6oP0K", + "type": "Entry", + "createdAt": "2021-06-26T09:24:55.044Z", + "updatedAt": "2024-09-25T07:50:38.434Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 43, + "publishedAt": "2024-09-25T07:50:38.434Z", + "firstPublishedAt": "2021-06-26T09:26:56.937Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 15, + "version": 44, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/65YrBrBlgXbR7BLCe6oP0K" + }, + "fields": { + "title": { + "en-US": "Data Analytics", + "zh-CN": "数据分析" + }, + "key": { + "en-US": "analytics" + }, + "position": { + "en-US": 2 + }, + "description": { + "en-US": "Data Collection, Warehousing, Analysis, Visualization", + "zh-CN": "数据主要有三种来源:用户互动、商业交易和物联网自动采集。其过程包括:采集、归集、仓库、分析、可视化等" + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Yp0TY3kBHgG6VDjsHZNpK" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Yp0TY3kBHgG6VDjsHZNpK" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4mF2lDUt1PNyZ5R6GP1VmF", + "type": "Entry", + "createdAt": "2021-06-26T09:27:23.605Z", + "updatedAt": "2024-12-10T01:06:18.269Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 30, + "publishedAt": "2024-12-10T01:06:18.269Z", + "firstPublishedAt": "2021-06-26T09:29:25.930Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 11, + "version": 31, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4mF2lDUt1PNyZ5R6GP1VmF" + }, + "fields": { + "title": { + "en-US": "Content Management", + "zh-CN": "网站与内容聚合" + }, + "key": { + "en-US": "cms" + }, + "position": { + "en-US": 5 + }, + "description": { + "en-US": "This catalog including: Blog, CMS, Wiki, LMS and other web system.", + "zh-CN": "内容管理包括建站、知识库、论坛等应用场景" + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Yp0TY3kBHgG6VDjsHZNpK" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Yp0TY3kBHgG6VDjsHZNpK" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6z8egY08PT8n8rPjdkjeMD", + "type": "Entry", + "createdAt": "2021-06-26T09:30:37.403Z", + "updatedAt": "2024-01-31T07:11:18.511Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 19, + "publishedAt": "2024-01-31T07:11:18.511Z", + "firstPublishedAt": "2021-06-26T09:31:54.387Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 7, + "version": 20, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6z8egY08PT8n8rPjdkjeMD" + }, + "fields": { + "title": { + "en-US": "AI + Machine Learning", + "zh-CN": "人工智能" + }, + "key": { + "en-US": "ai" + }, + "position": { + "en-US": 1 + }, + "description": { + "en-US": "This category includes solutions for intelligent identification, intelligent creation, and intelligent work", + "zh-CN": "本类目包括智能识别、智能创作、智能工作等解决方案" + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Yp0TY3kBHgG6VDjsHZNpK" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Yp0TY3kBHgG6VDjsHZNpK" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "39cPd5ouPrNZMpi2R2Lzg7", + "type": "Entry", + "createdAt": "2021-06-26T09:32:02.632Z", + "updatedAt": "2023-06-06T03:02:43.561Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 20, + "publishedAt": "2023-06-06T03:02:43.561Z", + "firstPublishedAt": "2021-06-26T09:34:20.956Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 8, + "version": 21, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/39cPd5ouPrNZMpi2R2Lzg7" + }, + "fields": { + "title": { + "en-US": "IT Monitor", + "zh-CN": "IT 监控运维" + }, + "key": { + "en-US": "itdevops" + }, + "position": { + "en-US": 23 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Yp0TY3kBHgG6VDjsHZNpK" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Yp0TY3kBHgG6VDjsHZNpK" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "22IAKOsOzywVrL2jh8Tdh5", + "type": "Entry", + "createdAt": "2021-06-26T09:34:31.782Z", + "updatedAt": "2024-03-30T01:55:10.488Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 15, + "publishedAt": "2024-03-30T01:55:10.488Z", + "firstPublishedAt": "2021-06-26T09:34:58.946Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 7, + "version": 16, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/22IAKOsOzywVrL2jh8Tdh5" + }, + "fields": { + "title": { + "en-US": "IoT", + "zh-CN": "物联网" + }, + "key": { + "en-US": "iot" + }, + "position": { + "en-US": 12 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Yp0TY3kBHgG6VDjsHZNpK" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Yp0TY3kBHgG6VDjsHZNpK" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6WADietOzYFgb9uMKFSjts", + "type": "Entry", + "createdAt": "2021-06-26T09:35:31.638Z", + "updatedAt": "2024-12-10T04:01:27.330Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 31, + "publishedAt": "2024-12-10T04:01:27.330Z", + "firstPublishedAt": "2021-06-26T09:35:47.237Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 13, + "version": 32, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6WADietOzYFgb9uMKFSjts" + }, + "fields": { + "title": { + "en-US": "IT Security", + "zh-CN": "IT 安全" + }, + "key": { + "en-US": "security" + }, + "position": { + "en-US": 24 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Yp0TY3kBHgG6VDjsHZNpK" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2qXpRB4uaTf9UXm94bzdP9", + "type": "Entry", + "createdAt": "2021-06-26T09:36:24.782Z", + "updatedAt": "2024-01-31T06:59:50.678Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 21, + "publishedAt": "2024-01-31T06:59:50.678Z", + "firstPublishedAt": "2021-06-26T09:36:39.937Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 9, + "version": 22, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2qXpRB4uaTf9UXm94bzdP9" + }, + "fields": { + "title": { + "en-US": "Blockchain", + "zh-CN": "区块链" + }, + "key": { + "en-US": "blockchain" + }, + "position": { + "en-US": 12 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3HjhIaDMod8KcMZ5dWq1j2" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Yp0TY3kBHgG6VDjsHZNpK" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5fhqDdiijbN558c2c6TkzN", + "type": "Entry", + "createdAt": "2021-06-27T14:05:01.439Z", + "updatedAt": "2024-01-31T07:12:40.369Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 32, + "publishedAt": "2024-01-31T07:12:40.369Z", + "firstPublishedAt": "2021-06-27T14:25:06.855Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 10, + "version": 33, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5fhqDdiijbN558c2c6TkzN" + }, + "fields": { + "title": { + "en-US": "Design & Create", + "zh-CN": "设计创作" + }, + "key": { + "en-US": "create" + }, + "position": { + "en-US": 4 + }, + "description": { + "en-US": "Knowledge-based enterprises need to give full play to the creativity of their employees. From CEOs to front-line employees, they need to use corresponding high-efficiency creative tools to complete the required work.", + "zh-CN": "知识型企业需充分发挥员工的创造能力,从 CEO 到一线员工,都需要通过相应的高效率创作工具完成所需的工作。" + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Yp0TY3kBHgG6VDjsHZNpK" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Yp0TY3kBHgG6VDjsHZNpK" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "39vvq4YfvQuS649SOspzmn", + "type": "Entry", + "createdAt": "2021-06-27T14:28:34.528Z", + "updatedAt": "2024-01-31T08:34:30.719Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 48, + "publishedAt": "2024-01-31T08:34:30.719Z", + "firstPublishedAt": "2021-06-27T14:29:26.780Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 14, + "version": 49, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/39vvq4YfvQuS649SOspzmn" + }, + "fields": { + "title": { + "en-US": "Strategy & Legal & HR", + "zh-CN": "战略/合规/人事" + }, + "key": { + "en-US": "strategy" + }, + "position": { + "en-US": 2.1 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3HjhIaDMod8KcMZ5dWq1j2" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Yp0TY3kBHgG6VDjsHZNpK" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2hZRCPvPqDhF7UcFCmnC0H", + "type": "Entry", + "createdAt": "2021-06-27T14:37:57.446Z", + "updatedAt": "2023-11-14T01:36:19.021Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 52, + "publishedAt": "2023-11-14T01:36:19.021Z", + "firstPublishedAt": "2021-06-27T14:40:32.793Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 15, + "version": 53, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2hZRCPvPqDhF7UcFCmnC0H" + }, + "fields": { + "title": { + "en-US": "Automation", + "zh-CN": "自动化" + }, + "key": { + "en-US": "automation" + }, + "position": { + "en-US": 8 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Yp0TY3kBHgG6VDjsHZNpK" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Yp0TY3kBHgG6VDjsHZNpK" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "42xW7uUgXzPnNBRWmk2BHt", + "type": "Entry", + "createdAt": "2021-06-28T04:24:58.001Z", + "updatedAt": "2024-01-31T07:05:53.942Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 52, + "publishedAt": "2024-01-31T07:05:53.942Z", + "firstPublishedAt": "2021-06-28T04:26:27.330Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 14, + "version": 53, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/42xW7uUgXzPnNBRWmk2BHt" + }, + "fields": { + "title": { + "en-US": "IT Architecture", + "zh-CN": "IT 应用架构" + }, + "key": { + "en-US": "architecture" + }, + "position": { + "en-US": 22 + }, + "description": { + "en-US": "Popular Cloud Native Architecture software which make software easier to deliver", + "zh-CN": "云原生架构即中间件,是协调软件(组件)之间的软件,它是云原生时代软件运行时的不可分割的组成部分。" + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Yp0TY3kBHgG6VDjsHZNpK" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Yp0TY3kBHgG6VDjsHZNpK" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4mv9cboFR6s2EODk9Uzx4O", + "type": "Entry", + "createdAt": "2021-06-28T04:30:29.930Z", + "updatedAt": "2024-01-31T08:02:09.249Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 24, + "publishedAt": "2024-01-31T08:02:09.249Z", + "firstPublishedAt": "2021-06-28T04:35:17.479Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 7, + "version": 25, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4mv9cboFR6s2EODk9Uzx4O" + }, + "fields": { + "title": { + "en-US": "Databases", + "zh-CN": "数据库" + }, + "key": { + "en-US": "database" + }, + "position": { + "en-US": 10 + }, + "description": { + "en-US": "Cloud Database and Database tools", + "zh-CN": "主流的云数据库:关系型数据库、内存数据库、文档数据库、图数据库,以及 Web 可视化界面工具" + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Yp0TY3kBHgG6VDjsHZNpK" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Yp0TY3kBHgG6VDjsHZNpK" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1fQ5nJAUb768z7n09J7sdK", + "type": "Entry", + "createdAt": "2021-06-28T04:38:07.175Z", + "updatedAt": "2024-01-31T08:00:36.091Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 32, + "publishedAt": "2024-01-31T08:00:36.091Z", + "firstPublishedAt": "2021-06-28T04:39:45.181Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 11, + "version": 33, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1fQ5nJAUb768z7n09J7sdK" + }, + "fields": { + "title": { + "en-US": "Collaboration & Office", + "zh-CN": "协作办公" + }, + "key": { + "en-US": "collaboration" + }, + "position": { + "en-US": 7 + }, + "description": { + "en-US": "企业内外部各种协作工具:知识协作、及时沟通、工作群组等", + "zh-CN": "Enterprise Collaboration and Productivity: knowledge collaboration, timely communication, work groups, etc." + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Yp0TY3kBHgG6VDjsHZNpK" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Yp0TY3kBHgG6VDjsHZNpK" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5MlAi8mrG3SPEvYCmhpxZO", + "type": "Entry", + "createdAt": "2021-06-28T04:42:13.240Z", + "updatedAt": "2023-06-21T07:32:52.437Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 20, + "publishedAt": "2023-06-21T07:32:52.437Z", + "firstPublishedAt": "2021-06-28T04:42:38.763Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 8, + "version": 21, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5MlAi8mrG3SPEvYCmhpxZO" + }, + "fields": { + "title": { + "en-US": "Marketing", + "zh-CN": "市场营销" + }, + "key": { + "en-US": "marketing" + }, + "position": { + "en-US": 3 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3HjhIaDMod8KcMZ5dWq1j2" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Yp0TY3kBHgG6VDjsHZNpK" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "35cww3ecSr45ovFjty4IZ", + "type": "Entry", + "createdAt": "2021-06-28T05:48:49.023Z", + "updatedAt": "2024-12-10T03:42:35.214Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 24, + "publishedAt": "2024-12-10T03:42:35.214Z", + "firstPublishedAt": "2021-06-28T06:15:23.672Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 7, + "version": 25, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/35cww3ecSr45ovFjty4IZ" + }, + "fields": { + "title": { + "en-US": "Use Case", + "zh-CN": "场景" + }, + "key": { + "en-US": "usecase" + }, + "position": { + "en-US": 0 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Yp0TY3kBHgG6VDjsHZNpK" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Yp0TY3kBHgG6VDjsHZNpK" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "CEmY2eNYSotErkAgGIkkP", + "type": "Entry", + "createdAt": "2021-06-28T10:55:42.875Z", + "updatedAt": "2024-01-31T08:28:18.523Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 28, + "publishedAt": "2024-01-31T08:28:18.523Z", + "firstPublishedAt": "2021-06-29T07:40:00.310Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 6, + "version": 29, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/CEmY2eNYSotErkAgGIkkP" + }, + "fields": { + "title": { + "en-US": "CRM & Distribution & Order", + "zh-CN": "CRM/分销/订单" + }, + "key": { + "en-US": "crm" + }, + "position": { + "en-US": 1.1 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3HjhIaDMod8KcMZ5dWq1j2" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39vvq4YfvQuS649SOspzmn" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1qwbdXJCwYeeXQoLRlpiCj", + "type": "Entry", + "createdAt": "2021-06-29T07:44:05.306Z", + "updatedAt": "2023-11-14T01:53:34.082Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 13, + "publishedAt": "2023-11-14T01:53:34.082Z", + "firstPublishedAt": "2021-06-29T07:46:22.015Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 14, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1qwbdXJCwYeeXQoLRlpiCj" + }, + "fields": { + "title": { + "en-US": "Website Builder", + "zh-CN": "企业建站" + }, + "key": { + "en-US": "website" + }, + "position": { + "en-US": 1 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4mF2lDUt1PNyZ5R6GP1VmF" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4mF2lDUt1PNyZ5R6GP1VmF" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3Fp0KurklabdjVy7ZrfONp", + "type": "Entry", + "createdAt": "2021-06-29T07:46:49.605Z", + "updatedAt": "2023-11-14T01:54:30.880Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 21, + "publishedAt": "2023-11-14T01:54:30.880Z", + "firstPublishedAt": "2021-06-29T07:47:39.739Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 6, + "version": 22, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3Fp0KurklabdjVy7ZrfONp" + }, + "fields": { + "title": { + "en-US": "eLearning", + "zh-CN": "在线学习" + }, + "key": { + "en-US": "elearning" + }, + "position": { + "en-US": 5 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4mF2lDUt1PNyZ5R6GP1VmF" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4mF2lDUt1PNyZ5R6GP1VmF" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1zLA51rr6A572NDgWOXbpo", + "type": "Entry", + "createdAt": "2021-06-29T07:48:02.891Z", + "updatedAt": "2024-09-27T02:38:53.447Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 21, + "publishedAt": "2024-09-27T02:38:53.447Z", + "firstPublishedAt": "2021-06-29T07:50:00.513Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 5, + "version": 22, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1zLA51rr6A572NDgWOXbpo" + }, + "fields": { + "title": { + "en-US": "Support & Customer Success", + "zh-CN": "客服/售后/支持" + }, + "key": { + "en-US": "helpdesk" + }, + "position": { + "en-US": 1 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3HjhIaDMod8KcMZ5dWq1j2" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39vvq4YfvQuS649SOspzmn" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "14lDYcrg2fLMbC1S9AkNDf", + "type": "Entry", + "createdAt": "2021-06-29T07:50:39.657Z", + "updatedAt": "2023-11-14T01:53:52.742Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2023-11-14T01:53:52.742Z", + "firstPublishedAt": "2021-06-29T07:52:29.744Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/14lDYcrg2fLMbC1S9AkNDf" + }, + "fields": { + "title": { + "en-US": "eCommerce", + "zh-CN": "电子商务" + }, + "key": { + "en-US": "ecommerce" + }, + "position": { + "en-US": 2 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4mF2lDUt1PNyZ5R6GP1VmF" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4mF2lDUt1PNyZ5R6GP1VmF" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6dhUhSf0SPb3swoaJp8nj5", + "type": "Entry", + "createdAt": "2021-06-29T08:01:27.796Z", + "updatedAt": "2024-12-10T08:19:55.055Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 22, + "publishedAt": "2024-12-10T08:19:55.055Z", + "firstPublishedAt": "2021-06-29T08:04:40.526Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 23, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6dhUhSf0SPb3swoaJp8nj5" + }, + "fields": { + "title": { + "en-US": "Home Server", + "zh-CN": "家庭服务器" + }, + "key": { + "en-US": "home-server" + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "35cww3ecSr45ovFjty4IZ" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1fQ5nJAUb768z7n09J7sdK" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6CQ3nWNNUrmMj6BjOw173z", + "type": "Entry", + "createdAt": "2021-06-29T08:04:57.051Z", + "updatedAt": "2024-12-10T08:12:29.249Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2024-12-10T08:12:29.249Z", + "firstPublishedAt": "2021-06-29T08:06:05.642Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6CQ3nWNNUrmMj6BjOw173z" + }, + "fields": { + "title": { + "en-US": "Document Collaboration", + "zh-CN": "文档协作/企业网盘" + }, + "key": { + "en-US": "document" + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1fQ5nJAUb768z7n09J7sdK" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1fQ5nJAUb768z7n09J7sdK" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1fmHNMWYZDyeknD3uaSpAS", + "type": "Entry", + "createdAt": "2021-06-29T08:07:10.206Z", + "updatedAt": "2023-06-06T07:00:36.360Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 16, + "publishedAt": "2023-06-06T07:00:36.360Z", + "firstPublishedAt": "2021-06-29T08:08:10.124Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 17, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1fmHNMWYZDyeknD3uaSpAS" + }, + "fields": { + "title": { + "en-US": "Chat", + "zh-CN": "团队聊天" + }, + "key": { + "en-US": "chat" + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Y9smp8fp4hEdZ0dmLINk8" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1fQ5nJAUb768z7n09J7sdK" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3BSiB3tGxHtdlyrleFDZ9T", + "type": "Entry", + "createdAt": "2021-06-29T08:11:19.728Z", + "updatedAt": "2023-11-14T01:54:05.194Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2023-11-14T01:54:05.194Z", + "firstPublishedAt": "2021-06-29T08:12:43.432Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3BSiB3tGxHtdlyrleFDZ9T" + }, + "fields": { + "title": { + "en-US": "Knowledge Management", + "zh-CN": "知识管理" + }, + "key": { + "en-US": "kms" + }, + "position": { + "en-US": 3 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4mF2lDUt1PNyZ5R6GP1VmF" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4mF2lDUt1PNyZ5R6GP1VmF" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6i6WusU3fEXb0rAIlS4ZmM", + "type": "Entry", + "createdAt": "2021-06-29T08:14:41.389Z", + "updatedAt": "2023-11-14T01:54:18.072Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2023-11-14T01:54:18.072Z", + "firstPublishedAt": "2021-06-29T08:15:35.227Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6i6WusU3fEXb0rAIlS4ZmM" + }, + "fields": { + "title": { + "en-US": "Online Community", + "zh-CN": "社交/论坛" + }, + "key": { + "en-US": "community" + }, + "position": { + "en-US": 4 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4mF2lDUt1PNyZ5R6GP1VmF" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4mF2lDUt1PNyZ5R6GP1VmF" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1LO1u6vIt2PDrYg71MM0iz", + "type": "Entry", + "createdAt": "2021-06-29T08:25:01.704Z", + "updatedAt": "2023-06-06T03:19:07.090Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2023-06-06T03:19:07.090Z", + "firstPublishedAt": "2021-06-29T08:25:54.970Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1LO1u6vIt2PDrYg71MM0iz" + }, + "fields": { + "title": { + "en-US": "PLM & PDM", + "zh-CN": "产品生命周期" + }, + "key": { + "en-US": "plm" + }, + "position": { + "en-US": 5 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3HjhIaDMod8KcMZ5dWq1j2" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3HjhIaDMod8KcMZ5dWq1j2" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7IivM9Ft2RQVu3MGPdP1Qj", + "type": "Entry", + "createdAt": "2021-06-29T08:26:23.392Z", + "updatedAt": "2024-07-17T03:39:01.833Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 21, + "publishedAt": "2024-07-17T03:39:01.833Z", + "firstPublishedAt": "2021-06-29T08:27:21.516Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 6, + "version": 22, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7IivM9Ft2RQVu3MGPdP1Qj" + }, + "fields": { + "title": { + "en-US": "App Runtime", + "zh-CN": "运行环境" + }, + "key": { + "en-US": "runtime" + }, + "position": { + "en-US": 11 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Yp0TY3kBHgG6VDjsHZNpK" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39cPd5ouPrNZMpi2R2Lzg7" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7zp5RuDZVx2npQRlUlhpc7", + "type": "Entry", + "createdAt": "2021-06-29T08:27:45.234Z", + "updatedAt": "2021-06-29T08:28:28.065Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2021-06-29T08:28:28.065Z", + "firstPublishedAt": "2021-06-29T08:28:28.065Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7zp5RuDZVx2npQRlUlhpc7" + }, + "fields": { + "key": { + "en-US": "mq" + }, + "title": { + "en-US": "Message Queue", + "zh-CN": "消息队列" + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "42xW7uUgXzPnNBRWmk2BHt" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "42xW7uUgXzPnNBRWmk2BHt" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3Gd5YzlJlXXcP3rSxJtSVY", + "type": "Entry", + "createdAt": "2021-06-29T08:28:44.898Z", + "updatedAt": "2021-06-29T08:29:27.667Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2021-06-29T08:29:27.667Z", + "firstPublishedAt": "2021-06-29T08:29:27.667Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3Gd5YzlJlXXcP3rSxJtSVY" + }, + "fields": { + "key": { + "en-US": "docs" + }, + "title": { + "en-US": "Document Service", + "zh-CN": "文档服务" + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "42xW7uUgXzPnNBRWmk2BHt" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "42xW7uUgXzPnNBRWmk2BHt" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "66IPGhiIL6usPRASHs70Kl", + "type": "Entry", + "createdAt": "2021-06-29T08:29:50.277Z", + "updatedAt": "2021-06-29T08:30:31.095Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2021-06-29T08:30:31.095Z", + "firstPublishedAt": "2021-06-29T08:30:11.832Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/66IPGhiIL6usPRASHs70Kl" + }, + "fields": { + "key": { + "en-US": "gis" + }, + "title": { + "en-US": "GIS Service", + "zh-CN": "地图服务" + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "42xW7uUgXzPnNBRWmk2BHt" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "42xW7uUgXzPnNBRWmk2BHt" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "18WRukzpbyA4ebyhWDJFsU", + "type": "Entry", + "createdAt": "2021-06-29T08:31:13.229Z", + "updatedAt": "2024-02-22T06:27:29.749Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2024-02-22T06:27:29.749Z", + "firstPublishedAt": "2021-06-29T08:31:43.458Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 3, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/18WRukzpbyA4ebyhWDJFsU" + }, + "fields": { + "title": { + "en-US": "API Gateway", + "zh-CN": "API 网关" + }, + "key": { + "en-US": "api" + }, + "position": { + "en-US": 1 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "42xW7uUgXzPnNBRWmk2BHt" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6RXVV319OK1hyFQD8W7q3g" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "42xW7uUgXzPnNBRWmk2BHt" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3pgr2mz2MsBWGpSNAXORrl", + "type": "Entry", + "createdAt": "2021-06-29T08:33:19.313Z", + "updatedAt": "2024-09-25T02:45:53.300Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 33, + "publishedAt": "2024-09-25T02:45:53.300Z", + "firstPublishedAt": "2021-06-29T08:34:27.125Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 7, + "version": 34, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3pgr2mz2MsBWGpSNAXORrl" + }, + "fields": { + "title": { + "en-US": "Data Search Engine", + "zh-CN": "数据搜索引擎" + }, + "key": { + "en-US": "dataengine" + }, + "position": { + "en-US": 1 + }, + "overview": { + "en-US": "Data search and analytics engine, scalable data store, and vector databas", + "zh-CN": "大数据存储、搜索与分析引擎" + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "42xW7uUgXzPnNBRWmk2BHt" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "65YrBrBlgXbR7BLCe6oP0K" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "42xW7uUgXzPnNBRWmk2BHt" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7tdTxUUsFSI0GBtVt6YKxN", + "type": "Entry", + "createdAt": "2021-06-29T08:34:37.428Z", + "updatedAt": "2024-02-22T06:25:31.966Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 19, + "publishedAt": "2024-02-22T06:25:31.966Z", + "firstPublishedAt": "2021-06-29T08:36:58.253Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 6, + "version": 20, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7tdTxUUsFSI0GBtVt6YKxN" + }, + "fields": { + "title": { + "en-US": "HTTP Server", + "zh-CN": "HTTP 服务器" + }, + "key": { + "en-US": "httpserver" + }, + "position": { + "en-US": 1 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "42xW7uUgXzPnNBRWmk2BHt" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6RXVV319OK1hyFQD8W7q3g" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "42xW7uUgXzPnNBRWmk2BHt" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2HswCergcyPIXKBYXyoucS", + "type": "Entry", + "createdAt": "2021-06-29T08:37:07.025Z", + "updatedAt": "2021-06-29T08:37:44.726Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2021-06-29T08:37:44.726Z", + "firstPublishedAt": "2021-06-29T08:37:44.726Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2HswCergcyPIXKBYXyoucS" + }, + "fields": { + "key": { + "en-US": "workflow" + }, + "title": { + "en-US": "Work Flow", + "zh-CN": "工作流" + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "42xW7uUgXzPnNBRWmk2BHt" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "42xW7uUgXzPnNBRWmk2BHt" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "puulqYVW0NsC7OQpmmykR", + "type": "Entry", + "createdAt": "2021-06-29T08:38:51.503Z", + "updatedAt": "2024-02-22T06:27:29.312Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 18, + "publishedAt": "2024-02-22T06:27:29.312Z", + "firstPublishedAt": "2021-06-29T08:40:37.934Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 5, + "version": 19, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/puulqYVW0NsC7OQpmmykR" + }, + "fields": { + "title": { + "en-US": "Load Balancer", + "zh-CN": "负载均衡 " + }, + "key": { + "en-US": "balancer" + }, + "position": { + "en-US": 1 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "42xW7uUgXzPnNBRWmk2BHt" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6RXVV319OK1hyFQD8W7q3g" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "42xW7uUgXzPnNBRWmk2BHt" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5gZWge046khyUO08MUS4VT", + "type": "Entry", + "createdAt": "2021-06-29T08:41:37.523Z", + "updatedAt": "2024-02-18T07:04:47.448Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 20, + "publishedAt": "2024-02-18T07:04:47.448Z", + "firstPublishedAt": "2021-06-29T08:42:20.371Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 21, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5gZWge046khyUO08MUS4VT" + }, + "fields": { + "title": { + "en-US": "Relational Databases", + "zh-CN": "SQL 数据库/关系数据库" + }, + "key": { + "en-US": "rds" + }, + "position": { + "en-US": 1 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4mv9cboFR6s2EODk9Uzx4O" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4mv9cboFR6s2EODk9Uzx4O" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "TdsvWxQeDCNl1jwOanqG2", + "type": "Entry", + "createdAt": "2021-06-29T08:42:25.876Z", + "updatedAt": "2024-08-06T05:12:39.730Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 46, + "publishedAt": "2024-08-06T05:12:39.730Z", + "firstPublishedAt": "2021-06-29T08:44:43.858Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 16, + "version": 47, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/TdsvWxQeDCNl1jwOanqG2" + }, + "fields": { + "title": { + "en-US": "Database Management Tools", + "zh-CN": "数据库工具" + }, + "key": { + "en-US": "dbtools" + }, + "position": { + "en-US": 21 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4mv9cboFR6s2EODk9Uzx4O" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4mv9cboFR6s2EODk9Uzx4O" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5wXzoQFG8oHlFtxnMq96Cf", + "type": "Entry", + "createdAt": "2021-06-29T08:44:49.494Z", + "updatedAt": "2024-02-18T07:05:20.262Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2024-02-18T07:05:20.262Z", + "firstPublishedAt": "2021-06-29T08:45:26.387Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5wXzoQFG8oHlFtxnMq96Cf" + }, + "fields": { + "title": { + "en-US": "Graph Databases", + "zh-CN": "图数据库" + }, + "key": { + "en-US": "graphdb" + }, + "position": { + "en-US": 5 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4mv9cboFR6s2EODk9Uzx4O" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4mv9cboFR6s2EODk9Uzx4O" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7ryZqe56bVGxDLfHAA257i", + "type": "Entry", + "createdAt": "2021-06-29T08:46:54.023Z", + "updatedAt": "2023-06-06T09:09:52.316Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2023-06-06T09:09:52.316Z", + "firstPublishedAt": "2021-06-29T08:47:35.005Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7ryZqe56bVGxDLfHAA257i" + }, + "fields": { + "title": { + "en-US": "In-memory Database", + "zh-CN": "缓存数据库" + }, + "key": { + "en-US": "memorydb" + }, + "position": { + "en-US": 6 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4mv9cboFR6s2EODk9Uzx4O" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4mv9cboFR6s2EODk9Uzx4O" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "511GefnVfjYOcWGLZu9qOk", + "type": "Entry", + "createdAt": "2021-06-29T08:49:11.816Z", + "updatedAt": "2023-02-28T01:43:34.108Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2023-02-28T01:43:34.108Z", + "firstPublishedAt": "2021-06-29T08:49:49.202Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/511GefnVfjYOcWGLZu9qOk" + }, + "fields": { + "title": { + "en-US": "Object Storage", + "zh-CN": "对象存储" + }, + "key": { + "en-US": "oss" + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "42xW7uUgXzPnNBRWmk2BHt" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2hZRCPvPqDhF7UcFCmnC0H" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3OsljAGp8CZbeYa1vRowqd", + "type": "Entry", + "createdAt": "2021-06-29T08:50:50.111Z", + "updatedAt": "2023-06-05T10:39:59.250Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2023-06-05T10:39:59.250Z", + "firstPublishedAt": "2021-06-29T08:51:43.046Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3OsljAGp8CZbeYa1vRowqd" + }, + "fields": { + "title": { + "en-US": "Linux Desktop", + "zh-CN": "系统面板" + }, + "key": { + "en-US": "desktop" + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39cPd5ouPrNZMpi2R2Lzg7" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2hZRCPvPqDhF7UcFCmnC0H" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2GectU4rnPJVtEHB8fzz8d", + "type": "Entry", + "createdAt": "2021-06-29T08:52:09.316Z", + "updatedAt": "2024-12-10T03:56:45.880Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 28, + "publishedAt": "2024-12-10T03:56:45.880Z", + "firstPublishedAt": "2021-06-29T08:53:25.709Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 5, + "version": 29, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2GectU4rnPJVtEHB8fzz8d" + }, + "fields": { + "title": { + "en-US": "Enterprise content management", + "zh-CN": "企业文档与知识共享" + }, + "key": { + "en-US": "ecms" + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "35cww3ecSr45ovFjty4IZ" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2hZRCPvPqDhF7UcFCmnC0H" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1vIzbOT5AzQ4BScGrwye4Q", + "type": "Entry", + "createdAt": "2021-06-29T08:53:56.691Z", + "updatedAt": "2023-06-26T06:27:13.609Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 25, + "publishedAt": "2023-06-26T06:27:13.609Z", + "firstPublishedAt": "2021-06-29T08:57:09.815Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 5, + "version": 26, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1vIzbOT5AzQ4BScGrwye4Q" + }, + "fields": { + "title": { + "en-US": "Software supply chain", + "zh-CN": "软件供应链" + }, + "key": { + "en-US": "softwarechain" + }, + "position": { + "en-US": 11 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6WADietOzYFgb9uMKFSjts" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5NnUPnn4oierElCt5AI0po" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2hZRCPvPqDhF7UcFCmnC0H" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "17yJkB6XQXVCd2BSxCxJnC", + "type": "Entry", + "createdAt": "2021-06-29T08:58:36.760Z", + "updatedAt": "2024-08-22T08:34:20.791Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 22, + "publishedAt": "2024-08-22T08:34:20.791Z", + "firstPublishedAt": "2021-06-29T08:59:07.913Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 6, + "version": 23, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/17yJkB6XQXVCd2BSxCxJnC" + }, + "fields": { + "title": { + "en-US": "CI/CD Pipeline", + "zh-CN": "CI/CD 流水线" + }, + "key": { + "en-US": "pipeline" + }, + "position": { + "en-US": 3 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5NnUPnn4oierElCt5AI0po" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2hZRCPvPqDhF7UcFCmnC0H" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39cPd5ouPrNZMpi2R2Lzg7" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7EOyFir15l7gPNZLei0Xy5", + "type": "Entry", + "createdAt": "2021-06-29T09:01:03.522Z", + "updatedAt": "2023-11-30T01:16:11.627Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 14, + "publishedAt": "2023-06-06T01:15:13.152Z", + "firstPublishedAt": "2021-06-29T09:04:19.548Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 18, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7EOyFir15l7gPNZLei0Xy5" + }, + "fields": { + "title": { + "en-US": "Web Framework", + "zh-CN": "Web 开发框架" + }, + "key": { + "en-US": "webframework" + }, + "position": { + "en-US": 1 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5NnUPnn4oierElCt5AI0po" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39cPd5ouPrNZMpi2R2Lzg7" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4KqOWojZmoXeCFvsu0sij5", + "type": "Entry", + "createdAt": "2021-06-29T09:05:18.139Z", + "updatedAt": "2024-12-10T07:59:00.937Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 42, + "publishedAt": "2024-12-10T07:59:00.937Z", + "firstPublishedAt": "2021-06-29T09:05:52.120Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 14, + "version": 43, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4KqOWojZmoXeCFvsu0sij5" + }, + "fields": { + "title": { + "en-US": "Agile Boards", + "zh-CN": "需求/看板/缺陷" + }, + "key": { + "en-US": "agile" + }, + "position": { + "en-US": 10 + }, + "description": { + "zh-CN": "提供对需求、迭代、缺陷各个维度的协同管理以及相关的统计报告,让研发团队高效协作。" + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5NnUPnn4oierElCt5AI0po" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39cPd5ouPrNZMpi2R2Lzg7" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2DltY233eD0xqBGq6o9NUL", + "type": "Entry", + "createdAt": "2021-06-29T09:43:14.118Z", + "updatedAt": "2023-06-26T05:57:51.829Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 25, + "publishedAt": "2023-06-26T05:57:51.829Z", + "firstPublishedAt": "2021-06-29T09:44:09.699Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 5, + "version": 26, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2DltY233eD0xqBGq6o9NUL" + }, + "fields": { + "title": { + "en-US": "Code Repository", + "zh-CN": "源码仓库" + }, + "key": { + "en-US": "repository" + }, + "position": { + "en-US": 1 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5NnUPnn4oierElCt5AI0po" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39cPd5ouPrNZMpi2R2Lzg7" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3IbC5xwF9ZcADQI9tpRUGQ", + "type": "Entry", + "createdAt": "2021-06-29T09:44:13.570Z", + "updatedAt": "2023-06-26T07:07:42.555Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 18, + "publishedAt": "2023-06-26T07:07:42.555Z", + "firstPublishedAt": "2021-06-29T09:45:19.832Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 5, + "version": 19, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3IbC5xwF9ZcADQI9tpRUGQ" + }, + "fields": { + "title": { + "en-US": "Web IDE", + "zh-CN": "在线 IDE" + }, + "key": { + "en-US": "ide" + }, + "position": { + "en-US": 6 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5NnUPnn4oierElCt5AI0po" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39cPd5ouPrNZMpi2R2Lzg7" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5ICq7qZ47GhgGbzL2U8Tbz", + "type": "Entry", + "createdAt": "2021-06-29T09:46:13.258Z", + "updatedAt": "2023-06-26T06:14:59.891Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 14, + "publishedAt": "2023-06-26T06:14:59.891Z", + "firstPublishedAt": "2021-06-29T09:46:41.337Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 6, + "version": 15, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5ICq7qZ47GhgGbzL2U8Tbz" + }, + "fields": { + "title": { + "en-US": "TestPlan", + "zh-CN": "测试管理" + }, + "key": { + "en-US": "testing" + }, + "position": { + "en-US": 4 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5NnUPnn4oierElCt5AI0po" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39cPd5ouPrNZMpi2R2Lzg7" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1M2nMpga1p9ppE1D59l357", + "type": "Entry", + "createdAt": "2021-06-29T09:48:05.960Z", + "updatedAt": "2023-06-06T01:26:29.832Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2023-06-06T01:26:29.832Z", + "firstPublishedAt": "2021-06-29T09:48:51.894Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1M2nMpga1p9ppE1D59l357" + }, + "fields": { + "title": { + "en-US": "Full Monitoring", + "zh-CN": "全面监控" + }, + "key": { + "en-US": "fullmonitor" + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39cPd5ouPrNZMpi2R2Lzg7" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39cPd5ouPrNZMpi2R2Lzg7" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "32WtPgyvOgBajG1FTcteCe", + "type": "Entry", + "createdAt": "2021-06-29T09:49:34.054Z", + "updatedAt": "2023-06-25T08:09:27.034Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 20, + "publishedAt": "2023-06-25T08:09:27.034Z", + "firstPublishedAt": "2021-06-29T09:50:06.827Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 5, + "version": 21, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/32WtPgyvOgBajG1FTcteCe" + }, + "fields": { + "title": { + "en-US": "RPA", + "zh-CN": "流程机器人" + }, + "key": { + "en-US": "rpa" + }, + "position": { + "en-US": 1 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2hZRCPvPqDhF7UcFCmnC0H" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39cPd5ouPrNZMpi2R2Lzg7" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "JRRhgrApcUEnGTdfKOezU", + "type": "Entry", + "createdAt": "2021-06-29T09:50:17.658Z", + "updatedAt": "2024-02-22T06:18:52.992Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 15, + "publishedAt": "2024-02-22T06:18:52.992Z", + "firstPublishedAt": "2021-06-29T09:52:03.236Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 5, + "version": 16, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/JRRhgrApcUEnGTdfKOezU" + }, + "fields": { + "title": { + "en-US": "Game Engine", + "zh-CN": "游戏引擎" + }, + "key": { + "en-US": "game-engine" + }, + "position": { + "en-US": 1 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "42xW7uUgXzPnNBRWmk2BHt" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4eMZilU0IvY176upPJZ6Id" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39cPd5ouPrNZMpi2R2Lzg7" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1wZ51O1lNNKJkfM9eFh1eV", + "type": "Entry", + "createdAt": "2021-06-29T09:52:36.784Z", + "updatedAt": "2024-09-26T07:26:35.639Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 27, + "publishedAt": "2024-09-26T07:26:35.639Z", + "firstPublishedAt": "2021-06-29T09:53:13.527Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 7, + "version": 28, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1wZ51O1lNNKJkfM9eFh1eV" + }, + "fields": { + "title": { + "en-US": "Log Analytics", + "zh-CN": "日志分析" + }, + "key": { + "en-US": "logs-Analytics" + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39cPd5ouPrNZMpi2R2Lzg7" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "65YrBrBlgXbR7BLCe6oP0K" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39cPd5ouPrNZMpi2R2Lzg7" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "46F42uLohDyqmvpdbMtjT0", + "type": "Entry", + "createdAt": "2021-06-29T09:54:39.929Z", + "updatedAt": "2023-06-06T01:28:56.194Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2023-06-06T01:28:56.194Z", + "firstPublishedAt": "2021-06-29T09:55:15.213Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/46F42uLohDyqmvpdbMtjT0" + }, + "fields": { + "title": { + "en-US": "Cloud Infrastructure Monitoring", + "zh-CN": "云设施监控" + }, + "key": { + "en-US": "itsm" + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39cPd5ouPrNZMpi2R2Lzg7" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39cPd5ouPrNZMpi2R2Lzg7" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "8eSVF7ACQAZ76qbsLqT66", + "type": "Entry", + "createdAt": "2021-06-29T09:55:32.264Z", + "updatedAt": "2025-01-05T03:50:18.583Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 19, + "publishedAt": "2025-01-05T03:50:18.583Z", + "firstPublishedAt": "2021-06-29T10:01:28.767Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 20, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/8eSVF7ACQAZ76qbsLqT66" + }, + "fields": { + "title": { + "en-US": "LLMs and Service", + "zh-CN": "开源大模型/服务" + }, + "key": { + "en-US": "open-llm" + }, + "position": { + "en-US": 3 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6z8egY08PT8n8rPjdkjeMD" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6z8egY08PT8n8rPjdkjeMD" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5t1qHAcwiYV0CPZbNlOebk", + "type": "Entry", + "createdAt": "2021-06-29T09:56:27.913Z", + "updatedAt": "2022-09-02T07:06:59.537Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-09-02T07:06:59.537Z", + "firstPublishedAt": "2021-06-29T09:57:58.781Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5t1qHAcwiYV0CPZbNlOebk" + }, + "fields": { + "key": { + "en-US": "cpm" + }, + "title": { + "en-US": "Multicloud Management", + "zh-CN": "多云管理" + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39cPd5ouPrNZMpi2R2Lzg7" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39cPd5ouPrNZMpi2R2Lzg7" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3qYPrhMIqVldt4VKaOAVNm", + "type": "Entry", + "createdAt": "2021-06-29T10:01:35.871Z", + "updatedAt": "2025-01-05T03:41:14.170Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 37, + "publishedAt": "2025-01-05T03:41:14.170Z", + "firstPublishedAt": "2021-06-29T10:02:45.011Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 8, + "version": 38, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3qYPrhMIqVldt4VKaOAVNm" + }, + "fields": { + "title": { + "en-US": "ML Framework & Development", + "zh-CN": "训练框架/开发工具" + }, + "key": { + "en-US": "ai-develop" + }, + "position": { + "en-US": 2 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6z8egY08PT8n8rPjdkjeMD" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6z8egY08PT8n8rPjdkjeMD" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "F1x1iU9tADGTElFtxbHmp", + "type": "Entry", + "createdAt": "2021-06-29T10:02:47.504Z", + "updatedAt": "2024-09-26T08:42:37.983Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 24, + "publishedAt": "2024-09-26T08:42:37.983Z", + "firstPublishedAt": "2021-06-29T10:08:02.645Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 25, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/F1x1iU9tADGTElFtxbHmp" + }, + "fields": { + "title": { + "en-US": "Digital twins", + "zh-CN": "Digital twins" + }, + "key": { + "en-US": "digital-twins" + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6z8egY08PT8n8rPjdkjeMD" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6z8egY08PT8n8rPjdkjeMD" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1L5FTwpWq09MgDXjY2VJci", + "type": "Entry", + "createdAt": "2021-06-29T10:08:48.786Z", + "updatedAt": "2023-06-03T10:22:43.002Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2023-06-03T10:22:43.002Z", + "firstPublishedAt": "2021-06-29T10:53:22.439Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1L5FTwpWq09MgDXjY2VJci" + }, + "fields": { + "title": { + "en-US": "Container", + "zh-CN": "容器" + }, + "key": { + "en-US": "container" + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "42xW7uUgXzPnNBRWmk2BHt" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39cPd5ouPrNZMpi2R2Lzg7" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5P5YYP23yvJUouhsVhSyYe", + "type": "Entry", + "createdAt": "2021-06-30T06:57:08.307Z", + "updatedAt": "2021-07-01T00:50:58.410Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2021-07-01T00:50:58.410Z", + "firstPublishedAt": "2021-06-30T06:58:15.194Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5P5YYP23yvJUouhsVhSyYe" + }, + "fields": { + "key": { + "en-US": "apache2" + }, + "name": { + "en-US": "Apache 2.0" + }, + "title": { + "en-US": "Apache License 2.0" + }, + "url": { + "en-US": "https://opensource.org/licenses/Apache-2.0" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7bOeKpzJMk1VQDadlhwWJL", + "type": "Entry", + "createdAt": "2021-06-30T07:28:03.167Z", + "updatedAt": "2021-07-01T01:23:11.561Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2021-07-01T01:23:11.561Z", + "firstPublishedAt": "2021-07-01T01:07:03.169Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 3, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7bOeKpzJMk1VQDadlhwWJL" + }, + "fields": { + "key": { + "en-US": "0bsd" + }, + "name": { + "en-US": "0-clause BSD" + }, + "url": { + "en-US": "https://opensource.org/licenses/0BSD" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "NryJDiQ3uf3SL8Jtr6klk", + "type": "Entry", + "createdAt": "2021-07-01T01:09:15.752Z", + "updatedAt": "2021-07-01T01:23:01.938Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2021-07-01T01:23:01.938Z", + "firstPublishedAt": "2021-07-01T01:11:22.920Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 2, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/NryJDiQ3uf3SL8Jtr6klk" + }, + "fields": { + "key": { + "en-US": "bsd1Clause" + }, + "name": { + "en-US": "1-clause BSD" + }, + "url": { + "en-US": "https://opensource.org/licenses/BSD-1-Clause" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2HP1wSdacAnd4BuXYurKiA", + "type": "Entry", + "createdAt": "2021-07-01T01:12:18.365Z", + "updatedAt": "2021-07-01T01:12:49.264Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2021-07-01T01:12:49.264Z", + "firstPublishedAt": "2021-07-01T01:12:49.264Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2HP1wSdacAnd4BuXYurKiA" + }, + "fields": { + "key": { + "en-US": "BSD2Clause" + }, + "name": { + "en-US": "2-clause BSD" + }, + "url": { + "en-US": "https://opensource.org/licenses/BSD-2-Clause" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1tMs1x3EStpmtlIMWVdjsz", + "type": "Entry", + "createdAt": "2021-07-01T01:12:58.086Z", + "updatedAt": "2021-07-01T01:27:08.297Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2021-07-01T01:27:08.297Z", + "firstPublishedAt": "2021-07-01T01:13:57.458Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 3, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1tMs1x3EStpmtlIMWVdjsz" + }, + "fields": { + "key": { + "en-US": "MIT" + }, + "name": { + "en-US": "MIT" + }, + "url": { + "en-US": "https://opensource.org/licenses/MIT" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "MDp7tV6lQD1WDc4OZrlxE", + "type": "Entry", + "createdAt": "2021-07-01T01:12:59.291Z", + "updatedAt": "2021-07-01T01:22:45.198Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2021-07-01T01:22:45.198Z", + "firstPublishedAt": "2021-07-01T01:13:29.499Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 2, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/MDp7tV6lQD1WDc4OZrlxE" + }, + "fields": { + "key": { + "en-US": "bsd3Clause" + }, + "name": { + "en-US": "3-clause BSD" + }, + "url": { + "en-US": "https://opensource.org/licenses/BSD-3-Clause" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4B1WznA3ZcZDjtI9jklBq5", + "type": "Entry", + "createdAt": "2021-07-01T01:14:02.680Z", + "updatedAt": "2021-07-01T01:21:41.233Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2021-07-01T01:21:41.233Z", + "firstPublishedAt": "2021-07-01T01:14:38.827Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 3, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4B1WznA3ZcZDjtI9jklBq5" + }, + "fields": { + "key": { + "en-US": "afl3" + }, + "name": { + "en-US": "Academic Free 3.0" + }, + "url": { + "en-US": "https://opensource.org/licenses/AFL-3.0" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6w6VI9Fjr3lmayyAq9THJ5", + "type": "Entry", + "createdAt": "2021-07-01T01:14:17.602Z", + "updatedAt": "2021-07-01T01:27:22.484Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2021-07-01T01:27:22.484Z", + "firstPublishedAt": "2021-07-01T01:16:21.276Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 3, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6w6VI9Fjr3lmayyAq9THJ5" + }, + "fields": { + "key": { + "en-US": "MIT-0" + }, + "name": { + "en-US": "MIT No Attribution" + }, + "url": { + "en-US": "https://opensource.org/licenses/MIT-0" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5y7LmOoggi7LO5XgzCZ1gV", + "type": "Entry", + "createdAt": "2021-07-01T01:14:51.507Z", + "updatedAt": "2021-07-01T02:25:11.172Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2021-07-01T02:25:11.172Z", + "firstPublishedAt": "2021-07-01T01:15:44.571Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 4, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5y7LmOoggi7LO5XgzCZ1gV" + }, + "fields": { + "key": { + "en-US": "apl1" + }, + "name": { + "en-US": "Adaptive Public License 1.0" + }, + "url": { + "en-US": "https://opensource.org/licenses/APL-1.0" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "25fa0jegooJCfdVrMv6I2U", + "type": "Entry", + "createdAt": "2021-07-01T01:16:33.409Z", + "updatedAt": "2021-07-01T01:21:29.292Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2021-07-01T01:21:29.292Z", + "firstPublishedAt": "2021-07-01T01:17:03.385Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 2, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/25fa0jegooJCfdVrMv6I2U" + }, + "fields": { + "key": { + "en-US": "apsl2" + }, + "name": { + "en-US": "Apple Public Source 2.0" + }, + "url": { + "en-US": "https://opensource.org/licenses/APSL-2.0" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7LjWhciJZP07aLJMLD11Mi", + "type": "Entry", + "createdAt": "2021-07-01T01:17:19.231Z", + "updatedAt": "2021-07-01T01:21:15.662Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2021-07-01T01:21:15.662Z", + "firstPublishedAt": "2021-07-01T01:17:49.606Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 2, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7LjWhciJZP07aLJMLD11Mi" + }, + "fields": { + "key": { + "en-US": "artistic2" + }, + "name": { + "en-US": "Artistic 2.0 " + }, + "url": { + "en-US": "https://opensource.org/licenses/Artistic-2.0" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6DsZTGhXw6wp6JgNEy1D4S", + "type": "Entry", + "createdAt": "2021-07-01T01:17:44.127Z", + "updatedAt": "2021-07-01T01:21:48.707Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2021-07-01T01:21:48.707Z", + "firstPublishedAt": "2021-07-01T01:18:02.304Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6DsZTGhXw6wp6JgNEy1D4S" + }, + "fields": { + "key": { + "en-US": "motosoto" + }, + "name": { + "en-US": "Motosoto" + }, + "url": { + "en-US": "https://opensource.org/licenses/Motosoto" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7e2S2us3afoR4BpMBe8sVj", + "type": "Entry", + "createdAt": "2021-07-01T01:17:59.282Z", + "updatedAt": "2021-07-01T01:21:02.093Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2021-07-01T01:21:02.093Z", + "firstPublishedAt": "2021-07-01T01:18:21.383Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 2, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7e2S2us3afoR4BpMBe8sVj" + }, + "fields": { + "key": { + "en-US": "aal" + }, + "name": { + "en-US": "Attribution Assurance" + }, + "url": { + "en-US": "https://opensource.org/licenses/AAL" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1jUWUsSYRSuTjAj9zoGO1i", + "type": "Entry", + "createdAt": "2021-07-01T01:18:08.637Z", + "updatedAt": "2021-07-01T01:27:43.301Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2021-07-01T01:27:43.301Z", + "firstPublishedAt": "2021-07-01T01:19:09.440Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 3, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1jUWUsSYRSuTjAj9zoGO1i" + }, + "fields": { + "key": { + "en-US": "MPL-2.0" + }, + "name": { + "en-US": "Mozilla Public License 2.0" + }, + "url": { + "en-US": "https://opensource.org/licenses/MPL-2.0" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2EFch2lXA6EIZrbtCaJNvL", + "type": "Entry", + "createdAt": "2021-07-01T01:18:42.277Z", + "updatedAt": "2024-08-22T09:18:53.133Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 14, + "publishedAt": "2024-08-22T09:18:53.133Z", + "firstPublishedAt": "2021-07-01T01:19:20.903Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 15, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2EFch2lXA6EIZrbtCaJNvL" + }, + "fields": { + "key": { + "en-US": "bsl1" + }, + "name": { + "en-US": "Boost Software License 1.0" + }, + "title": { + "en-US": "Boost Software License 1.0" + }, + "url": { + "en-US": "https://opensource.org/licenses/BSL-1.0" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "710HtDMPpPIEbBEfccFzow", + "type": "Entry", + "createdAt": "2021-07-01T01:19:24.762Z", + "updatedAt": "2021-07-01T01:27:54.710Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2021-07-01T01:27:54.710Z", + "firstPublishedAt": "2021-07-01T01:20:47.767Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/710HtDMPpPIEbBEfccFzow" + }, + "fields": { + "key": { + "en-US": "MulanPSL-2.0" + }, + "name": { + "en-US": "Mulan Permissive Software License v2" + }, + "url": { + "en-US": "https://opensource.org/licenses/MulanPSL-2.0" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1LwCsbnaG1dT7dTwYtT02G", + "type": "Entry", + "createdAt": "2021-07-01T01:22:22.306Z", + "updatedAt": "2021-07-01T01:26:47.806Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2021-07-01T01:26:47.806Z", + "firstPublishedAt": "2021-07-01T01:22:55.404Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1LwCsbnaG1dT7dTwYtT02G" + }, + "fields": { + "key": { + "en-US": "Multics" + }, + "name": { + "en-US": "Multics" + }, + "url": { + "en-US": "https://opensource.org/licenses/Multics" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "71j0YgSQgGQ3lEwBkpAEnd", + "type": "Entry", + "createdAt": "2021-07-01T01:23:02.650Z", + "updatedAt": "2021-07-01T01:26:32.144Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2021-07-01T01:26:32.144Z", + "firstPublishedAt": "2021-07-01T01:23:32.897Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/71j0YgSQgGQ3lEwBkpAEnd" + }, + "fields": { + "key": { + "en-US": "NASA-1.3" + }, + "name": { + "en-US": "NASA Open Source Agreement 1.3" + }, + "url": { + "en-US": "https://opensource.org/licenses/NASA-1.3" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3wBpM1QGy9u5zbV1TRHRHe", + "type": "Entry", + "createdAt": "2021-07-01T01:23:35.653Z", + "updatedAt": "2024-06-27T00:49:36.966Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 14, + "publishedAt": "2024-06-27T00:49:36.966Z", + "firstPublishedAt": "2021-07-01T01:26:22.130Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 4, + "version": 15, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3wBpM1QGy9u5zbV1TRHRHe" + }, + "fields": { + "key": { + "en-US": "CERN-OHL-P" + }, + "name": { + "en-US": "CERN Open Hardware License v2 - Permissive" + }, + "url": { + "en-US": "https://opensource.org/license/CERN-OHL-P" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1XT6enmBDiDnC9y9wz1a2x", + "type": "Entry", + "createdAt": "2021-07-01T01:23:43.187Z", + "updatedAt": "2021-07-01T01:26:18.849Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2021-07-01T01:26:18.849Z", + "firstPublishedAt": "2021-07-01T01:24:26.057Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1XT6enmBDiDnC9y9wz1a2x" + }, + "fields": { + "key": { + "en-US": "Naumen" + }, + "name": { + "en-US": "Naumen Public" + }, + "url": { + "en-US": "https://opensource.org/licenses/Naumen" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "cu7CT2p4F2h8LDqtStoFq", + "type": "Entry", + "createdAt": "2021-07-01T01:24:32.976Z", + "updatedAt": "2021-07-01T01:25:41.115Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2021-07-01T01:25:41.115Z", + "firstPublishedAt": "2021-07-01T01:25:41.115Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/cu7CT2p4F2h8LDqtStoFq" + }, + "fields": { + "key": { + "en-US": "NGPL" + }, + "name": { + "en-US": "Nethack General Public License" + }, + "url": { + "en-US": "https://opensource.org/licenses/NGPL" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4TBzOVclnxn2V5HYVw6Mq1", + "type": "Entry", + "createdAt": "2021-07-01T01:26:39.295Z", + "updatedAt": "2021-07-01T01:27:11.904Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2021-07-01T01:27:11.904Z", + "firstPublishedAt": "2021-07-01T01:27:11.904Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4TBzOVclnxn2V5HYVw6Mq1" + }, + "fields": { + "key": { + "en-US": "BSDplusPatent" + }, + "name": { + "en-US": "BSD+Patent" + }, + "url": { + "en-US": "https://opensource.org/licenses/BSDplusPatent" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2JgKiwIWe2ZCGoVHMXhLnf", + "type": "Entry", + "createdAt": "2021-07-01T01:27:23.560Z", + "updatedAt": "2024-06-27T00:50:01.519Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2024-06-27T00:50:01.519Z", + "firstPublishedAt": "2021-07-01T01:27:55.582Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 4, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2JgKiwIWe2ZCGoVHMXhLnf" + }, + "fields": { + "key": { + "en-US": "CERN-OHL-W" + }, + "name": { + "en-US": "CERN Open Hardware License v2 - Weakly Reciprocal" + }, + "url": { + "en-US": "https://opensource.org/license/CERN-OHL-W" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6MgJFqE0ysGaDyPZN6MWeC", + "type": "Entry", + "createdAt": "2021-07-01T01:28:16.273Z", + "updatedAt": "2024-06-27T00:48:00.948Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2024-06-27T00:48:00.948Z", + "firstPublishedAt": "2021-07-01T01:28:42.585Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 4, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6MgJFqE0ysGaDyPZN6MWeC" + }, + "fields": { + "key": { + "en-US": "CERN-OHL-S" + }, + "name": { + "en-US": "CERN Open Hardware License v2 - Strongly Reciprocal" + }, + "url": { + "en-US": "https://opensource.org/license/cern-ohl-s" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2pvKSCwx9LTGu9VK83JRJf", + "type": "Entry", + "createdAt": "2021-07-01T01:28:28.339Z", + "updatedAt": "2021-07-01T01:28:51.982Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2021-07-01T01:28:51.982Z", + "firstPublishedAt": "2021-07-01T01:28:51.982Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2pvKSCwx9LTGu9VK83JRJf" + }, + "fields": { + "key": { + "en-US": "Nokia" + }, + "name": { + "en-US": "Nokia Open Source" + }, + "url": { + "en-US": "https://opensource.org/licenses/Nokia" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7FRZJeDLFXE1Vqi9nmjPnl", + "type": "Entry", + "createdAt": "2021-07-01T01:28:52.643Z", + "updatedAt": "2021-07-01T01:29:19.317Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2021-07-01T01:29:19.317Z", + "firstPublishedAt": "2021-07-01T01:29:19.317Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7FRZJeDLFXE1Vqi9nmjPnl" + }, + "fields": { + "key": { + "en-US": "CECILL-2.1" + }, + "name": { + "en-US": "CeCILL 2.1" + }, + "url": { + "en-US": "CECILL-2.1" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5VJFzcFY2WtQMi60XkTwkY", + "type": "Entry", + "createdAt": "2021-07-01T01:28:58.678Z", + "updatedAt": "2021-07-01T01:29:27.946Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2021-07-01T01:29:27.946Z", + "firstPublishedAt": "2021-07-01T01:29:27.946Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5VJFzcFY2WtQMi60XkTwkY" + }, + "fields": { + "key": { + "en-US": "NPOSL-3.0" + }, + "name": { + "en-US": "Non-Profit Open Software License 3.0" + }, + "url": { + "en-US": "https://opensource.org/licenses/NPOSL-3.0" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "xVXOt6l0Nrdn31at4WrcX", + "type": "Entry", + "createdAt": "2021-07-01T01:29:29.166Z", + "updatedAt": "2021-07-01T01:29:54.871Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2021-07-01T01:29:54.871Z", + "firstPublishedAt": "2021-07-01T01:29:54.871Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/xVXOt6l0Nrdn31at4WrcX" + }, + "fields": { + "key": { + "en-US": "CDDL-1.0" + }, + "name": { + "en-US": "Common Development and Distribution 1.0" + }, + "url": { + "en-US": "https://opensource.org/licenses/CDDL-1.0" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "69QHVGusMKUqqI6JGVG2r", + "type": "Entry", + "createdAt": "2021-07-01T01:29:33.997Z", + "updatedAt": "2021-07-01T01:30:00.447Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2021-07-01T01:30:00.447Z", + "firstPublishedAt": "2021-07-01T01:30:00.447Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/69QHVGusMKUqqI6JGVG2r" + }, + "fields": { + "key": { + "en-US": "NTP" + }, + "name": { + "en-US": "NTP" + }, + "url": { + "en-US": "https://opensource.org/licenses/NTP" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1d6az1RxDBDbmtp9vwFltM", + "type": "Entry", + "createdAt": "2021-07-01T01:30:04.253Z", + "updatedAt": "2021-07-01T02:20:22.147Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2021-07-01T02:20:22.147Z", + "firstPublishedAt": "2021-07-01T01:30:22.404Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1d6az1RxDBDbmtp9vwFltM" + }, + "fields": { + "key": { + "en-US": "CPAL-1.0" + }, + "name": { + "en-US": "Common Public Attribution License 1.0 " + }, + "url": { + "en-US": "https://opensource.org/licenses/CPAL-1.0" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2g3ThYB1QUzi41Ov5q59C6", + "type": "Entry", + "createdAt": "2021-07-01T01:30:06.166Z", + "updatedAt": "2021-07-01T01:30:28.043Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2021-07-01T01:30:28.043Z", + "firstPublishedAt": "2021-07-01T01:30:28.043Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2g3ThYB1QUzi41Ov5q59C6" + }, + "fields": { + "key": { + "en-US": "OCLC-2.0" + }, + "name": { + "en-US": "OCLC Research Public License 2.0" + }, + "url": { + "en-US": "https://opensource.org/licenses/OCLC-2.0" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6b8fHNgaqtot7QOqPe0RRQ", + "type": "Entry", + "createdAt": "2021-07-01T01:30:35.129Z", + "updatedAt": "2021-07-01T01:31:01.269Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2021-07-01T01:31:01.269Z", + "firstPublishedAt": "2021-07-01T01:31:01.269Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6b8fHNgaqtot7QOqPe0RRQ" + }, + "fields": { + "key": { + "en-US": "OGTSL" + }, + "name": { + "en-US": "Open Group Test Suite License" + }, + "url": { + "en-US": "https://opensource.org/licenses/OGTSL" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "70w8VencYKqrLcEFl5Otkq", + "type": "Entry", + "createdAt": "2021-07-01T01:30:35.700Z", + "updatedAt": "2021-07-01T01:31:03.300Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2021-07-01T01:31:03.300Z", + "firstPublishedAt": "2021-07-01T01:31:03.300Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/70w8VencYKqrLcEFl5Otkq" + }, + "fields": { + "key": { + "en-US": "CATOSL-1.1" + }, + "name": { + "en-US": "Computer Associates Trusted Open Source 1.1 " + }, + "url": { + "en-US": "https://opensource.org/licenses/CATOSL-1.1" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5pDTWQQylwXDD237YtLspE", + "type": "Entry", + "createdAt": "2021-07-01T01:31:06.254Z", + "updatedAt": "2024-06-26T06:58:31.024Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2024-06-26T06:58:31.024Z", + "firstPublishedAt": "2021-07-01T01:31:31.088Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 3, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5pDTWQQylwXDD237YtLspE" + }, + "fields": { + "key": { + "en-US": "OSL-3.0" + }, + "name": { + "en-US": "OSL-3.0" + }, + "title": { + "en-US": "Open Software License 3.0" + }, + "url": { + "en-US": "https://opensource.org/licenses/OSL-3.0" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6AAX9fd1B7BI0icMbsdVqr", + "type": "Entry", + "createdAt": "2021-07-01T01:31:24.947Z", + "updatedAt": "2021-07-01T01:31:50.184Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2021-07-01T01:31:50.184Z", + "firstPublishedAt": "2021-07-01T01:31:50.184Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6AAX9fd1B7BI0icMbsdVqr" + }, + "fields": { + "key": { + "en-US": "CAL-1.0" + }, + "name": { + "en-US": "Cryptographic Autonomy v.1.0" + }, + "url": { + "en-US": "https://opensource.org/licenses/CAL-1.0" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "34NeYP2nkNPZsrq4Q3Sy3T", + "type": "Entry", + "createdAt": "2021-07-01T01:31:40.118Z", + "updatedAt": "2021-07-01T01:32:46.112Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2021-07-01T01:32:46.112Z", + "firstPublishedAt": "2021-07-01T01:32:01.025Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/34NeYP2nkNPZsrq4Q3Sy3T" + }, + "fields": { + "key": { + "en-US": "OLDAP-2.8" + }, + "name": { + "en-US": "OpenLDAP 2.8" + }, + "url": { + "en-US": "https://opensource.org/licenses/OLDAP-2.8" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "36jj6H1iKX82RMPLLsZq4V", + "type": "Entry", + "createdAt": "2021-07-01T01:31:59.192Z", + "updatedAt": "2021-07-01T02:20:28.958Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2021-07-01T02:20:28.958Z", + "firstPublishedAt": "2021-07-01T01:32:23.915Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 2, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/36jj6H1iKX82RMPLLsZq4V" + }, + "fields": { + "key": { + "en-US": "EPL-2.0" + }, + "name": { + "en-US": "Eclipse Public License 2.0" + }, + "url": { + "en-US": "https://opensource.org/licenses/EPL-2.0" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3nuMDlANTOr6JahoHjVfaO", + "type": "Entry", + "createdAt": "2021-07-01T01:32:35.670Z", + "updatedAt": "2021-07-01T01:33:00.884Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2021-07-01T01:33:00.884Z", + "firstPublishedAt": "2021-07-01T01:33:00.884Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3nuMDlANTOr6JahoHjVfaO" + }, + "fields": { + "key": { + "en-US": "eCos-2.0" + }, + "name": { + "en-US": "eCos version 2.0 " + }, + "url": { + "en-US": "https://opensource.org/licenses/eCos-2.0" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1iD2Zo7UG291s3X93Unf8N", + "type": "Entry", + "createdAt": "2021-07-01T01:33:11.144Z", + "updatedAt": "2021-07-01T02:28:05.018Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2021-07-01T02:28:05.018Z", + "firstPublishedAt": "2021-07-01T01:33:37.373Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 2, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1iD2Zo7UG291s3X93Unf8N" + }, + "fields": { + "key": { + "en-US": "ECL-2.0" + }, + "name": { + "en-US": "Educational Community v2.0 " + }, + "url": { + "en-US": "https://opensource.org/licenses/ECL-2.0" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4IV6gg4Q6GgI352yVUdFh8", + "type": "Entry", + "createdAt": "2021-07-01T01:33:51.536Z", + "updatedAt": "2021-07-01T01:34:15.984Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2021-07-01T01:34:15.984Z", + "firstPublishedAt": "2021-07-01T01:34:15.984Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4IV6gg4Q6GgI352yVUdFh8" + }, + "fields": { + "key": { + "en-US": "EFL-2.0" + }, + "name": { + "en-US": "Eiffel Forum V2.0" + }, + "url": { + "en-US": "https://opensource.org/licenses/EFL-2.0" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6bltXAs1xfln4WF8EaV08u", + "type": "Entry", + "createdAt": "2021-07-01T01:34:25.153Z", + "updatedAt": "2021-07-01T02:20:45.752Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2021-07-01T02:20:45.752Z", + "firstPublishedAt": "2021-07-01T01:34:48.792Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 2, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6bltXAs1xfln4WF8EaV08u" + }, + "fields": { + "key": { + "en-US": "Entessa" + }, + "name": { + "en-US": "Entessa Public License 1.0" + }, + "url": { + "en-US": "https://opensource.org/licenses/Entessa" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7vvQvxi6iEkTrHh2pZrO8V", + "type": "Entry", + "createdAt": "2021-07-01T01:35:04.417Z", + "updatedAt": "2021-07-01T01:35:29.324Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2021-07-01T01:35:29.324Z", + "firstPublishedAt": "2021-07-01T01:35:29.324Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7vvQvxi6iEkTrHh2pZrO8V" + }, + "fields": { + "key": { + "en-US": "EUDatagrid" + }, + "name": { + "en-US": "EU DataGrid Software" + }, + "url": { + "en-US": "https://opensource.org/licenses/EUDatagrid" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "TSGW2TCIaqcp9IiPHdgA4", + "type": "Entry", + "createdAt": "2021-07-01T01:35:05.140Z", + "updatedAt": "2021-07-01T01:36:18.058Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2021-07-01T01:36:18.058Z", + "firstPublishedAt": "2021-07-01T01:36:18.058Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/TSGW2TCIaqcp9IiPHdgA4" + }, + "fields": { + "key": { + "en-US": "OPL-2.1" + }, + "name": { + "en-US": "OSET Public License 2.1" + }, + "url": { + "en-US": "https://opensource.org/licenses/OPL-2.1" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4zG5B2lp4mpkTjp5WgD19T", + "type": "Entry", + "createdAt": "2021-07-01T01:35:40.129Z", + "updatedAt": "2021-07-01T02:20:56.726Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2021-07-01T02:20:56.726Z", + "firstPublishedAt": "2021-07-01T01:36:00.881Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4zG5B2lp4mpkTjp5WgD19T" + }, + "fields": { + "key": { + "en-US": "EUPL-1.1" + }, + "name": { + "en-US": "European Union Public License 1.2 " + }, + "url": { + "en-US": "https://opensource.org/licenses/EUPL-1.1" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "aHnvbZRASPWxRHRXM2BYe", + "type": "Entry", + "createdAt": "2021-07-01T01:36:23.286Z", + "updatedAt": "2021-07-01T01:36:42.271Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2021-07-01T01:36:42.271Z", + "firstPublishedAt": "2021-07-01T01:36:42.271Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/aHnvbZRASPWxRHRXM2BYe" + }, + "fields": { + "key": { + "en-US": "Fair" + }, + "name": { + "en-US": "Fair" + }, + "url": { + "en-US": "https://opensource.org/licenses/Fair" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "69uODVCbSAcfdpLlmpibjI", + "type": "Entry", + "createdAt": "2021-07-01T01:36:23.715Z", + "updatedAt": "2021-07-01T01:37:07.711Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2021-07-01T01:37:07.711Z", + "firstPublishedAt": "2021-07-01T01:36:59.084Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/69uODVCbSAcfdpLlmpibjI" + }, + "fields": { + "key": { + "en-US": "PHP-3.01" + }, + "name": { + "en-US": "PHP License 3.01" + }, + "url": { + "en-US": "https://opensource.org/licenses/PHP-3.01" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4sGdrvPN96cct2fOy3M62M", + "type": "Entry", + "createdAt": "2021-07-01T01:36:51.342Z", + "updatedAt": "2021-07-01T01:37:17.665Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2021-07-01T01:37:17.665Z", + "firstPublishedAt": "2021-07-01T01:37:17.665Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4sGdrvPN96cct2fOy3M62M" + }, + "fields": { + "key": { + "en-US": "Frameworx-1.0" + }, + "name": { + "en-US": "Frameworx 1.0" + }, + "url": { + "en-US": "https://opensource.org/licenses/Frameworx-1.0" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7q0hwAGg1yIR7wNc8cQWZC", + "type": "Entry", + "createdAt": "2021-07-01T01:37:21.613Z", + "updatedAt": "2021-07-01T01:37:51.001Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2021-07-01T01:37:51.001Z", + "firstPublishedAt": "2021-07-01T01:37:51.001Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7q0hwAGg1yIR7wNc8cQWZC" + }, + "fields": { + "key": { + "en-US": "PostgreSQL" + }, + "name": { + "en-US": "The PostgreSQL License" + }, + "url": { + "en-US": "https://opensource.org/licenses/PostgreSQL" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "RVOTxM0aXJaTRylmXoSE4", + "type": "Entry", + "createdAt": "2021-07-01T01:37:57.701Z", + "updatedAt": "2021-07-01T01:38:58.506Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2021-07-01T01:38:58.506Z", + "firstPublishedAt": "2021-07-01T01:38:58.506Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/RVOTxM0aXJaTRylmXoSE4" + }, + "fields": { + "key": { + "en-US": "Python-2.0" + }, + "name": { + "en-US": "Python License" + }, + "url": { + "en-US": "https://opensource.org/licenses/Python-2.0" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7F4kZGLKSwB96e9pdhkuU5", + "type": "Entry", + "createdAt": "2021-07-01T01:39:05.271Z", + "updatedAt": "2021-07-01T01:40:06.227Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2021-07-01T01:40:06.227Z", + "firstPublishedAt": "2021-07-01T01:39:37.931Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7F4kZGLKSwB96e9pdhkuU5" + }, + "fields": { + "key": { + "en-US": "CNRI-Python" + }, + "name": { + "en-US": "CNRI Python" + }, + "url": { + "en-US": "https://opensource.org/licenses/CNRI-Python" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2O8RaSlsatiVMNTatp20FU", + "type": "Entry", + "createdAt": "2021-07-01T01:39:10.878Z", + "updatedAt": "2024-06-26T07:04:21.551Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 15, + "publishedAt": "2024-06-26T07:04:21.551Z", + "firstPublishedAt": "2021-07-01T01:40:49.067Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 6, + "version": 16, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2O8RaSlsatiVMNTatp20FU" + }, + "fields": { + "key": { + "en-US": "AGPL-3.0" + }, + "name": { + "en-US": "AGPL-3.0" + }, + "title": { + "en-US": "GNU Affero General Public License v3 " + }, + "url": { + "en-US": "https://opensource.org/licenses/AGPL-3.0" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5agNXgnrYj3UkGnzrn3fLQ", + "type": "Entry", + "createdAt": "2021-07-01T01:40:12.404Z", + "updatedAt": "2021-07-01T01:41:13.877Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2021-07-01T01:41:13.877Z", + "firstPublishedAt": "2021-07-01T01:41:13.877Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5agNXgnrYj3UkGnzrn3fLQ" + }, + "fields": { + "key": { + "en-US": "QPL-1.0" + }, + "name": { + "en-US": "Q Public License 1.0" + }, + "url": { + "en-US": "https://opensource.org/licenses/QPL-1.0" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "12pnAjAAT5zkmPF33HKq6E", + "type": "Entry", + "createdAt": "2021-07-01T01:40:58.525Z", + "updatedAt": "2021-07-01T02:28:23.822Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2021-07-01T02:28:23.822Z", + "firstPublishedAt": "2021-07-01T01:41:24.132Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 3, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/12pnAjAAT5zkmPF33HKq6E" + }, + "fields": { + "key": { + "en-US": "GPL-2.0" + }, + "name": { + "en-US": "GNU General Public License v2" + }, + "url": { + "en-US": "https://opensource.org/licenses/GPL-2.0" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3bS0u1hvSlk8zxYwxeKk5w", + "type": "Entry", + "createdAt": "2021-07-01T01:41:19.292Z", + "updatedAt": "2021-07-01T01:42:14.462Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2021-07-01T01:42:14.462Z", + "firstPublishedAt": "2021-07-01T01:42:14.462Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3bS0u1hvSlk8zxYwxeKk5w" + }, + "fields": { + "key": { + "en-US": "RPSL-1.0" + }, + "name": { + "en-US": "RealNetworks Public Source License 1.0" + }, + "url": { + "en-US": "https://opensource.org/licenses/RPSL-1.0" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "581T3Tx1sCF3xWdG8fWXbm", + "type": "Entry", + "createdAt": "2021-07-01T01:41:33.130Z", + "updatedAt": "2021-07-01T02:28:16.046Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2021-07-01T02:28:16.046Z", + "firstPublishedAt": "2021-07-01T01:41:52.786Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 3, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/581T3Tx1sCF3xWdG8fWXbm" + }, + "fields": { + "key": { + "en-US": "GPL-3.0" + }, + "name": { + "en-US": "GNU General Public License v3" + }, + "url": { + "en-US": "https://opensource.org/licenses/GPL-3.0" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7jP2z83zSPdBWg4ywrMgcK", + "type": "Entry", + "createdAt": "2021-07-01T01:42:12.229Z", + "updatedAt": "2021-07-01T02:28:35.821Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2021-07-01T02:28:35.821Z", + "firstPublishedAt": "2021-07-01T01:42:42.429Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 3, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7jP2z83zSPdBWg4ywrMgcK" + }, + "fields": { + "key": { + "en-US": "LGPL-2.1" + }, + "name": { + "en-US": "GNU Lesser General Public License v2.1" + }, + "url": { + "en-US": "https://opensource.org/licenses/LGPL-2.1" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6gmfeNFQUZZtN3KQoANNFH", + "type": "Entry", + "createdAt": "2021-07-01T01:42:45.754Z", + "updatedAt": "2021-07-01T01:43:10.551Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2021-07-01T01:43:10.551Z", + "firstPublishedAt": "2021-07-01T01:43:10.551Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6gmfeNFQUZZtN3KQoANNFH" + }, + "fields": { + "key": { + "en-US": "RPL-1.5" + }, + "name": { + "en-US": "Reciprocal Public License 1.5" + }, + "url": { + "en-US": "https://opensource.org/licenses/RPL-1.5" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "78Ny1Ej7eKMWHnoTiBpjA7", + "type": "Entry", + "createdAt": "2021-07-01T01:42:51.412Z", + "updatedAt": "2021-07-01T02:27:59.135Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2021-07-01T02:27:59.135Z", + "firstPublishedAt": "2021-07-01T01:43:11.772Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/78Ny1Ej7eKMWHnoTiBpjA7" + }, + "fields": { + "key": { + "en-US": "LGPL-3.0" + }, + "name": { + "en-US": "GNU Lesser General Public v3" + }, + "url": { + "en-US": "https://opensource.org/licenses/LGPL-3.0" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7dJC5H8vuj7XjTFIx4VayC", + "type": "Entry", + "createdAt": "2021-07-01T01:43:15.327Z", + "updatedAt": "2021-07-01T01:43:38.136Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2021-07-01T01:43:38.136Z", + "firstPublishedAt": "2021-07-01T01:43:38.136Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7dJC5H8vuj7XjTFIx4VayC" + }, + "fields": { + "key": { + "en-US": "RSCPL" + }, + "name": { + "en-US": "Ricoh Source Code Public License" + }, + "url": { + "en-US": "https://opensource.org/licenses/RSCPL" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3IxVtNlOyJl2jQFgRqfxy9", + "type": "Entry", + "createdAt": "2021-07-01T01:43:32.956Z", + "updatedAt": "2021-07-01T01:43:51.877Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2021-07-01T01:43:51.877Z", + "firstPublishedAt": "2021-07-01T01:43:51.877Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3IxVtNlOyJl2jQFgRqfxy9" + }, + "fields": { + "key": { + "en-US": "HPND" + }, + "name": { + "en-US": "Historical Permission Notice and Disclaimer" + }, + "url": { + "en-US": "https://opensource.org/licenses/HPND" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "YIPZeSYPgv7r2ylSW17AH", + "type": "Entry", + "createdAt": "2021-07-01T01:43:46.556Z", + "updatedAt": "2021-07-01T01:44:56.054Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2021-07-01T01:44:56.054Z", + "firstPublishedAt": "2021-07-01T01:44:56.054Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/YIPZeSYPgv7r2ylSW17AH" + }, + "fields": { + "key": { + "en-US": "OFL-1.1" + }, + "name": { + "en-US": "SIL Open Font License 1.1" + }, + "url": { + "en-US": "https://opensource.org/licenses/OFL-1.1" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2aDSFbUbik74HYyt686b6B", + "type": "Entry", + "createdAt": "2021-07-01T01:44:03.303Z", + "updatedAt": "2021-07-01T02:15:05.588Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2021-07-01T02:15:05.588Z", + "firstPublishedAt": "2021-07-01T01:44:34.469Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2aDSFbUbik74HYyt686b6B" + }, + "fields": { + "key": { + "en-US": "IPL-1.0" + }, + "name": { + "en-US": "IBM Public License 1.0" + }, + "url": { + "en-US": "https://opensource.org/licenses/IPL-1.0" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2ZrtitksCrr5EEzKE3Xc5o", + "type": "Entry", + "createdAt": "2021-07-01T01:44:48.923Z", + "updatedAt": "2021-07-01T02:15:50.859Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2021-07-01T02:15:50.859Z", + "firstPublishedAt": "2021-07-01T01:45:11.985Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 2, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2ZrtitksCrr5EEzKE3Xc5o" + }, + "fields": { + "key": { + "en-US": "IPA" + }, + "name": { + "en-US": "IPA Font License " + }, + "url": { + "en-US": "https://opensource.org/licenses/IPA" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5Ufi4KUsnA6TmFEbpA3bX", + "type": "Entry", + "createdAt": "2021-07-01T01:45:02.651Z", + "updatedAt": "2021-07-01T01:45:28.259Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2021-07-01T01:45:28.259Z", + "firstPublishedAt": "2021-07-01T01:45:28.259Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5Ufi4KUsnA6TmFEbpA3bX" + }, + "fields": { + "key": { + "en-US": "SimPL-2.0" + }, + "name": { + "en-US": "Simple Public License 2.0" + }, + "url": { + "en-US": "https://opensource.org/licenses/SimPL-2.0" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3UhmL8cJfkvDrjfH5qLkV9", + "type": "Entry", + "createdAt": "2021-07-01T01:45:32.802Z", + "updatedAt": "2021-07-01T01:45:53.214Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2021-07-01T01:45:53.214Z", + "firstPublishedAt": "2021-07-01T01:45:53.214Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3UhmL8cJfkvDrjfH5qLkV9" + }, + "fields": { + "key": { + "en-US": "ISC" + }, + "name": { + "en-US": "ISC " + }, + "url": { + "en-US": "https://opensource.org/licenses/ISC" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5eJNdEbwyUiANs6qlRdlsa", + "type": "Entry", + "createdAt": "2021-07-01T01:45:33.726Z", + "updatedAt": "2021-07-01T01:45:55.377Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2021-07-01T01:45:55.377Z", + "firstPublishedAt": "2021-07-01T01:45:55.377Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5eJNdEbwyUiANs6qlRdlsa" + }, + "fields": { + "key": { + "en-US": "Sleepycat" + }, + "name": { + "en-US": "Sleepycat" + }, + "url": { + "en-US": "https://opensource.org/licenses/Sleepycat" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "B0AHoXeWH7rcyhhhCSopS", + "type": "Entry", + "createdAt": "2021-07-01T01:45:59.004Z", + "updatedAt": "2021-07-01T01:46:56.357Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2021-07-01T01:46:56.357Z", + "firstPublishedAt": "2021-07-01T01:46:56.357Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/B0AHoXeWH7rcyhhhCSopS" + }, + "fields": { + "key": { + "en-US": "SPL-1.0" + }, + "name": { + "en-US": "Sun Public License 1.0" + }, + "url": { + "en-US": "https://opensource.org/licenses/SPL-1.0" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6a0a9aJjZhg5NbJi4aGyGC", + "type": "Entry", + "createdAt": "2021-07-01T01:46:02.987Z", + "updatedAt": "2021-07-01T02:14:41.589Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2021-07-01T02:14:41.589Z", + "firstPublishedAt": "2021-07-01T01:47:12.276Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 2, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6a0a9aJjZhg5NbJi4aGyGC" + }, + "fields": { + "key": { + "en-US": "LPPL-1.3c" + }, + "name": { + "en-US": "LaTeX Project Public License 1.3c" + }, + "url": { + "en-US": "https://opensource.org/licenses/LPPL-1.3c" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "78ZiDg1rdDkoJCND3Nt9oL", + "type": "Entry", + "createdAt": "2021-07-01T01:47:00.334Z", + "updatedAt": "2021-07-01T01:47:27.979Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2021-07-01T01:47:27.979Z", + "firstPublishedAt": "2021-07-01T01:47:27.979Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/78ZiDg1rdDkoJCND3Nt9oL" + }, + "fields": { + "key": { + "en-US": "Watcom-1.0" + }, + "name": { + "en-US": "Sybase Open Watcom Public License 1.0" + }, + "url": { + "en-US": "https://opensource.org/licenses/Watcom-1.0" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2pF537yVwZAaxKFJSzDWco", + "type": "Entry", + "createdAt": "2021-07-01T01:47:26.106Z", + "updatedAt": "2021-07-01T01:48:27.161Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2021-07-01T01:48:27.161Z", + "firstPublishedAt": "2021-07-01T01:48:27.161Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2pF537yVwZAaxKFJSzDWco" + }, + "fields": { + "key": { + "en-US": "BSD-3-Clause-LBNL" + }, + "name": { + "en-US": "Lawrence Berkeley National Labs BSD 3 Variant " + }, + "url": { + "en-US": "https://opensource.org/BSD-3-Clause-LBNL" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "mQmL7izHUXYlxmHZANLmV", + "type": "Entry", + "createdAt": "2021-07-01T01:47:34.431Z", + "updatedAt": "2021-07-01T01:48:03.081Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2021-07-01T01:48:03.081Z", + "firstPublishedAt": "2021-07-01T01:48:03.081Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/mQmL7izHUXYlxmHZANLmV" + }, + "fields": { + "key": { + "en-US": "UPL" + }, + "name": { + "en-US": "Universal Permissive License" + }, + "url": { + "en-US": "https://opensource.org/licenses/UPL" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4JBD5kmzPfUGA9g4QYbpgo", + "type": "Entry", + "createdAt": "2021-07-01T01:48:07.881Z", + "updatedAt": "2021-07-01T01:49:28.728Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2021-07-01T01:49:28.728Z", + "firstPublishedAt": "2021-07-01T01:49:28.728Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4JBD5kmzPfUGA9g4QYbpgo" + }, + "fields": { + "key": { + "en-US": "NCSA" + }, + "name": { + "en-US": "University of Illinois/NCSA Open Source License " + }, + "url": { + "en-US": "https://opensource.org/licenses/NCSA" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6MP27GRXXCyKqDHorHp23Y", + "type": "Entry", + "createdAt": "2021-07-01T01:48:38.483Z", + "updatedAt": "2021-07-01T01:49:10.336Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2021-07-01T01:49:10.336Z", + "firstPublishedAt": "2021-07-01T01:49:10.336Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6MP27GRXXCyKqDHorHp23Y" + }, + "fields": { + "key": { + "en-US": "LiLiQ-P-1.1" + }, + "name": { + "en-US": "Licence Libre du Québec – Permissive version 1.1" + }, + "url": { + "en-US": "https://opensource.org/licenses/LiLiQ-P-1.1" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5bRcD0S20ZZpSyjvqWbZvf", + "type": "Entry", + "createdAt": "2021-07-01T01:49:27.956Z", + "updatedAt": "2021-07-01T01:49:56.305Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2021-07-01T01:49:56.305Z", + "firstPublishedAt": "2021-07-01T01:49:56.305Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5bRcD0S20ZZpSyjvqWbZvf" + }, + "fields": { + "key": { + "en-US": "LiLiQ-R-1.1" + }, + "name": { + "en-US": "Licence Libre du Québec – Réciprocité version 1.1 " + }, + "url": { + "en-US": "https://opensource.org/licenses/LiLiQ-R-1.1" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5k0SylkO7Nf99JARniFe8h", + "type": "Entry", + "createdAt": "2021-07-01T01:49:36.451Z", + "updatedAt": "2021-07-01T01:50:00.000Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2021-07-01T01:50:00.000Z", + "firstPublishedAt": "2021-07-01T01:50:00.000Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5k0SylkO7Nf99JARniFe8h" + }, + "fields": { + "key": { + "en-US": "UCL-1.0" + }, + "name": { + "en-US": "Upstream Compatibility License v1.0" + }, + "url": { + "en-US": "https://opensource.org/licenses/UCL-1.0" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2HDYzM9BOfnKSwQ4aOdLrO", + "type": "Entry", + "createdAt": "2021-07-01T01:50:07.871Z", + "updatedAt": "2021-07-01T01:51:20.195Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2021-07-01T01:51:20.195Z", + "firstPublishedAt": "2021-07-01T01:51:20.195Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2HDYzM9BOfnKSwQ4aOdLrO" + }, + "fields": { + "key": { + "en-US": "Unicode" + }, + "name": { + "en-US": "Unicode Data Files and Software License" + }, + "url": { + "en-US": "https://opensource.org/node/1077" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "54Z6tqr0ThRcrfL4htjMxC", + "type": "Entry", + "createdAt": "2021-07-01T01:50:40.227Z", + "updatedAt": "2021-07-01T01:51:14.021Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2021-07-01T01:51:14.021Z", + "firstPublishedAt": "2021-07-01T01:51:14.021Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/54Z6tqr0ThRcrfL4htjMxC" + }, + "fields": { + "key": { + "en-US": "LiLiQ-Rplus-1.1" + }, + "name": { + "en-US": "Licence Libre du Québec – Réciprocité forte version 1.1" + }, + "url": { + "en-US": "https://opensource.org/licenses/LiLiQ-Rplus-1.1" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1pUmOeKH9V3ngyyjTodX80", + "type": "Entry", + "createdAt": "2021-07-01T01:51:44.128Z", + "updatedAt": "2021-07-01T01:52:01.104Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2021-07-01T01:52:01.104Z", + "firstPublishedAt": "2021-07-01T01:52:01.104Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1pUmOeKH9V3ngyyjTodX80" + }, + "fields": { + "key": { + "en-US": "unlicense" + }, + "name": { + "en-US": "The Unlicense" + }, + "url": { + "en-US": "https://opensource.org/licenses/unlicense" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2gblUlA3cmphROVSB2Wgks", + "type": "Entry", + "createdAt": "2021-07-01T01:52:01.264Z", + "updatedAt": "2021-07-01T02:28:10.721Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2021-07-01T02:28:10.721Z", + "firstPublishedAt": "2021-07-01T01:52:19.464Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 3, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2gblUlA3cmphROVSB2Wgks" + }, + "fields": { + "key": { + "en-US": "LPL-1.02" + }, + "name": { + "en-US": "Lucent Public License v1.02" + }, + "url": { + "en-US": "https://opensource.org/licenses/LPL-1.02" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6hLkT7VDpj1OBTXO58UOZu", + "type": "Entry", + "createdAt": "2021-07-01T01:52:13.296Z", + "updatedAt": "2021-07-01T01:52:52.074Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2021-07-01T01:52:52.074Z", + "firstPublishedAt": "2021-07-01T01:52:52.074Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6hLkT7VDpj1OBTXO58UOZu" + }, + "fields": { + "key": { + "en-US": "VSL-1.0" + }, + "name": { + "en-US": "Vovida Software License 1.0" + }, + "url": { + "en-US": "https://opensource.org/licenses/VSL-1.0" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "32srEF17FHzdDaugupQFgX", + "type": "Entry", + "createdAt": "2021-07-01T01:52:28.826Z", + "updatedAt": "2021-07-01T02:12:54.809Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2021-07-01T02:12:54.809Z", + "firstPublishedAt": "2021-07-01T01:52:44.708Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/32srEF17FHzdDaugupQFgX" + }, + "fields": { + "key": { + "en-US": "MS-PL" + }, + "name": { + "en-US": "Microsoft Public License " + }, + "url": { + "en-US": "https://opensource.org/licenses/MS-PL" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4aDAr6e2Jmxi0P4SL6zAKx", + "type": "Entry", + "createdAt": "2021-07-01T01:52:53.232Z", + "updatedAt": "2021-07-01T02:13:17.786Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2021-07-01T02:13:17.786Z", + "firstPublishedAt": "2021-07-01T01:53:08.791Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4aDAr6e2Jmxi0P4SL6zAKx" + }, + "fields": { + "key": { + "en-US": "MS-RL" + }, + "name": { + "en-US": "Microsoft Reciprocal License " + }, + "url": { + "en-US": "https://opensource.org/licenses/MS-RL" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5gQjFg4PL98e80xzS9UQge", + "type": "Entry", + "createdAt": "2021-07-01T01:53:02.725Z", + "updatedAt": "2021-07-01T01:53:34.823Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2021-07-01T01:53:34.823Z", + "firstPublishedAt": "2021-07-01T01:53:25.923Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5gQjFg4PL98e80xzS9UQge" + }, + "fields": { + "key": { + "en-US": "W3C" + }, + "name": { + "en-US": "W3C" + }, + "url": { + "en-US": "https://opensource.org/licenses/W3C" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "21Dcbb5nCRGopfMibsmk2n", + "type": "Entry", + "createdAt": "2021-07-01T01:53:17.916Z", + "updatedAt": "2021-07-01T01:54:00.195Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2021-07-01T01:54:00.195Z", + "firstPublishedAt": "2021-07-01T01:54:00.195Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/21Dcbb5nCRGopfMibsmk2n" + }, + "fields": { + "key": { + "en-US": "MirOS" + }, + "name": { + "en-US": "MirOS" + }, + "url": { + "en-US": "https://opensource.org/licenses/MirOS" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "zkDuVTbWJmNWG0nYRHKSN", + "type": "Entry", + "createdAt": "2021-07-01T01:53:38.982Z", + "updatedAt": "2021-07-01T01:54:08.497Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2021-07-01T01:54:08.497Z", + "firstPublishedAt": "2021-07-01T01:54:08.497Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/zkDuVTbWJmNWG0nYRHKSN" + }, + "fields": { + "key": { + "en-US": "WXwindows" + }, + "name": { + "en-US": "wxWindows Library License" + }, + "url": { + "en-US": "https://opensource.org/licenses/WXwindows" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3EvtnJSsq3MvPeZgXjHfXA", + "type": "Entry", + "createdAt": "2021-07-01T01:56:03.177Z", + "updatedAt": "2021-07-01T01:56:26.393Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2021-07-01T01:56:26.393Z", + "firstPublishedAt": "2021-07-01T01:56:26.393Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3EvtnJSsq3MvPeZgXjHfXA" + }, + "fields": { + "key": { + "en-US": "Xnet" + }, + "name": { + "en-US": "X.Net" + }, + "url": { + "en-US": "https://opensource.org/licenses/Xnet" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5wz4GZu8VHmJbcCf2UZtbi", + "type": "Entry", + "createdAt": "2021-07-01T01:56:33.394Z", + "updatedAt": "2021-07-01T01:57:59.403Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2021-07-01T01:57:59.403Z", + "firstPublishedAt": "2021-07-01T01:57:59.403Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5wz4GZu8VHmJbcCf2UZtbi" + }, + "fields": { + "key": { + "en-US": "ZPL-2.0" + }, + "name": { + "en-US": "Zope Public License 2.0" + }, + "url": { + "en-US": "https://opensource.org/licenses/ZPL-2.0" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5iKz08AbJO0wG8jd1qvTGy", + "type": "Entry", + "createdAt": "2021-07-01T01:58:16.580Z", + "updatedAt": "2024-05-10T01:42:59.358Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2024-05-10T01:42:59.358Z", + "firstPublishedAt": "2021-07-01T01:58:53.797Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 3, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5iKz08AbJO0wG8jd1qvTGy" + }, + "fields": { + "key": { + "en-US": "Zlib" + }, + "name": { + "en-US": "Zlib/Libpng License" + }, + "url": { + "en-US": "https://opensource.org/licenses/Zlib" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "17Jq88yTIez2ftdYQRrZSc", + "type": "Entry", + "createdAt": "2021-07-01T09:43:37.088Z", + "updatedAt": "2021-07-01T09:44:06.404Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2021-07-01T09:44:06.404Z", + "firstPublishedAt": "2021-07-01T09:44:06.404Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "language" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/17Jq88yTIez2ftdYQRrZSc" + }, + "fields": { + "key": { + "en-US": "java" + }, + "name": { + "en-US": "Java" + }, + "url": { + "en-US": "https://www.java.com" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "76cuCOUWPpetvxJrLzH9H4", + "type": "Entry", + "createdAt": "2021-07-01T10:01:02.457Z", + "updatedAt": "2022-09-20T00:49:02.032Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 38, + "publishedAt": "2022-09-20T00:49:02.032Z", + "firstPublishedAt": "2021-07-01T10:14:03.176Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 10, + "version": 39, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "marketplace" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/76cuCOUWPpetvxJrLzH9H4" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "TGMUFy27pWS4zH7v1UPoq" + } + } + }, + "key": { + "en-US": "alibabacloud" + }, + "name": { + "en-US": "Alibaba Cloud", + "zh-CN": "阿里云" + }, + "description": { + "zh-CN": "为了无法计算的价值" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7svsHkNeiCP6YInzW709db" + } + }, + "zh-CN": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7svsHkNeiCP6YInzW709db" + } + } + }, + "siteurl": { + "en-US": "https://marketplace.alibabacloud.com/products?publisherId=2116499&label=All+Products&categoryId=&instanceType=", + "zh-CN": "https://market.aliyun.com/products/?keywords=websoft9" + }, + "storeurl": { + "en-US": "https://marketplace.alibabacloud.com/store/2116499.html", + "zh-CN": "https://shop658hlt17.market.aliyun.com/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5VLZPD1hawGE3gL5sZfm2F", + "type": "Entry", + "createdAt": "2021-07-01T10:03:41.548Z", + "updatedAt": "2022-10-29T00:37:29.033Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 41, + "publishedAt": "2022-10-29T00:37:29.033Z", + "firstPublishedAt": "2021-07-01T10:12:09.887Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 11, + "version": 42, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "marketplace" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5VLZPD1hawGE3gL5sZfm2F" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "TGMUFy27pWS4zH7v1UPoq" + } + } + }, + "key": { + "en-US": "azure" + }, + "name": { + "en-US": "Azure", + "zh-CN": "Azure" + }, + "description": { + "en-US": "The Azure cloud platform is more than 200 products and cloud services designed to help you bring new solutions to life—to solve today’s challenges and create the future.", + "zh-CN": "Azure 是微软旗下的云平台,台汇集的产品和云服务超过 200 种,旨在帮助你将新解决方案付诸实践,以便解决当今的难题,并创造未来。" + }, + "content": { + "en-US": "The Azure cloud platform is more than 200 products and cloud services designed to help you bring new solutions to life—to solve today’s challenges and create the future. Build, run, and manage applications across multiple clouds, on-premises, and at the edge, with the tools and frameworks of your choice.", + "zh-CN": "Azure 云平台汇集的产品和云服务超过 200 种,旨在帮助你将新解决方案付诸实践,以便解决当今的难题,并创造未来。利用所选的工具和框架,在多个云中、在本地以及在边缘生成、运行和管理应用程序。" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1zDq7DC177PUa1WshaIFmG" + } + }, + "zh-CN": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1zDq7DC177PUa1WshaIFmG" + } + } + }, + "siteurl": { + "en-US": "https://azuremarketplace.microsoft.com/en-us/marketplace/apps?search=vmlab&page=1", + "zh-CN": "https://azuremarketplace.microsoft.com/en-us/marketplace/apps?search=vmlab&page=1" + }, + "storeurl": { + "en-US": "https://azuremarketplace.microsoft.com/en-us/marketplace/apps?search=vmlab&page=1", + "zh-CN": "https://azuremarketplace.microsoft.com/en-us/marketplace/apps?search=vmlab&page=1" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1S7V0M2lY712MXPOkJCqLN", + "type": "Entry", + "createdAt": "2021-07-01T10:22:27.150Z", + "updatedAt": "2022-10-29T00:37:02.470Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 46, + "publishedAt": "2022-10-29T00:37:02.470Z", + "firstPublishedAt": "2021-07-01T10:24:07.017Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 11, + "version": 47, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "marketplace" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1S7V0M2lY712MXPOkJCqLN" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "TGMUFy27pWS4zH7v1UPoq" + } + } + }, + "key": { + "en-US": "aws" + }, + "name": { + "en-US": "AWS", + "zh-CN": "AWS" + }, + "description": { + "en-US": "Amazon Web Services (AWS) is the world’s most comprehensive and broadly adopted cloud platform", + "zh-CN": "亚马逊云科技(Amazon Web Services)是全球云计算的开创者和引领者,15 年来一直以不断创新、技术领先、服务丰富、应用广泛而享誉业界。" + }, + "content": { + "en-US": "Amazon Web Services (AWS) is the world’s most comprehensive and broadly adopted cloud platform, offering over 200 fully featured services from data centers globally. Millions of customers—including the fastest-growing startups, largest enterprises, and leading government agencies—are using AWS to lower costs, become more agile, and innovate faster.", + "zh-CN": "亚马逊云科技(Amazon Web Services)是全球云计算的开创者和引领者,15 年来一直以不断创新、技术领先、服务丰富、应用广泛而享誉业界。亚马逊云科技可以支持几乎云上任意工作负载。\n\n亚马逊云科技目前提供超过 200 项全功能的服务,涵盖计算、存储、网络、数据库、数据分析、机器人、机器学习与人工智能、物联网、移动、安全、混合云、虚拟现实与增强现实、媒体,以及应用开发、部署与管理等方面;基础设施遍及 26 个地理区域的 84 个可用区,并计划新建 8 个区域和 24 个可用区。\n\n全球数百万客户,从初创公司、中小企业,到大型企业和政府机构都信赖亚马逊云科技,通过亚马逊云科技的服务强化其基础设施,提高敏捷性,降低成本,加快创新,提升竞争力,实现业务成长和成功。" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2RC98eaOPxfO7LpfaWA74T" + } + }, + "zh-CN": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2RC98eaOPxfO7LpfaWA74T" + } + } + }, + "siteurl": { + "en-US": "https://aws.amazon.com/marketplace/search/results/?searchTerms=websoft9", + "zh-CN": "https://aws.amazon.com/marketplace/search/results/?searchTerms=websoft9" + }, + "storeurl": { + "en-US": "https://aws.amazon.com/marketplace/seller-profile?id=c639a579-182c-4d30-8578-4d4d89fba658", + "zh-CN": "https://aws.amazon.com/marketplace/seller-profile?id=c639a579-182c-4d30-8578-4d4d89fba658" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5bFfqXIcehqRrhgs5GSove", + "type": "Entry", + "createdAt": "2021-07-02T02:05:02.506Z", + "updatedAt": "2021-07-02T02:09:05.662Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2021-07-02T02:09:05.662Z", + "firstPublishedAt": "2021-07-02T02:09:05.662Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "language" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5bFfqXIcehqRrhgs5GSove" + }, + "fields": { + "key": { + "en-US": "C++" + }, + "name": { + "en-US": "C++" + }, + "url": { + "en-US": "https://isocpp.org/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6CcnCaE2mWTEtqPMVPnSyF", + "type": "Entry", + "createdAt": "2021-07-02T02:09:21.518Z", + "updatedAt": "2021-07-02T02:10:03.712Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2021-07-02T02:10:03.712Z", + "firstPublishedAt": "2021-07-02T02:10:03.712Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "language" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6CcnCaE2mWTEtqPMVPnSyF" + }, + "fields": { + "key": { + "en-US": "PHP" + }, + "name": { + "en-US": "PHP" + }, + "url": { + "en-US": "https://www.php.net/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4DsfObBcFoAWJGQZC4AQeS", + "type": "Entry", + "createdAt": "2021-07-02T02:10:10.762Z", + "updatedAt": "2021-07-02T02:14:26.672Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2021-07-02T02:14:26.672Z", + "firstPublishedAt": "2021-07-02T02:13:12.613Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 2, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "language" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4DsfObBcFoAWJGQZC4AQeS" + }, + "fields": { + "key": { + "en-US": "C" + }, + "name": { + "en-US": "C" + }, + "url": { + "en-US": "https://docs.microsoft.com/en-us/Cpp/?view=msvc-160" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7akHgnkqSmGh1UJZMw0MO", + "type": "Entry", + "createdAt": "2021-07-02T02:13:18.110Z", + "updatedAt": "2021-07-02T02:14:47.519Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2021-07-02T02:14:47.519Z", + "firstPublishedAt": "2021-07-02T02:14:47.519Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "language" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7akHgnkqSmGh1UJZMw0MO" + }, + "fields": { + "key": { + "en-US": "C#" + }, + "name": { + "en-US": "C#" + }, + "url": { + "en-US": "https://docs.microsoft.com/en-us/dotnet/csharp/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5ErftetWADiFvvgRO3pFnU", + "type": "Entry", + "createdAt": "2021-07-02T02:14:54.380Z", + "updatedAt": "2021-07-02T02:15:10.561Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2021-07-02T02:15:10.561Z", + "firstPublishedAt": "2021-07-02T02:15:10.561Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "language" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5ErftetWADiFvvgRO3pFnU" + }, + "fields": { + "key": { + "en-US": "Python" + }, + "name": { + "en-US": "Python" + }, + "url": { + "en-US": "https://www.python.org/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7sAoBXjxdtWHcqEoxSHpJB", + "type": "Entry", + "createdAt": "2021-07-02T02:15:16.390Z", + "updatedAt": "2021-07-02T02:16:39.565Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2021-07-02T02:16:39.565Z", + "firstPublishedAt": "2021-07-02T02:16:39.565Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "language" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7sAoBXjxdtWHcqEoxSHpJB" + }, + "fields": { + "key": { + "en-US": "JavaScript" + }, + "name": { + "en-US": "JavaScript" + }, + "url": { + "en-US": "https://developer.mozilla.org/en-US/docs/Web/JavaScript" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7pNZmpf1eCBLx2oYonsAK7", + "type": "Entry", + "createdAt": "2021-07-02T02:16:52.328Z", + "updatedAt": "2021-07-02T02:17:05.752Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2021-07-02T02:17:05.752Z", + "firstPublishedAt": "2021-07-02T02:17:05.752Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "language" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7pNZmpf1eCBLx2oYonsAK7" + }, + "fields": { + "key": { + "en-US": "Perl" + }, + "name": { + "en-US": "Perl" + }, + "url": { + "en-US": "https://www.perl.org/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1l8eeZ9VDhd668dryUVvDc", + "type": "Entry", + "createdAt": "2021-07-02T02:17:10.956Z", + "updatedAt": "2021-07-02T02:21:26.938Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2021-07-02T02:21:26.938Z", + "firstPublishedAt": "2021-07-02T02:21:26.938Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "language" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1l8eeZ9VDhd668dryUVvDc" + }, + "fields": { + "key": { + "en-US": "Unix Shell" + }, + "name": { + "en-US": "Unix Shell" + }, + "url": { + "en-US": "https://swcarpentry.github.io/shell-novice/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "37BqyiEwQTT6weeptE0Nkl", + "type": "Entry", + "createdAt": "2021-07-02T02:21:38.444Z", + "updatedAt": "2021-07-02T02:23:03.085Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2021-07-02T02:23:03.085Z", + "firstPublishedAt": "2021-07-02T02:23:03.085Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "language" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/37BqyiEwQTT6weeptE0Nkl" + }, + "fields": { + "key": { + "en-US": "VB .NET" + }, + "name": { + "en-US": "Visual Basic .NET" + }, + "url": { + "en-US": "https://docs.microsoft.com/dotnet/visual-basic/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3nMiobuJqlrELpge95nCte", + "type": "Entry", + "createdAt": "2021-07-02T02:23:22.306Z", + "updatedAt": "2021-07-02T02:24:44.865Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2021-07-02T02:24:44.865Z", + "firstPublishedAt": "2021-07-02T02:24:44.865Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "language" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3nMiobuJqlrELpge95nCte" + }, + "fields": { + "key": { + "en-US": "Delphi" + }, + "name": { + "en-US": "Delphi" + }, + "url": { + "en-US": "https://www.embarcadero.com/cn/products/delphi" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2HYNIqvfdm6vB7OW5CuCJb", + "type": "Entry", + "createdAt": "2021-07-02T02:24:58.211Z", + "updatedAt": "2021-07-02T02:27:55.476Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2021-07-02T02:27:55.476Z", + "firstPublishedAt": "2021-07-02T02:27:55.476Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "language" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2HYNIqvfdm6vB7OW5CuCJb" + }, + "fields": { + "key": { + "en-US": "Kylix" + }, + "name": { + "en-US": "Kylix" + }, + "url": { + "en-US": "https://delphi.fandom.com/wiki/Kylix" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3xD6BYPC337AfsU7ZLVEvh", + "type": "Entry", + "createdAt": "2021-07-02T02:28:26.010Z", + "updatedAt": "2021-07-02T02:32:00.193Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2021-07-02T02:32:00.193Z", + "firstPublishedAt": "2021-07-02T02:32:00.193Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "language" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3xD6BYPC337AfsU7ZLVEvh" + }, + "fields": { + "key": { + "en-US": "Visual Basic" + }, + "name": { + "en-US": "Visual Basic" + }, + "url": { + "en-US": "https://winworldpc.com/product/microsoft-visual-bas/60" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "gB5qUrnEj9ygKgbtCyUll", + "type": "Entry", + "createdAt": "2021-07-02T02:32:15.553Z", + "updatedAt": "2021-07-02T02:44:29.004Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2021-07-02T02:44:29.004Z", + "firstPublishedAt": "2021-07-02T02:44:29.004Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "language" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/gB5qUrnEj9ygKgbtCyUll" + }, + "fields": { + "key": { + "en-US": "Assembly" + }, + "name": { + "en-US": "Assembly" + }, + "url": { + "en-US": "https://www.tutorialspoint.com/assembly_programming/index.htm" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1Sho5dUq0ENOHUuMxW6aZY", + "type": "Entry", + "createdAt": "2021-07-02T02:44:48.772Z", + "updatedAt": "2021-07-02T02:45:51.337Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2021-07-02T02:45:51.337Z", + "firstPublishedAt": "2021-07-02T02:45:51.337Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "language" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1Sho5dUq0ENOHUuMxW6aZY" + }, + "fields": { + "key": { + "en-US": "JSP" + }, + "name": { + "en-US": "JSP" + }, + "url": { + "en-US": "https://docs.oracle.com/javaee/5/tutorial/doc/bnagy.html" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5mKvsW7DU95pkeulIo28yF", + "type": "Entry", + "createdAt": "2021-07-02T02:46:07.412Z", + "updatedAt": "2021-07-02T02:46:24.455Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2021-07-02T02:46:24.455Z", + "firstPublishedAt": "2021-07-02T02:46:24.455Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "language" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5mKvsW7DU95pkeulIo28yF" + }, + "fields": { + "key": { + "en-US": "Ruby" + }, + "name": { + "en-US": "Ruby" + }, + "url": { + "en-US": "https://www.ruby-lang.org/en/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "76sFTfFkLey3vHEarvDE4U", + "type": "Entry", + "createdAt": "2021-07-02T02:46:30.738Z", + "updatedAt": "2021-07-02T02:48:41.393Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2021-07-02T02:48:41.393Z", + "firstPublishedAt": "2021-07-02T02:48:41.393Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "language" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/76sFTfFkLey3vHEarvDE4U" + }, + "fields": { + "key": { + "en-US": "PL/SQL" + }, + "name": { + "en-US": "PL/SQL" + }, + "url": { + "en-US": "https://www.oracle.com/database/technologies/appdev/plsql.html" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "68la9rJVc8XlwulNq94rID", + "type": "Entry", + "createdAt": "2021-07-02T02:49:30.759Z", + "updatedAt": "2021-07-02T02:50:08.428Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2021-07-02T02:50:08.428Z", + "firstPublishedAt": "2021-07-02T02:50:08.428Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "language" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/68la9rJVc8XlwulNq94rID" + }, + "fields": { + "key": { + "en-US": "ASP.NET" + }, + "name": { + "en-US": "ASP.NET" + }, + "url": { + "en-US": "https://dotnet.microsoft.com/apps/aspnet" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "55bXAezzkkPxMwtZjqX0ji", + "type": "Entry", + "createdAt": "2021-07-02T02:50:16.048Z", + "updatedAt": "2021-07-02T02:51:35.889Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2021-07-02T02:51:35.889Z", + "firstPublishedAt": "2021-07-02T02:51:35.889Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "language" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/55bXAezzkkPxMwtZjqX0ji" + }, + "fields": { + "key": { + "en-US": "ActionScript" + }, + "name": { + "en-US": "ActionScript" + }, + "url": { + "en-US": "https://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/index.html" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "ulkWbfmZHUPt6ZXHYBaXh", + "type": "Entry", + "createdAt": "2021-07-02T02:51:41.203Z", + "updatedAt": "2021-07-02T03:00:23.085Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2021-07-02T03:00:23.085Z", + "firstPublishedAt": "2021-07-02T03:00:23.085Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "language" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/ulkWbfmZHUPt6ZXHYBaXh" + }, + "fields": { + "key": { + "en-US": "Objective" + }, + "name": { + "en-US": "Objective" + }, + "url": { + "en-US": "http://" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3xwGlPSoWMVbEBJytwCfOR", + "type": "Entry", + "createdAt": "2021-07-02T03:00:35.344Z", + "updatedAt": "2021-07-02T03:01:28.876Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2021-07-02T03:01:28.876Z", + "firstPublishedAt": "2021-07-02T03:01:28.876Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "language" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3xwGlPSoWMVbEBJytwCfOR" + }, + "fields": { + "key": { + "en-US": "Tcl" + }, + "name": { + "en-US": "Tcl" + }, + "url": { + "en-US": "https://www.tcl.tk/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6wDwrhWzPr7y7b84CoTTBv", + "type": "Entry", + "createdAt": "2021-07-02T03:01:32.975Z", + "updatedAt": "2021-07-02T03:01:54.272Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2021-07-02T03:01:54.272Z", + "firstPublishedAt": "2021-07-02T03:01:54.272Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "language" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6wDwrhWzPr7y7b84CoTTBv" + }, + "fields": { + "key": { + "en-US": "Lua" + }, + "name": { + "en-US": "Lua" + }, + "url": { + "en-US": "https://www.lua.org/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1fldgYtVTmxMsPhrWr42XO", + "type": "Entry", + "createdAt": "2021-07-02T03:01:59.284Z", + "updatedAt": "2021-07-02T03:03:48.142Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2021-07-02T03:03:48.142Z", + "firstPublishedAt": "2021-07-02T03:03:48.142Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "language" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1fldgYtVTmxMsPhrWr42XO" + }, + "fields": { + "key": { + "en-US": "XSL" + }, + "name": { + "en-US": "XSL" + }, + "url": { + "en-US": "https://www.w3.org/Style/XSL/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "41DNXANqR5aYqx3CzLaYDF", + "type": "Entry", + "createdAt": "2021-07-02T03:03:58.895Z", + "updatedAt": "2021-07-02T03:04:46.739Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2021-07-02T03:04:46.739Z", + "firstPublishedAt": "2021-07-02T03:04:46.739Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "language" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/41DNXANqR5aYqx3CzLaYDF" + }, + "fields": { + "key": { + "en-US": "MATLAB" + }, + "name": { + "en-US": "MATLAB" + }, + "url": { + "en-US": "https://ww2.mathworks.cn/products/matlab.html" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7laHszmwqPBADOsH44deaw", + "type": "Entry", + "createdAt": "2021-07-02T03:04:51.967Z", + "updatedAt": "2021-07-02T03:08:21.136Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2021-07-02T03:08:21.136Z", + "firstPublishedAt": "2021-07-02T03:08:21.136Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "language" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7laHszmwqPBADOsH44deaw" + }, + "fields": { + "key": { + "en-US": "BASIC" + }, + "name": { + "en-US": "BASIC" + }, + "url": { + "en-US": "https://www.britannica.com/technology/BASIC" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "67QzYbZG4KNizQEWmAhWkU", + "type": "Entry", + "createdAt": "2021-07-02T03:08:30.171Z", + "updatedAt": "2021-07-02T03:22:51.868Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2021-07-02T03:22:51.868Z", + "firstPublishedAt": "2021-07-02T03:09:43.053Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 2, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "language" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/67QzYbZG4KNizQEWmAhWkU" + }, + "fields": { + "key": { + "en-US": "Free Pascal" + }, + "name": { + "en-US": "Free Pascal" + }, + "url": { + "en-US": "https://www.freepascal.org/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6MnThA2GLj88FN506W4HuH", + "type": "Entry", + "createdAt": "2021-07-02T03:09:56.121Z", + "updatedAt": "2021-07-02T03:31:09.642Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2021-07-02T03:31:09.642Z", + "firstPublishedAt": "2021-07-02T03:22:26.653Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "language" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6MnThA2GLj88FN506W4HuH" + }, + "fields": { + "key": { + "en-US": "Object Pascal" + }, + "name": { + "en-US": "Object Pascal" + }, + "url": { + "en-US": "https://" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5Aiy0HcuQ2bDWT7Xga3Qhj", + "type": "Entry", + "createdAt": "2021-07-02T03:31:18.819Z", + "updatedAt": "2021-07-02T03:31:59.056Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2021-07-02T03:31:59.056Z", + "firstPublishedAt": "2021-07-02T03:31:59.056Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "language" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5Aiy0HcuQ2bDWT7Xga3Qhj" + }, + "fields": { + "key": { + "en-US": "Pascal" + }, + "name": { + "en-US": "Pascal" + }, + "url": { + "en-US": "https://pascal" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7kWM43LdFQGOu8uhJ4dIW5", + "type": "Entry", + "createdAt": "2021-07-02T03:35:48.723Z", + "updatedAt": "2021-07-02T03:43:57.622Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2021-07-02T03:43:57.622Z", + "firstPublishedAt": "2021-07-02T03:43:47.587Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 2, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "language" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7kWM43LdFQGOu8uhJ4dIW5" + }, + "fields": { + "key": { + "en-US": "ASP" + }, + "name": { + "en-US": "ASP" + }, + "url": { + "en-US": "https://ASP" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2Yp0TY3kBHgG6VDjsHZNpK", + "type": "Entry", + "createdAt": "2021-07-30T07:57:12.706Z", + "updatedAt": "2021-07-30T07:57:52.939Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2021-07-30T07:57:52.939Z", + "firstPublishedAt": "2021-07-30T07:57:52.939Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2Yp0TY3kBHgG6VDjsHZNpK" + }, + "fields": { + "key": { + "en-US": "product" + }, + "title": { + "en-US": "Product", + "zh-CN": "产品" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3Tv9r3ToRiF56kL9epU1oj", + "type": "Entry", + "createdAt": "2021-07-30T07:58:02.944Z", + "updatedAt": "2021-07-30T07:58:20.290Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2021-07-30T07:58:20.290Z", + "firstPublishedAt": "2021-07-30T07:58:20.290Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3Tv9r3ToRiF56kL9epU1oj" + }, + "fields": { + "key": { + "en-US": "service" + }, + "title": { + "en-US": "Service", + "zh-CN": "服务" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5ISP0zt3tv0qnnANmnff3n", + "type": "Entry", + "createdAt": "2021-08-13T02:15:28.365Z", + "updatedAt": "2025-01-02T03:33:44.323Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 184, + "publishedAt": "2025-01-02T03:33:44.323Z", + "firstPublishedAt": "2021-10-20T09:00:47.471Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 45, + "version": 185, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5ISP0zt3tv0qnnANmnff3n" + }, + "fields": { + "key": { + "en-US": "zentao" + }, + "trademark": { + "en-US": "Zentao", + "zh-CN": "Zentao" + }, + "title": { + "en-US": "Open Source Agile and Scrum Project Management", + "zh-CN": "项目管理系统 ZenTao" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ifvTmlEZ0BBdLqqy31qYo" + } + } + }, + "summary": { + "en-US": "A professional project management software, covering the core process of software development projects", + "zh-CN": "ZenTao(禅道) 是一款优秀的研发项目管理软件" + }, + "overview": { + "en-US": " It is a professional project management software, covering the core process of software development projects.", + "zh-CN": "ZenTao 是一款开源项目管理软件,集产品管理、项目管理、质量管理、文档管理和事物管理于一体。" + }, + "description": { + "en-US": "ZenTao is a professional project management software, covering the core process of software development projects,Combining product management, project management, QA management, document management, company management and todo management. ", + "zh-CN": "ZenTao(禅道)是一款国产的开源项目管理软件,她的核心管理思想基于敏捷方法 scrum,内置了产品管理和项目管理,同时又根据国内研发现状补充了测试管理、计划管理、发布管理、文档管理、事务管理等功能,在一个软件中就可以将软件研发中的需求、任务、bug、用例、计划、发布等要素有序的跟踪管理起来,完整地覆盖了项目管理的核心流程。" + }, + "screenshots": { + "en-US": [ + { + "id": "5ae46e12-59e8-416d-9ea2-5b73b6fd0936", + "key": "zentao", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/zentao/zentao-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "b7726315-f237-412a-bf32-827f7f29a8fd", + "key": "zentao", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/zentao/zentao-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 300 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4KqOWojZmoXeCFvsu0sij5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "wgrBVU9K63sTF0it5DfIT" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17nBnb3cekP3IkiDLGh1F0" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "22IAKOsOzywVrL2jh8Tdh5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5gZWge046khyUO08MUS4VT" + } + } + ] + }, + "os": { + "en-US": [ + "Windows", + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "简体中文", + "英文", + "其它" + ] + }, + "highlights": { + "en-US": [ + "Multi-level corporate strategic management, mainly including: program, sub-program, and related management of projects.", + "Including product document library, project document library, custom document library, document version comparison, etc.", + "Including product document library, project document library, custom document library, document version comparison, etc.", + "Management company, department, user information. Set user permission groups, view permissions, operation permissions, etc.", + "Project iterations/phases, teams, stakeholders, codebases, versions, etc.", + "Email notification, Browser notification, Dingding notification, Enterprise WeChat notification etc.", + "Use case library, use case, test suite, test request, test report, bug defect, etc.", + "Support DevOps, integrate Jenkins, Git, GitLab, etc., and the tools are seamless" + ], + "zh-CN": [ + "支持复杂和多层级的项目管理", + "包括需求、计划、发布、路线图等功能的产品管理", + "集成缺陷管理、测试用例管理和测试任务管理", + "支持DevOps,集成Jenkins、Git、GitLab等,工具无缝衔接", + "自研开源自动化测试框架,可实现规模化自动化测试", + "自定义工作流,支持按需定制业务流程", + "跟踪沉淀项目管理过程中产生的文档和资产" + ] + }, + "faq": { + "en-US": [ + { + "id": "06f6fb49-206d-47cf-b090-ce10e7d1b45a", + "key": "Does ZenTao provide a client?", + "value": "Yes, includes: Android App and iOS App. But not for opensource users" + }, + { + "id": "e44ac19b-3bcc-42d1-8e19-0c859ae0aecf", + "key": "ZenTao Opensource is free?", + "value": "Yes, it's License is ZPL. You can buy ZenTao Enterpise also if you want to more functions" + } + ], + "zh-CN": [ + { + "id": "ef16e33b-07ce-4735-b7e9-d1584a15ccf9", + "key": "ZenTao 提供客户端吗?", + "value": "禅道手机客户端 IOS 版本和安卓版本, 专为禅道专业版和企业版用户提供。" + }, + { + "id": "4e0d5ef5-932f-43ee-b628-8efd3ec98e9e", + "key": "ZenTao 开源版是免费的吗?", + "value": "基于 ZPL 协议发布,源代码开放,不限商用。当然您也可以购买官方的企业版、集团版等" + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "16MLUmzJ4h1KIH6iM0Acyr" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "12nhFYWwBLQIQ2zHUHELnA" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "k2TEl4jjMnCeHuSRiOU7u" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CcnCaE2mWTEtqPMVPnSyF" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.zentao.net/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "keywords": { + "en-US": [ + "PMS", + "Scrum", + "DevOps", + "Issue Tracking" + ], + "zh-CN": [ + "项目管理", + "敏捷开发", + "产品管理", + "DevOps", + "PMS" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "21.3", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 1, + "zh-CN": 1 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "DziGezOkxe0F8YPhauBkD", + "type": "Entry", + "createdAt": "2021-10-20T09:12:33.916Z", + "updatedAt": "2024-11-19T09:08:33.150Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 153, + "publishedAt": "2024-11-19T09:08:33.150Z", + "firstPublishedAt": "2021-10-20T09:34:07.996Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 30, + "version": 154, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/DziGezOkxe0F8YPhauBkD" + }, + "fields": { + "key": { + "en-US": "zabbix" + }, + "trademark": { + "en-US": "Zabbix", + "zh-CN": "Zabbix" + }, + "title": { + "en-US": "Open Source IT Monitor Platform", + "zh-CN": "Zabbix 企业级实时监控方案" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3dWwmofrNbq2MYt2M7Yoel" + } + } + }, + "summary": { + "en-US": "Enterprise-class open source distributed monitoring solution.", + "zh-CN": "开源的企业级监控解决方案" + }, + "overview": { + "en-US": "Zabbix is the ultimate enterprise-level software designed for real-time monitoring of millions of metrics collected from tens of thousands of servers, virtual machines and network devices.", + "zh-CN": "zabbix 是一个基于WEB界面的提供分布式系统监视以及网络监视功能的企业级的开源解决方案。" + }, + "description": { + "en-US": "Zabbix is an enterprise-class open source distributed monitoring solution designed to monitor and track performance and availability of network servers, devices, services and other IT resources.\n\nZabbix is an all-in-one monitoring solution that allows users to collect, store, manage and analyze information received from IT infrastructure, as well as display on-screen, and alert by e-mail, SMS or Jabber when thresholds are reached.\n", + "zh-CN": "zabbix 是一个基于WEB界面的提供分布式系统监视以及网络监视功能的企业级的开源解决方案。它能监视各种网络参数,保证服务器系统的安全运营;并提供灵活的通知机制以让系统管理员快速定位/解决存在的各种问题。\nzabbix由2部分构成,zabbix server与可选组件zabbix agent。\nzabbix server可以通过SNMP,zabbix agent,ping,端口监视等方法提供对远程服务器/网络状态的监视,数据收集等功能,它可以运行在Linux,Solaris,HP-UX,AIX,Free BSD,Open BSD,OS X等平台上。\n" + }, + "screenshots": { + "en-US": [ + { + "id": "17f509b8-01a6-4e2f-972b-c2770dd3e9e0", + "key": "zabbix", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/zabbix/zabbix-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "79c30387-668a-4527-8288-26e5fc9de523", + "key": "zabbix", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/zabbix/zabbix-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 17000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1M2nMpga1p9ppE1D59l357" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1M2nMpga1p9ppE1D59l357" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "highlights": { + "en-US": [ + "From monitoring your smart home to multi-tenant enterprise environments - Zabbix is scalable to any infrastructure", + "Deploy and scale a distributed Zabbix infrastructure from a central Web UI with native encryption support between all of the components", + "Keep your sensitive information secure by storing it in an external vault", + "Ensure 24/7 uptime and negate the risk of data loss for your Zabbix infrastructure with Zabbix high availability solution", + "Monitor whatever you want - Zabbix comes with many different ways to collect data, transform it, analyze and visualize it", + "Backed by 250+ global partners and multiple external vendors, Zabbix delivers enterprise-level monitoring and support to customers all over the globe" + ], + "zh-CN": [ + "从监控智能家居到多租户企业环境,Zabbix可扩展到任何基础设施", + "从中央Web UI部署和扩展分布式Zabbix基础架构,并在所有组件之间提供原生加密支持", + "从中央Web UI部署和扩展分布式Zabbix基础架构,并在所有组件之间提供原生加密支持", + "使用Zabbix高可用性解决方案确保Zabbix基础架构7x24全天候正常运行并消除数据丢失的风险", + "Zabbix提供了许多不同的方法来收集数据、转换数据、分析数据并将其可视化,监控任何你想要的东西", + "Zabbix提供了许多不同的方法来收集数据、转换数据、分析数据并将其可视化,监控任何你想要的东西" + ] + }, + "faq": { + "en-US": [ + { + "id": "d31872da-937c-45dc-9776-f27f40291c9d", + "key": "Does Zabbix support multi-language?", + "value": "Yes,refer to Zabbix language" + }, + { + "id": "d0b39e7e-0579-4382-ab97-467e83159391", + "key": "What components included in this Zabbix deployment solution?", + "value": "Zabbix-Server, Zabbix-Web, Zabbix-Proxy, Zabbix-Agent, Zabbix-java-gateway" + }, + { + "id": "f31a8f29-50dd-4510-ad74-0df12b6b68fd", + "key": "Can I use the RDS of Cloud Provider for Zabbix?", + "value": "Yes" + } + ], + "zh-CN": [ + { + "id": "2b285508-f6e1-4600-a9fa-dad21d086aee", + "key": "Zabbix 支持多语言吗?", + "value": "支持多语言(包含中文),通过后台设置即可" + }, + { + "id": "47529b41-afc2-4198-9470-b022a58243c9", + "key": "Zabbix 中有哪些组件?", + "value": "包含:Zabbix-Server,Zabbix-Web,Zabbix-Proxy,Zabbix-Agent,Zabbix-java-gateway等组件。" + }, + { + "id": "58af1efa-1d7f-4752-8984-a610b3343d7e", + "key": "是否可以使用 RDS 作为 Zabbix 的数据库?", + "value": "是否可以使用 RDS 作为 Zabbix 的数据库?" + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "12nhFYWwBLQIQ2zHUHELnA" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2O8RaSlsatiVMNTatp20FU" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CcnCaE2mWTEtqPMVPnSyF" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.zabbix.com/" + }, + "trademarkUrl": { + "en-US": "https://www.zabbix.com/trademark" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6PAPQ68qroHDGba7O9DQQ5" + } + } + ] + }, + "keywords": { + "en-US": [ + "monitoring ", + "application monitoring", + "network monitoring" + ], + "zh-CN": [ + "监控", + "网络监控", + "应用监控" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "ubuntu-7.0-latest", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2, + "zh-CN": 2 + }, + "memory": { + "en-US": 8, + "zh-CN": 4 + }, + "storage": { + "en-US": 2, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6mGl0MMZDjyKwNywAvFzg8", + "type": "Entry", + "createdAt": "2021-10-26T07:36:04.494Z", + "updatedAt": "2022-09-20T00:50:17.116Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 23, + "publishedAt": "2022-09-20T00:50:17.116Z", + "firstPublishedAt": "2021-10-26T08:29:41.548Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 6, + "version": 24, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "marketplace" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6mGl0MMZDjyKwNywAvFzg8" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "TGMUFy27pWS4zH7v1UPoq" + } + } + }, + "key": { + "en-US": "huaweicloud" + }, + "name": { + "en-US": "Huawei Cloud", + "zh-CN": "华为云" + }, + "description": { + "zh-CN": "共建智能世界云底座" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3QAnwD11sTVZR6F248AHjm" + } + }, + "zh-CN": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3QAnwD11sTVZR6F248AHjm" + } + } + }, + "siteurl": { + "en-US": "https://marketplace.huaweicloud.com/intl/list?word=gscikO1pdvDEKx2+xGK9ww==", + "zh-CN": "https://marketplace.huaweicloud.com/search/basicSoftware/?q=JXdlYnNvZnQ5JQ" + }, + "storeurl": { + "en-US": "https://marketplace-intl.huaweicloud.com/seller/a0d01460031d46639391c78a61de9a0f", + "zh-CN": "https://marketplace.huaweicloud.com/seller/e57458aa054b430fb2f82a066105f986" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "AJ1Fw8DEmjBjFw4h2cBxo", + "type": "Entry", + "createdAt": "2021-10-26T08:30:19.264Z", + "updatedAt": "2022-09-20T00:49:47.426Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 23, + "publishedAt": "2022-09-20T00:49:47.426Z", + "firstPublishedAt": "2021-10-26T08:31:48.100Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 6, + "version": 24, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "marketplace" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/AJ1Fw8DEmjBjFw4h2cBxo" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "TGMUFy27pWS4zH7v1UPoq" + } + } + }, + "key": { + "en-US": "tencentcloud" + }, + "name": { + "en-US": "Tencent Cloud", + "zh-CN": "腾讯云" + }, + "description": { + "zh-CN": "产业化数字助手" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4jsHHFGRvMHYXwzcQRYgcN" + } + }, + "zh-CN": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4jsHHFGRvMHYXwzcQRYgcN" + } + } + }, + "siteurl": { + "en-US": "https://market.cloud.tencent.com/search/websoft9", + "zh-CN": "https://market.cloud.tencent.com/search/websoft9" + }, + "storeurl": { + "en-US": "https://market.cloud.tencent.com/stores/1252192180", + "zh-CN": "https://market.cloud.tencent.com/stores/1252192180" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3sGmWQDMeO7NzfIkUWJSW6", + "type": "Entry", + "createdAt": "2021-11-16T08:28:43.858Z", + "updatedAt": "2024-12-12T03:17:43.787Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 161, + "publishedAt": "2024-12-12T03:17:43.787Z", + "firstPublishedAt": "2021-11-16T09:49:41.598Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 41, + "version": 162, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3sGmWQDMeO7NzfIkUWJSW6" + }, + "fields": { + "key": { + "en-US": "mysql" + }, + "trademark": { + "en-US": "MySQL", + "zh-CN": "MySQL" + }, + "title": { + "en-US": "Cloud Native Database for MySQL", + "zh-CN": "MySQL 数据库" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2e3Y9bKYpjcIPAACWRRVqo" + } + } + }, + "summary": { + "en-US": "MySQL-a high reliable database management system", + "zh-CN": "流行的关系型数据库管理系统" + }, + "overview": { + "en-US": "MySQL can cost-effectively help you deliver high performance, scalable database applications.", + "zh-CN": "MySQL 是流行的关系型数据库管理系统之一,在 WEB 应用方面,MySQL是出色的 RDBMS (关系数据库管理系统) 应用软件。" + }, + "description": { + "en-US": "This is a repackaged MySQL with professional support for your business. MySQL is the world's most popular open source database. Whether you are a fast growing web property, technology ISV or large enterprise, MySQL can cost-effectively help you deliver high performance, scalable database applications. It is intend to provide a high reliable database management system.", + "zh-CN": "MySQL是一个关系型数据库管理系统,由瑞典MySQL AB公司开发,目前属于Oracle旗下产品。MySQL 是流行的关系型数据库管理系统之一,在 WEB 应用方面,MySQL是出色的 RDBMS (关系数据库管理系统) 应用软件。\n" + }, + "screenshots": { + "en-US": [ + { + "id": "bd39b6a6-dffd-4c09-a75f-84af4e28367c", + "key": "ui", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/mysql/mysql-mariadb-ui-websoft9.png" + }, + { + "id": "3c6411ff-7825-4041-8dad-beb3ac13c99d", + "key": "creatdb", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/en/phpmyadmin/phpmyadmin-createdb-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "27c0b349-0d58-4511-9aea-67171accb67b", + "key": "dbgui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/mysql/mysql-dbgui-websoft9.png" + }, + { + "id": "d9564740-383e-4e83-916b-3e7b32f6d7ce", + "key": "add db", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/mysql/phpmyadmin-adddb-websoft9.png" + } + ] + }, + "hot": { + "en-US": 30000 + }, + "review": { + "en-US": 5 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5gZWge046khyUO08MUS4VT" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3uADBd8l6k8a47o8mDTmWP" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5gZWge046khyUO08MUS4VT" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English" + ], + "zh-CN": [ + "英文" + ] + }, + "highlights": { + "en-US": [ + "Pre-configured, one-click to deploy on Cloud Server", + "All codes on your server, secure and customizable", + "Paid image, free professional support for your business" + ], + "zh-CN": [ + "已完成预配置、密码初始化,购买后即可自主使用", + "基于 Docker 的云原生架构,便于产品升级、版本变更、卸载以及安装更多应用", + "提供免费的技术支持" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39PsAJu60mmzLfKuJSlCfg" + } + } + ] + }, + "saleOnMarketPlace": { + "en-US": { + "data": { + }, + "content": [ + { + "data": { + }, + "content": [ + { + "data": { + }, + "marks": [ + ], + "value": "", + "nodeType": "text" + }, + { + "data": { + "target": { + "sys": { + "id": "76cuCOUWPpetvxJrLzH9H4", + "type": "Link", + "linkType": "Entry" + } + } + }, + "content": [ + ], + "nodeType": "embedded-entry-inline" + }, + { + "data": { + }, + "marks": [ + ], + "value": "iii,kkk,jjjk", + "nodeType": "text" + } + ], + "nodeType": "paragraph" + }, + { + "data": { + }, + "content": [ + { + "data": { + }, + "marks": [ + ], + "value": "", + "nodeType": "text" + }, + { + "data": { + "target": { + "sys": { + "id": "AJ1Fw8DEmjBjFw4h2cBxo", + "type": "Link", + "linkType": "Entry" + } + } + }, + "content": [ + ], + "nodeType": "embedded-entry-inline" + }, + { + "data": { + }, + "marks": [ + ], + "value": "888,yyu,yy", + "nodeType": "text" + } + ], + "nodeType": "paragraph" + } + ], + "nodeType": "document" + } + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "12pnAjAAT5zkmPF33HKq6E" + } + } + }, + "websiteurl": { + "en-US": "https://www.mysql.com/" + }, + "trademarkUrl": { + "en-US": "https://www.mysql.com/about/legal/trademark.html" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5nnWNotOqyUr46d2ZEQzsA" + } + } + ] + }, + "keywords": { + "en-US": [ + "mysql", + "database" + ], + "zh-CN": [ + "mysql", + "数据库" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "9.1", + "8.2", + "8.1", + "8.0", + "5.7", + "5.6", + "5.5", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 2, + "zh-CN": 2 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3QQr0k9giJ3ukPqyKW3Zfv", + "type": "Entry", + "createdAt": "2021-11-16T09:49:55.248Z", + "updatedAt": "2024-12-12T03:18:16.968Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 104, + "publishedAt": "2024-12-12T03:18:16.968Z", + "firstPublishedAt": "2021-11-16T09:54:17.635Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 33, + "version": 105, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3QQr0k9giJ3ukPqyKW3Zfv" + }, + "fields": { + "key": { + "en-US": "mongodb" + }, + "trademark": { + "en-US": "MongoDB", + "zh-CN": "MongoDB" + }, + "title": { + "en-US": "Cloud Native Database for DocumentDB", + "zh-CN": " 云原生数据库 MongoDB" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Cfz6YU0vNthfmfSjrETU9" + } + } + }, + "summary": { + "en-US": "A scalable, high-performance, open source NoSQL database", + "zh-CN": "开源分布式文件存储数据库系统" + }, + "overview": { + "en-US": "MongoDB is a scalable, high-performance, open source NoSQL database written in C++.", + "zh-CN": "基于 Docker 架构,内置可以通过本地浏览器访问的可视化管理工具 MongoDB Compass,满足企业微服务架构的设计思想。" + }, + "description": { + "en-US": "This is a repackaged MongoDB Community Server with professional support for your business. It is a image service that is built, deployed and delivered to the customer through a cloud platform. The MongoDB Community Server reduces the coupling between database and computing resources and storage resources, enable the ability to scale at will and on-run time for organization business grow. Integrated Web GUI can help user manage database anywhere.", + "zh-CN": "由 Websoft9 提供的云原生 MongoDB 数据库,是一个企业级产品。它基于 Docker 架构,内置可以通过本地浏览器访问的可视化管理工具 MongoDB Compass,满足企业微服务架构的设计思想。" + }, + "screenshots": { + "en-US": [ + { + "id": "6e65fa9f-89fe-44a1-a9a0-1984f34d2f2c", + "key": "gui", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/mongodb/mongodb-gui-websoft9.png" + }, + { + "id": "cbb6c1c6-aa2a-48a9-9e2a-6c239e5a0fde", + "key": "mongodbcompass", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/mongodb/mongodbcompass002-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "551d42ad-c973-4c75-a65f-bc15c15b636f", + "key": "gui", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/mongodb/mongodb-gui-websoft9.png" + }, + { + "id": "2965bdce-54a9-4323-9a00-322c02991e6d", + "key": "mongodbcompass", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/mongodb/mongodbcompass002-websoft9.png" + } + ] + }, + "review": { + "en-US": 5 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3qBphS6o9artL5oDiCPLM7" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3uADBd8l6k8a47o8mDTmWP" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4mv9cboFR6s2EODk9Uzx4O" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English" + ], + "zh-CN": [ + "英文" + ] + }, + "highlights": { + "en-US": [ + "Pre-configured, one-click to deploy on Cloud Server", + "All codes on your server, secure and customizable", + "Paid image, free professional support for your business" + ], + "zh-CN": [ + "已完成预配置、密码初始化,购买后即可自主使用", + "内置可视化管理工具 MongoDB Compass,且可以直接通过本地浏览器访问", + "基于 Docker 的云原生架构,便于产品升级、版本变更、卸载以及安装更多应用", + "产品收费,服务免费" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4iQsJxo95VUZYyGzuCD5rV" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5bFfqXIcehqRrhgs5GSove" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.mongodb.com/" + }, + "trademarkUrl": { + "en-US": "https://www.mongodb.com/legal/trademark-usage-guidelines" + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "8.0.3", + "7.0.4", + "6.0.12", + "5.0.23", + "4.4.26", + "4.2.24-rc2", + "4.2.24", + "4.0.28", + "3.6.23", + "3.4.24", + "3.2.21", + "3.0.15", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6E6IcwN1yFnqHKJCMTOIng", + "type": "Entry", + "createdAt": "2021-11-16T09:54:25.682Z", + "updatedAt": "2024-11-01T07:53:43.836Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 97, + "publishedAt": "2024-11-01T07:53:43.836Z", + "firstPublishedAt": "2021-11-16T09:57:04.038Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 31, + "version": 98, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6E6IcwN1yFnqHKJCMTOIng" + }, + "fields": { + "key": { + "en-US": "redis" + }, + "trademark": { + "en-US": "Redis", + "zh-CN": "Redis" + }, + "title": { + "en-US": "Cloud Native In-memory Database for Redis™", + "zh-CN": "Redis 可视化管理工具 RedisInsight" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4wWYwtoUsOt2mkjv1R96lg" + } + } + }, + "summary": { + "en-US": "An open source, advanced key-value store", + "zh-CN": "开源的日志型Key-Value数据库" + }, + "overview": { + "en-US": "Redis is an open source, advanced key-value store", + "zh-CN": "Redis是一个开源的使用ANSI C语言编写、支持网络、可基于内存亦可持久化的日志型、Key-Value数据库,并提供多种语言的API。" + }, + "description": { + "en-US": "This is a repackaged Redis™ with professional support for your business. Redis™ is an open source advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets.", + "zh-CN": "Redis是一个开源的使用ANSI C语言编写、支持网络、可基于内存亦可持久化的日志型、Key-Value数据库,并提供多种语言的API。从2010年3月15日起,Redis的开发工作由VMware主持。Redis会周期性的在磁盘写入更新数据或者在记录文件里写入修改操作,实现数据的持久化。" + }, + "screenshots": { + "en-US": [ + { + "id": "878027ae-77df-44cc-a46e-cee28146e6fc", + "key": "login", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/redis/redisinsight-login-websoft9.png" + }, + { + "id": "ab85125a-f061-4c93-9c57-5bf4c2b5ea4b", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/redis/redisinsight-consolegui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "69a2c19f-23a4-4ed2-86df-d2a279de14b4", + "key": "login", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/redis/redisinsight-login-websoft9.png" + }, + { + "id": "76aef0c5-0e0c-490f-be29-fe8dc8126b84", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/redis/redisinsight-consolegui-websoft9.png" + } + ] + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7ryZqe56bVGxDLfHAA257i" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English" + ], + "zh-CN": [ + "英文" + ] + }, + "highlights": { + "en-US": [ + "Pre-configured, one-click to deploy on Cloud Server", + "All codes on your server, secure and customizable", + "Paid image, free professional support for your business" + ], + "zh-CN": [ + "已完成预配置、密码初始化,购买后即可自主使用", + "基于 Docker 的云原生架构,便于产品升级、版本变更、卸载以及安装更多应用", + "提供免费的技术支持" + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3LHVhMWV5DakQyrKCpC99T" + } + } + }, + "licenseadditional": { + "en-US": "Starting on March 20th, 2024, Redis follows a dual-licensing model with all Redis project code\ncontributions under version 7.4 and subsequent releases governed by the Redis Software Grant and\nContributor License Agreement. After this date, contributions are subject to the user's choice of\nthe Redis Source Available License v2 (RSALv2) or the Server Side Public License v1 (SSPLv1), as\nfollows:\n\n1. Redis Source Available License 2.0 (RSALv2) Agreement\n========================================================\n\nLast Update: December 30, 2023\n\nAcceptance\n----------\n\nThis Agreement sets forth the terms and conditions on which the Licensor\nmakes available the Software. By installing, downloading, accessing,\nUsing, or distributing any of the Software, You agree to all of the\nterms and conditions of this Agreement.\n\nIf You are receiving the Software on behalf of Your Company, You\nrepresent and warrant that You have the authority to agree to this\nAgreement on behalf of such entity.\n\nThe Licensor reserves the right to update this Agreement from time to\ntime.\n\nThe terms below have the meanings set forth below for purposes of this\nAgreement:\n\nDefinitions\n-----------\n\nAgreement: this Redis Source Available License 2.0 Agreement.\n\nControl: ownership, directly or indirectly, of substantially all the\nassets of an entity, or the power to direct its management and policies\nby vote, contract, or otherwise.\n\nLicense: the License as described in the License paragraph below.\n\nLicensor: the entity offering these terms, which includes Redis Ltd. on\nbehalf of itself and its subsidiaries and affiliates worldwide.\n\nModify, Modified, or Modification: copy from or adapt all or part of the\nwork in a fashion requiring copyright permission other than making an\nexact copy. The resulting work is called a Modified version of the\nearlier work.\n\nRedis: the Redis software as described in redis.com redis.io.\n\nSoftware: certain Software components designed to work with Redis and\nprovided to You under this Agreement.\n\nTrademark: the trademarks, service marks, and any other similar rights.\n\nUse: anything You do with the Software requiring one of Your Licenses.\n\nYou: the recipient of the Software, the individual or entity on whose\nbehalf You are agreeing to this Agreement.\n\nYour Company: any legal entity, sole proprietorship, or other kind of\norganization that You work for, plus all organizations that have control\nover, are under the control of, or are under common control with that\norganization.\n\nYour Licenses: means all the Licenses granted to You for the Software\nunder this Agreement.\n\nLicense\n-------\n\nThe Licensor grants You a non-exclusive, royalty-free, worldwide,\nnon-sublicensable, non-transferable license to use, copy, distribute,\nmake available, and prepare derivative works of the Software, in each\ncase subject to the limitations and conditions below.\n\nLimitations\n-----------\n\nYou may not make the functionality of the Software or a Modified version\navailable to third parties as a service or distribute the Software or a\nModified version in a manner that makes the functionality of the\nSoftware available to third parties.\n\nMaking the functionality of the Software or Modified version available\nto third parties includes, without limitation, enabling third parties to\ninteract with the functionality of the Software or Modified version in\ndistributed form or remotely through a computer network, offering a\nproduct or service, the value of which entirely or primarily derives\nfrom the value of the Software or Modified version, or offering a\nproduct or service that accomplishes for users the primary purpose of\nthe Software or Modified version.\n\nYou may not alter, remove, or obscure any licensing, copyright, or other\nnotices of the Licensor in the Software. Any use of the Licensor's\nTrademarks is subject to applicable law.\n\nPatents\n-------\n\nThe Licensor grants You a License, under any patent claims the Licensor\ncan License, or becomes able to License, to make, have made, use, sell,\noffer for sale, import and have imported the Software, in each case\nsubject to the limitations and conditions in this License. This License\ndoes not cover any patent claims that You cause to be infringed by\nModifications or additions to the Software. If You or Your Company make\nany written claim that the Software infringes or contributes to\ninfringement of any patent, your patent License for the Software granted\nunder this Agreement ends immediately. If Your Company makes such a\nclaim, your patent License ends immediately for work on behalf of Your\nCompany.\n\nNotices\n-------\n\nYou must ensure that anyone who gets a copy of any part of the Software\nfrom You also gets a copy of the terms and conditions in this Agreement.\n\nIf You modify the Software, You must include in any Modified copies of\nthe Software prominent notices stating that You have Modified the\nSoftware.\n\nNo Other Rights\n---------------\n\nThe terms and conditions of this Agreement do not imply any Licenses\nother than those expressly granted in this Agreement.\n\nTermination\n-----------\n\nIf You Use the Software in violation of this Agreement, such Use is not\nLicensed, and Your Licenses will automatically terminate. If the\nLicensor provides You with a notice of your violation, and You cease all\nviolations of this License no later than 30 days after You receive that\nnotice, Your Licenses will be reinstated retroactively. However, if You\nviolate this Agreement after such reinstatement, any additional\nviolation of this Agreement will cause your Licenses to terminate\nautomatically and permanently.\n\nNo Liability\n------------\n\nAs far as the law allows, the Software comes as is, without any\nwarranty or condition, and the Licensor will not be liable to You for\nany damages arising out of this Agreement or the Use or nature of the\nSoftware, under any kind of legal claim.\n\nGoverning Law and Jurisdiction\n------------------------------\n\nIf You are located in Asia, Pacific, Americas, or other jurisdictions\nnot listed below, the Agreement will be construed and enforced in all\nrespects in accordance with the laws of the State of California, U.S.A.,\nwithout reference to its choice of law rules. The courts located in the\nCounty of Santa Clara, California, have exclusive jurisdiction for all\npurposes relating to this Agreement.\n\nIf You are located in Israel, the Agreement will be construed and\nenforced in all respects in accordance with the laws of the State of\nIsrael without reference to its choice of law rules. The courts located\nin the Central District of the State of Israel have exclusive\njurisdiction for all purposes relating to this Agreement.\n\nIf You are located in Europe, United Kingdom, Middle East or Africa, the\nAgreement will be construed and enforced in all respects in accordance\nwith the laws of England and Wales without reference to its choice of\nlaw rules. The competent courts located in London, England, have\nexclusive jurisdiction for all purposes relating to this Agreement.\n\n2. Server Side Public License (SSPL)\n====================================\n\n Server Side Public License\n VERSION 1, OCTOBER 16, 2018\n\n Copyright (c) 2018 MongoDB, Inc.\n\n Everyone is permitted to copy and distribute verbatim copies of this\n license document, but changing it is not allowed.\n\n TERMS AND CONDITIONS\n\n 0. Definitions.\n\n \"This License\" refers to Server Side Public License.\n\n \"Copyright\" also means copyright-like laws that apply to other kinds of\n works, such as semiconductor masks.\n\n \"The Program\" refers to any copyrightable work licensed under this\n License. Each licensee is addressed as \"you\". \"Licensees\" and\n \"recipients\" may be individuals or organizations.\n\n To \"modify\" a work means to copy from or adapt all or part of the work in\n a fashion requiring copyright permission, other than the making of an\n exact copy. The resulting work is called a \"modified version\" of the\n earlier work or a work \"based on\" the earlier work.\n\n A \"covered work\" means either the unmodified Program or a work based on\n the Program.\n\n To \"propagate\" a work means to do anything with it that, without\n permission, would make you directly or secondarily liable for\n infringement under applicable copyright law, except executing it on a\n computer or modifying a private copy. Propagation includes copying,\n distribution (with or without modification), making available to the\n public, and in some countries other activities as well.\n\n To \"convey\" a work means any kind of propagation that enables other\n parties to make or receive copies. Mere interaction with a user through a\n computer network, with no transfer of a copy, is not conveying.\n\n An interactive user interface displays \"Appropriate Legal Notices\" to the\n extent that it includes a convenient and prominently visible feature that\n (1) displays an appropriate copyright notice, and (2) tells the user that\n there is no warranty for the work (except to the extent that warranties\n are provided), that licensees may convey the work under this License, and\n how to view a copy of this License. If the interface presents a list of\n user commands or options, such as a menu, a prominent item in the list\n meets this criterion.\n\n 1. Source Code.\n\n The \"source code\" for a work means the preferred form of the work for\n making modifications to it. \"Object code\" means any non-source form of a\n work.\n\n A \"Standard Interface\" means an interface that either is an official\n standard defined by a recognized standards body, or, in the case of\n interfaces specified for a particular programming language, one that is\n widely used among developers working in that language. The \"System\n Libraries\" of an executable work include anything, other than the work as\n a whole, that (a) is included in the normal form of packaging a Major\n Component, but which is not part of that Major Component, and (b) serves\n only to enable use of the work with that Major Component, or to implement\n a Standard Interface for which an implementation is available to the\n public in source code form. A \"Major Component\", in this context, means a\n major essential component (kernel, window system, and so on) of the\n specific operating system (if any) on which the executable work runs, or\n a compiler used to produce the work, or an object code interpreter used\n to run it.\n\n The \"Corresponding Source\" for a work in object code form means all the\n source code needed to generate, install, and (for an executable work) run\n the object code and to modify the work, including scripts to control\n those activities. However, it does not include the work's System\n Libraries, or general-purpose tools or generally available free programs\n which are used unmodified in performing those activities but which are\n not part of the work. For example, Corresponding Source includes\n interface definition files associated with source files for the work, and\n the source code for shared libraries and dynamically linked subprograms\n that the work is specifically designed to require, such as by intimate\n data communication or control flow between those subprograms and other\n parts of the work.\n\n The Corresponding Source need not include anything that users can\n regenerate automatically from other parts of the Corresponding Source.\n\n The Corresponding Source for a work in source code form is that same work.\n\n 2. Basic Permissions.\n\n All rights granted under this License are granted for the term of\n copyright on the Program, and are irrevocable provided the stated\n conditions are met. This License explicitly affirms your unlimited\n permission to run the unmodified Program, subject to section 13. The\n output from running a covered work is covered by this License only if the\n output, given its content, constitutes a covered work. This License\n acknowledges your rights of fair use or other equivalent, as provided by\n copyright law. Subject to section 13, you may make, run and propagate\n covered works that you do not convey, without conditions so long as your\n license otherwise remains in force. You may convey covered works to\n others for the sole purpose of having them make modifications exclusively\n for you, or provide you with facilities for running those works, provided\n that you comply with the terms of this License in conveying all\n material for which you do not control copyright. Those thus making or\n running the covered works for you must do so exclusively on your\n behalf, under your direction and control, on terms that prohibit them\n from making any copies of your copyrighted material outside their\n relationship with you.\n\n Conveying under any other circumstances is permitted solely under the\n conditions stated below. Sublicensing is not allowed; section 10 makes it\n unnecessary.\n\n 3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n\n No covered work shall be deemed part of an effective technological\n measure under any applicable law fulfilling obligations under article 11\n of the WIPO copyright treaty adopted on 20 December 1996, or similar laws\n prohibiting or restricting circumvention of such measures.\n\n When you convey a covered work, you waive any legal power to forbid\n circumvention of technological measures to the extent such circumvention is\n effected by exercising rights under this License with respect to the\n covered work, and you disclaim any intention to limit operation or\n modification of the work as a means of enforcing, against the work's users,\n your or third parties' legal rights to forbid circumvention of\n technological measures.\n\n 4. Conveying Verbatim Copies.\n\n You may convey verbatim copies of the Program's source code as you\n receive it, in any medium, provided that you conspicuously and\n appropriately publish on each copy an appropriate copyright notice; keep\n intact all notices stating that this License and any non-permissive terms\n added in accord with section 7 apply to the code; keep intact all notices\n of the absence of any warranty; and give all recipients a copy of this\n License along with the Program. You may charge any price or no price for\n each copy that you convey, and you may offer support or warranty\n protection for a fee.\n\n 5. Conveying Modified Source Versions.\n\n You may convey a work based on the Program, or the modifications to\n produce it from the Program, in the form of source code under the terms\n of section 4, provided that you also meet all of these conditions:\n\n a) The work must carry prominent notices stating that you modified it,\n and giving a relevant date.\n\n b) The work must carry prominent notices stating that it is released\n under this License and any conditions added under section 7. This\n requirement modifies the requirement in section 4 to \"keep intact all\n notices\".\n\n c) You must license the entire work, as a whole, under this License to\n anyone who comes into possession of a copy. This License will therefore\n apply, along with any applicable section 7 additional terms, to the\n whole of the work, and all its parts, regardless of how they are\n packaged. This License gives no permission to license the work in any\n other way, but it does not invalidate such permission if you have\n separately received it.\n\n d) If the work has interactive user interfaces, each must display\n Appropriate Legal Notices; however, if the Program has interactive\n interfaces that do not display Appropriate Legal Notices, your work\n need not make them do so.\n\n A compilation of a covered work with other separate and independent\n works, which are not by their nature extensions of the covered work, and\n which are not combined with it such as to form a larger program, in or on\n a volume of a storage or distribution medium, is called an \"aggregate\" if\n the compilation and its resulting copyright are not used to limit the\n access or legal rights of the compilation's users beyond what the\n individual works permit. Inclusion of a covered work in an aggregate does\n not cause this License to apply to the other parts of the aggregate.\n\n 6. Conveying Non-Source Forms.\n\n You may convey a covered work in object code form under the terms of\n sections 4 and 5, provided that you also convey the machine-readable\n Corresponding Source under the terms of this License, in one of these\n ways:\n\n a) Convey the object code in, or embodied in, a physical product\n (including a physical distribution medium), accompanied by the\n Corresponding Source fixed on a durable physical medium customarily\n used for software interchange.\n\n b) Convey the object code in, or embodied in, a physical product\n (including a physical distribution medium), accompanied by a written\n offer, valid for at least three years and valid for as long as you\n offer spare parts or customer support for that product model, to give\n anyone who possesses the object code either (1) a copy of the\n Corresponding Source for all the software in the product that is\n covered by this License, on a durable physical medium customarily used\n for software interchange, for a price no more than your reasonable cost\n of physically performing this conveying of source, or (2) access to\n copy the Corresponding Source from a network server at no charge.\n\n c) Convey individual copies of the object code with a copy of the\n written offer to provide the Corresponding Source. This alternative is\n allowed only occasionally and noncommercially, and only if you received\n the object code with such an offer, in accord with subsection 6b.\n\n d) Convey the object code by offering access from a designated place\n (gratis or for a charge), and offer equivalent access to the\n Corresponding Source in the same way through the same place at no\n further charge. You need not require recipients to copy the\n Corresponding Source along with the object code. If the place to copy\n the object code is a network server, the Corresponding Source may be on\n a different server (operated by you or a third party) that supports\n equivalent copying facilities, provided you maintain clear directions\n next to the object code saying where to find the Corresponding Source.\n Regardless of what server hosts the Corresponding Source, you remain\n obligated to ensure that it is available for as long as needed to\n satisfy these requirements.\n\n e) Convey the object code using peer-to-peer transmission, provided you\n inform other peers where the object code and Corresponding Source of\n the work are being offered to the general public at no charge under\n subsection 6d.\n\n A separable portion of the object code, whose source code is excluded\n from the Corresponding Source as a System Library, need not be included\n in conveying the object code work.\n\n A \"User Product\" is either (1) a \"consumer product\", which means any\n tangible personal property which is normally used for personal, family,\n or household purposes, or (2) anything designed or sold for incorporation\n into a dwelling. In determining whether a product is a consumer product,\n doubtful cases shall be resolved in favor of coverage. For a particular\n product received by a particular user, \"normally used\" refers to a\n typical or common use of that class of product, regardless of the status\n of the particular user or of the way in which the particular user\n actually uses, or expects or is expected to use, the product. A product\n is a consumer product regardless of whether the product has substantial\n commercial, industrial or non-consumer uses, unless such uses represent\n the only significant mode of use of the product.\n\n \"Installation Information\" for a User Product means any methods,\n procedures, authorization keys, or other information required to install\n and execute modified versions of a covered work in that User Product from\n a modified version of its Corresponding Source. The information must\n suffice to ensure that the continued functioning of the modified object\n code is in no case prevented or interfered with solely because\n modification has been made.\n\n If you convey an object code work under this section in, or with, or\n specifically for use in, a User Product, and the conveying occurs as part\n of a transaction in which the right of possession and use of the User\n Product is transferred to the recipient in perpetuity or for a fixed term\n (regardless of how the transaction is characterized), the Corresponding\n Source conveyed under this section must be accompanied by the\n Installation Information. But this requirement does not apply if neither\n you nor any third party retains the ability to install modified object\n code on the User Product (for example, the work has been installed in\n ROM).\n\n The requirement to provide Installation Information does not include a\n requirement to continue to provide support service, warranty, or updates\n for a work that has been modified or installed by the recipient, or for\n the User Product in which it has been modified or installed. Access\n to a network may be denied when the modification itself materially\n and adversely affects the operation of the network or violates the\n rules and protocols for communication across the network.\n\n Corresponding Source conveyed, and Installation Information provided, in\n accord with this section must be in a format that is publicly documented\n (and with an implementation available to the public in source code form),\n and must require no special password or key for unpacking, reading or\n copying.\n\n 7. Additional Terms.\n\n \"Additional permissions\" are terms that supplement the terms of this\n License by making exceptions from one or more of its conditions.\n Additional permissions that are applicable to the entire Program shall be\n treated as though they were included in this License, to the extent that\n they are valid under applicable law. If additional permissions apply only\n to part of the Program, that part may be used separately under those\n permissions, but the entire Program remains governed by this License\n without regard to the additional permissions. When you convey a copy of\n a covered work, you may at your option remove any additional permissions\n from that copy, or from any part of it. (Additional permissions may be\n written to require their own removal in certain cases when you modify the\n work.) You may place additional permissions on material, added by you to\n a covered work, for which you have or can give appropriate copyright\n permission.\n\n Notwithstanding any other provision of this License, for material you add\n to a covered work, you may (if authorized by the copyright holders of\n that material) supplement the terms of this License with terms:\n\n a) Disclaiming warranty or limiting liability differently from the\n terms of sections 15 and 16 of this License; or\n\n b) Requiring preservation of specified reasonable legal notices or\n author attributions in that material or in the Appropriate Legal\n Notices displayed by works containing it; or\n\n c) Prohibiting misrepresentation of the origin of that material, or\n requiring that modified versions of such material be marked in\n reasonable ways as different from the original version; or\n\n d) Limiting the use for publicity purposes of names of licensors or\n authors of the material; or\n\n e) Declining to grant rights under trademark law for use of some trade\n names, trademarks, or service marks; or\n\n f) Requiring indemnification of licensors and authors of that material\n by anyone who conveys the material (or modified versions of it) with\n contractual assumptions of liability to the recipient, for any\n liability that these contractual assumptions directly impose on those\n licensors and authors.\n\n All other non-permissive additional terms are considered \"further\n restrictions\" within the meaning of section 10. If the Program as you\n received it, or any part of it, contains a notice stating that it is\n governed by this License along with a term that is a further restriction,\n you may remove that term. If a license document contains a further\n restriction but permits relicensing or conveying under this License, you\n may add to a covered work material governed by the terms of that license\n document, provided that the further restriction does not survive such\n relicensing or conveying.\n\n If you add terms to a covered work in accord with this section, you must\n place, in the relevant source files, a statement of the additional terms\n that apply to those files, or a notice indicating where to find the\n applicable terms. Additional terms, permissive or non-permissive, may be\n stated in the form of a separately written license, or stated as\n exceptions; the above requirements apply either way.\n\n 8. Termination.\n\n You may not propagate or modify a covered work except as expressly\n provided under this License. Any attempt otherwise to propagate or modify\n it is void, and will automatically terminate your rights under this\n License (including any patent licenses granted under the third paragraph\n of section 11).\n\n However, if you cease all violation of this License, then your license\n from a particular copyright holder is reinstated (a) provisionally,\n unless and until the copyright holder explicitly and finally terminates\n your license, and (b) permanently, if the copyright holder fails to\n notify you of the violation by some reasonable means prior to 60 days\n after the cessation.\n\n Moreover, your license from a particular copyright holder is reinstated\n permanently if the copyright holder notifies you of the violation by some\n reasonable means, this is the first time you have received notice of\n violation of this License (for any work) from that copyright holder, and\n you cure the violation prior to 30 days after your receipt of the notice.\n\n Termination of your rights under this section does not terminate the\n licenses of parties who have received copies or rights from you under\n this License. If your rights have been terminated and not permanently\n reinstated, you do not qualify to receive new licenses for the same\n material under section 10.\n\n 9. Acceptance Not Required for Having Copies.\n\n You are not required to accept this License in order to receive or run a\n copy of the Program. Ancillary propagation of a covered work occurring\n solely as a consequence of using peer-to-peer transmission to receive a\n copy likewise does not require acceptance. However, nothing other than\n this License grants you permission to propagate or modify any covered\n work. These actions infringe copyright if you do not accept this License.\n Therefore, by modifying or propagating a covered work, you indicate your\n acceptance of this License to do so.\n\n 10. Automatic Licensing of Downstream Recipients.\n\n Each time you convey a covered work, the recipient automatically receives\n a license from the original licensors, to run, modify and propagate that\n work, subject to this License. You are not responsible for enforcing\n compliance by third parties with this License.\n\n An \"entity transaction\" is a transaction transferring control of an\n organization, or substantially all assets of one, or subdividing an\n organization, or merging organizations. If propagation of a covered work\n results from an entity transaction, each party to that transaction who\n receives a copy of the work also receives whatever licenses to the work\n the party's predecessor in interest had or could give under the previous\n paragraph, plus a right to possession of the Corresponding Source of the\n work from the predecessor in interest, if the predecessor has it or can\n get it with reasonable efforts.\n\n You may not impose any further restrictions on the exercise of the rights\n granted or affirmed under this License. For example, you may not impose a\n license fee, royalty, or other charge for exercise of rights granted\n under this License, and you may not initiate litigation (including a\n cross-claim or counterclaim in a lawsuit) alleging that any patent claim\n is infringed by making, using, selling, offering for sale, or importing\n the Program or any portion of it.\n\n 11. Patents.\n\n A \"contributor\" is a copyright holder who authorizes use under this\n License of the Program or a work on which the Program is based. The work\n thus licensed is called the contributor's \"contributor version\".\n\n A contributor's \"essential patent claims\" are all patent claims owned or\n controlled by the contributor, whether already acquired or hereafter\n acquired, that would be infringed by some manner, permitted by this\n License, of making, using, or selling its contributor version, but do not\n include claims that would be infringed only as a consequence of further\n modification of the contributor version. For purposes of this definition,\n \"control\" includes the right to grant patent sublicenses in a manner\n consistent with the requirements of this License.\n\n Each contributor grants you a non-exclusive, worldwide, royalty-free\n patent license under the contributor's essential patent claims, to make,\n use, sell, offer for sale, import and otherwise run, modify and propagate\n the contents of its contributor version.\n\n In the following three paragraphs, a \"patent license\" is any express\n agreement or commitment, however denominated, not to enforce a patent\n (such as an express permission to practice a patent or covenant not to\n sue for patent infringement). To \"grant\" such a patent license to a party\n means to make such an agreement or commitment not to enforce a patent\n against the party.\n\n If you convey a covered work, knowingly relying on a patent license, and\n the Corresponding Source of the work is not available for anyone to copy,\n free of charge and under the terms of this License, through a publicly\n available network server or other readily accessible means, then you must\n either (1) cause the Corresponding Source to be so available, or (2)\n arrange to deprive yourself of the benefit of the patent license for this\n particular work, or (3) arrange, in a manner consistent with the\n requirements of this License, to extend the patent license to downstream\n recipients. \"Knowingly relying\" means you have actual knowledge that, but\n for the patent license, your conveying the covered work in a country, or\n your recipient's use of the covered work in a country, would infringe\n one or more identifiable patents in that country that you have reason\n to believe are valid.\n\n If, pursuant to or in connection with a single transaction or\n arrangement, you convey, or propagate by procuring conveyance of, a\n covered work, and grant a patent license to some of the parties receiving\n the covered work authorizing them to use, propagate, modify or convey a\n specific copy of the covered work, then the patent license you grant is\n automatically extended to all recipients of the covered work and works\n based on it.\n\n A patent license is \"discriminatory\" if it does not include within the\n scope of its coverage, prohibits the exercise of, or is conditioned on\n the non-exercise of one or more of the rights that are specifically\n granted under this License. You may not convey a covered work if you are\n a party to an arrangement with a third party that is in the business of\n distributing software, under which you make payment to the third party\n based on the extent of your activity of conveying the work, and under\n which the third party grants, to any of the parties who would receive the\n covered work from you, a discriminatory patent license (a) in connection\n with copies of the covered work conveyed by you (or copies made from\n those copies), or (b) primarily for and in connection with specific\n products or compilations that contain the covered work, unless you\n entered into that arrangement, or that patent license was granted, prior\n to 28 March 2007.\n\n Nothing in this License shall be construed as excluding or limiting any\n implied license or other defenses to infringement that may otherwise be\n available to you under applicable patent law.\n\n 12. No Surrender of Others' Freedom.\n\n If conditions are imposed on you (whether by court order, agreement or\n otherwise) that contradict the conditions of this License, they do not\n excuse you from the conditions of this License. If you cannot use,\n propagate or convey a covered work so as to satisfy simultaneously your\n obligations under this License and any other pertinent obligations, then\n as a consequence you may not use, propagate or convey it at all. For\n example, if you agree to terms that obligate you to collect a royalty for\n further conveying from those to whom you convey the Program, the only way\n you could satisfy both those terms and this License would be to refrain\n entirely from conveying the Program.\n\n 13. Offering the Program as a Service.\n\n If you make the functionality of the Program or a modified version\n available to third parties as a service, you must make the Service Source\n Code available via network download to everyone at no charge, under the\n terms of this License. Making the functionality of the Program or\n modified version available to third parties as a service includes,\n without limitation, enabling third parties to interact with the\n functionality of the Program or modified version remotely through a\n computer network, offering a service the value of which entirely or\n primarily derives from the value of the Program or modified version, or\n offering a service that accomplishes for users the primary purpose of the\n Program or modified version.\n\n \"Service Source Code\" means the Corresponding Source for the Program or\n the modified version, and the Corresponding Source for all programs that\n you use to make the Program or modified version available as a service,\n including, without limitation, management software, user interfaces,\n application program interfaces, automation software, monitoring software,\n backup software, storage software and hosting software, all such that a\n user could run an instance of the service using the Service Source Code\n you make available.\n\n 14. Revised Versions of this License.\n\n MongoDB, Inc. may publish revised and/or new versions of the Server Side\n Public License from time to time. Such new versions will be similar in\n spirit to the present version, but may differ in detail to address new\n problems or concerns.\n\n Each version is given a distinguishing version number. If the Program\n specifies that a certain numbered version of the Server Side Public\n License \"or any later version\" applies to it, you have the option of\n following the terms and conditions either of that numbered version or of\n any later version published by MongoDB, Inc. If the Program does not\n specify a version number of the Server Side Public License, you may\n choose any version ever published by MongoDB, Inc.\n\n If the Program specifies that a proxy can decide which future versions of\n the Server Side Public License can be used, that proxy's public statement\n of acceptance of a version permanently authorizes you to choose that\n version for the Program.\n\n Later license versions may give you additional or different permissions.\n However, no additional obligations are imposed on any author or copyright\n holder as a result of your choosing to follow a later version.\n\n 15. Disclaimer of Warranty.\n\n THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\n APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\n HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\n OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\n THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\n IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\n ALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n 16. Limitation of Liability.\n\n IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\n WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\n THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING\n ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF\n THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO\n LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU\n OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\n PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\n POSSIBILITY OF SUCH DAMAGES.\n\n 17. Interpretation of Sections 15 and 16.\n\n If the disclaimer of warranty and limitation of liability provided above\n cannot be given local legal effect according to their terms, reviewing\n courts shall apply local law that most closely approximates an absolute\n waiver of all civil liability in connection with the Program, unless a\n warranty or assumption of liability accompanies a copy of the Program in\n return for a fee.\n\n END OF TERMS AND CONDITIONS" + }, + "websiteurl": { + "en-US": "https://redis.io/" + }, + "trademarkUrl": { + "en-US": "https://redis.io/legal/trademark-policy/" + }, + "keywords": { + "en-US": [ + "redis", + "database" + ], + "zh-CN": [ + "redis", + "数据库" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "7.4", + "7.2", + "7.0", + "6.0", + "5.0", + "4.0", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "66BV2KlprR5FZDlAX0eJyp", + "type": "Entry", + "createdAt": "2021-11-16T09:57:09.967Z", + "updatedAt": "2024-12-11T07:21:56.315Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 146, + "publishedAt": "2024-12-11T07:21:56.315Z", + "firstPublishedAt": "2021-11-16T10:01:20.705Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 35, + "version": 147, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/66BV2KlprR5FZDlAX0eJyp" + }, + "fields": { + "key": { + "en-US": "mariadb" + }, + "trademark": { + "en-US": "MariaDB", + "zh-CN": "MariaDB" + }, + "title": { + "en-US": "Cloud Native Database for MariaDB", + "zh-CN": "MariaDB数据库" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2NI7lbeicyl0hDZBj3eLe8" + } + } + }, + "summary": { + "en-US": "A branch of MySQL", + "zh-CN": "MySQL的一个分支数据库管理系统" + }, + "overview": { + "en-US": "MariaDB is designed to be fully compatible with MySQL, including APIs and command lines, making it easy to be a replacement for MySQL.", + "zh-CN": "MariaDB 数据库,是一个企业级产品。它基于 Docker 架构,内置可以通过本地浏览器访问的可视化管理工具 phpMyAdmin,满足企业微服务架构的设计思想。 " + }, + "description": { + "en-US": "This product integrates MariaDB database management system, which is a branch of MySQL, mainly by the open source community in the maintenance, the use of GPL license. MariaDB is designed to be fully compatible with MySQL, including APIs and command lines, making it easy to be a replacement for MySQL. In the storage engine, the use of XtraDB instead of MySQL InnoDB.", + "zh-CN": "云原生 MariaDB 数据库,是一个企业级产品。它基于 Docker 架构,内置可以通过本地浏览器访问的可视化管理工具 phpMyAdmin,满足企业微服务架构的设计思想。" + }, + "screenshots": { + "en-US": [ + { + "id": "26dc9776-776a-4848-b3e7-3ee824964a0f", + "key": "gui", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/mariadb/mariadb-gui-websoft9.png" + }, + { + "id": "74792e1a-0695-4adf-9f8f-a0b08ca3e65a", + "key": "structure", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/mariadb/mariadb-structure-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "37b1c4e5-eca8-44af-b22d-6b53394ab6b7", + "key": "gui", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/mariadb/mariadb-gui-websoft9.png" + }, + { + "id": "547b71e4-25eb-46c1-b3a3-881ca7fda0fe", + "key": "structure", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/mariadb/mariadb-structure-websoft9.png" + } + ] + }, + "hot": { + "en-US": 19000 + }, + "review": { + "en-US": 5 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5gZWge046khyUO08MUS4VT" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5gZWge046khyUO08MUS4VT" + } + } + ] + }, + "component": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "31GoMqbJSIs6c1DixjBKa8" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English" + ], + "zh-CN": [ + "英文" + ] + }, + "highlights": { + "en-US": [ + "", + "", + "", + "" + ], + "zh-CN": [ + "产品收费,服务免费", + "基于 Docker 的云原生架构,便于产品升级、版本变更、卸载以及安装更多应用", + " 内置可视化管理工具 phpMyAdmin", + "已完成预配置、密码初始化,购买后即可自主使用" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "12pnAjAAT5zkmPF33HKq6E" + } + } + }, + "websiteurl": { + "en-US": "https://mariadb.org/" + }, + "trademarkUrl": { + "en-US": "https://mariadb.org/about/trademark/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4rqwdinfu5GMYieb5agezJ" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5nnWNotOqyUr46d2ZEQzsA" + } + } + ] + }, + "keywords": { + "en-US": [ + "mariadb", + "mysql", + "database" + ], + "zh-CN": [ + "mariadb", + "mysql", + "数据库" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "11.6.2", + "11.5", + "11.2", + "10.11", + "10.10", + "10.9", + "10.8", + "10.7", + "10.6", + "10.5", + "10.4", + "10.3" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 1, + "zh-CN": 1 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7COwHP4WylYT8WELfmUEfB", + "type": "Entry", + "createdAt": "2021-11-16T10:13:00.948Z", + "updatedAt": "2025-01-06T00:49:11.778Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 91, + "publishedAt": "2025-01-06T00:49:11.778Z", + "firstPublishedAt": "2021-11-16T10:15:43.400Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 24, + "version": 92, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7COwHP4WylYT8WELfmUEfB" + }, + "fields": { + "key": { + "en-US": "postgresql" + }, + "trademark": { + "en-US": "PostgreSQL", + "zh-CN": "PostgreSQL" + }, + "title": { + "en-US": "Cloud Native Database for PostgreSQL", + "zh-CN": "PostgreSQL 数据库" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6ZErmBcBpbHz95HqhAZjqa" + } + } + }, + "summary": { + "en-US": "A open source object-relational database system", + "zh-CN": "面向企业复杂SQL处理的开源数据库" + }, + "overview": { + "en-US": "PostgreSQL is a powerful,open source object-relational database system(ORDBMS). ", + "zh-CN": "PostgreSQL被业界誉为“超先进的开源数据库”,面向企业复杂SQL处理的OLTP在线事务处理场景,支持NoSQL数据类型(JSON/XML/hstore)、支持GIS地理信息处理。" + }, + "description": { + "en-US": "This is a repackaged PostgreSQL with professional support for your business. PostgreSQL is a powerful open source object-relational database system(ORDBMS). ACID-compliant, it supports foreign keys, joins, views, triggers and stored procedures. It is known for reliability and data integrity.", + "zh-CN": "PostgreSQL被业界誉为“超先进的开源数据库”,面向企业复杂SQL处理的OLTP在线事务处理场景,支持NoSQL数据类型(JSON/XML/hstore)、支持GIS地理信息处理。" + }, + "screenshots": { + "en-US": [ + { + "id": "c6b40aee-f444-43ba-bdef-fd6cc3c5f93b", + "key": "pgadmin", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/postgresql/pgadmin4-websoft9.png" + }, + { + "id": "1da2cb0d-ff4a-4e66-a535-ba2e01746347", + "key": "console", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/postgresql/pgadmin-console-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "6ffbf6e0-d0df-49ec-8eab-97c30495bb4c", + "key": "pgadmin", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/postgresql/pgadmin4-websoft9.png" + }, + { + "id": "7c787dda-6a6b-457a-abd1-ba5394830134", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/postgresql/pgadmin-loginui-websoft9.png" + } + ] + }, + "review": { + "en-US": 5 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5gZWge046khyUO08MUS4VT" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5gZWge046khyUO08MUS4VT" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Other", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "highlights": { + "en-US": [ + "Pre-configured, one-click to deploy on Cloud Server", + "All codes on your server, secure and customizable", + "Paid image, free professional support for your business" + ], + "zh-CN": [ + "已完成预配置、密码初始化,购买后即可自主使用", + "基于 Docker 的云原生架构,便于产品升级、版本变更、卸载以及安装更多应用", + "提供免费的技术支持" + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7q0hwAGg1yIR7wNc8cQWZC" + } + } + }, + "websiteurl": { + "en-US": "https://www.postgresql.org/" + }, + "trademarkUrl": { + "en-US": "https://www.postgresql.org/about/policies/trademarks/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5nnWNotOqyUr46d2ZEQzsA" + } + } + ] + }, + "keywords": { + "en-US": [ + "postgresql", + "ORDBMS" + ], + "zh-CN": [ + "postgresql", + "关系型数据库", + "数据管理" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "17.2", + "16", + "15", + "14", + "13", + "12", + "11", + "9.6", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 2 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "DEOp8ynxuO4rMELqtrNRl", + "type": "Entry", + "createdAt": "2021-11-16T10:15:55.486Z", + "updatedAt": "2024-12-12T03:24:19.067Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 384, + "publishedAt": "2024-12-12T03:24:19.067Z", + "firstPublishedAt": "2021-11-16T10:18:35.854Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 88, + "version": 385, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/DEOp8ynxuO4rMELqtrNRl" + }, + "fields": { + "key": { + "en-US": "wordpress" + }, + "trademark": { + "en-US": "WordPress", + "zh-CN": "WordPress" + }, + "title": { + "en-US": "Enterprise Web Content Management", + "zh-CN": "企业建站系统 WordPress" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1h43x0vZ8mOLOfbpDLsYWC" + } + } + }, + "summary": { + "en-US": "WordPress is open source software you can use to create a beautiful website, blog, or app", + "zh-CN": "全球 42% 的网页基于 WordPress 构建" + }, + "overview": { + "en-US": "42% of the web is built on WordPress. More bloggers, small businesses, and Fortune 500 companies use WordPress than all other options combined. Join the millions of people that call WordPress.com home.", + "zh-CN": "WordPress 是一个流行的开源建站平台,市场占有率极高。它以其易用性、易扩展性( 插件 、模板 、二次开发)、功能强大、美观、搜索引擎友好等特征而广泛流行。" + }, + "description": { + "en-US": "Style it your way\n\nDesign anything you imagine. Start with a blank canvas or choose from a wide variety of themes and patterns. Customize every detail, from color and fonts to layouts and functionality.\n\nPlug in and extend\n\nMake WordPress do whatever you need it to. Add a store, mailing list, portfolio, social feed, analytics; you’re in control with over 55,000 plugins.\n\nOwn what you make \n\nYour content, your design, and your data always belong to you. With WordPress you’re free to tell your story, grow your brand, or simply be yourself.\n\nCreate with confidence\n\nBuilt by an open source community with decades of experience, its passionate contributors are committed to keeping WordPress as stable and secure as possible.", + "zh-CN": "按你的方式设计\n\n设计您想象的任何东西。从一张空白的画布开始,或者从各种各样的主题和图案中进行选择。自定义每个细节,从颜色和字体到布局和功能。\n\n插入和扩展\n\n让 WordPress 做任何你需要它做的事。添加商店、邮寄列表、投资组合、社交提要、分析;您可以控制超过 55,000 个插件。\n\n拥有你所做的 \n\n您的内容、设计和数据始终属于您。使用 WordPress,您可以自由地讲述您的故事、发展您的品牌,或者只是做您自己。\n\n充满信心地创造\n\n由拥有数十年经验的开源社区构建,其热情的贡献者致力于保持 WordPress 尽可能稳定和安全。" + }, + "screenshots": { + "en-US": [ + { + "id": "c3af9532-7bc1-4a65-b796-59ee79586b91", + "key": "addsite", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/wordpress/wordpress-add-site-websoft9.png" + }, + { + "id": "225d66a7-bfae-4564-be35-50fdb10ab6d9", + "key": "addplugin", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/wordpress/wordpress-addplugins-websoft9.png" + }, + { + "id": "927849e2-9d25-4d15-bf4a-9fcb5f818132", + "key": "addtheme", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/wordpress/wordpress-addthemes-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "94655745-52ac-419b-bb06-02aa15e0b923", + "key": "登录界面", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/wordpress/wordpress-add-site-websoft9.png" + }, + { + "id": "18f86757-dff9-4e88-94de-e3af48eef29c", + "key": "2", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/wordpress/wordpress-addplugins-websoft9.png" + }, + { + "id": "e5fcd98b-c8d9-4e32-b9a3-d8b6e2e75276", + "key": "3", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/wordpress/wordpress-addthemes-websoft9.png" + }, + { + "id": "0b86adb5-5be4-418a-8e13-bd5693b21e74", + "key": "4", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/wordpress/wordpress-createmenu-websoft9.png" + } + ] + }, + "hot": { + "en-US": 200 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1qwbdXJCwYeeXQoLRlpiCj" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7nMNcJU8pX0OQHaM70BoXI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "14lDYcrg2fLMbC1S9AkNDf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5MlAi8mrG3SPEvYCmhpxZO" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1YReaNgNcWJXacH9JBwwST" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5SdnsGA9jschKVnyHKYzck" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3uADBd8l6k8a47o8mDTmWP" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5yqWwdguLzWOz9SrRQ2Elk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6dhUhSf0SPb3swoaJp8nj5" + } + } + ] + }, + "component": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3sGmWQDMeO7NzfIkUWJSW6" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "solution": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6wBYCDu8zQuZo3CxD0p8yE" + } + } + ] + }, + "highlights": { + "zh-CN": [ + "强大的生态,数十万的第三方插件和主题可选", + "完全零代码,不需要写一行程序也可以做出精美的网站", + "以社区为核心,热情的贡献者致力于保持 WordPress 尽可能稳定和安全" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + { + "id": "c7e476db-7530-4f2b-ba09-3b5e90f2a100", + "key": "WordPress 能建企业网站吗", + "value": "可以,非常适用于功能强大的网站" + }, + { + "id": "b3a67fa3-5c4d-4464-8e8c-2f73f668b12a", + "key": "WordPress 可建电商网站吗?", + "value": "它自带 WooCommerce 就会流行的电商平台" + }, + { + "id": "bf41da50-925e-497a-bd95-dca5b0c81ce4", + "key": "你们提供 WordPress 托管服务吗?", + "value": "可以提供托管和省心的运维服务" + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3dwN8h5SUNdrngpTP9puvD" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "12nhFYWwBLQIQ2zHUHELnA" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "12pnAjAAT5zkmPF33HKq6E" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CcnCaE2mWTEtqPMVPnSyF" + } + } + ] + }, + "websiteurl": { + "en-US": "https://wordpress.com/" + }, + "trademarkUrl": { + "en-US": "https://wordpressfoundation.org/trademark-policy/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1MNlRXKNJmgwc9tUS5C8kD" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3QlkgARyx6qWODzbp2zwOY" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6PAPQ68qroHDGba7O9DQQ5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "vbbiHNKxaNXh8noSStJfB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3vCjbC4LJQgteJ0A8T5eEF" + } + } + ] + }, + "keywords": { + "en-US": [ + "Wordpress", + "Website Builder" + ], + "zh-CN": [ + "Wordpress", + "Website Bulider" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "6.7", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4URrjy4UOe1FUvQqAIhesJ", + "type": "Entry", + "createdAt": "2021-11-16T10:18:44.796Z", + "updatedAt": "2025-01-06T00:48:07.322Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 128, + "publishedAt": "2025-01-06T00:48:07.322Z", + "firstPublishedAt": "2021-11-16T10:21:12.773Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 37, + "version": 129, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4URrjy4UOe1FUvQqAIhesJ" + }, + "fields": { + "key": { + "en-US": "ghost" + }, + "trademark": { + "en-US": "Ghost", + "zh-CN": "Ghost" + }, + "title": { + "en-US": "Creative Work Subscription and Publishing Platform", + "zh-CN": "博客创作与付费阅读平台 Ghost" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1SFMzgivPBHhhIQiwlxeP3" + } + } + }, + "summary": { + "en-US": "The Creator Economy Platform", + "zh-CN": "开源的博客平台" + }, + "overview": { + "en-US": "Ghost is the world's most popular open source headless Node.js CMS for professional publishing.", + "zh-CN": "Ghost 旨在提供一个简洁、快速且功能强大的工具,帮助写作者、博主和媒体机构发布和管理内容,它的订阅付费阅读功能还可以方便的帮助内容结构变现。" + }, + "description": { + "en-US": "This is a repackaged Ghost with professional support for your business. Ghost is the world's most popular open source headless Node.js CMS for professional publishing. It makes it simple to publish content online, grow an audience with email newsletters. Ghost is developed with Node.js. With front-end and back-end completely separated.", + "zh-CN": "Ghost 是一款功能强大的应用程序,供新媒体创作者围绕其内容发布、分享和发展业务。它配备了现代工具来构建网站、发布内容、发送时事通讯并向会员提供付费订阅。" + }, + "screenshots": { + "en-US": [ + { + "id": "70f56c03-25ab-4e56-9a2c-39ea0c11df84", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/ghost/ghost-ui-websoft9.png" + }, + { + "id": "fd1db7c7-4166-425d-95b8-cb8552045a5e", + "key": "bootpage", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/en/ghost/ghost-bootpage-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "0a6f330b-01f2-4136-8dea-7518504bb93b", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/ghost/ghost-dsgui-websoft9.png" + }, + { + "id": "16cd9d79-2e7a-439d-8450-06f60355e532", + "key": "bootpage", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/en/ghost/ghost-bootpage-websoft9.png" + }, + { + "id": "9068912e-26a9-47a4-860a-7f4356ee6f0c", + "key": "themes", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/ghost/ghost-setthemes-websoft9.png" + } + ] + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1qwbdXJCwYeeXQoLRlpiCj" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1YReaNgNcWJXacH9JBwwST" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5yqWwdguLzWOz9SrRQ2Elk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6dhUhSf0SPb3swoaJp8nj5" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4mF2lDUt1PNyZ5R6GP1VmF" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "highlights": { + "en-US": [ + "Pre-configured, one-click to deploy on Cloud Server", + "All codes on your server, secure and customizable", + "Paid image, free professional support for your business" + ], + "zh-CN": [ + "以内容创作和运营为核心,实现会员付费订阅", + "Ghost可以从WordPress、Blogger、Tumblr平台轻松导入数据", + "已完成预配置、密码初始化,购买后即可自主使用", + "基于 Docker 的云原生架构,便于产品升级、版本变更、卸载以及安装更多应用", + " 提供免费的技术支持" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5WKhPDoXrkwKkJomj8jzCp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3dwN8h5SUNdrngpTP9puvD" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7mcAFr4uP0RuuHcJhWsUvv" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6ZxNBKnvZwSwK5hYJIO74C" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "websiteurl": { + "en-US": "https://ghost.org/" + }, + "trademarkUrl": { + "en-US": "https://ghost.org/trademark/" + }, + "keywords": { + "en-US": [ + "Ghost", + "creator", + "CMS", + "newsletter" + ], + "zh-CN": [ + "Ghost", + "内容创作", + "订阅付费" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "5.105.0", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 1, + "zh-CN": 1 + }, + "storage": { + "en-US": 2, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "Hpc521cA2XlC4Mts7xUMz", + "type": "Entry", + "createdAt": "2021-11-16T10:21:19.224Z", + "updatedAt": "2024-12-12T03:19:09.668Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 145, + "publishedAt": "2024-12-12T03:19:09.668Z", + "firstPublishedAt": "2021-11-16T10:22:50.683Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 40, + "version": 146, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/Hpc521cA2XlC4Mts7xUMz" + }, + "fields": { + "key": { + "en-US": "joomla" + }, + "trademark": { + "en-US": "Joomla", + "zh-CN": "Joomla" + }, + "title": { + "en-US": "Cloud Native CMS/DXP for Joomla", + "zh-CN": "Joomla 网站管理系统" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6bWu8yxN2Pd9fR6QdaVZ7q" + } + } + }, + "summary": { + "en-US": "An award-winning content management system (CMS)", + "zh-CN": "网站内容管理系统" + }, + "overview": { + "en-US": "Joomla! is an award-winning content management system (CMS), which enables you to build Web sites and powerful online applications.", + "zh-CN": "Joomla是全球三大开源内容管理系统之一 (CMS),占据全球5%的建站市场。其拥有高度的可定制性和电子商务方面的优势。" + }, + "description": { + "en-US": "This is a repackaged Joomla with professional support for your business. Joomla! is an award-winning content management system (CMS), which enables you to build Web sites and powerful online applications. Many aspects, including its ease-of-use and extensibility, have made Joomla! the most popular Web site software available.", + "zh-CN": "Joomla 是一个开源的内容管理系统,用于构建和管理网站。它提供了丰富的模板、扩展和插件,可帮助用户创建具有吸引力和功能丰富的网站。Joomla 具有易于使用的管理面板和强大的搜索功能,可轻松管理网站内容和用户。它还支持多语言和扩展安全性,可满足各种网站需求。" + }, + "screenshots": { + "en-US": [ + { + "id": "10884dd7-fefb-47d9-9866-14311aad2e86", + "key": "login", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/joomla/joomla-wizard6-websoft9.png" + }, + { + "id": "2fc198c7-989b-4a2e-81ba-5836f7699fac", + "key": "ui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/joomla/joomla-wizard7-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "1be447df-8391-42b0-9326-4b83939d0914", + "key": "login", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/joomla/joomla-wizard7-websoft9.png" + }, + { + "id": "f4312483-bc35-4439-aaf7-8264bb37f4f2", + "key": "ui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/joomla/joomla-wizard8-websoft9.png" + } + ] + }, + "hot": { + "en-US": 400 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1qwbdXJCwYeeXQoLRlpiCj" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "14lDYcrg2fLMbC1S9AkNDf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5yqWwdguLzWOz9SrRQ2Elk" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3Fp0KurklabdjVy7ZrfONp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5fhqDdiijbN558c2c6TkzN" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "highlights": { + "en-US": [ + "Pre-configured, one-click to deploy on Cloud Server", + "All codes on your server, secure and customizable", + "Paid image, free professional support for your business" + ], + "zh-CN": [ + "MVC架构设计,领先的ACL设计理念,人性化的后台管理", + "良好的商业生态,模块化的功能管理,漂亮的模板设计", + "众多的即插即用的插件、模板构建成强大的功能,逻辑性强,积木式搭建,简洁易用" + ] + }, + "faq": { + "en-US": [ + { + "id": "6394ffaa-eb6b-4dca-bb57-4c396088afac", + "key": "Joomla support multi-language?", + "value": "Yes" + }, + { + "id": "e5b33ba4-ea43-4d69-9ecc-16745ef149be", + "key": "如何设置数据库默认连接?", + "value": "向文件 path/joomla/installation/model/forms/database.xml 中,添加 default=\"xxxx\" 即可" + } + ], + "zh-CN": [ + { + "id": "999777f9-d18a-4172-bbb3-1709932391d7", + "key": "Joomla 支持多语言吗?", + "value": "支持多语言(包含中文),建议在初始化安装的时候安装多语言" + }, + { + "id": "136f582b-c107-493d-8629-1078a331b4d3", + "key": "如何设置数据库默认连接?", + "value": "向文件 path/joomla/installation/model/forms/database.xml 中,添加 default=\"xxxx\" 即可" + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "FBjnaWTea9jWIviVI9UXN" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5wVPQoc28yauIPIjbs7Ecp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5Vk8qs6yZ9XKGs493lyVbA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3XLYU7pPQw1tv0esOTj1Qw" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "12pnAjAAT5zkmPF33HKq6E" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CcnCaE2mWTEtqPMVPnSyF" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.joomla.org/" + }, + "trademarkUrl": { + "en-US": "https://tm.joomla.org/trademark-policy.html" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5nnWNotOqyUr46d2ZEQzsA" + } + } + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "5.1.2", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 1, + "zh-CN": 1 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3lxWtIBSIprcHIEK9JHUmJ", + "type": "Entry", + "createdAt": "2021-11-24T08:53:51.026Z", + "updatedAt": "2022-07-16T01:30:48.560Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 19, + "publishedAt": "2022-07-16T01:30:48.560Z", + "firstPublishedAt": "2021-11-24T08:54:54.327Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 20, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "delivery" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3lxWtIBSIprcHIEK9JHUmJ" + }, + "fields": { + "key": { + "en-US": "image" + }, + "title": { + "en-US": "Image", + "zh-CN": "镜像" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "12nhFYWwBLQIQ2zHUHELnA", + "type": "Entry", + "createdAt": "2021-11-24T09:02:03.210Z", + "updatedAt": "2022-07-16T01:15:20.757Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 13, + "publishedAt": "2022-07-16T01:15:20.757Z", + "firstPublishedAt": "2021-11-24T09:02:43.188Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 14, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "price" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/12nhFYWwBLQIQ2zHUHELnA" + }, + "fields": { + "key": { + "en-US": "free" + }, + "name": { + "en-US": "Free", + "zh-CN": "免费" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "TU80cEqa6aQ9KPxnhYTjE", + "type": "Entry", + "createdAt": "2021-11-25T06:24:00.577Z", + "updatedAt": "2024-12-12T03:32:09.758Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 136, + "publishedAt": "2024-12-12T03:32:09.758Z", + "firstPublishedAt": "2021-11-25T07:22:09.186Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 28, + "version": 137, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/TU80cEqa6aQ9KPxnhYTjE" + }, + "fields": { + "key": { + "en-US": "seafile" + }, + "trademark": { + "en-US": "Seafile", + "zh-CN": "Seafile" + }, + "title": { + "en-US": "Content Collaboration Platform based on Seafile", + "zh-CN": "Seafile 开源企业私有网盘 / 专有云存储" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2MvpDeNTE0QZflSpD6qqHU" + } + } + }, + "summary": { + "en-US": "Open Source File Sync&Share and Document Collaboration Platform", + "zh-CN": "开源企业云盘和文档协作平台" + }, + "overview": { + "en-US": "Seafile is an open source file sync&share solution designed for high reliability, performance and productivity. ", + "zh-CN": "Seafile 是一款开源的企业云盘,注重可靠性和性能。支持 Windows, Mac, Linux, iOS, Android 平台。支持文件同步或者直接挂载到本地访问。" + }, + "description": { + "en-US": "Seafile is an open source file sync&share solution designed for high reliability, performance and productivity. Sync, share and collaborate across devices and teams. Build your team's knowledge base with Seafile's built-in Wiki feature.", + "zh-CN": "Seafile 是一款开源的企业云盘,注重可靠性和性能。支持 Windows, Mac, Linux, iOS, Android 平台。支持文件同步或者直接挂载到本地访问。" + }, + "screenshots": { + "en-US": [ + { + "id": "347b73bc-3e6f-4aa0-a767-e61bab982b79", + "key": "seafile", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/seafile/seafile-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "90d505c8-999e-451b-898f-6cc089c50170", + "key": "seafile", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/seafile/seafile-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CQ3nWNNUrmMj6BjOw173z" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2GectU4rnPJVtEHB8fzz8d" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "511GefnVfjYOcWGLZu9qOk" + } + } + ] + }, + "os": { + "en-US": [ + "Linux", + "Windows" + ] + }, + "supportLanguage": { + "en-US": [ + "Chinese", + "English" + ], + "zh-CN": [ + "简体中文", + "英文" + ] + }, + "highlights": { + "en-US": [ + "Reliable File Syncing", + "Drive Client", + "Built-in File Encryption", + "High Performance", + "Knowledge Management" + ], + "zh-CN": [ + "可靠的文件同步", + "挂载盘客户端", + "团队协作", + "高性能", + "Wiki 与知识管理" + ] + }, + "faq": { + "en-US": [ + { + "id": "2af6fa89-9a33-481d-91cf-e1d0a300dc4f", + "key": "Can I have online document editing and preview in Seafile?", + "value": "Yes, perfectly supports ONLYOFFICE DOCS" + } + ], + "zh-CN": [ + { + "id": "99ae1a32-5205-48f8-9ce4-ac550142bc10", + "key": "Seafile 是否支持在线文档编辑与预览?", + "value": "是的,完美支持 ONLYOFFICE DOCS" + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5wVPQoc28yauIPIjbs7Ecp" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DsfObBcFoAWJGQZC4AQeS" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.seafile.com/home/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6PAPQ68qroHDGba7O9DQQ5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4rqwdinfu5GMYieb5agezJ" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "keywords": { + "en-US": [ + "knowledge Management", + "File Share Syncing", + "Cloud Storage " + ], + "zh-CN": [ + "企业云盘", + "在线编辑", + "文档预览", + "网盘", + "文件共享" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "11.0.12", + "11.0-latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 2 + }, + "memory": { + "en-US": 2, + "zh-CN": 8 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6oRa2Zyb36GxRMo10xDg9D", + "type": "Entry", + "createdAt": "2021-11-25T07:24:45.120Z", + "updatedAt": "2024-12-12T03:31:11.636Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 123, + "publishedAt": "2024-12-12T03:31:11.636Z", + "firstPublishedAt": "2021-11-25T07:31:48.078Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 41, + "version": 124, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6oRa2Zyb36GxRMo10xDg9D" + }, + "fields": { + "key": { + "en-US": "owncloud" + }, + "trademark": { + "en-US": "OwnCloud", + "zh-CN": "OwnCloud" + }, + "title": { + "en-US": "Content Collaboration Platform based on ownCloud", + "zh-CN": "ownCloud 在线文件管理/云存储系统(LAMP)" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3nXYhdv0PWhcXte5fDnys2" + } + } + }, + "summary": { + "en-US": "A self-hosted file sync and share server software", + "zh-CN": "一款云存储开源软件" + }, + "overview": { + "en-US": "ownCloud provides access to your data through a web interface, sync clients or WebDAV while providing a platform to view, sync and share across devices easily-all under your control.", + "zh-CN": "ownCloud用于自建私有网盘的云存储开源软件,功能类似百度云盘,提供了PC、IOS和Android三个同步客户端。" + }, + "description": { + "en-US": "This is a repackaged ownCloud with professional support for your business. ownCloud is a self-hosted file sync and share server software. It provides access to your data through a web interface, sync clients or WebDAV while providing a platform to view, sync and share across devices easily-all under your control. ownCloud's open architecture is extensible for applications and plugins and it works with any storage.", + "zh-CN": "ownCloud是一款用于自建私有网盘的云存储开源软件,采用PHP+MySQL开发,功能类似百度云盘,提供了PC、IOS和Android三个同步客户端支持多种设备访问,用户可以很方便地与服务器上存储的文件、日程安排、通讯录、书签等重要数据保持同步,还支持其他同步来源:Amazon S3、Dropbox、FTP、Google Drive、OpenStack Object Storage、SMB、WebDAV、SFTP。" + }, + "screenshots": { + "en-US": [ + { + "id": "5a6b64c9-81b6-40b3-afaa-54916245200f", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/owncloud/owncloud-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "1fecd2be-94c4-47da-a188-c51b2ba2931b", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/owncloud/owncloud-gui-websoft9.png" + } + ] + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CQ3nWNNUrmMj6BjOw173z" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6dhUhSf0SPb3swoaJp8nj5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2GectU4rnPJVtEHB8fzz8d" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Other", + "Chinese" + ], + "zh-CN": [ + "英文", + "其它", + "简体中文" + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2O8RaSlsatiVMNTatp20FU" + } + } + }, + "websiteurl": { + "en-US": "https://owncloud.com/" + }, + "trademarkUrl": { + "en-US": "https://owncloud.com/trademark/" + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "10.15", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3Y01sTsuCfHLFS2ZN7WinT", + "type": "Entry", + "createdAt": "2021-11-25T07:31:59.062Z", + "updatedAt": "2024-12-12T03:30:38.649Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 176, + "publishedAt": "2024-12-12T03:30:38.649Z", + "firstPublishedAt": "2021-11-25T07:34:51.178Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 41, + "version": 177, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3Y01sTsuCfHLFS2ZN7WinT" + }, + "fields": { + "key": { + "en-US": "nextcloud" + }, + "trademark": { + "en-US": "Nextcloud Hub", + "zh-CN": "Nextcloud Hub" + }, + "title": { + "en-US": "Content Collaboration Platform", + "zh-CN": "Nextcloud 在线文档协作与沟通平台" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7aOj2hmx4ybyGJVgq9AFB0" + } + } + }, + "summary": { + "en-US": "Integrates the four key Nextcloud products Files, Talk, Groupware and Office into a single platform", + "zh-CN": "面向组织的在线协作生产力工具,包括:文件存储和同步平台、日历邮件群组、在线会议聊天以及生成式 AI 功能" + }, + "overview": { + "en-US": "Nextcloud offers a modern, on-premises content collaboration platform with real-time document editing, Generative AI, video chat & groupware on mobile, desktop and web.", + "zh-CN": "Nextcloud提供了一个现代化的本地内容协作平台,具有实时文档编辑、视频聊天、生成式 AI 和群组软件功能,可在移动设备、桌面和网络上进行。" + }, + "description": { + "en-US": "Nextcloud Hub integrates the four key Nextcloud products Files, Talk, Groupware and Office into a single platform, optimizing the flow of collaboration. Eliminate the confusing hodgepodge of different SaaS tools and the compliance, security, cost and productivity issues that come with it and standardize on a single solution with Nextcloud Hub.\n\n- Nextcloud Files offers a self-hosted file storage and sync platform with powerful collaboration capabilities with desktop, mobile and web interfaces\n- Nextcloud Talk delivers on-premises, private audio/video conferencing and text chat through browser and mobile interfaces with integrated screen sharing and SIP integration\n- Nextcloud Groupware integrates Calendar, Contacts, Mail and other productivity features to help teams get their work done faster, easier and on your terms.\n- The first local AI assistant that is built into the Nextcloud Hub collaboration platform. Integrated across apps, it can generate content, answer questions about your data, summarize emails, translate, and much more.", + "zh-CN": "\nNextcloud Hub 将 Nextcloud 的四个关键产品 Files、Talk、Groupware 和 Office 集成到一个平台中,从而优化了协作流程。消除不同 SaaS 工具的混乱大杂烩以及随之而来的合规性、安全性、成本和生产力问题,并使用 Nextcloud Hub 在单一解决方案上实现标准化。\n\n- Nextcloud Files 提供了一个自托管的文件存储、编辑和同步平台,具有与桌面、移动和 Web 界面的强大协作功能\n- 支持 Amazon S3、Dropbox、FTP、Google Drive、OpenStack Object Storage、SMB、WebDAV、SFTP 等其他文件同步来源\n- Nextcloud Groupware 集成了日历、联系人、邮件和其他生产力功能,以帮助团队更快、更轻松、按照您的方式完成工作。\n- Nextcloud Hub 协作平台中内置的第一个本地 AI 助手。它跨应用程序集成,可以生成内容、回答有关数据的问题、汇总电子邮件、翻译等等。" + }, + "screenshots": { + "en-US": [ + { + "id": "bb2475b3-8701-4d5e-87cd-ddba3bbc1b75", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/nextcloud/nextcloud-gui-websoft9.png" + }, + { + "id": "8f67a0d1-4e92-49a4-aecf-623c1ed2e077", + "key": "main", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/nextcloud/nextcloud-main-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "000b8b47-edaf-4764-a98b-210acb572c9f", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/nextcloud/nextcloud-gui-websoft9.png" + }, + { + "id": "59011a31-302a-4ee4-a79b-0390f71a11b5", + "key": "main", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/nextcloud/nextcloud-main-websoft9.png" + } + ] + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CQ3nWNNUrmMj6BjOw173z" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1fmHNMWYZDyeknD3uaSpAS" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4KqOWojZmoXeCFvsu0sij5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6dhUhSf0SPb3swoaJp8nj5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2GectU4rnPJVtEHB8fzz8d" + } + } + ] + }, + "os": { + "en-US": [ + "Linux", + "Windows" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3XLYU7pPQw1tv0esOTj1Qw" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7mcAFr4uP0RuuHcJhWsUvv" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2O8RaSlsatiVMNTatp20FU" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CcnCaE2mWTEtqPMVPnSyF" + } + } + ] + }, + "websiteurl": { + "en-US": "https://nextcloud.com/" + }, + "trademarkUrl": { + "en-US": "https://nextcloud.com/trademarks/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1VXky9TPc6JBCS6Gorxnzl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3vCjbC4LJQgteJ0A8T5eEF" + } + } + ] + }, + "keywords": { + "en-US": [ + "nextcloud", + "storage", + "sync", + "AI", + "chat" + ], + "zh-CN": [ + "nextcloud", + "云盘", + "云存储", + "数据同步", + "视频会议" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "30.0", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5Z7EV9C7orv0YLKTaOWnCz", + "type": "Entry", + "createdAt": "2021-11-25T07:37:03.846Z", + "updatedAt": "2024-12-12T03:15:44.874Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 148, + "publishedAt": "2024-12-12T03:15:44.874Z", + "firstPublishedAt": "2021-11-25T07:42:34.913Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 38, + "version": 149, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5Z7EV9C7orv0YLKTaOWnCz" + }, + "fields": { + "key": { + "en-US": "onlyoffice" + }, + "trademark": { + "en-US": "ONLYOFFICE Workspace", + "zh-CN": "ONLYOFFICE Workspace" + }, + "title": { + "en-US": "Document Project CRM and Collaboration All in One", + "zh-CN": "团队协作办公套件 ONLYOFFICE Workspace" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3GD3Tjwa2s24pYDKiHLHVY" + } + } + }, + "summary": { + "en-US": "A free open-source collaborative system", + "zh-CN": "是一款开源的团队协作办公套件" + }, + "overview": { + "en-US": "ONLYOFFICE is a multifunctional portal for business collaboration, document and project management. ", + "zh-CN": "ONLYOFFICE Workspace是一款集成了文档、电子邮件、事件、任务和客户关系管理工具的团队协作办公套件与生产力工具。" + }, + "description": { + "en-US": "This is a repackaged ONLYOFFICE Workspace with professional support for your business. ONLYOFFICE Workspace is a free open-source collaborative system developed to manage documents, projects, customer relationship and email correspondence, all in one place. It allows you to organize business tasks and milestones, store and share your corporate or personal documents, use social networking tools such as blogs and forums, as well as communicate with your team members via corporate IM.\n\nThere not have Mail Server and ONLYOFFICE Docs at this deployment template", + "zh-CN": "ONLYOFFICE Workspace 是一款集成了文档、电子邮件、事件、任务和客户关系管理工具的团队协作办公套件与生产力工具。其文档管理功能可用于替代 Office365。ONLYOFFICE Workspace 为用户提供了多种编辑工具与协作功能,可确保团队实现更优秀的工作流,并在网页端提供无缝的复杂格式化工作协作解决方案。\n\nWebsoft9 的安装模板中,默认没有安装 Mail Server 和 ONLYOFFICE Docs" + }, + "screenshots": { + "en-US": [ + { + "id": "a305c557-137b-4730-a108-e0ab089d2171", + "key": "ui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/onlyoffice/onlyoffice-websoft9-002.png" + }, + { + "id": "b3c9aeb2-5a28-4017-9722-3b3d43989e20", + "key": "sample", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/onlyoffice/onlyoffice-websoft9-002.png" + } + ], + "zh-CN": [ + { + "id": "900adc3e-588c-478b-986d-b05cb9534fc2", + "key": "ui", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/onlyoffice/onlyoffice-websoft9-001.png" + }, + { + "id": "c99c1c05-4b6a-45e6-8416-c2849c0a3876", + "key": "document", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/onlyoffice/onlyoffice-websoft9-002.png" + } + ] + }, + "review": { + "en-US": 5 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CQ3nWNNUrmMj6BjOw173z" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "wgrBVU9K63sTF0it5DfIT" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6dhUhSf0SPb3swoaJp8nj5" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1fQ5nJAUb768z7n09J7sdK" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CQ3nWNNUrmMj6BjOw173z" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6dhUhSf0SPb3swoaJp8nj5" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "highlights": { + "en-US": [ + "Pre-configured, one-click to deploy on Cloud Server", + "All codes on your server, secure and customizable", + "Paid image, free professional support for your business" + ], + "zh-CN": [ + "已完成预配置、密码初始化,购买后即可自主使用", + "内置文档中间件 ONLYOFFICE DOCS,可以在线预览和编辑 Office 格式的文档", + "基于 Docker 的云原生架构,便于产品升级、版本变更、卸载以及安装更多应用", + "提供免费的技术支持" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ROfC1ucVpKv0BNw4ylMW6" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3XLYU7pPQw1tv0esOTj1Qw" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "websiteurl": { + "en-US": "https://www.onlyoffice.com/" + }, + "trademarkUrl": { + "en-US": "https://static-www.onlyoffice.com/static/brandbook(ENG).pdf" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1VXky9TPc6JBCS6Gorxnzl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5nnWNotOqyUr46d2ZEQzsA" + } + } + ] + }, + "keywords": { + "en-US": [ + "onlyoffice", + "collaboration", + "OA" + ], + "zh-CN": [ + "onlyoffice", + "团队协作", + "在线办公" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "12.7.0.1936", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 8 + }, + "storage": { + "en-US": 10 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "34uArhoEUWfQ66k25kWBRN", + "type": "Entry", + "createdAt": "2021-11-25T07:47:29.517Z", + "updatedAt": "2024-12-12T03:37:47.517Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 143, + "publishedAt": "2024-12-12T03:37:47.517Z", + "firstPublishedAt": "2021-11-25T07:50:41.479Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 46, + "version": 144, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/34uArhoEUWfQ66k25kWBRN" + }, + "fields": { + "key": { + "en-US": "onlyofficedocs" + }, + "trademark": { + "en-US": "ONLYOFFICE Docs", + "zh-CN": "ONLYOFFICE Docs" + }, + "title": { + "en-US": "Open Source Online Office Suite", + "zh-CN": "文档编辑与预览服务器 ONLYOFFICE Docs" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6O9NUolqipFSZOsEqQtXr4" + } + } + }, + "summary": { + "en-US": "A powerful online editor for ECM", + "zh-CN": "为网盘系统提供文档在线编辑与预览服务的中间件" + }, + "overview": { + "en-US": "ONLYOFFICE Document Server Community is a free collaborative online office suite", + "zh-CN": "ONLYOFFICE Document Server是一个在线文档编辑和预览系统,可供第三方网盘软件或开发者实现文档的在线编辑和预览。" + }, + "description": { + "en-US": "This is a repackaged ONLYOFFICE Docs Community with professional support for your business. ONLYOFFICE Docs is a powerful online editor for text documents, spreadsheets, and presentations, popular formats supported: docx, xlsx, pptx, odt, ods, odp, doc, xls, ppt, pdf, txt, rtf, html, epub, csv. Fully compatible with OOXML formats.", + "zh-CN": "ONLYOFFICE Document Server (6.0版本开始改称为ONLYOFFICE Docs) 是一个在线文档编辑和预览中间件系统,运行本镜像后,您便可以给第三方网盘软件 (ownCloud, Seafile等)或其他开发者实现Office文档的在线编辑和预览。" + }, + "screenshots": { + "en-US": [ + { + "id": "a69c83c4-9f53-4860-aa8a-7649c174b6e7", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/onlyoffice/onlyofficedocs-gui-websoft9.png" + }, + { + "id": "3a406781-77f0-45f6-87c9-7362defb0820", + "key": "document", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/onlyofficedocs/onlyofficedocs-saveas-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "e516e551-f43f-4d58-a8b6-1788a6f955a8", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/onlyoffice/onlyofficedocs-gui-websoft9.png" + }, + { + "id": "fbc96236-2a1d-47eb-8c62-902c4d58968a", + "key": "document", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/onlyofficedocs/onlyofficedocs-saveas-websoft9.png" + } + ] + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3Gd5YzlJlXXcP3rSxJtSVY" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2GectU4rnPJVtEHB8fzz8d" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3Gd5YzlJlXXcP3rSxJtSVY" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5fhqDdiijbN558c2c6TkzN" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "highlights": { + "en-US": [ + "Pre-configured, one-click to deploy on Cloud Server", + "All codes on your server, secure and customizable", + "Paid image, free professional support for your business" + ], + "zh-CN": [ + "免费、开源,支持50+语言(包含中文)", + "功能和界面类似Mediawiki,强大的访问控制列表功能,可从管理界面轻松配置,下载模板和扩展,支持各种层次上的定制", + "基于 Docker 的云原生架构,便于产品升级、版本变更、卸载以及安装更多应用", + "提供免费的技术支持" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3XLYU7pPQw1tv0esOTj1Qw" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2O8RaSlsatiVMNTatp20FU" + } + } + }, + "licenseadditional": { + "en-US": "The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3.\nPursuant to Section 7 § 3(b) of the GNU AGPL you must retain the original ONLYOFFICE logo in the upper left corner of the user interface when distributing the software. \nPursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.\n" + }, + "websiteurl": { + "en-US": "https://www.onlyoffice.com/" + }, + "trademarkUrl": { + "en-US": "https://static-www.onlyoffice.com/static/brandbook(ENG).pdf" + }, + "keywords": { + "en-US": [ + "onlyoffice", + "editor", + "intergrate" + ], + "zh-CN": [ + "onlyoffice", + "文档编辑", + "文档预览" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "8.2", + "latest" + ] + }, + { + "key": "enterprise", + "value": [ + "8.2", + "latest" + ] + }, + { + "key": "developer ", + "value": [ + "8.2", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 2, + "zh-CN": 2 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "513azFysibCHjwJDtdeQAz", + "type": "Entry", + "createdAt": "2021-11-25T08:22:14.362Z", + "updatedAt": "2024-12-12T03:37:02.134Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 229, + "publishedAt": "2024-12-12T03:37:02.134Z", + "firstPublishedAt": "2021-11-25T08:31:05.386Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 47, + "version": 230, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/513azFysibCHjwJDtdeQAz" + }, + "fields": { + "key": { + "en-US": "alfresco" + }, + "trademark": { + "en-US": "Alfresco", + "zh-CN": "Alfresco" + }, + "title": { + "en-US": "Alfresco Community Edition", + "zh-CN": "企业级文档管理 Alfresco" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2pDWbpcKlrkywr5BMUn5KQ" + } + } + }, + "summary": { + "en-US": "An open source Enterprise Content Management software", + "zh-CN": "企业内容管理系统" + }, + "overview": { + "en-US": "Alfresco Community Edition is open source Enterprise Content Management software that handles any type of content, allowing users to easily share and collaborate on content.", + "zh-CN": "Alfresco提供企业内容管理解决方案,使客户能够跨云,跨移动设备,并可以在各种云架构中搜索、管理和共享文档,处理分析文件和流程,与领先业务应用程序 SAP, IBM Lotus, Microsoft Office, SharePoint 和 Google Docs 等轻松集成。" + }, + "description": { + "en-US": "Alfresco Community Edition is open source Enterprise Content Management software that handles any type of content, allowing users to easily share and collaborate on content.", + "zh-CN": "Alfresco成立于2005年,总部位于加州圣马特奥和英国Maidenhead,是一家企业开源软件公司,专注于通过推动企业内容管理和业务流程管理的融合,快速,无缝和智能地实现企业内部多变复杂的业务流程。 Alfresco提供企业内容管理解决方案,使客户能够跨云,跨移动设备,并可以在混合式部署和内部部署环境中保留、管理和共享文档,处理分析文件和流程。 Alfresco也是全球化的企业内容管理(ECM)开放平台提供商,其创新型软件为全球195个国家中不同行业和不同领域的1100万使用者提供支持。\n\n版权说明\n\n本镜像的收费是针对于镜像的预装环境,不代表提供了Alfresco的版权许可。此Alfresco Community Edition镜像遵循LGPLv3 开源协议制作,请用户遵循协议使用。若对Alfresco商业版本和官方专业服务有需求,请直接联系Alfresco中国\n" + }, + "screenshots": { + "en-US": [ + { + "id": "1c56391a-6208-4032-893d-c64aef791125", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/alfresco/alfresco-arcgui-websoft9.png" + }, + { + "id": "2b5a3db9-1f17-4a0c-b9eb-600c215c6ee4", + "key": "dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/alfresco/alfresco-consolegui-websoft9.png" + }, + { + "id": "230bbc8d-0f3d-4d2e-8771-37959f10bf8a", + "key": "mydocs", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/en/alfresco/alfresco-mydocs-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "b9d6c1c0-58f2-4db6-bc2f-d8b2358248b5", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/alfresco/alfresco-arcgui-websoft9.png" + }, + { + "id": "211b1e11-18da-4fde-b728-bbc249ae0e1e", + "key": "dashboard", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/alfresco/alfresco-adminui-websoft9.png" + }, + { + "id": "8a905612-8bf2-4789-9268-25b7b5878e64", + "key": "mydocs", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/alfresco/alfresco-mydocs-websoft9.png" + } + ] + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CQ3nWNNUrmMj6BjOw173z" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2GectU4rnPJVtEHB8fzz8d" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "highlights": { + "en-US": [ + "Multi language support", + "Handles any type of content", + "Make easily share and collaborate on content management" + ], + "zh-CN": [ + "免费开源,支持多语言", + "客户能够跨云,跨移动设备进行企业内容管理和业务流程管理", + "已完成预配置、密码初始化,购买后即可自主使用", + "基于 Docker 的云原生架构,便于产品升级、版本变更、卸载以及安装更多应用", + "提供免费的技术支持" + ] + }, + "faq": { + "en-US": [ + { + "id": "318c041e-dfa3-4678-9d6e-8b46cbbd1a00", + "key": "Does Alfresco support multiple languages?", + "value": "Yes, it automatically adapt according to the browser" + }, + { + "id": "bc815f31-319b-40b4-9ef9-0311201e7202", + "key": "What's different between Alfresco Content Services Enterprise and Alfresco Community Edition?", + "value": "Alfresco Community Edition is the open source edition of Alfresco Content Services Enterprise, refer to Comparison chart" + }, + { + "id": "2da7cbed-f9f9-4cc0-ae7c-9b368b559532", + "key": "What file formats does Alfresco support?", + "value": "Refer to Alfresco-formats" + }, + { + "id": "27a9e67d-776e-430b-afd4-bb7ce03df70a", + "key": "How was Alfresco installed in this solution?", + "value": "Docker" + } + ], + "zh-CN": [ + { + "id": "0b3e97f0-805e-42fc-9af7-1527d2b85cb9", + "key": "Alfresco 是否支持多语言?", + "value": "支持(包含中文),后台可以自行切换" + }, + { + "id": "b82c2836-5139-4ac5-ae44-2fd77ee5bdec", + "key": "Alfresco Content Services Enterprise 和 Alfresco Community Edition 区别?", + "value": "Alfresco Community Edition 是 Alfresco Content Services Enterprise 的开源版本,参考对比" + }, + { + "id": "f313e2c2-12bb-41b3-903b-cd04aa9daa24", + "key": "Alfresco 支持哪些文件格式?", + "value": "参考Alfresco支持所有文件格式" + }, + { + "id": "51b709e6-be51-466a-b209-4281c9bad1e8", + "key": "本项目中 Alfresco 采用何种安装方式?", + "value": "Docker" + }, + { + "id": "27612774-1435-40f6-908b-9764c72a41f5", + "key": "Alfresco 数据存储目录在哪?", + "value": "dir.root 目录中(有待进一步调研)" + }, + { + "id": "a822c896-e223-4c00-bf2d-2682e8675251", + "key": "Alfresco 支持 Office 文档编辑与预览吗?", + "value": "支持几十种格式的文件预览,也支持文本文件的在线编辑。
但是针对 Office 文档,Alfresco 只能离线编辑或集成 Google Docs" + }, + { + "id": "aa2b6ffd-bb55-4a01-8405-1f2d533203af", + "key": "什么是 Alfresco 站点?", + "value": "Alfresco 站点是用户的一个主页,可邀请其他用户在这个主页中创建和分享文档。" + }, + { + "id": "5df8b97c-7282-4c34-96dd-9d2d0793cded", + "key": "什么是 Alfreco 元数据文件?", + "value": "Alfreco 会自动对上传的文件提取一个元数据文件,例如:如果有一个名为 的文件IMG_1967.jpg,会生产一个“影子”元数据文件 IMG_1967.jpg.metadata.properties.xml。" + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3XLYU7pPQw1tv0esOTj1Qw" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17Jq88yTIez2ftdYQRrZSc" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.alfresco.com/" + }, + "trademarkUrl": { + "en-US": "https://www.hyland.com/-/media/Project/Hyland/HylandV2DotCom/pdfs/legal/trademark_guidelines_-_27_jan_2012.pdf" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + } + ] + }, + "keywords": { + "en-US": [ + "alfresco", + "CMS", + "ECM" + ], + "zh-CN": [ + "alfresco", + "CMS", + "内容管理" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "23.1.0", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 2 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5YL3HENr0Q4QBA33Gxpvdl", + "type": "Entry", + "createdAt": "2021-11-25T08:56:45.327Z", + "updatedAt": "2025-01-07T09:30:49.318Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 147, + "publishedAt": "2025-01-07T09:30:49.318Z", + "firstPublishedAt": "2021-11-25T09:09:31.604Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 39, + "version": 148, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5YL3HENr0Q4QBA33Gxpvdl" + }, + "fields": { + "key": { + "en-US": "kodbox" + }, + "trademark": { + "en-US": "Kodbox", + "zh-CN": "Kodbox 可道云" + }, + "title": { + "en-US": "企业网盘存储&协同办公平台 KODBOX", + "zh-CN": "企业网盘存储&协同办公平台 KODBOX" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1c61vqVTEVfhmNa8lNIqrO" + } + } + }, + "summary": { + "en-US": "Enterprsie files collaboration and share KODBOX", + "zh-CN": "像Windows操作一样的企业网盘" + }, + "overview": { + "en-US": "KodCloud (Kodo Cloud) is an open source system that integrates online file management, multi-cloud storage and collaborative work in a Windows-like experience.", + "zh-CN": "KodCloud(可道云)是类似 Windows 体验的集在线文件管理、多云存储和协同办公于一体的开源系统。" + }, + "description": { + "en-US": "KodCloud (可道云)原名为 KodExplorer,它是一个类似 Windows 体验的集在线文件管理、多云存储和协同办公于一体的开源系统。它界面优美和流畅,支持数百个文件格式预览,企业级的细粒度权限管控和信创认证让上云更加安全可靠。", + "zh-CN": "KodCloud (可道云)原名为 KodExplorer,它是一个类似 Windows 体验的集在线文件管理、多云存储和协同办公于一体的开源系统。它界面优美和流畅,支持数百个文件格式预览,企业级的细粒度权限管控和信创认证让上云更加安全可靠。" + }, + "screenshots": { + "en-US": [ + { + "id": "c3f52b51-f3e9-45ab-b26b-c13ed7ec6ac3", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/kodcloud/kodcloud-gui-websoft9.png" + }, + { + "id": "7620a29f-5882-4a22-84ee-6bdfd3f71471", + "key": "home", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/kodcloud/kodcloud-home-websoft9.png" + }, + { + "id": "22ca2e5d-1d2a-4f89-b6fd-e97d1f4dd41a", + "key": "plugin", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/kodcloud/kodcloud-plugins-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "b44a884c-5531-4c09-b544-f9830b3b66d8", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/kodcloud/kodcloud-gui-websoft9.png" + }, + { + "id": "91868f1c-b2c4-4b4e-89d3-21bd5b26cbf5", + "key": "home", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/kodcloud/kodcloud-home-websoft9.png" + }, + { + "id": "3a6e1655-d66e-4d36-9431-cbe000d069c1", + "key": "plugin", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/kodcloud/kodcloud-plugins-websoft9.png" + } + ] + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CQ3nWNNUrmMj6BjOw173z" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2GectU4rnPJVtEHB8fzz8d" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CQ3nWNNUrmMj6BjOw173z" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5fhqDdiijbN558c2c6TkzN" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5gZWge046khyUO08MUS4VT" + } + } + ] + }, + "component": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "34uArhoEUWfQ66k25kWBRN" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "highlights": { + "en-US": [ + "界面风格类似 Windows,操作系统流畅自然", + "支持百种格式的文件类型:office, pdf, cad 等", + "全面的文件管理能力:上传、解压、预览、编辑、下载、分享、备份等", + "已完成预配置、密码初始化,购买后即可自主使用", + "基于 Docker 的云原生架构,便于产品升级、版本变更、卸载以及安装更多应用", + "提供免费的技术支持" + ], + "zh-CN": [ + "界面风格类似 Windows,操作系统流畅自然", + "支持百种格式的文件类型:office, pdf, cad 等", + "全面的文件管理能力:上传、解压、预览、编辑、下载、分享、备份等", + "已完成预配置、密码初始化,购买后即可自主使用", + "基于 Docker 的云原生架构,便于产品升级、版本变更、卸载以及安装更多应用", + "提供免费的技术支持" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "581T3Tx1sCF3xWdG8fWXbm" + } + } + }, + "websiteurl": { + "en-US": "https://kodcloud.com/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4rqwdinfu5GMYieb5agezJ" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1VXky9TPc6JBCS6Gorxnzl" + } + } + ] + }, + "keywords": { + "en-US": [ + "kod", + "kodbox", + "Storage", + "Collaboration" + ], + "zh-CN": [ + "kodbox", + "可道云", + "云盘", + "协作办公" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "1.55", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 1, + "zh-CN": 2 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "tpIWDZm4x32hohSStVet5", + "type": "Entry", + "createdAt": "2021-11-26T02:18:06.259Z", + "updatedAt": "2024-11-27T01:19:31.384Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 225, + "publishedAt": "2024-11-27T01:19:31.384Z", + "firstPublishedAt": "2021-11-26T02:24:39.190Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 54, + "version": 226, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/tpIWDZm4x32hohSStVet5" + }, + "fields": { + "key": { + "en-US": "activemq" + }, + "trademark": { + "en-US": "ActiveMQ", + "zh-CN": "ActiveMQ" + }, + "title": { + "en-US": "Cloud Native MQ for Apache ActiveMQ Power by Websoft9", + "zh-CN": "ActiveMQ 运行环境" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "60VHYeF634BZhXZ7ma3TWT" + } + } + }, + "summary": { + "en-US": "An open source messaging and Integration Patterns server", + "zh-CN": "Apache出品的开源消息代理" + }, + "overview": { + "en-US": "Apache ActiveMQ is the most popular and powerful open source messaging and Integration Patterns server. ", + "zh-CN": "Apache ActiveMQ 是老牌的开源消息代理,完全支持 JMS1.1 和 J2EE 1.4 规范,它支持多种语言和协议编写客户端。" + }, + "description": { + "en-US": "This is a repackaged Apache ActiveMQ® with professional support for your business. Apache ActiveMQ® is the most popular and powerful open source messaging and Integration Patterns server. It is fast, supports many Cross Language Clients and Protocols, comes with easy to use Enterprise Integration Patterns and many advanced features while fully supporting JMS 1.1 and J2EE 1.4. Apache ActiveMQ® is released under the Apache 2.0 License. \n", + "zh-CN": "ActiveMQ是Apache出品的开源消息代理,完全支持JMS1.1和J2EE 1.4规范(持久化,XA消息,事务),尽管JMS规范出台已经是很久的事情了,但是JMS在当今的J2EE应用中间仍然扮演着特殊的地位。ActiveMQ支持多种语言和协议编写客户端。语言包括:Java, C, C++, C#, Ruby, Perl, Python,PHP。应用协议包括:OpenWire, Stomp REST, WS Notification, XMPP, AMQP等。\n" + }, + "screenshots": { + "en-US": [ + { + "id": "3690b3aa-e82b-484b-9b53-05050bacaedd", + "key": "login", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/activemq/activemq-login-websoft9.png" + }, + { + "id": "716cf581-1be8-40e3-931a-41b455583b2f", + "key": "consol", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/activemq/activemq-logined-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "6cc22074-6efa-4eae-a6cc-193e43381556", + "key": "login", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/activemq/activemq-login-websoft9.png" + }, + { + "id": "1bcef493-c1ef-448d-9105-727ab185d825", + "key": "consol", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/activemq/activemq-logined-websoft9.png" + } + ] + }, + "review": { + "en-US": 4 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7zp5RuDZVx2npQRlUlhpc7" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7zp5RuDZVx2npQRlUlhpc7" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English" + ], + "zh-CN": [ + "英文" + ] + }, + "highlights": { + "en-US": [ + "Fast, supports many Cross Language Clients and Protocols", + "Easy to use Enterprise Integration Patterns and many advanced features", + "Fully supporting JMS 1.1 and J2EE 1.4" + ], + "zh-CN": [ + "已完成预配置、密码初始化,购买后即可自主使用", + "基于 Docker 的云原生架构,便于产品升级、版本变更、卸载以及安装更多应用", + "提供免费的技术支持" + ] + }, + "faq": { + "en-US": [ + { + "id": "05c9096c-2c7e-4ee8-b94f-aa3e01a99927", + "key": "What the difference between Active Classic and ActiveMQ Artemis?", + "value": "ActiveMQ Artemis is the next generation of ActiveMQClassic. Refer to: ActiveMQ Classic, ActiveMQ Artemis" + }, + { + "id": "3a9cfafe-1b87-4790-8e32-93f585d44e39", + "key": "Is the Tomcat included in the ActiveMQ directory?", + "value": "Yes, ActiveMQ integrated the Tomcat" + } + ], + "zh-CN": [ + { + "id": "cf3cd571-2742-4d47-aa9a-9a33b4bc869c", + "key": "Active Classic VS ActiveMQ Artemis?", + "value": "ActiveMQ Artemis 是 ActiveMQ 下一代产品,未来将替换 ActiveMQ Classic。 具体参考:ActiveMQ Classic, ActiveMQ Artemis" + }, + { + "id": "ed56d813-4f4f-43a0-a59d-61f6db981524", + "key": "ActiveMQ 中是否包含 Tomcat?", + "value": "ActiveMQ 官方提供的二级制包中包含 Tomcat,但已经集成到 ActiveMQ 服务中。" + }, + { + "id": "0d45714d-44d0-48e6-b8b9-0a7de55c76e6", + "key": "如何以调试模式启动ActiveMQ服务?", + "value": "systemctl stop activemq
/opt/apache-activemq/bin/activemq console" + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17Jq88yTIez2ftdYQRrZSc" + } + } + ] + }, + "websiteurl": { + "en-US": "https://activemq.apache.org/" + }, + "trademarkUrl": { + "en-US": "https://activemq.apache.org/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + } + ] + }, + "keywords": { + "en-US": [ + "activemq" + ], + "zh-CN": [ + "activemq" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "5.18.6-jre17-rockylinux8" + ] + }, + { + "key": "classic", + "value": [ + "5.18.6-jre17-rockylinux8" + ] + }, + { + "key": "artemis", + "value": [ + "2.21.0" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 1, + "zh-CN": 1 + }, + "storage": { + "en-US": 2, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1W6Tc4mrq2AvdkFbqFpTaD", + "type": "Entry", + "createdAt": "2021-11-26T02:24:50.930Z", + "updatedAt": "2024-12-11T07:20:37.225Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 152, + "publishedAt": "2024-12-11T07:20:37.225Z", + "firstPublishedAt": "2021-11-26T02:29:27.812Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 32, + "version": 153, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1W6Tc4mrq2AvdkFbqFpTaD" + }, + "fields": { + "key": { + "en-US": "kafka" + }, + "trademark": { + "en-US": "Apache Kafka", + "zh-CN": "Apache Kafka" + }, + "title": { + "en-US": "Cloud Native MQ for Apache Kafka Powered by Websoft9", + "zh-CN": "开源的分布式事件流平台 Apache Kafka" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "CoONj458RAfeibroTtDIv" + } + } + }, + "summary": { + "en-US": "Open-source distributed event streaming platform", + "zh-CN": "开源的分布式事件流平台" + }, + "overview": { + "en-US": "Apache Kafka® is used for building real-time data pipelines and streaming apps.", + "zh-CN": "Kafka 是一种高吞吐量的分布式发布订阅消息系统,可以处理消费者规模的网站中的所有动作流数据。" + }, + "description": { + "en-US": "This is a repackaged Apache Kafka® with professional support for your business. Apache Kafka® is used for building real-time data pipelines and streaming apps. It is horizontally scalable, fault-tolerant, wicked fast, and runs in production in thousands of companies.", + "zh-CN": "Kafka是由Apache软件基金会开发的一个开源流处理平台,由Scala和Java编写。Kafka是一种高吞吐量的分布式发布订阅消息系统,它可以处理消费者规模的网站中的所有动作流数据。" + }, + "screenshots": { + "en-US": [ + { + "id": "24987943-6e38-459e-bc92-840e42b42b8f", + "key": "Architecture", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/kafka/kafka-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "569d8991-2013-400d-9330-9f173c7954df", + "key": "架构图", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/kafka/kafka-gui-websoft9.png" + } + ] + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7zp5RuDZVx2npQRlUlhpc7" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "22IAKOsOzywVrL2jh8Tdh5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5gZWge046khyUO08MUS4VT" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English" + ], + "zh-CN": [ + "英文" + ] + }, + "highlights": { + "en-US": [ + "Pre-configured, one-click to deploy on Cloud Server", + "All codes on your server, secure and customizable", + "Paid image, free professional support for your business" + ], + "zh-CN": [ + "高吞吐量,高并发,低延迟", + "消息被持久化到本地磁盘,并且支持数据备份防止数据丢失", + "具有容错性,允许集群中节点失败" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17Jq88yTIez2ftdYQRrZSc" + } + } + ] + }, + "websiteurl": { + "en-US": "https://kafka.apache.org/" + }, + "trademarkUrl": { + "en-US": "https://kafka.apache.org/trademark" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "3.9", + "3.8", + "3.6", + "3.2", + "2.8", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 2 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6wAhyoJW83HLqPrxADouUw", + "type": "Entry", + "createdAt": "2021-11-26T02:29:37.613Z", + "updatedAt": "2024-11-29T00:47:23.171Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 104, + "publishedAt": "2024-11-29T00:47:23.171Z", + "firstPublishedAt": "2021-11-26T02:32:53.064Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 31, + "version": 105, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6wAhyoJW83HLqPrxADouUw" + }, + "fields": { + "key": { + "en-US": "rabbitmq" + }, + "trademark": { + "en-US": "RabbitMQ", + "zh-CN": "RabbitMQ" + }, + "title": { + "en-US": "Cloud Native MQ for Apache RabbitMQ", + "zh-CN": "RabbitMQ 运行环境" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3XgnQ3oQPOgSMBymV5T8DF" + } + } + }, + "summary": { + "en-US": "the most widely deployed open source message broker", + "zh-CN": "流行的开源消息队列系统" + }, + "overview": { + "en-US": "RabbitMQ is the most widely deployed open source message broker. ", + "zh-CN": "流行的开源消息队列系统,用erlang语言开发,用于在分布式系统中存储转发消息,在易用性、扩展性、高可用性等方面表现不俗" + }, + "description": { + "en-US": "This is a repackaged RabbitMQ with professional support for your business. RabbitMQ is the most widely deployed open source message broker. RabbitMQ is lightweight and easy to deploy on premises and in the cloud. It supports multiple messaging protocols.", + "zh-CN": "RabbitMQ是流行的开源消息队列系统,用erlang语言开,是AMQP(高级消息队列协议)的标准实现。用于在分布式系统中存储转发消息,在易用性、扩展性、高可用性等方面表现不俗。" + }, + "screenshots": { + "en-US": [ + { + "id": "eee15d1d-4e07-4031-9dd0-1802b18c86bd", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/rabbitmq/rabbitmq-gui-websoft9.png" + }, + { + "id": "481e4452-831b-447e-a19b-8bf71c683452", + "key": "password", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/rabbitmq/rabbitmq-pw-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "d9232e11-ecb7-44e6-81a4-c4732ec39cae", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/rabbitmq/rabbitmq-gui-websoft9.png" + }, + { + "id": "50a85987-56c2-49d7-9090-52b0884d3a92", + "key": "password", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/rabbitmq/rabbitmq-pw-websoft9.png" + } + ] + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7zp5RuDZVx2npQRlUlhpc7" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7zp5RuDZVx2npQRlUlhpc7" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English" + ], + "zh-CN": [ + "英文" + ] + }, + "highlights": { + "en-US": [ + "Pre-configured, one-click to deploy on Cloud Server", + "All codes on your server, secure and customizable", + "Paid image, free professional support for your business" + ], + "zh-CN": [ + "已完成预配置、密码初始化,购买后即可自主使用", + "基于 Docker 的云原生架构,便于产品升级、版本变更、卸载以及安装更多应用", + "提供免费的技术支持" + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1jUWUsSYRSuTjAj9zoGO1i" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6cLnTYtAlFZZVCOaRFYk2S" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.rabbitmq.com/" + }, + "trademarkUrl": { + "en-US": "https://www.rabbitmq.com/trademark-guidelines" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "4.0-management", + "3.13-management" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 1, + "zh-CN": 1 + }, + "storage": { + "en-US": 2, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1ixPOG2M1jmRFhZhCUUSY1", + "type": "Entry", + "createdAt": "2021-11-26T02:36:13.810Z", + "updatedAt": "2024-11-04T06:27:09.111Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 101, + "publishedAt": "2024-11-04T06:27:09.111Z", + "firstPublishedAt": "2021-11-26T02:54:01.262Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 19, + "version": 102, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1ixPOG2M1jmRFhZhCUUSY1" + }, + "fields": { + "key": { + "en-US": "rocketmq" + }, + "trademark": { + "en-US": "RocketMQ", + "zh-CN": "RocketMQ" + }, + "title": { + "en-US": "Websoft9 Applications Hosting Platform for Apache RocketMQ™", + "zh-CN": "由 Websoft9 托管的消息队列 RocketMQ" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1zohfM2A7DB7zWkXm7c5yR" + } + } + }, + "summary": { + "en-US": "A distributed messaging and streaming platform", + "zh-CN": "分布式开源消息队列系统" + }, + "overview": { + "en-US": "A distributed messaging and streaming platform with low latency, high performance and reliability, trillion-level capacity and flexible scalability", + "zh-CN": "RocketMQ 是阿里主导开发的分布式开源消息队列系统,是一个低延迟、高并发、高可用、高可靠的分布式消息中间件。" + }, + "description": { + "en-US": "This is a repackaged Apache RocketMQ™ with professional support for your business. Apache RocketMQ™ is a distributed messaging and streaming platform with low latency, high performance and reliability, trillion-level capacity and flexible scalability.\n\nIncludes: Name Server, Proxy, Broker, Dashboard", + "zh-CN": "Apache RocketMQ(由阿里巴巴捐赠的Apache开源项目)是一款具有低延迟,高性能和可靠性,数十亿容量和灵活可扩展性的分布式消息传递和流媒体平台。\n\n包含 Name Server, Proxy, Broker, Dashboard 等四个组件" + }, + "screenshots": { + "en-US": [ + { + "id": "3104a0b6-8977-4de3-9dba-d76fea8dd156", + "key": "console", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/rocketmq/rocketmq-console-websoft9.png" + }, + { + "id": "b87737ce-11ba-4623-ab17-b3a18a551c15", + "key": "language", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/rocketmq/rocketmq-language-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "fb1faf3a-8374-4392-a94e-eb08e3a97daa", + "key": "console", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/rocketmq/rocketmq-console-websoft9.png" + }, + { + "id": "fcafe3c2-c1ed-48d1-8fb6-3ac896e7721a", + "key": "language", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/rocketmq/rocketmq-language-websoft9.png" + } + ] + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7zp5RuDZVx2npQRlUlhpc7" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7zp5RuDZVx2npQRlUlhpc7" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "简体中文", + "英文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5FDooZSIaiBCLbfdU9uFfS" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5wVPQoc28yauIPIjbs7Ecp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "websiteurl": { + "en-US": "https://rocketmq.apache.org/" + }, + "trademarkUrl": { + "en-US": "https://www.apache.org/foundation/marks/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3vCjbC4LJQgteJ0A8T5eEF" + } + } + ] + }, + "keywords": { + "en-US": [ + "rocketmq", + "MQ", + "Middleware", + "broker" + ], + "zh-CN": [ + "rocketmq", + "消息队列", + "中间件", + "流媒体" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "5.3.1", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 4 + }, + "memory": { + "en-US": 16 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "Bh2yrmQlrGLpfBf8u1dEn", + "type": "Entry", + "createdAt": "2021-11-26T06:29:13.559Z", + "updatedAt": "2024-12-12T03:16:37.163Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 151, + "publishedAt": "2024-12-12T03:16:37.163Z", + "firstPublishedAt": "2021-11-26T06:47:15.015Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 34, + "version": 152, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/Bh2yrmQlrGLpfBf8u1dEn" + }, + "fields": { + "key": { + "en-US": "apex" + }, + "trademark": { + "en-US": "APEX", + "zh-CN": "APEX" + }, + "title": { + "en-US": "Low-code Platform for Enterprise Apps", + "zh-CN": "低代码应用开发平台" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2HkUUFhL5nzIEq7yqzmMiT" + } + } + }, + "summary": { + "en-US": "Enterprise low-code application platform", + "zh-CN": "Oracle 出品的低代码应用开发平台" + }, + "overview": { + "en-US": "Oracle APEX is the world's most popular low-code platform for enterprise apps.", + "zh-CN": "Oracle APEX 是 Oracle 出品的以 Oracle Database 为底层的低代码开发平台 " + }, + "description": { + "en-US": "Oracle APEX is the world's most popular enterprise low-code application platform that enables you to build scalable, secure enterprise apps, with world-class features. These apps can be deployed anywhere - cloud or on-premises\nUsing APEX, developers can quickly develop and deploy compelling apps that solve real problems and provide immediate value. You don't need to be an expert in a vast array of technologies to deliver sophisticated solutions. Focus on solving the problem and let APEX take care of the rest.", + "zh-CN": "Oracle APEX 是低代码开发平台。借助该平台,您可以构建功能先进的可扩展安全企业应用,并且可在任何位置部署应用。\n\n使用 APEX,开发人员可快速开发并部署出色的应用,从而解决实际问题并立即创造价值。您无需精通各种技术,就可以提供高级解决方案。您只需集中精力解决业务问题,其他工作都可以交给 APEX 来处理。" + }, + "screenshots": { + "en-US": [ + { + "id": "9cff89a6-7ab5-476a-858a-42da73bc535e", + "key": "apex", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/apex/apex-oracle-wordpress.png" + } + ], + "zh-CN": [ + { + "id": "08affe73-1269-4be7-af16-c9515a8d78a7", + "key": "apex", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/apex/apex-oracle-wordpress.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7nMNcJU8pX0OQHaM70BoXI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5SdnsGA9jschKVnyHKYzck" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5fhqDdiijbN558c2c6TkzN" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English" + ], + "zh-CN": [ + "英文" + ] + }, + "highlights": { + "zh-CN": [ + "自动将数据库或表格转换成 Web 应用", + "智能过滤器和搜索", + "PL/SQL 驱动 " + ] + }, + "faq": { + "en-US": [ + { + "id": "7d2f8c8f-392e-487f-b9d5-1f84a7aab488", + "key": "Is apex free?", + "value": "Yes" + } + ], + "zh-CN": [ + { + "id": "911cd26d-555e-48c7-a6e2-f2451d3462a9", + "key": "APEX 是免费的吗?", + "value": "是的,它是是 Oracle 数据库的一部分,它并没有分为社区版和企业版。APEX 是一个免费的特性,包括在所有版本和服务级别的 Oracle 数据库中,包括 Oracle Express Edition (XE),这是 Oracle 提供的免费数据库版本。" + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "saleOnMarketPlace": { + "en-US": { + "data": { + }, + "content": [ + { + "data": { + }, + "content": [ + { + "data": { + }, + "marks": [ + ], + "value": "", + "nodeType": "text" + }, + { + "data": { + "target": { + "sys": { + "id": "5VLZPD1hawGE3gL5sZfm2F", + "type": "Link", + "linkType": "Entry" + } + } + }, + "content": [ + ], + "nodeType": "embedded-entry-inline" + }, + { + "data": { + }, + "marks": [ + ], + "value": "", + "nodeType": "text" + } + ], + "nodeType": "paragraph" + } + ], + "nodeType": "document" + }, + "zh-CN": { + "data": { + }, + "content": [ + { + "data": { + }, + "content": [ + { + "data": { + }, + "marks": [ + ], + "value": "", + "nodeType": "text" + }, + { + "data": { + "target": { + "sys": { + "id": "5VLZPD1hawGE3gL5sZfm2F", + "type": "Link", + "linkType": "Entry" + } + } + }, + "content": [ + ], + "nodeType": "embedded-entry-inline" + }, + { + "data": { + }, + "marks": [ + ], + "value": "", + "nodeType": "text" + } + ], + "nodeType": "paragraph" + } + ], + "nodeType": "document" + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17Jq88yTIez2ftdYQRrZSc" + } + } + ] + }, + "websiteurl": { + "en-US": "https://apex.oracle.com/" + }, + "trademarkUrl": { + "en-US": "https://www.oracle.com/legal/trademarks/" + }, + "keywords": { + "en-US": [ + "low code", + "Oracle" + ], + "zh-CN": [ + "低代码" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "23.3.0", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 8 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5JW2uL7OFFzXHx8NoaSOBa", + "type": "Entry", + "createdAt": "2021-11-26T06:47:46.043Z", + "updatedAt": "2025-01-06T08:48:48.924Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 116, + "publishedAt": "2025-01-06T08:48:48.924Z", + "firstPublishedAt": "2021-11-26T06:51:39.555Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 38, + "version": 117, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5JW2uL7OFFzXHx8NoaSOBa" + }, + "fields": { + "key": { + "en-US": "neo4j" + }, + "trademark": { + "en-US": "Neo4j", + "zh-CN": "Neo4j" + }, + "title": { + "en-US": "Cloud Native Database for Graph", + "zh-CN": "图数据库 Neo4j" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7ddDldWVVnmZqUL4P6CXfl" + } + } + }, + "summary": { + "en-US": "A high performance graph store with all the features expected of a mature and robust database", + "zh-CN": "高性能的 NoSQL 图数据库" + }, + "overview": { + "en-US": "Neo4j® graph database is the world's leading Graph Database. It is a high performance graph store with all the features expected of a mature and robust database.", + "zh-CN": "Neo4j 是一个关系信息存储为一等实体的数据库技术,广泛用于知识图谱,社交关系链,商品推荐,IT架构,商品主数据等领域。" + }, + "description": { + "en-US": "This is a repackaged Neo4j® graph database with professional suppot for your business. Neo4j® graph database is the world's leading Graph Database. It is a high performance graph store with all the features expected of a mature and robust database. The programmer works with it can enjoying all the benefits of enterprise-quality database.", + "zh-CN": "Neo4j 是一个高性能的 NoSQL 图数据库,用于存储数据关系,它也是一个嵌入式的、基于磁盘的、具备完全的事务特性的Java持久化引擎,它将结构化数据存储在网络上而不是表中。Neo4j也可以被看作是一个高性能的具有成熟数据库所有特性的图引擎。" + }, + "screenshots": { + "en-US": [ + { + "id": "92237fd2-0a40-4742-9c6a-23fa0553497c", + "key": "console", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/neo4j/neo4j-console-websoft9.png" + }, + { + "id": "84d775a6-299a-43e8-9829-7a5a8cdc08c0", + "key": "connect", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/neo4j/neo4j-connectfirst-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "978cd708-6681-47a5-9de5-155ea2f5a2d8", + "key": "console", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/neo4j/neo4j-console-websoft9.png" + }, + { + "id": "1b225c8a-0dfa-4147-8d8d-cae7a066e0ea", + "key": "sample", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/neo4j/neo4j-sampleonline002-websoft9.png" + } + ] + }, + "hot": { + "en-US": 18000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5wXzoQFG8oHlFtxnMq96Cf" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5wXzoQFG8oHlFtxnMq96Cf" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Other", + "Chinese" + ], + "zh-CN": [ + "英文", + "其它", + "简体中文" + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "581T3Tx1sCF3xWdG8fWXbm" + } + } + }, + "websiteurl": { + "en-US": "https://neo4j.com/" + }, + "trademarkUrl": { + "en-US": "https://legal.neo4j.com/#trademark-policy-and-guidelines" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4zs1RAViCqbskgaB7eTJtI" + } + } + ] + }, + "keywords": { + "en-US": [ + "NoSQL", + "graph database" + ], + "zh-CN": [ + "图数据库", + "数据库", + "NoSQL" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "5.26.0", + "5.26.0-enterprise", + "5.25", + "5.25-enterprise", + "5.24", + "5.24-enterprise", + "5.23", + "5.23-enterprise", + "4.4", + "4.4-enterprise", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 2, + "zh-CN": 2 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "54EraiDW7JIC5lGksnBC4n", + "type": "Entry", + "createdAt": "2021-11-26T06:51:47.095Z", + "updatedAt": "2024-10-24T03:59:55.690Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 85, + "publishedAt": "2024-10-24T03:59:55.690Z", + "firstPublishedAt": "2021-11-26T07:05:50.751Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 27, + "version": 86, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/54EraiDW7JIC5lGksnBC4n" + }, + "fields": { + "key": { + "en-US": "memcached" + }, + "trademark": { + "en-US": "memcached", + "zh-CN": "memcached" + }, + "title": { + "en-US": "Cloud Native In-memory Database for Memcached", + "zh-CN": "分布式高速缓存系统 Memcached" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5nhPeJdEFEdtHXkjSRMYPq" + } + } + }, + "summary": { + "en-US": "a free & open source, high-performance, distributed memory object caching system", + "zh-CN": "一个自由开源的,高性能,分布式内存对象缓存系统" + }, + "overview": { + "en-US": "Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering. ", + "zh-CN": "Memcached是一个自由开源的,高性能,分布式内存对象缓存系统。是一种基于内存的key-value存储,用来存储小块的任意数据(字符串、对象)。" + }, + "description": { + "en-US": "This is a repackaged Memcached with professional support for your business. Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering. Memcached is simple yet powerful . Its simple design promotes quick deployment, ease of development, and solves many problems facing large data caches.", + "zh-CN": "Memcached是一个自由开源的,高性能,分布式内存对象缓存系统。是一种基于内存的key-value存储,用来存储小块的任意数据(字符串、对象)。这些数据可以是数据库调用、API调用或者是页面渲染的结果。" + }, + "screenshots": { + "en-US": [ + { + "id": "3f4c5028-91cc-4209-88cc-114554145809", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/memcached/memcached-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "b05750c3-16b7-4150-9e37-48af959d0df3", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/memcached/memcached-gui-websoft9.png" + } + ] + }, + "review": { + "en-US": 5 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7ryZqe56bVGxDLfHAA257i" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7ryZqe56bVGxDLfHAA257i" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English" + ], + "zh-CN": [ + "英文" + ] + }, + "highlights": { + "en-US": [ + "Pre-configured, one-click to deploy on Cloud Server", + "All codes on your server, secure and customizable", + "Paid image, free professional support for your business" + ], + "zh-CN": [ + "已完成预配置、密码初始化,购买后即可自主使用", + "基于 Docker 的云原生架构,便于产品升级、版本变更、卸载以及安装更多应用", + "提供免费的技术支持" + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "MDp7tV6lQD1WDc4OZrlxE" + } + } + }, + "websiteurl": { + "en-US": "https://www.memcached.org/" + }, + "trademarkUrl": { + "en-US": "Logo/Banner images are Copyright (c) 2009-2018 Dormando, and may not be used without permission." + }, + "keywords": { + "en-US": [ + "memcached" + ], + "zh-CN": [ + "memcached" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "1.6", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1ypqMYVLwu287CucGuTsOp", + "type": "Entry", + "createdAt": "2021-11-26T07:08:14.348Z", + "updatedAt": "2024-12-13T04:40:17.279Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 107, + "publishedAt": "2024-12-13T04:40:17.279Z", + "firstPublishedAt": "2021-11-26T07:23:42.707Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 24, + "version": 108, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1ypqMYVLwu287CucGuTsOp" + }, + "fields": { + "key": { + "en-US": "superset" + }, + "trademark": { + "en-US": "SuperSet", + "zh-CN": "SuperSet" + }, + "title": { + "en-US": "Data Exploration and Visualization for Superset", + "zh-CN": "数据探索与可视化平台 Superset" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6lrHfCRhuRmVLoWskWpPKo" + } + } + }, + "summary": { + "en-US": "A modern, enterprise-ready business intelligence web application", + "zh-CN": "开源的商业智能web应用软件,用户可以轻松实现对商业数据进行可视化分析" + }, + "overview": { + "en-US": "Apache Superset is a modern data exploration and visualization platform.", + "zh-CN": "Apache Superset 是一个开源的数据探查与可视化平台(曾用名 Panoramix、Caravel ),该工具在可视化、易用性和交互性上非常有特色,用户可以轻松对数据进行可视化分析。" + }, + "description": { + "en-US": "Superset is fast, lightweight, intuitive, and loaded with options that make it easy for users of all skill sets to explore and visualize their data, from simple line charts to highly detailed geospatial charts.", + "zh-CN": "Apache Superset 是一个开源的数据探查与可视化平台(曾用名 Panoramix、Caravel ),该工具在可视化、易用性和交互性上非常有特色,用户可以轻松对数据进行可视化分析。\nSuperset 也是一款企业级商业智能 Web 应用程序。" + }, + "screenshots": { + "en-US": [ + { + "id": "69648254-345e-4ed8-b09e-1d745c9413d5", + "key": "superset", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/superset/superset-dash-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "30f35910-7b4a-43b5-b550-8ef814f7be65", + "key": "superset", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/superset/superset-dash-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "25O12xwjoBcnGyQ2pY8gi1" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "65YrBrBlgXbR7BLCe6oP0K" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "highlights": { + "en-US": [ + "Powerful yet easy to use", + "Integrates with modern databases", + "Modern architecture", + "Rich visualizations and dashboards" + ], + "zh-CN": [ + "功能强大且易于使用", + "与现代数据库集成", + "可利用现有数据基础架构的强大功能", + "丰富的可视化效果和仪表板" + ] + }, + "faq": { + "en-US": [ + { + "id": "dcc56d45-bd06-417c-a68e-aba622b795bf", + "key": "Does Superset support multiple languages?", + "value": "Yes, but dev version only English" + } + ], + "zh-CN": [ + { + "id": "f3cf26fc-b1e9-42b3-af8e-59847f4be670", + "key": "Superset 支持多语言吗?", + "value": "支持(包含中文),但测试版不支持多语言。" + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5wVPQoc28yauIPIjbs7Ecp" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ErftetWADiFvvgRO3pFnU" + } + } + ] + }, + "websiteurl": { + "en-US": "https://superset.apache.org/" + }, + "trademarkUrl": { + "en-US": "https://apache.org/foundation/marks/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4zs1RAViCqbskgaB7eTJtI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6PAPQ68qroHDGba7O9DQQ5" + } + } + ] + }, + "keywords": { + "en-US": [ + "BI", + "Data Analysis", + "Big Data" + ], + "zh-CN": [ + "数据分析", + "BI", + "大数据" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "4.1.1", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2, + "zh-CN": 2 + }, + "memory": { + "en-US": 8, + "zh-CN": 8 + }, + "storage": { + "en-US": 3, + "zh-CN": 3 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "713ubwiVQX7nOWAQDE8n3G", + "type": "Entry", + "createdAt": "2021-11-26T07:23:56.111Z", + "updatedAt": "2024-10-23T07:55:15.509Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 100, + "publishedAt": "2024-10-23T07:55:15.509Z", + "firstPublishedAt": "2021-11-26T07:30:03.895Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 24, + "version": 101, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/713ubwiVQX7nOWAQDE8n3G" + }, + "fields": { + "key": { + "en-US": "knowage" + }, + "trademark": { + "en-US": "Knowage", + "zh-CN": "Knowage" + }, + "title": { + "en-US": "Open Source Business Analytics", + "zh-CN": " Knowage 可视化商业智能套件" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2YRfHBqZ2DNmn2icx8T1i7" + } + } + }, + "summary": { + "en-US": "The full capabilities open source suite for modern business analytics", + "zh-CN": "一套适合现代商业分析的开源工具套装" + }, + "overview": { + "en-US": "Knowage is the full capabilities open source suite for modern business analytics over traditional sources and big data systems.", + "zh-CN": "Knowage是一个完整的开源现代商业智能套件,用于现代商业数据分析。" + }, + "description": { + "en-US": "This is a repackaged Knowage Community Edition with professional support for your business. Knowage is a smart solution since the beginning big data. Combine structured historical enterprise data with external multistructured ones. Knowage Community Edition is not a toy version or a trial with relevant restrictions. Coming from the long history of SpagoBI, Knowage Community Edition includes all analytical capabilities and guarantees a full end-user experience.", + "zh-CN": "Knowage是一个完整的开源现代商业智能套件,用于在传统来源的结构化企业历史数据和外部NoSQL多结构的大数据系统上进行现代业务分析,并能生成可视化的报告。Knowage套件由多个模块组成,每个模块都针对特定的分析领域而设计。它们可以单独使用,也可以相互结合使用,以确保完全满足用户的要求,从而打造出量身定制的产品。" + }, + "screenshots": { + "en-US": [ + { + "id": "13f23e7b-65c7-4e96-b1c3-3f4558284925", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/knowage/knowage-gui-websoft9.png" + }, + { + "id": "a8a2d97e-e7ab-4f19-ba02-26deddf57d5d", + "key": "login", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/knowage/knowage-login-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "2ed849af-800d-454b-8aea-bf0986cd681f", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/knowage/knowage-gui-websoft9.png" + }, + { + "id": "b54e4726-52fe-4ee1-9b22-e804de4b9791", + "key": "login", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/knowage/knowage-login-websoft9.png" + } + ] + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "25O12xwjoBcnGyQ2pY8gi1" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "65YrBrBlgXbR7BLCe6oP0K" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "Other", + "English" + ], + "zh-CN": [ + "英文", + "其它" + ] + }, + "highlights": { + "en-US": [ + "Pre-configured, one-click to deploy on Cloud Server", + "All codes on your server, secure and customizable", + "Paid image, free professional support for your business" + ], + "zh-CN": [ + "Knowage支持结构化数据和NoSQL多结构大数据分析", + "多个模块,自由组合,满足个性化需求" + ] + }, + "faq": { + "en-US": [ + { + "id": "0c6eef98-378f-4ee5-a9c4-5269538561ea", + "key": "Knowage support multi-languages?", + "value": "Yes,but not Chinese" + }, + { + "id": "192c4399-112f-4502-88fa-9c4b0adad14e", + "key": "What the relationship between Knowage and SpagoBI?", + "value": "Knowage is the evolution of SpagoBI" + }, + { + "id": "b4e8fce5-90ac-4c7e-8e10-92952f6d0ce3", + "key": "If there is no domain name, can I deploy Knowage?", + "value": "Yes, visit Knowage by http://Server's Internet IP:8080/knowage or http://Server's Internet IP" + }, + { + "id": "6d6448df-074d-4aa2-aa8f-29e2d4007ecd", + "key": "Is there a web-base GUI database management tools?", + "value": "Yes, phpMyAdmin is on it, visit by http://Server's Internet IP:9090" + } + ], + "zh-CN": [ + { + "id": "fd005b80-ef73-4429-bda0-0da79e7153d9", + "key": "Knowage 支持多语言吗?", + "value": "支持,但不包含中文" + }, + { + "id": "6914e084-b3a4-4495-806e-34164c0e7a9f", + "key": "Knowage 与 SpagoBI 有什么关系?", + "value": "Knowage 是 SpagoBI 更名后的产品" + }, + { + "id": "fd4bdd7c-0260-49b0-98c8-77a3c7eaeb10", + "key": "如果没有域名是否可以部署 Knowage?", + "value": "可以,直接通过: http://服务器公网 IP:8080/knowage 或 http://服务器公网 IP 访问即可" + }, + { + "id": "898d265a-b11b-45e4-92fa-c2313ecfe7f2", + "key": "是否有可视化的数据库管理工具?", + "value": "有,内置 phpMyAdmin,访问地址: http://服务器公网 IP:9090" + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3XLYU7pPQw1tv0esOTj1Qw" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "459qZ8YeZfxR5UtMPG3ijT" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2O8RaSlsatiVMNTatp20FU" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17Jq88yTIez2ftdYQRrZSc" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.knowage-suite.com/site/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4zs1RAViCqbskgaB7eTJtI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2V5Sey9mCVvizDs6ikr7ig" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "8.1" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 3 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7fjCblfwTbRxhWsnYv7KHq", + "type": "Entry", + "createdAt": "2021-11-26T07:30:16.995Z", + "updatedAt": "2025-01-06T00:48:23.389Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 95, + "publishedAt": "2025-01-06T00:48:23.389Z", + "firstPublishedAt": "2021-11-26T07:34:17.002Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 29, + "version": 96, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7fjCblfwTbRxhWsnYv7KHq" + }, + "fields": { + "key": { + "en-US": "metabase" + }, + "trademark": { + "en-US": "Metabase", + "zh-CN": "Metabase" + }, + "title": { + "en-US": "Simplest Business Intelligence and Analytics", + "zh-CN": "Metabase图形化数据展示" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3tZiDP1dx3ymW7jEVq9G91" + } + } + }, + "summary": { + "en-US": "a user-contributed database of biological databases", + "zh-CN": "公司团队交互式可视化数据分析" + }, + "overview": { + "en-US": "Metabase is a user-contributed database of biological databases, listing all the biological databases currently available on the internet. ", + "zh-CN": "Metabase 是一个类似 Tableau,多用于公司团队交互式可视化数据分析。" + }, + "description": { + "en-US": "This is a repackaged Metabase with professional support for your business. Metabase is a user-contributed database of biological databases, listing all the biological databases currently available on the internet. It is free and simple to set up, but your data stays private and on your own.", + "zh-CN": "Metabase 是一个类似 Tableau 的数据分析系统,它具备简单、开源的数据呈现方式,通过给公司成员、分析师新建Question,从而得到数据进行分析、学习。" + }, + "screenshots": { + "en-US": [ + { + "id": "99646573-b82a-4dfe-a7de-4be26a6b8aa5", + "key": "ui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/metabase/metabase-product-screenshot.png" + }, + { + "id": "cb4721c0-f7ee-48a1-abf9-0f546dc431b0", + "key": "dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/metabase/metabase-dashborad-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "b686fa6e-ef04-4b27-9780-f6081708f8b4", + "key": "ui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/metabase/metabase-product-screenshot.png" + }, + { + "id": "d2e6218f-4d17-42ad-ad14-59c6559660d7", + "key": "dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/metabase/metabase-dashborad-websoft9.png" + } + ] + }, + "review": { + "en-US": 5 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "25O12xwjoBcnGyQ2pY8gi1" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3uADBd8l6k8a47o8mDTmWP" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "65YrBrBlgXbR7BLCe6oP0K" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "highlights": { + "en-US": [ + "Pre-configured, one-click to deploy on AWS EC2", + "All codes on your server, secure and customizable", + "Paid image, free professional support for your business" + ], + "zh-CN": [ + "Metabase设置简单易用,且仍可保持用户自有的服务器和数据。", + "面向分析人员和数据等专业人员的SQL模式,同时不了解SQL的团队成员也可学习。", + "团队可自定使用规范字段与度量。" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2O8RaSlsatiVMNTatp20FU" + } + } + }, + "licenseadditional": { + "en-US": "If you want to use the code, you must abide by the AGPL.\n\nIf you want to embed iframes in your application, you can do it in one of the following ways:\n\nAbide by the AGPL.\nAbide by the Embedding License, which includes leaving the “Powered by Metabase” logo on embedded artifacts (like dashboards and questions).\nPurchase a Metabase Commercial Software License.\n\nMore:https://www.metabase.com/license/" + }, + "websiteurl": { + "en-US": "https://www.metabase.com/" + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "v0.52.4.3", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "23HrDKURRv8pE2HGxOjrJg", + "type": "Entry", + "createdAt": "2021-11-26T07:34:36.339Z", + "updatedAt": "2024-12-13T04:41:46.995Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 124, + "publishedAt": "2024-12-13T04:41:46.995Z", + "firstPublishedAt": "2021-11-26T07:39:23.450Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 40, + "version": 125, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/23HrDKURRv8pE2HGxOjrJg" + }, + "fields": { + "key": { + "en-US": "mattermost" + }, + "trademark": { + "en-US": "Mattermost", + "zh-CN": "Mattermost" + }, + "title": { + "en-US": "Open Source Collaboration Platform for developers", + "zh-CN": "Mattermost 团队聊天和信息协作系统" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7xPhTmTmUzfoQnj4k3nYAq" + } + } + }, + "summary": { + "en-US": "A self-hosted Slack-alternative, collaboration for Mission-Critical Work", + "zh-CN": "团队聊天和信息协作系统" + }, + "overview": { + "en-US": "Mattermost is a self-hosted Slack-alternative, flexible, messaging platform that enables secure team collaboration.", + "zh-CN": "Mattermost是一个 Slack 的开源替代品,基于团队聊天为核心,集成音视频、文件、邮件等,把各种碎片化的企业沟通和协作集中到一起。" + }, + "description": { + "en-US": "This is a repackaged Mattermost with professional support for your business. Mattermost is a self-hosted Slack-alternative, flexible, messaging platform that enables secure team collaboration. It is designed to increase the agility, efficiency and innovation in high trust organizations while keeping data and operations under IT control.", + "zh-CN": "Mattermost是一个 Slack 的开源替代品。采用 Go 语言开发,可为团队带来跨 PC 和移动设备的消息、文件分享,提供归档和搜索功能,是一个开源的团队通讯服务系统。" + }, + "screenshots": { + "en-US": [ + { + "id": "1d263c64-8b51-4cd4-856f-88df0d1937ab", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/mattermost/mattermost-gui-websoft9.webp" + }, + { + "id": "d1d4ebd1-0fc1-40d8-95f0-5da679444672", + "key": "display", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/mattermost/mattermost-display-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "5ce48cc3-a26e-488f-9b31-7ea947d8de53", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/mattermost/mattermost-gui-websoft9.webp" + }, + { + "id": "e0abb6b7-cce2-4009-a63d-aea819d591ee", + "key": "display", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/mattermost/mattermost-display-websoft9.png" + } + ] + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1fmHNMWYZDyeknD3uaSpAS" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "wgrBVU9K63sTF0it5DfIT" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6dhUhSf0SPb3swoaJp8nj5" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1fQ5nJAUb768z7n09J7sdK" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "Chinese", + "English", + "Other" + ], + "zh-CN": [ + "简体中文", + "英文", + "其它" + ] + }, + "highlights": { + "en-US": [ + "Pre-configured, one-click to deploy on Cloud Servver", + "All codes on your server, secure and customizable", + "Paid image, free professional support for your business" + ], + "zh-CN": [ + "已完成预配置、密码初始化,购买后即可自主使用", + "基于 Docker 的云原生架构,便于产品升级、版本变更、卸载以及安装更多应用", + "提供免费的技术支持" + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "licenseadditional": { + "en-US": "Mattermost Licensing\n\nSOFTWARE LICENSING\n\nYou are licensed to use compiled versions of the Mattermost platform produced by Mattermost, Inc. under an MIT LICENSE\n\n-\tSee MIT-COMPILED-LICENSE.md included in compiled versions for details\n\nYou may be licensed to use source code to create compiled versions not produced by Mattermost, Inc. in one of two ways:\n\n1. Under the Free Software Foundation’s GNU AGPL v.3.0, subject to the exceptions outlined in this policy; or\n2. Under a commercial license available from Mattermost, Inc. by contacting commercial@mattermost.com\n\nYou are licensed to use the source code in Admin Tools and Configuration Files (server/templates/, server/i18n/, model/,\nplugin/, server/boards/, server/playbooks/, webapp/ and all subdirectories thereof) under the Apache License v2.0.\n\nWe promise that we will not enforce the copyleft provisions in AGPL v3.0 against you if your application (a) does not\nlink to the Mattermost Platform directly, but exclusively uses the Mattermost Admin Tools and Configuration Files, and\n(b) you have not modified, added to or adapted the source code of Mattermost in a way that results in the creation of\na “modified version” or “work based on” Mattermost as these terms are defined in the AGPL v3.0 license.\n\nMATTERMOST TRADEMARK GUIDELINES\n\nYour use of the mark Mattermost is subject to Mattermost, Inc's prior written approval and our organization’s Trademark\nStandards of Use at https://mattermost.com/trademark-standards-of-use/. For trademark approval or any questions\nyou have about using these trademarks, please email trademark@mattermost.com\n\n------------------------------------------------------------------------------------------------------------------------------\n\n Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright [yyyy] [name of copyright owner]\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n\n------------------------------------------------------------------------------\n\nThe software is released under the terms of the GNU Affero General Public\nLicense, version 3.\n\n GNU AFFERO GENERAL PUBLIC LICENSE\n Version 3, 19 November 2007\n\n Copyright (C) 2007 Free Software Foundation, Inc. \n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n Preamble\n\n The GNU Affero General Public License is a free, copyleft license for\nsoftware and other kinds of works, specifically designed to ensure\ncooperation with the community in the case of network server software.\n\n The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works. By contrast,\nour General Public Licenses are intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users.\n\n When we speak of free software, we are referring to freedom, not\nprice. Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n\n Developers that use our General Public Licenses protect your rights\nwith two steps: (1) assert copyright on the software, and (2) offer\nyou this License which gives you legal permission to copy, distribute\nand/or modify the software.\n\n A secondary benefit of defending all users' freedom is that\nimprovements made in alternate versions of the program, if they\nreceive widespread use, become available for other developers to\nincorporate. Many developers of free software are heartened and\nencouraged by the resulting cooperation. However, in the case of\nsoftware used on network servers, this result may fail to come about.\nThe GNU General Public License permits making a modified version and\nletting the public access it on a server without ever releasing its\nsource code to the public.\n\n The GNU Affero General Public License is designed specifically to\nensure that, in such cases, the modified source code becomes available\nto the community. It requires the operator of a network server to\nprovide the source code of the modified version running there to the\nusers of that server. Therefore, public use of a modified version, on\na publicly accessible server, gives the public access to the source\ncode of the modified version.\n\n An older license, called the Affero General Public License and\npublished by Affero, was designed to accomplish similar goals. This is\na different license, not a version of the Affero GPL, but Affero has\nreleased a new version of the Affero GPL which permits relicensing under\nthis license.\n\n The precise terms and conditions for copying, distribution and\nmodification follow.\n\n TERMS AND CONDITIONS\n\n 0. Definitions.\n\n \"This License\" refers to version 3 of the GNU Affero General Public License.\n\n \"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n\n \"The Program\" refers to any copyrightable work licensed under this\nLicense. Each licensee is addressed as \"you\". \"Licensees\" and\n\"recipients\" may be individuals or organizations.\n\n To \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy. The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\n\n A \"covered work\" means either the unmodified Program or a work based\non the Program.\n\n To \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy. Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\n\n To \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies. Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\n\n An interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License. If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\n 1. Source Code.\n\n The \"source code\" for a work means the preferred form of the work\nfor making modifications to it. \"Object code\" means any non-source\nform of a work.\n\n A \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\n\n The \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form. A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\n\n The \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities. However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work. For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\n\n The Corresponding Source need not include anything that users\ncan regenerate automatically from other parts of the Corresponding\nSource.\n\n The Corresponding Source for a work in source code form is that\nsame work.\n\n 2. Basic Permissions.\n\n All rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met. This License explicitly affirms your unlimited\npermission to run the unmodified Program. The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work. This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\n\n You may make, run and propagate covered works that you do not\nconvey, without conditions so long as your license otherwise remains\nin force. You may convey covered works to others for the sole purpose\nof having them make modifications exclusively for you, or provide you\nwith facilities for running those works, provided that you comply with\nthe terms of this License in conveying all material for which you do\nnot control copyright. Those thus making or running the covered works\nfor you must do so exclusively on your behalf, under your direction\nand control, on terms that prohibit them from making any copies of\nyour copyrighted material outside their relationship with you.\n\n Conveying under any other circumstances is permitted solely under\nthe conditions stated below. Sublicensing is not allowed; section 10\nmakes it unnecessary.\n\n 3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n\n No covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\n\n When you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such circumvention\nis effected by exercising rights under this License with respect to\nthe covered work, and you disclaim any intention to limit operation or\nmodification of the work as a means of enforcing, against the work's\nusers, your or third parties' legal rights to forbid circumvention of\ntechnological measures.\n\n 4. Conveying Verbatim Copies.\n\n You may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\n\n You may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\n 5. Conveying Modified Source Versions.\n\n You may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these conditions:\n\n a) The work must carry prominent notices stating that you modified\n it, and giving a relevant date.\n\n b) The work must carry prominent notices stating that it is\n released under this License and any conditions added under section\n 7. This requirement modifies the requirement in section 4 to\n \"keep intact all notices\".\n\n c) You must license the entire work, as a whole, under this\n License to anyone who comes into possession of a copy. This\n License will therefore apply, along with any applicable section 7\n additional terms, to the whole of the work, and all its parts,\n regardless of how they are packaged. This License gives no\n permission to license the work in any other way, but it does not\n invalidate such permission if you have separately received it.\n\n d) If the work has interactive user interfaces, each must display\n Appropriate Legal Notices; however, if the Program has interactive\n interfaces that do not display Appropriate Legal Notices, your\n work need not make them do so.\n\n A compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit. Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\n 6. Conveying Non-Source Forms.\n\n You may convey a covered work in object code form under the terms\nof sections 4 and 5, provided that you also convey the\nmachine-readable Corresponding Source under the terms of this License,\nin one of these ways:\n\n a) Convey the object code in, or embodied in, a physical product\n (including a physical distribution medium), accompanied by the\n Corresponding Source fixed on a durable physical medium\n customarily used for software interchange.\n\n b) Convey the object code in, or embodied in, a physical product\n (including a physical distribution medium), accompanied by a\n written offer, valid for at least three years and valid for as\n long as you offer spare parts or customer support for that product\n model, to give anyone who possesses the object code either (1) a\n copy of the Corresponding Source for all the software in the\n product that is covered by this License, on a durable physical\n medium customarily used for software interchange, for a price no\n more than your reasonable cost of physically performing this\n conveying of source, or (2) access to copy the\n Corresponding Source from a network server at no charge.\n\n c) Convey individual copies of the object code with a copy of the\n written offer to provide the Corresponding Source. This\n alternative is allowed only occasionally and noncommercially, and\n only if you received the object code with such an offer, in accord\n with subsection 6b.\n\n d) Convey the object code by offering access from a designated\n place (gratis or for a charge), and offer equivalent access to the\n Corresponding Source in the same way through the same place at no\n further charge. You need not require recipients to copy the\n Corresponding Source along with the object code. If the place to\n copy the object code is a network server, the Corresponding Source\n may be on a different server (operated by you or a third party)\n that supports equivalent copying facilities, provided you maintain\n clear directions next to the object code saying where to find the\n Corresponding Source. Regardless of what server hosts the\n Corresponding Source, you remain obligated to ensure that it is\n available for as long as needed to satisfy these requirements.\n\n e) Convey the object code using peer-to-peer transmission, provided\n you inform other peers where the object code and Corresponding\n Source of the work are being offered to the general public at no\n charge under subsection 6d.\n\n A separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\n\n A \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal, family,\nor household purposes, or (2) anything designed or sold for incorporation\ninto a dwelling. In determining whether a product is a consumer product,\ndoubtful cases shall be resolved in favor of coverage. For a particular\nproduct received by a particular user, \"normally used\" refers to a\ntypical or common use of that class of product, regardless of the status\nof the particular user or of the way in which the particular user\nactually uses, or expects or is expected to use, the product. A product\nis a consumer product regardless of whether the product has substantial\ncommercial, industrial or non-consumer uses, unless such uses represent\nthe only significant mode of use of the product.\n\n \"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to install\nand execute modified versions of a covered work in that User Product from\na modified version of its Corresponding Source. The information must\nsuffice to ensure that the continued functioning of the modified object\ncode is in no case prevented or interfered with solely because\nmodification has been made.\n\n If you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information. But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\n\n The requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or updates\nfor a work that has been modified or installed by the recipient, or for\nthe User Product in which it has been modified or installed. Access to a\nnetwork may be denied when the modification itself materially and\nadversely affects the operation of the network or violates the rules and\nprotocols for communication across the network.\n\n Corresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\n 7. Additional Terms.\n\n \"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law. If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\n\n When you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit. (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.) You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\n\n Notwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\n\n a) Disclaiming warranty or limiting liability differently from the\n terms of sections 15 and 16 of this License; or\n\n b) Requiring preservation of specified reasonable legal notices or\n author attributions in that material or in the Appropriate Legal\n Notices displayed by works containing it; or\n\n c) Prohibiting misrepresentation of the origin of that material, or\n requiring that modified versions of such material be marked in\n reasonable ways as different from the original version; or\n\n d) Limiting the use for publicity purposes of names of licensors or\n authors of the material; or\n\n e) Declining to grant rights under trademark law for use of some\n trade names, trademarks, or service marks; or\n\n f) Requiring indemnification of licensors and authors of that\n material by anyone who conveys the material (or modified versions of\n it) with contractual assumptions of liability to the recipient, for\n any liability that these contractual assumptions directly impose on\n those licensors and authors.\n\n All other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10. If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term. If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\n\n If you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\n\n Additional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions;\nthe above requirements apply either way.\n\n 8. Termination.\n\n You may not propagate or modify a covered work except as expressly\nprovided under this License. Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\n\n However, if you cease all violation of this License, then your\nlicense from a particular copyright holder is reinstated (a)\nprovisionally, unless and until the copyright holder explicitly and\nfinally terminates your license, and (b) permanently, if the copyright\nholder fails to notify you of the violation by some reasonable means\nprior to 60 days after the cessation.\n\n Moreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\n\n Termination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License. If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\n 9. Acceptance Not Required for Having Copies.\n\n You are not required to accept this License in order to receive or\nrun a copy of the Program. Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance. However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work. These actions infringe copyright if you do\nnot accept this License. Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\n 10. Automatic Licensing of Downstream Recipients.\n\n Each time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License. You are not responsible\nfor enforcing compliance by third parties with this License.\n\n An \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations. If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\n\n You may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License. For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\n 11. Patents.\n\n A \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based. The\nwork thus licensed is called the contributor's \"contributor version\".\n\n A contributor's \"essential patent claims\" are all patent claims\nowned or controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version. For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\n\n Each contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\n\n In the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement). To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\n\n If you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients. \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\n\n If, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\n\n A patent license is \"discriminatory\" if it does not include within\nthe scope of its coverage, prohibits the exercise of, or is\nconditioned on the non-exercise of one or more of the rights that are\nspecifically granted under this License. You may not convey a covered\nwork if you are a party to an arrangement with a third party that is\nin the business of distributing software, under which you make payment\nto the third party based on the extent of your activity of conveying\nthe work, and under which the third party grants, to any of the\nparties who would receive the covered work from you, a discriminatory\npatent license (a) in connection with copies of the covered work\nconveyed by you (or copies made from those copies), or (b) primarily\nfor and in connection with specific products or compilations that\ncontain the covered work, unless you entered into that arrangement,\nor that patent license was granted, prior to 28 March 2007.\n\n Nothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\n 12. No Surrender of Others' Freedom.\n\n If conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License. If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you may\nnot convey it at all. For example, if you agree to terms that obligate you\nto collect a royalty for further conveying from those to whom you convey\nthe Program, the only way you could satisfy both those terms and this\nLicense would be to refrain entirely from conveying the Program.\n\n 13. Remote Network Interaction; Use with the GNU General Public License.\n\n Notwithstanding any other provision of this License, if you modify the\nProgram, your modified version must prominently offer all users\ninteracting with it remotely through a computer network (if your version\nsupports such interaction) an opportunity to receive the Corresponding\nSource of your version by providing access to the Corresponding Source\nfrom a network server at no charge, through some standard or customary\nmeans of facilitating copying of software. This Corresponding Source\nshall include the Corresponding Source for any work covered by version 3\nof the GNU General Public License that is incorporated pursuant to the\nfollowing paragraph.\n\n Notwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU General Public License into a single\ncombined work, and to convey the resulting work. The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the work with which it is combined will remain governed by version\n3 of the GNU General Public License.\n\n 14. Revised Versions of this License.\n\n The Free Software Foundation may publish revised and/or new versions of\nthe GNU Affero General Public License from time to time. Such new versions\nwill be similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\n Each version is given a distinguishing version number. If the\nProgram specifies that a certain numbered version of the GNU Affero General\nPublic License \"or any later version\" applies to it, you have the\noption of following the terms and conditions either of that numbered\nversion or of any later version published by the Free Software\nFoundation. If the Program does not specify a version number of the\nGNU Affero General Public License, you may choose any version ever published\nby the Free Software Foundation.\n\n If the Program specifies that a proxy can decide which future\nversions of the GNU Affero General Public License can be used, that proxy's\npublic statement of acceptance of a version permanently authorizes you\nto choose that version for the Program.\n\n Later license versions may give you additional or different\npermissions. However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\n 15. Disclaimer of Warranty.\n\n THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\nIS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n 16. Limitation of Liability.\n\n IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGES.\n\n 17. Interpretation of Sections 15 and 16.\n\n If the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\n\n END OF TERMS AND CONDITIONS\n\n How to Apply These Terms to Your New Programs\n\n If you develop a new program, and you want it to be of the greatest\npossible use to the public, the best way to achieve this is to make it\nfree software which everyone can redistribute and change under these terms.\n\n To do so, attach the following notices to the program. It is safest\nto attach them to the start of each source file to most effectively\nstate the exclusion of warranty; and each file should have at least\nthe \"copyright\" line and a pointer to where the full notice is found.\n\n \n Copyright (C) \n\n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU Affero General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU Affero General Public License for more details.\n\n You should have received a copy of the GNU Affero General Public License\n along with this program. If not, see .\n\nAlso add information on how to contact you by electronic and paper mail.\n\n If your software can interact with users remotely through a computer\nnetwork, you should also make sure that it provides a way for users to\nget its source. For example, if your program is a web application, its\ninterface could display a \"Source\" link that leads users to an archive\nof the code. There are many ways you could offer source, and different\nsolutions will be better for different programs; see section 13 for the\nspecific requirements.\n\n You should also get your employer (if you work as a programmer) or school,\nif any, to sign a \"copyright disclaimer\" for the program, if necessary.\nFor more information on this, and how to apply and follow the GNU AGPL, see\n." + }, + "websiteurl": { + "en-US": "https://mattermost.com/" + }, + "trademarkUrl": { + "en-US": "https://mattermost.com/trademark-standards-of-use/" + }, + "keywords": { + "en-US": [ + "mattermost" + ], + "zh-CN": [ + "mattermost" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "10.3" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 2, + "zh-CN": 2 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7svsHkNeiCP6YInzW709db", + "type": "Entry", + "createdAt": "2022-07-14T03:00:23.931Z", + "updatedAt": "2022-10-17T02:04:36.069Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 18, + "publishedAt": "2022-10-17T02:04:36.069Z", + "firstPublishedAt": "2022-07-14T03:00:48.416Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 19, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7svsHkNeiCP6YInzW709db" + }, + "fields": { + "title": { + "en-US": "Alibaba Cloud", + "zh-CN": "阿里云" + }, + "slug": { + "en-US": "Alibaba Cloud" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/marketplace/alibabacloud-logo.png", + "zh-CN": "https://libs.websoft9.com/Websoft9/logo/marketplace/aliyun-logo.png" + }, + "type": { + "en-US": [ + "Marketplace" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6N3flCzNeJKxRhHKfJaiDv", + "type": "Entry", + "createdAt": "2022-07-14T03:18:07.888Z", + "updatedAt": "2022-07-14T03:19:58.351Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-07-14T03:19:58.351Z", + "firstPublishedAt": "2022-07-14T03:19:58.351Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutMedia" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6N3flCzNeJKxRhHKfJaiDv" + }, + "fields": { + "name": { + "en-US": "Logo", + "zh-CN": "Logo" + }, + "description": { + "en-US": "Enterprise or Organization image Trademark", + "zh-CN": "企业标志或图形商标" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6gPkAYHvWbEpnTTdhFJTWY", + "type": "Entry", + "createdAt": "2022-07-14T03:20:13.092Z", + "updatedAt": "2022-07-14T03:30:20.402Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 13, + "publishedAt": "2022-07-14T03:30:20.402Z", + "firstPublishedAt": "2022-07-14T03:30:20.402Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 14, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutMedia" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6gPkAYHvWbEpnTTdhFJTWY" + }, + "fields": { + "name": { + "en-US": "Icon", + "zh-CN": "图标" + }, + "description": { + "zh-CN": "一种通用性强,具备高度浓缩并快捷传达信息、便于记忆的图形,格式一般是矢量图。" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4Ko93rZEX0AMyAT8wntdRL", + "type": "Entry", + "createdAt": "2022-07-14T03:30:29.935Z", + "updatedAt": "2022-07-14T03:31:43.955Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-07-14T03:31:43.955Z", + "firstPublishedAt": "2022-07-14T03:31:43.955Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutMedia" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4Ko93rZEX0AMyAT8wntdRL" + }, + "fields": { + "name": { + "en-US": "Image", + "zh-CN": "图片" + }, + "description": { + "zh-CN": "具有场景信息且有较大尺寸图形。区别于 Logo 和 图标。" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5SRfeggeO3lfTN7mX1fbtw", + "type": "Entry", + "createdAt": "2022-07-14T03:33:51.232Z", + "updatedAt": "2022-07-14T03:34:10.751Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2022-07-14T03:34:10.751Z", + "firstPublishedAt": "2022-07-14T03:34:10.751Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutMedia" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5SRfeggeO3lfTN7mX1fbtw" + }, + "fields": { + "name": { + "en-US": "PDF", + "zh-CN": "PDF" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4DsmI1qTevc5iwCnBuDfgO", + "type": "Entry", + "createdAt": "2022-07-14T03:34:20.939Z", + "updatedAt": "2022-07-14T03:34:49.252Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2022-07-14T03:34:49.252Z", + "firstPublishedAt": "2022-07-14T03:34:49.252Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutMedia" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4DsmI1qTevc5iwCnBuDfgO" + }, + "fields": { + "name": { + "en-US": "Audio", + "zh-CN": "音频" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1ohzPhxRy1pK2xlrZb2b1R", + "type": "Entry", + "createdAt": "2022-07-14T03:34:55.943Z", + "updatedAt": "2022-07-14T03:35:04.347Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2022-07-14T03:35:04.347Z", + "firstPublishedAt": "2022-07-14T03:35:04.347Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutMedia" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1ohzPhxRy1pK2xlrZb2b1R" + }, + "fields": { + "name": { + "en-US": "Video", + "zh-CN": "视频" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3INm4lpPpkAcADwSkUy0fa", + "type": "Entry", + "createdAt": "2022-07-14T03:36:00.993Z", + "updatedAt": "2022-07-14T03:36:30.702Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2022-07-14T03:36:30.702Z", + "firstPublishedAt": "2022-07-14T03:36:30.702Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutMedia" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3INm4lpPpkAcADwSkUy0fa" + }, + "fields": { + "name": { + "en-US": "Archive", + "zh-CN": "压缩包" + }, + "description": { + "zh-CN": "压缩文件,一般为 zip 或 rar 格式" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3QAnwD11sTVZR6F248AHjm", + "type": "Entry", + "createdAt": "2022-07-14T04:01:36.272Z", + "updatedAt": "2022-10-17T02:04:49.634Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 15, + "publishedAt": "2022-10-17T02:04:49.634Z", + "firstPublishedAt": "2022-07-14T04:02:43.590Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 16, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3QAnwD11sTVZR6F248AHjm" + }, + "fields": { + "title": { + "en-US": "Huawei Cloud", + "zh-CN": "华为云" + }, + "slug": { + "en-US": "HUAWEI CLOUD" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/marketplace/huaweicloud-logo.png", + "zh-CN": "https://libs.websoft9.com/Websoft9/logo/marketplace/huaweiyun-logo.png" + }, + "type": { + "en-US": [ + "Marketplace" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4jsHHFGRvMHYXwzcQRYgcN", + "type": "Entry", + "createdAt": "2022-07-14T04:03:44.064Z", + "updatedAt": "2022-10-19T07:57:00.904Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2022-10-19T07:57:00.904Z", + "firstPublishedAt": "2022-07-14T04:04:57.853Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 4, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4jsHHFGRvMHYXwzcQRYgcN" + }, + "fields": { + "title": { + "en-US": "Tencent Cloud", + "zh-CN": "腾讯云" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/marketplace/tencentcloud-en-logo.png", + "zh-CN": "https://libs.websoft9.com/Websoft9/logo/marketplace/tencentcloud-logo.png" + }, + "type": { + "en-US": [ + "Marketplace" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1zDq7DC177PUa1WshaIFmG", + "type": "Entry", + "createdAt": "2022-07-14T04:05:43.544Z", + "updatedAt": "2022-10-17T02:04:21.225Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2022-10-17T02:04:21.225Z", + "firstPublishedAt": "2022-07-14T04:30:31.497Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1zDq7DC177PUa1WshaIFmG" + }, + "fields": { + "title": { + "en-US": "Azure", + "zh-CN": "Azure" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/marketplace/azure-logo.png", + "zh-CN": "https://libs.websoft9.com/Websoft9/logo/marketplace/azure-logo.png" + }, + "type": { + "en-US": [ + "Marketplace" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2RC98eaOPxfO7LpfaWA74T", + "type": "Entry", + "createdAt": "2022-07-14T04:30:37.592Z", + "updatedAt": "2022-10-17T02:05:26.181Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-10-17T02:05:26.181Z", + "firstPublishedAt": "2022-07-14T04:31:18.278Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2RC98eaOPxfO7LpfaWA74T" + }, + "fields": { + "title": { + "en-US": "AWS", + "zh-CN": "AWS" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/marketplace/aws-logo.png", + "zh-CN": "https://libs.websoft9.com/Websoft9/logo/marketplace/aws-logo.png" + }, + "type": { + "en-US": [ + "Marketplace" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1bYclvYSqaexKfV6t5KiVH", + "type": "Entry", + "createdAt": "2022-07-14T06:10:06.023Z", + "updatedAt": "2022-10-19T01:18:38.360Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 20, + "publishedAt": "2022-10-19T01:18:38.360Z", + "firstPublishedAt": "2022-07-14T06:12:24.190Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 7, + "version": 21, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "marketplace" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1bYclvYSqaexKfV6t5KiVH" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "uOZ1ahNqe1lKQuyI7OOIP" + } + } + }, + "key": { + "en-US": "elmomc" + }, + "name": { + "en-US": "Elmo Motion", + "zh-CN": "埃莫运动控制技术(上海)有限公司" + }, + "description": { + "en-US": "A leading manufacturer of innovative motion control technologies", + "zh-CN": "为工业和恶劣环境的电机设计研发伺服驱动器" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Bv2WLfpxR7z6kqMVYh8cX" + } + }, + "zh-CN": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Bv2WLfpxR7z6kqMVYh8cX" + } + } + }, + "siteurl": { + "en-US": "https://www.elmomc.com", + "zh-CN": "https://www.elmomc.cn" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2NkuofCWUt1HFsA944oekB", + "type": "Entry", + "createdAt": "2022-07-14T08:19:11.857Z", + "updatedAt": "2022-10-10T06:30:18.281Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 20, + "publishedAt": "2022-10-10T06:30:18.281Z", + "firstPublishedAt": "2022-07-14T08:21:10.332Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 7, + "version": 21, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2NkuofCWUt1HFsA944oekB" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2DJ4xzZQwmbYv6D2O23Sv5" + } + }, + "zh-CN": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2DJ4xzZQwmbYv6D2O23Sv5" + } + } + }, + "slug": { + "en-US": "websoft92016yunxiclub" + }, + "title": { + "en-US": "Websoft9斩获“阿里云.2016.云合应用奖–金盾服务奖”", + "zh-CN": "Websoft9斩获“阿里云.2016.云合应用奖–金盾服务奖”" + }, + "featureImage": { + "en-US": "https://libs.websoft9.com/Websoft9/blog/zh/2021/12/2022-new-year-websoft9.png" + }, + "content": { + "en-US": "金秋10月是一个收获的季节,对于Websoft9公司也是如此。\n\n2016年10月13日-16日是一年一度的云栖大会,由阿里云&杭州政府举办的云栖大会是全球科技界的盛会,有来自全球多个国家超过5万人参加此会。大会包含云计算、人工智能、视频直播、开源、生物技术、大数据、物联网、金融等引领互联网蓬勃发展的主题。各个行业的一线实践者们分享了技术前沿、应用场景和可以落地的解决方案。\n\n![](https://libs.websoft9.com/Websoft9/mainsite/zh/2016/2016yunqidahui001.png)\n\n在13日的阿里云生态峰会上,Websoft9斩获了“阿里云.2016.云合应用奖–金盾服务奖”,此为阿里云年度的最高奖项之一,Websoft9与万国数据、用友等10个行业佼佼者共同登台,共同获得嘉奖,分享荣誉。\n\n![](https://libs.websoft9.com/Websoft9/mainsite/zh/2016/2016yunqidahui002.jpeg)\n\n图、Websoft9公司CEO Darren Chen领取奖杯(左二)\n\n能够获得年度最高荣誉,是Websoft9团队的艰苦奋斗之结果,此里程碑事件标致着我们已经为后续的发展打下了坚实的基础,表现在三个方面:\n\n第一、通过持续的创新和快速迭代,Websoft9已经成为阿里云-云市场上镜像数量最多、品类最为齐全的合作伙伴;\n\n第二、自始至终专注于“应用程序的安装和部署”,一心一意的“磨豆腐”,将Websoft9打造成为云端最擅长做软件安装和部署的公司之一\n\n第三、伴随着应用程序的不断增加(目前超过150+),Websoft9已经显现出互联网的“聚合效应”,完全以技术中立的方式帮助用户发现更好的应用。\n\n未来我们将继续加大研发和客服投入,进一步提升产品的质量,帮助客户以较低的成本用好软件。\n\n阿里云在本次大会上反复向外界展示其生态系统的力量和运作效率,无疑Websoft9作为阿里云生态的重要组成部分,伴随阿里云“出海”战略的落实,Websoft9业把业务和服务目标定位全球市场,充分利用生态效应。\n\nWebsoft9来自长沙,这是一个快速崛起的中部城市,也是一个具有良好创业环境的历史名城。Websoft9的核心团队来自华为,师承华为的“老老实实做事,以奋斗者为本”的朴实文化,把产品做好,让用户省心,是我们每天都在追求的目标。\n\n这是一个技术创新者最好的时代,Websoft9将利用一切高效的生产力工具为客户提供更好的服务!", + "zh-CN": "金秋10月是一个收获的季节,对于Websoft9公司也是如此。\n\n2016年10月13日-16日是一年一度的云栖大会,由阿里云&杭州政府举办的云栖大会是全球科技界的盛会,有来自全球多个国家超过5万人参加此会。大会包含云计算、人工智能、视频直播、开源、生物技术、大数据、物联网、金融等引领互联网蓬勃发展的主题。各个行业的一线实践者们分享了技术前沿、应用场景和可以落地的解决方案。\n\n![](https://libs.websoft9.com/Websoft9/mainsite/zh/2016/2016yunqidahui001.png)\n\n在13日的阿里云生态峰会上,Websoft9斩获了“阿里云.2016.云合应用奖–金盾服务奖”,此为阿里云年度的最高奖项之一,Websoft9与万国数据、用友等10个行业佼佼者共同登台,共同获得嘉奖,分享荣誉。\n\n![](https://libs.websoft9.com/Websoft9/mainsite/zh/2016/2016yunqidahui002.jpeg)\n\n图、Websoft9公司CEO Darren Chen领取奖杯(左二)\n\n能够获得年度最高荣誉,是Websoft9团队的艰苦奋斗之结果,此里程碑事件标致着我们已经为后续的发展打下了坚实的基础,表现在三个方面:\n\n第一、通过持续的创新和快速迭代,Websoft9已经成为阿里云-云市场上镜像数量最多、品类最为齐全的合作伙伴;\n\n第二、自始至终专注于“应用程序的安装和部署”,一心一意的“磨豆腐”,将Websoft9打造成为云端最擅长做软件安装和部署的公司之一\n\n第三、伴随着应用程序的不断增加(目前超过150+),Websoft9已经显现出互联网的“聚合效应”,完全以技术中立的方式帮助用户发现更好的应用。\n\n未来我们将继续加大研发和客服投入,进一步提升产品的质量,帮助客户以较低的成本用好软件。\n\n阿里云在本次大会上反复向外界展示其生态系统的力量和运作效率,无疑Websoft9作为阿里云生态的重要组成部分,伴随阿里云“出海”战略的落实,Websoft9业把业务和服务目标定位全球市场,充分利用生态效应。\n\nWebsoft9来自长沙,这是一个快速崛起的中部城市,也是一个具有良好创业环境的历史名城。Websoft9的核心团队来自华为,师承华为的“老老实实做事,以奋斗者为本”的朴实文化,把产品做好,让用户省心,是我们每天都在追求的目标。\n\n这是一个技术创新者最好的时代,Websoft9将利用一切高效的生产力工具为客户提供更好的服务!" + }, + "resources": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6wBYCDu8zQuZo3CxD0p8yE" + } + } + ] + }, + "time": { + "en-US": "2016-10-08T00:00+08:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "63LUFmrU2rHE5QAfqZQDoa", + "type": "Entry", + "createdAt": "2022-07-14T09:39:44.072Z", + "updatedAt": "2022-07-14T09:40:52.179Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2022-07-14T09:40:52.179Z", + "firstPublishedAt": "2022-07-14T09:40:52.179Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutContent" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/63LUFmrU2rHE5QAfqZQDoa" + }, + "fields": { + "key": { + "en-US": "blog" + }, + "title": { + "en-US": "Blog", + "zh-CN": "博客" + }, + "description": { + "zh-CN": "产品科普文章" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2DJ4xzZQwmbYv6D2O23Sv5", + "type": "Entry", + "createdAt": "2022-07-14T09:42:52.639Z", + "updatedAt": "2022-07-14T09:44:38.691Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2022-07-14T09:44:38.691Z", + "firstPublishedAt": "2022-07-14T09:43:17.556Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutContent" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2DJ4xzZQwmbYv6D2O23Sv5" + }, + "fields": { + "key": { + "en-US": "news" + }, + "title": { + "en-US": "News", + "zh-CN": "新闻" + }, + "description": { + "zh-CN": "公司新闻与媒体报道" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "13i9latjYoacUkGr62JQl4", + "type": "Entry", + "createdAt": "2022-07-14T09:45:13.309Z", + "updatedAt": "2022-07-14T09:45:58.305Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-07-14T09:45:58.305Z", + "firstPublishedAt": "2022-07-14T09:45:58.305Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutContent" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/13i9latjYoacUkGr62JQl4" + }, + "fields": { + "key": { + "en-US": "video" + }, + "title": { + "en-US": "Video", + "zh-CN": "视频" + }, + "description": { + "zh-CN": "在线视频播放" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "67uDd1E6vMF5nP8ITszMAr", + "type": "Entry", + "createdAt": "2022-07-14T09:46:12.347Z", + "updatedAt": "2022-07-14T09:46:41.734Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2022-07-14T09:46:41.734Z", + "firstPublishedAt": "2022-07-14T09:46:41.734Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutContent" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/67uDd1E6vMF5nP8ITszMAr" + }, + "fields": { + "key": { + "en-US": "infographic" + }, + "title": { + "en-US": "Infographic", + "zh-CN": "信息图" + }, + "description": { + "zh-CN": "信息图" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "46u0Hea6GslMQ56MyIpIH3", + "type": "Entry", + "createdAt": "2022-07-14T09:47:01.819Z", + "updatedAt": "2022-07-14T09:47:57.143Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2022-07-14T09:47:57.143Z", + "firstPublishedAt": "2022-07-14T09:47:57.143Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutContent" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/46u0Hea6GslMQ56MyIpIH3" + }, + "fields": { + "key": { + "en-US": "report" + }, + "title": { + "en-US": "Report", + "zh-CN": "研究报告" + }, + "description": { + "zh-CN": "产品或市场的研究报告,一般由咨询机构发布" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6kZx88OMBRAeqJdjaD2xeq", + "type": "Entry", + "createdAt": "2022-07-14T09:52:10.878Z", + "updatedAt": "2022-07-14T09:59:04.989Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2022-07-14T09:59:04.989Z", + "firstPublishedAt": "2022-07-14T09:59:04.989Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutContent" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6kZx88OMBRAeqJdjaD2xeq" + }, + "fields": { + "key": { + "en-US": "whitepaper" + }, + "title": { + "en-US": "White Paper", + "zh-CN": "产品宣传册" + }, + "description": { + "zh-CN": "适用于购买前的产品宣传册" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "yJ69F3nfkly8YxyKyQJpH", + "type": "Entry", + "createdAt": "2022-07-14T09:59:58.790Z", + "updatedAt": "2022-07-14T10:01:18.852Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2022-07-14T10:01:18.852Z", + "firstPublishedAt": "2022-07-14T10:01:18.852Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutContent" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/yJ69F3nfkly8YxyKyQJpH" + }, + "fields": { + "key": { + "en-US": "presentation " + }, + "title": { + "en-US": "Presentation ", + "zh-CN": "幻灯片" + }, + "description": { + "zh-CN": "产品幻灯片演示" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4yblBUuaT2w1f0TDBhUtCO", + "type": "Entry", + "createdAt": "2022-07-14T10:02:33.608Z", + "updatedAt": "2022-09-20T02:15:52.747Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 22, + "publishedAt": "2022-09-20T02:15:52.747Z", + "firstPublishedAt": "2022-07-14T10:04:37.020Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 3, + "version": 23, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutContent" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4yblBUuaT2w1f0TDBhUtCO" + }, + "fields": { + "key": { + "en-US": "conference" + }, + "title": { + "en-US": "Conference", + "zh-CN": "会议" + }, + "description": { + "en-US": "Worldwide conferences, meetups", + "zh-CN": "线下活动、会议与研讨" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4Bv2WLfpxR7z6kqMVYh8cX", + "type": "Entry", + "createdAt": "2022-07-15T07:10:57.865Z", + "updatedAt": "2022-11-03T09:09:31.837Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 32, + "publishedAt": "2022-11-03T09:09:31.837Z", + "firstPublishedAt": "2022-07-15T07:12:41.134Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 8, + "version": 33, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4Bv2WLfpxR7z6kqMVYh8cX" + }, + "fields": { + "title": { + "en-US": "Customer Elmo", + "zh-CN": "客户 Elmo" + }, + "slug": { + "en-US": "customer-elmo" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/customer/elmo-websoft9.png", + "zh-CN": "https://libs.websoft9.com/Websoft9/logo/customer/elmo-websoft9.png" + }, + "type": { + "en-US": [ + "Customer" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4iqB6zp9jKbFpyI5vYUBb0", + "type": "Entry", + "createdAt": "2022-07-15T07:40:29.517Z", + "updatedAt": "2022-07-15T07:42:07.998Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2022-07-15T07:42:07.998Z", + "firstPublishedAt": "2022-07-15T07:42:07.998Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutContent" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4iqB6zp9jKbFpyI5vYUBb0" + }, + "fields": { + "key": { + "en-US": "case" + }, + "title": { + "en-US": "Customer Case", + "zh-CN": "客户案例" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6L1iC7HYFCxlvPBPd9wmQS", + "type": "Entry", + "createdAt": "2022-07-15T08:48:57.131Z", + "updatedAt": "2022-07-15T08:49:52.034Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2022-07-15T08:49:52.034Z", + "firstPublishedAt": "2022-07-15T08:49:52.034Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutContent" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6L1iC7HYFCxlvPBPd9wmQS" + }, + "fields": { + "key": { + "en-US": "solution" + }, + "title": { + "en-US": "Solution", + "zh-CN": "解决方案" + }, + "description": { + "zh-CN": "针对于特定行业或特定职位(比如 CIO,CEO)进行的场景化描述" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "41ghcDDFBoq6mwGV7Ytjww", + "type": "Entry", + "createdAt": "2022-07-15T09:56:07.599Z", + "updatedAt": "2022-10-21T10:06:58.511Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 38, + "publishedAt": "2022-10-21T10:06:58.511Z", + "firstPublishedAt": "2022-07-15T09:58:29.789Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 8, + "version": 39, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "basePerson" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/41ghcDDFBoq6mwGV7Ytjww" + }, + "fields": { + "key": { + "en-US": "tracychen" + }, + "fullName": { + "en-US": "Tracy Chen", + "zh-CN": "Tracy Chen" + }, + "title": { + "en-US": "Marketing Manager", + "zh-CN": "市场经理" + }, + "pictureUrl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/person/elmo-tracy.jpg" + }, + "customer": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bYclvYSqaexKfV6t5KiVH" + } + }, + "zh-CN": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bYclvYSqaexKfV6t5KiVH" + } + } + }, + "reviews": { + "en-US": [ + "Without a professional IT team in Elmo China, the efficient operation of the content marketing business system of the marketing department is inseparable from the services of Websoft9" + ], + "zh-CN": [ + "Elmo 中国在没有专业的 IT 团队下,市场部内容营销业务系统的高效运作与 Websoft9 的服务密不可分" + ] + }, + "type": { + "en-US": "External" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "8p9Jguy5UGOSKFp3n9M1N", + "type": "Entry", + "createdAt": "2022-07-16T01:15:27.988Z", + "updatedAt": "2022-10-11T01:02:40.922Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2022-10-11T01:02:40.922Z", + "firstPublishedAt": "2022-07-16T01:18:18.041Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "price" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/8p9Jguy5UGOSKFp3n9M1N" + }, + "fields": { + "key": { + "en-US": "subcription-hour" + }, + "name": { + "en-US": "Subcription by Hour", + "zh-CN": "按小时订阅" + }, + "cycle": { + "en-US": "Hour", + "zh-CN": "小时" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2iP37wmANZSQhOsp5GCxA", + "type": "Entry", + "createdAt": "2022-07-16T01:18:25.792Z", + "updatedAt": "2022-07-16T01:20:22.290Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2022-07-16T01:20:22.290Z", + "firstPublishedAt": "2022-07-16T01:20:22.290Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "price" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2iP37wmANZSQhOsp5GCxA" + }, + "fields": { + "key": { + "en-US": "license" + }, + "name": { + "en-US": "By License", + "zh-CN": "购买版权" + }, + "description": { + "zh-CN": "一次性购买版权付费方式" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2R5PTh8eMkJkOR9GpmHNHY", + "type": "Entry", + "createdAt": "2022-07-16T01:30:54.778Z", + "updatedAt": "2025-01-03T02:58:20.015Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2025-01-03T02:58:20.015Z", + "firstPublishedAt": "2022-07-16T01:31:13.505Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "delivery" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2R5PTh8eMkJkOR9GpmHNHY" + }, + "fields": { + "key": { + "en-US": "image" + }, + "title": { + "en-US": "image", + "zh-CN": "SaaS" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6cUEG9lCrTe5oSB8uhn9ad", + "type": "Entry", + "createdAt": "2022-07-16T01:32:32.763Z", + "updatedAt": "2022-07-16T01:33:43.850Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2022-07-16T01:33:43.850Z", + "firstPublishedAt": "2022-07-16T01:33:43.850Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "delivery" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6cUEG9lCrTe5oSB8uhn9ad" + }, + "fields": { + "key": { + "en-US": "package" + }, + "title": { + "en-US": "Package", + "zh-CN": "下载包" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1onvr1dUNr2pIF1M5jXSDf", + "type": "Entry", + "createdAt": "2022-07-16T01:33:55.615Z", + "updatedAt": "2022-07-16T01:34:29.399Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2022-07-16T01:34:29.399Z", + "firstPublishedAt": "2022-07-16T01:34:29.399Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "delivery" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1onvr1dUNr2pIF1M5jXSDf" + }, + "fields": { + "key": { + "en-US": "template" + }, + "title": { + "en-US": "Solution Template", + "zh-CN": "方案编排" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6Iz0ldYRH9zGUDeExQ5UvV", + "type": "Entry", + "createdAt": "2022-07-20T00:36:08.283Z", + "updatedAt": "2022-10-17T02:05:56.835Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 15, + "publishedAt": "2022-10-17T02:05:56.835Z", + "firstPublishedAt": "2022-07-20T01:36:26.722Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 16, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6Iz0ldYRH9zGUDeExQ5UvV" + }, + "fields": { + "title": { + "en-US": "Vendor Seafile", + "zh-CN": "Vendor Seafile" + }, + "slug": { + "en-US": "vendor-seafile" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/vendor/vendor-seafile-websoft9.png", + "zh-CN": "https://libs.websoft9.com/Websoft9/logo/vendor/vendor-seafile-websoft9.png" + }, + "type": { + "en-US": [ + "Vendor" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "17S9HvzPy6gb3jSbg7vmeq", + "type": "Entry", + "createdAt": "2022-07-20T00:36:58.557Z", + "updatedAt": "2022-10-17T02:06:07.757Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 15, + "publishedAt": "2022-10-17T02:06:07.757Z", + "firstPublishedAt": "2022-07-20T01:37:46.477Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 16, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/17S9HvzPy6gb3jSbg7vmeq" + }, + "fields": { + "title": { + "en-US": "Vendor ONLYOFFICE", + "zh-CN": "Vendor ONLYOFFICE" + }, + "slug": { + "en-US": "vendor-onlyoffice" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/vendor/vendor-onlyoffice-websoft9.png", + "zh-CN": "https://libs.websoft9.com/Websoft9/logo/vendor/vendor-onlyoffice-websoft9.png" + }, + "type": { + "en-US": [ + "Vendor" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5sJuNaE83fz5VPBPuFK9JD", + "type": "Entry", + "createdAt": "2022-07-20T01:39:25.806Z", + "updatedAt": "2022-10-17T02:06:16.860Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2022-10-17T02:06:16.860Z", + "firstPublishedAt": "2022-07-20T01:45:39.133Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5sJuNaE83fz5VPBPuFK9JD" + }, + "fields": { + "title": { + "en-US": "Vendo Knowage", + "zh-CN": "Vendo Knowage" + }, + "slug": { + "en-US": "vendo-knowage" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/vendor/vendor-knowage-websoft9.png", + "zh-CN": "https://libs.websoft9.com/Websoft9/logo/vendor/vendor-knowage-websoft9.png" + }, + "type": { + "en-US": [ + "Vendor" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7zuqFuI9msaeYxDc9kE6QV", + "type": "Entry", + "createdAt": "2022-07-20T01:40:31.335Z", + "updatedAt": "2022-10-17T02:08:19.869Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 13, + "publishedAt": "2022-10-17T02:08:19.869Z", + "firstPublishedAt": "2022-07-20T01:44:42.865Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 14, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7zuqFuI9msaeYxDc9kE6QV" + }, + "fields": { + "title": { + "en-US": "Vendor Mingdao", + "zh-CN": "Vendor Mingdao" + }, + "slug": { + "en-US": "vendor-mingdao" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/vendor/vendor-mingdao-websoft9.png", + "zh-CN": "https://libs.websoft9.com/Websoft9/logo/vendor/vendor-mingdao-websoft9.png" + }, + "type": { + "en-US": [ + "Vendor" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2GiVO01ISq6LjxhqyC6jIO", + "type": "Entry", + "createdAt": "2022-08-05T03:03:30.802Z", + "updatedAt": "2024-04-18T06:27:18.653Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 91, + "publishedAt": "2024-04-18T06:27:18.653Z", + "firstPublishedAt": "2022-08-05T03:09:46.041Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 18, + "version": 92, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2GiVO01ISq6LjxhqyC6jIO" + }, + "fields": { + "type": { + "en-US": [ + "Hero" + ] + }, + "title": { + "en-US": "The Cloud Native apps for all you need, AI+", + "zh-CN": "企业云应用托管平台,多、快、好、省用软件" + }, + "slug": { + "en-US": "cloud-app-store-everything-you-need-is-here" + }, + "subTitle": { + "en-US": "200+ Open Source apps for your business, simple and fast", + "zh-CN": "我们让用户在云主机上运行企业级应用变得十分简单;预制 200+免费精品应用模板,解决您 80% 的数字化需求" + }, + "backgourdImage": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/appstore-hero-websoft9.png" + }, + "buttons": { + "en-US": [ + { + "id": "21d1f1f0-b646-42ba-bf32-a7eea603e0f9", + "key": "Try It", + "value": "/demo" + }, + { + "id": "c524f852-fde5-408a-b6ea-9d26ca57e733", + "key": "Learn More", + "value": "/features" + } + ], + "zh-CN": [ + { + "id": "5e3268a3-d22c-4f6c-8cfb-0ba190af17a2", + "key": "试用", + "value": "/demo" + }, + { + "id": "41458406-a6df-4846-9ac7-0ae9a3f1008b", + "key": "了解更多", + "value": "/features" + } + ] + }, + "inputBox": { + "en-US": [ + ] + }, + "media": { + "en-US": "https://libs.websoft9.com/Websoft9/resource/video/Websoft9-Marketplace-Userguide.mp4" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4iyOOrJUPf84CAz3i3EnTd", + "type": "Entry", + "createdAt": "2022-08-05T05:52:52.501Z", + "updatedAt": "2024-11-20T09:04:37.884Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 209, + "publishedAt": "2024-11-20T09:04:37.884Z", + "firstPublishedAt": "2022-08-05T05:54:24.012Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 26, + "version": 210, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "page" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4iyOOrJUPf84CAz3i3EnTd" + }, + "fields": { + "key": { + "en-US": "Index" + }, + "title": { + "en-US": "Cloud applications Hosting platform", + "zh-CN": "开源应用聚合与托管运维平台/服务器面板/云应用部署" + }, + "description": { + "en-US": "Websoft9 is a Cloud Application Hosting Platform that enables you to run open-source products managed by their official creators on your own cloud or on-premises infrastructure. It offers a seamless experience of deploying applications with just a few clicks.", + "zh-CN": "Websoft9(微聚云) 是一个创新的企业云应用托管平台,只需单击几下即可将您的应用程序部署到您自己的云设施中。它支持用户自己构建和部署软件,同时也预制可一键部署的模板,包含:数据分析、AI、网站、企业运营、设计创作、低代码、数据库等细分领域数百个顶尖工具。企业可以轻松选择、部署和管理所需的应用,享受无缝的技术支持,专注于业务增长。" + }, + "content": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2GiVO01ISq6LjxhqyC6jIO" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6imbnbT3vxezAn2V1ZFcPG" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4jSaZ4GELafjZviInrtOA4" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2qabfSLhXSBHD0LnAb5Ocw" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ZusM5lMK07K4b6JMw4Z9R" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2bHJxgQnsH3nmnfDio8G8y" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "457TQKooX0c9gBZRXU4Mrz" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "71snim0omvB46xLA45dn8O" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tlvj8gQXMyCd7HfEXMKUK" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1fVpxzJDZlEzdr5jhDa2pM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "41PCCmnAoSWEuCabSW5Fs9" + } + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6QQMkgwGkzG0FVbMExBym9" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1La1i50JNXmlgSg6bDraWA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3LjIu4liyzCc31WS94tJlX", + "type": "Entry", + "createdAt": "2022-08-08T03:56:40.784Z", + "updatedAt": "2022-10-11T03:24:48.051Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 40, + "publishedAt": "2022-10-11T03:24:48.051Z", + "firstPublishedAt": "2022-08-08T03:57:04.805Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 16, + "version": 41, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3LjIu4liyzCc31WS94tJlX" + }, + "fields": { + "type": { + "en-US": "MainMenu" + }, + "title": { + "en-US": "Products", + "zh-CN": "产品" + }, + "submenu": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "LHVO5z2uQhmWLey7IwjeO" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5BKBUvTDQf1ganJlpux5S8" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7soIMI3XhHK5onEqhIcsig" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1y8lv5XDNqmy1mYU6KrmF5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "cKaQ6zkSPiaIB72pKXGt2" + } + } + ] + }, + "sort": { + "en-US": 1 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "11SB6UEQOgxer284YNCebT", + "type": "Entry", + "createdAt": "2022-08-08T03:57:12.206Z", + "updatedAt": "2022-10-07T08:56:11.018Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 19, + "publishedAt": "2022-10-07T08:56:11.018Z", + "firstPublishedAt": "2022-08-08T03:57:32.377Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 9, + "version": 20, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/11SB6UEQOgxer284YNCebT" + }, + "fields": { + "type": { + "en-US": "MainMenu" + }, + "title": { + "en-US": "Pricing", + "zh-CN": "价格" + }, + "link": { + "en-US": "/pricing" + }, + "sort": { + "en-US": 2 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1VlOkONjBoWxpeWSIRWIT7", + "type": "Entry", + "createdAt": "2022-08-08T03:57:37.808Z", + "updatedAt": "2022-10-07T08:14:27.425Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 30, + "publishedAt": "2022-10-07T08:14:27.425Z", + "firstPublishedAt": "2022-08-08T03:57:55.069Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 12, + "version": 31, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1VlOkONjBoWxpeWSIRWIT7" + }, + "fields": { + "type": { + "en-US": "MainMenu" + }, + "title": { + "en-US": "Partner", + "zh-CN": "伙伴" + }, + "submenu": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48j3zLWrk0nDkimJDmEq04" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "54l4zyk5igBr8ZszcOVXrI" + } + } + ] + }, + "sort": { + "en-US": 3 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6i0WWHsac79rrgTgvXTkBb", + "type": "Entry", + "createdAt": "2022-08-08T03:58:02.079Z", + "updatedAt": "2022-10-07T08:14:47.566Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 29, + "publishedAt": "2022-10-07T08:14:47.566Z", + "firstPublishedAt": "2022-08-08T03:58:13.879Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 13, + "version": 30, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6i0WWHsac79rrgTgvXTkBb" + }, + "fields": { + "type": { + "en-US": "MainMenu" + }, + "title": { + "en-US": "Resource", + "zh-CN": "资源" + }, + "submenu": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Qu365YY3Mkodi8KIeIjYv" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "DrmUbPB9SnWNNucWcSXng" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17FPdDmJQaEOiW0ZjIZegV" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2DwGKn8iAZLBtToRRN5ovm" + } + } + ] + }, + "sort": { + "en-US": 4 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2dR0gvbi0rmNz1hs6Wj1De", + "type": "Entry", + "createdAt": "2022-08-08T06:45:18.016Z", + "updatedAt": "2022-09-21T02:01:14.425Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 13, + "publishedAt": "2022-09-21T02:01:14.425Z", + "firstPublishedAt": "2022-08-08T06:47:01.366Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 6, + "version": 14, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2dR0gvbi0rmNz1hs6Wj1De" + }, + "fields": { + "title": { + "en-US": "Features", + "zh-CN": "功能" + }, + "link": { + "en-US": "/features" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6bBHM5ahL3IZoBp5RfRk99", + "type": "Entry", + "createdAt": "2022-08-08T06:47:40.395Z", + "updatedAt": "2022-10-13T09:16:50.156Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 14, + "publishedAt": "2022-10-13T09:16:50.156Z", + "firstPublishedAt": "2022-08-08T06:47:55.006Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 5, + "version": 15, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6bBHM5ahL3IZoBp5RfRk99" + }, + "fields": { + "title": { + "en-US": "Solution", + "zh-CN": "使用场景" + }, + "link": { + "en-US": "/solutions" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1AVduVIlX0juC19hxhwKNt", + "type": "Entry", + "createdAt": "2022-08-08T06:48:20.431Z", + "updatedAt": "2022-09-19T06:45:57.809Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2022-09-19T06:45:57.809Z", + "firstPublishedAt": "2022-08-08T06:48:30.618Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 5, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1AVduVIlX0juC19hxhwKNt" + }, + "fields": { + "title": { + "en-US": "Promotion", + "zh-CN": "优惠" + }, + "link": { + "en-US": "/promotion" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4jiBcLXV9mt9ZcQ1tbBe3x", + "type": "Entry", + "createdAt": "2022-08-08T06:48:47.586Z", + "updatedAt": "2022-09-21T02:00:55.367Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2022-09-21T02:00:55.367Z", + "firstPublishedAt": "2022-08-08T06:48:55.297Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 6, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4jiBcLXV9mt9ZcQ1tbBe3x" + }, + "fields": { + "title": { + "en-US": "Open Source", + "zh-CN": "开源" + }, + "link": { + "en-US": "https://github.com/Websoft9" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5BKBUvTDQf1ganJlpux5S8", + "type": "Entry", + "createdAt": "2022-08-08T07:22:42.512Z", + "updatedAt": "2022-08-30T08:50:46.993Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 24, + "publishedAt": "2022-08-30T08:50:46.993Z", + "firstPublishedAt": "2022-08-08T07:23:48.167Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 8, + "version": 25, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5BKBUvTDQf1ganJlpux5S8" + }, + "fields": { + "title": { + "en-US": "Feature", + "zh-CN": "特征" + }, + "submenu": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2dR0gvbi0rmNz1hs6Wj1De" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1AVduVIlX0juC19hxhwKNt" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "bqm7TpWZ8lukTRf7gEqQA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4jiBcLXV9mt9ZcQ1tbBe3x" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7soIMI3XhHK5onEqhIcsig", + "type": "Entry", + "createdAt": "2022-08-08T08:29:01.180Z", + "updatedAt": "2022-10-13T06:13:59.093Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 31, + "publishedAt": "2022-10-13T06:13:59.093Z", + "firstPublishedAt": "2022-08-08T08:29:23.843Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 8, + "version": 32, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7soIMI3XhHK5onEqhIcsig" + }, + "fields": { + "title": { + "en-US": "Applications", + "zh-CN": "应用中心" + }, + "submenu": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "DEOp8ynxuO4rMELqtrNRl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1NfrwGiDkWOdDVKdmHm0e2" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1CKSYb62cU04DIkdUBDOIZ" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5iI41E1ctdn7XBuv5g1oqU" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2yvNjZNzkrBRN8ISFZTlqE" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6imbnbT3vxezAn2V1ZFcPG", + "type": "Entry", + "createdAt": "2022-08-09T05:48:44.556Z", + "updatedAt": "2022-10-12T08:39:34.065Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 40, + "publishedAt": "2022-10-12T08:39:34.065Z", + "firstPublishedAt": "2022-08-09T05:49:12.819Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 8, + "version": 41, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6imbnbT3vxezAn2V1ZFcPG" + }, + "fields": { + "type": { + "en-US": [ + "Tabs" + ] + }, + "title": { + "en-US": "GUI management", + "zh-CN": "Web 应用百宝箱" + }, + "slug": { + "en-US": "apps-lifecyle" + }, + "subTitle": { + "en-US": "可视化的应用生命周期管理,从创建到运维监控都非常简单", + "zh-CN": "可视化的应用生命周期管理,从创建到运维监控都非常简单" + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "67HnVx3n84uc5RL5Y3RaKV" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4fCQPBaSTCLGTJG0yZcH3p" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4yeuN9Eq7Pq51sqlWj9uxR" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5SeKy5Xr4AaW0wuPLB84Zk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "j5F4AVOqyfNZBnWgK3rRU" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "moUFPFKXF1k6YOLSNqGrI", + "type": "Entry", + "createdAt": "2022-08-09T05:55:02.131Z", + "updatedAt": "2022-10-07T08:36:33.248Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 21, + "publishedAt": "2022-10-07T08:36:33.248Z", + "firstPublishedAt": "2022-08-09T05:55:31.472Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 22, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/moUFPFKXF1k6YOLSNqGrI" + }, + "fields": { + "type": { + "en-US": [ + "Product" + ] + }, + "title": { + "en-US": "Private Cloud deployment", + "zh-CN": "私有云部署" + }, + "slug": { + "en-US": "private-cloud-deployment" + }, + "subtitle": { + "en-US": "对于私有云客户,甚至无网络的服务器环境,我们提供了便捷的部署手段和企业级支持计划", + "zh-CN": "对于私有云客户,甚至无网络的服务器环境,我们提供了便捷的部署手段和企业级支持计划" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/product-features-privatecloud-websoft9.jpg" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4jSaZ4GELafjZviInrtOA4", + "type": "Entry", + "createdAt": "2022-08-10T00:50:31.417Z", + "updatedAt": "2022-10-16T23:41:34.210Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 20, + "publishedAt": "2022-10-16T23:41:34.210Z", + "firstPublishedAt": "2022-08-10T00:51:03.848Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 21, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4jSaZ4GELafjZviInrtOA4" + }, + "fields": { + "type": { + "en-US": [ + "Resource Grid" + ] + }, + "title": { + "en-US": "Solution", + "zh-CN": "场景与解决方案" + }, + "slug": { + "en-US": "solution-grids" + }, + "subTitle": { + "en-US": "应用的汇聚组合满足各种场景,它产生惊人的价值,让我们从碎片化的低效率中解脱出来", + "zh-CN": "应用的汇聚组合满足各种场景,它产生惊人的价值,让我们从碎片化的低效率中解脱出来" + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7HOfYQM2U2VwxpVHBWH0Mg" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6wBYCDu8zQuZo3CxD0p8yE" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1jdzbYUKtMWSWh4u4fNeXt" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "192M1wrsCE5SrzQqeFX1BT" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2FMLKgAYKz6ZHHF6w5byS1" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52B5PbVYDmVFrql23FjlMv" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2qabfSLhXSBHD0LnAb5Ocw", + "type": "Entry", + "createdAt": "2022-08-10T00:52:47.107Z", + "updatedAt": "2022-11-03T06:19:43.820Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 26, + "publishedAt": "2022-11-03T06:19:43.820Z", + "firstPublishedAt": "2022-08-10T00:53:41.635Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 8, + "version": 27, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2qabfSLhXSBHD0LnAb5Ocw" + }, + "fields": { + "type": { + "en-US": [ + "Gallery" + ] + }, + "title": { + "en-US": "Who use it?", + "zh-CN": "谁在用?" + }, + "slug": { + "en-US": "who-use-websoft9" + }, + "subTitle": { + "en-US": "Trusted by more than 30,000 companies, including", + "zh-CN": "受到超过 30,000 家公司的信赖,其中包括" + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5EjYIldHa69DYrgzvijP3V" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2rXzhBWEvMIIjYYcugLW8O" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "513hZI9mKRgCI95Hi8Rvmo" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "KdBNDl9xR0alNP7L5E9kl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7MR3MEAh6dJkRChe4qZJqe" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3WwkNIdv51orqfOzi5YTqg" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1Lh6r6m7Wnitz5CekuaM7A" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1o6DbcGpjjvxmzul88Q7yF" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2iz862y6CFzpcMyRos9IiR" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6KAN0A1sCYbbn1LUpn2FQ7" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "LsUXAG4Ul4hN21CnC8yXA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3SjrSk160DxvHuQhHOOhjI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "AYyFN3MBXqZoLXSeVHalY" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "69qBLIStCGuSLVHtbfCHNo" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "57GpnMrhpv6tOq9VEihyWF" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3tF6ouctnTTGa8WKcfvXmD" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2lrzcORyen3ELqRKCXZtGj" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5xSbtc28H71ef9T5QTPrFO" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3VoWl3fMHPe5FIFf3P2ByN" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2uGK6jwYlSEFSblQqBm0ll" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "45mvU51hBTof58UUxexCg9" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5J2KMiB79zn0848VEUWmE6" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1m50x2fGRN2CenqmeUytUz" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bYclvYSqaexKfV6t5KiVH" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5ZusM5lMK07K4b6JMw4Z9R", + "type": "Entry", + "createdAt": "2022-08-10T01:18:06.874Z", + "updatedAt": "2022-10-17T09:34:51.124Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 15, + "publishedAt": "2022-10-17T09:34:51.124Z", + "firstPublishedAt": "2022-08-10T01:18:22.204Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 16, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5ZusM5lMK07K4b6JMw4Z9R" + }, + "fields": { + "type": { + "en-US": [ + "Feature Grid" + ] + }, + "title": { + "en-US": "Cloud-native PaaS architecture", + "zh-CN": "云原生 PaaS 架构,简约不简单" + }, + "slug": { + "en-US": "cloud-native-paas" + }, + "subTitle": { + "en-US": "Eliminate technical complexity and make customer work easier", + "zh-CN": "消除技术复杂性,让客户工作更简单" + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "EV9qXCZS0IDR8HmpQrV7S" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5TXLlDEhL1gUIeVngEBoOG" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1ZE5u9j6NeN2dxazamX3PI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4xAiS9aL4e3Ws2P2kPfO2r" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "76DJFDXDIPBxWrecrOyZXy" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "MfdpdBNc9tbwkxjlOuEh7" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "71kNpUiu74R0BJKqHBqv1z" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3C4RMXPrSHCXAzzc4MhQOO" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6tglIKMl6sPTGCk9KGXZAH" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "RP5wljcIyxlLsvmeafaTP" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2pARFDEPOkLnVBlFJIvdhS" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7gSUmRSvmDJZHtNixbTv37" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5TXLlDEhL1gUIeVngEBoOG", + "type": "Entry", + "createdAt": "2022-08-10T01:18:43.910Z", + "updatedAt": "2022-10-17T08:36:35.944Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 52, + "publishedAt": "2022-10-17T08:36:35.944Z", + "firstPublishedAt": "2022-08-10T01:21:01.479Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 11, + "version": 53, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5TXLlDEhL1gUIeVngEBoOG" + }, + "fields": { + "type": { + "en-US": [ + "PaaS", + "Product" + ] + }, + "title": { + "en-US": "One-click deployment", + "zh-CN": "一键部署" + }, + "slug": { + "en-US": "paas-deployment" + }, + "subtitle": { + "en-US": "在公有云和私有云上都可以一键部署", + "zh-CN": "在公有云和私有云上都可以一键部署" + }, + "description": { + "en-US": "不管是公有云、还是混合云,甚至是等保环境下的无网络环境,用户安装 Websoft9 平台都没有任何困难,我们提供了在线安装和离线安装两种方案,满足各种环境的需求。", + "zh-CN": "不管是公有云、还是混合云,甚至是等保环境下的无网络环境,用户安装 Websoft9 平台都没有任何困难,我们提供了在线安装和离线安装两种方案,满足各种环境的需求。" + }, + "icon": { + "en-US": "touch_app" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/product-paas-feature-oneclick-websoft9.webp" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1ZE5u9j6NeN2dxazamX3PI", + "type": "Entry", + "createdAt": "2022-08-10T06:30:43.970Z", + "updatedAt": "2022-10-17T08:37:52.677Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 28, + "publishedAt": "2022-10-17T08:37:52.677Z", + "firstPublishedAt": "2022-08-10T06:30:57.901Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 10, + "version": 29, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1ZE5u9j6NeN2dxazamX3PI" + }, + "fields": { + "type": { + "en-US": [ + "PaaS", + "Solution" + ] + }, + "title": { + "en-US": "Applications Marketplace", + "zh-CN": "预制可选应用" + }, + "slug": { + "en-US": "paas-marketplace" + }, + "subtitle": { + "en-US": "200+个优质开源应用,可随意部署", + "zh-CN": "200+个优质开源应用,可随意部署" + }, + "description": { + "en-US": "我们广泛收集企业和组织在工作过程中所需的通用化应用,覆盖企业管理、内容管理、数据分析、无代码开发、DevOps 等多个类别,200+个热门应用,满足 80% 的场景", + "zh-CN": "我们广泛收集企业和组织在工作过程中所需的通用化应用,覆盖企业管理、内容管理、数据分析、无代码开发、DevOps 等多个类别,200+个热门应用,满足 80% 的场景" + }, + "icon": { + "en-US": "add_task" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/product-features-collected-websoft9.webp" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4xAiS9aL4e3Ws2P2kPfO2r", + "type": "Entry", + "createdAt": "2022-08-10T06:31:13.065Z", + "updatedAt": "2022-10-17T08:40:59.890Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 41, + "publishedAt": "2022-10-17T08:40:59.890Z", + "firstPublishedAt": "2022-08-10T06:31:25.112Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 10, + "version": 42, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4xAiS9aL4e3Ws2P2kPfO2r" + }, + "fields": { + "type": { + "en-US": [ + "PaaS", + "Solution" + ] + }, + "title": { + "en-US": "GUI based", + "zh-CN": "可视化管理" + }, + "slug": { + "en-US": "paas-gui" + }, + "subtitle": { + "en-US": "可视化的管理面板,简化运维", + "zh-CN": "可视化的管理面板,简化运维" + }, + "description": { + "en-US": "应用的全生命周期,即启动、重启、终止、删除、配置域名都采用可视化方式,让业务部门的用户完全不需要任何 IT 支持即可轻松的使用应用。同时,内置可视化的监控工具、备份恢复系统也让运维变得简单。", + "zh-CN": "应用的全生命周期,即启动、重启、终止、删除、配置域名都采用可视化方式,让业务部门的用户完全不需要任何 IT 支持即可轻松的使用应用。同时,内置可视化的监控工具、备份恢复系统也让运维变得简单。" + }, + "icon": { + "en-US": "visibility" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/product-features-management-websoft9.webp" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "76DJFDXDIPBxWrecrOyZXy", + "type": "Entry", + "createdAt": "2022-08-10T06:31:33.387Z", + "updatedAt": "2022-10-17T07:43:30.378Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 47, + "publishedAt": "2022-10-17T07:43:30.378Z", + "firstPublishedAt": "2022-08-10T06:31:45.262Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 13, + "version": 48, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/76DJFDXDIPBxWrecrOyZXy" + }, + "fields": { + "type": { + "en-US": [ + "PaaS", + "Product" + ] + }, + "title": { + "en-US": "Automation", + "zh-CN": "自动化" + }, + "slug": { + "en-US": "paas-automation" + }, + "subtitle": { + "en-US": "从证书部署到备份,全部自动化完成", + "zh-CN": "从证书部署到备份,全部自动化完成" + }, + "description": { + "en-US": "自动化理念在 Websoft9 产品的设计与实现中全面贯彻。自动化的安装部署,让用户可以快速使用我们的产品;自动化的证书、备份、监控等功能,可以让用户从复杂的运维工作解脱出来。", + "zh-CN": "自动化理念在 Websoft9 产品的设计与实现中全面贯彻。自动化的安装部署,让用户可以快速使用我们的产品;自动化的证书、备份、监控等功能,可以让用户从复杂的运维工作解脱出来。" + }, + "icon": { + "en-US": "update" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/product-features-automation-websoft9.jpg" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "MfdpdBNc9tbwkxjlOuEh7", + "type": "Entry", + "createdAt": "2022-08-10T06:31:52.021Z", + "updatedAt": "2022-11-03T09:10:03.479Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 42, + "publishedAt": "2022-11-03T09:10:03.479Z", + "firstPublishedAt": "2022-08-10T06:32:03.878Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 11, + "version": 43, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/MfdpdBNc9tbwkxjlOuEh7" + }, + "fields": { + "type": { + "en-US": [ + "PaaS" + ] + }, + "title": { + "en-US": "Cloud Native architecture", + "zh-CN": "云原生架构" + }, + "slug": { + "en-US": "cloud-native-architecture" + }, + "subtitle": { + "en-US": "基于 Docker 的云原生架构,应用相互隔离", + "zh-CN": "基于 Docker 的云原生架构,应用相互隔离" + }, + "description": { + "en-US": "云原生技术使组织能够在公共、私有和混合云等现代动态环境中构建和运行可扩展的应用程序。Websoft9 平台以[Twelve-Factor Application](https://12factor.net/)作为设计原则,可以快速部署和扩展,并添加功能以快速响应市场变化。", + "zh-CN": "云原生技术使组织能够在公共、私有和混合云等现代动态环境中构建和运行可扩展的应用程序。Websoft9 平台以[云原生 12 要素](https://12factor.net/)作为设计原则,可以快速部署和扩展,并添加功能以快速响应市场变化。" + }, + "icon": { + "en-US": "cloud_done" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/product-paas-feature-cloudnative-websoft9.webp" + }, + "link": { + "en-US": [ + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "71kNpUiu74R0BJKqHBqv1z", + "type": "Entry", + "createdAt": "2022-08-10T06:32:11.719Z", + "updatedAt": "2022-10-17T08:55:55.550Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 40, + "publishedAt": "2022-10-17T08:55:55.550Z", + "firstPublishedAt": "2022-08-10T06:32:23.520Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 11, + "version": 41, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/71kNpUiu74R0BJKqHBqv1z" + }, + "fields": { + "type": { + "en-US": [ + "PaaS", + "Product" + ] + }, + "title": { + "en-US": "Professional support", + "zh-CN": "专业支持" + }, + "slug": { + "en-US": "professional-support" + }, + "subtitle": { + "en-US": "为企业订阅用户,提供免费的专业支持服务", + "zh-CN": "为企业订阅用户,提供免费的专业支持服务" + }, + "description": { + "en-US": "Websoft9 不仅仅给用户提供了一个云原生应用聚合与运维平台,我们也乐意为用户提供专业的技术支持和个性化定制服务,充分满足客户基于平台改善业务、提升效率的需求。", + "zh-CN": "Websoft9 不仅仅给用户提供了一个云原生应用聚合与运维平台,我们也乐意为用户提供专业的技术支持和个性化定制服务,充分满足客户基于平台改善业务、提升效率的需求。" + }, + "icon": { + "en-US": "support_agent" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/service-professional-hero-websoft9.webp" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3C4RMXPrSHCXAzzc4MhQOO", + "type": "Entry", + "createdAt": "2022-08-10T06:32:31.870Z", + "updatedAt": "2022-10-17T08:27:11.432Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 57, + "publishedAt": "2022-10-17T08:27:11.432Z", + "firstPublishedAt": "2022-08-10T06:32:42.719Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 13, + "version": 58, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3C4RMXPrSHCXAzzc4MhQOO" + }, + "fields": { + "type": { + "en-US": [ + "PaaS", + "Product" + ] + }, + "title": { + "en-US": "Customizable", + "zh-CN": "可自定义" + }, + "slug": { + "en-US": "paas-customizable" + }, + "subtitle": { + "en-US": "用户可以根据模板,自定义应用", + "zh-CN": "用户可以根据模板,自定义应用" + }, + "description": { + "en-US": "Websoft9 不仅仅支持大量已有的应用模板,同时也支持用户自行定义的云原生应用。这样可以让用户把更多个性化的应用接入到平台中,灵活满足业务部门的需求。\n\n另外,Websoft9 还提供专业支持服务,满足用户在自定义应用过程中的技术请求。", + "zh-CN": "Websoft9 不仅仅支持大量已有的应用模板,同时也支持用户自行定义的云原生应用。这样可以让用户把更多个性化的应用接入到平台中,灵活满足业务部门的需求。\n\n另外,Websoft9 还提供专业支持服务,满足用户在自定义应用过程中的技术请求。" + }, + "icon": { + "en-US": "dashboard_customize" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/product-paas-feature-customizable-websoft9.jpg" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6tglIKMl6sPTGCk9KGXZAH", + "type": "Entry", + "createdAt": "2022-08-10T06:32:49.046Z", + "updatedAt": "2022-10-17T07:50:24.609Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 36, + "publishedAt": "2022-10-17T07:50:24.609Z", + "firstPublishedAt": "2022-08-10T06:33:00.988Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 11, + "version": 37, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6tglIKMl6sPTGCk9KGXZAH" + }, + "fields": { + "type": { + "en-US": [ + "PaaS", + "Product" + ] + }, + "title": { + "en-US": "Open Source", + "zh-CN": "100% 开源" + }, + "slug": { + "en-US": "paas-opensource" + }, + "subtitle": { + "en-US": "100% 开源,由社区驱动与开发", + "zh-CN": "100% 开源,由社区驱动与开发" + }, + "description": { + "zh-CN": "Websoft9 的开源能够让项目贡献者轻松参与他们维护的产品的测试和交付方式。用户拥有源码意味着没有供应商锁定,一切尽在自己的掌握之中,无疑 Websoft9 将成为用户生态系统的重要组成部分。" + }, + "icon": { + "en-US": "lock_open" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/product-paas-feature-opensource-websoft9.webp" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "RP5wljcIyxlLsvmeafaTP", + "type": "Entry", + "createdAt": "2022-08-10T06:33:07.483Z", + "updatedAt": "2022-10-17T09:02:22.612Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 38, + "publishedAt": "2022-10-17T09:02:22.612Z", + "firstPublishedAt": "2022-08-10T06:33:18.149Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 11, + "version": 39, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/RP5wljcIyxlLsvmeafaTP" + }, + "fields": { + "type": { + "en-US": [ + "PaaS", + "Product" + ] + }, + "title": { + "en-US": "Security and compliance ", + "zh-CN": "安全合规" + }, + "slug": { + "en-US": "paas-security" + }, + "subtitle": { + "en-US": "加密证书以及公有云平台安全审核", + "zh-CN": "加密证书以及公有云平台安全审核" + }, + "description": { + "en-US": "Websoft9 提供的模板应用都是安全和合规的软件。同时,一致性、通用控制、策略自动化的合规框架可帮助您监控和保护已部署的容器化应用程序。", + "zh-CN": "Websoft9 提供的模板应用都是安全和合规的软件。同时,一致性、通用控制、策略自动化的合规框架可帮助您监控和保护已部署的容器化应用程序。" + }, + "icon": { + "en-US": "security" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/product-features-security-websoft9.webp" + }, + "link": { + "en-US": [ + { + "id": "96686d91-5cb8-40af-8a90-e7ea516d9bf8", + "key": "Learn More", + "value": "/" + } + ], + "zh-CN": [ + { + "id": "7771fb2d-8fd6-4365-93e6-1927939861ca", + "key": "获取更多", + "value": "/" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "37hbTbpX2IgMHhDNT7bQXh", + "type": "Entry", + "createdAt": "2022-08-11T07:51:19.450Z", + "updatedAt": "2023-06-06T08:17:22.024Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 167, + "publishedAt": "2023-06-06T08:17:22.024Z", + "firstPublishedAt": "2022-08-11T08:15:50.327Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 20, + "version": 168, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/37hbTbpX2IgMHhDNT7bQXh" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4iqB6zp9jKbFpyI5vYUBb0" + } + } + }, + "slug": { + "en-US": "the-professional-service-for-elmo-b2b-marketech-in-china" + }, + "title": { + "en-US": "The professional Service for Elmo B2B Marketech in China", + "zh-CN": "埃莫(中国)内容营销平台背后的本地技术支持" + }, + "featureImage": { + "en-US": "https://libs.websoft9.com/Websoft9/resource/case/elmomc-case-feature-websoft9.jpg" + }, + "description": { + "en-US": "The cooperation between Elmo and Websoft9 began with the recommendation of Alibaba Cloud. At the beginning, Elmo's business in China was growing rapidly and needed a localized website for content marketing and technical support." + }, + "content": { + "en-US": "## 客户需求\n\nElmo 作为一个全球传动器的品牌商,它的客户主要是制造企业。如大多数 B2B 企业一样,电子手册、博客、案例、白皮书等内容营销方案是其驱动业务的关键因素。\n\nElmo 总部使用 WordPress 搭建庞大复杂的内容营销系统和全球化多语言站群,而中国版本作为其站群之一,与全球版本是分开部署的,因此 Elmo(中国)团队在网站管理上面临着诸多挑战:\n\n- 本地网站的内容随时保持与英文主站点的同步,并需要人工精准翻译\n- 本地网站与 CRM 等多个系统集成,实现数据共享和流动\n- 需要实现 SEO 优化以及网站访问监控\n- 网站的访问速度不尽人意\n- 网站的故障处理效率低\n- 中国公司没有专业 IT 人员,技术上无人维护\n\n## 我们的方案\n\n在与 Elmo(中国)市场经理和其他相关团队进行充分沟通后,我们分步完成了下面的方案:\n\n- 优化云设施架构,提高计算效率,消除网络瓶颈\n- 引入自动化技术,实现自动备份和定期自动安全扫描\n- 使用云原生架构重新部署 WordPress,提高其性能\n- 全面优化 WordPress ,清除无效插件,提升网站访问速度\n- 实现网站访问监控,为网站运营提供精准数据\n- 7 × 24 小时网站高可用性维护\n- 优化网站内容发布流程,确保内容全面合规\n- 与 Elmo 的外部翻译公司协作,定期更新网站内容\n- 与 Elmo 的外部 SEO 服务公司协作,定期优化网站 SEO\n- 与 Elmo 全球技术团队保持定期的会议沟通,确保技术架构同步\n- 与 Elmo 全球市场团队保持定期的会议沟通,保障营销方案得以实施\n\n## 客户回报\n\n| 指标项 | 变化 |\n| ---------------- | ------ |\n| 云设施成本降低 | ↓ 60% |\n| 业务响应速度 | ↑ 5倍 |\n| 网站故障率 | ↓ 90% |\n| 网站 Lead 转化率 | ↑ 10倍 |\n\n## 项目故事\n\n技术供应商的选型并不是一撮而就,它必定经历曲折,最终趋向一定周期内的合理性。\n\nElmo (中国)网站管理和维护也历经曲折。\n\n#### 中国版网站首次上线\n\n2018 年初,Elmo 全球市场部完成了中国版网站的开发,准备上线以满足 Elmo (中国)的迅猛发展的业务。\n\nElmo 全球 IT 总部在 WordPress 已经有了一个多年的合作伙伴,所以由这个伙伴部署和管理中国版网站是一种看起来毫无风险的选择。\n\n接下来,全球伙伴很快在 Azure 的欧洲地域上部署了中国版网站,并通过内部的测试,成功上线。\n\n虽然全球团队对中国版网站进行了充分评估,并得到运行良好的结论。但实际上 Elmo (中国)团队以及中国客户的反馈却与全球团队大相庭径:中国版网站 40% 的时间都打不开。\n\n这是什么原因呢?如果了解全球网络设施的朋友,一定会发现有一个难点:\n\n- 网站的服务器如果放在海外,那么中国用户的访问无法得到保证\n- 网站的服务器如果放在中国,那么身在海外的维护团队的访问无法得到保证\n\n但不管怎么样,市场优先意味着用户优先,Elmo 全球 IT 总部决定将中国版网站迁移到中国的[阿里云](https://market.aliyun.com/products/53616009/cmjj010728.html)上。\n\n#### 迁移至中国\n\n迁移到中国的云平台这项工作,首先需要 Elmo (中国)团队完成准备工作:\n\n- 注册云账号,完成企业实名制认证\n- 购买合适的云资源\n- 域名备案\n\n然后,Elmo (中国)通知全球 IT 开始迁移网站。\n\n也许是使用语言问题,也许是网络问题,迁移工作进展并不顺利。一周过去了,Elmo 全球 IT 仅仅把多达 20G 的网站文件以及 2G 的数据复制到了中国的云服务器上。\n\n又过去了一周,仍然没有有效的进展。全球 IT 评估后,建议 Elmo (中国)寻找本地服务商来完成此项工作。\n\n#### 从 H 公司购买迁移服务\n\nElmo (中国)彼时的市场经理 Monica 通过云平台的**系统算法推荐**,很快与国内某云迁移服务商(简称 H 公司)建立了合作关系,购买了 H 公司的迁移服务和服务器运维服务。\n\n迁移工作看起来进展顺利,仅 2 天时间,中国版网站就上线了。\n\n本以为大功告成,可以高枕无忧。但接下来发现问题源源不断:访问速度慢、HTTPS 无法设置、20%页面乱码、网站每天都会崩溃等。\n\n问题出现是可以理解的,但令人无法理解的是,出现的问题大多数都无法得到解决。\n\n原来 H 公司虽然是不错的云技术服务提供商,但他们缺乏 WordPress 的经验,且不具备英文沟通能力。\n\n结果是:一方面 H 公司无法独立解决 WordPress 问题,另外一方面又无法有效的与 Elmo 全球 IT 保持技术同步,得不到对方的支持。\n\n不具备最关键的技术储备,出现问题无法追索源头,找不到出原因,解决问题自然受阻。\n\n由于 H 公司不够给力,Elmo (中国)团队就仍然需要与 WordPress 网站“做斗争”,面临持续的压力与身心的煎熬。\n\n#### 与 Websoft9 合作\n\nMonica 认为不能坐以待毙,她决定再次改变。这一次,她充分发挥她的坚韧与不舍的精神,以及展现了她强大的学习与洞察能力。\n\n经过充分调研和专家指导,她最终整理出网站服务合作商的必要条件,并依重要性排序:\n\n1. 熟悉环境部署(或云原生架构)\n2. 熟悉 WordPress 的技术特征与功能使用\n3. 具备全球化的运作与沟通能力\n4. 英文电话和书面交流\n5. 配置具备技术与资源协调能力的高级客服经理\n6. 熟悉云设施基础架构\n7. 可以提供 7 × 24 服务\n\n后面,Elmo 在云平台**技术专家的推荐**下,选定目标供应商。经过严格筛选,这一次,Elmo 终于与 Websoft9 走在一起。\n\n很快,Websoft9 成功团队将历史问题一一解决,并制定了服务具体的服务措施:\n\n一、及时响应服务\n\n指定专属客服经理,提供电话、工单、邮件等7*24小时服务通道,保障1小时响应速度,快速处理故障和IT需求;\n\n二、备份与恢复\n\n制定服务器级别自动备份策略,对磁盘实施快照备份,备份保存7天,关键节点手动备份,长期保存备份文件,保障当网站发生宕机时能够2小时内恢复。\n\n三、安全与高可用性\n\n1. SSH安全防护,端口隐藏,白名单等服务器安全访问控制,根据分工细化WP权限管理,保障服务器和网站数据安全\n2. 周例行服务器和WP巡检,查杀木马,升级操作系统、中间件、WP及主题、插件,防止漏洞侵入,保障100%高可用性\n\n四、用户体验与访问速度优化\n\n1. PHP/MySQL/Web server参数优化,性能调优\n2. 网站访问速度诊断、故障处理,配置缓存策略和实施CDN,优化访问速度\n3. 插件和主题安装、配置,清理,后台访问优化\n\n五、网站更新\n\n1. 数据迁移、域名更换、SSL证书配置等迁移配套服务\n2. 服务器磁盘扩容与计算资源弹性调整\n3. 指定的JS/CSS修改\n4. SEO标题、关键字和描述执行\n5. 页面修改(仅限于修改页面某个元素、字段和内容块,不参与页面设计)\n\n六、个性化技术服务\n\n将定制需求转换成可执行的方案建议(例如:连接Salesforce,拓展 post 类别,form 表单设计等)。\n\nWebsoft9 与 Elmo 合作是一段愉快之旅,我们解决了问题,并因此感到快乐!\n\n## 未来展望\n\n技术是不断进步的,客户的需求也是不断变化的。Websoft9 虽然今天能够较好的完成这项工作,但我们决不能满足于此,更加不能认为自己做的很好。\n\n云原生技术已经如火如荼,Headless 和 API 优先大行其道,我们未来能否在新技术、新架构下更好的服务 Elmo?这是我们的新的愿望。" + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2M4r6AStfMHw5Nmq5ttLO2" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1MFRpPluLtjLBL68wLe1pS" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "43qGvdCOzW1C41h03BBX9R" + } + } + ] + }, + "customers": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bYclvYSqaexKfV6t5KiVH" + } + } + ] + }, + "persons": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "41ghcDDFBoq6mwGV7Ytjww" + } + } + ] + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4OpW0KLnSSimHrDBrley8n" + } + } + ] + }, + "products": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "DEOp8ynxuO4rMELqtrNRl" + } + } + ] + }, + "resources": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6wBYCDu8zQuZo3CxD0p8yE" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7HOfYQM2U2VwxpVHBWH0Mg" + } + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3dwN8h5SUNdrngpTP9puvD" + } + } + ] + }, + "time": { + "en-US": "2022-09-06T00:00+08:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "43qGvdCOzW1C41h03BBX9R", + "type": "Entry", + "createdAt": "2022-08-11T08:27:35.967Z", + "updatedAt": "2022-10-18T08:49:07.810Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 16, + "publishedAt": "2022-10-18T08:49:07.810Z", + "firstPublishedAt": "2022-08-11T08:30:05.565Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 17, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/43qGvdCOzW1C41h03BBX9R" + }, + "fields": { + "type": { + "en-US": [ + "ROI", + "Product" + ] + }, + "title": { + "en-US": "Human resource decrease", + "zh-CN": "每年节省人力成本" + }, + "slug": { + "en-US": "human-resource-decrease" + }, + "subtitle": { + "en-US": "中小企业可以不需要专职 IT 人员", + "zh-CN": "中小企业可以不需要专职 IT 人员" + }, + "description": { + "en-US": "↓ 50%", + "zh-CN": "↓ 50%" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1MFRpPluLtjLBL68wLe1pS", + "type": "Entry", + "createdAt": "2022-08-11T08:30:27.516Z", + "updatedAt": "2022-10-18T08:48:50.274Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 16, + "publishedAt": "2022-10-18T08:48:50.274Z", + "firstPublishedAt": "2022-08-11T08:31:02.012Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 17, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1MFRpPluLtjLBL68wLe1pS" + }, + "fields": { + "type": { + "en-US": [ + "ROI", + "Product" + ] + }, + "title": { + "en-US": "Website failure rate reduced to", + "zh-CN": "网站故障率降低到" + }, + "slug": { + "en-US": "website-failure-rate-reduced-to" + }, + "subtitle": { + "en-US": "微服务架构,支持集群部署,网站故障自动切换", + "zh-CN": "微服务架构,支持集群部署,网站故障自动切换" + }, + "description": { + "en-US": "↓ 1%", + "zh-CN": "↓ 1%" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2M4r6AStfMHw5Nmq5ttLO2", + "type": "Entry", + "createdAt": "2022-08-11T08:31:11.988Z", + "updatedAt": "2022-10-18T08:48:59.438Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 28, + "publishedAt": "2022-10-18T08:48:59.438Z", + "firstPublishedAt": "2022-08-11T08:31:37.257Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 6, + "version": 29, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2M4r6AStfMHw5Nmq5ttLO2" + }, + "fields": { + "type": { + "en-US": [ + "ROI", + "Product" + ] + }, + "title": { + "en-US": "Improved business response speed", + "zh-CN": "业务响应速度提升" + }, + "slug": { + "en-US": "improved-business-response-speed" + }, + "subtitle": { + "en-US": "告别等待 IT 部门的评估和实施的被动局面,自主部署应用,快速响应需求,掌握主动权", + "zh-CN": "告别等待 IT 部门的评估和实施的被动局面,自主部署应用,快速响应需求,掌握主动权" + }, + "description": { + "en-US": "↑ 5X", + "zh-CN": "↑ 5倍" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6wBYCDu8zQuZo3CxD0p8yE", + "type": "Entry", + "createdAt": "2022-08-11T10:04:43.263Z", + "updatedAt": "2024-06-25T06:35:16.646Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 276, + "publishedAt": "2024-06-25T06:35:16.646Z", + "firstPublishedAt": "2022-08-11T10:08:18.452Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 20, + "version": 277, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6wBYCDu8zQuZo3CxD0p8yE" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6L1iC7HYFCxlvPBPd9wmQS" + } + }, + "zh-CN": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "self-directed-content-marketing" + }, + "title": { + "en-US": "B2B Content Marketing", + "zh-CN": "B2B 内容营销" + }, + "subTitle": { + "en-US": "内容营销需要数十种不同的工具,市场部只有掌握自主权,减少 IT 技术的约束,方可提升效率。Websoft9 平台可以帮助用户建立内容营销主数据,并基础数据构建有价值的内容:解决方案、案例、白皮书、博客等", + "zh-CN": "内容营销需要数十种不同的工具,市场部只有掌握自主权,减少 IT 技术的约束,方可提升效率。Websoft9 平台可以帮助用户建立内容营销主数据,并基础数据构建有价值的内容:解决方案、案例、白皮书、博客等" + }, + "featureImage": { + "en-US": "https://libs.websoft9.com/Websoft9/resource/solution/content-marketing-feature-websoft9.jpg" + }, + "description": { + "zh-CN": "B2B 企业所销售的是复杂的工业产品。工业产品是客户的供应链重要组成部分,也就意味着客户对产品的选型是非常慎重和严谨的。工业产品非常依赖科普性的内容营销资料以及信息传递方式,包括:产品列表、产品参数、使用场景、客户案例、技术博客、在线技术交流等多种载体。\n\n传统企业的做法往往依赖 IT 部门,而 IT 部门又天生缺乏业务知识,所以市场部门很难建设一个合适的内容营销平台。现在,倡导把自主权交个市场部门,实现自主内容营销的时代已经来临。\n\nB2B 的内容营销是一个有标准范式的工作,行业中一般定义它为 Martech。\n\nMartech 包括的典型场景:\n\n- 内容营销主数据:结构化的数据中台,为内容创造者所用\n- 内容创造:创作、加工和整理内容的平台\n- 内容分发:将内容发布到第三方平台上,吸引客户,导入流量\n- 客户转化分析:用户行为分析,掌握客户的喜好,促成销售线索乃至交易订单\n- 网站运营:自建的品牌与营销主阵地" + }, + "features_List": { + "en-US": [ + ], + "zh-CN": [ + { + "id": "2d1614b5-13fc-4505-b629-866e81a57caa", + "key": "text_snippet/内容营销主数据", + "value": "优质的内容需要全面的、易获取的素材,这些素材不是来源于文学作品,而是来源于业务实践的总结。因此,企业需要不断沉淀这些素材,并将其进行结构化的数据管理,为内容创造者所用" + }, + { + "id": "db3e6773-8651-44b0-bf93-b44a8ad7e7c8", + "key": "drive_file_rename_outline/内容创造", + "value": "内容创造需要一个所见即所得的写作工具,它可以方便的引用主数据,同时可以多人参与协作" + }, + { + "id": "8260c6b3-b4f3-4d70-a50a-ed6e06765e82", + "key": "polyline/内容分发", + "value": "如今的互联网是一个被割裂系统,各种不同的内容平台都有特征化的群体。企业的内容不能仅仅停留在自身的官网,而是需要主动出击,将内容发布到第三方平台上,吸引客户,导入流量" + }, + { + "id": "4dc3a9f8-a270-47d7-8789-7eab1c922cd4", + "key": "assessment/客户转化分析", + "value": "一个良好的内容访问统计工具,再加上转换交互,才可能形成销售线索乃至交易订单" + }, + { + "id": "4ea54869-2f6f-4135-92d4-eb64ddec566f", + "key": "group_add/社交媒体表现", + "value": "社交媒体是内容的重要价值传播链,它可以有思想的内容以更广泛、更深远的方式传播到世界各地。所以,我们需要拥有有效的方式管理社交媒体的表现" + }, + { + "id": "5f9c475d-98ad-4ee9-9b4a-a9885068b047", + "key": "home/网站运营", + "value": "不管我们创造的内容在第三方平台有多少用户,其实我们需要牢牢记住一条发展“自有网站才可以形成长久有效的营销的闭环”,所以企业网站的运用是营销的主阵地" + } + ] + }, + "content": { + "en-US": "我们从内容主数据、内容创作、内容展示、内容分发与推广、无代码开发等各个场景出发,精选了多种相关的工具,可以让用户快速将业务实现数字化。\n\n同时,我们提供技术支持与软件集成服务,帮助客户搭建一个全面的、自动化的内容营销平台。\n\n1. 选择工具:通过 Websoft9 控制台 \"应用商店\" 选择合适的网站工具和技术,如 [WordPress](https://www.websoft9.com/apps/wordpress), [Plausible](https://www.websoft9.com/apps/plausible), [Drupal](https://www.websoft9.com/apps/drupal) 等\n2. 建立认知:在实践中体验和测试这些工具,建立对工具的认知\n3. 准备数据:构建内容营销所需的全部数据,并以结构化的形式提供 API 服务\n4. 迭代实施:从企业官网开始,逐渐建立内容营销所需的全部工具链\n5. 关注集成:需关注系统集成和数据交换,确保解决方案能够与其他业务系统无缝对接", + "zh-CN": "我们从内容主数据、内容创作、内容展示、内容分发与推广、无代码开发等各个场景出发,精选了多种相关的工具,可以让用户快速将业务实现数字化。\n\n同时,我们提供技术支持与软件集成服务,帮助客户搭建一个全面的、自动化的内容营销平台。\n\n1. 选择工具:通过 Websoft9 控制台 \"应用商店\" 选择合适的网站工具和技术,如 [WordPress](https://www.websoft9.com/apps/wordpress), [Plausible](https://www.websoft9.com/apps/plausible), [Drupal](https://www.websoft9.com/apps/drupal) 等\n2. 建立认知:在实践中体验和测试这些工具,建立对工具的认知\n3. 准备数据:构建内容营销所需的全部数据,并以结构化的形式提供 API 服务\n4. 迭代实施:从企业官网开始,逐渐建立内容营销所需的全部工具链\n5. 关注集成:需关注系统集成和数据交换,确保解决方案能够与其他业务系统无缝对接" + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2vJpo1HfxfWhIwHrTzCKfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2egsbucdICHe16HXbXVeRf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "74MpTvnyPmj80YXfD0Qghq" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "67HnVx3n84uc5RL5Y3RaKV" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1MFRpPluLtjLBL68wLe1pS" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7gSUmRSvmDJZHtNixbTv37" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3C4RMXPrSHCXAzzc4MhQOO" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7AqYHfFbGKwe4pRPNDBwU8" + } + } + ] + }, + "customers": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bYclvYSqaexKfV6t5KiVH" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6KAN0A1sCYbbn1LUpn2FQ7" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5J2KMiB79zn0848VEUWmE6" + } + } + ] + }, + "persons": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "41ghcDDFBoq6mwGV7Ytjww" + } + } + ] + }, + "products": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "DEOp8ynxuO4rMELqtrNRl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3vDdQaaw37Be1wnTOdVdbA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "38qvHHbnN0Me2tMrguC9cj" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1Xivog4v0pFbLL9YjN9bvx" + } + } + ] + }, + "services": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6E3J9QcZTBWgEEEH5Wqa0g" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1NbJE6EuFhtauO6gderoYr" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6sxZTvIU0d7BS6GKmOhtCU" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4dKup4KPY8IrUWUAsFURjU" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2yLQzKQnbbff026cX8Mo5i" + } + } + ] + }, + "resources": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "64lZhS6eI3SkmXQ9vrLpYx" + } + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "FBjnaWTea9jWIviVI9UXN" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5WKhPDoXrkwKkJomj8jzCp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3XLYU7pPQw1tv0esOTj1Qw" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7mHuM5gWzBX7m9a2bPkzPw" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SopdyZ7PQpeUsX2MpphlH" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5FDooZSIaiBCLbfdU9uFfS" + } + } + ] + }, + "action": { + "en-US": [ + { + "id": "21d0cd2b-2699-448b-a5f7-d1ac3924e92e", + "key": "Get solution", + "value": "/" + } + ], + "zh-CN": [ + { + "id": "bf89d09c-f78f-4c36-b5c2-037c7071aee5", + "key": "体验产品", + "value": "/" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2bHJxgQnsH3nmnfDio8G8y", + "type": "Entry", + "createdAt": "2022-08-12T01:06:32.090Z", + "updatedAt": "2022-09-30T06:12:54.060Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2022-09-30T06:12:54.060Z", + "firstPublishedAt": "2022-08-12T01:06:47.356Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2bHJxgQnsH3nmnfDio8G8y" + }, + "fields": { + "type": { + "en-US": [ + "Tabs" + ] + }, + "title": { + "en-US": "Who can benefit from this?", + "zh-CN": "谁能够从中受益?" + }, + "slug": { + "en-US": "who-benefit" + }, + "subTitle": { + "en-US": "组织中的各个部门和角色,都可以从云应用商店平台中获得可见的价值", + "zh-CN": "组织中的各个部门和角色,都可以从云应用商店平台中获得可见的价值" + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3Av2BByj29NwUwL5PORa5W" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6YdGQyOdvywugFEh3ZewQr" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5xUbr8jPu03bsCjgnn3EIK" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2t62AIku3XfgjzVU11E1tu" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3Av2BByj29NwUwL5PORa5W", + "type": "Entry", + "createdAt": "2022-08-12T01:07:00.911Z", + "updatedAt": "2022-10-07T02:26:41.242Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-10-07T02:26:41.242Z", + "firstPublishedAt": "2022-08-12T01:07:45.297Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3Av2BByj29NwUwL5PORa5W" + }, + "fields": { + "type": { + "en-US": [ + "Product" + ] + }, + "title": { + "en-US": "CEO", + "zh-CN": "CEO" + }, + "slug": { + "en-US": "ceo" + }, + "subtitle": { + "en-US": "云时代的 CEO 大多承担企业架构师的角色,而应用商店的各种应用可以帮助CEO直观的了解各种技术工具", + "zh-CN": "云时代的 CEO 大多承担企业架构师的角色,而应用商店的各种应用可以帮助CEO直观的了解各种技术工具" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/userrole-ceo-websoft9.webp" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6YdGQyOdvywugFEh3ZewQr", + "type": "Entry", + "createdAt": "2022-08-12T01:08:03.901Z", + "updatedAt": "2022-10-07T02:25:42.194Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 13, + "publishedAt": "2022-10-07T02:25:42.194Z", + "firstPublishedAt": "2022-08-12T01:08:33.420Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 14, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6YdGQyOdvywugFEh3ZewQr" + }, + "fields": { + "type": { + "en-US": [ + "Product" + ] + }, + "title": { + "en-US": "Cloud Architect", + "zh-CN": "云架构师" + }, + "slug": { + "en-US": "cloud-architect" + }, + "subtitle": { + "en-US": "云架构师是辅助 CEO 进行数字化落地的重要角色,应用商店帮助云架构师快速测试不同的应用,为选型做好充分的准备", + "zh-CN": "云架构师是辅助 CEO 进行数字化落地的重要角色,应用商店帮助云架构师快速测试不同的应用,为选型做好充分的准备" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/userrole-architect-websoft9.webp" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5xUbr8jPu03bsCjgnn3EIK", + "type": "Entry", + "createdAt": "2022-08-12T01:08:43.146Z", + "updatedAt": "2022-10-07T02:28:04.632Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 13, + "publishedAt": "2022-10-07T02:28:04.632Z", + "firstPublishedAt": "2022-08-12T01:09:06.129Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 14, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5xUbr8jPu03bsCjgnn3EIK" + }, + "fields": { + "type": { + "en-US": [ + "Product" + ] + }, + "title": { + "en-US": "Marketing Manager", + "zh-CN": "营销经理" + }, + "slug": { + "en-US": "marketing-manager" + }, + "subtitle": { + "en-US": "应用商店预装市场营销所需的工具,让市场营销部门的用户完全不需要 IT 部门的支持下自主选择软件,快速展开业务", + "zh-CN": "应用商店预装市场营销所需的工具,让市场营销部门的用户完全不需要 IT 部门的支持下自主选择软件,快速展开业务" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/userrole-marketing-websoft9.webp" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2t62AIku3XfgjzVU11E1tu", + "type": "Entry", + "createdAt": "2022-08-12T01:09:15.797Z", + "updatedAt": "2022-10-07T02:29:10.487Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 13, + "publishedAt": "2022-10-07T02:29:10.487Z", + "firstPublishedAt": "2022-08-12T01:09:34.550Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 14, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2t62AIku3XfgjzVU11E1tu" + }, + "fields": { + "type": { + "en-US": [ + "Company" + ] + }, + "title": { + "en-US": "IT Team", + "zh-CN": "IT 团队" + }, + "slug": { + "en-US": "it-team" + }, + "subtitle": { + "en-US": "应用商店消除了云设施和运维的复杂性,让 IT 团队更好的理解业务,支持业务部门", + "zh-CN": "应用商店消除了云设施和运维的复杂性,让 IT 团队更好的理解业务,支持业务部门" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/userrole-cio-websoft9.webp" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "457TQKooX0c9gBZRXU4Mrz", + "type": "Entry", + "createdAt": "2022-08-12T07:01:31.271Z", + "updatedAt": "2022-10-07T02:47:43.904Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 14, + "publishedAt": "2022-10-07T02:47:43.904Z", + "firstPublishedAt": "2022-08-12T07:01:46.258Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 15, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/457TQKooX0c9gBZRXU4Mrz" + }, + "fields": { + "type": { + "en-US": [ + "Text Grid" + ] + }, + "title": { + "en-US": "Cost reduction and efficiency increase", + "zh-CN": "降本增效,看得见" + }, + "slug": { + "en-US": "cost-roi" + }, + "subTitle": { + "en-US": "切换到企业应用商店,效率提升立即可见", + "zh-CN": "切换到企业应用商店,效率提升立即可见" + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4OYqOkeWFc5EyLcuQrsK2F" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2V1yY6EIw063L71KLuEA34" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7IScircq1c10Z2MrtoxMtV" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2M4r6AStfMHw5Nmq5ttLO2" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1MFRpPluLtjLBL68wLe1pS" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "43qGvdCOzW1C41h03BBX9R" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4OYqOkeWFc5EyLcuQrsK2F", + "type": "Entry", + "createdAt": "2022-08-12T07:02:00.494Z", + "updatedAt": "2022-10-18T08:49:14.656Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 19, + "publishedAt": "2022-10-18T08:49:14.656Z", + "firstPublishedAt": "2022-08-12T07:03:33.299Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 6, + "version": 20, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4OYqOkeWFc5EyLcuQrsK2F" + }, + "fields": { + "type": { + "en-US": [ + "ROI", + "Product" + ] + }, + "title": { + "en-US": "Cloud Costs", + "zh-CN": "云资源消耗成本" + }, + "slug": { + "en-US": "cloud-cost" + }, + "subtitle": { + "en-US": "云应用商店让一台服务器可以运行多个应用,应用之间相互隔离,互不干扰,实现云资源的共享", + "zh-CN": "云应用商店让一台服务器可以运行多个应用,应用之间相互隔离,互不干扰,实现云资源的共享" + }, + "description": { + "en-US": "↓ 80%", + "zh-CN": "↓ 80%" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2V1yY6EIw063L71KLuEA34", + "type": "Entry", + "createdAt": "2022-08-12T07:03:43.469Z", + "updatedAt": "2022-10-19T01:02:04.962Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 20, + "publishedAt": "2022-10-19T01:02:04.962Z", + "firstPublishedAt": "2022-08-12T07:03:59.949Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 6, + "version": 21, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2V1yY6EIw063L71KLuEA34" + }, + "fields": { + "type": { + "en-US": [ + "ROI", + "Product" + ] + }, + "title": { + "en-US": "Business running speed", + "zh-CN": "业务上线速度" + }, + "slug": { + "en-US": "business-running-speed" + }, + "subtitle": { + "en-US": "精品应用大大节省了企业选型的时间,易部署的特征降低了上线时间,效率得到质的提升", + "zh-CN": "精品应用大大节省了企业选型的时间,易部署的特征降低了上线时间,效率得到质的提升" + }, + "description": { + "en-US": "↑ 20X", + "zh-CN": "↑ 20倍" + }, + "icon": { + "en-US": "start" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7IScircq1c10Z2MrtoxMtV", + "type": "Entry", + "createdAt": "2022-08-12T07:04:07.953Z", + "updatedAt": "2022-10-18T08:49:21.419Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 15, + "publishedAt": "2022-10-18T08:49:21.419Z", + "firstPublishedAt": "2022-08-12T07:04:24.075Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 5, + "version": 16, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7IScircq1c10Z2MrtoxMtV" + }, + "fields": { + "type": { + "en-US": [ + "ROI", + "Product" + ] + }, + "title": { + "en-US": "Maintenance costs", + "zh-CN": "维护成本" + }, + "slug": { + "en-US": "maintenance-costs" + }, + "subtitle": { + "en-US": "应用商店也是一个 PaaS 平台,它集成了自动化、备份、监控、日志分析等多种运维能力", + "zh-CN": "应用商店也是一个 PaaS 平台,它集成了自动化、备份、监控、日志分析等多种运维能力" + }, + "description": { + "en-US": "↓ 90%", + "zh-CN": "↓ 90%" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "71snim0omvB46xLA45dn8O", + "type": "Entry", + "createdAt": "2022-08-13T00:14:19.360Z", + "updatedAt": "2022-10-25T07:59:41.263Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 26, + "publishedAt": "2022-10-25T07:59:41.263Z", + "firstPublishedAt": "2022-08-13T00:17:29.749Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 6, + "version": 27, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/71snim0omvB46xLA45dn8O" + }, + "fields": { + "type": { + "en-US": [ + "Testimonial" + ] + }, + "title": { + "en-US": "Customer Testimonial", + "zh-CN": "客户评价" + }, + "slug": { + "en-US": "customer-testimonial" + }, + "subTitle": { + "en-US": "Why these customer like Websoft9", + "zh-CN": "客户为什么喜欢 Websoft9" + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "41ghcDDFBoq6mwGV7Ytjww" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ly36k3iNKUt2uaitgaKm8" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6EgsvA8wZUKYJEwhphIiqh" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1tlvj8gQXMyCd7HfEXMKUK", + "type": "Entry", + "createdAt": "2022-08-13T00:18:44.360Z", + "updatedAt": "2022-11-01T01:05:52.035Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 31, + "publishedAt": "2022-11-01T01:05:52.035Z", + "firstPublishedAt": "2022-08-13T00:19:00.711Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 7, + "version": 32, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1tlvj8gQXMyCd7HfEXMKUK" + }, + "fields": { + "type": { + "en-US": [ + "Resource Grid" + ] + }, + "title": { + "en-US": "Resource and Study", + "zh-CN": "资源和学习" + }, + "slug": { + "en-US": "resource-study" + }, + "subTitle": { + "en-US": "通过案例、博客、白皮书了解我们的最新动态", + "zh-CN": "通过案例、博客、白皮书了解我们的最新动态" + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6aBpdDRflMdoEXkieZLysH" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2SrGmCariGkmnZ0MIjyHSk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2NowqQ4uK76shvfmg9bvl7" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7yeiTDftOGTbqT6LueLQXB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "29fxzKEp0RVsaZ4ZRqEgCq" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6Wg4L16cNLQ4zEF45zHi0m" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1fVpxzJDZlEzdr5jhDa2pM", + "type": "Entry", + "createdAt": "2022-08-13T02:34:47.642Z", + "updatedAt": "2022-09-30T06:15:32.669Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2022-09-30T06:15:32.669Z", + "firstPublishedAt": "2022-08-13T02:35:01.031Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1fVpxzJDZlEzdr5jhDa2pM" + }, + "fields": { + "type": { + "en-US": [ + "Gallery" + ] + }, + "title": { + "en-US": "Cloud Platform Partner", + "zh-CN": "云合作伙伴" + }, + "slug": { + "en-US": "cloud-partner" + }, + "subTitle": { + "en-US": "You can subscribe our product by majoy Cloud Platform", + "zh-CN": "在主流的云平台上可以很方便的订阅我们的产品" + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "76cuCOUWPpetvxJrLzH9H4" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "AJ1Fw8DEmjBjFw4h2cBxo" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6mGl0MMZDjyKwNywAvFzg8" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5VLZPD1hawGE3gL5sZfm2F" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1S7V0M2lY712MXPOkJCqLN" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "41PCCmnAoSWEuCabSW5Fs9", + "type": "Entry", + "createdAt": "2022-08-13T06:11:09.058Z", + "updatedAt": "2024-03-28T05:36:12.856Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 25, + "publishedAt": "2024-03-28T05:36:12.856Z", + "firstPublishedAt": "2022-08-13T06:12:00.689Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 5, + "version": 26, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/41PCCmnAoSWEuCabSW5Fs9" + }, + "fields": { + "type": { + "en-US": [ + "CTA" + ] + }, + "title": { + "en-US": "Get started", + "zh-CN": "开始使用 Websoft9" + }, + "slug": { + "en-US": "get-started" + }, + "subTitle": { + "en-US": "立即部署 Websoft9 应用商店,体验软件即服务带来的便利吧", + "zh-CN": "立即部署 Websoft9 应用商店,体验软件即服务带来的便利吧" + }, + "buttons": { + "en-US": [ + { + "id": "d282cb37-6ffd-4784-bba8-124209dbaf9b", + "key": "Try it free", + "value": "/demo" + }, + { + "id": "2f7e258e-1718-472f-8d90-1e5421deb7eb", + "key": "Contact us", + "value": "/contact-us" + } + ], + "zh-CN": [ + { + "id": "d5f5bac6-8533-4886-9c18-c867ff299520", + "key": "免费试用", + "value": "/demo" + }, + { + "id": "8b7f3c53-2c6e-4e0a-9994-23785a9f36f3", + "key": "联系我们", + "value": "/contact-us" + } + ] + }, + "inputBox": { + "zh-CN": [ + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "DrmUbPB9SnWNNucWcSXng", + "type": "Entry", + "createdAt": "2022-08-15T01:13:30.559Z", + "updatedAt": "2022-10-13T08:51:53.948Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 15, + "publishedAt": "2022-10-13T08:51:53.948Z", + "firstPublishedAt": "2022-08-15T01:14:23.315Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 6, + "version": 16, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/DrmUbPB9SnWNNucWcSXng" + }, + "fields": { + "title": { + "en-US": "Documentation and Support", + "zh-CN": "文档与支持" + }, + "submenu": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "46rxORTWwz5iZHBUx1OUEG" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "bqm7TpWZ8lukTRf7gEqQA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52lgPFx1hwrnX3Kg1FZVNs" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7CAq8wHySnlghvgOAXqWNW" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "90j2zdGmcoYhhjWrXT4E3" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48eVzTKQByPfSftXegBLX3" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6VFBiOo4Ba1m6s99FI71EF" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "17FPdDmJQaEOiW0ZjIZegV", + "type": "Entry", + "createdAt": "2022-08-15T01:14:32.123Z", + "updatedAt": "2022-09-20T01:09:30.610Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 13, + "publishedAt": "2022-09-20T01:09:30.610Z", + "firstPublishedAt": "2022-08-15T01:14:40.607Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 6, + "version": 14, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/17FPdDmJQaEOiW0ZjIZegV" + }, + "fields": { + "title": { + "en-US": "Learn", + "zh-CN": "学习" + }, + "submenu": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "38VI3Qh7tyige717QLgyIo" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7BfgTTrBjfxfsanOPGxNyI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3klmc6zIdyRrhmYJaAIFfa" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3L5eQ0oUl0HyXZgbBWTaNT" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "f8MCdKFbgvftppwPq4oqx" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3qtzzLrBpClbnKziccnG7R" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6LBQpYd4LsRmwo9DphUMDa" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2DwGKn8iAZLBtToRRN5ovm", + "type": "Entry", + "createdAt": "2022-08-15T01:14:47.411Z", + "updatedAt": "2022-08-30T08:54:54.235Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2022-08-30T08:54:54.235Z", + "firstPublishedAt": "2022-08-15T01:14:56.134Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 3, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2DwGKn8iAZLBtToRRN5ovm" + }, + "fields": { + "title": { + "en-US": "Company", + "zh-CN": "公司" + }, + "link": { + "en-US": "/" + }, + "submenu": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "GoDg2lbQaQTICGLXYtFZa" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2FDjMYVPRfHsHtjjZWibdn" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2r9CVhqzVrDCtd3NEu4z7v" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "CwuXTNjCEfJV0LNfeAoyX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1NrJsGOETBBmMpIDs02YiG" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6ucQXmLAA3mn6HPQXlZpU1" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Q8AjnrMOi6PTCxwa1JjVw" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "46rxORTWwz5iZHBUx1OUEG", + "type": "Entry", + "createdAt": "2022-08-15T01:16:03.373Z", + "updatedAt": "2022-09-21T02:28:12.125Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 14, + "publishedAt": "2022-09-21T02:28:12.125Z", + "firstPublishedAt": "2022-08-15T01:16:24.553Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 6, + "version": 15, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/46rxORTWwz5iZHBUx1OUEG" + }, + "fields": { + "title": { + "en-US": "Customer Service", + "zh-CN": "联系客服" + }, + "link": { + "en-US": "http://support.websoft9.com/docs/helpdesk#contact" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "bqm7TpWZ8lukTRf7gEqQA", + "type": "Entry", + "createdAt": "2022-08-15T01:16:30.091Z", + "updatedAt": "2022-10-24T08:22:06.073Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 19, + "publishedAt": "2022-10-24T08:22:06.073Z", + "firstPublishedAt": "2022-08-15T01:16:41.351Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 8, + "version": 20, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/bqm7TpWZ8lukTRf7gEqQA" + }, + "fields": { + "title": { + "en-US": "Docs", + "zh-CN": "文档" + }, + "link": { + "en-US": "https://support.websoft9.com/en/docs/", + "zh-CN": "https://support.websoft9.com/docs/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "52lgPFx1hwrnX3Kg1FZVNs", + "type": "Entry", + "createdAt": "2022-08-15T01:16:48.261Z", + "updatedAt": "2023-01-30T01:17:11.121Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2023-01-30T01:17:11.121Z", + "firstPublishedAt": "2022-08-15T01:17:32.098Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 3, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/52lgPFx1hwrnX3Kg1FZVNs" + }, + "fields": { + "title": { + "en-US": "7×24 Tickets", + "zh-CN": "7×24 工单" + }, + "link": { + "en-US": "/ticket", + "zh-CN": "/ticket" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7CAq8wHySnlghvgOAXqWNW", + "type": "Entry", + "createdAt": "2022-08-15T01:17:40.147Z", + "updatedAt": "2023-01-30T01:16:52.479Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2023-01-30T01:16:52.479Z", + "firstPublishedAt": "2022-08-15T01:18:01.279Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 3, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7CAq8wHySnlghvgOAXqWNW" + }, + "fields": { + "title": { + "en-US": "Invoice", + "zh-CN": "开具发票" + }, + "link": { + "en-US": "/invoice", + "zh-CN": "/invoice" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "90j2zdGmcoYhhjWrXT4E3", + "type": "Entry", + "createdAt": "2022-08-15T01:18:08.005Z", + "updatedAt": "2022-09-21T02:27:08.311Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2022-09-21T02:27:08.311Z", + "firstPublishedAt": "2022-08-15T01:18:19.888Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 3, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/90j2zdGmcoYhhjWrXT4E3" + }, + "fields": { + "title": { + "en-US": "FAQ", + "zh-CN": "常见问题" + }, + "link": { + "en-US": "/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "48eVzTKQByPfSftXegBLX3", + "type": "Entry", + "createdAt": "2022-08-15T01:18:25.860Z", + "updatedAt": "2022-09-17T08:12:42.512Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2022-09-17T08:12:42.512Z", + "firstPublishedAt": "2022-08-15T01:18:39.634Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 3, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/48eVzTKQByPfSftXegBLX3" + }, + "fields": { + "title": { + "en-US": "Services", + "zh-CN": "专业服务" + }, + "link": { + "en-US": "/services" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "38VI3Qh7tyige717QLgyIo", + "type": "Entry", + "createdAt": "2022-08-15T01:19:32.806Z", + "updatedAt": "2022-09-19T01:09:11.545Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2022-09-19T01:09:11.545Z", + "firstPublishedAt": "2022-08-15T01:19:43.804Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 3, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/38VI3Qh7tyige717QLgyIo" + }, + "fields": { + "title": { + "en-US": "Blog", + "zh-CN": "博客" + }, + "link": { + "en-US": "/blog" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7BfgTTrBjfxfsanOPGxNyI", + "type": "Entry", + "createdAt": "2022-08-15T01:19:49.275Z", + "updatedAt": "2022-09-19T01:10:42.925Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2022-09-19T01:10:42.925Z", + "firstPublishedAt": "2022-08-15T01:19:59.625Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 3, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7BfgTTrBjfxfsanOPGxNyI" + }, + "fields": { + "title": { + "en-US": "Case", + "zh-CN": "客户案例" + }, + "link": { + "en-US": "/case" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3klmc6zIdyRrhmYJaAIFfa", + "type": "Entry", + "createdAt": "2022-08-15T01:20:06.749Z", + "updatedAt": "2022-09-20T02:20:08.596Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2022-09-20T02:20:08.596Z", + "firstPublishedAt": "2022-08-15T01:20:18.060Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 2, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3klmc6zIdyRrhmYJaAIFfa" + }, + "fields": { + "title": { + "en-US": "Videos", + "zh-CN": "视频学习" + }, + "link": { + "en-US": "/video" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3L5eQ0oUl0HyXZgbBWTaNT", + "type": "Entry", + "createdAt": "2022-08-15T01:20:22.873Z", + "updatedAt": "2022-09-20T02:18:26.476Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-09-20T02:18:26.476Z", + "firstPublishedAt": "2022-08-15T01:20:34.300Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3L5eQ0oUl0HyXZgbBWTaNT" + }, + "fields": { + "title": { + "en-US": "Webinar", + "zh-CN": "直播" + }, + "link": { + "en-US": "/webinar" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "f8MCdKFbgvftppwPq4oqx", + "type": "Entry", + "createdAt": "2022-08-15T01:20:39.872Z", + "updatedAt": "2022-09-21T01:59:10.082Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-09-21T01:59:10.082Z", + "firstPublishedAt": "2022-08-15T01:20:50.197Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/f8MCdKFbgvftppwPq4oqx" + }, + "fields": { + "title": { + "en-US": "Download", + "zh-CN": "资料下载" + }, + "link": { + "en-US": "/download" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3qtzzLrBpClbnKziccnG7R", + "type": "Entry", + "createdAt": "2022-08-15T01:20:56.306Z", + "updatedAt": "2022-09-20T01:10:35.025Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2022-09-20T01:10:35.025Z", + "firstPublishedAt": "2022-08-15T01:21:06.999Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 3, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3qtzzLrBpClbnKziccnG7R" + }, + "fields": { + "title": { + "en-US": "Tools", + "zh-CN": "小工具" + }, + "link": { + "en-US": "https://support.websoft9.com/docs/tools" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6VFBiOo4Ba1m6s99FI71EF", + "type": "Entry", + "createdAt": "2022-08-15T01:21:13.763Z", + "updatedAt": "2022-09-20T00:55:44.561Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2022-09-20T00:55:44.561Z", + "firstPublishedAt": "2022-08-15T01:21:23.848Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 3, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6VFBiOo4Ba1m6s99FI71EF" + }, + "fields": { + "title": { + "en-US": "Community", + "zh-CN": "用户社区" + }, + "link": { + "en-US": "http://community.websoft9.com/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "GoDg2lbQaQTICGLXYtFZa", + "type": "Entry", + "createdAt": "2022-08-15T01:22:09.065Z", + "updatedAt": "2022-09-17T03:48:13.196Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-09-17T03:48:13.196Z", + "firstPublishedAt": "2022-08-15T01:22:18.843Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/GoDg2lbQaQTICGLXYtFZa" + }, + "fields": { + "title": { + "en-US": "About Us", + "zh-CN": "关于" + }, + "link": { + "en-US": "/about-us" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2FDjMYVPRfHsHtjjZWibdn", + "type": "Entry", + "createdAt": "2022-08-15T01:22:23.717Z", + "updatedAt": "2022-09-19T01:09:40.612Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2022-09-19T01:09:40.612Z", + "firstPublishedAt": "2022-08-15T01:22:33.615Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 3, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2FDjMYVPRfHsHtjjZWibdn" + }, + "fields": { + "title": { + "en-US": "News", + "zh-CN": "新闻" + }, + "link": { + "en-US": "/news" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2r9CVhqzVrDCtd3NEu4z7v", + "type": "Entry", + "createdAt": "2022-08-15T01:22:39.637Z", + "updatedAt": "2022-09-20T02:19:21.859Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2022-09-20T02:19:21.859Z", + "firstPublishedAt": "2022-08-15T01:22:48.109Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 3, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2r9CVhqzVrDCtd3NEu4z7v" + }, + "fields": { + "title": { + "en-US": "Conferences", + "zh-CN": "会议" + }, + "link": { + "en-US": "/conference" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "CwuXTNjCEfJV0LNfeAoyX", + "type": "Entry", + "createdAt": "2022-08-15T01:22:54.289Z", + "updatedAt": "2022-09-17T03:49:03.562Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2022-09-17T03:49:03.562Z", + "firstPublishedAt": "2022-08-15T01:23:04.419Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 2, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/CwuXTNjCEfJV0LNfeAoyX" + }, + "fields": { + "title": { + "en-US": "Careers", + "zh-CN": "招聘" + }, + "link": { + "en-US": "/careers" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1NrJsGOETBBmMpIDs02YiG", + "type": "Entry", + "createdAt": "2022-08-15T01:23:10.112Z", + "updatedAt": "2022-09-17T03:54:40.814Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2022-09-17T03:54:40.814Z", + "firstPublishedAt": "2022-08-15T01:23:20.530Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 3, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1NrJsGOETBBmMpIDs02YiG" + }, + "fields": { + "title": { + "en-US": "Legal", + "zh-CN": "合规" + }, + "link": { + "en-US": "https://support.websoft9.com/docs/legal" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6ucQXmLAA3mn6HPQXlZpU1", + "type": "Entry", + "createdAt": "2022-08-15T01:23:26.366Z", + "updatedAt": "2022-09-17T03:55:03.875Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2022-09-17T03:55:03.875Z", + "firstPublishedAt": "2022-08-15T01:23:37.536Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 3, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6ucQXmLAA3mn6HPQXlZpU1" + }, + "fields": { + "title": { + "en-US": "Responsibility", + "zh-CN": "社会责任" + }, + "link": { + "en-US": "https://support.websoft9.com/docs/legal/responsibility" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4Q8AjnrMOi6PTCxwa1JjVw", + "type": "Entry", + "createdAt": "2022-08-15T01:23:43.998Z", + "updatedAt": "2022-10-07T08:30:02.213Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 14, + "publishedAt": "2022-10-07T08:30:02.213Z", + "firstPublishedAt": "2022-08-15T01:23:53.877Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 6, + "version": 15, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4Q8AjnrMOi6PTCxwa1JjVw" + }, + "fields": { + "title": { + "en-US": "Contact", + "zh-CN": "联系我们" + }, + "link": { + "en-US": "/contact-us" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "HmzZpOt4UxXsir3aHx5y1", + "type": "Entry", + "createdAt": "2022-08-15T01:35:17.816Z", + "updatedAt": "2022-10-12T08:31:00.093Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 21, + "publishedAt": "2022-10-12T08:31:00.093Z", + "firstPublishedAt": "2022-08-15T01:36:01.386Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 9, + "version": 22, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "page" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/HmzZpOt4UxXsir3aHx5y1" + }, + "fields": { + "key": { + "en-US": "Pricing" + }, + "title": { + "en-US": "Pricing", + "zh-CN": "价格" + }, + "content": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6v7bkQg1TNPnKjswr1m5fP" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "64aGAIo0983lmYS7HVMYFP" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "41PCCmnAoSWEuCabSW5Fs9" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6v7bkQg1TNPnKjswr1m5fP", + "type": "Entry", + "createdAt": "2022-08-15T01:36:47.825Z", + "updatedAt": "2022-10-12T08:26:03.005Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 32, + "publishedAt": "2022-10-12T08:26:03.005Z", + "firstPublishedAt": "2022-08-15T01:37:07.895Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 9, + "version": 33, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6v7bkQg1TNPnKjswr1m5fP" + }, + "fields": { + "type": { + "en-US": [ + "Pricing" + ] + }, + "title": { + "en-US": "Pricing Table", + "zh-CN": "价格表" + }, + "slug": { + "en-US": "pricing-grid" + }, + "subTitle": { + "en-US": "On-demand subscriptions help you maximize cost savings while giving you access to enterprise-grade support.", + "zh-CN": "按需订阅,最大程度帮您节省费用,同时让您获得企业级支持服务。" + }, + "buttons": { + "en-US": [ + { + "id": "382a6467-c155-4faf-b563-e8cc32bd1341", + "key": "Per Month", + "value": "" + }, + { + "id": "bc539c4c-00f2-467d-8a4d-c0aa77455cd8", + "key": "Per Year", + "value": "" + } + ], + "zh-CN": [ + { + "id": "ebd10a97-0386-4c52-8eee-2a1750f5dc31", + "key": "按月", + "value": "" + }, + { + "id": "d6aa4fed-cccb-4238-9f2d-51ef3be90850", + "key": "按年", + "value": "" + } + ] + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5xbLkLFSw5yInmQKf2Jq5C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6nAn4d2dCkSehdysgnAcJH" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2sqZlosRIw69CYHDlkqMYd" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5xbLkLFSw5yInmQKf2Jq5C", + "type": "Entry", + "createdAt": "2022-08-15T02:31:01.052Z", + "updatedAt": "2024-04-29T03:23:20.128Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 55, + "publishedAt": "2024-04-29T03:23:20.128Z", + "firstPublishedAt": "2022-08-15T02:33:18.406Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 13, + "version": 56, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5xbLkLFSw5yInmQKf2Jq5C" + }, + "fields": { + "type": { + "en-US": [ + "Pricing" + ] + }, + "title": { + "en-US": "Free", + "zh-CN": "免费版" + }, + "slug": { + "en-US": "pricing-free" + }, + "buttons": { + "en-US": [ + { + "id": "a4aeaa4f-746b-4783-a635-e10b4dc2d215", + "key": "monthly", + "value": "$0" + }, + { + "id": "bd8d7390-6938-4847-8cc7-86f64258b8e2", + "key": "yearly", + "value": "$0" + } + ], + "zh-CN": [ + { + "id": "c1466a7a-96a6-4344-9c1d-ae5c6066226d", + "key": "monthly", + "value": "¥0" + }, + { + "id": "13febe63-5988-4449-b5ea-216a87e72ca1", + "key": "yearly", + "value": "¥0" + } + ] + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "210r2KIE4lDXTzh1qqBm0f" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "68t54do41Fzs7L6SRYWrbg" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3MCZBJcymMHAoajbpmXTm1" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1aWo8zbNTVfkv6iyBzvops" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5nJxxbsWOXRr2lykecjuUj" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6yYMD1IVAbX8CdaRtQY5Hr" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1ndChKlfwKklBSRNsI5lhw" + } + } + ] + }, + "link": { + "en-US": [ + { + "id": "47b210e5-382b-45d8-95fa-328be3925ecd", + "key": "Free use", + "value": "/demo" + } + ], + "zh-CN": [ + { + "id": "fbc3b0be-d967-44a0-8370-7f3713444d7f", + "key": "免费使用", + "value": "/demo" + } + ] + }, + "media": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/pricing-grid-free-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6nAn4d2dCkSehdysgnAcJH", + "type": "Entry", + "createdAt": "2022-08-15T02:33:24.985Z", + "updatedAt": "2024-04-29T03:23:42.254Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 62, + "publishedAt": "2024-04-29T03:23:42.254Z", + "firstPublishedAt": "2022-08-15T02:34:04.624Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 13, + "version": 63, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6nAn4d2dCkSehdysgnAcJH" + }, + "fields": { + "type": { + "en-US": [ + "Pricing" + ] + }, + "title": { + "en-US": "Starter", + "zh-CN": "入门版" + }, + "slug": { + "en-US": "pricing-starter" + }, + "subTitle": { + "en-US": "true", + "zh-CN": "true" + }, + "buttons": { + "en-US": [ + { + "id": "d826ac82-c6de-4a35-9e02-046ade5afd74", + "key": "monthly", + "value": "$3" + }, + { + "id": "ebc368e0-69f3-4950-bc3a-742cd0f18831", + "key": "yearly", + "value": "$35" + } + ], + "zh-CN": [ + { + "id": "6c822e15-34ba-44be-b6b4-86a12223255a", + "key": "monthly", + "value": "¥19" + }, + { + "id": "fd16196c-80f9-4c54-9501-4ec16f86df4d", + "key": "yearly", + "value": "¥199" + } + ] + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "pdwSf5oUqj1MkuPBoWHMQ" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "68t54do41Fzs7L6SRYWrbg" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7aAPnGi6tJU3somyw3q5lV" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6v14wm1RInIl9h30tEeTfj" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7zsadW9nHhWzBu65mfejBG" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5CQ8yFQsZgjte3tImUPtTs" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1Jnh4pUqbuhZDDaYdjBVAU" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5CTssKrPcW9bKkhVoeCwfb" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4f9AnsXiupQhjHtErdbZnE" + } + } + ] + }, + "link": { + "en-US": [ + { + "id": "ee997f9d-6ed5-47b3-a747-4d6d37ce7d4f", + "key": "Try it", + "value": "/demo" + } + ], + "zh-CN": [ + { + "id": "744b6c45-72b8-4e6c-9f2d-652f7f37b271", + "key": "立即试用", + "value": "/demo" + } + ] + }, + "media": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/pricing-grid-standard-websoft9.webp" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2sqZlosRIw69CYHDlkqMYd", + "type": "Entry", + "createdAt": "2022-08-15T02:34:26.360Z", + "updatedAt": "2024-04-29T03:23:53.029Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 56, + "publishedAt": "2024-04-29T03:23:53.029Z", + "firstPublishedAt": "2022-08-15T02:34:45.441Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 13, + "version": 57, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2sqZlosRIw69CYHDlkqMYd" + }, + "fields": { + "type": { + "en-US": [ + "Pricing" + ] + }, + "title": { + "en-US": "Standard", + "zh-CN": "标准版" + }, + "slug": { + "en-US": "pricing-standard" + }, + "buttons": { + "en-US": [ + { + "id": "57bbb8ee-32ee-447d-a3c2-0132e420bb2e", + "key": "monthly", + "value": "$15" + }, + { + "id": "2011a7cd-ca32-450b-aa64-d23f72725bf6", + "key": "yearly", + "value": "$175" + } + ], + "zh-CN": [ + { + "id": "897810e5-d6d2-467b-9284-6f72d99f8c72", + "key": "monthly", + "value": "¥99" + }, + { + "id": "e1f083bb-9d09-47ac-960c-03ca02a7c35f", + "key": "yearly", + "value": "¥999" + } + ] + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "354nBMlEB9bvcvtXnZPnKW" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SZKK5ubwMkh6Nd9STdptW" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5uga0PxU0sDktoyo0B4r2N" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7kfFnaQ2jE82oVdpw6B8gG" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "F55cSv3FdykIxVoq4SO2G" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2ZQ8FUF9Adl67gTZoG3K7k" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "56qE0oRsMq5i4YAVnt4m8K" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4gdq320tBvOpqzWhvEg2Ot" + } + } + ] + }, + "link": { + "en-US": [ + { + "id": "e9d89680-c2dd-4070-851f-9ebcd9c3c9c9", + "key": "Try it", + "value": "/demo" + } + ], + "zh-CN": [ + { + "id": "3e8265f3-0bda-41fd-8102-35eea7e4f387", + "key": "立即使用", + "value": "/demo" + } + ] + }, + "media": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/pricing-grid-pro-websoft9.webp" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "210r2KIE4lDXTzh1qqBm0f", + "type": "Entry", + "createdAt": "2022-08-15T02:36:53.008Z", + "updatedAt": "2022-10-13T00:02:39.705Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 14, + "publishedAt": "2022-10-13T00:02:39.705Z", + "firstPublishedAt": "2022-08-15T02:37:07.387Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 15, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/210r2KIE4lDXTzh1qqBm0f" + }, + "fields": { + "type": { + "en-US": [ + "Pricing" + ] + }, + "title": { + "en-US": "Open source", + "zh-CN": "100% 开源" + }, + "slug": { + "en-US": "pricing-item-opensource" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "68t54do41Fzs7L6SRYWrbg", + "type": "Entry", + "createdAt": "2022-08-15T02:37:19.440Z", + "updatedAt": "2024-04-28T23:24:52.746Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 16, + "publishedAt": "2024-04-28T23:24:52.746Z", + "firstPublishedAt": "2022-08-15T02:37:26.099Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 17, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/68t54do41Fzs7L6SRYWrbg" + }, + "fields": { + "type": { + "en-US": [ + "Pricing" + ] + }, + "title": { + "en-US": "1 user", + "zh-CN": "1 个用户" + }, + "slug": { + "en-US": "one-user" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1aWo8zbNTVfkv6iyBzvops", + "type": "Entry", + "createdAt": "2022-08-15T02:37:32.628Z", + "updatedAt": "2022-10-13T00:00:29.792Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2022-10-13T00:00:29.792Z", + "firstPublishedAt": "2022-08-15T02:37:38.071Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1aWo8zbNTVfkv6iyBzvops" + }, + "fields": { + "type": { + "en-US": [ + "Pricing" + ] + }, + "title": { + "en-US": "All docs", + "zh-CN": "所有文档" + }, + "slug": { + "en-US": "pricing-item-free-docs" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5nJxxbsWOXRr2lykecjuUj", + "type": "Entry", + "createdAt": "2022-08-15T02:37:43.775Z", + "updatedAt": "2022-10-12T23:45:56.219Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2022-10-12T23:45:56.219Z", + "firstPublishedAt": "2022-08-15T02:37:47.865Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5nJxxbsWOXRr2lykecjuUj" + }, + "fields": { + "type": { + "en-US": [ + "Pricing" + ] + }, + "title": { + "en-US": "Community", + "zh-CN": "开源社区" + }, + "slug": { + "en-US": "pricing-item-community" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6yYMD1IVAbX8CdaRtQY5Hr", + "type": "Entry", + "createdAt": "2022-08-15T02:37:53.445Z", + "updatedAt": "2022-10-12T23:48:27.299Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2022-10-12T23:48:27.299Z", + "firstPublishedAt": "2022-08-15T02:37:58.875Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6yYMD1IVAbX8CdaRtQY5Hr" + }, + "fields": { + "type": { + "en-US": [ + "Pricing" + ] + }, + "title": { + "en-US": "Submit issue by Github", + "zh-CN": "通过 Github 提交故障" + }, + "slug": { + "en-US": "pricing-item-github" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1ndChKlfwKklBSRNsI5lhw", + "type": "Entry", + "createdAt": "2022-08-15T02:38:05.345Z", + "updatedAt": "2022-10-12T23:46:47.960Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-10-12T23:46:47.960Z", + "firstPublishedAt": "2022-08-15T02:38:11.077Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1ndChKlfwKklBSRNsI5lhw" + }, + "fields": { + "type": { + "en-US": [ + "Pricing" + ] + }, + "title": { + "en-US": "Paid for Support", + "zh-CN": "可付费获得支持" + }, + "slug": { + "en-US": "pricing-item-payforsupport" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "pdwSf5oUqj1MkuPBoWHMQ", + "type": "Entry", + "createdAt": "2022-08-15T02:38:20.360Z", + "updatedAt": "2022-10-12T23:49:52.787Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 15, + "publishedAt": "2022-10-12T23:49:52.787Z", + "firstPublishedAt": "2022-08-15T02:38:27.089Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 16, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/pdwSf5oUqj1MkuPBoWHMQ" + }, + "fields": { + "type": { + "en-US": [ + "Pricing" + ] + }, + "title": { + "en-US": "【Free Edition】+", + "zh-CN": "【免费版】所有功能 +" + }, + "slug": { + "en-US": "pricing-item-includefree" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6v14wm1RInIl9h30tEeTfj", + "type": "Entry", + "createdAt": "2022-08-15T02:38:33.264Z", + "updatedAt": "2022-10-12T23:51:03.375Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 14, + "publishedAt": "2022-10-12T23:51:03.375Z", + "firstPublishedAt": "2022-08-15T02:38:37.927Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 15, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6v14wm1RInIl9h30tEeTfj" + }, + "fields": { + "type": { + "en-US": [ + "Pricing" + ] + }, + "title": { + "en-US": "Can cancel the subscription any time", + "zh-CN": "订阅收费,随时取消" + }, + "slug": { + "en-US": "pricing-item-cancel-subscription" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7zsadW9nHhWzBu65mfejBG", + "type": "Entry", + "createdAt": "2022-08-15T02:38:44.404Z", + "updatedAt": "2022-10-12T23:51:43.375Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2022-10-12T23:51:43.375Z", + "firstPublishedAt": "2022-08-15T02:38:50.397Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7zsadW9nHhWzBu65mfejBG" + }, + "fields": { + "type": { + "en-US": [ + "Pricing" + ] + }, + "title": { + "en-US": "7×24 support by Ticket or Email", + "zh-CN": "7×24 工单、邮件支持" + }, + "slug": { + "en-US": "pricing-item-7and24" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5CQ8yFQsZgjte3tImUPtTs", + "type": "Entry", + "createdAt": "2022-08-15T02:38:56.430Z", + "updatedAt": "2022-10-12T23:52:18.584Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-10-12T23:52:18.584Z", + "firstPublishedAt": "2022-08-15T02:39:01.853Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5CQ8yFQsZgjte3tImUPtTs" + }, + "fields": { + "type": { + "en-US": [ + "Pricing" + ] + }, + "title": { + "en-US": "7×8 support by phone", + "zh-CN": "7×8 电话客服" + }, + "slug": { + "en-US": "pricing-item-phone" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6SZKK5ubwMkh6Nd9STdptW", + "type": "Entry", + "createdAt": "2022-08-15T02:39:11.736Z", + "updatedAt": "2022-10-12T23:53:14.686Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2022-10-12T23:53:14.686Z", + "firstPublishedAt": "2022-08-15T02:39:17.598Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6SZKK5ubwMkh6Nd9STdptW" + }, + "fields": { + "type": { + "en-US": [ + "Pricing" + ] + }, + "title": { + "en-US": "5×8 online chat", + "zh-CN": "5×8 在线聊天客服" + }, + "slug": { + "en-US": "pricing-item-chat" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1Jnh4pUqbuhZDDaYdjBVAU", + "type": "Entry", + "createdAt": "2022-08-15T02:39:24.875Z", + "updatedAt": "2022-10-12T23:54:32.581Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2022-10-12T23:54:32.581Z", + "firstPublishedAt": "2022-08-15T02:39:30.691Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1Jnh4pUqbuhZDDaYdjBVAU" + }, + "fields": { + "type": { + "en-US": [ + "Pricing" + ] + }, + "title": { + "en-US": "Technology consultant", + "zh-CN": "技术咨询建议" + }, + "slug": { + "en-US": "pricing-item-consultant" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5CTssKrPcW9bKkhVoeCwfb", + "type": "Entry", + "createdAt": "2022-08-15T02:39:37.431Z", + "updatedAt": "2024-04-28T23:42:39.754Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 20, + "publishedAt": "2024-04-28T23:42:39.754Z", + "firstPublishedAt": "2022-08-15T02:39:42.420Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 6, + "version": 21, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5CTssKrPcW9bKkhVoeCwfb" + }, + "fields": { + "type": { + "en-US": [ + "Pricing" + ] + }, + "title": { + "en-US": "Standard Free support", + "zh-CN": "产品技术支持" + }, + "slug": { + "en-US": "pricing-item-support" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4f9AnsXiupQhjHtErdbZnE", + "type": "Entry", + "createdAt": "2022-08-15T02:39:48.158Z", + "updatedAt": "2022-10-12T23:56:59.312Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 15, + "publishedAt": "2022-10-12T23:56:59.312Z", + "firstPublishedAt": "2022-08-15T02:39:53.089Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 16, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4f9AnsXiupQhjHtErdbZnE" + }, + "fields": { + "type": { + "en-US": [ + "Pricing" + ] + }, + "title": { + "en-US": "Create VIP support records", + "zh-CN": "建立专属客服记录" + }, + "slug": { + "en-US": "pricing-item-vip" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "354nBMlEB9bvcvtXnZPnKW", + "type": "Entry", + "createdAt": "2022-08-15T02:39:59.048Z", + "updatedAt": "2024-04-28T23:39:35.713Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 13, + "publishedAt": "2024-04-28T23:39:35.713Z", + "firstPublishedAt": "2022-08-15T02:40:04.246Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 14, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/354nBMlEB9bvcvtXnZPnKW" + }, + "fields": { + "type": { + "en-US": [ + "Pricing" + ] + }, + "title": { + "en-US": "【Starter Edtion】 +", + "zh-CN": "【入门版】所有功能 +" + }, + "slug": { + "en-US": "pricing-item-starter-add" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5uga0PxU0sDktoyo0B4r2N", + "type": "Entry", + "createdAt": "2022-08-15T02:40:10.584Z", + "updatedAt": "2022-10-12T23:58:19.483Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2022-10-12T23:58:19.483Z", + "firstPublishedAt": "2022-08-15T02:40:15.382Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5uga0PxU0sDktoyo0B4r2N" + }, + "fields": { + "type": { + "en-US": [ + "Pricing" + ] + }, + "title": { + "en-US": "One-on-one customer service manager", + "zh-CN": "一对一客服经理" + }, + "slug": { + "en-US": "pricing-item-server-manager" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7kfFnaQ2jE82oVdpw6B8gG", + "type": "Entry", + "createdAt": "2022-08-15T02:40:22.052Z", + "updatedAt": "2022-10-12T23:59:14.833Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2022-10-12T23:59:14.833Z", + "firstPublishedAt": "2022-08-15T02:40:27.032Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7kfFnaQ2jE82oVdpw6B8gG" + }, + "fields": { + "type": { + "en-US": [ + "Pricing" + ] + }, + "title": { + "en-US": "Support for configuration", + "zh-CN": "技术配置支持与指导" + }, + "slug": { + "en-US": "pricing-item-configuration" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "F55cSv3FdykIxVoq4SO2G", + "type": "Entry", + "createdAt": "2022-08-15T02:40:32.701Z", + "updatedAt": "2022-10-12T23:59:49.358Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2022-10-12T23:59:49.358Z", + "firstPublishedAt": "2022-08-15T02:40:37.392Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/F55cSv3FdykIxVoq4SO2G" + }, + "fields": { + "type": { + "en-US": [ + "Pricing" + ] + }, + "title": { + "en-US": "Backup and upgrade support", + "zh-CN": "备份与升级指导" + }, + "slug": { + "en-US": "pricing-item-upgrade" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2ZQ8FUF9Adl67gTZoG3K7k", + "type": "Entry", + "createdAt": "2022-08-15T02:40:43.288Z", + "updatedAt": "2022-10-13T00:01:04.821Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2022-10-13T00:01:04.821Z", + "firstPublishedAt": "2022-08-15T02:40:49.531Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2ZQ8FUF9Adl67gTZoG3K7k" + }, + "fields": { + "type": { + "en-US": [ + "Pricing" + ] + }, + "title": { + "en-US": "High availability guidance", + "zh-CN": "高可用性指导" + }, + "slug": { + "en-US": "pricing-item-ha" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "56qE0oRsMq5i4YAVnt4m8K", + "type": "Entry", + "createdAt": "2022-08-15T02:40:55.484Z", + "updatedAt": "2022-10-13T00:01:50.427Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2022-10-13T00:01:50.427Z", + "firstPublishedAt": "2022-08-15T02:41:00.902Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/56qE0oRsMq5i4YAVnt4m8K" + }, + "fields": { + "type": { + "en-US": [ + "Pricing" + ] + }, + "title": { + "en-US": "Cloud security guidance", + "zh-CN": "云安全指导" + }, + "slug": { + "en-US": "pricing-item-security" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "cKaQ6zkSPiaIB72pKXGt2", + "type": "Entry", + "createdAt": "2022-08-16T02:09:51.352Z", + "updatedAt": "2022-10-07T09:35:16.704Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 24, + "publishedAt": "2022-10-07T09:35:16.704Z", + "firstPublishedAt": "2022-08-16T02:10:11.895Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 9, + "version": 25, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/cKaQ6zkSPiaIB72pKXGt2" + }, + "fields": { + "title": { + "en-US": "Solutions", + "zh-CN": "解决方案" + }, + "submenu": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7HOfYQM2U2VwxpVHBWH0Mg" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2FMLKgAYKz6ZHHF6w5byS1" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6wBYCDu8zQuZo3CxD0p8yE" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "192M1wrsCE5SrzQqeFX1BT" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Pcafipfr1i9e0kxvdhz8j" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "VM7CauBkRYBWY5lUcxaAj", + "type": "Entry", + "createdAt": "2022-08-16T02:55:01.776Z", + "updatedAt": "2022-09-19T04:11:14.971Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2022-09-19T04:11:14.971Z", + "firstPublishedAt": "2022-08-16T02:55:14.799Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 2, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/VM7CauBkRYBWY5lUcxaAj" + }, + "fields": { + "title": { + "en-US": "Overview", + "zh-CN": "概述" + }, + "link": { + "en-US": "/partner" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6wVQijczBXaLhQtKlmja3", + "type": "Entry", + "createdAt": "2022-08-16T02:55:21.636Z", + "updatedAt": "2022-09-19T05:56:39.588Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-09-19T05:56:39.588Z", + "firstPublishedAt": "2022-08-16T02:55:33.942Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 3, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6wVQijczBXaLhQtKlmja3" + }, + "fields": { + "title": { + "en-US": "Partners List", + "zh-CN": "伙伴名录" + }, + "link": { + "en-US": "/partner-list" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1K5GEDL41mKZLGlfqz8iwS", + "type": "Entry", + "createdAt": "2022-08-16T02:55:41.062Z", + "updatedAt": "2022-09-19T03:58:03.805Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2022-09-19T03:58:03.805Z", + "firstPublishedAt": "2022-08-16T02:56:53.104Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 2, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1K5GEDL41mKZLGlfqz8iwS" + }, + "fields": { + "title": { + "en-US": "Become Partner", + "zh-CN": "成为伙伴" + }, + "link": { + "en-US": "/become-partner" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2AOsKOSGcJW7jkz2eS7Yp", + "type": "Entry", + "createdAt": "2022-08-16T02:57:01.956Z", + "updatedAt": "2022-09-19T04:14:12.415Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2022-09-19T04:14:12.415Z", + "firstPublishedAt": "2022-08-16T02:57:08.542Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 4, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2AOsKOSGcJW7jkz2eS7Yp" + }, + "fields": { + "title": { + "en-US": "Partner Portal", + "zh-CN": "伙伴门户" + }, + "link": { + "en-US": "http://partner.websoft9.com/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2AYaVnkR24elEXBY0phK7h", + "type": "Entry", + "createdAt": "2022-08-16T02:57:39.494Z", + "updatedAt": "2022-10-24T08:40:36.355Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 14, + "publishedAt": "2022-10-24T08:40:36.355Z", + "firstPublishedAt": "2022-08-16T02:57:57.140Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 5, + "version": 15, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2AYaVnkR24elEXBY0phK7h" + }, + "fields": { + "title": { + "en-US": "Support", + "zh-CN": "支持" + }, + "link": { + "en-US": "https://support.websoft9.com/en/docs/helpdesk", + "zh-CN": "https://support.websoft9.com/docs/helpdesk" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2IlFKlN6x55dRq87QWzcKv", + "type": "Entry", + "createdAt": "2022-08-16T03:45:15.262Z", + "updatedAt": "2022-10-13T08:46:50.295Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 25, + "publishedAt": "2022-10-13T08:46:50.295Z", + "firstPublishedAt": "2022-08-16T03:47:51.120Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 6, + "version": 26, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2IlFKlN6x55dRq87QWzcKv" + }, + "fields": { + "title": { + "en-US": "Platform", + "zh-CN": "产品平台" + }, + "link": { + "en-US": "/app-center" + }, + "submenu": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6due58Vh6kPbn9fjPqs2hh" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6bBHM5ahL3IZoBp5RfRk99" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "11SB6UEQOgxer284YNCebT" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1AVduVIlX0juC19hxhwKNt" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "62AsVWlbk5ScvdE7WCmk8J" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "jK5sceOMiqKQoA4Vr45Fh" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2rfITLxpXeACXaPu036JmQ", + "type": "Entry", + "createdAt": "2022-08-16T03:47:58.490Z", + "updatedAt": "2022-10-13T08:53:42.106Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 17, + "publishedAt": "2022-10-13T08:53:42.106Z", + "firstPublishedAt": "2022-08-16T03:49:47.369Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 18, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2rfITLxpXeACXaPu036JmQ" + }, + "fields": { + "title": { + "en-US": "Support", + "zh-CN": "支持" + }, + "submenu": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3COKRTV4sHGcYCnErWvaN0" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "bqm7TpWZ8lukTRf7gEqQA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "90j2zdGmcoYhhjWrXT4E3" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52lgPFx1hwrnX3Kg1FZVNs" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2im30rNU4I0czrdTR8OOJe" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7CAq8wHySnlghvgOAXqWNW" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4jiBcLXV9mt9ZcQ1tbBe3x" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5U2D4Gpb3eN7WYMuldYwB3", + "type": "Entry", + "createdAt": "2022-08-16T03:50:06.521Z", + "updatedAt": "2022-10-13T08:17:15.298Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2022-10-13T08:17:15.298Z", + "firstPublishedAt": "2022-08-16T03:51:07.135Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5U2D4Gpb3eN7WYMuldYwB3" + }, + "fields": { + "title": { + "en-US": "Company", + "zh-CN": "公司" + }, + "submenu": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "GoDg2lbQaQTICGLXYtFZa" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "CwuXTNjCEfJV0LNfeAoyX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2FDjMYVPRfHsHtjjZWibdn" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2r9CVhqzVrDCtd3NEu4z7v" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6ucQXmLAA3mn6HPQXlZpU1" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Q8AjnrMOi6PTCxwa1JjVw" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1cYCs1C2U68OeZ6BYcNWxj", + "type": "Entry", + "createdAt": "2022-08-16T03:51:19.751Z", + "updatedAt": "2022-10-13T09:18:42.583Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 21, + "publishedAt": "2022-10-13T09:18:42.583Z", + "firstPublishedAt": "2022-08-16T03:52:34.453Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 22, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1cYCs1C2U68OeZ6BYcNWxj" + }, + "fields": { + "title": { + "en-US": "Resource", + "zh-CN": "资源" + }, + "submenu": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "38VI3Qh7tyige717QLgyIo" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7BfgTTrBjfxfsanOPGxNyI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6bBHM5ahL3IZoBp5RfRk99" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3klmc6zIdyRrhmYJaAIFfa" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "f8MCdKFbgvftppwPq4oqx" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3qtzzLrBpClbnKziccnG7R" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "54l4zyk5igBr8ZszcOVXrI", + "type": "Entry", + "createdAt": "2022-08-17T02:32:40.951Z", + "updatedAt": "2024-03-28T10:11:04.663Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2024-03-28T10:11:04.663Z", + "firstPublishedAt": "2022-08-17T02:33:28.818Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/54l4zyk5igBr8ZszcOVXrI" + }, + "fields": { + "title": { + "en-US": "Partner", + "zh-CN": "合作伙伴" + }, + "submenu": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VM7CauBkRYBWY5lUcxaAj" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6wVQijczBXaLhQtKlmja3" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1K5GEDL41mKZLGlfqz8iwS" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7JtTtZs7903VxsRDUBEedb", + "type": "Entry", + "createdAt": "2022-08-17T03:51:35.284Z", + "updatedAt": "2022-08-17T07:59:06.886Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2022-08-17T07:59:06.886Z", + "firstPublishedAt": "2022-08-17T03:53:25.137Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 3, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7JtTtZs7903VxsRDUBEedb" + }, + "fields": { + "type": { + "en-US": "BottomMenu" + }, + "title": { + "zh-CN": "底部菜单" + }, + "submenu": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2IlFKlN6x55dRq87QWzcKv" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2rfITLxpXeACXaPu036JmQ" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5U2D4Gpb3eN7WYMuldYwB3" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cYCs1C2U68OeZ6BYcNWxj" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "56JJvj3gJLG8TBIPPIQ95k", + "type": "Entry", + "createdAt": "2022-08-17T07:59:18.113Z", + "updatedAt": "2022-08-17T08:09:47.298Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2022-08-17T08:09:47.298Z", + "firstPublishedAt": "2022-08-17T07:59:56.216Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 3, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/56JJvj3gJLG8TBIPPIQ95k" + }, + "fields": { + "type": { + "en-US": "FooterMenu" + }, + "title": { + "zh-CN": "页脚菜单" + }, + "submenu": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "AsO9j0MBGeYdXZEIJXVuM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6DQ1x3ATonBRK523TeZwRl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "0S1RI7lwa9jR7agScx2S0" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "50dMznHQ4jogwYbX0yrxw8" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3O7lZTXL4mEPiPfJUrSeKG" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "AsO9j0MBGeYdXZEIJXVuM", + "type": "Entry", + "createdAt": "2022-08-17T08:00:25.183Z", + "updatedAt": "2022-10-13T08:05:00.884Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-10-13T08:05:00.884Z", + "firstPublishedAt": "2022-08-17T08:00:46.319Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/AsO9j0MBGeYdXZEIJXVuM" + }, + "fields": { + "title": { + "en-US": "Privacy", + "zh-CN": "隐私" + }, + "link": { + "en-US": "https://support.websoft9.com/docs/legal/privacy" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6DQ1x3ATonBRK523TeZwRl", + "type": "Entry", + "createdAt": "2022-08-17T08:00:53.092Z", + "updatedAt": "2022-10-13T08:05:44.106Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2022-10-13T08:05:44.106Z", + "firstPublishedAt": "2022-08-17T08:01:02.434Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6DQ1x3ATonBRK523TeZwRl" + }, + "fields": { + "title": { + "en-US": "Trademark", + "zh-CN": "商标" + }, + "link": { + "en-US": "https://support.websoft9.com/docs/legal/trademark" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "0S1RI7lwa9jR7agScx2S0", + "type": "Entry", + "createdAt": "2022-08-17T08:01:08.963Z", + "updatedAt": "2022-10-13T08:07:21.203Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2022-10-13T08:07:21.203Z", + "firstPublishedAt": "2022-08-17T08:01:19.491Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/0S1RI7lwa9jR7agScx2S0" + }, + "fields": { + "title": { + "en-US": "EULA", + "zh-CN": "用户许可" + }, + "link": { + "en-US": "https://support.websoft9.com/docs/legal/eula" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "50dMznHQ4jogwYbX0yrxw8", + "type": "Entry", + "createdAt": "2022-08-17T08:01:26.855Z", + "updatedAt": "2022-10-13T08:11:34.745Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2022-10-13T08:11:34.745Z", + "firstPublishedAt": "2022-08-17T08:01:58.019Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/50dMznHQ4jogwYbX0yrxw8" + }, + "fields": { + "title": { + "en-US": "Terms of Use", + "zh-CN": "使用条款" + }, + "link": { + "en-US": "https://support.websoft9.com/docs/legal/tc" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3O7lZTXL4mEPiPfJUrSeKG", + "type": "Entry", + "createdAt": "2022-08-17T08:09:15.804Z", + "updatedAt": "2022-10-13T08:10:55.423Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-10-13T08:10:55.423Z", + "firstPublishedAt": "2022-08-17T08:09:23.262Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3O7lZTXL4mEPiPfJUrSeKG" + }, + "fields": { + "title": { + "en-US": "Cookie Preferences", + "zh-CN": "Cookie Preferences" + }, + "link": { + "en-US": "https://support.websoft9.com/en/docs/legal/privacy" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "LHVO5z2uQhmWLey7IwjeO", + "type": "Entry", + "createdAt": "2022-08-18T02:46:38.995Z", + "updatedAt": "2023-01-03T03:48:36.202Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 44, + "publishedAt": "2023-01-03T03:48:36.202Z", + "firstPublishedAt": "2022-08-18T02:48:56.085Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 4, + "version": 45, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/LHVO5z2uQhmWLey7IwjeO" + }, + "fields": { + "type": { + "en-US": [ + "Menu" + ] + }, + "title": { + "en-US": "Start to use Websoft9", + "zh-CN": "开始使用Websoft9" + }, + "slug": { + "en-US": "menu-feature-tryfree" + }, + "subtitle": { + "en-US": "一旦您部署 Websoft9 云应用商店之后,便开启了整个云原生世界,享受云技术带来的效率变革", + "zh-CN": "一旦您部署 Websoft9 云应用商店之后,便开启了整个云原生世界,享受云技术带来的效率变革" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/menu-block-feature-tryfree-websoft9.jpeg" + }, + "link": { + "en-US": [ + { + "id": "d17b9f3e-d5de-440d-bae7-162c30463e1b", + "key": "Try it free", + "value": "/apps" + } + ], + "zh-CN": [ + { + "id": "1c4d80c7-5ba4-43d6-b63c-7c9a9935e7fa", + "key": "免费试用", + "value": "/apps" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2Qu365YY3Mkodi8KIeIjYv", + "type": "Entry", + "createdAt": "2022-08-18T02:50:57.726Z", + "updatedAt": "2022-10-25T06:46:45.021Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 24, + "publishedAt": "2022-10-25T06:46:45.021Z", + "firstPublishedAt": "2022-08-18T02:52:27.047Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 5, + "version": 25, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2Qu365YY3Mkodi8KIeIjYv" + }, + "fields": { + "type": { + "en-US": [ + "Menu" + ] + }, + "title": { + "en-US": "Resource Center", + "zh-CN": "资源中心" + }, + "slug": { + "en-US": "resource-center" + }, + "subtitle": { + "en-US": "阅读解决方案、案例、博客、白皮书等,可以更好的了解我们产品和服务的应用范围", + "zh-CN": "阅读解决方案、案例、博客、白皮书等,可以更好的了解我们产品和服务的应用范围" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/menu-block-feature-resources-websoft9.jpeg" + }, + "link": { + "en-US": [ + { + "id": "6212c1ee-cb0c-4dc3-bb52-f88ecc986064", + "key": "Read it", + "value": "/resources" + } + ], + "zh-CN": [ + { + "id": "2991fd49-177c-4b27-b2ad-87a5b5023afb", + "key": "立即阅读", + "value": "/resources" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "48j3zLWrk0nDkimJDmEq04", + "type": "Entry", + "createdAt": "2022-08-18T02:52:42.512Z", + "updatedAt": "2022-10-11T09:06:53.480Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 48, + "publishedAt": "2022-10-11T09:06:53.480Z", + "firstPublishedAt": "2022-08-18T02:54:36.098Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 49, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/48j3zLWrk0nDkimJDmEq04" + }, + "fields": { + "type": { + "en-US": [ + "Menu" + ] + }, + "title": { + "en-US": "Partner Program", + "zh-CN": "合作伙伴计划" + }, + "slug": { + "en-US": "menu-block-partner" + }, + "subtitle": { + "en-US": "合作伙伴网络是 Websoft9 业务的战略组成部分,我们坚信只有与合作伙伴联合,才能更好的服务客户", + "zh-CN": "合作伙伴网络是 Websoft9 业务的战略组成部分,我们坚信只有与合作伙伴联合,才能更好的服务客户" + }, + "description": { + "en-US": "与合作伙伴分享技术资源、销售线索和运营经验,是我们一直遵循的运营之道。\n\n如果您的业务如下,那么您非常合适成为我们的合作伙伴:\n\n- 公有云平台\n- 独立软件商\n- 系统集成商\n- 数字化咨询商\n- 综合云服务商", + "zh-CN": "与合作伙伴分享技术资源、销售线索和运营经验,是我们一直遵循的运营之道。\n\n如果您的业务如下,那么您非常合适成为我们的合作伙伴:\n\n- 公有云平台\n- 独立软件商\n- 系统集成商\n- 数字化咨询商\n- 综合云服务商" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/partner-hero-websoft9.jpg" + }, + "link": { + "en-US": [ + { + "id": "da351f17-02b9-4acb-a28f-30d7e3dfe944", + "key": "Become Partner", + "value": "/" + } + ], + "zh-CN": [ + { + "id": "d1607d1c-61cc-4131-9d24-17b7253dfbe9", + "key": "成为伙伴", + "value": "/" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "75z3I6GRoNuWJH5COEjEph", + "type": "Entry", + "createdAt": "2022-08-18T07:47:07.225Z", + "updatedAt": "2022-10-12T07:32:52.785Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 17, + "publishedAt": "2022-10-12T07:32:52.785Z", + "firstPublishedAt": "2022-08-18T07:49:38.595Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 18, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/75z3I6GRoNuWJH5COEjEph" + }, + "fields": { + "type": { + "en-US": [ + "FAQ" + ] + }, + "title": { + "en-US": "Do I still need to pay for technical support with the paid version?", + "zh-CN": "使用付费版本,技术支持还需付费吗?" + }, + "slug": { + "en-US": "faq-pricing-need-pay-for-support" + }, + "description": { + "en-US": "You can get most of free support", + "zh-CN": "使用付费版本,我们提供标准化的免费技术支持服务。" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2ppgX8sjf68wXSVHc9Nz4N", + "type": "Entry", + "createdAt": "2022-08-18T07:49:52.263Z", + "updatedAt": "2022-10-12T07:41:20.708Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 14, + "publishedAt": "2022-10-12T07:41:20.708Z", + "firstPublishedAt": "2022-08-18T07:50:10.072Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 15, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2ppgX8sjf68wXSVHc9Nz4N" + }, + "fields": { + "type": { + "en-US": [ + "FAQ" + ] + }, + "title": { + "en-US": "I do not want to use it, can I unsubscribe?", + "zh-CN": "不想使用了,可以退订吗?" + }, + "slug": { + "en-US": "faq-pricing-unsubscribed" + }, + "description": { + "en-US": "Pay-as-you-go can unsubscribe at any time, and the annual subscription is negotiated and unsubscribed according to the actual situation.", + "zh-CN": "按量付费可以随时退订,包年订阅根据可以退换未使用部分。" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4vAeX0sArHtBsJNNxtIaDb", + "type": "Entry", + "createdAt": "2022-08-18T07:50:23.761Z", + "updatedAt": "2022-10-12T07:39:29.380Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 41, + "publishedAt": "2022-10-12T07:39:29.380Z", + "firstPublishedAt": "2022-08-18T07:50:37.041Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 42, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4vAeX0sArHtBsJNNxtIaDb" + }, + "fields": { + "type": { + "en-US": [ + "FAQ" + ] + }, + "title": { + "en-US": "How to get manual support for the free version?", + "zh-CN": "免费版如何获取人工支持?" + }, + "slug": { + "en-US": "faq-pricing-freeversion-support" + }, + "description": { + "en-US": "虽然我们不针对免费版用户提供免费的人工支持服务,但是您可以作出行动判断:\n\n- 如何您认为是产品故障,请向我们的 GitHub 项目中提交 Issue\n- 如果您需要的是个性化服务,请到我们网站的服务页面中购买合适的服务", + "zh-CN": "虽然我们不针对免费版用户提供免费的人工支持服务,但是您可以作出行动判断:\n\n- 如何您认为是产品故障,请向我们的 GitHub 项目中提交 Issue\n- 如果您需要的是个性化服务,请到我们网站的服务页面中购买合适的服务\n" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "64aGAIo0983lmYS7HVMYFP", + "type": "Entry", + "createdAt": "2022-08-18T08:09:09.665Z", + "updatedAt": "2022-10-13T07:32:02.117Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 18, + "publishedAt": "2022-10-13T07:32:02.117Z", + "firstPublishedAt": "2022-08-18T08:09:44.065Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 19, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/64aGAIo0983lmYS7HVMYFP" + }, + "fields": { + "type": { + "en-US": [ + "FAQ" + ] + }, + "title": { + "en-US": "FAQ of Pricing", + "zh-CN": "常见价格问题" + }, + "slug": { + "en-US": "faq-pricing" + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "75z3I6GRoNuWJH5COEjEph" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2ppgX8sjf68wXSVHc9Nz4N" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4vAeX0sArHtBsJNNxtIaDb" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "30faARL1f0brApixsVgt68" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "KzikswT7eYuRgaZcvHhRY" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "GgXovFthZb7qeP0ZhW1Xu" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ILY1D7yE91xhFQngaKhUe" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "560fpUzyxVk6ghsM6gXc49" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "Ql8qPOHY9sKSehabCYclr", + "type": "Entry", + "createdAt": "2022-08-19T02:14:23.283Z", + "updatedAt": "2022-09-30T05:55:25.704Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 21, + "publishedAt": "2022-09-30T05:55:25.704Z", + "firstPublishedAt": "2022-08-19T02:14:45.863Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 5, + "version": 22, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "page" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/Ql8qPOHY9sKSehabCYclr" + }, + "fields": { + "key": { + "en-US": "Features" + }, + "title": { + "en-US": "Features", + "zh-CN": "功能" + }, + "content": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2DyBHZfyD3klqydSmORddk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ZusM5lMK07K4b6JMw4Z9R" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5RqA3nXQur1gx6Xk2ohcHX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48etNSHhgqOUwGI4edGN3d" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "41PCCmnAoSWEuCabSW5Fs9" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tlvj8gQXMyCd7HfEXMKUK" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2DyBHZfyD3klqydSmORddk", + "type": "Entry", + "createdAt": "2022-08-19T02:15:47.953Z", + "updatedAt": "2024-03-28T05:39:27.806Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 39, + "publishedAt": "2024-03-28T05:39:27.806Z", + "firstPublishedAt": "2022-08-19T02:16:55.729Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 5, + "version": 40, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2DyBHZfyD3klqydSmORddk" + }, + "fields": { + "type": { + "en-US": [ + "Hero" + ] + }, + "title": { + "en-US": "Find it, Try it, Subscribe it and Manage it", + "zh-CN": "寻找、试用、订阅、管理" + }, + "slug": { + "en-US": "product-feature-hero" + }, + "subTitle": { + "en-US": "This is a PaaS platform and application stacks hub that help user to focus on their business", + "zh-CN": "这是一个应用软件生命周期平台,也是一个 PaaS 平台,可以让用户专注于使用,完全不需要关注技术细节" + }, + "buttons": { + "en-US": [ + { + "id": "30691e84-7d5c-4eb2-8f73-d5c2ae48af49", + "key": "Try it free", + "value": "/demo" + } + ], + "zh-CN": [ + { + "id": "1341742b-fa61-4b4c-887d-b020881c1331", + "key": "立即试用", + "value": "/demo" + } + ] + }, + "media": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/product-feature-hero-websoft9.jpg" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "48etNSHhgqOUwGI4edGN3d", + "type": "Entry", + "createdAt": "2022-08-19T02:57:50.976Z", + "updatedAt": "2022-10-19T01:14:23.731Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 19, + "publishedAt": "2022-10-19T01:14:23.731Z", + "firstPublishedAt": "2022-08-19T02:58:03.419Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 5, + "version": 20, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/48etNSHhgqOUwGI4edGN3d" + }, + "fields": { + "type": { + "en-US": [ + "Tabs" + ] + }, + "title": { + "en-US": "Promote your business by Cloud Native", + "zh-CN": "驾驭云的力量,促进你的业务" + }, + "slug": { + "en-US": "promote-bz-by-cloudnative" + }, + "subTitle": { + "en-US": "In the era of cloud-as-a-service, enterprises make full use of technical tools and IT outsourcing resources to focus on seizing the market", + "zh-CN": "云即服务的时代,企业充分利用技术工具和IT外包资源,集中力量抢占市场" + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "15BqcrgNvUIFaGwTiyzrN1" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1qXseYlYbzvLp1mlDU8EfE" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3wj2YzRICy5pLNQGiAZnJ4" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7AqYHfFbGKwe4pRPNDBwU8" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2egsbucdICHe16HXbXVeRf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2vJpo1HfxfWhIwHrTzCKfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3dbPbdpxLJMlJmuPuBTamt" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "15BqcrgNvUIFaGwTiyzrN1", + "type": "Entry", + "createdAt": "2022-08-19T02:58:14.617Z", + "updatedAt": "2022-10-12T06:36:08.873Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 29, + "publishedAt": "2022-10-12T06:36:08.873Z", + "firstPublishedAt": "2022-08-19T02:58:42.981Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 30, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/15BqcrgNvUIFaGwTiyzrN1" + }, + "fields": { + "type": { + "en-US": [ + "Product" + ] + }, + "title": { + "en-US": "No need to hire expensive IT teams", + "zh-CN": "无需雇佣昂贵的IT团队" + }, + "slug": { + "en-US": "noneed-hire-itteam" + }, + "subtitle": { + "en-US": "中小企业的 IT 支出只能是业务数字化的实现,而不是让昂贵的IT部门吞噬利润", + "zh-CN": "中小企业的 IT 支出只能是业务数字化的实现,而不是让昂贵的IT部门吞噬利润" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/product-roi-feature-nohireit-websoft9.webp" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1qXseYlYbzvLp1mlDU8EfE", + "type": "Entry", + "createdAt": "2022-08-19T02:58:50.710Z", + "updatedAt": "2022-10-12T06:40:06.416Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 22, + "publishedAt": "2022-10-12T06:40:06.416Z", + "firstPublishedAt": "2022-08-19T02:59:01.016Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 23, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1qXseYlYbzvLp1mlDU8EfE" + }, + "fields": { + "type": { + "en-US": [ + "Product" + ] + }, + "title": { + "en-US": "Have comprehensive cloud-native options", + "zh-CN": "全面云原生化应用选择" + }, + "slug": { + "en-US": "cloud-native-selection" + }, + "subtitle": { + "en-US": "数千个云原生应用匹配业务,快速实现业务的数字化、在线化", + "zh-CN": "数千个云原生应用匹配业务,快速实现业务的数字化、在线化" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/product-roi-feature-cloudnative-websoft9.webp" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3wj2YzRICy5pLNQGiAZnJ4", + "type": "Entry", + "createdAt": "2022-08-19T02:59:09.012Z", + "updatedAt": "2022-10-12T06:43:39.929Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 20, + "publishedAt": "2022-10-12T06:43:39.929Z", + "firstPublishedAt": "2022-08-19T02:59:20.323Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 21, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3wj2YzRICy5pLNQGiAZnJ4" + }, + "fields": { + "type": { + "en-US": [ + "Product" + ] + }, + "title": { + "en-US": "On-demand subscription with no financial risk", + "zh-CN": "按需订阅没有财务风险" + }, + "slug": { + "en-US": "on-demand-norisk" + }, + "subtitle": { + "en-US": "按需订阅使用应用,没有用户数限制,大大降低财务风险和支付成本", + "zh-CN": "按需订阅使用应用,没有用户数限制,大大降低财务风险和支付成本" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/product-roi-feature-lowrisk-websoft9.webp" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7AqYHfFbGKwe4pRPNDBwU8", + "type": "Entry", + "createdAt": "2022-08-19T02:59:27.732Z", + "updatedAt": "2022-10-13T00:05:29.072Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 30, + "publishedAt": "2022-10-13T00:05:29.072Z", + "firstPublishedAt": "2022-08-19T02:59:37.622Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 31, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7AqYHfFbGKwe4pRPNDBwU8" + }, + "fields": { + "type": { + "en-US": [ + "Product" + ] + }, + "title": { + "en-US": "Connect leading digital technology leaders", + "zh-CN": "连接领先的数字化技术领导者" + }, + "slug": { + "en-US": "connect-cloud-leader" + }, + "subtitle": { + "en-US": "Websoft9 整合的是领先的软件供应链产品与服务,即意味着您可以通过我们与最新的数字化领导者保持联系", + "zh-CN": "Websoft9 整合的是领先的软件供应链产品与服务,即意味着您可以通过我们与最新的数字化领导者保持联系" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/product-roi-feature-connectleader-websoft9.webp" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1PfFEgNoQUtM2gU39eKH7s", + "type": "Entry", + "createdAt": "2022-08-19T05:58:49.498Z", + "updatedAt": "2022-09-19T04:12:03.765Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 18, + "publishedAt": "2022-09-19T04:12:03.765Z", + "firstPublishedAt": "2022-08-19T05:59:38.454Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 6, + "version": 19, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "page" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1PfFEgNoQUtM2gU39eKH7s" + }, + "fields": { + "key": { + "en-US": "Partner" + }, + "title": { + "en-US": "Partner", + "zh-CN": "伙伴" + }, + "content": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1BsrX41ZiTgo3InTffbs41" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "QFPLFGiGxtoJsqsJIK0ge" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3hgN4rdR5rR866yLo3nXja" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2qKtqR6N7ii6GgPXE3Q18F" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4M4hjbdBsf1FYDC0F82GjF" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "18LKyPoo2y3bXnH53KrWmi" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1BsrX41ZiTgo3InTffbs41", + "type": "Entry", + "createdAt": "2022-08-19T05:59:50.739Z", + "updatedAt": "2024-03-27T01:06:25.234Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 29, + "publishedAt": "2024-03-27T01:06:25.234Z", + "firstPublishedAt": "2022-08-19T06:00:42.201Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 5, + "version": 30, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1BsrX41ZiTgo3InTffbs41" + }, + "fields": { + "type": { + "en-US": [ + "Hero" + ] + }, + "title": { + "en-US": "Websoft9 Partnership", + "zh-CN": "Websoft9 合作伙伴" + }, + "slug": { + "en-US": "partnership" + }, + "subTitle": { + "en-US": "Through the gathering of the cloud application market, we make it very convenient and efficient for users to find and use software. Our partnership with cloud platforms makes it easy for applications to reach 40 million enterprise customers worldwide.", + "zh-CN": "我们通过云应用市场的聚会,让用户找软件、用软件变得非常便捷高效。我们与云平台的合作,让应用轻松触达全球4000万企业客户。" + }, + "buttons": { + "en-US": [ + { + "id": "8e0228db-5991-474d-854b-f422260adb3c", + "key": "Partner List", + "value": "/partner-list" + }, + { + "id": "12c213cc-3c2f-4a7f-9ba5-408199435278", + "key": "Become to Partner", + "value": "/become-partner" + } + ], + "zh-CN": [ + { + "id": "61774905-21ed-471a-ac2a-1a668fbcf55a", + "key": "伙伴名录", + "value": "/partner-list" + }, + { + "id": "230bd8a8-77ce-4113-8320-8e3f375d9f98", + "key": "申请成为伙伴", + "value": "/become-partner" + } + ] + }, + "media": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/partner-hero-websoft9.jpg" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "QFPLFGiGxtoJsqsJIK0ge", + "type": "Entry", + "createdAt": "2022-08-19T06:00:54.545Z", + "updatedAt": "2022-09-30T03:13:59.556Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 19, + "publishedAt": "2022-09-30T03:13:59.556Z", + "firstPublishedAt": "2022-08-19T06:01:10.104Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 20, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/QFPLFGiGxtoJsqsJIK0ge" + }, + "fields": { + "type": { + "en-US": [ + "Feature Grid" + ] + }, + "title": { + "en-US": "Why work with us?", + "zh-CN": "为什么与我们合作?" + }, + "slug": { + "en-US": "why-partner-with-us" + }, + "subTitle": { + "en-US": "Websoft9 is the bridge between application providers and cloud users, and we provide our partners with easily accessible, cloud-native technology", + "zh-CN": "Websoft9 是应用提供者与云用户之间的桥梁,我们为合作伙伴提供易获取的云原生技术" + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3DOSwKflNu7nQUtgzfLDfJ" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4ZTYCzKqLasHAwh7FuvT9T" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4NJkScfcwu7egKVdM7lajt" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "nr5uyOokbuOpRcokhXpp7" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "64xoTktf8vQXKWCiB7npR0" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "69tmLBqsM0yYRzuNX5KW6c" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3hgN4rdR5rR866yLo3nXja", + "type": "Entry", + "createdAt": "2022-08-19T06:01:49.856Z", + "updatedAt": "2022-09-30T03:10:56.585Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-09-30T03:10:56.585Z", + "firstPublishedAt": "2022-08-19T06:02:41.526Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3hgN4rdR5rR866yLo3nXja" + }, + "fields": { + "type": { + "en-US": [ + "Gallery" + ] + }, + "title": { + "en-US": "Typical partner", + "zh-CN": "典型伙伴" + }, + "slug": { + "en-US": "typical-partner" + }, + "subTitle": { + "en-US": "By partnering with leading cloud providers, we have simplified Websoft9 deployments to deliver better software faster.", + "zh-CN": "通过与领先的云提供商合作,我们简化了 Websoft9 部署,以更快地交付更好的软件。" + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "76cuCOUWPpetvxJrLzH9H4" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "AJ1Fw8DEmjBjFw4h2cBxo" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6mGl0MMZDjyKwNywAvFzg8" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5VLZPD1hawGE3gL5sZfm2F" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1S7V0M2lY712MXPOkJCqLN" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2qKtqR6N7ii6GgPXE3Q18F", + "type": "Entry", + "createdAt": "2022-08-19T06:18:44.705Z", + "updatedAt": "2022-10-01T14:19:46.063Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 15, + "publishedAt": "2022-10-01T14:19:46.063Z", + "firstPublishedAt": "2022-08-19T06:19:01.125Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 16, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2qKtqR6N7ii6GgPXE3Q18F" + }, + "fields": { + "type": { + "en-US": [ + "Feature Grid" + ] + }, + "title": { + "en-US": "The partner type", + "zh-CN": "伙伴类型" + }, + "slug": { + "en-US": "partner-type" + }, + "subTitle": { + "en-US": "Work together with partners to create maximum value for customers", + "zh-CN": "携手伙伴,共同为客户创造最大价值" + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2O1kxFzkiWjNA4riy0yXpx" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "75zm1P0yuHAh5mdtTY5EDo" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39ndD3qgaQWoZytubco358" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2O1kxFzkiWjNA4riy0yXpx", + "type": "Entry", + "createdAt": "2022-08-19T06:19:11.290Z", + "updatedAt": "2022-10-11T09:28:15.967Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 28, + "publishedAt": "2022-10-11T09:28:15.967Z", + "firstPublishedAt": "2022-08-19T06:20:05.369Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 5, + "version": 29, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2O1kxFzkiWjNA4riy0yXpx" + }, + "fields": { + "type": { + "en-US": [ + "Partner" + ] + }, + "title": { + "en-US": "ISV", + "zh-CN": "软件提供商" + }, + "slug": { + "en-US": "partner-isv" + }, + "subtitle": { + "en-US": "软件提供商通过与 Websoft9 合作,可以将产品分发到全球云平台,快速获客,并实现在线的软件交付与订阅商业模式。", + "zh-CN": "软件提供商通过与 Websoft9 合作,可以将产品分发到全球云平台,快速获客,并实现在线的软件交付与订阅商业模式。" + }, + "description": { + "zh-CN": "- 企业应用软件\n- 工业软件\n- 中间件\n- 数据软件\n- 云桌面软件" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/partner-type-feature-isv-websoft9.png" + }, + "link": { + "zh-CN": [ + { + "id": "04a86f9f-5223-49dc-9657-23b581286417", + "key": "获取更多", + "value": "/" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "39ndD3qgaQWoZytubco358", + "type": "Entry", + "createdAt": "2022-08-19T06:23:06.430Z", + "updatedAt": "2022-10-11T09:23:58.556Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 35, + "publishedAt": "2022-10-11T09:23:58.556Z", + "firstPublishedAt": "2022-08-19T06:23:53.868Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 6, + "version": 36, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/39ndD3qgaQWoZytubco358" + }, + "fields": { + "type": { + "en-US": [ + "Partner" + ] + }, + "title": { + "en-US": "Alliance partner", + "zh-CN": "联盟伙伴" + }, + "slug": { + "en-US": "alliance-partner" + }, + "subtitle": { + "en-US": "与云平台、操作系统、私有云等伙伴建立联盟伙伴关系,满足伙伴生态中客户对云原生应用的需求", + "zh-CN": "与云平台、操作系统、私有云等伙伴建立联盟伙伴关系,满足伙伴生态中客户对云原生应用的需求" + }, + "description": { + "zh-CN": "\n- 云合作伙伴(公共云提供商)\n- 平台合作伙伴(私有云、操作系统软件)" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/partner-type-feature-alliance-websoft9.png" + }, + "link": { + "zh-CN": [ + { + "id": "3469b809-f163-46e0-b977-2fcb286f900e", + "key": "获取更多", + "value": "/" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "75zm1P0yuHAh5mdtTY5EDo", + "type": "Entry", + "createdAt": "2022-08-19T06:24:08.164Z", + "updatedAt": "2022-10-11T09:26:04.532Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 18, + "publishedAt": "2022-10-11T09:26:04.532Z", + "firstPublishedAt": "2022-08-19T06:24:44.403Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 19, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/75zm1P0yuHAh5mdtTY5EDo" + }, + "fields": { + "type": { + "en-US": [ + "Partner" + ] + }, + "title": { + "en-US": "Channel Partner", + "zh-CN": "渠道伙伴" + }, + "slug": { + "en-US": "channel-partner" + }, + "subtitle": { + "en-US": "渠道伙伴可以直接或间接的转授 Websoft9 产品/服务,获取销售差价。与此同时,Websoft9 提供全面的渠道支持,包括:销售线索、方案等", + "zh-CN": "渠道伙伴可以直接或间接的转授 Websoft9 产品/服务,获取销售差价。与此同时,Websoft9 提供全面的渠道支持,包括:销售线索、方案等" + }, + "description": { + "zh-CN": "- 经销商\n- 积分器\n- MSP\n- 培训伙伴" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/partner-type-feature-channel-websoft9.png" + }, + "link": { + "zh-CN": [ + { + "id": "d5336e8f-69d3-4da4-bb1a-e553ba8ea686", + "key": "获取更多", + "value": "/" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4M4hjbdBsf1FYDC0F82GjF", + "type": "Entry", + "createdAt": "2022-08-19T06:27:18.883Z", + "updatedAt": "2022-10-28T00:32:09.209Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 28, + "publishedAt": "2022-10-28T00:32:09.209Z", + "firstPublishedAt": "2022-08-19T06:27:30.212Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 6, + "version": 29, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4M4hjbdBsf1FYDC0F82GjF" + }, + "fields": { + "type": { + "en-US": [ + "Resource Grid" + ] + }, + "title": { + "en-US": "Partner Stories", + "zh-CN": "伙伴故事" + }, + "slug": { + "en-US": "partner-story" + }, + "subTitle": { + "en-US": "See how we're empowering our partners in cloud-native space", + "zh-CN": "看看我们如何给云原生领域的伙伴赋能" + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "37hbTbpX2IgMHhDNT7bQXh" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "37hbTbpX2IgMHhDNT7bQXh" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "37hbTbpX2IgMHhDNT7bQXh" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "18LKyPoo2y3bXnH53KrWmi", + "type": "Entry", + "createdAt": "2022-08-19T06:27:39.740Z", + "updatedAt": "2024-03-27T01:08:05.662Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 17, + "publishedAt": "2024-03-27T01:08:05.662Z", + "firstPublishedAt": "2022-08-19T06:28:20.533Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 4, + "version": 18, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/18LKyPoo2y3bXnH53KrWmi" + }, + "fields": { + "type": { + "en-US": [ + "CTA" + ] + }, + "title": { + "en-US": "Not our Partner?", + "zh-CN": "还不是合作伙伴?" + }, + "slug": { + "en-US": "not-partner" + }, + "subTitle": { + "en-US": "Websoft9 伙伴计划欢迎您加入", + "zh-CN": "Websoft9 伙伴计划欢迎您加入" + }, + "buttons": { + "en-US": [ + { + "id": "b8472353-f998-427d-a825-b901dac62916", + "key": "Become Partner", + "value": "/become-partner" + } + ], + "zh-CN": [ + { + "id": "6e657e0a-d500-4b3b-bbfa-80ca19e711a3", + "key": "立即加入", + "value": "/become-partner" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7HOvG4SMZ6edhSeoKOqLJn", + "type": "Entry", + "createdAt": "2022-08-23T05:48:59.550Z", + "updatedAt": "2022-10-07T08:53:42.428Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 17, + "publishedAt": "2022-10-07T08:53:42.428Z", + "firstPublishedAt": "2022-08-23T05:49:22.666Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 8, + "version": 18, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "page" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7HOvG4SMZ6edhSeoKOqLJn" + }, + "fields": { + "key": { + "en-US": "AppCenter" + }, + "title": { + "en-US": "App Center", + "zh-CN": "应用中心" + }, + "content": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5dT2wOGt7NbmmzxWH6PJeD" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4FAFuqZ6jYq58ypEg4zPB2" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3Q16gw8DgjpazHrMaOlpgj", + "type": "Entry", + "createdAt": "2022-08-23T05:49:34.371Z", + "updatedAt": "2022-09-29T08:41:32.256Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 35, + "publishedAt": "2022-09-29T08:41:32.256Z", + "firstPublishedAt": "2022-08-23T05:50:09.356Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 6, + "version": 36, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3Q16gw8DgjpazHrMaOlpgj" + }, + "fields": { + "type": { + "en-US": [ + "Hero" + ] + }, + "title": { + "en-US": "Resource Center", + "zh-CN": "资源中心" + }, + "slug": { + "en-US": "resources" + }, + "subTitle": { + "en-US": "Read solutions, cases, blogs, white papers, etc. to better understand the application scope of our products and services", + "zh-CN": "阅读解决方案、案例、博客、白皮书等,可以更好的了解我们产品和服务的应用范围" + }, + "buttons": { + "en-US": [ + { + "id": "ace6907f-1c2b-4519-8217-c39f5305fa71", + "key": "All resource", + "value": "/resources" + } + ], + "zh-CN": [ + { + "id": "acf48be9-1b4d-4ea7-9d70-ff8de185f86b", + "key": "全部资源", + "value": "/resources" + } + ] + }, + "media": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/resourcecenter-hero-websoft9.webp" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4FAFuqZ6jYq58ypEg4zPB2", + "type": "Entry", + "createdAt": "2022-08-23T06:16:13.770Z", + "updatedAt": "2024-03-28T06:05:29.731Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 40, + "publishedAt": "2024-03-28T06:05:29.731Z", + "firstPublishedAt": "2022-08-23T06:16:47.224Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 6, + "version": 41, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4FAFuqZ6jYq58ypEg4zPB2" + }, + "fields": { + "type": { + "en-US": [ + "CTA" + ] + }, + "title": { + "en-US": "Can't find the applications you want?", + "zh-CN": "找不到您所需的应用?" + }, + "slug": { + "en-US": "cannot-find-apps" + }, + "subTitle": { + "en-US": "If the applications you want is not exist in our list, please contact us", + "zh-CN": "如果您想要的应用没有在我们的列表中,请立即联系我们" + }, + "buttons": { + "en-US": [ + { + "id": "f5b185f5-cef8-464d-8635-c648f78974e2", + "key": "Submit your application", + "value": "https://github.com/Websoft9/docker-library/discussions" + } + ], + "zh-CN": [ + { + "id": "c464211b-bc84-48ce-9578-7fa6f75f91cc", + "key": "马上提交您的需求", + "value": "https://github.com/Websoft9/docker-library/discussions" + } + ] + }, + "inputBox": { + "zh-CN": [ + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3dwN8h5SUNdrngpTP9puvD", + "type": "Entry", + "createdAt": "2022-08-26T00:46:43.495Z", + "updatedAt": "2022-08-26T00:46:55.755Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2022-08-26T00:46:55.755Z", + "firstPublishedAt": "2022-08-26T00:46:55.755Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "seo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3dwN8h5SUNdrngpTP9puvD" + }, + "fields": { + "keyword": { + "en-US": "website" + }, + "name": { + "en-US": "Website", + "zh-CN": "建站" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1MNlRXKNJmgwc9tUS5C8kD", + "type": "Entry", + "createdAt": "2022-08-29T00:17:51.879Z", + "updatedAt": "2022-09-02T06:41:01.244Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 14, + "publishedAt": "2022-09-02T06:41:01.244Z", + "firstPublishedAt": "2022-08-29T00:18:38.676Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 15, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutAppPersonnel" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1MNlRXKNJmgwc9tUS5C8kD" + }, + "fields": { + "title": { + "en-US": "UI Designer", + "zh-CN": "UI 设计师" + }, + "key": { + "en-US": "ui-designer" + }, + "description": { + "en-US": "Product and UI/UE designer", + "zh-CN": "UI设计" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5G92v7QLnQPGywCFTCFmfA", + "type": "Entry", + "createdAt": "2022-08-29T00:18:44.125Z", + "updatedAt": "2022-09-02T04:33:22.507Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-09-02T04:33:22.507Z", + "firstPublishedAt": "2022-08-29T00:19:02.231Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutAppPersonnel" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5G92v7QLnQPGywCFTCFmfA" + }, + "fields": { + "title": { + "en-US": "Developer", + "zh-CN": "开发者" + }, + "key": { + "en-US": "developer" + }, + "description": { + "en-US": "Software Developer", + "zh-CN": "软件开发者" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2yvNjZNzkrBRN8ISFZTlqE", + "type": "Entry", + "createdAt": "2022-08-30T08:04:07.313Z", + "updatedAt": "2022-10-13T03:02:16.970Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 21, + "publishedAt": "2022-10-13T03:02:16.970Z", + "firstPublishedAt": "2022-08-30T08:07:01.693Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 7, + "version": 22, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2yvNjZNzkrBRN8ISFZTlqE" + }, + "fields": { + "title": { + "en-US": "All applications →", + "zh-CN": "所有应用 →" + }, + "link": { + "en-US": "/apps" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "459qZ8YeZfxR5UtMPG3ijT", + "type": "Entry", + "createdAt": "2022-09-02T02:40:42.496Z", + "updatedAt": "2022-09-02T02:40:54.000Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2022-09-02T02:40:54.000Z", + "firstPublishedAt": "2022-09-02T02:40:54.000Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "seo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/459qZ8YeZfxR5UtMPG3ijT" + }, + "fields": { + "name": { + "en-US": "Security", + "zh-CN": "安全" + }, + "keyword": { + "en-US": "security" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "124HaMDLb0Px3rWa0GYYSf", + "type": "Entry", + "createdAt": "2022-09-02T02:41:02.446Z", + "updatedAt": "2022-09-02T02:41:20.770Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2022-09-02T02:41:20.770Z", + "firstPublishedAt": "2022-09-02T02:41:20.770Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "seo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/124HaMDLb0Px3rWa0GYYSf" + }, + "fields": { + "name": { + "en-US": "Open Source", + "zh-CN": "开源" + }, + "keyword": { + "en-US": "open-source" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1yDnnV4tU0NWnq9X013fOC", + "type": "Entry", + "createdAt": "2022-09-02T02:41:29.412Z", + "updatedAt": "2022-09-02T02:41:44.745Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2022-09-02T02:41:44.745Z", + "firstPublishedAt": "2022-09-02T02:41:44.745Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "seo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1yDnnV4tU0NWnq9X013fOC" + }, + "fields": { + "name": { + "en-US": "AI", + "zh-CN": "人工智能" + }, + "keyword": { + "en-US": "ai" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "FBjnaWTea9jWIviVI9UXN", + "type": "Entry", + "createdAt": "2022-09-02T02:45:06.434Z", + "updatedAt": "2022-09-02T02:45:21.868Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2022-09-02T02:45:21.868Z", + "firstPublishedAt": "2022-09-02T02:45:21.868Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "seo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/FBjnaWTea9jWIviVI9UXN" + }, + "fields": { + "name": { + "en-US": "Marketing", + "zh-CN": "营销" + }, + "keyword": { + "en-US": "marketing" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "39PsAJu60mmzLfKuJSlCfg", + "type": "Entry", + "createdAt": "2022-09-02T02:46:21.599Z", + "updatedAt": "2022-09-02T02:46:40.335Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2022-09-02T02:46:40.335Z", + "firstPublishedAt": "2022-09-02T02:46:40.335Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "seo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/39PsAJu60mmzLfKuJSlCfg" + }, + "fields": { + "name": { + "en-US": "Cloud Native", + "zh-CN": "云原生" + }, + "keyword": { + "en-US": "cloud-native" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5ICEmIGZflTrK6fwMFqg9C", + "type": "Entry", + "createdAt": "2022-09-02T02:46:45.297Z", + "updatedAt": "2022-09-02T02:46:57.494Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2022-09-02T02:46:57.494Z", + "firstPublishedAt": "2022-09-02T02:46:57.494Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "seo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5ICEmIGZflTrK6fwMFqg9C" + }, + "fields": { + "name": { + "en-US": "PaaS", + "zh-CN": "PaaS" + }, + "keyword": { + "en-US": "paas" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3FPsazMil0HiqPzdQARapX", + "type": "Entry", + "createdAt": "2022-09-02T02:47:21.315Z", + "updatedAt": "2022-09-02T02:47:40.967Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2022-09-02T02:47:40.967Z", + "firstPublishedAt": "2022-09-02T02:47:40.967Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "seo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3FPsazMil0HiqPzdQARapX" + }, + "fields": { + "name": { + "en-US": "Docker", + "zh-CN": "容器" + }, + "keyword": { + "en-US": "docker" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5wVPQoc28yauIPIjbs7Ecp", + "type": "Entry", + "createdAt": "2022-09-02T02:49:19.593Z", + "updatedAt": "2022-09-02T02:49:32.628Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2022-09-02T02:49:32.628Z", + "firstPublishedAt": "2022-09-02T02:49:32.628Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "seo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5wVPQoc28yauIPIjbs7Ecp" + }, + "fields": { + "name": { + "en-US": "Online Business", + "zh-CN": "电商" + }, + "keyword": { + "en-US": "online-business" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1AJw78fIg7Hb82UFn3c89S", + "type": "Entry", + "createdAt": "2022-09-02T02:50:10.386Z", + "updatedAt": "2022-09-02T02:50:20.827Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2022-09-02T02:50:20.827Z", + "firstPublishedAt": "2022-09-02T02:50:20.827Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "seo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1AJw78fIg7Hb82UFn3c89S" + }, + "fields": { + "name": { + "en-US": "Starting a business", + "zh-CN": "创业" + }, + "keyword": { + "en-US": "starting-a-business" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5UuBH4b0zhyMD4oGb9FSpf", + "type": "Entry", + "createdAt": "2022-09-02T02:50:56.625Z", + "updatedAt": "2022-09-02T02:51:06.173Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2022-09-02T02:51:06.173Z", + "firstPublishedAt": "2022-09-02T02:51:06.173Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "seo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5UuBH4b0zhyMD4oGb9FSpf" + }, + "fields": { + "name": { + "en-US": "Automation", + "zh-CN": "自动化" + }, + "keyword": { + "en-US": "automation" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1ldGCVj2cz3NX9AiekPYW5", + "type": "Entry", + "createdAt": "2022-09-02T02:52:48.085Z", + "updatedAt": "2022-09-02T02:53:00.425Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2022-09-02T02:53:00.425Z", + "firstPublishedAt": "2022-09-02T02:53:00.425Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "seo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1ldGCVj2cz3NX9AiekPYW5" + }, + "fields": { + "name": { + "en-US": "Cloud Computing", + "zh-CN": "云计算" + }, + "keyword": { + "en-US": "cloud-computing" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "60VHYeF634BZhXZ7ma3TWT", + "type": "Entry", + "createdAt": "2022-09-02T03:03:45.010Z", + "updatedAt": "2022-09-28T00:44:57.223Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2022-09-28T00:44:57.223Z", + "firstPublishedAt": "2022-09-02T03:05:21.017Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/60VHYeF634BZhXZ7ma3TWT" + }, + "fields": { + "title": { + "en-US": "ActiveMQ" + }, + "slug": { + "en-US": "activemq" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/activemq-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6MyohXlYtEAx3gZZdgeRpx", + "type": "Entry", + "createdAt": "2022-09-02T03:05:34.159Z", + "updatedAt": "2022-09-28T00:44:46.829Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-09-28T00:44:46.829Z", + "firstPublishedAt": "2022-09-02T03:07:45.145Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6MyohXlYtEAx3gZZdgeRpx" + }, + "fields": { + "title": { + "en-US": "Ansible" + }, + "slug": { + "en-US": "ansible" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/ansible-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1TaffzuSiHDOIQ0JxubFHY", + "type": "Entry", + "createdAt": "2022-09-02T03:08:04.103Z", + "updatedAt": "2022-09-28T00:44:34.403Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2022-09-28T00:44:34.403Z", + "firstPublishedAt": "2022-09-02T03:08:29.952Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1TaffzuSiHDOIQ0JxubFHY" + }, + "fields": { + "title": { + "en-US": "AWX" + }, + "slug": { + "en-US": "awx" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/awx-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5zPpZve3KU8MSa5GU22iNS", + "type": "Entry", + "createdAt": "2022-09-02T03:08:37.691Z", + "updatedAt": "2022-09-28T00:44:20.087Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-09-28T00:44:20.087Z", + "firstPublishedAt": "2022-09-02T03:09:31.503Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5zPpZve3KU8MSa5GU22iNS" + }, + "fields": { + "title": { + "en-US": "CloudBeaver" + }, + "slug": { + "en-US": "cloudbeaver" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/cloudbeaver-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7z5yWAS25Z5WMbntibwWwj", + "type": "Entry", + "createdAt": "2022-09-02T03:10:06.318Z", + "updatedAt": "2022-09-28T00:43:59.967Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2022-09-28T00:43:59.967Z", + "firstPublishedAt": "2022-09-02T03:10:36.753Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7z5yWAS25Z5WMbntibwWwj" + }, + "fields": { + "title": { + "en-US": "Code Server" + }, + "slug": { + "en-US": "code-server" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/codeserver-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6jDCr7VQVxR0m7FbsYb3ku", + "type": "Entry", + "createdAt": "2022-09-02T03:11:35.255Z", + "updatedAt": "2022-09-28T00:43:46.178Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2022-09-28T00:43:46.178Z", + "firstPublishedAt": "2022-09-02T03:11:57.159Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6jDCr7VQVxR0m7FbsYb3ku" + }, + "fields": { + "title": { + "en-US": "CouchDB" + }, + "slug": { + "en-US": "couchdb" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/couchdb-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1bhDUktM0fqJ1tebHuPNQR", + "type": "Entry", + "createdAt": "2022-09-02T03:12:08.413Z", + "updatedAt": "2022-09-28T00:43:34.808Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2022-09-28T00:43:34.808Z", + "firstPublishedAt": "2022-09-02T03:12:41.853Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1bhDUktM0fqJ1tebHuPNQR" + }, + "fields": { + "title": { + "en-US": "Discuz" + }, + "slug": { + "en-US": "discuz" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/discuz-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "65oBbWjbWu9VNhzsShVyns", + "type": "Entry", + "createdAt": "2022-09-02T03:14:35.344Z", + "updatedAt": "2022-09-28T00:43:21.779Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-09-28T00:43:21.779Z", + "firstPublishedAt": "2022-09-02T03:14:53.770Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 3, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/65oBbWjbWu9VNhzsShVyns" + }, + "fields": { + "title": { + "en-US": "Dolibarr" + }, + "slug": { + "en-US": "dolibarr" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/dolibarr-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3uRuHcnSfYkaOi9CBapijA", + "type": "Entry", + "createdAt": "2022-09-02T03:16:44.748Z", + "updatedAt": "2022-09-28T00:43:06.640Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-09-28T00:43:06.640Z", + "firstPublishedAt": "2022-09-02T03:17:03.250Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3uRuHcnSfYkaOi9CBapijA" + }, + "fields": { + "title": { + "en-US": "Drupal" + }, + "slug": { + "en-US": "drupal" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/drupal-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3SOBkMYZn9RFVvmEoXiSUN", + "type": "Entry", + "createdAt": "2022-09-02T03:17:09.276Z", + "updatedAt": "2022-09-28T00:42:50.236Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2022-09-28T00:42:50.236Z", + "firstPublishedAt": "2022-09-02T03:17:47.429Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3SOBkMYZn9RFVvmEoXiSUN" + }, + "fields": { + "title": { + "en-US": "ERPNext" + }, + "slug": { + "en-US": "erpnext" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/erpnext-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1SFMzgivPBHhhIQiwlxeP3", + "type": "Entry", + "createdAt": "2022-09-02T03:17:58.449Z", + "updatedAt": "2022-09-28T00:42:35.841Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2022-09-28T00:42:35.841Z", + "firstPublishedAt": "2022-09-02T03:18:23.229Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1SFMzgivPBHhhIQiwlxeP3" + }, + "fields": { + "title": { + "en-US": "Ghost" + }, + "slug": { + "en-US": "ghost" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/ghost-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3Y9H6mTpx1c0NJulLhD0b1", + "type": "Entry", + "createdAt": "2022-09-02T03:18:30.354Z", + "updatedAt": "2022-09-28T00:42:20.823Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-09-28T00:42:20.823Z", + "firstPublishedAt": "2022-09-02T03:18:49.614Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3Y9H6mTpx1c0NJulLhD0b1" + }, + "fields": { + "title": { + "en-US": "GitLab" + }, + "slug": { + "en-US": "gitlab" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/gitlab-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "34htm41OZ2kPrI0kI7fJLW", + "type": "Entry", + "createdAt": "2022-09-02T03:18:55.681Z", + "updatedAt": "2022-09-28T00:42:07.345Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-09-28T00:42:07.345Z", + "firstPublishedAt": "2022-09-02T03:19:11.196Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/34htm41OZ2kPrI0kI7fJLW" + }, + "fields": { + "title": { + "en-US": "Grafana" + }, + "slug": { + "en-US": "grafana" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/grafana-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3i2B1KNLTbwE1C1DQ0Vewx", + "type": "Entry", + "createdAt": "2022-09-02T03:19:27.783Z", + "updatedAt": "2022-09-28T00:41:56.333Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2022-09-28T00:41:56.333Z", + "firstPublishedAt": "2022-09-02T03:19:42.320Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3i2B1KNLTbwE1C1DQ0Vewx" + }, + "fields": { + "title": { + "en-US": "Graylog" + }, + "slug": { + "en-US": "graylog" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/graylog-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1aDHqDDIdzdIzE3Zg2mwIa", + "type": "Entry", + "createdAt": "2022-09-02T03:19:49.585Z", + "updatedAt": "2022-09-28T00:41:42.391Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-09-28T00:41:42.391Z", + "firstPublishedAt": "2022-09-02T03:20:08.178Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1aDHqDDIdzdIzE3Zg2mwIa" + }, + "fields": { + "title": { + "en-US": "HAProxy" + }, + "slug": { + "en-US": "haproxy" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/haproxy-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5cRbfwKZ9NoO6ISEz9xF2q", + "type": "Entry", + "createdAt": "2022-09-02T03:20:21.163Z", + "updatedAt": "2022-09-28T00:41:28.061Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-09-28T00:41:28.061Z", + "firstPublishedAt": "2022-09-02T03:20:40.355Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5cRbfwKZ9NoO6ISEz9xF2q" + }, + "fields": { + "title": { + "en-US": "Jenkins" + }, + "slug": { + "en-US": "jenkins" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/jenkins-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6bWu8yxN2Pd9fR6QdaVZ7q", + "type": "Entry", + "createdAt": "2022-09-02T03:20:47.929Z", + "updatedAt": "2022-09-28T00:41:13.994Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2022-09-28T00:41:13.994Z", + "firstPublishedAt": "2022-09-02T03:21:00.659Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6bWu8yxN2Pd9fR6QdaVZ7q" + }, + "fields": { + "title": { + "en-US": "Joomla" + }, + "slug": { + "en-US": "joomla" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/joomla-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "CoONj458RAfeibroTtDIv", + "type": "Entry", + "createdAt": "2022-09-02T03:21:05.341Z", + "updatedAt": "2022-09-28T00:41:01.773Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-09-28T00:41:01.773Z", + "firstPublishedAt": "2022-09-02T03:21:20.697Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/CoONj458RAfeibroTtDIv" + }, + "fields": { + "title": { + "en-US": "Kafka" + }, + "slug": { + "en-US": "kafka" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/kafka-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2YRfHBqZ2DNmn2icx8T1i7", + "type": "Entry", + "createdAt": "2022-09-02T03:21:27.324Z", + "updatedAt": "2022-09-28T00:40:45.577Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-09-28T00:40:45.577Z", + "firstPublishedAt": "2022-09-02T03:21:47.814Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2YRfHBqZ2DNmn2icx8T1i7" + }, + "fields": { + "title": { + "en-US": "Knowage" + }, + "slug": { + "en-US": "knowage" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/knowage-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1251o0McFkDrryp1NVhZru", + "type": "Entry", + "createdAt": "2022-09-02T03:21:53.028Z", + "updatedAt": "2022-09-28T00:40:32.138Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2022-09-28T00:40:32.138Z", + "firstPublishedAt": "2022-09-02T03:22:53.903Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1251o0McFkDrryp1NVhZru" + }, + "fields": { + "title": { + "en-US": "Magento" + }, + "slug": { + "en-US": "magento" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/magento-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2NI7lbeicyl0hDZBj3eLe8", + "type": "Entry", + "createdAt": "2022-09-02T03:22:59.532Z", + "updatedAt": "2022-09-28T00:40:20.114Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2022-09-28T00:40:20.114Z", + "firstPublishedAt": "2022-09-02T03:23:27.493Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2NI7lbeicyl0hDZBj3eLe8" + }, + "fields": { + "title": { + "en-US": "MariaDB" + }, + "slug": { + "en-US": "mariadb" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/mariadb-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7xPhTmTmUzfoQnj4k3nYAq", + "type": "Entry", + "createdAt": "2022-09-02T03:23:32.644Z", + "updatedAt": "2022-09-28T00:40:07.167Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-09-28T00:40:07.167Z", + "firstPublishedAt": "2022-09-02T03:23:48.850Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7xPhTmTmUzfoQnj4k3nYAq" + }, + "fields": { + "title": { + "en-US": "Mattermost" + }, + "slug": { + "en-US": "mattermost" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/mattermost-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3sX2bMCRN7IX33zSrG5ekE", + "type": "Entry", + "createdAt": "2022-09-02T03:23:56.087Z", + "updatedAt": "2022-09-28T00:39:48.278Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2022-09-28T00:39:48.278Z", + "firstPublishedAt": "2022-09-02T03:24:21.530Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3sX2bMCRN7IX33zSrG5ekE" + }, + "fields": { + "title": { + "en-US": "MediaWiki" + }, + "slug": { + "en-US": "mediawiki" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/mediawiki-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5nhPeJdEFEdtHXkjSRMYPq", + "type": "Entry", + "createdAt": "2022-09-02T03:24:27.873Z", + "updatedAt": "2022-09-28T00:39:31.304Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2022-09-28T00:39:31.304Z", + "firstPublishedAt": "2022-09-02T03:25:04.235Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5nhPeJdEFEdtHXkjSRMYPq" + }, + "fields": { + "title": { + "en-US": "Memcached" + }, + "slug": { + "en-US": "memcached" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/memcached-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1bTSCPdOUh0103h7X4ssUk", + "type": "Entry", + "createdAt": "2022-09-02T03:25:02.115Z", + "updatedAt": "2022-09-02T03:25:09.194Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2022-09-02T03:25:09.194Z", + "firstPublishedAt": "2022-09-02T03:25:09.194Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "seo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1bTSCPdOUh0103h7X4ssUk" + }, + "fields": { + "name": { + "en-US": "Big Data", + "zh-CN": "大数据" + }, + "keyword": { + "en-US": "big-data" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6ZxNBKnvZwSwK5hYJIO74C", + "type": "Entry", + "createdAt": "2022-09-02T03:25:14.209Z", + "updatedAt": "2022-09-02T03:25:45.984Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2022-09-02T03:25:45.984Z", + "firstPublishedAt": "2022-09-02T03:25:45.984Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "seo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6ZxNBKnvZwSwK5hYJIO74C" + }, + "fields": { + "name": { + "en-US": "Innovation", + "zh-CN": "创新" + }, + "keyword": { + "en-US": "innovation" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3tZiDP1dx3ymW7jEVq9G91", + "type": "Entry", + "createdAt": "2022-09-02T03:25:50.047Z", + "updatedAt": "2022-09-28T00:39:16.449Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2022-09-28T00:39:16.449Z", + "firstPublishedAt": "2022-09-02T03:26:04.110Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3tZiDP1dx3ymW7jEVq9G91" + }, + "fields": { + "title": { + "en-US": "Metabase" + }, + "slug": { + "en-US": "metabase" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/metabase-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6hjIgHYaVPjdIpDz1Y2s7u", + "type": "Entry", + "createdAt": "2022-09-02T03:25:50.279Z", + "updatedAt": "2022-09-02T03:26:18.768Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2022-09-02T03:26:18.768Z", + "firstPublishedAt": "2022-09-02T03:26:18.768Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "seo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6hjIgHYaVPjdIpDz1Y2s7u" + }, + "fields": { + "name": { + "en-US": "CXO", + "zh-CN": "高管" + }, + "keyword": { + "en-US": "cxo" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5z1RZyeRARrxf13UFumRsA", + "type": "Entry", + "createdAt": "2022-09-02T03:26:11.655Z", + "updatedAt": "2022-09-28T00:39:01.990Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-09-28T00:39:01.990Z", + "firstPublishedAt": "2022-09-02T03:26:34.908Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5z1RZyeRARrxf13UFumRsA" + }, + "fields": { + "title": { + "en-US": "Mingdao" + }, + "slug": { + "en-US": "mingdao" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/mingdao-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5FDooZSIaiBCLbfdU9uFfS", + "type": "Entry", + "createdAt": "2022-09-02T03:26:24.347Z", + "updatedAt": "2022-09-02T03:29:46.437Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2022-09-02T03:29:46.437Z", + "firstPublishedAt": "2022-09-02T03:29:46.437Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "seo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5FDooZSIaiBCLbfdU9uFfS" + }, + "fields": { + "name": { + "en-US": "Marketplace", + "zh-CN": "云市场" + }, + "keyword": { + "en-US": "marketplace" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4Cfz6YU0vNthfmfSjrETU9", + "type": "Entry", + "createdAt": "2022-09-02T03:26:40.573Z", + "updatedAt": "2022-09-28T00:38:47.675Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-09-28T00:38:47.675Z", + "firstPublishedAt": "2022-09-02T03:27:06.687Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4Cfz6YU0vNthfmfSjrETU9" + }, + "fields": { + "title": { + "en-US": "MongoDB" + }, + "slug": { + "en-US": "mongodb" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/mongodb-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2orhWGADFkVgspAsKRuUc8", + "type": "Entry", + "createdAt": "2022-09-02T03:27:12.096Z", + "updatedAt": "2022-09-28T00:38:36.328Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-09-28T00:38:36.328Z", + "firstPublishedAt": "2022-09-02T03:27:26.133Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2orhWGADFkVgspAsKRuUc8" + }, + "fields": { + "title": { + "en-US": "Moodle" + }, + "slug": { + "en-US": "moodle" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/moodle-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2e3Y9bKYpjcIPAACWRRVqo", + "type": "Entry", + "createdAt": "2022-09-02T03:27:44.634Z", + "updatedAt": "2022-09-28T00:38:23.593Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-09-28T00:38:23.593Z", + "firstPublishedAt": "2022-09-02T03:28:04.278Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2e3Y9bKYpjcIPAACWRRVqo" + }, + "fields": { + "title": { + "en-US": "MySQL" + }, + "slug": { + "en-US": "mysql" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/mysql-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7ddDldWVVnmZqUL4P6CXfl", + "type": "Entry", + "createdAt": "2022-09-02T03:28:10.947Z", + "updatedAt": "2022-09-28T00:38:09.358Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-09-28T00:38:09.358Z", + "firstPublishedAt": "2022-09-02T03:28:28.409Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7ddDldWVVnmZqUL4P6CXfl" + }, + "fields": { + "title": { + "en-US": "Neo4j" + }, + "slug": { + "en-US": "neo4j" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/neo4j-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7aOj2hmx4ybyGJVgq9AFB0", + "type": "Entry", + "createdAt": "2022-09-02T03:28:36.402Z", + "updatedAt": "2022-09-28T00:37:54.198Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-09-28T00:37:54.198Z", + "firstPublishedAt": "2022-09-02T03:28:55.158Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7aOj2hmx4ybyGJVgq9AFB0" + }, + "fields": { + "title": { + "en-US": "Nextcloud" + }, + "slug": { + "en-US": "nextcloud" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/nextcloud-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "60qa3uzjDJ8Vov0cwHPvp4", + "type": "Entry", + "createdAt": "2022-09-02T03:28:59.873Z", + "updatedAt": "2022-09-28T00:37:39.905Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-09-28T00:37:39.905Z", + "firstPublishedAt": "2022-09-02T03:29:17.255Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/60qa3uzjDJ8Vov0cwHPvp4" + }, + "fields": { + "title": { + "en-US": "Odoo" + }, + "slug": { + "en-US": "odoo" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/odoo-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3GD3Tjwa2s24pYDKiHLHVY", + "type": "Entry", + "createdAt": "2022-09-02T03:29:20.348Z", + "updatedAt": "2022-09-28T00:37:27.180Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-09-28T00:37:27.180Z", + "firstPublishedAt": "2022-09-02T03:29:37.342Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3GD3Tjwa2s24pYDKiHLHVY" + }, + "fields": { + "title": { + "en-US": "ONLYOFFICE" + }, + "slug": { + "en-US": "onlyoffice" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/onlyoffice-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6O9NUolqipFSZOsEqQtXr4", + "type": "Entry", + "createdAt": "2022-09-02T03:30:08.424Z", + "updatedAt": "2023-06-12T07:26:39.094Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2023-06-12T07:26:39.094Z", + "firstPublishedAt": "2022-09-02T03:30:31.030Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6O9NUolqipFSZOsEqQtXr4" + }, + "fields": { + "title": { + "en-US": "ONLYOFFICE Docs" + }, + "slug": { + "en-US": "onlyoffice-docs" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/onlyofficedocs-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5Vk8qs6yZ9XKGs493lyVbA", + "type": "Entry", + "createdAt": "2022-09-02T03:30:32.210Z", + "updatedAt": "2022-09-02T03:30:46.521Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2022-09-02T03:30:46.521Z", + "firstPublishedAt": "2022-09-02T03:30:46.521Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "seo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5Vk8qs6yZ9XKGs493lyVbA" + }, + "fields": { + "name": { + "en-US": "Customer Success", + "zh-CN": "客户成功" + }, + "keyword": { + "en-US": "customer-success" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1x9lCepD8G84T4gqQD5EIu", + "type": "Entry", + "createdAt": "2022-09-02T03:30:37.226Z", + "updatedAt": "2022-09-28T00:36:53.142Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-09-28T00:36:53.142Z", + "firstPublishedAt": "2022-09-02T03:30:57.677Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1x9lCepD8G84T4gqQD5EIu" + }, + "fields": { + "title": { + "en-US": "OpenCart" + }, + "slug": { + "en-US": "opencart" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/opencart-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2HkUUFhL5nzIEq7yqzmMiT", + "type": "Entry", + "createdAt": "2022-09-02T03:31:08.093Z", + "updatedAt": "2023-12-14T01:11:35.120Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 13, + "publishedAt": "2023-12-14T01:11:35.120Z", + "firstPublishedAt": "2022-09-02T06:04:38.432Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 14, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2HkUUFhL5nzIEq7yqzmMiT" + }, + "fields": { + "title": { + "en-US": "apex" + }, + "slug": { + "en-US": "oracle" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/apex-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6SopdyZ7PQpeUsX2MpphlH", + "type": "Entry", + "createdAt": "2022-09-02T03:32:06.132Z", + "updatedAt": "2022-09-02T03:32:18.491Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2022-09-02T03:32:18.491Z", + "firstPublishedAt": "2022-09-02T03:32:18.491Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "seo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6SopdyZ7PQpeUsX2MpphlH" + }, + "fields": { + "name": { + "en-US": "B2B", + "zh-CN": "企业服务" + }, + "keyword": { + "en-US": "b2b" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3nXYhdv0PWhcXte5fDnys2", + "type": "Entry", + "createdAt": "2022-09-02T03:32:14.964Z", + "updatedAt": "2022-09-28T00:36:40.322Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-09-28T00:36:40.322Z", + "firstPublishedAt": "2022-09-02T03:32:34.103Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3nXYhdv0PWhcXte5fDnys2" + }, + "fields": { + "title": { + "en-US": "ownCloud" + }, + "slug": { + "en-US": "owncloud" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/owncloud-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "467kjeri2suyhPKQ001AvV", + "type": "Entry", + "createdAt": "2022-09-02T03:32:35.925Z", + "updatedAt": "2022-09-28T00:36:24.830Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2022-09-28T00:36:24.830Z", + "firstPublishedAt": "2022-09-02T03:32:55.491Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 3, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/467kjeri2suyhPKQ001AvV" + }, + "fields": { + "title": { + "en-US": "Portainer" + }, + "slug": { + "en-US": "portainer" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/portainer-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4QxIvKHInU0GACwfp43Xit", + "type": "Entry", + "createdAt": "2022-09-02T03:32:51.761Z", + "updatedAt": "2022-09-02T03:32:58.345Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2022-09-02T03:32:58.345Z", + "firstPublishedAt": "2022-09-02T03:32:58.345Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "seo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4QxIvKHInU0GACwfp43Xit" + }, + "fields": { + "name": { + "en-US": "IoT", + "zh-CN": "物联网" + }, + "keyword": { + "en-US": "iot" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6ZErmBcBpbHz95HqhAZjqa", + "type": "Entry", + "createdAt": "2022-09-02T03:33:32.175Z", + "updatedAt": "2022-09-28T00:36:12.062Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2022-09-28T00:36:12.062Z", + "firstPublishedAt": "2022-09-02T03:33:58.102Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6ZErmBcBpbHz95HqhAZjqa" + }, + "fields": { + "title": { + "en-US": "PostgreSQL" + }, + "slug": { + "en-US": "postgresql" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/postgresql-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5nktG7xx0USCUV8hOiZLos", + "type": "Entry", + "createdAt": "2022-09-02T03:34:06.030Z", + "updatedAt": "2022-09-28T00:35:58.543Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-09-28T00:35:58.543Z", + "firstPublishedAt": "2022-09-02T03:34:24.765Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5nktG7xx0USCUV8hOiZLos" + }, + "fields": { + "title": { + "en-US": "Prestashop" + }, + "slug": { + "en-US": "prestashop" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/prestashop-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3XgnQ3oQPOgSMBymV5T8DF", + "type": "Entry", + "createdAt": "2022-09-02T03:34:27.210Z", + "updatedAt": "2022-09-28T00:35:43.516Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-09-28T00:35:43.516Z", + "firstPublishedAt": "2022-09-02T03:34:43.119Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3XgnQ3oQPOgSMBymV5T8DF" + }, + "fields": { + "title": { + "en-US": "RabbitMQ" + }, + "slug": { + "en-US": "rabbitmq" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/rabbitmq-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4wWYwtoUsOt2mkjv1R96lg", + "type": "Entry", + "createdAt": "2022-09-02T03:34:47.280Z", + "updatedAt": "2022-09-28T00:35:22.964Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2022-09-28T00:35:22.964Z", + "firstPublishedAt": "2022-09-02T03:35:01.665Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4wWYwtoUsOt2mkjv1R96lg" + }, + "fields": { + "title": { + "en-US": "Redis" + }, + "slug": { + "en-US": "redis" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/redis-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6MM1VlTpJ4eoKE8cn6dp9d", + "type": "Entry", + "createdAt": "2022-09-02T03:35:08.003Z", + "updatedAt": "2022-09-28T00:35:07.831Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-09-28T00:35:07.831Z", + "firstPublishedAt": "2022-09-02T03:35:32.481Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6MM1VlTpJ4eoKE8cn6dp9d" + }, + "fields": { + "title": { + "en-US": "Redmine" + }, + "slug": { + "en-US": "redmine" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/redmine-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7Gx7BnzaW5G0FdxrrMDWxE", + "type": "Entry", + "createdAt": "2022-09-02T03:35:36.885Z", + "updatedAt": "2022-09-28T00:34:55.889Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-09-28T00:34:55.889Z", + "firstPublishedAt": "2022-09-02T03:35:57.207Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7Gx7BnzaW5G0FdxrrMDWxE" + }, + "fields": { + "title": { + "en-US": "RethinkDB" + }, + "slug": { + "en-US": "rethinkdb" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/rethinkdb-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3uLyzhUN4ArMIHKBl9sKwq", + "type": "Entry", + "createdAt": "2022-09-02T03:36:00.087Z", + "updatedAt": "2022-09-28T00:34:42.756Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2022-09-28T00:34:42.756Z", + "firstPublishedAt": "2022-09-02T03:36:30.418Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3uLyzhUN4ArMIHKBl9sKwq" + }, + "fields": { + "title": { + "en-US": "Rocketchat" + }, + "slug": { + "en-US": "rocketchat" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/rocketchat-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5bg2VOYPE8lfTINdMIsS92", + "type": "Entry", + "createdAt": "2022-09-02T03:36:33.063Z", + "updatedAt": "2022-09-28T00:34:17.992Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2022-09-28T00:34:17.992Z", + "firstPublishedAt": "2022-09-02T03:41:02.304Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5bg2VOYPE8lfTINdMIsS92" + }, + "fields": { + "title": { + "en-US": "Scratch" + }, + "slug": { + "en-US": "scratch" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/scratch-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5rnpXACVt02UOihhAXq3j0", + "type": "Entry", + "createdAt": "2022-09-02T03:39:14.284Z", + "updatedAt": "2022-09-02T03:39:32.122Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2022-09-02T03:39:32.122Z", + "firstPublishedAt": "2022-09-02T03:39:32.122Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "seo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5rnpXACVt02UOihhAXq3j0" + }, + "fields": { + "name": { + "en-US": "Block Chain", + "zh-CN": "区块链" + }, + "keyword": { + "en-US": "block-chain" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2MvpDeNTE0QZflSpD6qqHU", + "type": "Entry", + "createdAt": "2022-09-02T03:41:12.118Z", + "updatedAt": "2022-09-28T00:34:03.680Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-09-28T00:34:03.680Z", + "firstPublishedAt": "2022-09-02T03:41:34.553Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2MvpDeNTE0QZflSpD6qqHU" + }, + "fields": { + "title": { + "en-US": "Seafile" + }, + "slug": { + "en-US": "seafile" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/seafile-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4FwFYDsJwhFMm2HLvTE2CZ", + "type": "Entry", + "createdAt": "2022-09-02T03:41:45.310Z", + "updatedAt": "2022-09-28T00:33:50.893Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-09-28T00:33:50.893Z", + "firstPublishedAt": "2022-09-02T03:42:10.179Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4FwFYDsJwhFMm2HLvTE2CZ" + }, + "fields": { + "title": { + "en-US": "SuiteCRM" + }, + "slug": { + "en-US": "suitecrm" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/suitecrm-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6lrHfCRhuRmVLoWskWpPKo", + "type": "Entry", + "createdAt": "2022-09-02T03:42:14.433Z", + "updatedAt": "2022-09-28T00:33:35.023Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2022-09-28T00:33:35.023Z", + "firstPublishedAt": "2022-09-02T03:42:34.496Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6lrHfCRhuRmVLoWskWpPKo" + }, + "fields": { + "title": { + "en-US": "Superset" + }, + "slug": { + "en-US": "superset" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/superset-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "71GcILZIPwJRwVC6kEjqQc", + "type": "Entry", + "createdAt": "2022-09-02T03:42:18.884Z", + "updatedAt": "2024-12-10T08:08:39.245Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2024-12-10T08:08:39.245Z", + "firstPublishedAt": "2022-09-02T03:42:28.636Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "seo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/71GcILZIPwJRwVC6kEjqQc" + }, + "fields": { + "name": { + "en-US": "Managed Desktop", + "zh-CN": "云虚拟桌面" + }, + "keyword": { + "en-US": "managed-desktop" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "33XEOuKkHmmg0ZzbeFORnl", + "type": "Entry", + "createdAt": "2022-09-02T03:43:08.181Z", + "updatedAt": "2022-09-28T00:33:03.401Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-09-28T00:33:03.401Z", + "firstPublishedAt": "2022-09-02T03:43:33.265Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/33XEOuKkHmmg0ZzbeFORnl" + }, + "fields": { + "title": { + "en-US": "Tensorflow" + }, + "slug": { + "en-US": "tensorflow" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/tensorflow-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7yG37appEAAe4Dn6yjypIq", + "type": "Entry", + "createdAt": "2022-09-02T03:43:36.790Z", + "updatedAt": "2022-09-28T00:32:47.051Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 13, + "publishedAt": "2022-09-28T00:32:47.051Z", + "firstPublishedAt": "2022-09-02T03:44:03.183Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 4, + "version": 14, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7yG37appEAAe4Dn6yjypIq" + }, + "fields": { + "title": { + "en-US": "Webmin" + }, + "slug": { + "en-US": "webmine" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/webmin-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6kuu4piIZr1L6dx8vsdYqp", + "type": "Entry", + "createdAt": "2022-09-02T03:44:31.906Z", + "updatedAt": "2022-09-02T03:44:44.063Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2022-09-02T03:44:44.063Z", + "firstPublishedAt": "2022-09-02T03:44:44.063Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "seo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6kuu4piIZr1L6dx8vsdYqp" + }, + "fields": { + "name": { + "en-US": "Outsourcing", + "zh-CN": "外包" + }, + "keyword": { + "en-US": "outsourcing" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5VnT7doKS9SCSyYsEECmiz", + "type": "Entry", + "createdAt": "2022-09-02T03:47:14.971Z", + "updatedAt": "2022-09-02T03:47:22.765Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2022-09-02T03:47:22.765Z", + "firstPublishedAt": "2022-09-02T03:47:22.765Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "seo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5VnT7doKS9SCSyYsEECmiz" + }, + "fields": { + "name": { + "en-US": "Supply Chain", + "zh-CN": "供应链" + }, + "keyword": { + "en-US": "supply-chain" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1h43x0vZ8mOLOfbpDLsYWC", + "type": "Entry", + "createdAt": "2022-09-02T03:47:14.981Z", + "updatedAt": "2022-09-28T00:32:31.375Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2022-09-28T00:32:31.375Z", + "firstPublishedAt": "2022-09-02T03:47:34.399Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1h43x0vZ8mOLOfbpDLsYWC" + }, + "fields": { + "title": { + "en-US": "Wordpress" + }, + "slug": { + "en-US": "wordpress" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/wordpress-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3dWwmofrNbq2MYt2M7Yoel", + "type": "Entry", + "createdAt": "2022-09-02T03:47:41.645Z", + "updatedAt": "2022-09-28T00:32:11.534Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2022-09-28T00:32:11.534Z", + "firstPublishedAt": "2022-09-02T03:48:04.933Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3dWwmofrNbq2MYt2M7Yoel" + }, + "fields": { + "title": { + "en-US": "Zabbix" + }, + "slug": { + "en-US": "zabbix" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/zabbix-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2G085ztxWxfI4WDsEFNlBz", + "type": "Entry", + "createdAt": "2022-09-02T03:47:44.284Z", + "updatedAt": "2022-09-02T03:47:54.415Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2022-09-02T03:47:54.415Z", + "firstPublishedAt": "2022-09-02T03:47:54.415Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "seo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2G085ztxWxfI4WDsEFNlBz" + }, + "fields": { + "name": { + "en-US": "Smart Manufacturing", + "zh-CN": "智能制造" + }, + "keyword": { + "en-US": "smart-manufacturing" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3ifvTmlEZ0BBdLqqy31qYo", + "type": "Entry", + "createdAt": "2022-09-02T03:48:08.315Z", + "updatedAt": "2022-09-28T00:31:56.167Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-09-28T00:31:56.167Z", + "firstPublishedAt": "2022-09-02T03:48:33.009Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3ifvTmlEZ0BBdLqqy31qYo" + }, + "fields": { + "title": { + "en-US": "Zentao" + }, + "slug": { + "en-US": "zentao" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/zentao-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2N9YLadndPQR06ic0mO18s", + "type": "Entry", + "createdAt": "2022-09-02T03:48:27.249Z", + "updatedAt": "2022-09-02T03:48:36.336Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2022-09-02T03:48:36.336Z", + "firstPublishedAt": "2022-09-02T03:48:36.336Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "seo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2N9YLadndPQR06ic0mO18s" + }, + "fields": { + "name": { + "en-US": "Finance & Tax", + "zh-CN": "财税" + }, + "keyword": { + "en-US": "finance-and-tax" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7mcAFr4uP0RuuHcJhWsUvv", + "type": "Entry", + "createdAt": "2022-09-02T03:49:48.963Z", + "updatedAt": "2022-09-02T03:49:55.935Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2022-09-02T03:49:55.935Z", + "firstPublishedAt": "2022-09-02T03:49:55.935Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "seo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7mcAFr4uP0RuuHcJhWsUvv" + }, + "fields": { + "name": { + "en-US": "Mobility", + "zh-CN": "移动" + }, + "keyword": { + "en-US": "mobility" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1c61vqVTEVfhmNa8lNIqrO", + "type": "Entry", + "createdAt": "2022-09-02T03:58:51.439Z", + "updatedAt": "2023-06-02T02:23:46.463Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2023-06-02T02:23:46.463Z", + "firstPublishedAt": "2022-09-02T03:59:15.607Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1c61vqVTEVfhmNa8lNIqrO" + }, + "fields": { + "title": { + "en-US": "Kodbox" + }, + "slug": { + "en-US": "kodbox" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/kodbox-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1kt8RTcX6n5zZb5EhiNEYd", + "type": "Entry", + "createdAt": "2022-09-02T03:59:24.859Z", + "updatedAt": "2022-09-28T00:31:27.219Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-09-28T00:31:27.219Z", + "firstPublishedAt": "2022-09-02T03:59:55.872Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1kt8RTcX6n5zZb5EhiNEYd" + }, + "fields": { + "title": { + "en-US": "openCV" + }, + "slug": { + "en-US": "opencv" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/opencv-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "nidAFCB4mafqLz2bzixiW", + "type": "Entry", + "createdAt": "2022-09-02T04:00:09.172Z", + "updatedAt": "2022-09-28T00:31:11.600Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2022-09-28T00:31:11.600Z", + "firstPublishedAt": "2022-09-02T04:00:41.824Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/nidAFCB4mafqLz2bzixiW" + }, + "fields": { + "title": { + "en-US": "DiscuzQ" + }, + "slug": { + "en-US": "discuzq" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/discuzq-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1x9v4G2ZHms5vlJnOdFgJm", + "type": "Entry", + "createdAt": "2022-09-02T04:00:45.597Z", + "updatedAt": "2022-09-28T00:30:51.243Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-09-28T00:30:51.243Z", + "firstPublishedAt": "2022-09-02T04:04:55.682Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1x9v4G2ZHms5vlJnOdFgJm" + }, + "fields": { + "title": { + "en-US": "Tomcat" + }, + "slug": { + "en-US": "tomcat" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/tomcat-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7mHuM5gWzBX7m9a2bPkzPw", + "type": "Entry", + "createdAt": "2022-09-02T04:09:24.189Z", + "updatedAt": "2022-09-02T04:09:43.713Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2022-09-02T04:09:43.713Z", + "firstPublishedAt": "2022-09-02T04:09:43.713Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "seo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7mHuM5gWzBX7m9a2bPkzPw" + }, + "fields": { + "name": { + "en-US": "Small Business", + "zh-CN": "中小企业" + }, + "keyword": { + "en-US": "small-business" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4DmwGRxVVFBeiR5MGbv9ea", + "type": "Entry", + "createdAt": "2022-09-02T04:12:48.346Z", + "updatedAt": "2022-09-02T04:13:03.021Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2022-09-02T04:13:03.021Z", + "firstPublishedAt": "2022-09-02T04:13:03.021Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "seo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4DmwGRxVVFBeiR5MGbv9ea" + }, + "fields": { + "name": { + "en-US": "Digital Transformation", + "zh-CN": "数字化转型" + }, + "keyword": { + "en-US": "digital-transformation" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "474NGZtIwb7OmYB6hwO3zt", + "type": "Entry", + "createdAt": "2022-09-02T04:14:21.736Z", + "updatedAt": "2022-09-02T04:14:31.736Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2022-09-02T04:14:31.736Z", + "firstPublishedAt": "2022-09-02T04:14:31.736Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "seo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/474NGZtIwb7OmYB6hwO3zt" + }, + "fields": { + "name": { + "en-US": "Increase", + "zh-CN": "增长" + }, + "keyword": { + "en-US": "increase" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "wrdKvKirsgcNXMvlmppVJ", + "type": "Entry", + "createdAt": "2022-09-02T04:14:36.125Z", + "updatedAt": "2022-09-02T04:15:40.821Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2022-09-02T04:15:40.821Z", + "firstPublishedAt": "2022-09-02T04:15:40.821Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "seo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/wrdKvKirsgcNXMvlmppVJ" + }, + "fields": { + "name": { + "en-US": "Strategy", + "zh-CN": "战略" + }, + "keyword": { + "en-US": "strategy" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3XLYU7pPQw1tv0esOTj1Qw", + "type": "Entry", + "createdAt": "2022-09-02T04:16:20.823Z", + "updatedAt": "2022-09-02T04:16:37.195Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2022-09-02T04:16:37.195Z", + "firstPublishedAt": "2022-09-02T04:16:37.195Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "seo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3XLYU7pPQw1tv0esOTj1Qw" + }, + "fields": { + "name": { + "en-US": "Business Operation", + "zh-CN": "业务运营" + }, + "keyword": { + "en-US": "business-operation" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5WKhPDoXrkwKkJomj8jzCp", + "type": "Entry", + "createdAt": "2022-09-02T04:16:43.511Z", + "updatedAt": "2022-09-02T04:17:07.745Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2022-09-02T04:17:07.745Z", + "firstPublishedAt": "2022-09-02T04:17:07.745Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "seo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5WKhPDoXrkwKkJomj8jzCp" + }, + "fields": { + "name": { + "en-US": "Globalization", + "zh-CN": "全球化" + }, + "keyword": { + "en-US": "globalization" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "16MLUmzJ4h1KIH6iM0Acyr", + "type": "Entry", + "createdAt": "2022-09-02T04:17:40.262Z", + "updatedAt": "2022-09-02T04:17:54.453Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2022-09-02T04:17:54.453Z", + "firstPublishedAt": "2022-09-02T04:17:54.453Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "seo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/16MLUmzJ4h1KIH6iM0Acyr" + }, + "fields": { + "name": { + "en-US": "Risk Management", + "zh-CN": "风险管理" + }, + "keyword": { + "en-US": "risk-management" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5ZI5v46i4bcbpVZMqwZuvA", + "type": "Entry", + "createdAt": "2022-09-02T04:18:42.407Z", + "updatedAt": "2022-09-02T04:18:54.634Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2022-09-02T04:18:54.634Z", + "firstPublishedAt": "2022-09-02T04:18:54.634Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "seo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5ZI5v46i4bcbpVZMqwZuvA" + }, + "fields": { + "name": { + "en-US": "Leadership", + "zh-CN": "领导力" + }, + "keyword": { + "en-US": "leadership" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1hnMuBblEy7FxcAYQAMyDE", + "type": "Entry", + "createdAt": "2022-09-02T04:19:16.332Z", + "updatedAt": "2022-09-02T04:19:28.703Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2022-09-02T04:19:28.703Z", + "firstPublishedAt": "2022-09-02T04:19:28.703Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "seo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1hnMuBblEy7FxcAYQAMyDE" + }, + "fields": { + "name": { + "en-US": "Talent", + "zh-CN": "人才发展" + }, + "keyword": { + "en-US": "talent" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6rP4w22AvOA8nZiAwfSLGm", + "type": "Entry", + "createdAt": "2022-09-02T04:20:13.562Z", + "updatedAt": "2022-09-02T04:20:28.146Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2022-09-02T04:20:28.146Z", + "firstPublishedAt": "2022-09-02T04:20:28.146Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "seo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6rP4w22AvOA8nZiAwfSLGm" + }, + "fields": { + "name": { + "en-US": "Emerging Technologies", + "zh-CN": "新兴技术" + }, + "keyword": { + "en-US": "emerging-technologies" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4Zumkkxl7i6hH0ykPh3ugH", + "type": "Entry", + "createdAt": "2022-09-02T04:20:36.122Z", + "updatedAt": "2022-09-02T04:21:00.121Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2022-09-02T04:21:00.121Z", + "firstPublishedAt": "2022-09-02T04:21:00.121Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "seo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4Zumkkxl7i6hH0ykPh3ugH" + }, + "fields": { + "name": { + "en-US": "Technology Management", + "zh-CN": "技术管理" + }, + "keyword": { + "en-US": "technology-management" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3ROfC1ucVpKv0BNw4ylMW6", + "type": "Entry", + "createdAt": "2022-09-02T04:23:35.159Z", + "updatedAt": "2022-09-02T04:23:50.782Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2022-09-02T04:23:50.782Z", + "firstPublishedAt": "2022-09-02T04:23:50.782Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "seo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3ROfC1ucVpKv0BNw4ylMW6" + }, + "fields": { + "name": { + "en-US": "Ecosystem", + "zh-CN": "生态合作" + }, + "keyword": { + "en-US": "ecosystem" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6SpvHk6sAB6x7nPYM29ez7", + "type": "Entry", + "createdAt": "2022-09-02T04:24:31.633Z", + "updatedAt": "2022-09-02T04:24:42.360Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2022-09-02T04:24:42.360Z", + "firstPublishedAt": "2022-09-02T04:24:42.360Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "seo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6SpvHk6sAB6x7nPYM29ez7" + }, + "fields": { + "name": { + "en-US": "BPO", + "zh-CN": "业务流程外包" + }, + "keyword": { + "en-US": "bpo" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1La1i50JNXmlgSg6bDraWA", + "type": "Entry", + "createdAt": "2022-09-02T04:25:06.992Z", + "updatedAt": "2022-09-02T04:25:16.824Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2022-09-02T04:25:16.824Z", + "firstPublishedAt": "2022-09-02T04:25:16.824Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "seo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1La1i50JNXmlgSg6bDraWA" + }, + "fields": { + "name": { + "en-US": "Meta", + "zh-CN": "元宇宙" + }, + "keyword": { + "en-US": "meta" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6QQMkgwGkzG0FVbMExBym9", + "type": "Entry", + "createdAt": "2022-09-02T04:25:22.158Z", + "updatedAt": "2022-09-02T04:26:51.418Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2022-09-02T04:26:51.418Z", + "firstPublishedAt": "2022-09-02T04:26:51.418Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "seo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6QQMkgwGkzG0FVbMExBym9" + }, + "fields": { + "name": { + "en-US": "Remote", + "zh-CN": "远程办公" + }, + "keyword": { + "en-US": "remote" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "VhfSYH2Kc5scBY15HVj4c", + "type": "Entry", + "createdAt": "2022-09-02T04:28:13.901Z", + "updatedAt": "2022-09-02T04:28:25.903Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2022-09-02T04:28:25.903Z", + "firstPublishedAt": "2022-09-02T04:28:25.903Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "seo" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/VhfSYH2Kc5scBY15HVj4c" + }, + "fields": { + "name": { + "en-US": "Low Code", + "zh-CN": "低代码" + }, + "keyword": { + "en-US": "low-code" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3vCjbC4LJQgteJ0A8T5eEF", + "type": "Entry", + "createdAt": "2022-09-02T04:30:48.882Z", + "updatedAt": "2022-09-02T04:31:33.002Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2022-09-02T04:31:33.002Z", + "firstPublishedAt": "2022-09-02T04:31:33.002Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutAppPersonnel" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3vCjbC4LJQgteJ0A8T5eEF" + }, + "fields": { + "title": { + "en-US": "CXO", + "zh-CN": "高管" + }, + "key": { + "en-US": "cxo" + }, + "description": { + "en-US": "C level person", + "zh-CN": "企业高管,CEO,COO 等" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5nnWNotOqyUr46d2ZEQzsA", + "type": "Entry", + "createdAt": "2022-09-02T04:31:40.666Z", + "updatedAt": "2022-09-02T04:32:20.596Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2022-09-02T04:32:20.596Z", + "firstPublishedAt": "2022-09-02T04:32:20.596Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutAppPersonnel" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5nnWNotOqyUr46d2ZEQzsA" + }, + "fields": { + "title": { + "en-US": "Student", + "zh-CN": "学生" + }, + "key": { + "en-US": "student" + }, + "description": { + "en-US": "Beginners or current students", + "zh-CN": "初学者或在校学生" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1VXky9TPc6JBCS6Gorxnzl", + "type": "Entry", + "createdAt": "2022-09-02T04:33:39.247Z", + "updatedAt": "2022-09-02T04:34:19.483Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2022-09-02T04:34:19.483Z", + "firstPublishedAt": "2022-09-02T04:34:19.483Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutAppPersonnel" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1VXky9TPc6JBCS6Gorxnzl" + }, + "fields": { + "title": { + "en-US": "Editor", + "zh-CN": "内容编辑" + }, + "key": { + "en-US": "editor" + }, + "description": { + "en-US": "Content Creator and Editor", + "zh-CN": "内容营销创造者或编辑人员" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2V5Sey9mCVvizDs6ikr7ig", + "type": "Entry", + "createdAt": "2022-09-02T04:34:41.851Z", + "updatedAt": "2022-09-02T04:35:11.095Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2022-09-02T04:35:11.095Z", + "firstPublishedAt": "2022-09-02T04:35:11.095Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutAppPersonnel" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2V5Sey9mCVvizDs6ikr7ig" + }, + "fields": { + "title": { + "en-US": "Data Analyst", + "zh-CN": "数据分析师" + }, + "key": { + "en-US": "data-analyst" + }, + "description": { + "en-US": "Data Analyst", + "zh-CN": "数据分析师" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "52ZGmeDcuMPlYTbNu2sW0C", + "type": "Entry", + "createdAt": "2022-09-02T06:04:28.402Z", + "updatedAt": "2022-09-02T06:25:59.931Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2022-09-02T06:25:59.931Z", + "firstPublishedAt": "2022-09-02T06:25:59.931Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutAppPersonnel" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/52ZGmeDcuMPlYTbNu2sW0C" + }, + "fields": { + "title": { + "en-US": "Architect", + "zh-CN": "架构师" + }, + "key": { + "en-US": "architect" + }, + "description": { + "en-US": "A person who is qualified to design buildings and to plan and supervise their construction", + "zh-CN": "企业中将业务战略设计成可以系统化的人员" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2oqXpGwpM6BERMMYintDLj", + "type": "Entry", + "createdAt": "2022-09-02T06:04:47.636Z", + "updatedAt": "2022-09-28T00:29:46.770Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-09-28T00:29:46.770Z", + "firstPublishedAt": "2022-09-02T06:05:19.816Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2oqXpGwpM6BERMMYintDLj" + }, + "fields": { + "title": { + "en-US": "BT" + }, + "slug": { + "en-US": "bt" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/bt-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "FwLcP5LrA6EYVCTn8t9zc", + "type": "Entry", + "createdAt": "2022-09-02T06:05:22.221Z", + "updatedAt": "2023-12-20T05:56:10.971Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2023-12-20T05:56:10.971Z", + "firstPublishedAt": "2022-09-02T06:05:44.761Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/FwLcP5LrA6EYVCTn8t9zc" + }, + "fields": { + "title": { + "en-US": "Elastic" + }, + "slug": { + "en-US": "elastic" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/elastic-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2sAAXzfQdsztAJfSLlCAts", + "type": "Entry", + "createdAt": "2022-09-02T06:05:49.763Z", + "updatedAt": "2023-06-03T09:27:47.138Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2023-06-03T09:27:47.138Z", + "firstPublishedAt": "2022-09-02T06:06:26.907Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2sAAXzfQdsztAJfSLlCAts" + }, + "fields": { + "title": { + "en-US": "SQL Server" + }, + "slug": { + "en-US": "sqlserver" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/sqlserver-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "200u8j5rbqFN5vMLIcUW3P", + "type": "Entry", + "createdAt": "2022-09-02T06:06:30.567Z", + "updatedAt": "2022-09-28T00:26:18.907Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-09-28T00:26:18.907Z", + "firstPublishedAt": "2022-09-02T06:08:21.124Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/200u8j5rbqFN5vMLIcUW3P" + }, + "fields": { + "title": { + "en-US": "Vtiger" + }, + "slug": { + "en-US": "vtiger" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/vtiger-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2pDWbpcKlrkywr5BMUn5KQ", + "type": "Entry", + "createdAt": "2022-09-02T06:10:34.696Z", + "updatedAt": "2022-10-21T01:51:32.800Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2022-10-21T01:51:32.800Z", + "firstPublishedAt": "2022-09-02T06:10:56.807Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 3, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2pDWbpcKlrkywr5BMUn5KQ" + }, + "fields": { + "title": { + "en-US": "Alfresco" + }, + "slug": { + "en-US": "alfresco" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/alfresco-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "72X8EHkmIJuRPftrB2y4WV", + "type": "Entry", + "createdAt": "2022-09-02T06:26:04.049Z", + "updatedAt": "2022-09-02T06:26:54.871Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2022-09-02T06:26:54.871Z", + "firstPublishedAt": "2022-09-02T06:26:54.871Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutAppPersonnel" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/72X8EHkmIJuRPftrB2y4WV" + }, + "fields": { + "title": { + "en-US": "Consultant", + "zh-CN": "咨询顾问" + }, + "key": { + "en-US": "consultant" + }, + "description": { + "en-US": "A person who provides expert advice professionally", + "zh-CN": "为企业提供咨询、业务诊断的内部人员或外部人员" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7rNeLNZpc0T7Dd0qJzFn7k", + "type": "Entry", + "createdAt": "2022-09-02T06:28:35.856Z", + "updatedAt": "2022-09-02T06:29:32.625Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2022-09-02T06:29:32.625Z", + "firstPublishedAt": "2022-09-02T06:29:32.625Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutAppPersonnel" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7rNeLNZpc0T7Dd0qJzFn7k" + }, + "fields": { + "title": { + "en-US": "Customer Success Team", + "zh-CN": "客户成功团队" + }, + "key": { + "en-US": "customer-success-team" + }, + "description": { + "en-US": "Customer success teams are in the business of improving the customer’s experience to meet desired outcomes when they are using a product or service. ", + "zh-CN": "客户成功团队致力于改善客户体验,以在使用产品或服务时达到预期结果。" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "vbbiHNKxaNXh8noSStJfB", + "type": "Entry", + "createdAt": "2022-09-02T06:29:39.118Z", + "updatedAt": "2022-09-02T06:29:54.406Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2022-09-02T06:29:54.406Z", + "firstPublishedAt": "2022-09-02T06:29:54.406Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutAppPersonnel" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/vbbiHNKxaNXh8noSStJfB" + }, + "fields": { + "title": { + "en-US": "Sales", + "zh-CN": "销售" + }, + "key": { + "en-US": "sales" + }, + "description": { + "en-US": "Sales", + "zh-CN": "销售人员" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "HLzuo36B0v5nappGJtWyB", + "type": "Entry", + "createdAt": "2022-09-02T06:30:15.042Z", + "updatedAt": "2022-09-02T06:31:10.929Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-09-02T06:31:10.929Z", + "firstPublishedAt": "2022-09-02T06:30:47.937Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutAppPersonnel" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/HLzuo36B0v5nappGJtWyB" + }, + "fields": { + "title": { + "en-US": "Marketing Team", + "zh-CN": "市场人员" + }, + "key": { + "en-US": "marketing-team" + }, + "description": { + "en-US": "Marketing Team", + "zh-CN": "市场营销团队" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4Oqmqcy8Mc0BKH3SglB990", + "type": "Entry", + "createdAt": "2022-09-02T06:32:00.368Z", + "updatedAt": "2022-09-02T06:32:22.388Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2022-09-02T06:32:22.388Z", + "firstPublishedAt": "2022-09-02T06:32:22.388Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutAppPersonnel" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4Oqmqcy8Mc0BKH3SglB990" + }, + "fields": { + "title": { + "en-US": "Accounting", + "zh-CN": "财务" + }, + "key": { + "en-US": "accounting" + }, + "description": { + "en-US": "Accounting person", + "zh-CN": "财务人员" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6PAPQ68qroHDGba7O9DQQ5", + "type": "Entry", + "createdAt": "2022-09-02T06:32:51.435Z", + "updatedAt": "2022-09-02T06:33:26.669Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2022-09-02T06:33:26.669Z", + "firstPublishedAt": "2022-09-02T06:33:26.669Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutAppPersonnel" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6PAPQ68qroHDGba7O9DQQ5" + }, + "fields": { + "title": { + "en-US": "Administrative", + "zh-CN": "行政支持" + }, + "key": { + "en-US": "administrative" + }, + "description": { + "en-US": "Administrative Assistant", + "zh-CN": "新增支持人员" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4zs1RAViCqbskgaB7eTJtI", + "type": "Entry", + "createdAt": "2022-09-02T06:33:55.601Z", + "updatedAt": "2022-09-02T06:34:09.066Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2022-09-02T06:34:09.066Z", + "firstPublishedAt": "2022-09-02T06:34:09.066Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutAppPersonnel" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4zs1RAViCqbskgaB7eTJtI" + }, + "fields": { + "title": { + "en-US": "Business Analyst", + "zh-CN": "业务分析师" + }, + "key": { + "en-US": "business-analyst" + }, + "description": { + "en-US": "Business Analyst", + "zh-CN": "业务分析师" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "ANUuuUmob0lrfiQPlOdoX", + "type": "Entry", + "createdAt": "2022-09-02T06:34:48.403Z", + "updatedAt": "2022-09-02T06:35:06.233Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2022-09-02T06:35:06.233Z", + "firstPublishedAt": "2022-09-02T06:35:06.233Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutAppPersonnel" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/ANUuuUmob0lrfiQPlOdoX" + }, + "fields": { + "title": { + "en-US": "Teacher", + "zh-CN": "教师" + }, + "key": { + "en-US": "teacher" + }, + "description": { + "en-US": "Teacher", + "zh-CN": "教师" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4rqwdinfu5GMYieb5agezJ", + "type": "Entry", + "createdAt": "2022-09-02T06:35:45.115Z", + "updatedAt": "2022-09-02T06:36:04.969Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2022-09-02T06:36:04.969Z", + "firstPublishedAt": "2022-09-02T06:35:57.405Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutAppPersonnel" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4rqwdinfu5GMYieb5agezJ" + }, + "fields": { + "title": { + "en-US": "Worker", + "zh-CN": "工人" + }, + "key": { + "en-US": "worker" + }, + "description": { + "en-US": "Worker", + "zh-CN": "工厂工人" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1khB3UdFfSkwndBbZhXTux", + "type": "Entry", + "createdAt": "2022-09-02T06:39:41.469Z", + "updatedAt": "2022-09-02T06:39:59.525Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2022-09-02T06:39:59.525Z", + "firstPublishedAt": "2022-09-02T06:39:59.525Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutAppPersonnel" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1khB3UdFfSkwndBbZhXTux" + }, + "fields": { + "title": { + "en-US": "Product Management", + "zh-CN": "产品经理" + }, + "key": { + "en-US": "product-management" + }, + "description": { + "en-US": "Product Management", + "zh-CN": "产品经理" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3QlkgARyx6qWODzbp2zwOY", + "type": "Entry", + "createdAt": "2022-09-02T06:40:14.099Z", + "updatedAt": "2022-09-02T06:40:31.620Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2022-09-02T06:40:31.620Z", + "firstPublishedAt": "2022-09-02T06:40:31.620Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutAppPersonnel" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3QlkgARyx6qWODzbp2zwOY" + }, + "fields": { + "title": { + "en-US": "User Experience", + "zh-CN": "用户体验师" + }, + "key": { + "en-US": "user-experience" + }, + "description": { + "en-US": "User Experience", + "zh-CN": "用户体验设计师" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "79sW6fIZmgeWRjeXqRs1RM", + "type": "Entry", + "createdAt": "2022-09-02T06:41:36.546Z", + "updatedAt": "2022-09-02T06:41:57.187Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2022-09-02T06:41:57.187Z", + "firstPublishedAt": "2022-09-02T06:41:57.187Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutAppPersonnel" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/79sW6fIZmgeWRjeXqRs1RM" + }, + "fields": { + "title": { + "en-US": "Project Manager", + "zh-CN": "项目经理" + }, + "key": { + "en-US": "project-manager" + }, + "description": { + "en-US": "Project Manager", + "zh-CN": "项目经理" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5az2WO5YkKr6IUpetZXEZy", + "type": "Entry", + "createdAt": "2022-09-02T07:52:40.881Z", + "updatedAt": "2024-09-26T01:58:39.755Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 25, + "publishedAt": "2024-09-26T01:58:39.755Z", + "firstPublishedAt": "2022-09-02T07:54:04.642Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 9, + "version": 26, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5az2WO5YkKr6IUpetZXEZy" + }, + "fields": { + "title": { + "en-US": "Data Warehouse and Lake", + "zh-CN": "数据仓库/数据湖" + }, + "key": { + "en-US": "data-warehouse" + }, + "position": { + "en-US": 11 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4mv9cboFR6s2EODk9Uzx4O" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "65YrBrBlgXbR7BLCe6oP0K" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7EhengWHk8so7BMWjTgPvQ", + "type": "Entry", + "createdAt": "2022-09-02T07:54:53.097Z", + "updatedAt": "2024-09-25T05:26:10.439Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 22, + "publishedAt": "2024-09-25T05:26:10.439Z", + "firstPublishedAt": "2022-09-02T07:56:52.084Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 6, + "version": 23, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7EhengWHk8so7BMWjTgPvQ" + }, + "fields": { + "title": { + "en-US": "Master Data", + "zh-CN": "主数据管理" + }, + "key": { + "en-US": "master-data" + }, + "position": { + "en-US": 11 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3HjhIaDMod8KcMZ5dWq1j2" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "65YrBrBlgXbR7BLCe6oP0K" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "25O12xwjoBcnGyQ2pY8gi1", + "type": "Entry", + "createdAt": "2022-09-02T07:58:29.996Z", + "updatedAt": "2024-09-26T03:42:38.824Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 25, + "publishedAt": "2024-09-26T03:42:38.824Z", + "firstPublishedAt": "2022-09-02T07:58:53.147Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 7, + "version": 26, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/25O12xwjoBcnGyQ2pY8gi1" + }, + "fields": { + "title": { + "en-US": "Data Insights & BI", + "zh-CN": "BI与数据可视化" + }, + "key": { + "en-US": "dinsights" + }, + "position": { + "en-US": 1 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "65YrBrBlgXbR7BLCe6oP0K" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6z4K4lRzUc1pAU87WuWdZG", + "type": "Entry", + "createdAt": "2022-09-02T08:03:55.957Z", + "updatedAt": "2024-01-31T08:37:57.563Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 36, + "publishedAt": "2024-01-31T08:37:57.563Z", + "firstPublishedAt": "2022-09-02T08:04:28.396Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 9, + "version": 37, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6z4K4lRzUc1pAU87WuWdZG" + }, + "fields": { + "title": { + "en-US": "Supply Chain & Manufacturing & Logistic", + "zh-CN": "供应链/采购/生产/物流" + }, + "key": { + "en-US": "smart-manufacturing" + }, + "position": { + "en-US": 1.2 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3HjhIaDMod8KcMZ5dWq1j2" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7a6iXVFazKHCE4gyvwo2Yx", + "type": "Entry", + "createdAt": "2022-09-02T08:14:12.342Z", + "updatedAt": "2024-09-25T05:21:48.037Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 17, + "publishedAt": "2024-09-25T05:21:48.037Z", + "firstPublishedAt": "2022-09-02T08:14:46.552Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 5, + "version": 18, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7a6iXVFazKHCE4gyvwo2Yx" + }, + "fields": { + "title": { + "en-US": "Data Catalog", + "zh-CN": "数据门户" + }, + "key": { + "en-US": "data-catalog" + }, + "position": { + "en-US": 6 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "65YrBrBlgXbR7BLCe6oP0K" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1bAg9zussLKIEK0fUhbaMH", + "type": "Entry", + "createdAt": "2022-09-02T08:25:20.203Z", + "updatedAt": "2022-09-03T05:57:23.565Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2022-09-03T05:57:23.565Z", + "firstPublishedAt": "2022-09-02T08:25:43.629Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 3, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "page" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1bAg9zussLKIEK0fUhbaMH" + }, + "fields": { + "key": { + "en-US": "ResourceCenter" + }, + "title": { + "en-US": "ResourceCenter", + "zh-CN": "资源中心" + }, + "content": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3Q16gw8DgjpazHrMaOlpgj" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4FAFuqZ6jYq58ypEg4zPB2" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7nMNcJU8pX0OQHaM70BoXI", + "type": "Entry", + "createdAt": "2022-09-02T08:59:45.705Z", + "updatedAt": "2023-06-26T06:48:31.142Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 33, + "publishedAt": "2023-06-26T06:48:31.142Z", + "firstPublishedAt": "2022-09-02T09:00:21.748Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 10, + "version": 34, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7nMNcJU8pX0OQHaM70BoXI" + }, + "fields": { + "title": { + "en-US": "Low Code and No Code", + "zh-CN": "低代码/零代码" + }, + "key": { + "en-US": "low-code" + }, + "position": { + "en-US": 12 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5NnUPnn4oierElCt5AI0po" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5fhqDdiijbN558c2c6TkzN" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7tIdZpU3nRqbKmcGhksfBT", + "type": "Entry", + "createdAt": "2022-09-02T09:20:43.905Z", + "updatedAt": "2023-06-06T03:54:21.887Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 14, + "publishedAt": "2023-06-06T03:54:21.887Z", + "firstPublishedAt": "2022-09-02T09:21:55.122Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 15, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7tIdZpU3nRqbKmcGhksfBT" + }, + "fields": { + "title": { + "en-US": "Digital creativity", + "zh-CN": "数字创意" + }, + "key": { + "en-US": "dcreativity" + }, + "position": { + "en-US": 10 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5fhqDdiijbN558c2c6TkzN" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "yhZBwXL9qelsD2sPfsMxC", + "type": "Entry", + "createdAt": "2022-09-05T01:34:25.920Z", + "updatedAt": "2024-10-25T00:17:57.003Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 122, + "publishedAt": "2024-10-25T00:17:57.003Z", + "firstPublishedAt": "2022-09-05T09:26:58.294Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 22, + "version": 123, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/yhZBwXL9qelsD2sPfsMxC" + }, + "fields": { + "key": { + "en-US": "awx" + }, + "trademark": { + "en-US": "AWX", + "zh-CN": "AWX" + }, + "title": { + "en-US": "Web-based IT Evironments Automation Platform", + "zh-CN": "自动化运维平台 AWX" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1TaffzuSiHDOIQ0JxubFHY" + } + } + }, + "summary": { + "en-US": "The Ansible Tower's open source edition", + "zh-CN": "是Ansible Tower的开源版,Ansible Tower是一个可视化界面的服务器自动部署和运维管理平台。" + }, + "overview": { + "en-US": "Ansible® delivers simple IT automation that ends repetitive tasks and frees up DevOps teams for more strategic work.", + "zh-CN": "AWX 是Ansible Tower的开源版,Ansible Tower是一个可视化界面的服务器自动部署和运维管理平台。可以通过可视仪表板,基于角色的访问控制,作业计划,集成通知和图形库存管理来集中和控制IT基础架构。" + }, + "description": { + "en-US": "This is a repackaged AWX Project with professional support for your business. AWX Project is an open source community project sponsored by Red Hat®. It enables users to better control their Ansible® project use in IT environments. AWX is the upstream project from which the Red Hat® Ansible® Tower offering is ultimately derived.", + "zh-CN": "AWX 是Ansible Tower的开源版,Ansible Tower是一个可视化界面的服务器自动部署和运维管理平台。您可以通过可视仪表板,基于角色的访问控制,作业计划,集成通知和图形库存管理来集中和控制IT基础架构。使用REST API和CLI轻松将Ansible Tower嵌入到现有工具和流程中。" + }, + "screenshots": { + "en-US": [ + { + "id": "2593cbb4-5b2a-45c0-8afb-0285e6a70ae3", + "key": "login", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/awx/awx-login-websoft9.png" + }, + { + "id": "a8098672-e155-4cc9-a864-2562283f880d", + "key": "ui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/awx/awxui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "75d8a576-1248-4cdb-9a1d-59997f298421", + "key": "login", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/awx/awx-login-websoft9.png" + }, + { + "id": "063caf7f-b721-4b32-a8be-3d433d68663c", + "key": "ui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/awx/awx-gui-websoft9.png" + } + ] + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "32WtPgyvOgBajG1FTcteCe" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Other", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "highlights": { + "en-US": [ + "can be used across entire IT teams from systems and network administrators to developers and managers", + "Pre-configured, one-click to deploy on Cloud Server", + "All codes on your server, secure and customizable", + "Paid image, free professional support for your business" + ], + "zh-CN": [ + "无用户数和服务器数量的限制", + "可以跨IT团队协作", + "已完成预配置、密码初始化,购买后即可自主使用", + "基于 Docker 的云原生架构,便于产品升级、版本变更、卸载以及安装更多应用", + "提供免费的技术支持" + ] + }, + "faq": { + "en-US": [ + { + "id": "1d809ab9-7586-4193-9102-dfd4ec83c309", + "key": "AWX support multi-language?", + "value": "Yes, it supported Locales. It automatically sets the locale preference based on the user’s browser settings. For Safari, Internet Explorer, and older versions of Chrome as well as FireFox, this is handled automatically." + }, + { + "id": "97994f70-e6f2-4c83-815b-0d9a2708a9c8", + "key": "How is AWX connected to PostgreSQL?", + "value": "AWX connect PostgreSQL in Docker inner, and you can use external Database" + } + ], + "zh-CN": [ + { + "id": "d9a5b49c-89c1-4b89-90a1-b600d839ea8b", + "key": "AWX 支持多语言吗?", + "value": "支持多种语言,包括中文。它不提供语言切换菜单,而是自动适用浏览器首选语言。" + }, + { + "id": "27026443-9225-468b-9d61-5baafbd63895", + "key": "AWX 是如何与 PostgreSQL 连接的?", + "value": "容器内部连接,即容器编排" + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5UuBH4b0zhyMD4oGb9FSpf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ErftetWADiFvvgRO3pFnU" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.ansible.com/community/awx-project" + }, + "trademarkUrl": { + "en-US": "https://github.com/ansible/awx-logos/blob/master/TRADEMARKS.md" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "keywords": { + "en-US": [ + "AWX", + "IT automation", + "ansible" + ], + "zh-CN": [ + "AWX", + "自动化", + "ansible" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "22.5.0" + ] + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": false + }, + "vcpu": { + "en-US": 2, + "zh-CN": 2 + }, + "memory": { + "en-US": 4, + "zh-CN": 4 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1N9d2PSsAZnuBw9of0uXxj", + "type": "Entry", + "createdAt": "2022-09-06T00:27:40.292Z", + "updatedAt": "2024-01-15T08:44:52.404Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 158, + "publishedAt": "2024-01-15T08:44:52.404Z", + "firstPublishedAt": "2022-09-06T00:47:55.040Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 23, + "version": 159, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1N9d2PSsAZnuBw9of0uXxj" + }, + "fields": { + "key": { + "en-US": "bt" + }, + "trademark": { + "en-US": "aaPanel", + "zh-CN": "宝塔面板" + }, + "title": { + "en-US": "aaPanel-BT", + "zh-CN": "BT宝塔面板" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2oqXpGwpM6BERMMYintDLj" + } + } + }, + "summary": { + "en-US": "A simple but powerful control panel", + "zh-CN": "可视化的服务器管理软件" + }, + "overview": { + "en-US": "aaPanel provides the one-click function such as one-click install LNMP/LAMP developing environment and software, manage the web server through web-base GUI(Graphical User Interface). ", + "zh-CN": "支持一键LAMP/LNMP/监控/网站/FTP/数据库/JAVA等100多项服务器管理功能。可以通过 Web 端轻松管理服务器,提升运维效率" + }, + "description": { + "en-US": "aaPanel a simple but powerful control panel, can manage the web server through web-base GUI(Graphical User Interface). aaPanel provides the one-click function such as one-click install LEMP/LAMP developing environment and software.", + "zh-CN": "宝塔BT面板是优秀的PHP集成环境管理及服务器运维管理工具,可以让用户轻松选择Apache/Nginx,MySQL,PHP等不同版本安装与切换。Web端管理,一键创建网站、FTP、数据库、SSL;安全管理,计划任务,文件管理,PHP多版本共存及切换;自带LNMP与LAMP。" + }, + "screenshots": { + "en-US": [ + { + "id": "6c193e80-cbb9-4a38-a6b6-d598be40d8ee", + "key": "ui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/bt/bt-guien-websoft9.png" + }, + { + "id": "54dc0370-a025-4908-b569-4b6283999987", + "key": "install", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/bt/bt-installlamp-websoft9.png" + }, + { + "id": "40084a05-0bf4-43eb-b777-230bb83eed6e", + "key": "appstore", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/bt/bt-appstore-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "7cf499b0-4942-4419-ab70-6d2ef1c85568", + "key": "ui", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/btlinux/bt-linux_pc.png" + }, + { + "id": "f50a879e-5e61-4433-b7fb-30e4afe0efbc", + "key": "console", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/btlinux/bt-console-websoft9.png" + }, + { + "id": "b83a4755-de05-4504-81ef-413994455cb5", + "key": "appstore", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/btlinux/bt-linuxapps-websoft9.png" + } + ] + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1qwbdXJCwYeeXQoLRlpiCj" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "46F42uLohDyqmvpdbMtjT0" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "highlights": { + "en-US": [ + "one-click install LNMP/LAMP developing environment and software", + "can manage the web server through web-base GUI" + ], + "zh-CN": [ + "完全图形化管理网站", + "已完成预配置、密码初始化,购买后即可自主使用", + "基于 Docker 的云原生架构,便于产品升级、版本变更、卸载以及安装更多应用", + "提供免费的技术支持" + ] + }, + "faq": { + "en-US": [ + { + "id": "01a31b3a-4086-4abf-a226-2c78dc8007d3", + "key": "aaPanel support multi-language?", + "value": "aaPanel have two edition: English and Chinese, your can only install one edition every time" + }, + { + "id": "9a26db76-b02b-412c-868c-0fff47a1b797", + "key": "Where is the database connection configuration of aaPanel?", + "value": "Database configuration information in LocalSettings.php in the aaPanel installation directory" + } + ], + "zh-CN": [ + { + "id": "4329f77c-dc7a-4c42-8d4a-bb85edd82780", + "key": "BT 支持多语言吗?", + "value": "支持中英文语言,但需要在部署之前选定语言,即安装中文版或英文版" + }, + { + "id": "cbeabd36-d81d-4fe6-b1ba-10989c6bc407", + "key": "宝塔可以管理多少网站?", + "value": "宝塔官方并没有关于网站数量上限的说明。但从实际运维经验来看,建议一台使用宝塔的云服务器上最好不要超过20个网站。" + }, + { + "id": "ec962fd5-37af-44bd-9877-c22c8572950c", + "key": "宝塔 Windows 服务器客户端作用?", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/btwin/bt-wintools-websoft9.png" + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3dwN8h5SUNdrngpTP9puvD" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2R5bt97rfVPwObk0wJatcA" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ErftetWADiFvvgRO3pFnU" + } + } + ] + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5nnWNotOqyUr46d2ZEQzsA" + } + } + ] + }, + "keywords": { + "en-US": [ + "aaPanel", + "environment", + "web server" + ], + "zh-CN": [ + "BT", + "宝塔面板", + "服务器运维管理" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": false + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7f0R97Spsb5zsthLkle7QF", + "type": "Entry", + "createdAt": "2022-09-06T02:20:38.951Z", + "updatedAt": "2025-01-06T08:49:16.974Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 147, + "publishedAt": "2025-01-06T08:49:16.974Z", + "firstPublishedAt": "2022-09-06T06:30:57.994Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 31, + "version": 148, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7f0R97Spsb5zsthLkle7QF" + }, + "fields": { + "key": { + "en-US": "cloudbeaver" + }, + "trademark": { + "en-US": "CloudBeaver", + "zh-CN": "CloudBeaver" + }, + "title": { + "en-US": "Cloud Database Manager", + "zh-CN": "数据库管理 CloudBeaver" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5zPpZve3KU8MSa5GU22iNS" + } + } + }, + "summary": { + "en-US": "a web-based database GUI tool", + "zh-CN": "开源的 Web 数据库可视化管理工具" + }, + "overview": { + "en-US": "CloudBeaver is a web-based database GUI tool which provides rich web interface. You can use it to manage PostgreSQL, MySQL, MariaDB, SQL Server, Oracle, DB2, Firebird, H2, Trino", + "zh-CN": "CloudBeaver是一个开源的 Web 数据库可视化管理工具,支持 PostgreSQL, MySQL, MariaDB, SQL Server, Oracle, DB2, Firebird, H2, Trino 等数据库。" + }, + "description": { + "en-US": "This is a repackaged CloudBeaver Community with professional support for your business. CloudBeaver Community is a web-based database GUI tool which provides rich web interface. Server itself is a Java application, web part is written on TypeScript and React. You can use it to manage PostgreSQL, MySQL, MariaDB, SQL Server, Oracle, DB2, Firebird, H2, Trino.", + "zh-CN": "Websoft9提供的CloudBeaver镜像,是一个开源的 Web 数据库可视化管理工具,前端基于 TypeScript 和 React 编写,支持 PostgreSQL, MySQL, MariaDB, SQL Server, Oracle, DB2, Firebird, H2, Trino 等数据库。" + }, + "screenshots": { + "en-US": [ + { + "id": "8e24e01a-02db-4ade-bc37-58abc35b3d00", + "key": "ui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/cloudbeaver/cloudbeaver-demogui-websoft9.png" + }, + { + "id": "a7a41436-806e-4428-8459-11dbaeb67a01", + "key": "connection", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/cloudbeaver/cloudbeaver-openconn-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "2763f01d-181f-4d77-85ce-565dc68df348", + "key": "ui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/cloudbeaver/cloudbeaver-demogui-websoft9.png" + }, + { + "id": "655168da-56fa-449b-a48e-9b8a00cdc621", + "key": "connection", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/cloudbeaver/cloudbeaver-openconn-websoft9.png" + } + ] + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "TdsvWxQeDCNl1jwOanqG2" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "highlights": { + "en-US": [ + "It is a web-based database GUI tool which provides rich web interface", + "Supports multiple databases", + "Data export and migration in multiple formats" + ], + "zh-CN": [ + "提供可视化管理界面", + "支持多种类数据库", + "支持多格式数据的导入与迁移", + "已完成预配置、密码初始化,购买后即可自主使用", + "基于 Docker 的云原生架构,便于产品升级、版本变更、卸载以及安装更多应用", + "提供免费的技术支持" + ] + }, + "faq": { + "en-US": [ + { + "id": "52aba122-5d93-474b-a294-1c60aeb6be03", + "key": "Does CloudBeaver support multiple languages?", + "value": "Yes, you can switch language online." + }, + { + "id": "21b7edc8-42f6-41d5-a966-870a0fcc8762", + "key": "Can I access CloudBeaver from other port?", + "value": "Yes, you need to modify Nginx vhost configuration file, and change server_name 's listen 80 to listen 8090 as sample" + } + ], + "zh-CN": [ + { + "id": "2524649f-b0fb-4d86-8bc4-27e23a924321", + "key": "CloudBeaver 是否支持多语言?", + "value": "支持(包含中文)后台直接切换语言,但目前中文语言包不完整" + }, + { + "id": "1855dac5-5cf4-4e9e-aef5-13a0352f7360", + "key": "如何更改 CloudBeaver 的默认访问方式?", + "value": "修改 Nginx虚拟机主机文件,将其中的 server_name 项 listen 80 修改成类似 listen 8090 即可" + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "websiteurl": { + "en-US": "https://cloudbeaver.io/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "keywords": { + "en-US": [ + "cloudbeaver", + "database", + "GUI tool" + ], + "zh-CN": [ + "Cloudbeaver", + "可视化管理", + "数据管理" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "24.3.1", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 2 + }, + "storage": { + "en-US": 2 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "ZUbCJTQ93Yc3El4LSuBlk", + "type": "Entry", + "createdAt": "2022-09-06T06:31:16.787Z", + "updatedAt": "2025-01-06T00:49:39.305Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 113, + "publishedAt": "2025-01-06T00:49:39.305Z", + "firstPublishedAt": "2022-09-06T07:56:34.787Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 26, + "version": 114, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/ZUbCJTQ93Yc3El4LSuBlk" + }, + "fields": { + "key": { + "en-US": "codeserver" + }, + "trademark": { + "en-US": "code-server", + "zh-CN": "code-server" + }, + "title": { + "en-US": "Web Based IDE for VS Code", + "zh-CN": "Code Server 在线IDE" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7z5yWAS25Z5WMbntibwWwj" + } + } + }, + "summary": { + "en-US": "a web based IDE that run VS Code", + "zh-CN": "浏览器版本的 VS Code" + }, + "overview": { + "en-US": "code-server is a web based IDE, it help you run VS Code on any machine anywhere and access it in the browser. ", + "zh-CN": "code-server 是Web 版 VS Code,后端运行在服务器中,开发者基于浏览器运行 IDE。" + }, + "description": { + "en-US": "This is a repackaged code server with professional support for your business. Code server is a web based IDE that help you run Visual Studio Code on any machine anywhere and access it in the browser. It is also server-powered that take advantage of large cloud servers to speed up tests, compilations, downloads, and more.", + "zh-CN": "code server 是一个由第三方公司开发的浏览器版本的 VS Code,可以直接通过浏览器进行开发,由于后端运行在服务器中,其运行效率高的同时又非常便捷。" + }, + "screenshots": { + "en-US": [ + { + "id": "3c3c3232-bc6f-47d7-a1a1-86b2fb978d0a", + "key": "ui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/codeserver/codeserver-consolegui-websoft9.png" + }, + { + "id": "97a64645-ea0f-4146-876d-efd5860ad2f2", + "key": "login", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/codeserver/codeserver-login-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "ceea3b6c-505c-42cd-9f01-6bbaddbd5187", + "key": "ui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/codeserver/codeserver-consolegui-websoft9.png" + }, + { + "id": "ec40efc7-139e-4056-aa9a-7b0907b612f4", + "key": "login", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/codeserver/codeserver-login-websoft9.png" + } + ] + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2DltY233eD0xqBGq6o9NUL" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3IbC5xwF9ZcADQI9tpRUGQ" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17nBnb3cekP3IkiDLGh1F0" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English" + ], + "zh-CN": [ + "英文" + ] + }, + "highlights": { + "en-US": [ + "Code on any device with a consistent development environment", + "Use cloud servers to speed up tests, compilations, downloads, and more", + "all intensive tasks run on your server" + ], + "zh-CN": [ + "在任何地方的任何计算机上运行VS Code,在浏览器中对其进行访问,无须本地安装", + "后端运行在服务器中,其运行效率高的同时又非常便捷", + "所有密集型任务都在您的服务器上运行" + ] + }, + "faq": { + "en-US": [ + { + "id": "927a8774-f31d-4ece-ac6d-78b15ba9763d", + "key": "code-server 容器默认已经运行 Node, Yarn, Git等工具,可以很方便的配合 code-server 进行 Node 相关程序的开发。", + "value": "code-server 容器默认已经运行 Node, Yarn, Git等工具,可以很方便的配合 code-server 进行 Node 相关程序的开发。" + }, + { + "id": "d0923d76-3733-4d62-ab02-8c03bf00020b", + "key": "Does code-server support multiple accounts?", + "value": "No, but you can deploy multiple code-server for different user" + }, + { + "id": "e5d4aaa5-cb78-4a58-b47d-a4e6996ddd9c", + "key": "Can I install extension for code-server?", + "value": "Yes" + } + ], + "zh-CN": [ + { + "id": "b9d421ab-436e-44c1-a5e8-236d863396de", + "key": "code-server 容器默认预装哪些组件?", + "value": "code-server 容器默认已经运行 Node, Yarn, Git等工具,可以很方便的配合 code-server 进行 Node 相关程序的开发。" + }, + { + "id": "c9dd82a3-e3b1-4b22-93cb-41ef5cf1652c", + "key": "code-server 支持多账号吗?", + "value": "不支持" + }, + { + "id": "a448faac-fcf6-44b0-98c1-bbae213ecd46", + "key": "code-server 支持扩展安装吗?", + "value": "支持" + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1La1i50JNXmlgSg6bDraWA" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "websiteurl": { + "en-US": "https://coder.com/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1VXky9TPc6JBCS6Gorxnzl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5nnWNotOqyUr46d2ZEQzsA" + } + } + ] + }, + "keywords": { + "en-US": [ + "code server", + "vs code" + ], + "zh-CN": [ + "code server", + "vs code" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "4.96.2", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 2 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "57IkOhHJX1l2w5d1yorZNa", + "type": "Entry", + "createdAt": "2022-09-06T08:23:28.504Z", + "updatedAt": "2025-01-06T00:50:05.190Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 111, + "publishedAt": "2025-01-06T00:50:05.190Z", + "firstPublishedAt": "2022-09-06T08:33:30.617Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 26, + "version": 112, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/57IkOhHJX1l2w5d1yorZNa" + }, + "fields": { + "key": { + "en-US": "couchdb" + }, + "trademark": { + "en-US": "CouchDB", + "zh-CN": "CouchDB" + }, + "title": { + "en-US": "Cloud Native Database for Apache CouchDB", + "zh-CN": "云原生数据库 CouchDB" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6jDCr7VQVxR0m7FbsYb3ku" + } + } + }, + "summary": { + "en-US": "A terrific single-node database", + "zh-CN": "原生 HTTP/JSON API 驱动的文档数据库" + }, + "overview": { + "en-US": "CouchDB is a terrific single-node database that works just like any other database behind an application server of your choice.", + "zh-CN": "Apache CouchDB™ 是一个原生 HTTP/JSON API 驱动的文档数据库,可以作为后端即服务使用。" + }, + "description": { + "en-US": "This is a repackaged Apache CouchDB® with professional support for your business. Apache CouchDB® is a terrific single-node database. Apache CouchDB® works just like any other database behind an application server of your choice.", + "zh-CN": "Apache CouchDB 是一个开源的面向文档的数据库管理系统,可以通过 RESTful JavaScript Object Notation (JSON) API 访问。 Apache CouchDB 的目标具有高度可伸缩性,提供了高可用性和高可靠性,即使运行在容易出现故障的硬件上也是如此。" + }, + "screenshots": { + "en-US": [ + { + "id": "be3d7b63-607b-40cd-b8ff-7b3e5dc9bf92", + "key": "ui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/couchdb/couchdb-gui-websoft9.png" + }, + { + "id": "78f61d3a-9b9f-4b39-b7d8-6dcc16c206e3", + "key": "admin", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/couchdb/couchdb-admin-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "a61f7d2e-63e8-404b-b4a8-e500bf444bb2", + "key": "ui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/couchdb/couchdb-gui-websoft9.png" + }, + { + "id": "96b94631-5a60-44c6-b996-1b075bd81bd3", + "key": "admin", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/couchdb/couchdb-admin-websoft9.png" + } + ] + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3qBphS6o9artL5oDiCPLM7" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English" + ], + "zh-CN": [ + "英文" + ] + }, + "highlights": { + "en-US": [ + "Pre-configured, one-click to deploy on Cloud Server", + "All codes on your server, secure and customizable", + "Paid image, free professional support for your business" + ], + "zh-CN": [ + "已完成预配置、密码初始化,购买后即可自主使用", + "基于 Docker 的云原生架构,便于产品升级、版本变更、卸载以及安装更多应用", + "提供免费的技术支持" + ] + }, + "faq": { + "en-US": [ + { + "id": "3859d099-f496-40ac-95dc-0c262d157bf7", + "key": "CouchDB support partitioned databases?", + "value": "CouchDB support partitioned databases." + }, + { + "id": "cb3e6521-447b-4822-b424-5a46b6f7e512", + "key": "CouchDB have connection restrictions?", + "value": "The default maximum number of connections to CouchDB is 2048." + } + ], + "zh-CN": [ + { + "id": "c2835be1-036a-4d05-97c3-1d3388d72c51", + "key": "CouchDB 支持分区数据库吗?", + "value": "CouchDB 支持分区数据库" + }, + { + "id": "06cf8564-a3a6-4a02-a51a-7f7c6e88ecc0", + "key": "CouchDB 有连接限制吗?", + "value": "CouchDB 默认的最大连接数为 2048。" + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39PsAJu60mmzLfKuJSlCfg" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1ldGCVj2cz3NX9AiekPYW5" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6cLnTYtAlFZZVCOaRFYk2S" + } + } + ] + }, + "websiteurl": { + "en-US": "https://couchdb.apache.org/" + }, + "trademarkUrl": { + "en-US": "https://www.apache.org/foundation/marks/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4zs1RAViCqbskgaB7eTJtI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2V5Sey9mCVvizDs6ikr7ig" + } + } + ] + }, + "keywords": { + "en-US": [ + "couchdb", + "document database" + ], + "zh-CN": [ + "couchdb", + "文档型数据库" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "3.4.2", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 2 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6ft91aiaj7VYZkeBSU5DIp", + "type": "Entry", + "createdAt": "2022-09-06T08:51:59.279Z", + "updatedAt": "2022-09-06T08:54:47.693Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2022-09-06T08:54:47.693Z", + "firstPublishedAt": "2022-09-06T08:54:47.693Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6ft91aiaj7VYZkeBSU5DIp" + }, + "fields": { + "title": { + "en-US": "Industrial Design", + "zh-CN": "工业设计" + }, + "key": { + "en-US": "industrial-design" + }, + "position": { + "en-US": 10 + }, + "description": { + "en-US": "工业设计软件" + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5fhqDdiijbN558c2c6TkzN" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2fiWuUVSbYfYT09duqZs7x", + "type": "Entry", + "createdAt": "2022-09-06T09:15:26.563Z", + "updatedAt": "2024-06-05T08:53:47.023Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2024-06-05T08:53:47.023Z", + "firstPublishedAt": "2022-09-06T09:20:37.404Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2fiWuUVSbYfYT09duqZs7x" + }, + "fields": { + "title": { + "en-US": "Device Management and Monitor", + "zh-CN": "设备管理与监控" + }, + "key": { + "en-US": "device-management" + }, + "position": { + "en-US": 10 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "22IAKOsOzywVrL2jh8Tdh5" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "73tCuBiv8gBU4MZ9UPXNTL", + "type": "Entry", + "createdAt": "2022-09-06T09:25:32.261Z", + "updatedAt": "2022-09-06T09:25:52.092Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2022-09-06T09:25:52.092Z", + "firstPublishedAt": "2022-09-06T09:25:52.092Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/73tCuBiv8gBU4MZ9UPXNTL" + }, + "fields": { + "title": { + "en-US": "Device Security", + "zh-CN": "设备安全" + }, + "key": { + "en-US": "device-security" + }, + "position": { + "en-US": 10 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "22IAKOsOzywVrL2jh8Tdh5" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "H7IGWVo0RwUyMML7bGDJo", + "type": "Entry", + "createdAt": "2022-09-06T09:32:12.678Z", + "updatedAt": "2022-09-06T09:32:39.811Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2022-09-06T09:32:39.811Z", + "firstPublishedAt": "2022-09-06T09:32:39.811Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/H7IGWVo0RwUyMML7bGDJo" + }, + "fields": { + "title": { + "en-US": "Virtual Reality", + "zh-CN": "虚拟仿真" + }, + "key": { + "en-US": "virtual-reality" + }, + "position": { + "en-US": 10 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5fhqDdiijbN558c2c6TkzN" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4SnKw6IntGUXTeNcrKdVRk", + "type": "Entry", + "createdAt": "2022-09-06T09:37:54.919Z", + "updatedAt": "2024-01-31T08:05:34.807Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 19, + "publishedAt": "2024-01-31T08:05:34.807Z", + "firstPublishedAt": "2022-09-06T09:39:00.634Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 20, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4SnKw6IntGUXTeNcrKdVRk" + }, + "fields": { + "title": { + "en-US": "Games Server", + "zh-CN": "游戏私服" + }, + "key": { + "en-US": "games-server" + }, + "position": { + "en-US": 10 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4eMZilU0IvY176upPJZ6Id" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4eMZilU0IvY176upPJZ6Id", + "type": "Entry", + "createdAt": "2022-09-06T09:39:50.455Z", + "updatedAt": "2024-03-30T01:54:25.606Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 17, + "publishedAt": "2024-03-30T01:54:25.606Z", + "firstPublishedAt": "2022-09-06T09:40:10.930Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 5, + "version": 18, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4eMZilU0IvY176upPJZ6Id" + }, + "fields": { + "title": { + "en-US": "Games", + "zh-CN": "游戏" + }, + "key": { + "en-US": "games" + }, + "position": { + "en-US": 14 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Yp0TY3kBHgG6VDjsHZNpK" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2FBEv6zDM3Tq2oYewnxE0o", + "type": "Entry", + "createdAt": "2022-09-06T09:45:04.834Z", + "updatedAt": "2024-12-10T03:53:23.549Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 16, + "publishedAt": "2024-12-10T03:53:23.549Z", + "firstPublishedAt": "2022-09-06T09:51:26.485Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 17, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2FBEv6zDM3Tq2oYewnxE0o" + }, + "fields": { + "title": { + "en-US": "Data survey and collection", + "zh-CN": "调研投票与数据采集" + }, + "key": { + "en-US": "survey" + }, + "position": { + "en-US": 10 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "35cww3ecSr45ovFjty4IZ" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "17nBnb3cekP3IkiDLGh1F0", + "type": "Entry", + "createdAt": "2022-09-06T09:51:53.913Z", + "updatedAt": "2024-12-10T03:49:22.030Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2024-12-10T03:49:22.030Z", + "firstPublishedAt": "2022-09-06T09:56:34.166Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/17nBnb3cekP3IkiDLGh1F0" + }, + "fields": { + "title": { + "en-US": "All-in-one DevOps", + "zh-CN": "一站式 DevOps 应用" + }, + "key": { + "en-US": "devop-case" + }, + "position": { + "en-US": 10 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "35cww3ecSr45ovFjty4IZ" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5SdnsGA9jschKVnyHKYzck", + "type": "Entry", + "createdAt": "2022-09-06T09:54:08.486Z", + "updatedAt": "2024-12-10T03:47:42.460Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 15, + "publishedAt": "2024-12-10T03:47:42.460Z", + "firstPublishedAt": "2022-09-06T09:55:06.872Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 16, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5SdnsGA9jschKVnyHKYzck" + }, + "fields": { + "title": { + "en-US": "Digtal for SCM and Operation", + "zh-CN": "运营与供应链数字化" + }, + "key": { + "en-US": "operation" + }, + "position": { + "en-US": 10 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "35cww3ecSr45ovFjty4IZ" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3uADBd8l6k8a47o8mDTmWP", + "type": "Entry", + "createdAt": "2022-09-06T09:55:11.414Z", + "updatedAt": "2024-12-10T03:44:44.829Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2024-12-10T03:44:44.829Z", + "firstPublishedAt": "2022-09-06T09:55:38.010Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3uADBd8l6k8a47o8mDTmWP" + }, + "fields": { + "title": { + "en-US": "Software Labs for High Education", + "zh-CN": "高校软件实训" + }, + "key": { + "en-US": "education" + }, + "position": { + "en-US": 10 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "35cww3ecSr45ovFjty4IZ" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1NKAOoixyfPE9aLsJ3OuAm", + "type": "Entry", + "createdAt": "2022-09-08T00:22:27.414Z", + "updatedAt": "2023-01-30T09:49:45.556Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 18, + "publishedAt": "2023-01-30T09:49:45.556Z", + "firstPublishedAt": "2022-09-08T00:24:08.865Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 7, + "version": 19, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "page" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1NKAOoixyfPE9aLsJ3OuAm" + }, + "fields": { + "key": { + "en-US": "Ticket" + }, + "title": { + "en-US": "Ticket", + "zh-CN": "工单" + }, + "content": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5A2GYj3i6rLLXqRGmazms3" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7AJc6vDQpsSPCsavAHh32f" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4FAFuqZ6jYq58ypEg4zPB2" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7AJc6vDQpsSPCsavAHh32f", + "type": "Entry", + "createdAt": "2022-09-08T00:25:13.429Z", + "updatedAt": "2023-01-30T01:30:59.432Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 49, + "publishedAt": "2023-01-30T01:30:59.432Z", + "firstPublishedAt": "2022-09-08T00:26:44.453Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 7, + "version": 50, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7AJc6vDQpsSPCsavAHh32f" + }, + "fields": { + "type": { + "en-US": [ + "Form Outside" + ] + }, + "title": { + "en-US": "TicketForm from Weda", + "zh-CN": "来自 微搭的工单链接" + }, + "slug": { + "en-US": "ticket-from-hubspot" + }, + "link": { + "en-US": [ + { + "id": "922f9f52-5701-429d-8e7b-ff740498f93a", + "key": "TicketURL", + "value": "https://weda.websoft9.com/ticket_en/" + } + ], + "zh-CN": [ + { + "id": "4b28b3bb-f5da-479e-82b2-5424600880b9", + "key": "工单链接", + "value": "https://weda.websoft9.com/ticket/" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4y33Qs9XCehtodaUFvRe7A", + "type": "Entry", + "createdAt": "2022-09-08T03:04:36.393Z", + "updatedAt": "2022-09-28T01:38:47.530Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2022-09-28T01:38:47.530Z", + "firstPublishedAt": "2022-09-08T03:14:41.036Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 3, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "page" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4y33Qs9XCehtodaUFvRe7A" + }, + "fields": { + "key": { + "en-US": "Invoice" + }, + "title": { + "en-US": "Invoice", + "zh-CN": "发票" + }, + "content": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7y7s2tiw4yWZ05R7tMfmrx" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4s8Sw31XKS64gPE21LT0z" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4FAFuqZ6jYq58ypEg4zPB2" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4s8Sw31XKS64gPE21LT0z", + "type": "Entry", + "createdAt": "2022-09-08T03:17:57.564Z", + "updatedAt": "2023-01-30T09:36:23.090Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 24, + "publishedAt": "2023-01-30T09:36:23.090Z", + "firstPublishedAt": "2022-09-08T03:19:30.190Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 4, + "version": 25, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4s8Sw31XKS64gPE21LT0z" + }, + "fields": { + "type": { + "en-US": [ + "Form Outside" + ] + }, + "title": { + "en-US": "Invoice Form from Weda", + "zh-CN": "来自 Weda的开具发票表单" + }, + "slug": { + "en-US": "invoice-from-hubspot" + }, + "link": { + "en-US": [ + { + "id": "82af8e7d-2e35-4254-84a3-6edbd466c593", + "key": "InvoiceLink", + "value": "https://weda.websoft9.com/invoice/" + } + ], + "zh-CN": [ + { + "id": "468c6353-90e6-4ebf-b6cf-87b7c25690df", + "key": "开具发票链接", + "value": "https://weda.websoft9.com/invoice/" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7jZMt7wmHupoFZu9sKTfzS", + "type": "Entry", + "createdAt": "2022-09-09T01:11:28.239Z", + "updatedAt": "2024-03-28T05:43:53.993Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 46, + "publishedAt": "2024-03-28T05:43:53.993Z", + "firstPublishedAt": "2022-09-09T02:04:21.561Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 7, + "version": 47, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7jZMt7wmHupoFZu9sKTfzS" + }, + "fields": { + "type": { + "en-US": [ + "Hero" + ] + }, + "title": { + "en-US": "Solution", + "zh-CN": "场景与解决方案" + }, + "slug": { + "en-US": "solution" + }, + "subTitle": { + "en-US": "了解 Websoft9 如何业务用例、技术和行业角度,帮助您解决各种场景问题", + "zh-CN": "了解 Websoft9 如何业务用例、技术和行业角度,帮助您解决各种场景问题" + }, + "buttons": { + "en-US": [ + { + "id": "cdc584e1-a303-4c6a-a292-bb6207345e0c", + "key": "Contact us", + "value": "/contact-us" + } + ], + "zh-CN": [ + { + "id": "e5904bec-0ce5-46dc-b3d7-1a7d4d7b4314", + "key": "联系沟通", + "value": "/contact-us" + } + ] + }, + "media": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/solution-hero-websoft9.webp" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2BpYaDkSATwqZzkaGERsVe", + "type": "Entry", + "createdAt": "2022-09-09T01:32:01.207Z", + "updatedAt": "2022-10-07T08:51:44.433Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-10-07T08:51:44.433Z", + "firstPublishedAt": "2022-09-09T01:32:26.841Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "page" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2BpYaDkSATwqZzkaGERsVe" + }, + "fields": { + "key": { + "en-US": "Solution" + }, + "title": { + "en-US": "Solution", + "zh-CN": "解决方案" + }, + "content": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7jZMt7wmHupoFZu9sKTfzS" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2egsbucdICHe16HXbXVeRf", + "type": "Entry", + "createdAt": "2022-09-09T02:00:56.831Z", + "updatedAt": "2022-10-18T08:41:46.230Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 63, + "publishedAt": "2022-10-18T08:41:46.230Z", + "firstPublishedAt": "2022-09-09T02:07:10.086Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 64, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2egsbucdICHe16HXbXVeRf" + }, + "fields": { + "type": { + "en-US": [ + "Product" + ] + }, + "title": { + "en-US": "Faster time to Marketing", + "zh-CN": "更快的上线时间" + }, + "slug": { + "en-US": "faster-time-to-market" + }, + "subtitle": { + "en-US": "内容营销是企业自增长的引擎,更快的上线速度意味着一切", + "zh-CN": "内容营销是企业自增长的引擎,更快的上线速度意味着一切" + }, + "description": { + "en-US": "产品发布、推广活动、竞争压力。将这些关键举措迅速推向市场依赖于创新和创造力。75% 的营销人员同意,IT 部门给他们用来简化工作的不同工具的数量实际上使工作变得更加复杂。\n\n只有业务一线自主学习和管理不同的 martech 工具,方可真正的改变现有局面。Websoft9 应用商店中精选的内容营销工具,可以让业务人员在无需 IT 支持的情况下,快速上线。", + "zh-CN": "产品发布、推广活动、竞争压力。将这些关键举措迅速推向市场依赖于创新和创造力。75% 的营销人员同意,IT 部门给他们用来简化工作的不同工具的数量实际上使工作变得更加复杂。\n\n只有业务一线自主学习和管理不同的 martech 工具,方可真正的改变现有局面。Websoft9 应用商店中精选的内容营销工具,可以让业务人员在无需 IT 支持的情况下,快速上线。" + }, + "icon": { + "en-US": "flash_auto" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/product-feature-quickonline-websoft9.webp" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2vJpo1HfxfWhIwHrTzCKfA", + "type": "Entry", + "createdAt": "2022-09-09T02:15:35.552Z", + "updatedAt": "2022-10-18T08:42:27.226Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 50, + "publishedAt": "2022-10-18T08:42:27.226Z", + "firstPublishedAt": "2022-09-09T02:34:46.798Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 51, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2vJpo1HfxfWhIwHrTzCKfA" + }, + "fields": { + "type": { + "en-US": [ + "Product" + ] + }, + "title": { + "en-US": "Begin from creation", + "zh-CN": "从创作开始" + }, + "slug": { + "en-US": "begin-from-creation" + }, + "subtitle": { + "en-US": "汇聚设计创作工具,让业务一线人员从设计开始创新", + "zh-CN": "汇聚设计创作工具,让业务一线人员从设计开始创新" + }, + "description": { + "zh-CN": "80% 的客户表示,由于网站客户体验不佳,降低了他们对品牌的信任。网站相应时间缓慢、网站内容匮乏、内容单一,会降低您正在创造的卓越体验,并可能将客户推向竞争对手。\n\nWebsoft9 可以帮助您进行用户体验的技术落地规划,解决用户体验中碰到的问题。" + }, + "icon": { + "en-US": "face" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/product-feature-begincreate-websoft9.webp" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1uJ8OlWXOKgj2DwONAP76p", + "type": "Entry", + "createdAt": "2022-09-09T04:07:39.950Z", + "updatedAt": "2022-11-03T09:21:32.970Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2022-11-03T09:21:32.970Z", + "firstPublishedAt": "2022-09-09T04:08:31.072Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1uJ8OlWXOKgj2DwONAP76p" + }, + "fields": { + "type": { + "en-US": [ + "Hero" + ] + }, + "title": { + "en-US": "Scenes", + "zh-CN": "场景" + }, + "slug": { + "en-US": "scenes" + }, + "subTitle": { + "zh-CN": "Websoft9 可以帮助我解决什么问题?" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3asf7BxnNe5eun5TeWk5b7", + "type": "Entry", + "createdAt": "2022-09-13T01:53:57.919Z", + "updatedAt": "2024-12-12T03:10:28.883Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 121, + "publishedAt": "2024-08-26T02:41:24.526Z", + "firstPublishedAt": "2022-09-13T03:20:12.911Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 27, + "version": 123, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "changed", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3asf7BxnNe5eun5TeWk5b7" + }, + "fields": { + "key": { + "en-US": "dolibarr" + }, + "trademark": { + "en-US": "Dolibarr", + "zh-CN": "Dolibarr" + }, + "title": { + "en-US": "Cloud Native ERP & CRM with Dolibarr", + "zh-CN": "开源ERP/CRM系统 Dolibarr" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "65oBbWjbWu9VNhzsShVyns" + } + } + }, + "summary": { + "en-US": "A ERP & CRM software", + "zh-CN": "开源ERP/CRM系统" + }, + "overview": { + "en-US": "Dolibarr is a software suite for small and micro enterprises, freelancers and other enterprises, which used for resource planning and customer relationship management. ", + "zh-CN": "Dolibarr是一个流行的开源ERP/CRM系统,模块可以即插即用,生态完善,全球范围内都有定制和服务商。" + }, + "description": { + "en-US": "This is a repackaged Dolibarr with professional support for your business. Dolibarr is a software suite for small and micro enterprises, freelancers and other enterprises, which used for resource planning and customer relationship management. You can use one web suite to manage all of your business by Dolibarr.", + "zh-CN": "Dolibarr是一个流行的开源ERP/CRM系统,功能包括:产品与服务目录、库存管理、银行账户管理、客户名录、订单管理、商业建议书、合同管理、发票管理、发票与支付管理、制造费用单、运输等,即插即用。" + }, + "screenshots": { + "en-US": [ + { + "id": "957e7734-d542-47c1-ad03-1aa5abf70193", + "key": "ui", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/en/dolibarr/dolibarr-gui-websoft9.png" + }, + { + "id": "f670934e-2bc9-4689-81c6-c110ff2f9e69", + "key": "moudels", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/en/dolibarr/dolibarr-setupmodules-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "48952913-7f7b-4a2a-bc30-dab6302e8fdd", + "key": "ui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/dolibarr/dolibarr-gui-websoft9.webp" + }, + { + "id": "4d89722d-a83d-4421-bdaa-4c358d8b833d", + "key": "backend", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/dolibarr/dolibarr-backend-websoft9.png" + } + ] + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1ACGyadDHErfZp8LVBbwKY" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "CEmY2eNYSotErkAgGIkkP" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6z4K4lRzUc1pAU87WuWdZG" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5SdnsGA9jschKVnyHKYzck" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "highlights": { + "en-US": [ + "Suitable for small and micro enterprises, freelancers", + "You can use one web suite to manage all of your business", + "Pre-configured, one-click to deploy on Cloud Server", + "All codes on your server, secure and customizable", + "Paid image, free professional support for your business" + ], + "zh-CN": [ + "具备完整的ERP和CRM功能", + "模块可以即插即用,可个性化定制", + "已完成预配置、密码初始化,购买后即可自主使用", + "基于 Docker 的云原生架构,便于产品升级、版本变更、卸载以及安装更多应用", + " 提供免费的技术支持" + ] + }, + "faq": { + "en-US": [ + { + "id": "b4a53efa-98ce-4f1d-94e1-a1cede8d03ef", + "key": "Which database does this Dolibarr package use?", + "value": "MySQL" + }, + { + "id": "7c1cfc10-2128-4e7a-a4fc-7c0e10100536", + "key": "Can I use Cloud database for Dolibarr?", + "value": "Yes" + } + ], + "zh-CN": [ + { + "id": "8f44e399-8ded-416f-9089-04fea1306b4a", + "key": "Dolibarr 使用哪个数据库?", + "value": "MySQL" + }, + { + "id": "1775ec25-9c9c-4886-8b71-d834cdb52826", + "key": "Dolibarr 可以使用云数据库吗?", + "value": "可以" + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3XLYU7pPQw1tv0esOTj1Qw" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2N9YLadndPQR06ic0mO18s" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2G085ztxWxfI4WDsEFNlBz" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5VnT7doKS9SCSyYsEECmiz" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "71GcILZIPwJRwVC6kEjqQc" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5FDooZSIaiBCLbfdU9uFfS" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "FBjnaWTea9jWIviVI9UXN" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "581T3Tx1sCF3xWdG8fWXbm" + } + } + }, + "licenseadditional": { + "en-US": "Dolibarr is released under the terms of the GNU General Public License as published by the Free Software Foundation; either Version 3 of the License, or (at your option) any later version (GPL-3+)." + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CcnCaE2mWTEtqPMVPnSyF" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.dolibarr.org/" + }, + "trademarkUrl": { + "en-US": "https://wiki.dolibarr.org/index.php/Rules_to_use_the_brand_name_%22Dolibarr%22" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7rNeLNZpc0T7Dd0qJzFn7k" + } + } + ] + }, + "keywords": { + "en-US": [ + "dolibarr", + "CMS", + "ERP" + ], + "zh-CN": [ + "dolibarr", + "cms", + "erp" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "19.0.2", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4rrqRSNkzoHNsqwzljyih1", + "type": "Entry", + "createdAt": "2022-09-13T03:20:32.765Z", + "updatedAt": "2024-12-12T03:20:13.559Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 121, + "publishedAt": "2024-12-12T03:20:13.559Z", + "firstPublishedAt": "2022-09-13T03:48:39.808Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 29, + "version": 122, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4rrqRSNkzoHNsqwzljyih1" + }, + "fields": { + "key": { + "en-US": "drupal" + }, + "trademark": { + "en-US": "Drupal", + "zh-CN": "Drupal" + }, + "title": { + "en-US": "Cloud Native CMS/DXP for Drupal", + "zh-CN": "内容管理系统 Drupal" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3uRuHcnSfYkaOi9CBapijA" + } + } + }, + "summary": { + "en-US": "An open-source content-management framework", + "zh-CN": "网站内容管理系统" + }, + "overview": { + "en-US": "Drupal includes 40,000+ modules and 2500+ themes available to extend site functionality and appearance. You can create and develop a website locally on your personal computer by Drupal.", + "zh-CN": "Drupal是全球三大开源内容管理系统之一,也是一个开发框架,它的内核中的有功能强大的PHP类库、函数库和API,能够通过二次化开发来构建复杂多用的企业级应用。" + }, + "description": { + "en-US": "This is a repackaged Drupal with professional support for your business. Drupal includes 40,000+ modules and 2500+ themes available to extend site functionality and appearance. You can create and develop a website locally on your personal computer by Drupal.", + "zh-CN": "Drupal是全球三大开源内容管理系统之一,约3%的网站使用。Drupal也是一个开发框架,逻辑性强、一块块积木,搭起来以后使页面层层分明,它的内核中的有功能强大的PHP类库、函数库和API,能够通过二次化开发来构建复杂多用的企业级应用。Drupal有良好的商业生态,众多高端优质客户使用进一步推动了开源社区的发展。" + }, + "screenshots": { + "en-US": [ + { + "id": "755d2e94-bf86-42c6-ae0f-75419c822a52", + "key": "ui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/drupal/drupal-gui-websoft9.png" + }, + { + "id": "5dbb3bd8-ba3d-43d1-b4c1-5c89ef43ef84", + "key": "backend", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/drupal/dp07.png" + } + ], + "zh-CN": [ + { + "id": "940b6560-1f94-4a5f-9069-91876b49b07f", + "key": "ui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/drupal/drupal-gui-websoft9.png" + }, + { + "id": "7f93f7f6-fe7e-4639-8042-13e234d43132", + "key": "backend", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/drupal/drupal-backend-websoft9.png" + } + ] + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1qwbdXJCwYeeXQoLRlpiCj" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "14lDYcrg2fLMbC1S9AkNDf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5yqWwdguLzWOz9SrRQ2Elk" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "highlights": { + "en-US": [ + "Pre-configured, one-click to deploy on Cloud Server", + "All codes on your server, secure and customizable", + "Paid image, free professional support for your business" + ], + "zh-CN": [ + "已完成预配置、密码初始化,购买后即可自主使用", + "基于 Docker 的云原生架构,便于产品升级、版本变更、卸载以及安装更多应用", + " 提供免费的技术支持" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3dwN8h5SUNdrngpTP9puvD" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3dwN8h5SUNdrngpTP9puvD" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6ZxNBKnvZwSwK5hYJIO74C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "12pnAjAAT5zkmPF33HKq6E" + } + } + }, + "licenseadditional": { + "en-US": "GPL v2 or later\nMore: https://www.drupal.org/about/licensing" + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CcnCaE2mWTEtqPMVPnSyF" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.drupal.org/" + }, + "trademarkUrl": { + "en-US": "https://www.drupal.com/trademark" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1VXky9TPc6JBCS6Gorxnzl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "keywords": { + "en-US": [ + "drupal", + "cms", + "joomla", + "wordpress" + ], + "zh-CN": [ + "drupal", + "内容创作", + "内容管理", + "cms", + "建站" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "11.0.5-apache", + "10.3.2-apache" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 1, + "zh-CN": 1 + }, + "storage": { + "en-US": 2, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5uwmfb7BW4wbQb8vMwKWLc", + "type": "Entry", + "createdAt": "2022-09-13T03:49:04.306Z", + "updatedAt": "2024-12-12T03:08:25.482Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 118, + "publishedAt": "2024-12-12T03:08:25.482Z", + "firstPublishedAt": "2022-09-13T06:40:40.248Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 29, + "version": 119, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5uwmfb7BW4wbQb8vMwKWLc" + }, + "fields": { + "key": { + "en-US": "erpnext" + }, + "trademark": { + "en-US": "ERPNext", + "zh-CN": "ERPNext" + }, + "title": { + "en-US": "Open Source Cloud Native ERP for ERPNext", + "zh-CN": "ERPNext 开源ERP系统" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3SOBkMYZn9RFVvmEoXiSUN" + } + } + }, + "summary": { + "en-US": "An open source ERP", + "zh-CN": "开源ERP系统" + }, + "overview": { + "en-US": "ERPNext can help users manage their project management concerns, accounting tasks, and HR responsibilities within a single interface.", + "zh-CN": "ERPNext是一个 基于 Python 和 Node 开发的开源ERP系统 ,它功能全面,非常合适作为 SAP 的替代品。" + }, + "description": { + "en-US": "This is a repackaged ERPNext with professional support for your business. ERPNext can help users manage their project management concerns, accounting tasks, and HR responsibilities within a single interface that enables them to take full control of their business. Whether gauge employee performance, analyze the company's financial health, or delegate tasks, ERPNext can do it all.", + "zh-CN": "ERPNext是一个开源的 ERP,基于 Python 和 Node 开发,它功能全面,包含会计、人力资源、制造、网站、电商、CRM、资产管理、客服工作台等功能。非常合适作为 SAP 的替代品,全球已经有超过 5,000 家企业客户使用。" + }, + "screenshots": { + "en-US": [ + { + "id": "dd7e1bb9-5534-4581-8abb-ac45d9c1d59a", + "key": "ui", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/en/erpnext/erpnext-adminui-websoft9.png" + }, + { + "id": "6e53620d-08f6-497b-8b4f-f03e49420b3c", + "key": "modoules", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/erpnext/erpnext-ok-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "7c16bde0-98d1-47e5-b46f-6e7021d79767", + "key": "ui", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/en/erpnext/erpnext-adminui-websoft9.png" + }, + { + "id": "b8f4c8aa-fa2c-49dd-a7ad-b64e18325736", + "key": "users", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/erpnext/erpnext-users-websoft9.png" + } + ] + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1ACGyadDHErfZp8LVBbwKY" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6z4K4lRzUc1pAU87WuWdZG" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "CEmY2eNYSotErkAgGIkkP" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5SdnsGA9jschKVnyHKYzck" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "highlights": { + "en-US": [ + "Very suitable as a substitute for SAP", + "It has comprehensive functions", + "It has been used by more than 5000 enterprise customers all over the world" + ], + "zh-CN": [ + "功能全面,适合企业级用户,是 SAP 的开源替代品", + "已完成预配置、密码初始化,购买后即可自主使用", + "基于 Docker 的云原生架构,便于产品升级、版本变更、卸载以及安装更多应用", + " 提供免费的技术支持" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3XLYU7pPQw1tv0esOTj1Qw" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "71GcILZIPwJRwVC6kEjqQc" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "581T3Tx1sCF3xWdG8fWXbm" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ErftetWADiFvvgRO3pFnU" + } + } + ] + }, + "websiteurl": { + "en-US": "https://erpnext.com/" + }, + "trademarkUrl": { + "en-US": "https://erpnext.com/license-trademark" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "vbbiHNKxaNXh8noSStJfB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7rNeLNZpc0T7Dd0qJzFn7k" + } + } + ] + }, + "keywords": { + "en-US": [ + "erpnext", + "erp", + "sap" + ], + "zh-CN": [ + "erpnext", + "erp", + "sap" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "v15", + "v14", + "v13" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 8 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5iI41E1ctdn7XBuv5g1oqU", + "type": "Entry", + "createdAt": "2022-09-13T06:40:59.090Z", + "updatedAt": "2024-12-12T03:17:38.726Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 174, + "publishedAt": "2024-12-12T03:17:38.726Z", + "firstPublishedAt": "2022-09-14T03:58:09.650Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 41, + "version": 175, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5iI41E1ctdn7XBuv5g1oqU" + }, + "fields": { + "key": { + "en-US": "gitlab" + }, + "trademark": { + "en-US": "GitLab", + "zh-CN": "GitLab" + }, + "title": { + "en-US": "DevOps All-in-one Platform", + "zh-CN": "一体化 DevOps 平台 GitLab" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3Y9H6mTpx1c0NJulLhD0b1" + } + } + }, + "summary": { + "en-US": "An integrated product that unifies issues, code review, CI and CD into a single UI", + "zh-CN": "一个平台覆盖 DevSecOps 全流程" + }, + "overview": { + "en-US": "GitLab CE is an integrated product that unifies issues, code review, CI and CD into a single UI. ", + "zh-CN": "GitLab 是一个完整的 DevOps 平台软件,提供开箱即用的完整 CI/CD 工具链。" + }, + "description": { + "en-US": "This is a repackaged GitLab CE with professional support for your business. GitLab CE is an integrated product that unifies issues, code review, CI and CD into a single UI. It is an open source project with a large community and over 1700 people worldwide have contributed to GitLab.", + "zh-CN": "GitLab起初是一个开源源码仓库管理项目,旨在帮助团队协作进行软件开发。通过以业界领先的速度提供新功能,GitLab 现在为软件开发和运营生命周期提供了一个完整的 DevOps 方案。GitLab 功能包括:项目管理,计划,创建,验证,打包,发布,配置,监视和保护应用程序所需的一切。" + }, + "screenshots": { + "en-US": [ + { + "id": "82e2bd5f-a757-4e95-bc83-c132aca4be7e", + "key": "devops", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/gitlab/gitlab-devopsall-websoft9.png" + }, + { + "id": "77d77b85-a8b0-4229-939f-fa3b4b8e400d", + "key": "adminpanel", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/gitlab/gitlab-adminpanel-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "473ff1c1-1937-4072-a5c0-e6f67a623bbe", + "key": "devops", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/gitlab/gitlab-devopsall-websoft9.png" + }, + { + "id": "86050eeb-be18-4e4b-b990-dd83bf0f7d3c", + "key": "adminpanel", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/gitlab/gitlab-adminpanel-websoft9.png" + } + ] + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2DltY233eD0xqBGq6o9NUL" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17yJkB6XQXVCd2BSxCxJnC" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1S3XEugbyrAKRWYfx0bWvh" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6fZnF215aaFxiFBIj8H6II" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4KqOWojZmoXeCFvsu0sij5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1vIzbOT5AzQ4BScGrwye4Q" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "wgrBVU9K63sTF0it5DfIT" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17nBnb3cekP3IkiDLGh1F0" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5SdnsGA9jschKVnyHKYzck" + } + } + ] + }, + "component": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Ygct2xwIX61j2bEZHVuQl" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "highlights": { + "en-US": [ + "You can get a complete CI/CD toolchain out-of-the-box", + "One interface. One conversation. One permission model. Thousands of features." + ], + "zh-CN": [ + "可以获得开箱即用的完整 CI/CD 工具链,支持多语言", + "已完成预配置、密码初始化,购买后即可自主使用", + "基于 Docker 的云原生架构,便于产品升级、版本变更、卸载以及安装更多应用", + " 提供免费的技术支持" + ] + }, + "faq": { + "en-US": [ + { + "id": "fbd6d014-6568-4156-92ec-cf4e9933a4b9", + "key": "GitLab support multi-language?", + "value": "Yes, you can change the language from the Admin Panel of GitLab" + }, + { + "id": "f924f003-e75c-4f80-a710-6e8c52b12779", + "key": "Where is the database connection configuration of GitLab?", + "value": "Database configuration information in /etc/gitlab/gitlab.rb in the Gilab Configure" + } + ], + "zh-CN": [ + { + "id": "46bafc82-4e38-4eb5-b668-2fb363c564d3", + "key": "GitLab 支持多语言吗?", + "value": "支持多语言(包含中文),通过控制台即可修改语言" + }, + { + "id": "4d0876ec-13ec-44c0-829a-677d0cedcccd", + "key": "GitLab 数据库连接配置信息在哪里?", + "value": "存储在 Gilab 配置文件中" + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5rnpXACVt02UOihhAXq3j0" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "licenseadditional": { + "en-US": "Copyright (c) 2011-present GitLab B.V.\n\nPortions of this software are licensed as follows:\n\n* All content residing under the \"doc/\" directory of this repository is licensed under \"Creative Commons: CC BY-SA 4.0 license\".\n* All content that resides under the \"ee/\" directory of this repository, if that directory exists, is licensed under the license defined in \"ee/LICENSE\".\n* All content that resides under the \"jh/\" directory of this repository, if that directory exists, is licensed under the license defined in \"jh/LICENSE\".\n* All client-side JavaScript (when served directly or after being compiled, arranged, augmented, or combined), is licensed under the \"MIT Expat\" license.\n* All third party components incorporated into the GitLab Software are licensed under the original license provided by the owner of the applicable component.\n* Content outside of the above mentioned directories or restrictions above is available under the \"MIT Expat\" license as defined below.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n" + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5mKvsW7DU95pkeulIo28yF" + } + } + ] + }, + "websiteurl": { + "en-US": "https://about.gitlab.com/" + }, + "trademarkUrl": { + "en-US": "https://handbook.gitlab.com/handbook/marketing/brand-and-product-marketing/brand/brand-activation/trademark-guidelines/ " + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6PAPQ68qroHDGba7O9DQQ5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "keywords": { + "en-US": [ + "gitlab", + "ci/cd" + ], + "zh-CN": [ + "gitlab", + "ci/cd" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "17.5.1-ce.0", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2, + "zh-CN": 2 + }, + "memory": { + "en-US": 8, + "zh-CN": 8 + }, + "storage": { + "en-US": 2, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1qjlphna9bZr2UIJuPimXG", + "type": "Entry", + "createdAt": "2022-09-14T06:36:44.581Z", + "updatedAt": "2024-12-11T07:19:53.181Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 153, + "publishedAt": "2024-12-11T07:19:53.181Z", + "firstPublishedAt": "2022-09-14T06:49:52.292Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 33, + "version": 154, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1qjlphna9bZr2UIJuPimXG" + }, + "fields": { + "key": { + "en-US": "grafana" + }, + "trademark": { + "en-US": "Grafana", + "zh-CN": "Grafana" + }, + "title": { + "en-US": "Open Observability platform", + "zh-CN": "Grafana 开源大数据分析软件" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "34htm41OZ2kPrI0kI7fJLW" + } + } + }, + "summary": { + "en-US": "The leading open source project for visualizing metrics", + "zh-CN": "开源的度量分析与可视化套件" + }, + "overview": { + "en-US": "A leading open source project for visualizing metrics. Supporting rich integration for every popular database.", + "zh-CN": "开源的度量分析与可视化套件,常用于时间序列数据及应用程序分析的可视化展示" + }, + "description": { + "en-US": "This is a repackaged Grafana® with professional support for your business. Grafana® is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB and InfluxDB. Grafana® has a plethora of visualization options to help you understand your data. Supports Mixing dozens of databases natively together in the same Dashboard.", + "zh-CN": "Grafana是一个开源的度量分析与可视化展示应用。多被用作基础设施的时间序列数据和应用程序的可视化分析,在工业传感器、家庭自动化、天气和过程控制等其他领域也被广泛的使用。" + }, + "screenshots": { + "en-US": [ + { + "id": "cbd57ed6-2810-4756-9534-168cf29c8708", + "key": "dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/grafana/grafana-dashboard-websoft9.png" + }, + { + "id": "d7ae60fa-9884-49fe-a584-fc8a337c7d1f", + "key": "ui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/grafana/grafana-dashboardui.png" + } + ], + "zh-CN": [ + { + "id": "4d394b47-b1ca-4624-b183-b9bd235098c9", + "key": "dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/grafana/grafana-dashboard-websoft9.png" + }, + { + "id": "74cef588-177f-404d-8a09-f56cf284eae5", + "key": "ui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/grafana/grafana-dashboardui.png" + } + ] + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "25O12xwjoBcnGyQ2pY8gi1" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1wZ51O1lNNKJkfM9eFh1eV" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2fiWuUVSbYfYT09duqZs7x" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English" + ], + "zh-CN": [ + "英文" + ] + }, + "highlights": { + "en-US": [ + "Supports Mixing dozens of databases natively together in the same Dashboard.", + "Feature rich metrics dashboard and graph editor" + ], + "zh-CN": [ + "可图形化展示大规模指标数据,支持多种数据源。", + "提供灵活多样的数据展示图表及丰富的仪表板插件。", + "已完成预配置、密码初始化,购买后即可自主使用", + "基于 Docker 的云原生架构,便于产品升级、版本变更、卸载以及安装更多应用", + " 提供免费的技术支持" + ] + }, + "faq": { + "en-US": [ + { + "id": "fccb5195-baed-4217-8023-b3a27d33b72e", + "key": "Grafana support which data source?", + "value": "Graphite, InfluxDB, OpenTSDB, Prometheus, Elasticsearch, CloudWatch, KairosDB。" + } + ], + "zh-CN": [ + { + "id": "b6db63d6-a19e-46cd-9eca-21ef4ff7d131", + "key": "Grafana 支持哪些数据源?", + "value": "官方支持以下数据源:Graphite,InfluxDB,OpenTSDB,Prometheus,Elasticsearch,CloudWatch 和 KairosDB。" + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2O8RaSlsatiVMNTatp20FU" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ZRY6UR6j4c4dOYz3PXXFs" + } + } + ] + }, + "websiteurl": { + "en-US": "https://grafana.com/" + }, + "trademarkUrl": { + "en-US": "https://grafana.com/trademark-policy/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4zs1RAViCqbskgaB7eTJtI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2V5Sey9mCVvizDs6ikr7ig" + } + } + ] + }, + "keywords": { + "en-US": [ + "grafana", + "dashboard", + "GUI" + ], + "zh-CN": [ + "grafana", + "可视化面板" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "11.4.0", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 2, + "zh-CN": 2 + }, + "storage": { + "en-US": 2, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7HOfYQM2U2VwxpVHBWH0Mg", + "type": "Entry", + "createdAt": "2022-09-14T09:00:51.543Z", + "updatedAt": "2022-10-19T01:15:55.433Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 286, + "publishedAt": "2022-10-19T01:15:55.433Z", + "firstPublishedAt": "2022-09-14T09:01:05.850Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 15, + "version": 287, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7HOfYQM2U2VwxpVHBWH0Mg" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6L1iC7HYFCxlvPBPd9wmQS" + } + }, + "zh-CN": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "digital-transformation" + }, + "title": { + "en-US": "Digital Transformation", + "zh-CN": "数字化转型" + }, + "subTitle": { + "zh-CN": "数字化转型是企业面向未来生存与发展的必经之路。Websoft9 的产品和服务可以帮助企业转型为数据驱动的生态型组织,更好的与客户互动,提升企业供应链运营效率。" + }, + "featureImage": { + "en-US": "https://libs.websoft9.com/Websoft9/resource/solution/digital-transformation-feature.webp" + }, + "description": { + "zh-CN": "数字化转型是指企业将数字化技术嵌入其业务,改变原有业务流程和项目,以此推动根本变革的过程。\n\n以往,数字转型的主要关注点为客户体验。但在新冠疫情暴发后,一切都改变了,并且变化速度越来越快。现如今,组织整体的运营效率与创新成为了数字转型的核心。\n\n原有业务流程和项目面向新的数字化挑战:" + }, + "features_List": { + "en-US": [ + ], + "zh-CN": [ + { + "id": "ba82ccac-4427-456f-82f8-8ace674311da", + "key": "people/一线员工直接设计", + "value": "一线业务员工使用 AI 设计工具创造业务需求,向设计部门更有效率的传递真实需求" + }, + { + "id": "727f50e0-b062-4da0-934f-bc5a3844c1b2", + "key": "data_thresholding/内容营销主数据", + "value": "内容营销人员直接使用产品主数据系统,创造更有表达力的内容营销资料" + }, + { + "id": "6c7dc1d9-e920-403a-b786-be4393c7f69f", + "key": "developer_board/灵活的项目协作", + "value": "2-5人的小组自行选择项目协作工具,提升项目交付效率" + }, + { + "id": "579fa996-ea35-4f26-aba0-cc8ebc4928f8", + "key": "co_present/客户数据共享", + "value": "客户工单的数据自动流转到 CRM,形成客户历史沟通记录,更好的指导销售过程" + }, + { + "id": "e7a1e3ef-2dc3-4272-b1e9-743dc9d015ab", + "key": "loop/动态管理", + "value": "像驾驶汽车一样,掌握企业运行过程中的核心财务指标" + }, + { + "id": "b21ca507-5e69-407d-9083-d09c1c26f2f5", + "key": "public/在线运营", + "value": "在线化运营是未来企业的主要运营模式,在线化意味着数据快速的流动" + } + ] + }, + "content": { + "zh-CN": "数字化转型对企业的组织能力提出了极高的挑战,其影响力超越了项目本身,会对整个组织产生影响。\n\n我们建议,企业数字化转型需从员工和高层两个方面进行变革:\n\n- 业务线的员工具备多种数字化应用的运营能力\n- 企业从全局上将数据在各个业务流程中流动、共享与分析,最终指导决策,也就是说 CEO 需要具备业务架构和较高水准的云原生应用选型与识别能力,并深度参与数字化项目\n\n与之对应具体的行动步骤为:\n\n- 重构由数字化技术驱动的增长战略;\n- 重新调整组织,将数字化技术置于核心位置;\n- 引入 DevOps 方法,敏捷地展开数字化尝试;\n- 创建数字化基础数据平台、无代码开发平台,以实现可持续变革;\n- 赋能员工利用技术进行创新。\n\n基于以上的行动步骤,Websoft9 提供了匹配落地的产品服务与方案。" + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "67HnVx3n84uc5RL5Y3RaKV" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2vJpo1HfxfWhIwHrTzCKfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2egsbucdICHe16HXbXVeRf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2pARFDEPOkLnVBlFJIvdhS" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7gSUmRSvmDJZHtNixbTv37" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "71kNpUiu74R0BJKqHBqv1z" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3dbPbdpxLJMlJmuPuBTamt" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3dbPbdpxLJMlJmuPuBTamt" + } + } + ] + }, + "customers": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bYclvYSqaexKfV6t5KiVH" + } + } + ] + }, + "persons": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3CXg9yAV2KAaZVGCRgmj3k" + } + } + ] + }, + "products": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5YSaWTBBKaeFZbIEKeXYpK" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1ypqMYVLwu287CucGuTsOp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1NfrwGiDkWOdDVKdmHm0e2" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "DEOp8ynxuO4rMELqtrNRl" + } + } + ] + }, + "services": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ISFskJJHMDSaU6FutQXGT" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5EnJ228K0n3yi7Np6NQyeI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4S33mXyFJ3L65kwiSpavVU" + } + } + ] + }, + "resources": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "37hbTbpX2IgMHhDNT7bQXh" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "64lZhS6eI3SkmXQ9vrLpYx" + } + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5WKhPDoXrkwKkJomj8jzCp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "wrdKvKirsgcNXMvlmppVJ" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + } + ] + }, + "action": { + "en-US": [ + { + "id": "21d0cd2b-2699-448b-a5f7-d1ac3924e92e", + "key": "Get solution", + "value": "/" + } + ], + "zh-CN": [ + { + "id": "bf89d09c-f78f-4c36-b5c2-037c7071aee5", + "key": "体验产品", + "value": "/" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2vzKhqnj30eEjgVc4hX3df", + "type": "Entry", + "createdAt": "2022-09-15T00:50:18.469Z", + "updatedAt": "2022-09-15T09:20:40.583Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 22, + "publishedAt": "2022-09-15T09:20:40.583Z", + "firstPublishedAt": "2022-09-15T00:51:54.303Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 9, + "version": 23, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "page" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2vzKhqnj30eEjgVc4hX3df" + }, + "fields": { + "key": { + "en-US": "AboutUs" + }, + "title": { + "en-US": "AboutUs", + "zh-CN": "关于我们" + }, + "content": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "62u67z5a9mcgq5LXKVQ31Z" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6elNC5J6b6MIl8CgSq3X46" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2dlVqlGBqyBuifl4oU2uBP" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3x0qjO6VGy7Bka9O4TMuw7" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "11C2vf3sRt59G9NgymfzzH" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2k3ObSdGSOyHUosvgjEjbr" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8ZHsrvT7Gs2OKoEZgWILr" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SImI0agrf5K8Nimh2zIf" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "62u67z5a9mcgq5LXKVQ31Z", + "type": "Entry", + "createdAt": "2022-09-15T00:59:13.791Z", + "updatedAt": "2022-09-30T03:53:42.252Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2022-09-30T03:53:42.252Z", + "firstPublishedAt": "2022-09-15T01:01:51.642Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/62u67z5a9mcgq5LXKVQ31Z" + }, + "fields": { + "type": { + "en-US": [ + "Hero" + ] + }, + "title": { + "en-US": "About Us", + "zh-CN": "关于我们" + }, + "slug": { + "en-US": "about-us" + }, + "subTitle": { + "en-US": "Simplify cloud-native use and create more value for customers and partners", + "zh-CN": "简化云原生的使用,为客户和合作伙伴创作更多价值" + }, + "backgourdImage": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/aboutus-header-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3ZRY6UR6j4c4dOYz3PXXFs", + "type": "Entry", + "createdAt": "2022-09-15T01:20:31.775Z", + "updatedAt": "2022-09-15T01:22:18.381Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2022-09-15T01:22:18.381Z", + "firstPublishedAt": "2022-09-15T01:21:15.722Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "language" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3ZRY6UR6j4c4dOYz3PXXFs" + }, + "fields": { + "key": { + "en-US": "go" + }, + "name": { + "en-US": "Go" + }, + "url": { + "en-US": "https://golang.google.cn/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1CKSYb62cU04DIkdUBDOIZ", + "type": "Entry", + "createdAt": "2022-09-15T01:23:25.806Z", + "updatedAt": "2024-12-06T01:28:37.608Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 169, + "publishedAt": "2024-12-06T01:28:37.608Z", + "firstPublishedAt": "2022-09-15T02:30:32.304Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 40, + "version": 170, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1CKSYb62cU04DIkdUBDOIZ" + }, + "fields": { + "key": { + "en-US": "graylog" + }, + "trademark": { + "en-US": "Graylog Open", + "zh-CN": "Graylog Open" + }, + "title": { + "en-US": "Free & Open Log Management", + "zh-CN": "开源免费的日志管理系统" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3i2B1KNLTbwE1C1DQ0Vewx" + } + } + }, + "summary": { + "en-US": "A leading centralized log management solution", + "zh-CN": "开源的日志聚合与分析平台" + }, + "overview": { + "en-US": "Graylog Open is a self-managed, SSPL-licensed centralized log management solution designed for log data aggregation, analysis, and management. ", + "zh-CN": "Graylog Open 是一个开源项目,是一个自我管理、获得 SSPL 许可的集中式日志管理解决方案,专为日志数据聚合、分析和管理而设计。" + }, + "description": { + "en-US": "This is a repackaged Graylog with professional support for your business. Graylog is a leading centralized log management solution built to open standards for capturing, storing, and enabling real-time analysis of terabytes of machine data.\n\n- Unlimited Log Ingestion\n- View Log Data in Real-time\n- Search Through Volumes of Log Data\n- Configure Alerts for What Matters Most\n", + "zh-CN": "Graylog是一个领先的集中式日志管理解决方案,它是为捕获、存储和支持对万亿字节机器数据进行实时分析的开放标准而构建的。通过快速、高效、低成本、灵活地进行分析,我们可以提供更好的用户体验。\n\n- 无限制日志输入\n- 实时查看日志数据\n- 搜索大量日志数据\n- 针对最重要的内容配置警报" + }, + "screenshots": { + "en-US": [ + { + "id": "291fde08-eec7-41ed-8bd8-616e5a3e6f64", + "key": "ui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/graylog/graylog-gui-websoft9.png" + }, + { + "id": "221543bb-d71a-40d9-9aa9-d1dcf70c7612", + "key": "login", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/graylog/graylog-login-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "324d395d-c880-41cc-af4d-3356a85fa87f", + "key": "ui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/graylog/graylog-gui-websoft9.png" + }, + { + "id": "b621c299-8c80-4026-8e42-81ccb0890416", + "key": "login", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/graylog/graylog-login-websoft9.png" + } + ] + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1wZ51O1lNNKJkfM9eFh1eV" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "25O12xwjoBcnGyQ2pY8gi1" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4iQsJxo95VUZYyGzuCD5rV" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17Jq88yTIez2ftdYQRrZSc" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.graylog.org/" + }, + "trademarkUrl": { + "en-US": "https://community.graylog.org/tos#9" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2V5Sey9mCVvizDs6ikr7ig" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "keywords": { + "en-US": [ + "graylog", + "analysis" + ], + "zh-CN": [ + "graylog", + "日志管理", + "日志分析" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": "6.1" + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2dlVqlGBqyBuifl4oU2uBP", + "type": "Entry", + "createdAt": "2022-09-15T02:31:39.735Z", + "updatedAt": "2022-09-29T09:13:42.949Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 40, + "publishedAt": "2022-09-29T09:13:42.949Z", + "firstPublishedAt": "2022-09-15T02:34:05.427Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 5, + "version": 41, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2dlVqlGBqyBuifl4oU2uBP" + }, + "fields": { + "type": { + "en-US": [ + "Timeline" + ] + }, + "title": { + "en-US": "Our Milestone", + "zh-CN": "发展历程" + }, + "slug": { + "en-US": "our-milestone" + }, + "subTitle": { + "en-US": "Focus on the only goal, create the best value for customer", + "zh-CN": "专注在一个目标上持续投入,努力为客户创造最大价值" + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4CKKFgGr7qos1xPuv8QO3m" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7BxkKpKfY3KBjsiDwsh2Uk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5NtPxsBc7ODJ7qzMh4y2EX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2S3PaJDgeFYrKFfaAJ8X7Z" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2S3PaJDgeFYrKFfaAJ8X7Z", + "type": "Entry", + "createdAt": "2022-09-15T02:34:41.441Z", + "updatedAt": "2022-10-07T02:37:45.714Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 60, + "publishedAt": "2022-10-07T02:37:45.714Z", + "firstPublishedAt": "2022-09-15T02:40:03.183Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 7, + "version": 61, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2S3PaJDgeFYrKFfaAJ8X7Z" + }, + "fields": { + "type": { + "en-US": [ + "Company" + ] + }, + "title": { + "en-US": "Start Business", + "zh-CN": "公司成立" + }, + "slug": { + "en-US": "business-start" + }, + "subtitle": { + "en-US": "2016", + "zh-CN": "2016" + }, + "description": { + "en-US": "After working in the field of enterprise management software for more than ten years, our founder team found that the sales and delivery model of management software products is very inefficient. The cloud era has clearly arrived, and the value of cloud native has been deeply rooted in the hearts of the people. For the future, we must make changes...", + "zh-CN": "我们创始人团队在企业级管理软件领域耕耘十几年后,发现管理软件的产品的销售和交付模式非常低效。而云时代显然已经来临,云原生的价值已经深入人心。面向未来,我们必须做出改变..." + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/bz-milestone-start-websoft9.jpg" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5NtPxsBc7ODJ7qzMh4y2EX", + "type": "Entry", + "createdAt": "2022-09-15T02:43:16.031Z", + "updatedAt": "2022-10-11T06:06:17.705Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 61, + "publishedAt": "2022-10-11T06:06:17.705Z", + "firstPublishedAt": "2022-09-15T02:44:06.511Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 6, + "version": 62, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5NtPxsBc7ODJ7qzMh4y2EX" + }, + "fields": { + "type": { + "en-US": [ + "Company" + ] + }, + "title": { + "en-US": "Open Source image on Cloud Platform", + "zh-CN": "云平台开源镜像提供商" + }, + "slug": { + "en-US": "open-source-image-on-cloud-platform" + }, + "subtitle": { + "en-US": "2017-2020", + "zh-CN": "2017-2020" + }, + "description": { + "en-US": "Websoft9 与全球主流的云平台 Azure, AWS, Google Cloud, 阿里云, 腾讯云, 华为云 均达成合作伙伴关系。我们通过 Cloud Installer 技术,向云平台客户提供流行的开源软件镜像和商业支持服务,获得了市场份额和客户口碑,并多次获得行业嘉奖。", + "zh-CN": "Websoft9 与全球主流的云平台 Azure, AWS, Google Cloud, 阿里云, 腾讯云, 华为云 均达成合作伙伴关系。我们通过 Cloud Installer 技术,向云平台客户提供流行的开源软件镜像和商业支持服务,获得了市场份额和客户口碑,并多次获得行业嘉奖。" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/bz-milestone-imageprovider-websoft9.webp" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7BxkKpKfY3KBjsiDwsh2Uk", + "type": "Entry", + "createdAt": "2022-09-15T02:44:29.129Z", + "updatedAt": "2022-10-11T06:04:55.153Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 39, + "publishedAt": "2022-10-11T06:04:55.153Z", + "firstPublishedAt": "2022-09-15T02:45:25.259Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 40, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7BxkKpKfY3KBjsiDwsh2Uk" + }, + "fields": { + "type": { + "en-US": [ + "Company" + ] + }, + "title": { + "en-US": "Cloud Native Application Store", + "zh-CN": "云原生应用商店" + }, + "slug": { + "en-US": "cloud-native-appstore" + }, + "subtitle": { + "en-US": "2021-now", + "zh-CN": "2021-至今" + }, + "description": { + "en-US": "基于云原生和容器技术的云原生应用商店解决方案,为客户提供主流开源应用的部署、监控和运维服务,保护用户的宝贵的计算资产,同时降低用户对IT技术的依赖,节省大量成本。", + "zh-CN": "基于云原生和容器技术的云原生应用商店解决方案,为客户提供主流开源应用的部署、监控和运维服务,保护用户的宝贵的计算资产,同时降低用户对IT技术的依赖,节省大量成本。" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/bz-milestone-stacks-websoft9.jpg" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4CKKFgGr7qos1xPuv8QO3m", + "type": "Entry", + "createdAt": "2022-09-15T02:45:45.712Z", + "updatedAt": "2022-10-11T06:00:06.221Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 42, + "publishedAt": "2022-10-11T06:00:06.221Z", + "firstPublishedAt": "2022-09-15T02:47:07.977Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 5, + "version": 43, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4CKKFgGr7qos1xPuv8QO3m" + }, + "fields": { + "type": { + "en-US": [ + "Company" + ] + }, + "title": { + "en-US": "Walk with you in the future", + "zh-CN": "未来仍然与您同行" + }, + "slug": { + "en-US": "for-future" + }, + "subtitle": { + "en-US": "Future...", + "zh-CN": "未来..." + }, + "description": { + "en-US": "未来虽然不可预测,但是我们始终坚持专注于一个方向。那就是:简化云原生技术的使用", + "zh-CN": "未来虽然不可预测,当时我们力求在同一个路上走得更深更远" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/bz-milestone-future-websoft9.webp" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3x0qjO6VGy7Bka9O4TMuw7", + "type": "Entry", + "createdAt": "2022-09-15T03:48:57.681Z", + "updatedAt": "2022-11-03T09:08:43.007Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 33, + "publishedAt": "2022-11-03T09:08:43.007Z", + "firstPublishedAt": "2022-09-15T03:57:10.494Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 5, + "version": 34, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3x0qjO6VGy7Bka9O4TMuw7" + }, + "fields": { + "type": { + "en-US": [ + "Gallery" + ] + }, + "title": { + "en-US": "Office Photo", + "zh-CN": "工作环境" + }, + "slug": { + "en-US": "our-office" + }, + "subTitle": { + "en-US": "With Xiangjiang River river and Yuelu mountain", + "zh-CN": "湘江河畔,岳麓山下" + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7qFuyLA3wq6UNyBiwdbcMN" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52oSwh4b6cssJMzlHC6CTp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3pdqz6MbdLXeoWBxDTm33Z" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2aOHABgu1vQiSS7cx3JFAk" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7qFuyLA3wq6UNyBiwdbcMN", + "type": "Entry", + "createdAt": "2022-09-15T03:57:24.335Z", + "updatedAt": "2022-09-29T02:11:52.580Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 15, + "publishedAt": "2022-09-29T02:11:52.580Z", + "firstPublishedAt": "2022-09-15T04:02:39.809Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 16, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7qFuyLA3wq6UNyBiwdbcMN" + }, + "fields": { + "type": { + "en-US": [ + "Gallery" + ] + }, + "title": { + "en-US": "Office Picture 01", + "zh-CN": "办公环境照片 01" + }, + "slug": { + "en-US": "office-pic001" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/office-pic001-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "52oSwh4b6cssJMzlHC6CTp", + "type": "Entry", + "createdAt": "2022-09-15T04:02:45.937Z", + "updatedAt": "2022-09-29T02:11:41.616Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2022-09-29T02:11:41.616Z", + "firstPublishedAt": "2022-09-15T04:03:13.962Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/52oSwh4b6cssJMzlHC6CTp" + }, + "fields": { + "type": { + "en-US": [ + "Gallery" + ] + }, + "title": { + "en-US": "Office Picture 02", + "zh-CN": "办公环境照片 02" + }, + "slug": { + "en-US": "office-pic02" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/office-pic002-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3pdqz6MbdLXeoWBxDTm33Z", + "type": "Entry", + "createdAt": "2022-09-15T04:03:27.440Z", + "updatedAt": "2022-09-29T02:11:10.854Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-09-29T02:11:10.854Z", + "firstPublishedAt": "2022-09-15T04:03:49.771Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3pdqz6MbdLXeoWBxDTm33Z" + }, + "fields": { + "type": { + "en-US": [ + "Gallery" + ] + }, + "title": { + "en-US": "Office Picture 03", + "zh-CN": "办公环境照片 03" + }, + "slug": { + "en-US": "office-pic03" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/office-pic003-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2aOHABgu1vQiSS7cx3JFAk", + "type": "Entry", + "createdAt": "2022-09-15T04:03:55.111Z", + "updatedAt": "2022-09-29T02:11:26.155Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2022-09-29T02:11:26.155Z", + "firstPublishedAt": "2022-09-15T04:04:11.518Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2aOHABgu1vQiSS7cx3JFAk" + }, + "fields": { + "type": { + "en-US": [ + "Gallery" + ] + }, + "title": { + "en-US": "Office Picture 04", + "zh-CN": "办公环境照片 04" + }, + "slug": { + "en-US": "office-pic04" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/office-pic004-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6elNC5J6b6MIl8CgSq3X46", + "type": "Entry", + "createdAt": "2022-09-15T06:11:54.454Z", + "updatedAt": "2022-09-29T09:14:38.502Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 29, + "publishedAt": "2022-09-29T09:14:38.502Z", + "firstPublishedAt": "2022-09-15T06:13:43.736Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 30, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6elNC5J6b6MIl8CgSq3X46" + }, + "fields": { + "type": { + "en-US": [ + "Hero" + ] + }, + "title": { + "en-US": "Company Profile", + "zh-CN": "公司简介" + }, + "slug": { + "en-US": "company-profile" + }, + "subTitle": { + "en-US": "Cloud Native Service based on Open Source", + "zh-CN": "开源生态中的云原生专家" + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4SMyL3DMah3sasoTLAhjhs" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4SMyL3DMah3sasoTLAhjhs", + "type": "Entry", + "createdAt": "2022-09-15T06:14:43.002Z", + "updatedAt": "2024-01-26T06:36:43.677Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 72, + "publishedAt": "2024-01-26T06:36:43.677Z", + "firstPublishedAt": "2022-09-15T06:16:10.152Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 6, + "version": 73, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4SMyL3DMah3sasoTLAhjhs" + }, + "fields": { + "type": { + "en-US": [ + "Company" + ] + }, + "title": { + "en-US": "Company Profile", + "zh-CN": "公司简介" + }, + "slug": { + "en-US": "company-profile" + }, + "description": { + "en-US": "Websoft9 is a Platform as a Service (PaaS) that enables you to run open-source products managed by their official creators on your own cloud or on-premises infrastructure. It offers a seamless experience of deploying applications with just a few clicks, whether on AWS, Azure, GCP, Alibaba Cloud or HUAIWEICLOUD.\n\nThe built-in AppStore from Websoft9 provides more than 200 ready-to-use templates ranging from infrastructure and business to databases, DevOps, AI, web applications, and IoT. This diversity significantly reduces the software's time to market and greatly enhances productivity.\n\nThe mission of Websoft9 is to empower innovative organizations and developers to concentrate on using open-source products, while the Websoft9 platform takes care of deployment, integration, updates, CI/CD, and maintenance.\n\nJoining the Websoft9 can unlock an organization's potential for innovation, streamlining technology management and making it simpler and more efficient.", + "zh-CN": "Websoft9(微聚云) 是一个 PaaS 平台,它可以帮助用户在各种云平台上轻松地运行由官方维护的开源应用。不管在 AWS、Azure、GCP 还是阿里云或华为,通过几次点击,即可轻松部署应用程序,有极简的体验。\n\nWebsoft9 内置的**应用商店**提供了 200 + 即用型模板,涵盖了云管理、企业软件、通信协作、数据、DevOps、分析、人工智能、物联网等多种类别。它将软件上线的时间由几天减少了几分钟,大大提高了生产力。\n\nWebsoft9 的使命是赋能创新型组织和开发者专注于开源应用的使用,而 Websoft9 平台负责应用部署、集成、更新、持续集成/持续部署(CI/CD)和维护。\n\n故,使用 Websoft9 可以释放组织的创新潜力,使技术管理更加流畅、简单和高效。\n\nWebsoft9 通过产品和商业级支持服务,与全球主流云平台合作,服务全球 140 多个国家 3000 万云端企业客户。" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/company-profile-intro.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "11C2vf3sRt59G9NgymfzzH", + "type": "Entry", + "createdAt": "2022-09-15T06:25:41.018Z", + "updatedAt": "2022-09-29T09:08:59.829Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 15, + "publishedAt": "2022-09-29T09:08:59.829Z", + "firstPublishedAt": "2022-09-15T06:26:15.865Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 16, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/11C2vf3sRt59G9NgymfzzH" + }, + "fields": { + "type": { + "en-US": [ + "Feature Grid" + ] + }, + "title": { + "en-US": "Business philosophy", + "zh-CN": "企业哲学" + }, + "slug": { + "en-US": "business-philosophy" + }, + "subTitle": { + "en-US": "Pratt & Whitney, connectivity integration", + "zh-CN": "技术普惠,连接集成" + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "GHjthPV4TSAUrUv56Tcho" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3xNLPJlz9wYvNaa6eGDtRM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "Clu3BXpLnori7iwD3NDrb" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "GHjthPV4TSAUrUv56Tcho", + "type": "Entry", + "createdAt": "2022-09-15T06:26:55.903Z", + "updatedAt": "2022-10-08T01:06:29.331Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 20, + "publishedAt": "2022-10-08T01:06:29.331Z", + "firstPublishedAt": "2022-09-15T06:33:34.480Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 21, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/GHjthPV4TSAUrUv56Tcho" + }, + "fields": { + "type": { + "en-US": [ + "Company" + ] + }, + "title": { + "en-US": "Cloud Ecosystem", + "zh-CN": "生态定位" + }, + "slug": { + "en-US": "cloud-ecosystem" + }, + "subtitle": { + "en-US": "Link ISV and Enterprise customer", + "zh-CN": "软件提供商与客户之间的云原生连接者" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/company-philosophy-ecosystem-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3xNLPJlz9wYvNaa6eGDtRM", + "type": "Entry", + "createdAt": "2022-09-15T06:33:41.628Z", + "updatedAt": "2022-10-08T01:06:18.770Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 19, + "publishedAt": "2022-10-08T01:06:18.770Z", + "firstPublishedAt": "2022-09-15T06:34:07.937Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 20, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3xNLPJlz9wYvNaa6eGDtRM" + }, + "fields": { + "type": { + "en-US": [ + "Company" + ] + }, + "title": { + "en-US": "Mission & Vision", + "zh-CN": "使命与愿景" + }, + "slug": { + "en-US": "mission-vision" + }, + "subtitle": { + "en-US": "Bring Cloud-Native to small business", + "zh-CN": "将云原生技术普惠至全球小微企业" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/company-philosophy-mission-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "Clu3BXpLnori7iwD3NDrb", + "type": "Entry", + "createdAt": "2022-09-15T06:34:14.674Z", + "updatedAt": "2022-10-08T01:06:05.491Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 15, + "publishedAt": "2022-10-08T01:06:05.491Z", + "firstPublishedAt": "2022-09-15T06:34:42.991Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 16, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/Clu3BXpLnori7iwD3NDrb" + }, + "fields": { + "type": { + "en-US": [ + "Company" + ] + }, + "title": { + "en-US": "Values", + "zh-CN": "价值观" + }, + "slug": { + "en-US": "company-values" + }, + "subtitle": { + "en-US": "Long-term perseverance, Self-reliance", + "zh-CN": "战略正确,长期坚守;艰苦奋斗,自立更生。" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/company-philosophy-value-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2k3ObSdGSOyHUosvgjEjbr", + "type": "Entry", + "createdAt": "2022-09-15T06:35:56.955Z", + "updatedAt": "2022-09-29T09:07:23.102Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 13, + "publishedAt": "2022-09-29T09:07:23.102Z", + "firstPublishedAt": "2022-09-15T06:36:29.711Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 14, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2k3ObSdGSOyHUosvgjEjbr" + }, + "fields": { + "type": { + "en-US": [ + "Text Grid" + ] + }, + "title": { + "en-US": "Data", + "zh-CN": "数据" + }, + "slug": { + "en-US": "company-data" + }, + "subTitle": { + "en-US": "Look at our results in numbers", + "zh-CN": "从数字看我们的成绩" + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2SdnVdg85R0AVepW3tVcWK" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2bAytXgaZ8NretSZXburK7" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1EfDEsu3HqZ4UpDNnbozGn" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3d6jhEygfVM7oKRI72xF9g" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "49mTamMwgQQYIYnCy87DUG" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Ak30yZa7co6UhOldHJn2T" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2SdnVdg85R0AVepW3tVcWK", + "type": "Entry", + "createdAt": "2022-09-15T06:40:31.062Z", + "updatedAt": "2022-10-07T02:42:34.020Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 18, + "publishedAt": "2022-10-07T02:42:34.020Z", + "firstPublishedAt": "2022-09-15T06:41:05.685Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 19, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2SdnVdg85R0AVepW3tVcWK" + }, + "fields": { + "type": { + "en-US": [ + "Company" + ] + }, + "title": { + "en-US": "Cumulative number of service customers", + "zh-CN": "服务客户数量" + }, + "slug": { + "en-US": "customer-number" + }, + "subtitle": { + "en-US": "We can service from start-ups to Global 500", + "zh-CN": "从初创企业到全球500强,都有我们客户的身影" + }, + "description": { + "en-US": "20000+", + "zh-CN": "20000+" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2bAytXgaZ8NretSZXburK7", + "type": "Entry", + "createdAt": "2022-09-15T06:41:16.040Z", + "updatedAt": "2022-10-07T02:42:21.660Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 17, + "publishedAt": "2022-10-07T02:42:21.660Z", + "firstPublishedAt": "2022-09-15T06:41:31.063Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 18, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2bAytXgaZ8NretSZXburK7" + }, + "fields": { + "type": { + "en-US": [ + "Company" + ] + }, + "title": { + "en-US": "Cloud Platform Partner", + "zh-CN": "云平台伙伴" + }, + "slug": { + "en-US": "cloudplatform-partner" + }, + "subtitle": { + "en-US": "Established partnerships with major Cloud", + "zh-CN": "我们与全球主流的云平台建立了合作关系" + }, + "description": { + "en-US": "10+", + "zh-CN": "10+" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1EfDEsu3HqZ4UpDNnbozGn", + "type": "Entry", + "createdAt": "2022-09-15T06:41:40.458Z", + "updatedAt": "2022-10-07T02:42:12.952Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 13, + "publishedAt": "2022-10-07T02:42:12.952Z", + "firstPublishedAt": "2022-09-15T06:41:56.001Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 14, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1EfDEsu3HqZ4UpDNnbozGn" + }, + "fields": { + "type": { + "en-US": [ + "Company" + ] + }, + "title": { + "en-US": "Customer satisfaction", + "zh-CN": "客户满意度" + }, + "slug": { + "en-US": "customer-satisfaction" + }, + "subtitle": { + "en-US": "We are always improving customer satisfaction", + "zh-CN": "我们一直在努力提高客户满意度" + }, + "description": { + "en-US": "98%", + "zh-CN": "98%" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3d6jhEygfVM7oKRI72xF9g", + "type": "Entry", + "createdAt": "2022-09-15T06:42:02.924Z", + "updatedAt": "2022-10-07T02:42:02.941Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 26, + "publishedAt": "2022-10-07T02:42:02.941Z", + "firstPublishedAt": "2022-09-15T06:42:18.253Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 27, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3d6jhEygfVM7oKRI72xF9g" + }, + "fields": { + "type": { + "en-US": [ + "Company" + ] + }, + "title": { + "en-US": "Global coverage", + "zh-CN": "全球化覆盖" + }, + "slug": { + "en-US": "global-coverage" + }, + "subtitle": { + "en-US": "Our customers in most countries around the world", + "zh-CN": "我们客户遍布全球大多数国家" + }, + "description": { + "en-US": "86", + "zh-CN": "86" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "49mTamMwgQQYIYnCy87DUG", + "type": "Entry", + "createdAt": "2022-09-15T06:42:26.044Z", + "updatedAt": "2022-10-07T02:41:54.122Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 21, + "publishedAt": "2022-10-07T02:41:54.122Z", + "firstPublishedAt": "2022-09-15T06:42:40.691Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 22, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/49mTamMwgQQYIYnCy87DUG" + }, + "fields": { + "type": { + "en-US": [ + "Company" + ] + }, + "title": { + "en-US": "Cumulative number of install", + "zh-CN": "产品累计安装次数" + }, + "slug": { + "en-US": "product-download" + }, + "subtitle": { + "en-US": "Customer download or install our product by different channel", + "zh-CN": "我们的产品被客户通过各种不同的方式安装" + }, + "description": { + "zh-CN": "100M" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4Ak30yZa7co6UhOldHJn2T", + "type": "Entry", + "createdAt": "2022-09-15T06:42:49.014Z", + "updatedAt": "2022-10-07T02:41:38.269Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 14, + "publishedAt": "2022-10-07T02:41:38.269Z", + "firstPublishedAt": "2022-09-15T06:43:03.047Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 15, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4Ak30yZa7co6UhOldHJn2T" + }, + "fields": { + "type": { + "en-US": [ + "Company" + ] + }, + "title": { + "en-US": "Repositories on Github", + "zh-CN": "Github 开源项目数量" + }, + "slug": { + "en-US": "number-repositories" + }, + "subtitle": { + "en-US": "We work with open source community", + "zh-CN": "我们致力于与开源社区一起驱动产品的发展" + }, + "description": { + "en-US": "300+", + "zh-CN": "300+" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "8ZHsrvT7Gs2OKoEZgWILr", + "type": "Entry", + "createdAt": "2022-09-15T08:36:37.109Z", + "updatedAt": "2022-09-29T08:42:41.803Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 20, + "publishedAt": "2022-09-29T08:42:41.803Z", + "firstPublishedAt": "2022-09-15T08:47:48.728Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 5, + "version": 21, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/8ZHsrvT7Gs2OKoEZgWILr" + }, + "fields": { + "type": { + "en-US": [ + "Grid" + ] + }, + "title": { + "en-US": "Honor", + "zh-CN": "荣誉" + }, + "slug": { + "en-US": "company-honor" + }, + "subTitle": { + "zh-CN": "看看行业对我们的认可" + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5siCItZ9jygijEVqaiV2tu" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1O1Of3W33iqR2XcusGF5GW" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5SfJ4txePDLGJxfPbWtZC0" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "43pd49ttSachn0iFVlBtqX", + "type": "Entry", + "createdAt": "2022-09-15T09:02:29.523Z", + "updatedAt": "2022-09-30T05:16:58.754Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 14, + "publishedAt": "2022-09-30T05:16:58.754Z", + "firstPublishedAt": "2022-09-15T09:08:50.465Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 15, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/43pd49ttSachn0iFVlBtqX" + }, + "fields": { + "type": { + "en-US": [ + "Company" + ] + }, + "title": { + "en-US": "National high-tech enterprises", + "zh-CN": "国家高新技术企业" + }, + "slug": { + "en-US": "hightech-company" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/company-qualification-hightech-websoft9.jpg" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6SImI0agrf5K8Nimh2zIf", + "type": "Entry", + "createdAt": "2022-09-15T09:04:03.747Z", + "updatedAt": "2022-09-30T02:09:05.451Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 31, + "publishedAt": "2022-09-30T02:09:05.451Z", + "firstPublishedAt": "2022-09-15T09:04:50.779Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 6, + "version": 32, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6SImI0agrf5K8Nimh2zIf" + }, + "fields": { + "type": { + "en-US": [ + "Feature Grid" + ] + }, + "title": { + "en-US": "Qualifications", + "zh-CN": "资质" + }, + "slug": { + "en-US": "company-qualifications" + }, + "subTitle": { + "en-US": "Standardized operation to improve product quality", + "zh-CN": "规范化和标准化的运营,提升产品质量" + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "43pd49ttSachn0iFVlBtqX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4y5KmwtkITNQwMnQfQkUds" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4GeptzAAIjs24BgiDmPdlb" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1dxuxLrqpHSveTHTfM21sK" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "83UZILC4g37jO6vwgZR7t" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6rm7R5ISPdICYvl1dglC9f" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4y5KmwtkITNQwMnQfQkUds", + "type": "Entry", + "createdAt": "2022-09-15T09:09:03.549Z", + "updatedAt": "2022-09-30T05:16:47.808Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 13, + "publishedAt": "2022-09-30T05:16:47.808Z", + "firstPublishedAt": "2022-09-15T09:09:30.135Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 14, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4y5KmwtkITNQwMnQfQkUds" + }, + "fields": { + "type": { + "en-US": [ + "Company" + ] + }, + "title": { + "en-US": "Small Technology Company", + "zh-CN": "中小型科技企业" + }, + "slug": { + "en-US": "small-technology-company" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/company-qualification-smalltech-websoft9.jpg" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4GeptzAAIjs24BgiDmPdlb", + "type": "Entry", + "createdAt": "2022-09-15T09:09:39.249Z", + "updatedAt": "2022-09-30T05:16:36.051Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 14, + "publishedAt": "2022-09-30T05:16:36.051Z", + "firstPublishedAt": "2022-09-15T09:09:55.056Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 15, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4GeptzAAIjs24BgiDmPdlb" + }, + "fields": { + "type": { + "en-US": [ + "Company" + ] + }, + "title": { + "en-US": "\"Red Maple Project\" incubates", + "zh-CN": "“红枫计划”孵化企业" + }, + "slug": { + "en-US": "redmaple-project-incubate" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/company-qualification-hongfeng-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3TJchEPSA8SCumxBb5qfMW", + "type": "Entry", + "createdAt": "2022-09-15T09:10:02.699Z", + "updatedAt": "2022-10-11T07:01:35.811Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 14, + "publishedAt": "2022-10-11T07:01:35.811Z", + "firstPublishedAt": "2022-09-16T01:28:15.355Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 15, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3TJchEPSA8SCumxBb5qfMW" + }, + "fields": { + "type": { + "en-US": [ + "HR" + ] + }, + "title": { + "en-US": "Reject 996", + "zh-CN": "拒绝 996" + }, + "slug": { + "en-US": "reject-996" + }, + "subtitle": { + "en-US": "坚决反对 996 的时间制度,因为这是伤害创造力的罪魁祸首", + "zh-CN": "坚决反对 996 的时间制度,因为这是伤害创造力的罪魁祸首" + }, + "icon": { + "en-US": "front_hand" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2JLyoQHPoQcGAZ95VwgpTO", + "type": "Entry", + "createdAt": "2022-09-16T01:19:50.029Z", + "updatedAt": "2022-09-16T06:27:27.038Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 15, + "publishedAt": "2022-09-16T06:27:27.038Z", + "firstPublishedAt": "2022-09-16T01:24:33.116Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 4, + "version": 16, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "page" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2JLyoQHPoQcGAZ95VwgpTO" + }, + "fields": { + "key": { + "en-US": "Careers" + }, + "title": { + "en-US": "Careers", + "zh-CN": "招聘" + }, + "content": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "20mrfrsMecYGvzZ1DvPpoV" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "62wQrHsUEX65ZhxU3A7nWn" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3x0qjO6VGy7Bka9O4TMuw7" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ZplYLkk722mmvqXuIwiWE" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7ehg04EruvHVK5mYKrNgpJ" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6Ufx912pfMnVUnO8vKK5Bp" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "20mrfrsMecYGvzZ1DvPpoV", + "type": "Entry", + "createdAt": "2022-09-16T01:24:51.106Z", + "updatedAt": "2022-10-11T07:10:05.807Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 24, + "publishedAt": "2022-10-11T07:10:05.807Z", + "firstPublishedAt": "2022-09-16T01:25:26.608Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 5, + "version": 25, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/20mrfrsMecYGvzZ1DvPpoV" + }, + "fields": { + "type": { + "en-US": [ + "Hero" + ] + }, + "title": { + "en-US": "Recruitment", + "zh-CN": "职位与招聘" + }, + "slug": { + "en-US": "jobs" + }, + "subTitle": { + "en-US": "A group of people focus on one goal, and love makes them different", + "zh-CN": "一群人聚焦于一个目标,因热爱方可与众不同" + }, + "backgourdImage": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/job-hero-bg-websoft9.webp" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "62wQrHsUEX65ZhxU3A7nWn", + "type": "Entry", + "createdAt": "2022-09-16T01:26:03.256Z", + "updatedAt": "2022-09-30T03:33:41.124Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 24, + "publishedAt": "2022-09-30T03:33:41.124Z", + "firstPublishedAt": "2022-09-16T01:26:14.800Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 5, + "version": 25, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/62wQrHsUEX65ZhxU3A7nWn" + }, + "fields": { + "type": { + "en-US": [ + "Feature Grid" + ] + }, + "title": { + "en-US": "Talent concept", + "zh-CN": "人才理念" + }, + "slug": { + "en-US": "talent-concept" + }, + "subTitle": { + "en-US": "Create job, Create value", + "zh-CN": "优秀而努力的人,应该通过创意的工作产生价值" + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3TJchEPSA8SCumxBb5qfMW" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6EyCMLAV4hqcydGyu5CfKo" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8tj1DAFM0W5jFHyqnUHdj" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5xLJ5UJ24hkMUDOKVlmETJ" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6EyCMLAV4hqcydGyu5CfKo", + "type": "Entry", + "createdAt": "2022-09-16T01:28:21.979Z", + "updatedAt": "2022-10-11T07:00:37.534Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2022-10-11T07:00:37.534Z", + "firstPublishedAt": "2022-09-16T01:28:34.096Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6EyCMLAV4hqcydGyu5CfKo" + }, + "fields": { + "type": { + "en-US": [ + "HR" + ] + }, + "title": { + "en-US": "Ultimate efficiency", + "zh-CN": "极致效率" + }, + "slug": { + "en-US": "ultimate-efficiency" + }, + "subtitle": { + "en-US": "我们让沟通效率、协作效率、知识创造效率为一切之根本", + "zh-CN": "我们让沟通效率、协作效率、知识创造效率为一切之根本" + }, + "icon": { + "en-US": "forum" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "8tj1DAFM0W5jFHyqnUHdj", + "type": "Entry", + "createdAt": "2022-09-16T01:28:41.312Z", + "updatedAt": "2022-10-11T06:59:51.330Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2022-10-11T06:59:51.330Z", + "firstPublishedAt": "2022-09-16T01:28:51.610Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/8tj1DAFM0W5jFHyqnUHdj" + }, + "fields": { + "type": { + "en-US": [ + "HR" + ] + }, + "title": { + "en-US": "Unlimited leave", + "zh-CN": "无限制请假" + }, + "slug": { + "en-US": "unlimited-leave" + }, + "subtitle": { + "en-US": "卓越的你,只要需要,我们对请假不设置上限", + "zh-CN": "卓越的你,只要需要,我们对请假不设置上限" + }, + "icon": { + "en-US": "browse_gallery" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5xLJ5UJ24hkMUDOKVlmETJ", + "type": "Entry", + "createdAt": "2022-09-16T01:28:58.821Z", + "updatedAt": "2022-10-11T06:58:15.077Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 18, + "publishedAt": "2022-10-11T06:58:15.077Z", + "firstPublishedAt": "2022-09-16T01:29:09.614Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 19, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5xLJ5UJ24hkMUDOKVlmETJ" + }, + "fields": { + "type": { + "en-US": [ + "HR" + ] + }, + "title": { + "en-US": "Eliminate repetitive work", + "zh-CN": "消除重复劳动" + }, + "slug": { + "en-US": "eliminate-repetitive-work" + }, + "subtitle": { + "en-US": "我们充分采用自动化与AI技术,消除非创造性的重复劳动", + "zh-CN": "我们充分采用自动化与AI技术,消除非创造性的重复劳动" + }, + "icon": { + "en-US": "south" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3ZplYLkk722mmvqXuIwiWE", + "type": "Entry", + "createdAt": "2022-09-16T01:41:22.863Z", + "updatedAt": "2022-09-30T03:28:47.286Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2022-09-30T03:28:47.286Z", + "firstPublishedAt": "2022-09-16T01:43:07.851Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3ZplYLkk722mmvqXuIwiWE" + }, + "fields": { + "type": { + "en-US": [ + "Testimonial" + ] + }, + "title": { + "en-US": "Work message", + "zh-CN": "工作寄语" + }, + "slug": { + "en-US": "work-message" + }, + "subTitle": { + "en-US": "Firm in the goal, everything forward", + "zh-CN": "一个坚定地向目标迈进的人,整个世界都会为他让路" + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3CXg9yAV2KAaZVGCRgmj3k" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5i9ZpzueuAOjCl1w3JaiZg" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4OpW0KLnSSimHrDBrley8n" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7ehg04EruvHVK5mYKrNgpJ", + "type": "Entry", + "createdAt": "2022-09-16T01:44:07.478Z", + "updatedAt": "2022-09-30T03:30:17.783Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2022-09-30T03:30:17.783Z", + "firstPublishedAt": "2022-09-16T01:44:36.765Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7ehg04EruvHVK5mYKrNgpJ" + }, + "fields": { + "type": { + "en-US": [ + "Feature Grid" + ] + }, + "title": { + "en-US": "Job Type", + "zh-CN": "职位类型" + }, + "slug": { + "en-US": "job-type" + }, + "subTitle": { + "en-US": "Eclectic talent reduction", + "zh-CN": "\"网\"纳人才,\"久\"等你来。求贤若渴,必有回响" + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5AeAOPQrUInzsgT8UP5P30" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6umP7D8Odk0rsNptACupjo" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6glEShUKY9WLCGtmEaKbm4" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "730ggZfV7xmZPwdqmeVSvX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4GbIxyTLRxspvElySzarHh" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1dLP0a4dZrE1ZCi0DJIngv" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5AeAOPQrUInzsgT8UP5P30", + "type": "Entry", + "createdAt": "2022-09-16T01:44:49.484Z", + "updatedAt": "2022-10-11T07:06:00.489Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2022-10-11T07:06:00.489Z", + "firstPublishedAt": "2022-09-16T01:46:34.041Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5AeAOPQrUInzsgT8UP5P30" + }, + "fields": { + "type": { + "en-US": [ + "HR" + ] + }, + "title": { + "en-US": "Sales", + "zh-CN": "销售" + }, + "slug": { + "en-US": "hr-sales" + }, + "subtitle": { + "en-US": "岗位包括:合作伙伴经理、大客户销售经理、区域拓展经理、客户成功经理等", + "zh-CN": "岗位包括:合作伙伴经理、大客户销售经理、区域拓展经理、客户成功经理等" + }, + "icon": { + "en-US": "point_of_sale" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6umP7D8Odk0rsNptACupjo", + "type": "Entry", + "createdAt": "2022-09-16T01:46:39.773Z", + "updatedAt": "2022-10-11T07:05:38.003Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2022-10-11T07:05:38.003Z", + "firstPublishedAt": "2022-09-16T01:47:58.014Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6umP7D8Odk0rsNptACupjo" + }, + "fields": { + "type": { + "en-US": [ + "HR" + ] + }, + "title": { + "en-US": "Marketing", + "zh-CN": "市场" + }, + "slug": { + "en-US": "hr-marketing" + }, + "subtitle": { + "en-US": "岗位包括:品牌经理、内容营销、活动营销、媒体通讯、开源社区维护等", + "zh-CN": "岗位包括:品牌经理、内容营销、活动营销、媒体通讯、开源社区维护等" + }, + "icon": { + "en-US": "phone_in_talk" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6glEShUKY9WLCGtmEaKbm4", + "type": "Entry", + "createdAt": "2022-09-16T01:48:03.575Z", + "updatedAt": "2022-10-11T07:05:12.553Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2022-10-11T07:05:12.553Z", + "firstPublishedAt": "2022-09-16T01:52:38.654Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6glEShUKY9WLCGtmEaKbm4" + }, + "fields": { + "type": { + "en-US": [ + "HR" + ] + }, + "title": { + "en-US": "Product and UX", + "zh-CN": "产品与用户体验" + }, + "slug": { + "en-US": "product-ux-hr" + }, + "subtitle": { + "en-US": "岗位包括:产品经理、用户体验设计师、用户研究、云原生架构师", + "zh-CN": "岗位包括:产品经理、用户体验设计师、用户研究、云原生架构师" + }, + "icon": { + "en-US": "monitor_heart" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "730ggZfV7xmZPwdqmeVSvX", + "type": "Entry", + "createdAt": "2022-09-16T01:52:44.874Z", + "updatedAt": "2022-10-11T07:04:34.751Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2022-10-11T07:04:34.751Z", + "firstPublishedAt": "2022-09-16T01:53:06.398Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/730ggZfV7xmZPwdqmeVSvX" + }, + "fields": { + "type": { + "en-US": [ + "HR" + ] + }, + "title": { + "en-US": "Engineer", + "zh-CN": "工程" + }, + "slug": { + "en-US": "engineer" + }, + "subtitle": { + "en-US": "岗位包括:全栈工程师、前端开发、运维开发、云原生、客户支持、安全等", + "zh-CN": "岗位包括:全栈工程师、前端开发、运维开发、云原生、客户支持、安全等" + }, + "icon": { + "en-US": "build" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4GbIxyTLRxspvElySzarHh", + "type": "Entry", + "createdAt": "2022-09-16T01:53:12.960Z", + "updatedAt": "2022-10-11T07:03:50.532Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-10-11T07:03:50.532Z", + "firstPublishedAt": "2022-09-16T01:55:15.380Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4GbIxyTLRxspvElySzarHh" + }, + "fields": { + "type": { + "en-US": [ + "HR" + ] + }, + "title": { + "en-US": "Business", + "zh-CN": "商务支持" + }, + "slug": { + "en-US": "hr-business" + }, + "subtitle": { + "en-US": "岗位包括:财务与会计、业务流程自动化、合规专员、HR等", + "zh-CN": "岗位包括:财务与会计、业务流程自动化、合规专员、HR等" + }, + "icon": { + "en-US": "support" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1dLP0a4dZrE1ZCi0DJIngv", + "type": "Entry", + "createdAt": "2022-09-16T01:55:22.064Z", + "updatedAt": "2022-10-11T07:03:16.344Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 13, + "publishedAt": "2022-10-11T07:03:16.344Z", + "firstPublishedAt": "2022-09-16T01:56:04.214Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 14, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1dLP0a4dZrE1ZCi0DJIngv" + }, + "fields": { + "type": { + "en-US": [ + "HR" + ] + }, + "title": { + "en-US": "Venture partner", + "zh-CN": "管理层与合伙人" + }, + "slug": { + "en-US": "venture-partner" + }, + "subtitle": { + "en-US": "我们需要顶级的人才加盟到合伙人体系,包括:合作关系、营销、工程等", + "zh-CN": "我们需要顶级的人才加盟到合伙人体系,包括:合作关系、营销、工程等" + }, + "icon": { + "en-US": "manage_accounts" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3CXg9yAV2KAaZVGCRgmj3k", + "type": "Entry", + "createdAt": "2022-09-16T03:16:45.808Z", + "updatedAt": "2022-10-21T00:03:51.490Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 34, + "publishedAt": "2022-10-21T00:03:51.490Z", + "firstPublishedAt": "2022-09-16T03:17:21.101Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 11, + "version": 35, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "basePerson" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3CXg9yAV2KAaZVGCRgmj3k" + }, + "fields": { + "key": { + "en-US": "chendelin" + }, + "fullName": { + "en-US": "Darren Chen", + "zh-CN": "谌德林" + }, + "title": { + "en-US": "CEO", + "zh-CN": "CEO" + }, + "pictureUrl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/person/cdl.jpeg" + }, + "description": { + "en-US": "2007 年毕业于湖南师范大学,计算机硕士,连续创业者。先后在太极股份、SYNNEX、KRONOS 等知名IT企业从事技术与销售管理相关工作。2016年创立网久软件,致力于通过云计算与开源技术,构建云计算在线商业体系,服务全球云生态。", + "zh-CN": "2007 年毕业于湖南师范大学,计算机硕士,连续创业者。先后在太极股份、SYNNEX、KRONOS 等知名IT企业从事技术与销售管理相关工作。2016年创立网久软件,致力于通过云计算与开源技术,构建云计算在线商业体系,服务全球云生态。" + }, + "reviews": { + "zh-CN": [ + " 在产品研发上,我们遵循工程科学的严谨和一丝不苟,在解决用户需求层面,我们必须完全掌握互联网的商业本质:迭代研发、在线交易、内容营销、生态连接、数据集成。" + ] + }, + "type": { + "en-US": "Internal" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4OpW0KLnSSimHrDBrley8n", + "type": "Entry", + "createdAt": "2022-09-16T03:25:44.715Z", + "updatedAt": "2022-10-20T23:57:37.676Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 19, + "publishedAt": "2022-10-20T23:57:37.676Z", + "firstPublishedAt": "2022-09-16T03:26:25.802Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 20, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "basePerson" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4OpW0KLnSSimHrDBrley8n" + }, + "fields": { + "key": { + "en-US": "zhoujianjun" + }, + "fullName": { + "en-US": "Jun Zhou", + "zh-CN": "周建军" + }, + "title": { + "en-US": "COO", + "zh-CN": "运营总监" + }, + "pictureUrl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/person/default-author.jpg" + }, + "reviews": { + "zh-CN": [ + "如果我曾经或多或少地激励了一些人的努力,我们的工作,曾经或多或少地扩展了人类的理解范围,因而给这个世界增添了欢乐,那我也就感到满足了。" + ] + }, + "type": { + "en-US": "Internal" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5i9ZpzueuAOjCl1w3JaiZg", + "type": "Entry", + "createdAt": "2022-09-16T03:26:32.764Z", + "updatedAt": "2022-10-20T23:55:46.946Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 16, + "publishedAt": "2022-10-20T23:55:46.946Z", + "firstPublishedAt": "2022-09-16T03:26:59.505Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 17, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "basePerson" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5i9ZpzueuAOjCl1w3JaiZg" + }, + "fields": { + "key": { + "en-US": "xwei" + }, + "fullName": { + "en-US": "Way Xu", + "zh-CN": "徐伟" + }, + "title": { + "en-US": "CTO", + "zh-CN": "技术总监" + }, + "pictureUrl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/person/xwei.jpg" + }, + "description": { + "en-US": "2004年毕业于湖南师范大学。曾服务于NEC(总部),创智,诺基亚等500强企业。具有深厚的企业级软件研发、互联网应用和项目管理经验。目前负责公司云原生技术框架研究、自动化产品体系研发、技术团队建设、开源生态发展以及全球化技术发展。", + "zh-CN": "2004年毕业于湖南师范大学。曾服务于NEC(总部),创智,诺基亚等500强企业。具有深厚的企业级软件研发、互联网应用和项目管理经验。目前负责公司云原生技术框架研究、自动化产品体系研发、技术团队建设、开源生态发展以及全球化技术发展。" + }, + "reviews": { + "zh-CN": [ + "在工作中从完善到创新,是证明自我的价值,是自我进步的过程,是说明自我有信心,有潜质迎接挑战的勇气。" + ] + }, + "type": { + "en-US": "Internal" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6Ufx912pfMnVUnO8vKK5Bp", + "type": "Entry", + "createdAt": "2022-09-16T06:00:14.580Z", + "updatedAt": "2022-09-30T03:23:01.054Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 17, + "publishedAt": "2022-09-30T03:23:01.054Z", + "firstPublishedAt": "2022-09-16T06:00:53.368Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 18, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6Ufx912pfMnVUnO8vKK5Bp" + }, + "fields": { + "type": { + "en-US": [ + "CTA" + ] + }, + "title": { + "en-US": "Join us today", + "zh-CN": "马上加入我们" + }, + "slug": { + "en-US": "apply-job" + }, + "subTitle": { + "en-US": "If you like what we do and agree with our philosophy, join us", + "zh-CN": "如果您喜欢我们所从事的业务,认同我们的理念,那就加入我们的队伍吧" + }, + "buttons": { + "en-US": [ + { + "id": "9d6d0629-39d0-4da4-b321-3359d2cc05dd", + "key": "Jobs List", + "value": "/" + } + ], + "zh-CN": [ + { + "id": "74e5f7d4-6923-467b-9ad1-65dc4ddb7358", + "key": "查看职位", + "value": "/" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1zRRisGU0osTWB11jXZAsL", + "type": "Entry", + "createdAt": "2022-09-16T06:04:37.245Z", + "updatedAt": "2022-09-30T03:39:07.254Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 16, + "publishedAt": "2022-09-30T03:39:07.254Z", + "firstPublishedAt": "2022-09-16T06:05:10.678Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 6, + "version": 17, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "page" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1zRRisGU0osTWB11jXZAsL" + }, + "fields": { + "key": { + "en-US": "ContactUs" + }, + "title": { + "en-US": "Contact Us", + "zh-CN": "联系我们" + }, + "content": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "45RUmGgnTu07VvvaM95uvt" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2dGvpKC1UGFGvX7YJ2gD0d" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4ANoq3itEdyA2ydaAmorKz" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5Xfa8v6j2TxbRV2GnrTMvO" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1O8j7Huyq3uuhyzVO841uf" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "45RUmGgnTu07VvvaM95uvt", + "type": "Entry", + "createdAt": "2022-09-16T06:05:24.266Z", + "updatedAt": "2022-09-30T03:37:58.450Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 36, + "publishedAt": "2022-09-30T03:37:58.450Z", + "firstPublishedAt": "2022-09-16T06:05:48.355Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 8, + "version": 37, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/45RUmGgnTu07VvvaM95uvt" + }, + "fields": { + "type": { + "en-US": [ + "Hero" + ] + }, + "title": { + "en-US": "Contact US", + "zh-CN": "联系我们" + }, + "slug": { + "en-US": "cont" + }, + "subTitle": { + "en-US": "Our Customer Success Team wait for your contact, we provide quick and efficient service", + "zh-CN": "我们敬业的销售和服务团队随时待命,为您提供快速高效的服务。" + }, + "backgourdImage": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/ticketsystem-hero-websoft9.jpg" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "UBV2m4M9KgvyJiRQkRyhH", + "type": "Entry", + "createdAt": "2022-09-16T06:06:19.344Z", + "updatedAt": "2022-10-08T04:55:39.673Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 18, + "publishedAt": "2022-10-08T04:55:39.673Z", + "firstPublishedAt": "2022-09-16T06:07:16.740Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 6, + "version": 19, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/UBV2m4M9KgvyJiRQkRyhH" + }, + "fields": { + "type": { + "en-US": [ + "Contact" + ] + }, + "title": { + "en-US": "Contact Sales", + "zh-CN": "联系销售" + }, + "slug": { + "en-US": "contact-sales" + }, + "subtitle": { + "en-US": "如何帮助您的公司或组织?我们的客户倡导者可以帮助您找到正确的解决方案。", + "zh-CN": "如何帮助您的公司或组织?我们的客户倡导者可以帮助您找到正确的解决方案。" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/contact-features-sales-websoft9.webp" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6WfJFUsE3PVWV0BtRKy3Vn", + "type": "Entry", + "createdAt": "2022-09-16T06:07:21.987Z", + "updatedAt": "2022-10-08T04:55:57.746Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 14, + "publishedAt": "2022-10-08T04:55:57.746Z", + "firstPublishedAt": "2022-09-16T06:07:51.850Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 5, + "version": 15, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6WfJFUsE3PVWV0BtRKy3Vn" + }, + "fields": { + "type": { + "en-US": [ + "Contact" + ] + }, + "title": { + "en-US": "Contact Support", + "zh-CN": "联系客户服务" + }, + "slug": { + "en-US": "untitled-entry-2022-09-16-at-06-07-21" + }, + "subtitle": { + "zh-CN": "需要技术帮助?创建支持票是最快的方法。您也可以在此处为我们的客户服务团队留言。" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/contact-features-support-websoft9.webp" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3NeamgHRtrP591In4CYjHB", + "type": "Entry", + "createdAt": "2022-09-16T06:08:04.669Z", + "updatedAt": "2022-10-08T04:55:49.908Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 20, + "publishedAt": "2022-10-08T04:55:49.908Z", + "firstPublishedAt": "2022-09-16T06:08:33.997Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 5, + "version": 21, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3NeamgHRtrP591In4CYjHB" + }, + "fields": { + "type": { + "en-US": [ + "Contact" + ] + }, + "title": { + "en-US": "Contact Partnership", + "zh-CN": "联系合作" + }, + "slug": { + "en-US": "contact-partership" + }, + "subtitle": { + "en-US": "如何与Websoft9 合作,更好的服务云原生生态,更好的集成解决方案 。", + "zh-CN": "如何与Websoft9 合作,更好的服务云原生生态,更好的集成解决方案 。" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/contact-features-partership-websoft9.webp" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4ANoq3itEdyA2ydaAmorKz", + "type": "Entry", + "createdAt": "2022-09-16T06:09:13.205Z", + "updatedAt": "2024-05-14T08:02:35.865Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 16, + "publishedAt": "2024-05-14T08:02:35.865Z", + "firstPublishedAt": "2022-09-16T06:09:39.668Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 5, + "version": 17, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4ANoq3itEdyA2ydaAmorKz" + }, + "fields": { + "type": { + "en-US": [ + "Feature Grid" + ] + }, + "title": { + "en-US": "Contact the staff", + "zh-CN": "联系人工" + }, + "slug": { + "en-US": "contact-staff" + }, + "subTitle": { + "en-US": "You can find our staff at one of the following contact details, we work in UTC+8", + "zh-CN": "你可以通过如下联系方式找到我们的工作人员,我们工作时区为 UTC+8" + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3q2ed7ADwa8bi9GRXrQj1G" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6a87rewfXO02zdValgYv0l" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "kWAgOWVPrHQKRqhvMnH0X" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4w2ukVyqLH0c6BOBSbmsP2" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5dSSeVqvCNmalGZJEFN9eS" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "cS2pFaAqqu08pqiMyobRZ" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ZCXed5MRE1C4gxv3cn8cb" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3q2ed7ADwa8bi9GRXrQj1G", + "type": "Entry", + "createdAt": "2022-09-16T06:09:50.986Z", + "updatedAt": "2022-10-08T07:53:35.139Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 17, + "publishedAt": "2022-10-08T07:53:35.139Z", + "firstPublishedAt": "2022-09-16T06:10:06.888Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 18, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3q2ed7ADwa8bi9GRXrQj1G" + }, + "fields": { + "type": { + "en-US": [ + "Contact" + ] + }, + "title": { + "en-US": "0731-89572759", + "zh-CN": "0731-89572759" + }, + "slug": { + "en-US": "contact-phone" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/icon-phone-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6a87rewfXO02zdValgYv0l", + "type": "Entry", + "createdAt": "2022-09-16T06:10:44.122Z", + "updatedAt": "2022-10-08T07:54:10.965Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 16, + "publishedAt": "2022-10-08T07:54:10.965Z", + "firstPublishedAt": "2022-09-16T06:11:17.495Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 6, + "version": 17, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6a87rewfXO02zdValgYv0l" + }, + "fields": { + "type": { + "en-US": [ + "Contact" + ] + }, + "title": { + "en-US": "help@websoft9.com", + "zh-CN": "help@websoft9.com" + }, + "slug": { + "en-US": "contact-email" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/icon-mail-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "kWAgOWVPrHQKRqhvMnH0X", + "type": "Entry", + "createdAt": "2022-09-16T06:12:23.382Z", + "updatedAt": "2022-10-08T07:54:58.081Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 14, + "publishedAt": "2022-10-08T07:54:58.081Z", + "firstPublishedAt": "2022-09-16T06:13:22.003Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 15, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/kWAgOWVPrHQKRqhvMnH0X" + }, + "fields": { + "type": { + "en-US": [ + "Contact" + ] + }, + "title": { + "en-US": "7×24 Ticket", + "zh-CN": "7×24 工单" + }, + "slug": { + "en-US": "contact-ticket" + }, + "icon": { + "en-US": "list_alt" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/icon-ticket-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4w2ukVyqLH0c6BOBSbmsP2", + "type": "Entry", + "createdAt": "2022-09-16T06:13:30.184Z", + "updatedAt": "2022-10-18T08:56:42.002Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 34, + "publishedAt": "2022-10-18T08:56:42.002Z", + "firstPublishedAt": "2022-09-16T06:14:12.918Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 6, + "version": 35, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4w2ukVyqLH0c6BOBSbmsP2" + }, + "fields": { + "type": { + "en-US": [ + "Contact" + ] + }, + "title": { + "en-US": "Live chat with Wechat", + "zh-CN": "微信在线客服(扫一扫,无需加好友)" + }, + "slug": { + "en-US": "livechat-wechat" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/icon-online-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5dSSeVqvCNmalGZJEFN9eS", + "type": "Entry", + "createdAt": "2022-09-16T06:17:07.578Z", + "updatedAt": "2022-10-08T08:48:20.705Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 16, + "publishedAt": "2022-10-08T08:48:20.705Z", + "firstPublishedAt": "2022-09-16T06:17:35.839Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 17, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5dSSeVqvCNmalGZJEFN9eS" + }, + "fields": { + "type": { + "en-US": [ + "Contact" + ] + }, + "title": { + "en-US": "Support Manager", + "zh-CN": "客服经理(加微信好友)" + }, + "slug": { + "en-US": "contact-manager" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/icon-chat-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "cS2pFaAqqu08pqiMyobRZ", + "type": "Entry", + "createdAt": "2022-09-16T06:17:40.284Z", + "updatedAt": "2022-10-08T08:49:31.092Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 14, + "publishedAt": "2022-10-08T08:49:31.092Z", + "firstPublishedAt": "2022-09-16T06:18:06.386Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 15, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/cS2pFaAqqu08pqiMyobRZ" + }, + "fields": { + "type": { + "en-US": [ + "Contact" + ] + }, + "title": { + "en-US": "WeChat Official Account", + "zh-CN": "微信公众号" + }, + "slug": { + "en-US": "wechat-woa" + }, + "icon": { + "en-US": "description" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/icon-official-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5Xfa8v6j2TxbRV2GnrTMvO", + "type": "Entry", + "createdAt": "2022-09-16T06:18:45.700Z", + "updatedAt": "2022-10-08T08:51:03.692Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 16, + "publishedAt": "2022-10-08T08:51:03.692Z", + "firstPublishedAt": "2022-09-16T06:19:16.041Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 17, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5Xfa8v6j2TxbRV2GnrTMvO" + }, + "fields": { + "type": { + "en-US": [ + "Feature Grid" + ] + }, + "title": { + "en-US": "Office Address", + "zh-CN": "办公地点" + }, + "slug": { + "en-US": "office-address" + }, + "subTitle": { + "en-US": "Global office", + "zh-CN": "全球远程办公,随时响应用户需求" + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6qcENWxT8bMWeZE9WUYcgh" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6RliwffE5P49pfpBfKRArE" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "78J8cjGlVCEDqQyiqN3z3U" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6qcENWxT8bMWeZE9WUYcgh", + "type": "Entry", + "createdAt": "2022-09-16T06:19:27.030Z", + "updatedAt": "2023-06-29T06:40:26.976Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 32, + "publishedAt": "2023-06-29T06:40:26.976Z", + "firstPublishedAt": "2022-09-16T06:20:27.198Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 33, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6qcENWxT8bMWeZE9WUYcgh" + }, + "fields": { + "type": { + "en-US": [ + "Contact" + ] + }, + "title": { + "en-US": "Changsha of China", + "zh-CN": "中国.长沙" + }, + "slug": { + "en-US": "address-changsha" + }, + "subtitle": { + "en-US": "Yuelu District Yanghu AUX S-911, Changsha, Hunan Province", + "zh-CN": "湖南省.长沙市.岳麓区洋湖奥克斯中心S1栋911房" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/address-icon-china-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6RliwffE5P49pfpBfKRArE", + "type": "Entry", + "createdAt": "2022-09-16T06:20:33.431Z", + "updatedAt": "2022-10-08T09:22:22.066Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 16, + "publishedAt": "2022-10-08T09:22:22.066Z", + "firstPublishedAt": "2022-09-16T06:21:15.292Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 17, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6RliwffE5P49pfpBfKRArE" + }, + "fields": { + "type": { + "en-US": [ + "Contact" + ] + }, + "title": { + "en-US": "California, United States", + "zh-CN": "美国. 加州" + }, + "slug": { + "en-US": "address-usa" + }, + "subtitle": { + "en-US": "18351 Colima Road Ste 2896, Rowland Heights, CA 91748", + "zh-CN": "18351 Colima Road Ste 2896, Rowland Heights, CA 91748" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/address-icon-usa-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "78J8cjGlVCEDqQyiqN3z3U", + "type": "Entry", + "createdAt": "2022-09-16T06:21:22.210Z", + "updatedAt": "2022-10-08T09:27:05.063Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2022-10-08T09:27:05.063Z", + "firstPublishedAt": "2022-09-16T06:21:53.783Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/78J8cjGlVCEDqQyiqN3z3U" + }, + "fields": { + "type": { + "en-US": [ + "Contact" + ] + }, + "title": { + "en-US": "Remote Home Office", + "zh-CN": "远程办公" + }, + "slug": { + "en-US": "address-remote" + }, + "subtitle": { + "en-US": "Eastern Europe and India have our remote working staff", + "zh-CN": "东欧、印度都有我们远程办公的工作人员" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/address-icon-remote-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1O8j7Huyq3uuhyzVO841uf", + "type": "Entry", + "createdAt": "2022-09-16T06:22:35.447Z", + "updatedAt": "2022-10-01T14:06:04.176Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 32, + "publishedAt": "2022-10-01T14:06:04.176Z", + "firstPublishedAt": "2022-09-16T06:22:58.262Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 33, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1O8j7Huyq3uuhyzVO841uf" + }, + "fields": { + "type": { + "en-US": [ + "CTA" + ] + }, + "title": { + "en-US": "Calls outside of business hours go unanswered?", + "zh-CN": "非工作时间电话无人接听?" + }, + "slug": { + "en-US": "noanswered" + }, + "subTitle": { + "en-US": "We have provide multiply contact channel of support, include 7×24 ticket system", + "zh-CN": "工单 7×24 服务,必有回响" + }, + "buttons": { + "en-US": [ + { + "id": "24ffa16d-bf62-4efc-b14f-33ba5985df36", + "key": "Submit ticket", + "value": "/ticket" + } + ], + "zh-CN": [ + { + "id": "03d0e93b-ac0d-4b8d-ac4d-3e694d3c6fa7", + "key": "提交工单", + "value": "/ticket" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6ElkTQd8jPanzPJIB7MEVb", + "type": "Entry", + "createdAt": "2022-09-16T06:48:07.036Z", + "updatedAt": "2022-10-20T06:05:26.568Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2022-10-20T06:05:26.568Z", + "firstPublishedAt": "2022-09-16T06:48:31.653Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 3, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "page" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6ElkTQd8jPanzPJIB7MEVb" + }, + "fields": { + "key": { + "en-US": "Services" + }, + "title": { + "en-US": "Services", + "zh-CN": "专业服务" + }, + "content": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5b2cDiUNWsW1lt8A03LBww" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1uDwwnaqE4cuJatUCnT3jU" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5b2cDiUNWsW1lt8A03LBww", + "type": "Entry", + "createdAt": "2022-09-16T06:48:43.448Z", + "updatedAt": "2024-03-28T05:42:45.309Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 29, + "publishedAt": "2024-03-28T05:42:45.309Z", + "firstPublishedAt": "2022-09-16T06:49:25.719Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 6, + "version": 30, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5b2cDiUNWsW1lt8A03LBww" + }, + "fields": { + "type": { + "en-US": [ + "Hero" + ] + }, + "title": { + "en-US": "Services", + "zh-CN": "服务" + }, + "slug": { + "en-US": "service-hero" + }, + "subTitle": { + "en-US": "Websoft9 通过专业咨询与交付服务,满足企业级用户的个性化需求", + "zh-CN": "Websoft9 通过专业咨询与交付服务,满足企业级用户的个性化需求" + }, + "buttons": { + "en-US": [ + { + "id": "a37eec46-648f-4a9e-95af-31b89bbfcb76", + "key": "Submit request", + "value": "/ticket" + } + ], + "zh-CN": [ + { + "id": "25a9df38-6f7a-41c9-99f5-806d2a210402", + "key": "提交需求", + "value": "/ticket" + } + ] + }, + "media": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/service-professional-hero-websoft9.webp" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "kdWvyBaH1a8yOWzz1IU3q", + "type": "Entry", + "createdAt": "2022-09-16T06:50:10.272Z", + "updatedAt": "2022-10-20T06:05:12.251Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 18, + "publishedAt": "2022-10-20T06:05:12.251Z", + "firstPublishedAt": "2022-09-16T06:50:36.504Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 4, + "version": 19, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/kdWvyBaH1a8yOWzz1IU3q" + }, + "fields": { + "type": { + "en-US": [ + "Resource Grid" + ] + }, + "title": { + "en-US": "Service Catalog", + "zh-CN": "所有专业服务" + }, + "slug": { + "en-US": "service-catalog" + }, + "subTitle": { + "en-US": "全面的专业服务,帮助您实现正确的数字化转型", + "zh-CN": "全面的专业服务,帮助您实现正确的数字化转型" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1uDwwnaqE4cuJatUCnT3jU", + "type": "Entry", + "createdAt": "2022-09-17T00:21:53.661Z", + "updatedAt": "2022-10-25T04:59:01.728Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 15, + "publishedAt": "2022-10-25T04:59:01.728Z", + "firstPublishedAt": "2022-09-17T00:22:15.262Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 16, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1uDwwnaqE4cuJatUCnT3jU" + }, + "fields": { + "type": { + "en-US": [ + "Resource Grid" + ] + }, + "title": { + "en-US": "Service Cases", + "zh-CN": "专业服务案例" + }, + "slug": { + "en-US": "service-cases" + }, + "subTitle": { + "zh-CN": "了解客户从专业服务中的受益" + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "37hbTbpX2IgMHhDNT7bQXh" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7F56Upbzzdq9S9GkAPOaXX" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3DOSwKflNu7nQUtgzfLDfJ", + "type": "Entry", + "createdAt": "2022-09-17T05:52:12.332Z", + "updatedAt": "2022-10-11T06:53:50.716Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 24, + "publishedAt": "2022-10-11T06:53:50.716Z", + "firstPublishedAt": "2022-09-17T05:56:23.338Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 25, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3DOSwKflNu7nQUtgzfLDfJ" + }, + "fields": { + "type": { + "en-US": [ + "Partner" + ] + }, + "title": { + "en-US": "Lead sharing", + "zh-CN": "销售线索共享" + }, + "slug": { + "en-US": "lead-sharing" + }, + "subtitle": { + "en-US": "我们的网站平台上每天有大量的销售线索产生,而这些线索我们都会与合作伙伴共同推进", + "zh-CN": "我们的网站平台上每天有大量的销售线索产生,而这些线索我们都会与合作伙伴共同推进" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/partner-feature-sharelead-websoft9.webp" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4ZTYCzKqLasHAwh7FuvT9T", + "type": "Entry", + "createdAt": "2022-09-17T05:57:02.870Z", + "updatedAt": "2022-10-11T06:50:20.450Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 27, + "publishedAt": "2022-10-11T06:50:20.450Z", + "firstPublishedAt": "2022-09-17T05:57:49.161Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 28, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4ZTYCzKqLasHAwh7FuvT9T" + }, + "fields": { + "type": { + "en-US": [ + "Partner" + ] + }, + "title": { + "en-US": "Cloud Native is key operational elements", + "zh-CN": "云原生成为企业的运营要素" + }, + "slug": { + "en-US": "cloud-native-elements" + }, + "subtitle": { + "en-US": "作为这个时代重要的生产要素之一的云原生技术,无疑也是热门的生意机会", + "zh-CN": "作为这个时代重要的生产要素之一的云原生技术,无疑也是热门的生意机会" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/partner-feature-cloudnative-websoft9.webp" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4NJkScfcwu7egKVdM7lajt", + "type": "Entry", + "createdAt": "2022-09-17T05:58:12.622Z", + "updatedAt": "2022-10-11T06:32:01.052Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 23, + "publishedAt": "2022-10-11T06:32:01.052Z", + "firstPublishedAt": "2022-09-17T05:59:04.185Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 24, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4NJkScfcwu7egKVdM7lajt" + }, + "fields": { + "type": { + "en-US": [ + "Partner" + ] + }, + "title": { + "en-US": "Perfect data security ", + "zh-CN": "数据安全保护" + }, + "slug": { + "en-US": "security-data" + }, + "subtitle": { + "en-US": "我们高度重视信息安全,确保用户的数据万无一失", + "zh-CN": "我们高度重视信息安全,确保用户的数据万无一失" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/partner-feature-security-websoft9.webp" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "nr5uyOokbuOpRcokhXpp7", + "type": "Entry", + "createdAt": "2022-09-17T05:59:31.062Z", + "updatedAt": "2022-10-11T06:28:10.801Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 20, + "publishedAt": "2022-10-11T06:28:10.801Z", + "firstPublishedAt": "2022-09-17T06:00:49.855Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 21, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/nr5uyOokbuOpRcokhXpp7" + }, + "fields": { + "type": { + "en-US": [ + "Partner" + ] + }, + "title": { + "en-US": "Global distribution", + "zh-CN": "全球软件分发渠道" + }, + "slug": { + "en-US": "global-distribution" + }, + "subtitle": { + "en-US": "已经建立的面向全球的软件云分销渠道", + "zh-CN": "已经建立的面向全球的软件云分销渠道" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/partner-feature-global-websoft9.webp" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "64xoTktf8vQXKWCiB7npR0", + "type": "Entry", + "createdAt": "2022-09-17T06:00:55.502Z", + "updatedAt": "2022-10-11T06:25:09.521Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 26, + "publishedAt": "2022-10-11T06:25:09.521Z", + "firstPublishedAt": "2022-09-17T06:01:17.607Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 27, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/64xoTktf8vQXKWCiB7npR0" + }, + "fields": { + "type": { + "en-US": [ + "Partner" + ] + }, + "title": { + "en-US": "Direct access to 40 million cloud customers", + "zh-CN": "直达4000万云上客户" + }, + "slug": { + "en-US": "access-40m-customers" + }, + "subtitle": { + "en-US": "我们全面的云平台渠道,让ISV可以轻易向 4000 万云客户展示自己的解决方案", + "zh-CN": "我们全面的云平台渠道,让ISV可以轻易向 4000 万云客户展示自己的解决方案" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/partner-feature-40mcustomer-websoft9.webp" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "69tmLBqsM0yYRzuNX5KW6c", + "type": "Entry", + "createdAt": "2022-09-17T06:02:00.822Z", + "updatedAt": "2022-10-11T06:17:00.478Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 29, + "publishedAt": "2022-10-11T06:17:00.478Z", + "firstPublishedAt": "2022-09-17T06:02:59.970Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 30, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/69tmLBqsM0yYRzuNX5KW6c" + }, + "fields": { + "type": { + "en-US": [ + "Partner" + ] + }, + "title": { + "en-US": "Standard support system", + "zh-CN": "健全的售后服务体系" + }, + "slug": { + "en-US": "standard-support-system" + }, + "subtitle": { + "en-US": "我们提供标准化的技术支持手段和支持计划,满足各种不同层面客户的技术请求", + "zh-CN": "我们提供标准化的技术支持手段和支持计划,满足各种不同层面客户的技术请求" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/partner-feature-standardsupport-websoft9.webp" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4iQsJxo95VUZYyGzuCD5rV", + "type": "Entry", + "createdAt": "2022-09-17T06:31:23.541Z", + "updatedAt": "2024-06-27T03:09:39.606Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 13, + "publishedAt": "2024-06-27T03:09:39.606Z", + "firstPublishedAt": "2022-09-17T06:33:53.159Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 3, + "version": 14, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4iQsJxo95VUZYyGzuCD5rV" + }, + "fields": { + "key": { + "en-US": "SSPL-v1" + }, + "name": { + "en-US": "SSPL v1" + }, + "title": { + "en-US": "Server Side Public License" + }, + "url": { + "en-US": "https://www.mongodb.com/licensing/server-side-public-license" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4Pcafipfr1i9e0kxvdhz8j", + "type": "Entry", + "createdAt": "2022-09-17T08:14:14.974Z", + "updatedAt": "2022-10-13T00:50:40.914Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2022-10-13T00:50:40.914Z", + "firstPublishedAt": "2022-09-17T08:14:33.791Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4Pcafipfr1i9e0kxvdhz8j" + }, + "fields": { + "title": { + "en-US": "All solution →", + "zh-CN": "所有方案 →" + }, + "link": { + "en-US": "/solutions" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7LvmB9OfByb4n6DbghrKLI", + "type": "Entry", + "createdAt": "2022-09-17T08:38:37.038Z", + "updatedAt": "2024-11-01T02:26:12.613Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 115, + "publishedAt": "2024-11-01T02:26:12.613Z", + "firstPublishedAt": "2022-09-19T02:13:38.165Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 26, + "version": 116, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7LvmB9OfByb4n6DbghrKLI" + }, + "fields": { + "key": { + "en-US": "haproxy" + }, + "trademark": { + "en-US": "HAProxy", + "zh-CN": "HAProxy" + }, + "title": { + "en-US": "Software Load Balancer", + "zh-CN": "HAProxy 负载均衡软件" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1aDHqDDIdzdIzE3Zg2mwIa" + } + } + }, + "summary": { + "en-US": "a free, very fast and reliable solution offering high availability, load balancing, and proxying for TCP and HTTP-based applications", + "zh-CN": "一个提供高可用性、负载均衡,以及基于 TCP 和 HTTP 的应用程序代理的解决方案" + }, + "overview": { + "en-US": "Provides a high availability load balancer and proxy server for TCP and HTTP-based applications.", + "zh-CN": "提供高可用性、负载均衡,以及基于 TCP 和 HTTP 的应用程序代理,适用于负载特大的web站点。" + }, + "description": { + "en-US": "This is a repackaged HAProxy Community Edition with professional support for your business. HAProxy provides a high availability load balancer and proxy server for TCP and HTTP-based applications that spreads requests across multiple servers. HAProxy is written in C and has a reputation for being fast and efficient.", + "zh-CN": "HAProxy是一个使用C语言编写的自由及开放源代码软件,其提供高可用性、负载均衡,以及基于 TCP 和 HTTP 的应用程序代理。" + }, + "screenshots": { + "en-US": [ + { + "id": "24d85a80-9fc5-4164-b1d8-c756310f87f2", + "key": "configuration", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/haproxy/HAProxy-configuration.png" + }, + { + "id": "14fd3613-bd5b-49bb-afcb-39579b11690c", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/haproxy/haproxy-statsgui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "8a49ba93-e5a5-4b3e-a368-3874c1453e2e", + "key": "configuration", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/haproxy/HAProxy-configuration.png" + }, + { + "id": "b2d8807a-2543-4b9a-bc2b-ae87e1d471ce", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/haproxy/haproxy-statsgui-websoft9.png" + } + ] + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "puulqYVW0NsC7OQpmmykR" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "highlights": { + "en-US": [ + "Pre-configured, one-click to deploy on cloud server", + "All codes on your server, secure and customizable", + "Paid image, free professional support for your business" + ], + "zh-CN": [ + "开源,为基于TCP和HTTP的应用程序提供高可用性, 负载平衡和代理", + "HAProxy基于 TCP 和 HTTP 两种模式,支持丰富的负载均衡算法", + "支持SSL,可解析HTTPS协议,并能够将请求解密为HTTP后向后端传输" + ] + }, + "faq": { + "en-US": [ + { + "id": "9150df21-d433-433a-814d-0a80855a7a2b", + "key": "What kind of installation method is used in this deployment solution to install HAProxy?", + "value": "yum or apt" + }, + { + "id": "8b117bb1-dd53-4e05-9dcc-007fdf85ae35", + "key": "Can I reset password of HAProxy?", + "value": "Yes, modify the configuration file /etc/haproxy/haproxy.cfg" + }, + { + "id": "a42b3d37-387b-4371-a87c-ec08f2b8f757", + "key": "Is there a web-base GUI database management tools?", + "value": "Yes, HAProxy Statistics Report was enabled, you can visit it by URL: http://Internet IP:1080/haproxy" + } + ], + "zh-CN": [ + { + "id": "71ac8942-935f-4288-b935-58c976e5c0d4", + "key": "如何安装的 HAProxy?", + "value": "yum/apt 安装方式" + }, + { + "id": "69a209e3-be8b-4e70-b8ae-d054d41a2970", + "key": "可否命令行修改 HAProxy 后台密码?", + "value": "可以,修改配置文件/etc/haproxy/haproxy.cfg" + }, + { + "id": "ba53cde8-3dea-4ce1-b2bd-5faf064f01f9", + "key": "是否有可视化的管理工具?", + "value": "默认开启 HAProxy Statistics Report 可视化界面,访问:http://服务器公网IP:1080/haproxy 即可" + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39PsAJu60mmzLfKuJSlCfg" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "12pnAjAAT5zkmPF33HKq6E" + } + } + }, + "licenseadditional": { + "en-US": "HAProxy is licensed under GPL 2 or any later version, the headers under LGPL 2.1.\n\nHAPROXY's license - 2006/06/15\n\nHistorically, haproxy has been covered by GPL version 2. However, an issue\nappeared in GPL which will prevent external non-GPL code from being built\nusing the headers provided with haproxy. My long-term goal is to build a core\nsystem able to load external modules to support specific application protocols.\n\nSince some protocols are found in rare environments (finance, industry, ...),\nsome of them might be accessible only after signing an NDA. Enforcing GPL on\nsuch modules would only prevent them from ever being implemented, while not\nproviding anything useful to ordinary users.\n\nFor this reason, I *want* to be able to support binary only external modules\nwhen needed, with a GPL core and GPL modules for standard protocols, so that\npeople fixing bugs don't keep them secretly to try to stay over competition.\n\nThe solution was then to apply the LGPL license to the exportable include\nfiles, while keeping the GPL for all the rest. This way, it still is mandatory\nto redistribute modified code under customer request, but at the same time, it\nis expressly permitted to write, compile, link and load non-GPL code using the\nLGPL header files and not to distribute them if it causes a legal problem.\n\nOf course, users are strongly encouraged to continue the work under GPL as long\nas possible, since this license has allowed useful enhancements, contributions\nand fixes from talented people around the world.\n\nDue to the incompatibility between the GPL and the OpenSSL licence, you must\napply the GPL/LGPL licence with the following exception:\nThis program is released under the GPL with the additional exemption that\ncompiling, linking, and/or using OpenSSL is allowed.\n\nThe text of the licenses lies in the \"doc\" directory. All the files provided in\nthis package are covered by the GPL unless expressly stated otherwise in them.\nEvery patch or contribution provided by external people will by default comply\nwith the license of the files it affects, or be rejected.\n\nWilly Tarreau - w@1wt.eu" + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DsfObBcFoAWJGQZC4AQeS" + } + } + ] + }, + "websiteurl": { + "en-US": "http://www.haproxy.org/" + }, + "trademarkUrl": { + "en-US": "https://www.haproxy.com/legal/haproxy-trademark-policy" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5nnWNotOqyUr46d2ZEQzsA" + } + } + ] + }, + "keywords": { + "en-US": [ + "haproxy", + "balancer" + ], + "zh-CN": [ + "haproxy", + "负载均衡" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "3.0", + "2.9", + "2.8", + "2.7", + "2.6", + "2.5", + "2.4", + "2.3", + "2.0" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 1, + "zh-CN": 1 + }, + "storage": { + "en-US": 2, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3hhszKLEOur4obfBqAGI8u", + "type": "Entry", + "createdAt": "2022-09-17T08:39:18.349Z", + "updatedAt": "2025-01-06T08:47:29.862Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 127, + "publishedAt": "2025-01-06T08:47:29.862Z", + "firstPublishedAt": "2022-09-23T03:03:10.229Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 32, + "version": 128, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3hhszKLEOur4obfBqAGI8u" + }, + "fields": { + "key": { + "en-US": "jenkins" + }, + "trademark": { + "en-US": "Jenkins", + "zh-CN": "Jenkins" + }, + "title": { + "en-US": "DevOps Automation Server for Jenkins® (Ubuntu) DevOps Automation Server for Jenkins®", + "zh-CN": "Jenkins 持续集成系统" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5cRbfwKZ9NoO6ISEz9xF2q" + } + } + }, + "summary": { + "en-US": "self-contained, open source automation server", + "zh-CN": "热门的开源持续集成(CI&CD)软件" + }, + "overview": { + "en-US": "Jenkins is an automation server for supporting practically every tool as a part of the delivery pipelines.", + "zh-CN": "Jenkins是一款开源 CI&CD 软件,用于自动化各种任务,包括构建、测试和部署软件。" + }, + "description": { + "en-US": "This is a repackaged Jenkins with professional support for your business. Jenkins is an automation server with an unparalleled plugin ecosystem for supporting practically every tool as a part of the delivery pipelines. You can get the Installation of Image,Administrator, Configuration of the Jenkins from this documentation.", + "zh-CN": "Jenkins是一款基于Java语言开发的开源持续集成(CI&CD)软件, 提供超过1000个插件来支持构建、部署、自动化, 满足各种项目的 DevOps 需要" + }, + "screenshots": { + "en-US": [ + { + "id": "e21d7f48-331d-4c76-9619-92e2974f9202", + "key": "devops", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/jenkins/jenkins_is_the_hub_CD_Devops.png" + }, + { + "id": "064f9616-bcfe-4603-b90a-d0792d567f3a", + "key": "wizard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/jenkins/jenkins-wizard3-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "3c08da17-38d7-46d1-815b-20981a6e4546", + "key": "devops", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/jenkins/jenkins_is_the_hub_CD_Devops.png" + }, + { + "id": "3c5f8afa-0618-4999-be55-2ee0d39bd7e2", + "key": "wizard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/jenkins/jenkins-wizard3-websoft9.png" + } + ] + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17yJkB6XQXVCd2BSxCxJnC" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17nBnb3cekP3IkiDLGh1F0" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "highlights": { + "en-US": [ + "Pre-configured, one-click to deploy on Cloud Server", + "All codes on your server, secure and customizable", + "Paid image, free professional support for your business" + ], + "zh-CN": [ + "即开即用:服务器导入镜像即可使用,无需关注安装细节,无需配置环境变量", + "原生开源:采用 Jenkins 官方提供的包安装方式,无任何封装,保证开源", + "自主可控:所有安装的代码均存在用户自己的服务器,可以自行配置,甚至搭建集群" + ] + }, + "faq": { + "en-US": [ + { + "id": "c279b9b1-93f3-4e3c-bf3b-52ebd910bf71", + "key": "Jenkins support multi-languages?", + "value": "Yes, you can change you language very easy in you Jenkins Console,Jenkins displays text depending on the language of the browser, refer to Jenkins Using local language." + }, + { + "id": "c2459f6d-35c3-4911-823c-5719f3f45c63", + "key": "How can I extend more functions for Jenkins?", + "value": "Install more plugins" + } + ], + "zh-CN": [ + { + "id": "f8b18594-2e38-4b33-870a-f4a2adc93a78", + "key": "Jenkins 是否支持中文?", + "value": "支持,可以很方便的切换多语言(包括中文),Jenkins根据浏览器的语言显示文本,详情参照Jenkins 语言设置。" + }, + { + "id": "7f2833e1-6610-4130-8323-435d69850600", + "key": "如何扩展 Jenkins 的功能?", + "value": "安装插件以扩展其功能。" + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6rP4w22AvOA8nZiAwfSLGm" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17Jq88yTIez2ftdYQRrZSc" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.jenkins.io/" + }, + "trademarkUrl": { + "en-US": "https://www.jenkins.io/project/trademark/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6PAPQ68qroHDGba7O9DQQ5" + } + } + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "2.491", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 2, + "zh-CN": 2 + }, + "storage": { + "en-US": 2, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3vDdQaaw37Be1wnTOdVdbA", + "type": "Entry", + "createdAt": "2022-09-17T08:44:17.456Z", + "updatedAt": "2024-12-12T03:22:18.073Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 133, + "publishedAt": "2024-12-12T03:22:18.073Z", + "firstPublishedAt": "2022-09-26T02:47:39.201Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 36, + "version": 134, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3vDdQaaw37Be1wnTOdVdbA" + }, + "fields": { + "key": { + "en-US": "magento" + }, + "trademark": { + "en-US": "Magento", + "zh-CN": "Magento" + }, + "title": { + "en-US": "Enterprise E-Commerce Platform (With Sample Data)", + "zh-CN": "企业级开源电子商务系统 Magento(含演示数据)" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1251o0McFkDrryp1NVhZru" + } + } + }, + "summary": { + "en-US": "one of the world's most popular ecommerce platforms", + "zh-CN": "面向全球用户的开源电商系统" + }, + "overview": { + "en-US": "Magento delivers the features you need to build and grow a unique online store from the ground up.", + "zh-CN": "面向全球的企业级开源电商系统,支持B2C、B2B等应用场景,广泛应用于企业电商、独立站建站。" + }, + "description": { + "en-US": "This is a repackaged Magento with professional support for your business. Magento is the leading platform for open commerce innovation. Magento Open Source eCommerce software delivers the features you need to build and grow a unique online store from the ground up. For those who need an all-in-one cloud solution that is optimized for Magento, consider Magento Commerce edition.", + "zh-CN": "Magento是面向全球用户的开源电商系统,采用PHP开发,使用Zend Framwork框架,支持B2C、B2B等应用场景。设计灵活、健壮,具有模块化架构体系和丰富的功能组件,广泛应用于企业电商、独立站建站。Magento易与第三方应用系统无缝集成,可处理海量并发请求,方便通过配置和二次化开发建设一个多种用途、多渠道的电子商务门户。" + }, + "screenshots": { + "en-US": [ + { + "id": "7c9ad7cf-950c-4021-8b77-b854121fc3fb", + "key": "mall", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/en/magento/magento-mall-websoft9.png" + }, + { + "id": "18797a5a-fad4-4eb6-bb3c-61a0dc1c6f66", + "key": "backend", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/en/magento/magento-backend-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "df6ff705-b696-4110-99ad-701e58835364", + "key": "mall", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/magento/magento-mall-websoft9.png" + }, + { + "id": "0efc568f-1567-4436-ae35-1ca73404bdb6", + "key": "backend", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/magento/magento-backend-websoft9.png" + } + ] + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "14lDYcrg2fLMbC1S9AkNDf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5yqWwdguLzWOz9SrRQ2Elk" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "highlights": { + "en-US": [ + "Pre-configured, one-click to deploy on Cloud Server", + "All codes on your server, secure and customizable", + "Paid image, free professional support for your business" + ], + "zh-CN": [ + "免费、开源,支持多国语言(含中文)", + "具有强大的SEO资源,完善的插件和集成内置以及丰富的商品属性组合", + "软件生态体系健全,本地化实施、开发和技术服务资源丰富,具有本地化货币、支付和物流功能" + ] + }, + "faq": { + "en-US": [ + { + "id": "fb2bc6c4-5658-4f6d-a257-feec025a430a", + "key": "Magento support multi-language?", + "value": "Yes, you should installed your language package first" + }, + { + "id": "8fff20ac-2bc3-4def-80e0-7bebe499521e", + "key": "Why should I link to the Magento Marketplace?", + "value": "Just link Magento Marketplace, you can use the resources of Marketplace online." + }, + { + "id": "3db281f9-f7f9-4716-99f8-d0368894ff73", + "key": "Adobe Commerce vs Magento Open Source?", + "value": "Magento Open Source is the formal name of Adobe Commerce" + } + ], + "zh-CN": [ + { + "id": "f6d9d6da-5a57-4901-9653-e8d616aad442", + "key": "Magento 支持多语言吗?", + "value": "支持多语言(包含中文),需要上传语言包才能设置语言" + }, + { + "id": "df5edd78-62d6-4a5d-a182-0dd233935056", + "key": "为什么要连接 Magento Marketplace?", + "value": "只有连接 Magento Marketplace,才可以使用其资源。" + }, + { + "id": "959a4c25-96c7-4baf-a95c-cf43b03f8b7a", + "key": "使用外部 RDS 作为 Magento 的数据库?", + "value": "可以,修改 Magento 配置文件 中对应的参数" + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5wVPQoc28yauIPIjbs7Ecp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3dwN8h5SUNdrngpTP9puvD" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5pDTWQQylwXDD237YtLspE" + } + } + }, + "licenseadditional": { + "en-US": "Prior to making any Submission(s), you must sign an Adobe Contributor License Agreement, available here at: https://opensource.adobe.com/cla.html. All Submissions you make to Adobe Inc. and its affiliates, assigns and subsidiaries (collectively “Adobe”) are subject to the terms of the Adobe Contributor License Agreement." + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CcnCaE2mWTEtqPMVPnSyF" + } + } + ] + }, + "websiteurl": { + "en-US": "https://business.adobe.com/products/magento/open-source.html" + }, + "trademarkUrl": { + "en-US": "https://www.adobe.com/legal/permissions/trademarks.html" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7rNeLNZpc0T7Dd0qJzFn7k" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5nnWNotOqyUr46d2ZEQzsA" + } + } + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "2.4.7", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "357hiSPldw3fv8yGiRWaXJ", + "type": "Entry", + "createdAt": "2022-09-17T08:44:44.842Z", + "updatedAt": "2025-01-07T09:30:03.976Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 106, + "publishedAt": "2025-01-07T09:30:03.976Z", + "firstPublishedAt": "2022-10-18T06:29:46.714Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 35, + "version": 107, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/357hiSPldw3fv8yGiRWaXJ" + }, + "fields": { + "key": { + "en-US": "mediawiki" + }, + "trademark": { + "en-US": "MediaWiki", + "zh-CN": "MediaWiki" + }, + "title": { + "en-US": "Open Source Wiki and Knowledge Base Software", + "zh-CN": " MediaWiki维基百科软件" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3sX2bMCRN7IX33zSrG5ekE" + } + } + }, + "summary": { + "en-US": "A free and open-source wiki software package", + "zh-CN": "“维基百科”网站开源的 Wiki 程序" + }, + "overview": { + "en-US": "MediaWiki is a free and open-source wiki software package written in PHP. It serves as the platform for Wikipedia and the other Wiki projects, used by hundreds of millions of people each month. ", + "zh-CN": "MediaWiki的作用在于对知识的归档,可用于构建企业/个人知识库。" + }, + "description": { + "en-US": "This is a repackaged MediaWiki with professional support for your business. MediaWiki is a free software open source wiki package written in PHP, originally for use on Wikipedia. It is now also used by several other projects of the non-profit Wikimedia Foundation and by many other wikis, including this website, the home of MediaWiki.", + "zh-CN": "MediaWiki是面向全球用户的开源wiki程序,采用PHP+MySQL开发。适合用于构建百科、知识库、在线文档、个人笔记等应用。超过数万个站点使用,“维基百科”网站是基于这个软件而构建。MediaWiki的开发得到维基媒体基金会的支持。MediaWiki的大作用在于对知识的归档,可用于构建企业/个人知识库。" + }, + "screenshots": { + "en-US": [ + { + "id": "fa499792-3b9c-425e-980d-a0cbcdea9d77", + "key": "ui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/mediawiki/mediawikiui.gif" + }, + { + "id": "4a9ff792-a1d4-446a-8536-3188959f1294", + "key": "mainpage", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/en/mediawiki/mw11.png" + } + ], + "zh-CN": [ + { + "id": "263d2efe-2fd6-4242-937b-0fc99592ce8f", + "key": "ui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/mediawiki/MediaWiki_UI.png" + }, + { + "id": "34130f1c-15a2-4805-b6f6-2e570c1a01e0", + "key": "homepage", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/mediawiki/mediawiki-homepage-websoft9.png" + } + ] + }, + "hot": { + "en-US": 18000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3BSiB3tGxHtdlyrleFDZ9T" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "highlights": { + "en-US": [ + "Pre-configured, one-click to deploy on Cloud Server", + "All codes on your server, secure and customizable", + "Paid image, free professional support for your business" + ], + "zh-CN": [ + "wiki程序社区,免费、开源,支持多语言(包含中文)", + "已完成预配置、密码初始化,购买后即可自主使用", + "基于 Docker 的云原生架构,便于产品升级、版本变更、卸载以及安装更多应用", + "提供免费的技术支持" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "12pnAjAAT5zkmPF33HKq6E" + } + } + }, + "websiteurl": { + "en-US": "https://www.mediawiki.org/wiki/MediaWiki" + }, + "trademarkUrl": { + "en-US": "https://foundation.wikimedia.org/wiki/Policy:Trademark_policy" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "keywords": { + "en-US": [ + "mediawiki", + "wiki" + ], + "zh-CN": [ + "mediawiki", + "维基百科" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "1.42.4", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 1, + "zh-CN": 1 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5YSaWTBBKaeFZbIEKeXYpK", + "type": "Entry", + "createdAt": "2022-09-17T08:45:56.008Z", + "updatedAt": "2024-10-23T06:43:33.834Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 112, + "publishedAt": "2024-10-23T06:43:33.834Z", + "firstPublishedAt": "2022-10-17T09:31:22.928Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 27, + "version": 113, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5YSaWTBBKaeFZbIEKeXYpK" + }, + "fields": { + "key": { + "en-US": "mingdao" + }, + "trademark": { + "en-US": "Mingdao", + "zh-CN": "明道云" + }, + "title": { + "en-US": "Mingdao APaaS and Zero-Code Platform", + "zh-CN": "明道云零代码应用平台(APaaS)" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5z1RZyeRARrxf13UFumRsA" + } + } + }, + "summary": { + "en-US": "leader of APaaS, No Code Platform", + "zh-CN": "是一个无代码开发平台(aPaas, No-Code, Low-Code)" + }, + "overview": { + "en-US": "Provide rapid development Tool and middle-ground application solution for enterprise customer.", + "zh-CN": "由Websoft9提供的明道云私有部署版镜像,通过容器化技术,将高性能、高弹性和高用户体验的 APaaS(应用平台)公共云服务封装,面向科技型企业和大中型企业赋能企业数字化管理。" + }, + "description": { + "en-US": "Mingdao ApaaS On-Premise is the core of Mingdao.com APaaS. We made it possible via container technology. Thus enterprise users can take use of the highly usable, reliable and scalable APaaS product. Every citizen developer can build their own business app in minutes, when adopting digital transformation.", + "zh-CN": "明道云私有部署版是驱动 APaaS 服务明道云的产品内核,面向科技型企业和大中型企业提供一个极其简洁的运维环境,让不同层次的客户均能够自助建立应用中台能力,赋能企业数字化管理。明道云私有部署版(MDP)既可以运行在 IaaS 平台,也可以运行在企业自建的本地网络。在 POC 阶段和小型使用情况下,MDP 提供支持单机部署的免费社区版授权;在更完整的部门和企业级使用情况下,明道云也提供包含高可用、多租户部署、应用搭建和技术支持服务的商业授权。同时,分布在各区域和行业的明道云合作伙伴也为获得商业授权的客户提供本地化的应用搭建服务。" + }, + "screenshots": { + "en-US": [ + { + "id": "e95feba9-8af5-48c1-a798-4a058e6422d5", + "key": "mdfeature", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/mingdao/mingdao-tables-websoft9.jpg" + }, + { + "id": "0ebcd31d-7727-418f-8b2e-363669dee903", + "key": "main", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/mingdao/mingdao-main-lib-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "6f135862-cfc0-4a19-bfd3-8eff00bcbd28", + "key": "mdfeature", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/mingdao/mingdao-tables-websoft9.jpg" + }, + { + "id": "635dcebe-6dcb-49f3-b9cc-67ba352c6d50", + "key": "main", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/mingdao/mingdao-main-lib-websoft9.png" + } + ] + }, + "hot": { + "en-US": 18000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7nMNcJU8pX0OQHaM70BoXI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17nBnb3cekP3IkiDLGh1F0" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "highlights": { + "en-US": [ + "Fully visualized app building process.", + "Flexible view, role and permission settings.", + "Build data model on visualized forms." + ], + "zh-CN": [ + "可视化的应用搭建平台", + "灵活的视图、角色和权限组合", + "支持可视化架构数据关系和表单", + "IFTTT模式的自动工作流" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "websiteurl": { + "en-US": "https://www.mingdao.com/" + }, + "trademarkUrl": { + "en-US": "https://www.mingdao.com/terms" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3vCjbC4LJQgteJ0A8T5eEF" + } + } + ] + }, + "keywords": { + "en-US": [ + "mingdao", + "aPaas", + "low code" + ], + "zh-CN": [ + "明道", + "明道云", + "APaaS", + "低代码" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "3.9.1" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": false + }, + "vcpu": { + "en-US": 8 + }, + "memory": { + "en-US": 20 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1Xivog4v0pFbLL9YjN9bvx", + "type": "Entry", + "createdAt": "2022-09-17T09:19:00.112Z", + "updatedAt": "2024-12-12T02:59:30.232Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 103, + "publishedAt": "2024-12-12T02:59:30.232Z", + "firstPublishedAt": "2022-10-20T09:43:39.375Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 31, + "version": 104, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1Xivog4v0pFbLL9YjN9bvx" + }, + "fields": { + "key": { + "en-US": "moodle" + }, + "trademark": { + "en-US": "Moodle", + "zh-CN": "Moodle" + }, + "title": { + "en-US": "Open-Source Learning Platform", + "zh-CN": "Moodle LMS 在线学习系统" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2orhWGADFkVgspAsKRuUc8" + } + } + }, + "summary": { + "en-US": "An online learning platform", + "zh-CN": "流行的开源学习管理系统(LMS)" + }, + "overview": { + "en-US": "Moodle™ LMS is a learning platform designed to provide educators, administrators and learners", + "zh-CN": "Moodle广泛应用于高等院校、教育机构、企业培训和其他需要在线学习管理的平台。" + }, + "description": { + "en-US": "This is a repackaged Moodle™ LMS with professional support for your business. Moodle™ LMS is a learning platform designed to provide educators, administrators and learners with a single robust, secure and integrated system to create personalised learning environments.", + "zh-CN": "Moodle是一个开源的在线教育系统(慕课)。采用PHP+MySQL开发,界面友好,符合SCORM/AICC标准。功能强大、界面简单、精巧。它是eLearning技术先驱,也是先进在线教学理念和实践的集大成者,已成为全球各大中学院校建立开放式课程系统的首选软件。主要模块:课程管理、作业模块、聊天模块、投票模块、论坛模块、测验模块、资源模块、问卷调查模块、互动评价(workshop)。Moodle具有先进的教学理念,创设的虚拟学习环境中有三个维度:技术管理维度、学习任务维度和社会交往维度,以社会建构主义教学法为其设计的理论基础,它提倡师生或学生彼此间共同思考,合作解决问题。" + }, + "screenshots": { + "en-US": [ + { + "id": "385439fe-7d15-470e-80d9-4a63105af223", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/moodle/moodlegui-websoft9.jpg" + }, + { + "id": "fc5c8d46-96ab-4348-962a-3704ace588b4", + "key": "mobile", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/moodle/moodle-mobile-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "d4eeb1b3-60e3-447e-b5de-0c9d83b319a4", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/moodle/moodlegui-websoft9.jpg" + }, + { + "id": "4feacb0b-8c82-4ef8-b0a5-13aed1420487", + "key": "mobile", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/moodle/moodle-mobile-websoft9.png" + } + ] + }, + "review": { + "en-US": 5 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3Fp0KurklabdjVy7ZrfONp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3uADBd8l6k8a47o8mDTmWP" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "highlights": { + "en-US": [ + "Pre-configured, one-click to deploy on Cloud Server", + "All codes on your server, secure and customizable", + "Paid image, free professional support for your business" + ], + "zh-CN": [ + "免费、开源,支持多语言(包含中文)", + "支持多班级、多课程、多教师,权限设置灵活,不同角色有不同权限,每个课程可设为公开或私有状态", + "生态完善,支持插件安装来进行功能扩展", + "基于 Docker 的云原生架构,便于产品升级、版本变更、卸载以及安装更多应用" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "581T3Tx1sCF3xWdG8fWXbm" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CcnCaE2mWTEtqPMVPnSyF" + } + } + ] + }, + "websiteurl": { + "en-US": "https://moodle.com/" + }, + "trademarkUrl": { + "en-US": "https://moodle.com/trademarks/" + }, + "keywords": { + "en-US": [ + "moodle", + "LMS", + "CMS", + "elearning" + ], + "zh-CN": [ + "moodle", + "在线教育", + "网课", + "慕课" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "4.5", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 1, + "zh-CN": 1 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1NfrwGiDkWOdDVKdmHm0e2", + "type": "Entry", + "createdAt": "2022-09-17T09:21:10.836Z", + "updatedAt": "2024-12-12T03:20:59.015Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 112, + "publishedAt": "2024-12-12T03:20:59.015Z", + "firstPublishedAt": "2022-10-13T02:59:38.261Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 36, + "version": 113, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1NfrwGiDkWOdDVKdmHm0e2" + }, + "fields": { + "key": { + "en-US": "odoo" + }, + "trademark": { + "en-US": "Odoo", + "zh-CN": "Odoo" + }, + "title": { + "en-US": "Open Source Cloud Native ERP and CRM", + "zh-CN": "中小企业一体化ERP" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "60qa3uzjDJ8Vov0cwHPvp4" + } + } + }, + "summary": { + "en-US": "A suite of web based open source business apps", + "zh-CN": "面向全球用户的开源ERP/CRM软件" + }, + "overview": { + "en-US": "Odoo is a suite of web based open source business apps. Odoo Apps can be used as stand-alone applications, but they also integrate seamlessly so you get a full-featured Open Source ERP when you install several Apps.", + "zh-CN": "Odoo是面向全球用户的开源ERP/CRM软件,它有强大而灵活的系统架构,产品迭代速度非常快,用户可模块化修改、升级、新增功能。" + }, + "description": { + "en-US": "This is a repackaged Odoo Community Edition with professional support for your business. Odoo is a suite of web based open source business apps. The main Odoo Apps include an Open Source CRM, Website Builder, eCommerce, Warehouse Management, Project Management, Billing & Accounting, Point of Sale, Human Resources, Marketing, Manufacturing, Purchase Management.", + "zh-CN": "Odoo是面向全球用户的开源ERP/CRM软件,它有强大而灵活的系统架构,产品迭代速度非常快,用户可模块化修改、升级、新增功能。常用模块包括:采购管理,销售管理,库存管理,财务管理,货品管理,营销管理,客户关系管理,生产管理,人事管理,服务支持、电子商务、建站等。适用于制造、零售连锁、服务、电子商务、外贸等行业。采用Python+PostgreSQL开发,有超过730个合作伙伴和200万用户。" + }, + "screenshots": { + "en-US": [ + { + "id": "dbd57415-4131-4351-8b63-dbd07f2fa342", + "key": "ui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/odoo/odooui-websoft9.png" + }, + { + "id": "10fd371a-95d2-4cf7-93e7-301f14e39309", + "key": "console", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/odoo/odoo-consoleui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "53762941-eccc-4960-9754-e1ee5e6d6d85", + "key": "ui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/odoo/odooui-websoft9.png" + }, + { + "id": "e505937c-71ee-4771-9db3-2c6fcecd2cc2", + "key": "console", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/odoo/odoo-consoleui-websoft9.png" + } + ] + }, + "review": { + "en-US": 5 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1ACGyadDHErfZp8LVBbwKY" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "CEmY2eNYSotErkAgGIkkP" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6z4K4lRzUc1pAU87WuWdZG" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39vvq4YfvQuS649SOspzmn" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1zLA51rr6A572NDgWOXbpo" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1LO1u6vIt2PDrYg71MM0iz" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5MlAi8mrG3SPEvYCmhpxZO" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1qwbdXJCwYeeXQoLRlpiCj" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "wgrBVU9K63sTF0it5DfIT" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5SdnsGA9jschKVnyHKYzck" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5yqWwdguLzWOz9SrRQ2Elk" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "highlights": { + "en-US": [ + "Pre-configured, one-click to deploy Odoo on Cloud Server", + "All codes on your server, secure and customizable", + "Paid image, free professional support for your business" + ], + "zh-CN": [ + "多语言和中国本地化功能", + "免费ERP框架,适合搭建符合各种需求的 ERP 系统和电子商务系统", + "Odoo底层结构很强大,所有模块都可以在线安装、升级和卸载,即插即用", + "基于 Docker 的云原生架构,便于产品升级、版本变更、卸载以及安装更多应用", + "提供免费的技术支持" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3XLYU7pPQw1tv0esOTj1Qw" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "474NGZtIwb7OmYB6hwO3zt" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7mHuM5gWzBX7m9a2bPkzPw" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2N9YLadndPQR06ic0mO18s" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2G085ztxWxfI4WDsEFNlBz" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5VnT7doKS9SCSyYsEECmiz" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5Vk8qs6yZ9XKGs493lyVbA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5FDooZSIaiBCLbfdU9uFfS" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "FBjnaWTea9jWIviVI9UXN" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "78Ny1Ej7eKMWHnoTiBpjA7" + } + } + }, + "websiteurl": { + "en-US": "https://www.odoo.com/" + }, + "trademarkUrl": { + "en-US": "https://www.odoo.com/documentation/18.0/legal/terms/partnership.html?highlight=trademark" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "vbbiHNKxaNXh8noSStJfB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7rNeLNZpc0T7Dd0qJzFn7k" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3vCjbC4LJQgteJ0A8T5eEF" + } + } + ] + }, + "keywords": { + "en-US": [ + "odoo", + "erp", + "crm", + "eCommerce", + "business" + ], + "zh-CN": [ + "odoo", + "erp", + "crm", + "电商" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "18.0", + "17.0", + "16.0", + "15.0", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 2 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3Sfqgmnl1h16CxHy460XOs", + "type": "Entry", + "createdAt": "2022-09-17T09:22:15.203Z", + "updatedAt": "2024-01-15T08:44:39.828Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 93, + "publishedAt": "2024-01-15T08:44:39.828Z", + "firstPublishedAt": "2022-10-21T03:22:32.338Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 28, + "version": 94, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3Sfqgmnl1h16CxHy460XOs" + }, + "fields": { + "key": { + "en-US": "opencart" + }, + "trademark": { + "en-US": "OpenCart", + "zh-CN": "OpenCart" + }, + "title": { + "en-US": "OpenCart Shopping Cart Solution", + "zh-CN": "开源电子商城系统 OpenCart" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1x9lCepD8G84T4gqQD5EIu" + } + } + }, + "summary": { + "en-US": "An online store management program", + "zh-CN": "面向全球用户的开源电子商务系统" + }, + "overview": { + "en-US": "OpenCart is an easy to-use, powerful, open source online store management program that can manage multiple online stores from a single back-end.", + "zh-CN": "OpenCart是面向全球用户的开源电子商务系统,简单、易用、速度快,广泛应用于企业电商、独立站建站。" + }, + "description": { + "en-US": "This is a repackaged OpenCart with professional support for your business. OpenCart is an easy to-use, powerful, open source online store management program that can manage multiple online stores from a single back-end. Administrative area simply by filling in forms and clicking \"Save\". There are many professionally-written extensions available to customize the store to your needs.", + "zh-CN": "OpenCart是面向全球用户的开源电子商务系统,广泛应用于企业电商、独立站建站。OpenCart功能全面,包含商品管理、订单管理、促销管理、内容管理、会员管理、支付、物流、报表等功能。 开源生态体系完善,有大量的模板和插件可用。" + }, + "screenshots": { + "en-US": [ + { + "id": "fd22bb0c-b243-4e7c-a377-ce67b7726e34", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/opencart/opencart-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "8d8c93da-8248-41e3-8690-c70163bdb885", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/opencart/opencart-gui-websoft9.png" + } + ] + }, + "review": { + "en-US": 5 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "14lDYcrg2fLMbC1S9AkNDf" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ROfC1ucVpKv0BNw4ylMW6" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5wVPQoc28yauIPIjbs7Ecp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3dwN8h5SUNdrngpTP9puvD" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "581T3Tx1sCF3xWdG8fWXbm" + } + } + }, + "websiteurl": { + "en-US": "https://www.opencart.com/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "vbbiHNKxaNXh8noSStJfB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "keywords": { + "en-US": [ + "opencart", + "ecommerce", + "eshop" + ], + "zh-CN": [ + "opencart", + "电商", + "建站" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "4.0.1.1", + "latest" + ] + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": false + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1TOTqO5WtTyRCStzd9GeVG", + "type": "Entry", + "createdAt": "2022-09-17T09:23:37.094Z", + "updatedAt": "2024-10-24T01:28:55.833Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 103, + "publishedAt": "2024-10-24T01:28:55.833Z", + "firstPublishedAt": "2022-10-21T03:43:18.225Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 26, + "version": 104, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1TOTqO5WtTyRCStzd9GeVG" + }, + "fields": { + "key": { + "en-US": "oracle" + }, + "trademark": { + "en-US": "Oracle Database", + "zh-CN": "Oracle Database" + }, + "title": { + "en-US": "Oracle Database 21c Express", + "zh-CN": "云原生数据库 Oracle Database 21c Express" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2HkUUFhL5nzIEq7yqzmMiT" + } + } + }, + "summary": { + "en-US": "Oracle Database Express Edition", + "zh-CN": "Oracle Database 免费版" + }, + "overview": { + "en-US": "Oracle Database offers market-leading performance, scalability, reliability, and security, both on-premises and in the cloud.", + "zh-CN": "Oracle 数据库,是一个企业级产品。内置可以通过本地浏览器访问的可视化管理工具 Oracle EM 和 CloudBeaver,满足企业微服务架构的设计思想。" + }, + "description": { + "en-US": "Oracle Database 21c provides an early insight into the many enhancements and new capabilities. These include autonomous administration, improved multimodel support through in-database Javascript and native blockchain tables, and multiworkload improvements.", + "zh-CN": "由 Websoft9 提供的云原生 Oracle 数据库,是一个企业级产品。它基于 Docker 架构,内置可以通过本地浏览器访问的可视化管理工具 Oracle EM 和 CloudBeaver,满足企业微服务架构的设计思想。" + }, + "screenshots": { + "en-US": [ + { + "id": "90c1c4a1-b488-442f-b896-68b48af5bc14", + "key": "gui", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/en/oracle/oracle-database-1024x410.jpg" + }, + { + "id": "e2b4add9-dac9-4d18-a3a7-31b9f1287e91", + "key": "oracle", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/oracle/oracle-registryagree-websoft9.png" + }, + { + "id": "8afaa16d-076b-4902-9a25-902b4dd02bc9", + "key": "emlogin", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/en/oracle/oracle-emlogin-websoft9.png" + }, + { + "id": "97f6b8ac-4e1a-4037-afee-6fcb78cc24ef", + "key": "emgui", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/en/oracle/oracle-emgui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "b3d826f4-cce1-496a-96a4-374af8c917c0", + "key": "gui", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/oracle/oracle-database-1024x410.jpg" + }, + { + "id": "ea21931b-ae2a-4ade-9480-025f8879fe91", + "key": "emlogin", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/oracle/oracle-emlogin-websoft9.png" + }, + { + "id": "8e1ed51b-5c9c-4650-8de7-846cfef342c7", + "key": "emgui", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/oracle/oracle-emgui-websoft9.png" + } + ] + }, + "review": { + "en-US": 5 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5gZWge046khyUO08MUS4VT" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "highlights": { + "en-US": [ + "Pre-configured, one-click to deploy on Cloud Server", + "All codes on your server, secure and customizable", + "Paid image, free professional support for your business" + ], + "zh-CN": [ + "Oracle Database 21c Express 是一个款免费的数据库,无需购买 License", + "已完成预配置、密码初始化,购买后即可自主使用", + "预装两个 Web 管理工具:Oracle EM, CloudBeaver", + "基于 Docker 的云原生架构,便于产品升级、版本变更、卸载以及安装更多应用" + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7JmMJCyHICYLl0eNsHloj9" + } + } + }, + "websiteurl": { + "en-US": "https://www.oracle.com/" + }, + "trademarkUrl": { + "en-US": "https://www.oracle.com/legal/trademarks/" + }, + "keywords": { + "en-US": [ + "oracle database", + "RDBMS" + ], + "zh-CN": [ + "oracle database", + "数据管理", + "RDBMS" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "21.3.0-xe", + "18.4.0-xe", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 8 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2Ygct2xwIX61j2bEZHVuQl", + "type": "Entry", + "createdAt": "2022-09-17T09:24:25.518Z", + "updatedAt": "2025-01-06T08:48:17.728Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 127, + "publishedAt": "2025-01-06T08:48:17.728Z", + "firstPublishedAt": "2022-10-18T07:03:35.439Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 38, + "version": 128, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2Ygct2xwIX61j2bEZHVuQl" + }, + "fields": { + "key": { + "en-US": "portainer" + }, + "trademark": { + "en-US": "Portainer", + "zh-CN": "Portainer" + }, + "title": { + "en-US": "Web-based tool for Docker and Kubernetes", + "zh-CN": " Docker 和 Kubernetes 可视化管理工具" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "467kjeri2suyhPKQ001AvV" + } + } + }, + "summary": { + "en-US": "Web-based tool for Docker and Kubernetes(built-in to Websoft9)", + "zh-CN": "Docker 和 Kubernetes 可视化管理工具(Websoft9 已内置)" + }, + "overview": { + "en-US": "A powerful open-source management toolset that allows you to easily build, manage and maintain Docker environments.", + "zh-CN": "是一个可视化的 Docker 操作界面,功能十分全面,基本能满足中小型单位对容器管理的全部需求。" + }, + "description": { + "en-US": "Portainer is a powerful, open-source management toolset that allows you to easily build, manage and maintain Docker environments.", + "zh-CN": "Portainer是Docker的图形化管理工具,由GO语言编写的,提供状态显示、应用模板快速部署、对于Docker(容器、镜像、网络、数据卷)的基本操作、日志显示、容器控制台等功能" + }, + "screenshots": { + "en-US": [ + { + "id": "b6d6a77b-b31a-45f9-9c77-3ef05f3167a6", + "key": "addcontainer", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/potainer/portainer-addcontainer-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "506da2ad-82f5-4637-b113-3872851e8165", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/docker/portainer/portainer-sc001-websoft9.png" + } + ] + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "46F42uLohDyqmvpdbMtjT0" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "highlights": { + "en-US": [ + "" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3FPsazMil0HiqPzdQARapX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5iKz08AbJO0wG8jd1qvTGy" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ZRY6UR6j4c4dOYz3PXXFs" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.portainer.io/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5nnWNotOqyUr46d2ZEQzsA" + } + } + ] + }, + "keywords": { + "en-US": [ + "docker", + "gui", + "portainer", + "kubernetes" + ], + "zh-CN": [ + "docker", + "可视化", + "容器管理", + " IIoT", + "K8s" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "2.25.1", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 2 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "38qvHHbnN0Me2tMrguC9cj", + "type": "Entry", + "createdAt": "2022-09-17T09:25:18.242Z", + "updatedAt": "2024-12-12T03:22:41.397Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 90, + "publishedAt": "2024-12-12T03:22:41.397Z", + "firstPublishedAt": "2022-10-21T04:08:25.999Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 30, + "version": 91, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/38qvHHbnN0Me2tMrguC9cj" + }, + "fields": { + "key": { + "en-US": "prestashop" + }, + "trademark": { + "en-US": "Prestashop", + "zh-CN": "Prestashop" + }, + "title": { + "en-US": "Open Source E-Commerce Platform", + "zh-CN": "PrestaShop开源电子商务系统" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5nktG7xx0USCUV8hOiZLos" + } + } + }, + "summary": { + "en-US": "A popular ecommerce platforms", + "zh-CN": "一款开源商城软件" + }, + "overview": { + "en-US": "PrestaShop is one of the world's most popular ecommerce platforms, and most successful open source projects.", + "zh-CN": "PrestaShop是一款多功能、跨平台的开源电子商务解决方案,采用PHP+MySQL开发。始于2008年,发展迅速,全球已超过四万家网店采用Prestashop进行部署。" + }, + "description": { + "en-US": "This is a repackaged PrestaShop with professional support for your business. PrestaShop is one of the world's most popular ecommerce platforms, and most successful open source projects. Around the world, more than 250,000 ecommerce stores run on PrestaShop technology. PrestaShop has comprehensive product features for small, medium or large eCommerce stores. Hundreds of features are standard and 100% free.", + "zh-CN": "PrestaShop是一款多功能、跨平台的开源电子商务解决方案,采用PHP+MySQL开发。始于2008年,发展迅速,全球已超过四万家网店采用Prestashop进行部署。Prestashop基于Smarty引擎编程设计,模块化设计,扩展性强,能轻易实现多种语言,多种货币浏览交易,支持Paypal等几乎所有的支付手段,是外贸网站建站的佳选。" + }, + "screenshots": { + "en-US": [ + { + "id": "99a59f4f-e3cc-4de1-9f7c-4e9b42f80bd1", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/prestashop/pretashopui-websoft9.png" + }, + { + "id": "fb8e3408-ef70-4041-8adf-4981cd24555e", + "key": "dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/prestashop/ps08.png" + }, + { + "id": "97d294f0-0cc3-4fc2-be0a-00718fb2e9ab", + "key": "frontend", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/prestashop/ps09.png" + } + ], + "zh-CN": [ + { + "id": "a6580172-4b8f-444c-b57f-ec480e042765", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/prestashop/pretashopui-websoft9.png" + }, + { + "id": "d75f5f27-b8b8-4695-8d60-08318887b009", + "key": "backend", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/prestashop/prestashop-backend-websoft9.png" + } + ] + }, + "review": { + "en-US": 5 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "14lDYcrg2fLMbC1S9AkNDf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5yqWwdguLzWOz9SrRQ2Elk" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "highlights": { + "en-US": [ + "Pre-configured, one-click to deploy on Cloud Server", + "All codes on your server, secure and customizable", + "Paid image, free professional support for your business" + ], + "zh-CN": [ + "界面设计美观大方,圆滑且直观,逻辑性强,入手很快", + "前台使用模块化的设计,能够短时间内实现定制", + "已完成预配置、密码初始化,购买后即可自主使用", + "基于 Docker 的云原生架构,便于产品升级、版本变更、卸载以及安装更多应用", + "提供免费的技术支持" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5wVPQoc28yauIPIjbs7Ecp" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5pDTWQQylwXDD237YtLspE" + } + } + }, + "licenseadditional": { + "en-US": "PrestaShop Core is licensed under OSL-3.0 and PrestaShop Modules are licensed under AFL-3.0. More: https://github.com/PrestaShop/PrestaShop/blob/develop/docs/licenses/LICENSE.txt\n" + }, + "websiteurl": { + "en-US": "https://www.prestashop.com/en" + }, + "trademarkUrl": { + "en-US": "https://prestashop.com/terms-of-use/" + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "8.2", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 2, + "zh-CN": 2 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "aaDlMcgXAhVVbNXIEGgH1", + "type": "Entry", + "createdAt": "2022-09-17T09:26:18.053Z", + "updatedAt": "2024-12-12T00:17:17.737Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 89, + "publishedAt": "2024-12-12T00:17:17.737Z", + "firstPublishedAt": "2022-10-21T04:27:00.363Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 28, + "version": 90, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/aaDlMcgXAhVVbNXIEGgH1" + }, + "fields": { + "key": { + "en-US": "redmine" + }, + "trademark": { + "en-US": "Redmine", + "zh-CN": "Redmine" + }, + "title": { + "en-US": "Redmine Open Source Project Management", + "zh-CN": "项目管理系统 Redmine" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6MM1VlTpJ4eoKE8cn6dp9d" + } + } + }, + "summary": { + "en-US": "A web-based project management and issue tracking tool", + "zh-CN": "一款基于WEB的项目管理软件" + }, + "overview": { + "en-US": "Redmine is a flexible project management web application. Written using the Ruby on Rails framework, it is cross-platform and cross-database.", + "zh-CN": "Redmine是用RUBY开发的基于WEB的项目管理软件,提供项目管理、WIKI、集成Git等功能。" + }, + "description": { + "en-US": "This is a repackaged Redmine with professional support for your business. Redmine is a flexible project management web application. Written using the Ruby on Rails framework, it is cross-platform and cross-database.", + "zh-CN": "Redmine是用Ruby开发的基于WEB的项目管理软件,提供项目管理、WIKI、新闻台等功能,集成版本管理系统GIT、SVN、CVS等等。通过WEB 形式把成员、任务、文档、讨论以及各种形式的资源组织在一起,推动项目的进度。" + }, + "screenshots": { + "en-US": [ + { + "id": "d94caae5-b0b6-47c9-9d48-615e93450d72", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/redmine/redmine-gui-websoft9.jpg" + }, + { + "id": "326b2e9f-559d-431b-b5ea-b62395d6230c", + "key": "language", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/redmine/redmine-language-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "263eca38-0454-484a-86fb-216722b86855", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/redmine/redmine-gui-websoft9.jpg" + }, + { + "id": "081d5e3f-8614-4366-8246-ba7f9dfd1ce9", + "key": "language", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/redmine/redmine-language-websoft9.png" + } + ] + }, + "review": { + "en-US": 5 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4KqOWojZmoXeCFvsu0sij5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "wgrBVU9K63sTF0it5DfIT" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17nBnb3cekP3IkiDLGh1F0" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "highlights": { + "en-US": [ + "Pre-configured, one-click to deploy on Cloud Server", + "All codes on your server, secure and customizable", + "Paid image, free professional support for your business" + ], + "zh-CN": [ + "可以灵活的自定义多个信息,包括:自定义字段、邮件通知、Bug管理流程、查询字段、报表字段等", + "Redmine可以方便地在线安装多个插件,比如:图形报表、导出xls、统计分析等", + "已完成预配置、密码初始化,购买后即可自主使用", + "基于 Docker 的云原生架构,便于产品升级、版本变更、卸载以及安装更多应用", + "提供免费的技术支持" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "16MLUmzJ4h1KIH6iM0Acyr" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "12pnAjAAT5zkmPF33HKq6E" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5mKvsW7DU95pkeulIo28yF" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.redmine.org/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "keywords": { + "en-US": [ + "redmine", + "project management", + "tracking" + ], + "zh-CN": [ + "redmine", + "项目管理", + "漏洞追踪" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "6.0", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 1, + "zh-CN": 1 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5YYhjdu5kDCR0YB8kSBFpr", + "type": "Entry", + "createdAt": "2022-09-17T09:26:52.418Z", + "updatedAt": "2025-01-07T09:28:44.226Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 92, + "publishedAt": "2025-01-07T09:28:44.226Z", + "firstPublishedAt": "2022-10-21T04:18:58.104Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 24, + "version": 93, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5YYhjdu5kDCR0YB8kSBFpr" + }, + "fields": { + "key": { + "en-US": "rethinkdb" + }, + "trademark": { + "en-US": "RethinkDB", + "zh-CN": "RethinkDB" + }, + "title": { + "en-US": "Cloud Native Database for RethinkDB", + "zh-CN": "开源文档数据库 RethinkDB" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7Gx7BnzaW5G0FdxrrMDWxE" + } + } + }, + "summary": { + "en-US": "A NoSQL database that stores schemaless JSON documents", + "zh-CN": "开源文档(JASON)数据库" + }, + "overview": { + "en-US": "RethinkDB is a NoSQL database that stores schemaless JSON documents. ", + "zh-CN": "RethinkDB是一个开源文档(JASON)数据库,支持多种数据类型,提供可视化的控制台,很方便部署和构建集群。" + }, + "description": { + "en-US": "This is a repackaged RethinkDB with professional support for your business. RethinkDB is a NoSQL database that stores schemaless JSON documents. It is an open-source database for building realtime web applications. RethinkDB offers a flexible query language, intuitive operations and monitoring APIs, and is easy to setup and learn.", + "zh-CN": "RethinkDB是一个曾经与 MongoDB 齐名的开源文档(JASON)数据库,目前完全由开源社区驱动。它支持多种数据类型,提供可视化的控制台,很方便部署和构建集群。" + }, + "screenshots": { + "en-US": [ + { + "id": "4c497c46-fdf8-4c9b-8734-886159c0dfc4", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/rethinkdb/rethinkdb-gui-websoft9.png" + }, + { + "id": "607afa20-eae4-49e4-b6e0-071c0740b702", + "key": "edit", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/rethinkdb/rethinkdb-editpassword-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "c88fa4e2-56f7-4fc9-87be-07df923c4ea9", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/rethinkdb/rethinkdb-gui-websoft9.png" + }, + { + "id": "af40563c-1784-4301-b516-84b17c0d92da", + "key": "dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/rethinkdb/rethinkdb-ok-websoft9.png" + } + ] + }, + "review": { + "en-US": 5 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3qBphS6o9artL5oDiCPLM7" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English" + ], + "zh-CN": [ + "英文" + ] + }, + "highlights": { + "en-US": [ + "Pre-configured, one-click to deploy on Cloud Server", + "All codes on your server, secure and customizable", + "Paid image, free professional support for your business" + ], + "zh-CN": [ + "文件存储格式为BSON(一种JSON的扩展),支持RUBY,PYTHON,JAVA,C++,PHP,C#等多种语言", + "支持的查询语言强大", + "已完成预配置、密码初始化,购买后即可自主使用", + "基于 Docker 的云原生架构,便于产品升级、版本变更、卸载以及安装更多应用", + "提供免费的技术支持" + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "websiteurl": { + "en-US": "https://rethinkdb.com/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5nnWNotOqyUr46d2ZEQzsA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2V5Sey9mCVvizDs6ikr7ig" + } + } + ] + }, + "keywords": { + "en-US": [ + "NoSQL", + "rethinkdb", + "document database" + ], + "zh-CN": [ + "NoSQL", + "rethinkdb", + "文档数据库", + "数据库" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "2.4.3", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 1, + "zh-CN": 1 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "uOZ1ahNqe1lKQuyI7OOIP", + "type": "Entry", + "createdAt": "2022-09-19T02:18:49.138Z", + "updatedAt": "2022-09-19T02:19:23.338Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2022-09-19T02:19:23.338Z", + "firstPublishedAt": "2022-09-19T02:19:23.338Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutPartnerType" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/uOZ1ahNqe1lKQuyI7OOIP" + }, + "fields": { + "key": { + "en-US": "customer" + }, + "title": { + "en-US": "Customer", + "zh-CN": "客户" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "TGMUFy27pWS4zH7v1UPoq", + "type": "Entry", + "createdAt": "2022-09-19T02:19:28.560Z", + "updatedAt": "2022-09-19T08:59:45.940Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2022-09-19T08:59:45.940Z", + "firstPublishedAt": "2022-09-19T02:19:52.691Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 2, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutPartnerType" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/TGMUFy27pWS4zH7v1UPoq" + }, + "fields": { + "key": { + "en-US": "marketplace" + }, + "title": { + "en-US": "Marketplace", + "zh-CN": "云市场伙伴" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1HOq8kZE5RSbHa16P0jspK", + "type": "Entry", + "createdAt": "2022-09-19T02:19:57.993Z", + "updatedAt": "2022-09-19T02:20:18.658Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2022-09-19T02:20:18.658Z", + "firstPublishedAt": "2022-09-19T02:20:18.658Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutPartnerType" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1HOq8kZE5RSbHa16P0jspK" + }, + "fields": { + "key": { + "en-US": "vendor" + }, + "title": { + "en-US": "Vendor", + "zh-CN": "软件提供商" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4PbqNe6zQ9DthlKO6hdwXg", + "type": "Entry", + "createdAt": "2022-09-19T02:20:24.817Z", + "updatedAt": "2022-09-19T02:20:52.240Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2022-09-19T02:20:52.240Z", + "firstPublishedAt": "2022-09-19T02:20:52.240Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutPartnerType" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4PbqNe6zQ9DthlKO6hdwXg" + }, + "fields": { + "key": { + "en-US": "channel" + }, + "title": { + "en-US": "Channel", + "zh-CN": "渠道伙伴" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "BihTdIY6nY0pwbocR2NF2", + "type": "Entry", + "createdAt": "2022-09-19T02:21:11.295Z", + "updatedAt": "2022-09-19T02:21:20.916Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2022-09-19T02:21:20.916Z", + "firstPublishedAt": "2022-09-19T02:21:20.916Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutPartnerType" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/BihTdIY6nY0pwbocR2NF2" + }, + "fields": { + "key": { + "en-US": "alliance" + }, + "title": { + "en-US": "Alliance", + "zh-CN": "联盟伙伴" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7jjbWO66SRJdRXYAsjVlRy", + "type": "Entry", + "createdAt": "2022-09-19T03:52:23.708Z", + "updatedAt": "2022-09-27T09:29:58.331Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 15, + "publishedAt": "2022-09-27T09:29:58.331Z", + "firstPublishedAt": "2022-09-19T03:52:49.165Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 5, + "version": 16, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "page" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7jjbWO66SRJdRXYAsjVlRy" + }, + "fields": { + "key": { + "en-US": "Becomepartner" + }, + "title": { + "en-US": "Become A Partner", + "zh-CN": "成为伙伴" + }, + "content": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3aya0oEhUQUJRp1dIvmDRw" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5eGxf30HCqv9ws5WeoBKqG" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "60SY0s5eTFYSCMqYVoN8kz" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5eGxf30HCqv9ws5WeoBKqG", + "type": "Entry", + "createdAt": "2022-09-19T03:53:57.880Z", + "updatedAt": "2024-04-02T03:56:15.475Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 43, + "publishedAt": "2024-04-02T03:56:15.475Z", + "firstPublishedAt": "2022-09-19T03:55:07.441Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 5, + "version": 44, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5eGxf30HCqv9ws5WeoBKqG" + }, + "fields": { + "type": { + "en-US": [ + "Form Outside" + ] + }, + "title": { + "en-US": "Apply Partner Form from Weda", + "zh-CN": "来自 Hubspot 的伙伴申请表单" + }, + "slug": { + "en-US": "apply-partner-from-weda" + }, + "link": { + "en-US": [ + { + "id": "82af8e7d-2e35-4254-84a3-6edbd466c593", + "key": "Form URL", + "value": "https://weda.websoft9.com/becomeparter_en/" + } + ], + "zh-CN": [ + { + "id": "468c6353-90e6-4ebf-b6cf-87b7c25690df", + "key": "Form URL", + "value": "https://weda.websoft9.com/becomeparter/" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "60SY0s5eTFYSCMqYVoN8kz", + "type": "Entry", + "createdAt": "2022-09-19T03:55:27.247Z", + "updatedAt": "2022-10-07T08:16:00.919Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 30, + "publishedAt": "2022-10-07T08:16:00.919Z", + "firstPublishedAt": "2022-09-19T03:55:56.207Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 31, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/60SY0s5eTFYSCMqYVoN8kz" + }, + "fields": { + "type": { + "en-US": [ + "CTA" + ] + }, + "title": { + "en-US": "Encountered a problem when apply Partner?", + "zh-CN": "申请伙伴时遇到问题?" + }, + "slug": { + "en-US": "join-partner-have-problem" + }, + "subTitle": { + "en-US": "If you have any problem for joining Partnership, please contact our Partner manager", + "zh-CN": "申请合作伙伴中遇到任何问题,请与我们的伙伴经理联系" + }, + "buttons": { + "en-US": [ + { + "id": "04438086-fb94-4ebd-b412-eaa3231dd90b", + "key": "Contact us", + "value": "/" + } + ], + "zh-CN": [ + { + "id": "6531679e-967b-4a34-a445-a05983c51fe2", + "key": "联系我们", + "value": "/" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3FF2pNoc7mifj1bmHe1GFQ", + "type": "Entry", + "createdAt": "2022-09-19T04:12:21.838Z", + "updatedAt": "2022-09-30T00:59:36.039Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-09-30T00:59:36.039Z", + "firstPublishedAt": "2022-09-19T05:55:32.615Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "page" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3FF2pNoc7mifj1bmHe1GFQ" + }, + "fields": { + "key": { + "en-US": "PartnerList" + }, + "title": { + "en-US": "PartnerList", + "zh-CN": "伙伴名录" + }, + "content": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7D5UFinR90HXrIPcw97WLr" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "18LKyPoo2y3bXnH53KrWmi" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7D5UFinR90HXrIPcw97WLr", + "type": "Entry", + "createdAt": "2022-09-19T04:18:09.503Z", + "updatedAt": "2022-09-30T02:06:41.886Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 13, + "publishedAt": "2022-09-30T02:06:41.886Z", + "firstPublishedAt": "2022-09-19T04:18:26.747Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 14, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7D5UFinR90HXrIPcw97WLr" + }, + "fields": { + "type": { + "en-US": [ + "Hero" + ] + }, + "title": { + "en-US": "Partner List", + "zh-CN": "伙伴名录" + }, + "slug": { + "en-US": "partner-list" + }, + "subTitle": { + "en-US": "Together with our partners, we can serve more customer scenarios", + "zh-CN": "我们与合作伙伴一起,可以服务更多的客户场景" + }, + "media": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/partnerlist-hero-websoft9.svg" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4GwPOs4HArCWDd8UEr6sfo", + "type": "Entry", + "createdAt": "2022-09-19T06:40:05.725Z", + "updatedAt": "2022-09-19T06:45:15.971Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2022-09-19T06:45:15.971Z", + "firstPublishedAt": "2022-09-19T06:40:42.147Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 2, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutContent" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4GwPOs4HArCWDd8UEr6sfo" + }, + "fields": { + "key": { + "en-US": "promotion" + }, + "title": { + "en-US": "Promotion", + "zh-CN": "优惠" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6LBQpYd4LsRmwo9DphUMDa", + "type": "Entry", + "createdAt": "2022-09-20T01:08:17.478Z", + "updatedAt": "2022-10-07T09:01:48.158Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2022-10-07T09:01:48.158Z", + "firstPublishedAt": "2022-09-20T01:08:59.655Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 3, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6LBQpYd4LsRmwo9DphUMDa" + }, + "fields": { + "title": { + "en-US": "Resource Center", + "zh-CN": "资源中心" + }, + "link": { + "en-US": "/resources" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1Ejjz9LKP8f0iiYAojnxu6", + "type": "Entry", + "createdAt": "2022-09-20T02:13:46.489Z", + "updatedAt": "2022-09-20T02:16:39.383Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2022-09-20T02:16:39.383Z", + "firstPublishedAt": "2022-09-20T02:16:39.383Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "aboutContent" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1Ejjz9LKP8f0iiYAojnxu6" + }, + "fields": { + "key": { + "en-US": "webinar" + }, + "title": { + "en-US": "Webinar", + "zh-CN": "直播" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4B0Xq4Ht4Vev9eHrC2jD1I", + "type": "Entry", + "createdAt": "2022-09-20T02:48:59.110Z", + "updatedAt": "2023-01-06T01:24:30.188Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 118, + "publishedAt": "2023-01-06T01:24:30.188Z", + "firstPublishedAt": "2022-09-20T03:07:11.411Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 16, + "version": 119, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4B0Xq4Ht4Vev9eHrC2jD1I" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2DJ4xzZQwmbYv6D2O23Sv5" + } + } + }, + "slug": { + "en-US": "digtal-committee-start-changsha" + }, + "title": { + "en-US": "数字经济专业委员会在长沙成立,Websoft9 助力传统企业转型", + "zh-CN": "数字经济专业委员会在长沙成立,Websoft9 助力传统企业转型" + }, + "subTitle": { + "en-US": "网久软件作为长沙市企事业科协联合会数字经济专业委员会理事单位和发起单位,为科创中国赋能", + "zh-CN": "网久软件作为长沙市企事业科协联合会数字经济专业委员会理事单位和发起单位,为科创中国赋能" + }, + "featureImage": { + "en-US": "https://libs.websoft9.com/Websoft9/resource/blog/2022/10/digtal-commit-start-cs.jpg" + }, + "description": { + "en-US": "为贯彻落实《“科创中国”三年行动计划(2021—2023)》及《长沙市实施“科创中国”试点创建工作方案》工作精神,积极推进企业数字化建设工作,决定成立长沙市企事业科协联合会数字经济专业委员会", + "zh-CN": "为贯彻落实《“科创中国”三年行动计划(2021—2023)》及《长沙市实施“科创中国”试点创建工作方案》工作精神,积极推进企业数字化建设工作,决定成立长沙市企事业科协联合会数字经济专业委员会" + }, + "content": { + "en-US": "## 关于\n\n为贯彻落实《“科创中国”三年行动计划(2021—2023)》及《长沙市实施“科创中国”试点创建工作方案》工作精神,积极推进企业数字化建设工作,决定成立长沙市企事业科协联合会数字经济专业委员会。\n\n详情阅读[红头文件](https://libs.websoft9.com/Websoft9/resource/blog/2022/10/notice.pdf)\n\n## 委员会职能\n\n数字经济专业委员会为企业提供:企业战略诊断咨询、企业数字化转型供应商评估、企业数字化转型方案评审、企业数字化转型执行监理、企业数字化转型争议协调、企业数字化转型项目验收咨询、企业数字化转型知识解惑答疑、企业数字化转型成果标准化咨询等内容。\n\n## 分工\n\n网久软件作为发起单位和理事会成员之一,主要为企业数字化转型过程提供云和开源应用服务,帮助广大的企业上云,普惠开源技术。", + "zh-CN": "## 关于\n\n为贯彻落实《“科创中国”三年行动计划(2021—2023)》及《长沙市实施“科创中国”试点创建工作方案》工作精神,积极推进企业数字化建设工作,决定成立长沙市企事业科协联合会数字经济专业委员会。\n\n详情阅读[红头文件](https://libs.websoft9.com/Websoft9/resource/blog/2022/10/notice.pdf)\n\n## 委员会职能\n\n数字经济专业委员会为企业提供:企业战略诊断咨询、企业数字化转型供应商评估、企业数字化转型方案评审、企业数字化转型执行监理、企业数字化转型争议协调、企业数字化转型项目验收咨询、企业数字化转型知识解惑答疑、企业数字化转型成果标准化咨询等内容。\n\n## 分工\n\n网久软件作为发起单位和理事会成员之一,主要为企业数字化转型过程提供云和开源应用服务,帮助广大的企业上云,普惠开源技术。" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4OpW0KLnSSimHrDBrley8n" + } + } + ] + }, + "downloadUrl": { + "en-US": "https://libs.websoft9.com/Websoft9/resource/blog/2022/10/notice.pdf" + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6rP4w22AvOA8nZiAwfSLGm" + } + } + ] + }, + "time": { + "en-US": "2022-12-02T00:00+08:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3aya0oEhUQUJRp1dIvmDRw", + "type": "Entry", + "createdAt": "2022-09-27T09:27:04.052Z", + "updatedAt": "2022-09-30T02:43:21.545Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 29, + "publishedAt": "2022-09-30T02:43:21.545Z", + "firstPublishedAt": "2022-09-27T09:28:51.800Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 30, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3aya0oEhUQUJRp1dIvmDRw" + }, + "fields": { + "type": { + "en-US": [ + "Hero" + ] + }, + "title": { + "en-US": "Become A Partner", + "zh-CN": "立即申请成为伙伴" + }, + "slug": { + "en-US": "become-a-partner" + }, + "subTitle": { + "en-US": "合作伙伴以云原生应用商店为基础,可以更专注于于咨询、集成和项目交付服务", + "zh-CN": "合作伙伴以云原生应用商店为基础,可以更专注于于咨询、集成和项目交付服务" + }, + "backgourdImage": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/partner-become-hero-websoft9.webp" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "9hcVdp4kn3BfFhsIvTK4W", + "type": "Entry", + "createdAt": "2022-09-27T09:31:59.307Z", + "updatedAt": "2023-01-03T01:45:24.224Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 25, + "publishedAt": "2023-01-03T01:45:24.224Z", + "firstPublishedAt": "2022-09-27T09:32:40.085Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 5, + "version": 26, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/9hcVdp4kn3BfFhsIvTK4W" + }, + "fields": { + "type": { + "en-US": [ + "Hero" + ] + }, + "title": { + "en-US": "Service demand", + "zh-CN": "服务需求单" + }, + "slug": { + "en-US": "tickets-system" + }, + "subTitle": { + "en-US": "We provide reliable technical support to our corporate customers to ensure the stable operation of your business", + "zh-CN": "我们为企业客户提供可靠的技术支持,保障您的业务稳定运行" + }, + "backgourdImage": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/ticketsystem-hero-websoft9.jpg" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1uucNY9NtjjdjhaiE1lKGv", + "type": "Entry", + "createdAt": "2022-09-27T09:36:48.788Z", + "updatedAt": "2022-09-27T09:39:46.041Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-09-27T09:39:46.041Z", + "firstPublishedAt": "2022-09-27T09:37:16.812Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "page" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1uucNY9NtjjdjhaiE1lKGv" + }, + "fields": { + "key": { + "en-US": "Download" + }, + "title": { + "en-US": "Download", + "zh-CN": "资料下载" + }, + "content": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "41luVORH1KVaMK2bMe872K" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "41luVORH1KVaMK2bMe872K", + "type": "Entry", + "createdAt": "2022-09-27T09:38:44.878Z", + "updatedAt": "2022-09-29T09:54:17.404Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 19, + "publishedAt": "2022-09-29T09:54:17.404Z", + "firstPublishedAt": "2022-09-27T09:39:14.112Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 20, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/41luVORH1KVaMK2bMe872K" + }, + "fields": { + "type": { + "en-US": [ + "Hero" + ] + }, + "title": { + "en-US": "Download", + "zh-CN": "资料下载" + }, + "slug": { + "en-US": "download" + }, + "subTitle": { + "en-US": "Get the Brochure, White Paper, Report...", + "zh-CN": "获取我们的宣传册、行业报告、白皮书等资料" + }, + "backgourdImage": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/download-hero-websoft9.jpg" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7y7s2tiw4yWZ05R7tMfmrx", + "type": "Entry", + "createdAt": "2022-09-28T01:36:44.610Z", + "updatedAt": "2022-09-29T09:21:19.104Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 19, + "publishedAt": "2022-09-29T09:21:19.104Z", + "firstPublishedAt": "2022-09-28T01:38:08.532Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 20, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7y7s2tiw4yWZ05R7tMfmrx" + }, + "fields": { + "type": { + "en-US": [ + "Hero" + ] + }, + "title": { + "en-US": "Invoicing", + "zh-CN": "开具发票" + }, + "slug": { + "en-US": "invoice" + }, + "subTitle": { + "en-US": "We will complete your invoice request within 3 working days", + "zh-CN": "我们会在3个工作日完成您的自助发票申请" + }, + "backgourdImage": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/invoice-hero-websoft9.jpg" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1dxuxLrqpHSveTHTfM21sK", + "type": "Entry", + "createdAt": "2022-09-29T04:44:53.176Z", + "updatedAt": "2022-09-30T05:16:23.281Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2022-09-30T05:16:23.281Z", + "firstPublishedAt": "2022-09-29T04:46:46.302Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1dxuxLrqpHSveTHTfM21sK" + }, + "fields": { + "type": { + "en-US": [ + "Company" + ] + }, + "title": { + "en-US": "Software Copyright", + "zh-CN": "软件著作权" + }, + "slug": { + "en-US": "software-copyright" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/company-qualification-softcopyright-websoft9.jpg" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "83UZILC4g37jO6vwgZR7t", + "type": "Entry", + "createdAt": "2022-09-29T04:50:28.328Z", + "updatedAt": "2022-09-30T05:16:11.574Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-09-30T05:16:11.574Z", + "firstPublishedAt": "2022-09-29T04:51:13.756Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/83UZILC4g37jO6vwgZR7t" + }, + "fields": { + "type": { + "en-US": [ + "Company" + ] + }, + "title": { + "en-US": "Patent certificate", + "zh-CN": "专利证书" + }, + "slug": { + "en-US": "patent-certificate" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/company-qualification-patent-websoft9.jpg" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6rm7R5ISPdICYvl1dglC9f", + "type": "Entry", + "createdAt": "2022-09-29T04:53:54.049Z", + "updatedAt": "2022-09-30T05:16:01.624Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2022-09-30T05:16:01.624Z", + "firstPublishedAt": "2022-09-29T04:54:43.860Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6rm7R5ISPdICYvl1dglC9f" + }, + "fields": { + "type": { + "en-US": [ + "Company" + ] + }, + "title": { + "en-US": "KunPeng Adaptation", + "zh-CN": "鲲鹏适配" + }, + "slug": { + "en-US": "kunpeng-adaptation" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/company-qualification-kunpeng-websoft9.jpg" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5siCItZ9jygijEVqaiV2tu", + "type": "Entry", + "createdAt": "2022-09-29T04:57:17.295Z", + "updatedAt": "2022-09-30T05:15:50.640Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2022-09-30T05:15:50.640Z", + "firstPublishedAt": "2022-09-29T05:00:15.269Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5siCItZ9jygijEVqaiV2tu" + }, + "fields": { + "type": { + "en-US": [ + "Company" + ] + }, + "title": { + "en-US": "Alibaba Cloud Technology Excellence Award", + "zh-CN": "阿里云出海峰会卓越技术奖" + }, + "slug": { + "en-US": "alibaba-cloud-technology-excellence-award" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/company-honor-aliyuntechexcellence-websoft9.jpg" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1O1Of3W33iqR2XcusGF5GW", + "type": "Entry", + "createdAt": "2022-09-29T05:00:38.727Z", + "updatedAt": "2022-09-30T05:15:22.346Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 21, + "publishedAt": "2022-09-30T05:15:22.346Z", + "firstPublishedAt": "2022-09-29T05:05:24.824Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 22, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1O1Of3W33iqR2XcusGF5GW" + }, + "fields": { + "type": { + "en-US": [ + "Company" + ] + }, + "title": { + "en-US": "Huawei Cloud Excellent image provider Award", + "zh-CN": "华为云优秀镜像服务商" + }, + "slug": { + "en-US": "huawei-cloud-excellent-image-provider" + }, + "description": { + "zh-CN": "2018年度" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/company-honor-huaweicloud2018image-websoft9.jpg" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5SfJ4txePDLGJxfPbWtZC0", + "type": "Entry", + "createdAt": "2022-09-29T05:07:34.070Z", + "updatedAt": "2022-11-03T09:02:30.869Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 13, + "publishedAt": "2022-11-03T09:02:30.869Z", + "firstPublishedAt": "2022-09-29T05:09:15.963Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 2, + "version": 14, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5SfJ4txePDLGJxfPbWtZC0" + }, + "fields": { + "type": { + "en-US": [ + "Company" + ] + }, + "title": { + "en-US": "Alibaba Cloud YunHe Application Award", + "zh-CN": "阿里云云栖大会.云合应用奖" + }, + "slug": { + "en-US": "alibaba-cloud-yunhe-application-award" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/company-honor-aliyunyunhe-websoft9.jpg" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2dGvpKC1UGFGvX7YJ2gD0d", + "type": "Entry", + "createdAt": "2022-09-29T09:35:31.097Z", + "updatedAt": "2022-09-29T09:36:58.578Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-09-29T09:36:58.578Z", + "firstPublishedAt": "2022-09-29T09:36:58.578Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2dGvpKC1UGFGvX7YJ2gD0d" + }, + "fields": { + "type": { + "en-US": [ + "Feature Grid" + ] + }, + "title": { + "en-US": "Contact Purpose", + "zh-CN": "联系目的" + }, + "slug": { + "en-US": "contact-purpose" + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "UBV2m4M9KgvyJiRQkRyhH" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6WfJFUsE3PVWV0BtRKy3Vn" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3NeamgHRtrP591In4CYjHB" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "67HnVx3n84uc5RL5Y3RaKV", + "type": "Entry", + "createdAt": "2022-09-30T04:31:38.396Z", + "updatedAt": "2022-10-19T00:53:39.363Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 38, + "publishedAt": "2022-10-19T00:53:39.363Z", + "firstPublishedAt": "2022-09-30T04:42:25.422Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 7, + "version": 39, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/67HnVx3n84uc5RL5Y3RaKV" + }, + "fields": { + "type": { + "en-US": [ + "Product" + ] + }, + "title": { + "en-US": "Optimized Catalog", + "zh-CN": "优选类目" + }, + "slug": { + "en-US": "product-features-catalog" + }, + "subtitle": { + "en-US": "我们广泛收集企业和组织在工作过程中所需的通用化应用,覆盖企业管理、内容管理、数据分析、无代码开发、DevOps 等多个类别,200+个热门应用,满足 80% 的场景", + "zh-CN": "我们广泛收集企业和组织在工作过程中所需的通用化应用,覆盖企业管理、内容管理、数据分析、无代码开发、DevOps 等多个类别,200+个热门应用,满足 80% 的场景" + }, + "description": { + "en-US": "云原生应用商店精选数百款企业应用,从主数据管理、内容创作与展示、ERP、无代码开发等多种相关的应用,可以让 CEO 对企业数字化有明确的目标感,也可以让赋能给员工快速从部门乃至个人自行探索数字化。", + "zh-CN": "云原生应用商店精选数百款企业应用,从主数据管理、内容创作与展示、ERP、无代码开发等多种相关的应用,可以让 CEO 对企业数字化有明确的目标感,也可以让赋能给员工快速从部门乃至个人自行探索数字化。" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/product-features-collected-websoft9.webp" + }, + "link": { + "en-US": [ + { + "id": "6e0c8864-4f58-46e4-ac1b-c76d3faccaba", + "key": "Learn More", + "value": "/" + } + ], + "zh-CN": [ + { + "id": "aa7b9a81-1e88-4b73-8683-d91f5175c308", + "key": "获取更多", + "value": "/" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5RqA3nXQur1gx6Xk2ohcHX", + "type": "Entry", + "createdAt": "2022-09-30T04:42:50.893Z", + "updatedAt": "2022-10-19T01:43:43.562Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 22, + "publishedAt": "2022-10-19T01:43:43.562Z", + "firstPublishedAt": "2022-09-30T04:48:24.342Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 5, + "version": 23, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5RqA3nXQur1gx6Xk2ohcHX" + }, + "fields": { + "type": { + "en-US": [ + "Feature Grid" + ] + }, + "title": { + "en-US": "Product Features", + "zh-CN": "产品特征" + }, + "slug": { + "en-US": "product-features" + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "67HnVx3n84uc5RL5Y3RaKV" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4fCQPBaSTCLGTJG0yZcH3p" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4yeuN9Eq7Pq51sqlWj9uxR" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "RP5wljcIyxlLsvmeafaTP" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5SeKy5Xr4AaW0wuPLB84Zk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6YGGN9K5CFmrkMo15TRIoT" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2u6icVZ9m1OSZtDoCB9VIL" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7r6qYGW1rKI1lAQDsH0eoK" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "j5F4AVOqyfNZBnWgK3rRU" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DSAb3ELBEvRai7Xd5iiTR" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2vJpo1HfxfWhIwHrTzCKfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "74MpTvnyPmj80YXfD0Qghq" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4fCQPBaSTCLGTJG0yZcH3p", + "type": "Entry", + "createdAt": "2022-09-30T04:44:34.884Z", + "updatedAt": "2022-10-17T09:12:31.381Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 15, + "publishedAt": "2022-10-17T09:12:31.381Z", + "firstPublishedAt": "2022-09-30T04:48:01.902Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 4, + "version": 16, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4fCQPBaSTCLGTJG0yZcH3p" + }, + "fields": { + "type": { + "en-US": [ + "Product" + ] + }, + "title": { + "en-US": "One-click Deployment", + "zh-CN": "一键部署" + }, + "slug": { + "en-US": "deployment" + }, + "subtitle": { + "en-US": "选择所需的应用,点击即安装,安装即使用。没有任何技术门槛个,没有任何复杂配置", + "zh-CN": "选择所需的应用,点击即安装,安装即使用。没有任何技术门槛个,没有任何复杂配置" + }, + "description": { + "en-US": "数字化转型是指企业将数字化技术嵌入其业务,改变原有业务流程和项目,以此推动根本变革的过程。\n\n以往,数字转型的主要关注点为客户体验。但在新冠疫情暴发后,一切都改变了,并且变化速度越来越快。现如今,组织整体的运营效率与创新成为了数字转型的核心。\n\n原有业务流程和项目面向新的数字化挑战:", + "zh-CN": "数字化转型是指企业将数字化技术嵌入其业务,改变原有业务流程和项目,以此推动根本变革的过程。\n\n以往,数字转型的主要关注点为客户体验。但在新冠疫情暴发后,一切都改变了,并且变化速度越来越快。现如今,组织整体的运营效率与创新成为了数字转型的核心。\n\n原有业务流程和项目面向新的数字化挑战:" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/product-features-deploy-websoft9.webp" + }, + "link": { + "en-US": [ + { + "id": "a3fc927a-a248-4993-b038-7ce77350539c", + "key": "Learn More", + "value": "/" + } + ], + "zh-CN": [ + { + "id": "67c516d3-81b5-498a-a59c-be443b689799", + "key": "获取更多", + "value": "/" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4yeuN9Eq7Pq51sqlWj9uxR", + "type": "Entry", + "createdAt": "2022-09-30T04:49:25.748Z", + "updatedAt": "2022-10-07T07:28:27.527Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 15, + "publishedAt": "2022-10-07T07:28:27.527Z", + "firstPublishedAt": "2022-09-30T04:52:01.565Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 16, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4yeuN9Eq7Pq51sqlWj9uxR" + }, + "fields": { + "type": { + "en-US": [ + "Product" + ] + }, + "title": { + "en-US": "Management", + "zh-CN": "可视化管理" + }, + "slug": { + "en-US": "management" + }, + "subtitle": { + "en-US": "应用的启动、重启、终止、删除、配置域名都采用可视化方式", + "zh-CN": "应用的启动、重启、终止、删除、配置域名都采用可视化方式" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/product-features-management-websoft9.webp" + }, + "link": { + "en-US": [ + { + "id": "a3fc927a-a248-4993-b038-7ce77350539c", + "key": "Learn More", + "value": "/" + } + ], + "zh-CN": [ + { + "id": "67c516d3-81b5-498a-a59c-be443b689799", + "key": "获取更多", + "value": "/" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5SeKy5Xr4AaW0wuPLB84Zk", + "type": "Entry", + "createdAt": "2022-09-30T04:57:17.756Z", + "updatedAt": "2022-10-07T07:51:38.401Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 20, + "publishedAt": "2022-10-07T07:51:38.401Z", + "firstPublishedAt": "2022-09-30T05:00:34.600Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 21, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5SeKy5Xr4AaW0wuPLB84Zk" + }, + "fields": { + "type": { + "en-US": [ + "Product" + ] + }, + "title": { + "en-US": "Automation", + "zh-CN": "自动化" + }, + "slug": { + "en-US": "automation" + }, + "subtitle": { + "en-US": "安装、证书部署、备份,整个 DevOps 过程采用自动化手段,大大提升工作效率", + "zh-CN": "安装、证书部署、备份,整个 DevOps 过程采用自动化手段,大大提升工作效率" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/product-features-automation-websoft9.jpg" + }, + "link": { + "en-US": [ + { + "id": "a3fc927a-a248-4993-b038-7ce77350539c", + "key": "Learn More", + "value": "/" + } + ], + "zh-CN": [ + { + "id": "67c516d3-81b5-498a-a59c-be443b689799", + "key": "获取更多", + "value": "/" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6YGGN9K5CFmrkMo15TRIoT", + "type": "Entry", + "createdAt": "2022-09-30T05:00:43.685Z", + "updatedAt": "2022-09-30T05:04:20.611Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2022-09-30T05:04:20.611Z", + "firstPublishedAt": "2022-09-30T05:04:20.611Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6YGGN9K5CFmrkMo15TRIoT" + }, + "fields": { + "type": { + "en-US": [ + "Product" + ] + }, + "title": { + "en-US": "Cloud Native", + "zh-CN": "原云生" + }, + "slug": { + "en-US": "cloud-native" + }, + "subtitle": { + "en-US": "原云生架构设计,在云上以最佳姿势运行,充分利用和发挥云平台的弹性+分布式优势。", + "zh-CN": "原云生架构设计,在云上以最佳姿势运行,充分利用和发挥云平台的弹性+分布式优势。" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/product-features-cloudnative-websoft9.jpg" + }, + "link": { + "en-US": [ + { + "id": "a3fc927a-a248-4993-b038-7ce77350539c", + "key": "Learn More", + "value": "/" + } + ], + "zh-CN": [ + { + "id": "67c516d3-81b5-498a-a59c-be443b689799", + "key": "获取更多", + "value": "/" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2u6icVZ9m1OSZtDoCB9VIL", + "type": "Entry", + "createdAt": "2022-09-30T05:04:30.955Z", + "updatedAt": "2022-09-30T05:06:39.003Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2022-09-30T05:06:39.003Z", + "firstPublishedAt": "2022-09-30T05:06:39.003Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2u6icVZ9m1OSZtDoCB9VIL" + }, + "fields": { + "type": { + "en-US": [ + "Product" + ] + }, + "title": { + "en-US": "Enterprise subscription", + "zh-CN": "企业订阅" + }, + "slug": { + "en-US": "enterprise-subscription" + }, + "subtitle": { + "en-US": "提供了订阅收费模式的企业版,企业版=产品化的开源应用+标准化的技术支持服务+安全增强,它满足商业用户企业级需求。", + "zh-CN": "提供了订阅收费模式的企业版,企业版=产品化的开源应用+标准化的技术支持服务+安全增强,它满足商业用户企业级需求。" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/product-features-subscription-websoft9.jpg" + }, + "link": { + "en-US": [ + { + "id": "a3fc927a-a248-4993-b038-7ce77350539c", + "key": "Learn More", + "value": "/" + } + ], + "zh-CN": [ + { + "id": "67c516d3-81b5-498a-a59c-be443b689799", + "key": "获取更多", + "value": "/" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7r6qYGW1rKI1lAQDsH0eoK", + "type": "Entry", + "createdAt": "2022-09-30T05:07:04.705Z", + "updatedAt": "2022-09-30T05:54:39.132Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2022-09-30T05:54:39.132Z", + "firstPublishedAt": "2022-09-30T05:54:39.132Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 1, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7r6qYGW1rKI1lAQDsH0eoK" + }, + "fields": { + "type": { + "en-US": [ + "Product" + ] + }, + "title": { + "en-US": "Easy Upgrade", + "zh-CN": "易升级" + }, + "slug": { + "en-US": "easy-upgrade" + }, + "subtitle": { + "en-US": "基于容器镜像的部署方式,让升级变得非常容易", + "zh-CN": "基于容器镜像的部署方式,让升级变得非常容易" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/product-features-upgrade-websoft9.jpg" + }, + "link": { + "en-US": [ + { + "id": "a3fc927a-a248-4993-b038-7ce77350539c", + "key": "Learn More", + "value": "/" + } + ], + "zh-CN": [ + { + "id": "67c516d3-81b5-498a-a59c-be443b689799", + "key": "获取更多", + "value": "/" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "j5F4AVOqyfNZBnWgK3rRU", + "type": "Entry", + "createdAt": "2022-09-30T05:09:13.466Z", + "updatedAt": "2022-10-07T07:42:52.746Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 14, + "publishedAt": "2022-10-07T07:42:52.746Z", + "firstPublishedAt": "2022-09-30T05:14:03.812Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 15, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/j5F4AVOqyfNZBnWgK3rRU" + }, + "fields": { + "type": { + "en-US": [ + "Product" + ] + }, + "title": { + "en-US": "Full Monitor", + "zh-CN": "全面监控" + }, + "slug": { + "en-US": "monitor" + }, + "subtitle": { + "en-US": "通过日志监控和应用监控,全面洞察系统运行的状况,主动掌握运维之道", + "zh-CN": "通过日志监控和应用监控,全面洞察系统运行的状况,主动掌握运维之道" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/product-features-monitor-websoft9.jpg" + }, + "link": { + "en-US": [ + { + "id": "a3fc927a-a248-4993-b038-7ce77350539c", + "key": "Learn More", + "value": "/" + } + ], + "zh-CN": [ + { + "id": "67c516d3-81b5-498a-a59c-be443b689799", + "key": "获取更多", + "value": "/" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5dT2wOGt7NbmmzxWH6PJeD", + "type": "Entry", + "createdAt": "2022-10-06T09:42:22.248Z", + "updatedAt": "2024-03-28T05:40:43.962Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 20, + "publishedAt": "2024-03-28T05:40:43.962Z", + "firstPublishedAt": "2022-10-06T09:43:05.029Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 21, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5dT2wOGt7NbmmzxWH6PJeD" + }, + "fields": { + "type": { + "en-US": [ + "Hero" + ] + }, + "title": { + "en-US": "Applications", + "zh-CN": "所有应用" + }, + "slug": { + "en-US": "applications" + }, + "subTitle": { + "en-US": "广泛收集企业和组织在工作过程中所需的通用化应用,满足知识型企业数字化需求", + "zh-CN": "广泛收集企业和组织在工作过程中所需的通用化应用,满足知识型企业数字化需求" + }, + "buttons": { + "en-US": [ + { + "id": "ace6907f-1c2b-4519-8217-c39f5305fa71", + "key": "Try it free", + "value": "/demo" + } + ], + "zh-CN": [ + { + "id": "acf48be9-1b4d-4ea7-9d70-ff8de185f86b", + "key": "免费试用", + "value": "/demo" + } + ] + }, + "media": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/apps-hero-websoft9.webp" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5BrZPQ8782JkLne3CHp9Y7", + "type": "Entry", + "createdAt": "2022-10-07T08:30:33.975Z", + "updatedAt": "2022-10-07T23:53:20.898Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2022-10-07T23:53:20.898Z", + "firstPublishedAt": "2022-10-07T08:32:21.816Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5BrZPQ8782JkLne3CHp9Y7" + }, + "fields": { + "type": { + "en-US": "RightMenu" + }, + "title": { + "zh-CN": "右侧快捷菜单" + }, + "submenu": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "bqm7TpWZ8lukTRf7gEqQA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2AYaVnkR24elEXBY0phK7h" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Q8AjnrMOi6PTCxwa1JjVw" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2FMLKgAYKz6ZHHF6w5byS1", + "type": "Entry", + "createdAt": "2022-10-07T09:22:21.374Z", + "updatedAt": "2024-06-25T06:32:40.662Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 165, + "publishedAt": "2024-06-25T06:32:40.662Z", + "firstPublishedAt": "2022-10-07T09:27:55.443Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 10, + "version": 166, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2FMLKgAYKz6ZHHF6w5byS1" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6L1iC7HYFCxlvPBPd9wmQS" + } + }, + "zh-CN": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "automation" + }, + "title": { + "en-US": "Automation", + "zh-CN": "自动化" + }, + "subTitle": { + "en-US": "智能的自动化技术用于执行人类重复性办公任务,从而实现降低成本、解放生产力的目标。Websoft9 平台和应用提供了常见的自动化技术手段,包括业务流程化、应用集成自动化等工具,实现业务全场景的自动化需求。", + "zh-CN": "智能的自动化技术用于执行人类重复性办公任务,从而实现降低成本、解放生产力的目标。Websoft9 平台和应用提供了常见的自动化技术手段,包括业务流程化、应用集成自动化等工具,实现业务全场景的自动化需求。" + }, + "featureImage": { + "en-US": "https://libs.websoft9.com/Websoft9/resource/solution/automation-hero-websoft9.webp" + }, + "description": { + "zh-CN": "自动化 Automation 是一项工作方式。它统一了信息、流程和用户,帮助企业在本地或云端自动执行数字化工作流程。创建能提高生产力的工作流程,改进团队之间的协作,获得新的洞察分析成果,解决问题并促成更好的业务成果。\n\n如今企业的人力成本高昂,招聘难度增大。厌倦重复与繁琐的劳动任务是人类的天性,所以采用自动化技术已经迫在眉睫。\n\n企业的自动化无处不在,任何需要连接的点,理论上都可以尝试使用自动化进行提升。 \n\n下面是典型的自动化应用场景:\n\n- 数据采集自动化:自动化的数据采集可以帮助员工从繁琐的数据录入中解放出来\n- 开发运维自动化:由 Git 驱动的自动化集成、部署与维护\n- 数据同步自动化:系统 A 的业务动作,可以触发其他系统自动进行响应的数据修正,确保数据的一致性\n- 营销自动化:自动化电子邮件营销活动、社交媒体发布、线上广告投放以及市场数据分析\n- 客户服务自动化:自动化客户请求的接收、分类、响应和问题解决,使用 AI 聊天机器人和自助服务门户。\n\n自动化技术面临的挑战和机遇包括:" + }, + "features_List": { + "zh-CN": [ + { + "id": "b164f343-f736-4159-b499-a786a4132c17", + "key": "savings/快速节省成本", + "value": " 由于自动化减少了团队的工作量,因此可以将员工重新分配到其他需要人工投入的优先工作,从而提高生产力和投资回报率。 " + }, + { + "id": "f77fe310-6316-40a4-a6b1-cab490e7e3ec", + "key": "support_agent/更高的客户满意度", + "value": "自动化减少了客户响应时间,机器人可以全天候工作,它们可以减少客户的等待时间,从而提高客户满意度。" + }, + { + "id": "26db80ab-59a0-46bf-8629-9d19e00c3aaf", + "key": "policy/更高的准确性和合规性", + "value": "自动化遵循特定的工作流程和规则,因此您可以减少人为错误,尤其是在需要准确性和合规性的工作" + }, + { + "id": "361ed920-842f-43cb-a221-ba4c46fa99ae", + "key": "diversity_3/组织文化转型", + "value": "自动化减少对某些工作角色的需求,以让员工专注于更高层次的战略和创造性的问题解决。随着工作角色职责的转变,组织将需要促进学习和创新的文化。" + }, + { + "id": "432d5ca8-bd12-4892-a119-b8d93687558b", + "key": "psychology/拥抱人工智能", + "value": "智能流程自动化不仅仅解决问题,还需要包含更多的“思考”和“学习”,为企业创造知识,指导流程改进" + }, + { + "id": "a1b97d7a-fbfa-4656-b711-294af98dfe7d", + "key": "code_off/低代码化", + "value": "自动化即意味着系统、流程和数据之间相互连接,这些连接涉及大量的代码,这个过程采用无代码或低代码技术就显得尤为重要" + } + ] + }, + "content": { + "zh-CN": "自动化的实现并不是一蹴即至,它首先需要企业从战略上改变人力资源的使用方式以及建立自动化的应用文化。具体的步骤包括:\n\n1. 选择工具:通过 Websoft9 控制台 \"应用商店\" 选择合适的自动化工具和技术,如 [n8n](https://www.websoft9.com/apps/n8n), [Jenkins](https://www.websoft9.com/apps/jenkins) 等\n2. 建立认知:在实践中体验和测试这些工具,建立对工具的认知\n3. 设计流程:设计流程图和自动化脚本,确保新流程与业务需求对齐,并优化用户体验\n4. 持续迭代:将自动化引入到业务中,不断持续优化以满足业务需求\n5. 关注集成:需关注系统集成和数据交换,确保解决方案能够与其他业务系统无缝对接" + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "74MpTvnyPmj80YXfD0Qghq" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2V1yY6EIw063L71KLuEA34" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2vJpo1HfxfWhIwHrTzCKfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7gSUmRSvmDJZHtNixbTv37" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3C4RMXPrSHCXAzzc4MhQOO" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6tglIKMl6sPTGCk9KGXZAH" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7AqYHfFbGKwe4pRPNDBwU8" + } + } + ] + }, + "customers": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "45mvU51hBTof58UUxexCg9" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5J2KMiB79zn0848VEUWmE6" + } + } + ] + }, + "persons": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3CXg9yAV2KAaZVGCRgmj3k" + } + } + ] + }, + "products": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5YSaWTBBKaeFZbIEKeXYpK" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1ypqMYVLwu287CucGuTsOp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1NfrwGiDkWOdDVKdmHm0e2" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "DEOp8ynxuO4rMELqtrNRl" + } + } + ] + }, + "services": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4nbVIAvGhslYZ5RXdNq9zK" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5CHlpGDPM4LjmkyY6WriXd" + } + } + ] + }, + "resources": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "64lZhS6eI3SkmXQ9vrLpYx" + } + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5UuBH4b0zhyMD4oGb9FSpf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "wrdKvKirsgcNXMvlmppVJ" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + } + ] + }, + "action": { + "en-US": [ + { + "id": "21d0cd2b-2699-448b-a5f7-d1ac3924e92e", + "key": "Get solution", + "value": "/" + } + ], + "zh-CN": [ + { + "id": "bf89d09c-f78f-4c36-b5c2-037c7071aee5", + "key": "体验产品", + "value": "/" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "192M1wrsCE5SrzQqeFX1BT", + "type": "Entry", + "createdAt": "2022-10-07T09:30:45.300Z", + "updatedAt": "2024-06-25T06:30:24.655Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 239, + "publishedAt": "2024-06-25T06:30:24.655Z", + "firstPublishedAt": "2022-10-07T09:35:12.168Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 9, + "version": 240, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/192M1wrsCE5SrzQqeFX1BT" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6L1iC7HYFCxlvPBPd9wmQS" + } + }, + "zh-CN": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "open-knowledge-base" + }, + "title": { + "en-US": "Open knowledge base", + "zh-CN": "知识协作" + }, + "subTitle": { + "en-US": "用开源的方法和思想,构造开放的企业知识库,是现代化数字组织的制胜法宝。Websoft9 平台提供了可选的知识创造与协作工具,为企业沉淀核心知识提供高效率生产力工具。", + "zh-CN": "用开源的方法和思想,构造开放的企业知识库,是现代化数字组织的制胜法宝。Websoft9 平台提供了可选的知识创造与协作工具,为企业沉淀核心知识提供高效率生产力工具。" + }, + "featureImage": { + "en-US": "https://libs.websoft9.com/Websoft9/resource/solution/open-km-hero-websoft9.webp" + }, + "description": { + "en-US": "传统的知识管理思维中,往往会过于关注企业知识管理的保密性。从而将知识变成了一个孤岛,知识无法有效的协作、共享和迭代。也就是说知识无法自主扩张和优化,慢慢的就变成鸡肋式的产物。\n\n现代社会是信息爆炸,企业在运营中大多数知识实际上可以通过外部获取,根本不需要重复创造同类的知识。所以,知识管理逐渐向:客户参与、伙伴参与、内外部协作、快速流动、时效管理、AI 学习、结构化、在线化等方向演进。\n\n企业 CEO 都非常重视知识沉淀和分享,但在实际运营过程中却发现存在如下常见的困扰:\n\n- 一线员工知识提炼能力不足\n- 知识在跨部门协作的时出现滞后、不准确的情况\n- 人人似乎都在创作和总结,但企业却没有集中迭代知识的平台\n- 内部知识库与外部知识库有大量重复部分\n- 生成式人工智能已经流行,但却没有在企业中得到广泛使用\n\n企业知识协作将往如下几个方面发展:", + "zh-CN": "传统的知识管理思维中,往往会过于关注企业知识管理的保密性。从而将知识变成了一个孤岛,知识无法有效的协作、共享和迭代。也就是说知识无法自主扩张和优化,慢慢的就变成鸡肋式的产物。\n\n现代社会是信息爆炸,企业在运营中大多数知识实际上可以通过外部获取,根本不需要重复创造同类的知识。所以,知识管理逐渐向:客户参与、伙伴参与、内外部协作、快速流动、时效管理、AI 学习、结构化、在线化等方向演进。\n\n企业 CEO 都非常重视知识沉淀和分享,但在实际运营过程中却发现存在如下常见的困扰:\n\n- 一线员工知识提炼能力不足\n- 知识在跨部门协作的时出现滞后、不准确的情况\n- 人人似乎都在创作和总结,但企业却没有集中迭代知识的平台\n- 内部知识库与外部知识库有大量重复部分\n- 生成式人工智能已经流行,但却没有在企业中得到广泛使用\n\n企业知识协作将往如下几个方面发展:" + }, + "features_List": { + "en-US": [ + ], + "zh-CN": [ + { + "id": "3db54453-d769-40c5-856d-038fa691d51c", + "key": "gps_not_fixed/在线化协作", + "value": "知识的创造和使用,已经转向在线化、多终端,企业需要适用这种变化" + }, + { + "id": "a56ae44b-ad3c-4dea-9d69-141a9d5121fe", + "key": "groups/第三方参与", + "value": "让客户、合作伙伴和社区成员参与知识建设,往往比封闭的知识更具有价值" + }, + { + "id": "5c65b685-22bc-44b7-a4bd-3eaeb2ad1870", + "key": "account_tree/机器语言与结构化", + "value": "虽然超过 80% 的业务信息被锁定在非结构化内容中:纸质文档、办公文件、表格、传真、PDF、电子邮件、图片、视频,如果能够将它们转变为结构化数据,便于系统之间通过接口交流,那它传播的效率是惊人的" + }, + { + "id": "a85802a1-b3f7-4e25-9358-0d6daddb94fe", + "key": "playlist_add_check_circle/智能采集与分析", + "value": "如果将 AI 技术引入到知识管理中,那么企业会发现有相当一部分知识实际上 AI 比员工做得更好,AI 带来的情报价值更具效率" + }, + { + "id": "815302d2-2832-4c59-b4e5-46469849f9d0", + "key": "manage_search/搜索引擎优化", + "value": "公开的知识库应该更方便检索,便于为客户和伙伴提供服务。同时,知识如果可以被搜索隐藏收录,那它可能会成为内容营销的利器" + }, + { + "id": "a00d19ee-e2b7-4fd5-9018-897b0e8f9de3", + "key": "gavel/合规治理", + "value": "随着监管和合规要求给所有行业的组织带来压力,控制各种形式的知识库的需求呈指数级增长。与此同时,通过分类和角色加强和简化安全性也十分重要" + } + ] + }, + "content": { + "en-US": "Websoft9 倡导的企业知识协作它可以帮助企业方便的充分利用外部知识,同时具备集体创作和知识迭代的技术手段,结合 AI 技术,实现智能化的知识管理与协作。\n\n企业知识平台的建设不能陷入“一个软件搞定”的惯性思维,更不能依赖于软件公司的最佳实践。反而,企业需要首先了解自己的知识战略:\n\n- 结构化与非结构化的知识比重\n- 知识的公开与保密\n- 知识的社会化协作\n- 知识变现\n- 知识的搜索与阅读用户体验\n- 人工创作知识和机器创造知识的比重\n- 知识的存储方式\n\n针对战略再选择合适的工具,典型的工具包括:\n\n- 生成式人工智能:[ChatGPT Next Web](https://www.websoft9.com/apps/chatgptnextweb)\n- 非结构化的 ECM:[ONLYOFFICE](https://www.websoft9.com/apps/onlyoffice)、[nextCloud](https://www.websoft9.com/apps/nextCloud)、[Owncloud](https://www.websoft9.com/apps/owncloud)、[Kod 可道云](https://www.websoft9.com/apps/kodcloud)\n- 在线的产品文档:Docusaurus\n- 研发知识协作:[GitLab](https://www.websoft9.com/apps/gitlab)、[Gitea](https://www.websoft9.com/apps/gitea)、[TeamCity](https://www.websoft9.com/apps/teamcity)\n- 企业搜索引擎:[Elasticsearch](https://www.websoft9.com/apps/elasticsearch)、[Typesense](https://www.websoft9.com/apps/typesense)、[OpenSearch](https://www.websoft9.com/apps/opensearch)````", + "zh-CN": "Websoft9 倡导的企业知识协作它可以帮助企业方便的充分利用外部知识,同时具备集体创作和知识迭代的技术手段,结合 AI 技术,实现智能化的知识管理与协作。\n\n企业知识平台的建设不能陷入“一个软件搞定”的惯性思维,更不能依赖于软件公司的最佳实践。反而,企业需要首先了解自己的知识战略:\n\n- 结构化与非结构化的知识比重\n- 知识的公开与保密\n- 知识的社会化协作\n- 知识变现\n- 知识的搜索与阅读用户体验\n- 人工创作知识和机器创造知识的比重\n- 知识的存储方式\n\n针对战略再选择合适的工具,典型的工具包括:\n\n- 生成式人工智能:[ChatGPT Next Web](https://www.websoft9.com/apps/chatgptnextweb)\n- 非结构化的 ECM:[ONLYOFFICE](https://www.websoft9.com/apps/onlyoffice)、[nextCloud](https://www.websoft9.com/apps/nextCloud)、[Owncloud](https://www.websoft9.com/apps/owncloud)、[Kod 可道云](https://www.websoft9.com/apps/kodcloud)\n- 在线的产品文档:Docusaurus\n- 研发知识协作:[GitLab](https://www.websoft9.com/apps/gitlab)、[Gitea](https://www.websoft9.com/apps/gitea)、[TeamCity](https://www.websoft9.com/apps/teamcity)\n- 企业搜索引擎:[Elasticsearch](https://www.websoft9.com/apps/elasticsearch)、[Typesense](https://www.websoft9.com/apps/typesense)、[OpenSearch](https://www.websoft9.com/apps/opensearch)````" + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2vJpo1HfxfWhIwHrTzCKfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "67HnVx3n84uc5RL5Y3RaKV" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7gSUmRSvmDJZHtNixbTv37" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6tglIKMl6sPTGCk9KGXZAH" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "15BqcrgNvUIFaGwTiyzrN1" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6YGGN9K5CFmrkMo15TRIoT" + } + } + ] + }, + "customers": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7MR3MEAh6dJkRChe4qZJqe" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3tF6ouctnTTGa8WKcfvXmD" + } + } + ] + }, + "persons": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3CXg9yAV2KAaZVGCRgmj3k" + } + } + ] + }, + "products": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "34uArhoEUWfQ66k25kWBRN" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5Z7EV9C7orv0YLKTaOWnCz" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "TU80cEqa6aQ9KPxnhYTjE" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1NfrwGiDkWOdDVKdmHm0e2" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3Y01sTsuCfHLFS2ZN7WinT" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6oRa2Zyb36GxRMo10xDg9D" + } + } + ] + }, + "services": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4S33mXyFJ3L65kwiSpavVU" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4dKup4KPY8IrUWUAsFURjU" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6sxZTvIU0d7BS6GKmOhtCU" + } + } + ] + }, + "resources": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "64lZhS6eI3SkmXQ9vrLpYx" + } + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5WKhPDoXrkwKkJomj8jzCp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "wrdKvKirsgcNXMvlmppVJ" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + } + ] + }, + "action": { + "en-US": [ + { + "id": "21d0cd2b-2699-448b-a5f7-d1ac3924e92e", + "key": "Get solution", + "value": "/" + } + ], + "zh-CN": [ + { + "id": "bf89d09c-f78f-4c36-b5c2-037c7071aee5", + "key": "体验产品", + "value": "/" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "64lZhS6eI3SkmXQ9vrLpYx", + "type": "Entry", + "createdAt": "2022-10-09T06:54:30.774Z", + "updatedAt": "2022-10-09T07:11:58.751Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2022-10-09T07:11:58.751Z", + "firstPublishedAt": "2022-10-09T06:56:37.777Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 2, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/64lZhS6eI3SkmXQ9vrLpYx" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "saas" + }, + "title": { + "en-US": "开源与Saas,如何选择软件?", + "zh-CN": "开源与Saas,如何选择软件?" + }, + "content": { + "en-US": "随着云计算的发展和普及,在云上使用软件已经成为了主流,为了帮助广大用户理解,我在这里对云上软件的三种主要形态以及如何做出选择做一个简单的分析。\n\n- **开源免费软件**\n 绝大部分开源软件都是免费的,免费的出发点有一部分是出于高尚的理由。例如:我们大家熟知的Linux,初衷就是要挑战Windows和IBM在操作系统上的垄断,不畏强权,团结全世界的优秀程序员,创造一个“软件的大同世界”,今天Linux已经是云计算上最受欢迎的操作系统。\n 而还有一批开源软件免费是处于商业模式考虑。软件的有两个特性决定这种商业模式的价值。第一,软件这个东西是需要迭代的,需要广泛吸收用户意见的,否则就不是一个好软件。第二,软件的拷贝没有成本的,即一旦软件免费了,软件在互联网上的传播速度是非常惊人的。\n- **SaaS软件**\n 所谓软件即服务模式,通俗的讲就是免安装、免服务器维护模式,所有人在一个平台上使用软件。应用软件所依赖的操作系统、数据库都无需让客户来管理。从易用性上,大大降低了使用门槛,减少了维护带来的负担。从软件的功能来说,所有客户使用同一套系统,理论上软件商都会尽量把这个唯一的版本维护得尽量完美。功能上,软件商也会力尽所能。但处于商业盈利的目标考虑,客户会根据功能对版本进行希望划分,即付费太少的客户或免费的客户,得到的功能是有限的、计算资源也是有限的。\n- **独立安装商业软件**\n 这种软件与开源软件一样,都是需要安装到服务器上使用的。区别在于使用软件需要一笔不菲的版权费用(专业术语称之为授权费)+软件的源码是不公开或有限公开。显然,不菲的费用只有比较富裕的企业才有能力去使用。\n\n10年前,以上三种形态都是水火不相容的,都是相互攻击,相互诅咒对方早日消亡。但今天我们发现很多软件商提供的产品,竟然都包含了以上几种形态。比如世界上的软件巨头Oracle。有免费开源的数据库Mysql,也有SaaS版的Oracle DB,也有售价高达十几万元的巨贵的Oracle安装包和商业授权。\n\n为什么会出现这种变化?完全都是商业决定的。从客户的消费能力上来说,可以非常清晰的划分为:小微客户、中小企业客户,大型企业客户。\n\n- 小微客户的消费能力有限,必须是免费或接近免费,才会受到他们的拥护。但互联网下,这个小微客户的消费能力和传播能力如果积累到一定的程度,力量之大、影响力之广非常惊人。完全团结他们或有策略团结他们,当前已经是很多软件商非常重视的。\n- 中等企业客户有一定消费能力,这种客户由于有一定的预算,业务有一定的独特要求,且其中有一部分客户又担心免费会带来维护、安装方面的麻烦。因此,如火如荼的SaaS订阅购买模式让他们感觉是一个比较合适的选择。\n- 大型企业客户是复杂业务驱动软件购买,因为购买前的选型非常复杂,购买后的实施和维护。这种合作是售前、售后都需要双方提供两个团队来反复进行拉锯谈判、摸底、利益争取,最终才能成交。这种客户会选择独立安装版或可以定制的SaaS版本。\n\n软件公司为了团结哪个客户群体,就会在这个群体的用户体验上下功夫。\n\n下面是表格是本人对开源软件与SaaS软件的一个对比分析:\n\n| | | 开源软件 | SaaS软件 |\n| ---------------------- | ------------------------------------------------------------ | ---------------------------- | -------------------- |\n| 销售 | 推广方式 | 自由传播 | 电话、软文与拜访推广 |\n| 销售成本 | 接近0 | 数千元/个客户 | |\n| 销售价格 | 免费 | 几百-几千/个账户 | |\n| 部署方式 | 部署到自己的云服务器 | 无需部署,购买即可用 | |\n| 使用 | 学习门槛 | 中等 | 非常容易 |\n| 学习资料 | 有的开源软件很全,有的做得非常差 | 一般均能满足客户使用的要求 | |\n| 功能开放度 | 全部开放 | 根据付费金额而定 | |\n| 生态 | 有的开源软件有很好的生态,如Linux、Wordpress等,由生态中的开发者提供了大量扩展; | 封闭生态模式 | |\n| 维护 | 功能扩展 | 生态中的优秀开发者(商)维护 | SaaS厂商维护 |\n| 数据库 | 自己完全掌控 | 寄存在厂商处 | |\n| 代码 | 自己掌控 | 寄存在厂商处 | |\n| 开发扩展 | 不受限 | 诸多受限 | |\n| 与第三方平台的已有对接 | 一般比较差 | 针对性较强 | |\n| 维护要求 | 有技术要求 | 无需维护 | |\n\n选择什么软件,终究取决于自己的需求、消费能力和认知度。主动权在自己的手中。", + "zh-CN": "随着云计算的发展和普及,在云上使用软件已经成为了主流,为了帮助广大用户理解,我在这里对云上软件的三种主要形态以及如何做出选择做一个简单的分析。\n\n- **开源免费软件**\n 绝大部分开源软件都是免费的,免费的出发点有一部分是出于高尚的理由。例如:我们大家熟知的Linux,初衷就是要挑战Windows和IBM在操作系统上的垄断,不畏强权,团结全世界的优秀程序员,创造一个“软件的大同世界”,今天Linux已经是云计算上最受欢迎的操作系统。\n 而还有一批开源软件免费是处于商业模式考虑。软件的有两个特性决定这种商业模式的价值。第一,软件这个东西是需要迭代的,需要广泛吸收用户意见的,否则就不是一个好软件。第二,软件的拷贝没有成本的,即一旦软件免费了,软件在互联网上的传播速度是非常惊人的。\n- **SaaS软件**\n 所谓软件即服务模式,通俗的讲就是免安装、免服务器维护模式,所有人在一个平台上使用软件。应用软件所依赖的操作系统、数据库都无需让客户来管理。从易用性上,大大降低了使用门槛,减少了维护带来的负担。从软件的功能来说,所有客户使用同一套系统,理论上软件商都会尽量把这个唯一的版本维护得尽量完美。功能上,软件商也会力尽所能。但处于商业盈利的目标考虑,客户会根据功能对版本进行希望划分,即付费太少的客户或免费的客户,得到的功能是有限的、计算资源也是有限的。\n- **独立安装商业软件**\n 这种软件与开源软件一样,都是需要安装到服务器上使用的。区别在于使用软件需要一笔不菲的版权费用(专业术语称之为授权费)+软件的源码是不公开或有限公开。显然,不菲的费用只有比较富裕的企业才有能力去使用。\n\n10年前,以上三种形态都是水火不相容的,都是相互攻击,相互诅咒对方早日消亡。但今天我们发现很多软件商提供的产品,竟然都包含了以上几种形态。比如世界上的软件巨头Oracle。有免费开源的数据库Mysql,也有SaaS版的Oracle DB,也有售价高达十几万元的巨贵的Oracle安装包和商业授权。\n\n为什么会出现这种变化?完全都是商业决定的。从客户的消费能力上来说,可以非常清晰的划分为:小微客户、中小企业客户,大型企业客户。\n\n- 小微客户的消费能力有限,必须是免费或接近免费,才会受到他们的拥护。但互联网下,这个小微客户的消费能力和传播能力如果积累到一定的程度,力量之大、影响力之广非常惊人。完全团结他们或有策略团结他们,当前已经是很多软件商非常重视的。\n- 中等企业客户有一定消费能力,这种客户由于有一定的预算,业务有一定的独特要求,且其中有一部分客户又担心免费会带来维护、安装方面的麻烦。因此,如火如荼的SaaS订阅购买模式让他们感觉是一个比较合适的选择。\n- 大型企业客户是复杂业务驱动软件购买,因为购买前的选型非常复杂,购买后的实施和维护。这种合作是售前、售后都需要双方提供两个团队来反复进行拉锯谈判、摸底、利益争取,最终才能成交。这种客户会选择独立安装版或可以定制的SaaS版本。\n\n软件公司为了团结哪个客户群体,就会在这个群体的用户体验上下功夫。\n\n下面是表格是本人对开源软件与SaaS软件的一个对比分析:\n\n| | | 开源软件 | SaaS软件 |\n| ---------------------- | ------------------------------------------------------------ | ---------------------------- | -------------------- |\n| 销售 | 推广方式 | 自由传播 | 电话、软文与拜访推广 |\n| 销售成本 | 接近0 | 数千元/个客户 | |\n| 销售价格 | 免费 | 几百-几千/个账户 | |\n| 部署方式 | 部署到自己的云服务器 | 无需部署,购买即可用 | |\n| 使用 | 学习门槛 | 中等 | 非常容易 |\n| 学习资料 | 有的开源软件很全,有的做得非常差 | 一般均能满足客户使用的要求 | |\n| 功能开放度 | 全部开放 | 根据付费金额而定 | |\n| 生态 | 有的开源软件有很好的生态,如Linux、Wordpress等,由生态中的开发者提供了大量扩展; | 封闭生态模式 | |\n| 维护 | 功能扩展 | 生态中的优秀开发者(商)维护 | SaaS厂商维护 |\n| 数据库 | 自己完全掌控 | 寄存在厂商处 | |\n| 代码 | 自己掌控 | 寄存在厂商处 | |\n| 开发扩展 | 不受限 | 诸多受限 | |\n| 与第三方平台的已有对接 | 一般比较差 | 针对性较强 | |\n| 维护要求 | 有技术要求 | 无需维护 | |\n\n选择什么软件,终究取决于自己的需求、消费能力和认知度。主动权在自己的手中。" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2017-04-24T00:00+08:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6SdcvZR270eDRs3FrIlQZx", + "type": "Entry", + "createdAt": "2022-10-09T06:59:11.368Z", + "updatedAt": "2022-10-21T09:03:20.796Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 28, + "publishedAt": "2022-10-21T09:03:20.796Z", + "firstPublishedAt": "2022-10-09T06:59:52.976Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 9, + "version": 29, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "basePerson" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6SdcvZR270eDRs3FrIlQZx" + }, + "fields": { + "key": { + "en-US": "websoft9" + }, + "fullName": { + "en-US": "Websoft9", + "zh-CN": "Websoft9" + }, + "title": { + "en-US": "CEO", + "zh-CN": "CEO" + }, + "pictureUrl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/person/cdl.jpeg" + }, + "type": { + "en-US": "Internal" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7KDjSyOhFQrqRVVkwKK8Pl", + "type": "Entry", + "createdAt": "2022-10-09T08:23:48.075Z", + "updatedAt": "2022-10-10T02:27:40.696Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2022-10-10T02:27:40.696Z", + "firstPublishedAt": "2022-10-10T02:27:17.037Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 2, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7KDjSyOhFQrqRVVkwKK8Pl" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2DJ4xzZQwmbYv6D2O23Sv5" + } + } + }, + "slug": { + "en-US": "websoft9-sap" + }, + "title": { + "en-US": "阿里云云市场上线品牌馆 Websoft9与SAP、用友等成为首批入驻商", + "zh-CN": "阿里云云市场上线品牌馆 Websoft9与SAP、用友等成为首批入驻商" + }, + "content": { + "en-US": "新年伊始,阿里云云市场正式上线品牌馆频道,用户可在品牌馆一键下单购买Websoft9([点击进入品牌店铺首页](https://market.aliyun.com/store/228399-2.html?spm=5176.8273969.611259.5.DrQzsJ))、驻云、深信服、环信等国内厂商的产品,也可以一键使用SAP、用友、神州数码、Array等行业巨头的知名国际商品。\n\n随着云市场的快速发展,230万阿里云用户的巨大潜在收益和全球平台交付能力吸引业界知名公司纷纷入驻。在上架上千家软件商的3000余款商品后,云市场又新开辟“品牌馆”频道,用户可直接在首页上方频道栏进入。品牌馆汇集了SAP、用友、Array、神州数码、京颐、Rapid7、环信、F5、泛微等国内外众多知名软件商产品,用户可以直接在线上进行购买、交付,相比传统方式极大提升了采购和部署效率。\n\n![](https://libs.websoft9.com/Websoft9/mainsite/zh/2017/alilyun_marketplace_brands.png)\n\n阿里云云市场品牌馆类似天猫“品牌街”,入驻其中的均是国内外知名厂商,云市场为其提供金盾服务支持,保障用户随心选购;在交付上,镜像、SaaS等方式使交易与交付无缝衔接,软件立即可用;用户也可以获得与以往一样的极致服务体验。\n\n此外,品牌馆还按基础软件、云安全、企业应用等类目进行划分,用户也可根据自己的企业需求挑选各领域的大牌商品。\n\n阿里云云市场运营总监朱以军表示,企业上云是大势所趋,云市场将为企业用户提供符合需求的优质软件,并加速采购部署流程,从而帮助传统软件商和企业用户共同享受云上的技术红利,品牌馆也将成为云市场上的重点频道之一。\n\nWebsoft9作为云市场关键基础软件ISV,承担了200+个基于开源应用的基础软件、应用软件和建站软件镜像,大大的丰富了云市场的商品数量,降低了云端应用的安装和部署、运维门槛,促进了客户使用云计算的积极性。随着Websoft9对镜像交付模式的技术积累,目前已经有商业ISV与Websoft9初步达成战略合作,通过Websoft9的镜像交付能力、应用分发能力快速的实现传统交付模式的转型。", + "zh-CN": "新年伊始,阿里云云市场正式上线品牌馆频道,用户可在品牌馆一键下单购买Websoft9([点击进入品牌店铺首页](https://market.aliyun.com/store/228399-2.html?spm=5176.8273969.611259.5.DrQzsJ))、驻云、深信服、环信等国内厂商的产品,也可以一键使用SAP、用友、神州数码、Array等行业巨头的知名国际商品。\n\n随着云市场的快速发展,230万阿里云用户的巨大潜在收益和全球平台交付能力吸引业界知名公司纷纷入驻。在上架上千家软件商的3000余款商品后,云市场又新开辟“品牌馆”频道,用户可直接在首页上方频道栏进入。品牌馆汇集了SAP、用友、Array、神州数码、京颐、Rapid7、环信、F5、泛微等国内外众多知名软件商产品,用户可以直接在线上进行购买、交付,相比传统方式极大提升了采购和部署效率。\n\n![](https://libs.websoft9.com/Websoft9/mainsite/zh/2017/alilyun_marketplace_brands.png)\n\n阿里云云市场品牌馆类似天猫“品牌街”,入驻其中的均是国内外知名厂商,云市场为其提供金盾服务支持,保障用户随心选购;在交付上,镜像、SaaS等方式使交易与交付无缝衔接,软件立即可用;用户也可以获得与以往一样的极致服务体验。\n\n此外,品牌馆还按基础软件、云安全、企业应用等类目进行划分,用户也可根据自己的企业需求挑选各领域的大牌商品。\n\n阿里云云市场运营总监朱以军表示,企业上云是大势所趋,云市场将为企业用户提供符合需求的优质软件,并加速采购部署流程,从而帮助传统软件商和企业用户共同享受云上的技术红利,品牌馆也将成为云市场上的重点频道之一。\n\nWebsoft9作为云市场关键基础软件ISV,承担了200+个基于开源应用的基础软件、应用软件和建站软件镜像,大大的丰富了云市场的商品数量,降低了云端应用的安装和部署、运维门槛,促进了客户使用云计算的积极性。随着Websoft9对镜像交付模式的技术积累,目前已经有商业ISV与Websoft9初步达成战略合作,通过Websoft9的镜像交付能力、应用分发能力快速的实现传统交付模式的转型。" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2017-02-09T00:00+08:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5ISFskJJHMDSaU6FutQXGT", + "type": "Entry", + "createdAt": "2022-10-09T13:06:30.742Z", + "updatedAt": "2022-11-10T00:13:41.863Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 174, + "publishedAt": "2022-11-10T00:13:41.863Z", + "firstPublishedAt": "2022-10-10T05:03:44.758Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 20, + "version": 175, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "service" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5ISFskJJHMDSaU6FutQXGT" + }, + "fields": { + "key": { + "en-US": "cloud-distribution-for-isv" + }, + "title": { + "en-US": "Cloud distribution for ISV", + "zh-CN": "软件云分销服务" + }, + "customerType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1HOq8kZE5RSbHa16P0jspK" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "TGMUFy27pWS4zH7v1UPoq" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4PbqNe6zQ9DthlKO6hdwXg" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5PKNFsS4D3ZcQt1FFJGc86" + } + } + ] + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1Nu794PuTFVm7SPDpQDHHw" + } + } + ] + }, + "pricing": { + "en-US": 3000, + "zh-CN": 20000 + }, + "featureImage": { + "en-US": "https://libs.websoft9.com/Websoft9/resource/service/service-feature-bpo-websoft9.jpg" + }, + "images": { + "en-US": [ + "https://libs.websoft9.com/Websoft9/resource/service/distribution-slide001-websoft9.jpg" + ] + }, + "summary": { + "en-US": "帮助商业应用软件公司(ISV)在主流的公有云平台上分发软件,直达全球 4000 万家已经上云的企业客户 " + }, + "overview": { + "en-US": "帮助商业应用软件公司(ISV)在云端安装应用软件,并打包成镜像在云市场分发,给潜在客户提供试用版或开源社区版,通过免费方式获得潜在客户。\n\nWebsoft9 在主流云平台上提供超过200+免费和商业软件镜像,每天近千次安装或试用量。 我们在阿里云、腾讯云、华为企业云和Azure上的商品浏览量每天超过2万次,对于希望通过云来提升业务的ISV来说, 我们的分发平台和云端镜像模式无疑是一个可以预见的成功方案,欢迎优秀的软件通过我们进行分发。" + }, + "BuyRemark": { + "en-US": "上云分发需要 ISV 的软件架构具备容器化能力,我们支持:\n\n* 容器镜像交付(推荐)\n* 虚拟机镜像交付\n\n软件交付给用户后,考虑升级的便捷性。\n\n同时,在云平台上分发软件,合规性非常重要:\n\n* 软件内部不能不能手机用户个人信息\n* 软件内部不能有直接支付的 Marketplace\n* 软件不能有明显的漏洞" + }, + "products": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5YSaWTBBKaeFZbIEKeXYpK" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "34uArhoEUWfQ66k25kWBRN" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5Z7EV9C7orv0YLKTaOWnCz" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "TU80cEqa6aQ9KPxnhYTjE" + } + } + ] + }, + "services": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5EnJ228K0n3yi7Np6NQyeI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4S33mXyFJ3L65kwiSpavVU" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "rc6Ib9oJZzBFO8xZWwWHm" + } + } + ] + }, + "cases": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7F56Upbzzdq9S9GkAPOaXX" + } + } + ] + }, + "resources": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6ufaYo6oRmAAu8yFzgkJQt" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6Wg4L16cNLQ4zEF45zHi0m" + } + } + ] + }, + "values": { + "en-US": [ + { + "id": "9f596842-91c0-41e4-8301-95071808cde7", + "key": "thumb_up/增加客户流量", + "value": "" + }, + { + "id": "860238fb-e5a8-4341-8346-e5f564fd12ef", + "key": "thumb_up/成交获得收益", + "value": "" + }, + { + "id": "2f05fe4e-5727-4490-b189-aef9959e5461", + "key": "thumb_up/验证商业模式", + "value": "" + }, + { + "id": "6cc89008-ed8d-41d2-8995-b22bddb77c16", + "key": "thumb_up/降低交付复杂度", + "value": "" + }, + { + "id": "dbce7dd6-718f-49ee-9bd7-f93c1a8d7842", + "key": "thumb_up/合作联盟", + "value": "" + }, + { + "id": "86a66da0-6594-4cb2-b349-155a109e08fe", + "key": "thumb_up/在线品牌影响力", + "value": "" + } + ], + "zh-CN": [ + { + "id": "a9aefbaf-d8ad-42f1-9925-81ff549bcc59", + "key": "thumb_up/增加客户流量", + "value": "" + }, + { + "id": "7540a3e7-ca99-4868-a17d-382e3a19efd8", + "key": "thumb_up/成交获得收益", + "value": "" + }, + { + "id": "acab60b5-7776-467b-becc-f888a41467dc", + "key": "thumb_up/验证商业模式", + "value": "" + }, + { + "id": "59a1e013-b1ea-45c9-878e-f7aae842f4d7", + "key": "thumb_up/降低交付复杂度", + "value": "" + }, + { + "id": "284f984f-eec6-43af-92d7-ac331823b98e", + "key": "thumb_up/合作联盟", + "value": "" + }, + { + "id": "4a53a907-1184-46c3-8792-722918066600", + "key": "thumb_up/在线品牌影响力", + "value": "" + } + ] + }, + "task": { + "en-US": [ + { + "id": "ad125aa1-4ea1-4490-8169-6c32eedb25a4", + "key": "task_alt/分发战略", + "value": "" + }, + { + "id": "083d9930-1a79-4413-9b56-2caa7fe49dc5", + "key": "task_alt/镜像制作", + "value": "" + }, + { + "id": "600eac02-3c95-4dd7-8197-125d468ae818", + "key": "task_alt/在线支持", + "value": "" + }, + { + "id": "848e8721-2da7-4c79-98a4-ad867fac58e7", + "key": "task_alt/安全加固", + "value": "" + }, + { + "id": "ea542fb9-9443-427b-9ce5-43f3b6e815d6", + "key": "task_alt/流量运营", + "value": "" + }, + { + "id": "0995664a-7a31-49a9-982d-9140421dcc2f", + "key": "task_alt/合作售卖", + "value": "" + }, + { + "id": "9c6c5c5a-bb31-4137-ab8e-4d2315544c62", + "key": "task_alt/促销执行", + "value": "" + }, + { + "id": "b2eb854a-4a29-45a9-956d-8178126bdbce", + "key": "task_alt/转化促进", + "value": "" + } + ], + "zh-CN": [ + { + "id": "77f88a5a-acd9-41c4-a4ab-b075e17efbc6", + "key": "task_alt/分发战略", + "value": "" + }, + { + "id": "b57c984e-2918-482b-9028-2fdd71f86798", + "key": "task_alt/镜像制作", + "value": "" + }, + { + "id": "102b6d53-a11f-4b88-8c91-8fd912c03556", + "key": "task_alt/在线支持", + "value": "" + }, + { + "id": "64cb6d98-3cba-449b-9c02-04df2e22eca0", + "key": "task_alt/安全加固", + "value": "" + }, + { + "id": "6b0d786f-6eda-49e7-aaf2-5d72dee8ab34", + "key": "task_alt/流量运营", + "value": "" + }, + { + "id": "dd604958-f2d6-4b5c-8ff9-8e96b35589cd", + "key": "task_alt/合作售卖", + "value": "" + }, + { + "id": "7f5dc2e3-a980-4061-9856-2b00205441b1", + "key": "task_alt/促销执行", + "value": "" + }, + { + "id": "3bdde633-955f-4450-9da3-965ea8bc926d", + "key": "task_alt/转化促进", + "value": "" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6jLT5xYnWkMQStItHyKqVl", + "type": "Entry", + "createdAt": "2022-10-10T02:33:00.092Z", + "updatedAt": "2022-10-21T00:19:20.875Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 20, + "publishedAt": "2022-10-21T00:19:20.875Z", + "firstPublishedAt": "2022-10-10T02:36:15.828Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 6, + "version": 21, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6jLT5xYnWkMQStItHyKqVl" + }, + "fields": { + "title": { + "en-US": "Technology Consultant", + "zh-CN": "技术咨询" + }, + "key": { + "en-US": "technology-consultant" + }, + "position": { + "en-US": 1 + }, + "overview": { + "en-US": "Practice helps architect and realize exceptional business value from technology.", + "zh-CN": "助力企业规划并实现技术创效蓝图,让技术为企业带来卓越的业务价值" + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3Tv9r3ToRiF56kL9epU1oj" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1Nu794PuTFVm7SPDpQDHHw", + "type": "Entry", + "createdAt": "2022-10-10T02:37:01.567Z", + "updatedAt": "2022-10-21T00:16:16.726Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 38, + "publishedAt": "2022-10-21T00:16:16.726Z", + "firstPublishedAt": "2022-10-10T02:52:03.059Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 6, + "version": 39, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1Nu794PuTFVm7SPDpQDHHw" + }, + "fields": { + "title": { + "en-US": "Business Process Outsourcing", + "zh-CN": "业务流程外包" + }, + "key": { + "en-US": "business-process-outsourcing" + }, + "position": { + "en-US": 5 + }, + "overview": { + "en-US": "Websoft9 打造的全球软件供应链能力,可以将优质的应用软件高效率的交付给用户", + "zh-CN": "Websoft9 打造的全球软件供应链能力,可以将优质的应用软件高效率的交付给用户" + }, + "description": { + "zh-CN": "我们将智能、创新和深厚的行业经验与新型IT和技术加以整合,致力于帮助客户不断提升业务价值和增长。" + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3Tv9r3ToRiF56kL9epU1oj" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3yWQGydf7CAHTHbx8kV0MF", + "type": "Entry", + "createdAt": "2022-10-10T05:08:01.799Z", + "updatedAt": "2022-10-24T06:43:45.605Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 212, + "publishedAt": "2022-10-24T06:43:45.605Z", + "firstPublishedAt": "2022-10-11T00:26:41.867Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 16, + "version": 213, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "service" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3yWQGydf7CAHTHbx8kV0MF" + }, + "fields": { + "key": { + "en-US": "fault-rescue" + }, + "title": { + "en-US": "Fault rescue service", + "zh-CN": "故障救援服务" + }, + "customerType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "uOZ1ahNqe1lKQuyI7OOIP" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4PbqNe6zQ9DthlKO6hdwXg" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1HOq8kZE5RSbHa16P0jspK" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ef9HoFkuoZ0V8zw2Ua3f1" + } + } + ] + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1X7PifLao8Xp3mqFvQgXtz" + } + } + ] + }, + "pricing": { + "en-US": 99, + "zh-CN": 500 + }, + "featureImage": { + "en-US": "https://libs.websoft9.com/Websoft9/resource/service/service-feature-fault-rescue-websoft9.svg" + }, + "images": { + "en-US": [ + "https://libs.websoft9.com/Websoft9/resource/service/rescue-slide001-websoft9.jpg", + "https://libs.websoft9.com/Websoft9/resource/service/rescue-slide002-websoft9.jpg" + ] + }, + "summary": { + "en-US": "由 Websoft9 优选技术专家,针对系统故障进行快速诊断、排查与处理,帮助用户恢复业务运行", + "zh-CN": "由 Websoft9 优选技术专家,针对系统故障进行快速诊断、排查与处理,帮助用户恢复业务运行" + }, + "overview": { + "en-US": "故障是系统处于不能执行规定功能的状态,是部分功能失效而导致整个系统功能恶化的事件发生。\n\n例如:网站打不开、服务器死机、网站乱码、404/502/500 等错误。\n\nWebsoft9 优选技术专家,快速解决应用出现的故障,帮您的系统恢复到正常工作状态。" + }, + "BuyRemark": { + "en-US": "注意事项\n\n1. 故障救援服务主要解决应用不可用的问题,不涉及应用本身的界面体验改进或修复\n2. 服务实施之前,用户明确故障救援不保证完全恢复到完美的状态 \n3. 在没有任何备份或备份不可恢复的情况下,故障不一定可以恢复" + }, + "products": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3sGmWQDMeO7NzfIkUWJSW6" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3QQr0k9giJ3ukPqyKW3Zfv" + } + } + ] + }, + "services": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6E3J9QcZTBWgEEEH5Wqa0g" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "fB9TSWRGLHpwpQkEnQlRg" + } + } + ] + }, + "cases": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "37hbTbpX2IgMHhDNT7bQXh" + } + } + ] + }, + "resources": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1ksWFx2h8sLt1uDGDJuLoI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "59ZAe0sJwPOIhkjWJZFn31" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "28qJKt2Alz2kIzPCA3xnlo" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "62WvTdmJpCerrtN3l0YMiw" + } + } + ] + }, + "values": { + "en-US": [ + { + "id": "74f4cb1b-a45b-4c2a-b4e9-d40d68a7fddb", + "key": "settings/快速响应", + "value": "及时响应故障请求,快速处理问题" + }, + { + "id": "2841e110-b04a-4a14-bdbe-6012a3687c1b", + "key": "settings/专家会诊", + "value": "针对每个问题,我们最少有两名专家参与讨论分析,确保采用最合适的问题处理方案" + }, + { + "id": "a15403b3-8653-4372-ba5d-44a915430356", + "key": "settings/知识库共享", + "value": "我们通过数十年的服务经验,积累了2万+故障相关的知识库" + }, + { + "id": "7c1f60cf-8a23-46d5-9cfe-3ac7565ecefe", + "key": "settings/节省成本", + "value": "用户只需要为每一次故障处理付费" + } + ], + "zh-CN": [ + { + "id": "9a8572e6-7f36-4979-8fc3-7a0cf3597625", + "key": "settings/快速响应", + "value": "及时响应故障请求,快速处理问题" + }, + { + "id": "f2fdbc54-4790-43b9-ae68-0bec091817bc", + "key": "settings/专家会诊", + "value": "针对每个问题,我们最少有两名专家参与讨论分析,确保采用最合适的问题处理方案" + }, + { + "id": "01e72193-0077-4192-88f8-c4ad2cd2f2ce", + "key": "settings/知识库共享", + "value": "我们通过数十年的服务经验,积累了2万+故障相关的知识库" + }, + { + "id": "43086c20-3c5c-4390-bf9c-2b0be19c072b", + "key": "settings/节省成本", + "value": "用户只需要为每一次故障处理付费" + } + ] + }, + "task": { + "en-US": [ + { + "id": "12420a3d-77ec-407c-85dd-7e6ef2a4d3ad", + "key": "task_alt/应用无法访问", + "value": "应用访问出现 404、502、数据库无法连接、空白页等" + }, + { + "id": "2b42b7da-a87d-4f34-9b09-19778a2f01e3", + "key": "task_alt/计算资源超标", + "value": "CPU 持续飙升,内存和磁盘没有剩余容量" + }, + { + "id": "6ee16d84-359a-44ca-9d2d-ee9fc719ae3a", + "key": "task_alt/应用访问异常", + "value": "应用可以访问,但是出现乱码、布局混乱、速度缓慢等异常情况" + }, + { + "id": "1eff5220-8290-43bf-a391-860d1bee3bea", + "key": "task_alt/人为失误故障", + "value": "系统管理员误删文件、误删数据库、改错配置文件等导致的故障" + }, + { + "id": "0c6420ef-892e-4821-b970-881c6a5c4bb4", + "key": "task_alt/操作系统故障", + "value": "频繁死机,无法远程登录、磁盘占满检测、安全组配置错误、防火墙异常、权限异常等" + }, + { + "id": "673f2ba6-31ed-4e12-a0c6-2246135e4e1d", + "key": "task_alt/运行环境故障", + "value": "404/502/500等错误代码、服务无法启动、数据库无法连接、异常代码分析等" + } + ], + "zh-CN": [ + { + "id": "3d3a8d3c-e5f8-4865-9619-a71aa73f7c72", + "key": "task_alt/应用无法访问", + "value": "应用访问出现 404、502、数据库无法连接、空白页等" + }, + { + "id": "8276e7f9-3dcc-4cf7-a301-30de4540b0f6", + "key": "task_alt/计算资源超标", + "value": "CPU 持续飙升,内存和磁盘没有剩余容量" + }, + { + "id": "22770078-bbec-4ccd-8b6f-5a3f82540be1", + "key": "task_alt/应用访问异常", + "value": "应用可以访问,但是出现乱码、布局混乱、速度缓慢等异常情况" + }, + { + "id": "1cbb1883-6828-4d41-b066-f51abed04cdc", + "key": "task_alt/人为失误故障", + "value": "系统管理员误删文件、误删数据库、改错配置文件等导致的故障" + }, + { + "id": "433661a4-ee0b-4505-9e36-461ff6a8d13b", + "key": "task_alt/操作系统故障", + "value": "频繁死机,无法远程登录、磁盘占满检测、安全组配置错误、防火墙异常、权限异常等" + }, + { + "id": "e6973df4-61f5-4bc5-a209-36569e0ad990", + "key": "task_alt/运行环境故障", + "value": "404/502/500等错误代码、服务无法启动、数据库无法连接、异常代码分析等" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4rAVBJoMKryRy8gvZlNb8d", + "type": "Entry", + "createdAt": "2022-10-10T13:19:56.087Z", + "updatedAt": "2022-10-11T03:32:32.501Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 19, + "publishedAt": "2022-10-11T03:32:32.501Z", + "firstPublishedAt": "2022-10-10T13:26:56.079Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 3, + "version": 20, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4rAVBJoMKryRy8gvZlNb8d" + }, + "fields": { + "title": { + "en-US": "Operation innovation", + "zh-CN": "运营创新" + }, + "key": { + "en-US": "operation-innovation" + }, + "position": { + "en-US": 4 + }, + "overview": { + "zh-CN": "将 Websoft9 在线运营的经验、技术和方法交付给同类型的知识创新型企业" + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3Tv9r3ToRiF56kL9epU1oj" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1X7PifLao8Xp3mqFvQgXtz", + "type": "Entry", + "createdAt": "2022-10-10T13:33:23.313Z", + "updatedAt": "2022-10-21T00:21:01.686Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2022-10-21T00:21:01.686Z", + "firstPublishedAt": "2022-10-10T13:33:43.944Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 5, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1X7PifLao8Xp3mqFvQgXtz" + }, + "fields": { + "title": { + "en-US": "Cloud Service", + "zh-CN": "云服务" + }, + "key": { + "en-US": "cloud-service" + }, + "position": { + "en-US": 3 + }, + "overview": { + "en-US": "Get to value faster with Cloud First.", + "zh-CN": "全面挖掘上云价值,引领当下、制胜未来" + }, + "description": { + "zh-CN": "“云优先”战略能够提供全面的云服务,助力企业实现投资价值。当然,上云不仅只涉及技术,为了帮助企业实现长久发展与成功,我们还将在解决方案中融入员工变革和文化变革等方面的内容。" + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3Tv9r3ToRiF56kL9epU1oj" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1NbJE6EuFhtauO6gderoYr", + "type": "Entry", + "createdAt": "2022-10-10T13:34:09.529Z", + "updatedAt": "2022-10-25T04:53:57.783Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 256, + "publishedAt": "2022-10-25T04:53:57.783Z", + "firstPublishedAt": "2022-10-10T13:37:27.937Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 16, + "version": 257, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "service" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1NbJE6EuFhtauO6gderoYr" + }, + "fields": { + "key": { + "en-US": "cloud-migration" + }, + "title": { + "en-US": "Cloud migration service", + "zh-CN": "上云迁移服务" + }, + "customerType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "TGMUFy27pWS4zH7v1UPoq" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "BihTdIY6nY0pwbocR2NF2" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4PbqNe6zQ9DthlKO6hdwXg" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1HOq8kZE5RSbHa16P0jspK" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "uOZ1ahNqe1lKQuyI7OOIP" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ef9HoFkuoZ0V8zw2Ua3f1" + } + } + ] + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1X7PifLao8Xp3mqFvQgXtz" + } + } + ] + }, + "pricing": { + "en-US": 200, + "zh-CN": 800 + }, + "featureImage": { + "en-US": "https://libs.websoft9.com/Websoft9/resource/service/service-feature-cloudmigrate-websoft9.svg" + }, + "images": { + "en-US": [ + "https://libs.websoft9.com/Websoft9/resource/service/migration-slide001-websoft9.jpg", + "https://libs.websoft9.com/Websoft9/resource/service/migration-slide002-websoft9.jpg" + ] + }, + "summary": { + "en-US": "根据客户的实际业务场景和需求,提供迁移上云过程中全生命周期的咨询服务和最佳迁移方案" + }, + "overview": { + "en-US": "Websoft9 整合了各种迁移工具,帮助用户方便快捷的进行主机迁移、数据迁移、文件迁移于一体的迁移服务,并清晰掌握迁移进度。凭借多年的迁移经验及完整的工具链,辅以规范的流程、监督机制、成熟的迁移方案,帮助用户将业务系统平滑迁移到公有云。\n\n我们不仅仅服务新系统上云时服务开通与部署,也支持客户业务从数据中心或其他云迁移到目标云平台。\n\n迁移的不同阶段,我们提供针对性的服务:\n\n- 迁移前的咨询服务:根据客户的系统架构、技术栈、现有部署方案进行分析和优化,并结合客户的业务特点提供产品选型、应用架构梳理、存储服务、数据库服务等综合的迁移方案。\n- 迁移中的实施服务:结合前期迁移咨询服务中的专属方案,利用 MSP 迁移工具,协助客户完成基础产品、中间件服务、网络等各类服务的迁移,保障客户业务的平稳割接。\n- 迁移后的检查服务:对客户在云上的各种产品进行综合检测,提供安全评估、性能风险、容错能力、资源优化等多种检测服务,帮助客户评估各类隐患,并给出详细建议方案。" + }, + "BuyRemark": { + "en-US": "云迁移之前,请评估如下几项要素:\n\n- 应用的资源要求\n- 应用的运行环境要求\n- 应用负载策略\n- 云资源购买与账号管理\n- 项目接口人团队\n- 应用程序与数据准备" + }, + "products": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3sGmWQDMeO7NzfIkUWJSW6" + } + } + ] + }, + "services": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "fB9TSWRGLHpwpQkEnQlRg" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5CHlpGDPM4LjmkyY6WriXd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4dKup4KPY8IrUWUAsFURjU" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "rc6Ib9oJZzBFO8xZWwWHm" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4S33mXyFJ3L65kwiSpavVU" + } + } + ] + }, + "cases": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "37hbTbpX2IgMHhDNT7bQXh" + } + } + ] + }, + "values": { + "en-US": [ + { + "id": "1fdee502-db21-4121-8fe4-72286a51c314", + "key": "thumb_up_alt/统一监控", + "value": "统一监控所有的迁移任务,并按照迁移类型聚合展示,帮助用户不会在大规模的复杂迁移过程中被繁杂的迁移数据所淹没。" + }, + { + "id": "f58841d1-c432-469f-b165-e6852333bc07", + "key": "thumb_up_alt/可视化操作", + "value": "所有迁移任务状态都可以通过可视化图表进行查看,友好的人机交互界面从不同维度对迁移信息清晰展示,帮助用户对迁移情况一目了然。" + }, + { + "id": "e8a666b6-9271-4049-84f3-036bc01a07d8", + "key": "thumb_up_alt/管理简单", + "value": "迁移任务可以按项目分组管理。无论是跨时间段分批次迁移,或完整系统一次性大规模迁移,监控同样井井有条。" + }, + { + "id": "94b49961-939d-4dd6-b738-2fa36e871cea", + "key": "thumb_up_alt/安全可靠", + "value": "我们对迁移工具和迁移人员的能力和迁移经验进行严格的评估和认证,确保用户所选方案和工具皆安全可靠,业务迁移万无一失。" + }, + { + "id": "d6283b38-bbbe-4b70-bb98-b64335d8cda4", + "key": "thumb_up_alt/成本可控", + "value": "迁移前对所需时间和资源进行预估,并提供可调整的资源配置选项,帮助用户平衡迁移效率和迁移成本,确保业务顺利迁移的同时有效降低迁移成本。" + }, + { + "id": "22f5b0a1-61d6-494a-a1d9-a40a1bc1dff2", + "key": "thumb_up_alt/多云一致", + "value": "我们熟悉多云,已中立的角度帮助用户确定合适的方案" + } + ], + "zh-CN": [ + { + "id": "15686daa-c7ff-4b90-9213-de8545c422f7", + "key": "thumb_up_alt/统一监控", + "value": "统一监控所有的迁移任务,并按照迁移类型聚合展示,帮助用户不会在大规模的复杂迁移过程中被繁杂的迁移数据所淹没。" + }, + { + "id": "28871cfc-8374-4eac-bdcd-7e8856d3857d", + "key": "thumb_up_alt/可视化操作", + "value": "所有迁移任务状态都可以通过可视化图表进行查看,友好的人机交互界面从不同维度对迁移信息清晰展示,帮助用户对迁移情况一目了然。" + }, + { + "id": "c56787ed-ca10-4d07-8d7f-fb4020370cea", + "key": "thumb_up_alt/管理简单", + "value": "迁移任务可以按项目分组管理。无论是跨时间段分批次迁移,或完整系统一次性大规模迁移,监控同样井井有条。" + }, + { + "id": "5b1f6ebe-2e3b-4d1b-a1c8-2515f7afad8e", + "key": "thumb_up_alt/安全可靠", + "value": "我们对迁移工具和迁移人员的能力和迁移经验进行严格的评估和认证,确保用户所选方案和工具皆安全可靠,业务迁移万无一失。" + }, + { + "id": "901c88d2-faf2-4c79-ab7a-4593ff3a8cf7", + "key": "thumb_up_alt/成本可控", + "value": "迁移前对所需时间和资源进行预估,并提供可调整的资源配置选项,帮助用户平衡迁移效率和迁移成本,确保业务顺利迁移的同时有效降低迁移成本。" + }, + { + "id": "1fa741dc-9cfb-4405-9442-39d66ba60c54", + "key": "thumb_up_alt/多云一致", + "value": "我们熟悉多云,已中立的角度帮助用户确定合适的方案" + } + ] + }, + "task": { + "en-US": [ + { + "id": "00d0ee2d-08b4-4188-bd25-01e8d7224f8a", + "key": "task_alt/迁移评估与方案设计", + "value": "评估迁移所需的要素和工具,并设计在线或离线的迁移方案" + }, + { + "id": "8570a738-d3f1-41f4-a728-396d6712e2e9", + "key": "task_alt/计算资源设计", + "value": "合理规划符合业务系统所需要的云产品,并提供上云可行性分析和云上基础架构设计" + }, + { + "id": "e03efd69-d2c3-47d8-8c0b-41ac30775319", + "key": "task_alt/组网设计", + "value": "根据业务组网现状和客户系统预期的目标,提供云上VPC、VPN、ACL、安全组等公有云网络设计" + }, + { + "id": "71d5b305-ceb9-4eb9-b484-e77690a6a918", + "key": "task_alt/存储设计", + "value": "根据业务特点,选择全量和增量数据迁移的效果,提供详细的存储数据迁移方案" + }, + { + "id": "2736b1ad-91ab-4af5-8efc-64aa95a6d6ad", + "key": "task_alt/数据库迁移设计", + "value": "根据业务特点,选择全量、增量或数据同步方式,提供详细的数据库迁移方案" + }, + { + "id": "f6e9a69f-271f-44b5-854f-003b631861c2", + "key": "task_alt/云资源开通与实施", + "value": "协助客户完成云上基础设施方案的实施,如协助客户进行ECS、RDS等资源购买与开通,协助客户完成基础设施从云下到云上的割接" + }, + { + "id": "577cc8ed-7f75-40e9-a074-677d05419bcd", + "key": "task_alt/应用环境实施", + "value": "帮助客户完成应用所需的环境和镜像准备" + }, + { + "id": "7c350c4e-4a81-46b8-a2ec-be30fbfc6482", + "key": "task_alt/组网实施", + "value": "根据迁移上云设计方案,协助客户完成专线、虚拟专用网络(VPN)、虚拟私有云(VPC)内网、安全组、ACL等部署实施" + }, + { + "id": "3a8ee749-536b-4562-9e5b-d2758a1629c2", + "key": "task_alt/存储数据迁移实施", + "value": "协助客户,实施全量与增量数据迁移,协助客户验证全量与增量数据迁移的效果,完成云下存储数据到云上存储数据的割接" + }, + { + "id": "065166c9-632f-4c81-9f36-e0cf6c8c3476", + "key": "task_alt/数据库迁移实施", + "value": "根据迁移上云设计方案,协助客户完成全量与增量数据库迁移实施" + }, + { + "id": "890bb2a9-9ef6-471d-81a1-3c42171e8022", + "key": "task_alt/迁移终验", + "value": "配合用户对迁移结果进行最终验收" + } + ], + "zh-CN": [ + { + "id": "31a19a23-c1e5-48f9-9bf2-f8b9ce8c07b1", + "key": "task_alt/迁移评估与方案设计", + "value": "评估迁移所需的要素和工具,并设计在线或离线的迁移方案" + }, + { + "id": "57da9f24-2840-42d4-be7a-29056e852a6f", + "key": "task_alt/计算资源设计", + "value": "合理规划符合业务系统所需要的云产品,并提供上云可行性分析和云上基础架构设计" + }, + { + "id": "ed8957f9-7ae3-4055-b1c6-a2c479691e6a", + "key": "task_alt/组网设计", + "value": "根据业务组网现状和客户系统预期的目标,提供云上VPC、VPN、ACL、安全组等公有云网络设计" + }, + { + "id": "1399bdcc-837d-41c6-91f0-2611a35bf302", + "key": "task_alt/存储设计", + "value": "根据业务特点,选择全量和增量数据迁移的效果,提供详细的存储数据迁移方案" + }, + { + "id": "edf7f1c1-20f6-4317-a990-8bd218e5f9d4", + "key": "task_alt/数据库迁移设计", + "value": "根据业务特点,选择全量、增量或数据同步方式,提供详细的数据库迁移方案" + }, + { + "id": "55e4999c-f67c-42b2-890b-b5cbf3ece11f", + "key": "task_alt/云资源开通与实施", + "value": "协助客户完成云上基础设施方案的实施,如协助客户进行ECS、RDS等资源购买与开通,协助客户完成基础设施从云下到云上的割接" + }, + { + "id": "207e75c5-30ce-48cb-bd69-41295254b528", + "key": "task_alt/应用环境实施", + "value": "帮助客户完成应用所需的环境和镜像准备" + }, + { + "id": "1e8a71d0-5e83-4c36-be2f-b7b25f61d97a", + "key": "task_alt/主机迁移实施", + "value": "根据迁移上云设计方案,提供在线或离线方式,将原应用主机的操作系统整体迁移至华为云" + }, + { + "id": "b4c54ae3-d461-4a37-812b-4eda0f070135", + "key": "task_alt/组网实施", + "value": "根据迁移上云设计方案,协助客户完成专线、虚拟专用网络(VPN)、虚拟私有云(VPC)内网、安全组、ACL等部署实施" + }, + { + "id": "c341ecb5-d5bc-4783-a073-303f7007c74a", + "key": "task_alt/存储数据迁移实施", + "value": "协助客户,实施全量与增量数据迁移,协助客户验证全量与增量数据迁移的效果,完成云下存储数据到云上存储数据的割接" + }, + { + "id": "3f27f05d-7b6a-4cdb-bba7-8301e9df917d", + "key": "task_alt/数据库迁移实施", + "value": "根据迁移上云设计方案,协助客户完成全量与增量数据库迁移实施" + }, + { + "id": "18c7825c-343b-417a-b8d8-214abef991bf", + "key": "task_alt/迁移终验", + "value": "配合用户对迁移结果进行最终验收" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3ef9HoFkuoZ0V8zw2Ua3f1", + "type": "Entry", + "createdAt": "2022-10-10T13:40:36.239Z", + "updatedAt": "2022-10-11T00:47:22.590Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 18, + "publishedAt": "2022-10-11T00:47:22.590Z", + "firstPublishedAt": "2022-10-10T13:45:54.856Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 19, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "price" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3ef9HoFkuoZ0V8zw2Ua3f1" + }, + "fields": { + "key": { + "en-US": "on-demand" + }, + "name": { + "en-US": "On-Demand", + "zh-CN": "按需付费" + }, + "description": { + "zh-CN": "根据任务进行价格评估,付费后开始实施服务" + }, + "cycle": { + "en-US": "Number", + "zh-CN": "次" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "Z5sH3nKTEbtBeb57BngLR", + "type": "Entry", + "createdAt": "2022-10-10T13:46:11.362Z", + "updatedAt": "2022-10-11T00:45:21.161Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-10-11T00:45:21.161Z", + "firstPublishedAt": "2022-10-10T13:47:47.013Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "price" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/Z5sH3nKTEbtBeb57BngLR" + }, + "fields": { + "key": { + "en-US": "man-hours" + }, + "name": { + "en-US": "Man hours", + "zh-CN": "小时人工费" + }, + "description": { + "zh-CN": "按小时付人工费" + }, + "cycle": { + "en-US": "Hour", + "zh-CN": "小时" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5SIUqJwLvA5awTg2DHJlME", + "type": "Entry", + "createdAt": "2022-10-10T13:48:06.371Z", + "updatedAt": "2022-10-11T00:45:06.652Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2022-10-11T00:45:06.652Z", + "firstPublishedAt": "2022-10-10T13:48:57.705Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "price" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5SIUqJwLvA5awTg2DHJlME" + }, + "fields": { + "key": { + "en-US": "man-days" + }, + "name": { + "en-US": "Man days", + "zh-CN": "人工天付费" + }, + "description": { + "zh-CN": "按天付人工费,差旅需客户承担" + }, + "cycle": { + "en-US": "Day", + "zh-CN": "天" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2Pe7oLvNojlAJ9f1Kqbgy0", + "type": "Entry", + "createdAt": "2022-10-10T14:16:31.935Z", + "updatedAt": "2022-10-21T00:12:06.619Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 19, + "publishedAt": "2022-10-21T00:12:06.619Z", + "firstPublishedAt": "2022-10-10T14:17:27.509Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 20, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2Pe7oLvNojlAJ9f1Kqbgy0" + }, + "fields": { + "title": { + "en-US": "Application Service", + "zh-CN": "应用服务" + }, + "key": { + "en-US": "application-service" + }, + "position": { + "en-US": 2 + }, + "overview": { + "zh-CN": "围绕热门的应用系统,提供实施与维护外包服务" + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3Tv9r3ToRiF56kL9epU1oj" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6E3J9QcZTBWgEEEH5Wqa0g", + "type": "Entry", + "createdAt": "2022-10-10T14:17:42.409Z", + "updatedAt": "2022-10-25T04:31:00.189Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 396, + "publishedAt": "2022-10-25T04:31:00.189Z", + "firstPublishedAt": "2022-10-10T14:20:55.716Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 26, + "version": 397, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "service" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6E3J9QcZTBWgEEEH5Wqa0g" + }, + "fields": { + "key": { + "en-US": "application-wordpress" + }, + "title": { + "en-US": "WordPress Total Service", + "zh-CN": "WordPress 全面服务" + }, + "customerType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "uOZ1ahNqe1lKQuyI7OOIP" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5PKNFsS4D3ZcQt1FFJGc86" + } + } + ] + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Pe7oLvNojlAJ9f1Kqbgy0" + } + } + ] + }, + "pricing": { + "en-US": 2000, + "zh-CN": 9800 + }, + "featureImage": { + "en-US": "https://libs.websoft9.com/Websoft9/resource/service/service-feature-wordpress-websoft9.svg" + }, + "images": { + "en-US": [ + "https://libs.websoft9.com/Websoft9/resource/service/wordpress-slide001-websoft9.jpeg", + "https://libs.websoft9.com/Websoft9/resource/service/wordpress-slide002-websoft9.jpeg", + "https://libs.websoft9.com/Websoft9/resource/service/wordpress-slide003-websoft9.jpeg", + "https://libs.websoft9.com/Websoft9/resource/service/wordpress-slide004-websoft9.jpeg" + ] + }, + "summary": { + "en-US": "资深 WordPress 专家服务,为内容营销业务保驾护航" + }, + "overview": { + "en-US": "WordPress 是一个全球广发使用的开源内容管理系统 (CMS),它也是一个零代码的网站建设平台,对于非技术的用户来说,创建网站和扩展功能并不是什么难事。\n\n但是深度使用 WordPress ,也会面临诸多挑战,特别是技术方面带来的困扰往往会导致用户束手无策。如下场景您可能会比较熟悉:\n\n- WordPress 插件和内容增多,网站速度变得不能忍受\n- WordPress 升级的时候需要对应的 PHP 版本提前升级,而您根本不知道 PHP 在哪\n- 网站配置 HTTPS 后,页面混乱\n- 视频和图片拖死了 WordPress,却不知道如何将它们从网站中分离出去\n- WordPress 的数据库臃肿,数量达到数百 G\n- 数据库连接不上,不知道如何排查\n- 应用托管商的服务太差,想更换服务器又担心无法迁移\n- 网站一旦不可访问之后,短时间找不到可以帮忙修复的人\n- WordPress 被恶意攻击,网站中植入了木马,却无从下手\n- 网站被挂码,导致网站域名被浏览器列入黑名单,企业形象和品牌严重受损\n- 备份导入后,竟然不可恢复\n- 选用 DNS 或 WordPress Cache 插件,无法判断优劣\n- 更换域名,网站访问变得混乱,再次束手无策\n- 没有技术人员,少许的代码修改也变得非常难以实现\n- ...\n\n可见,要把 WordPress 用好,需要大量的时间和资源。许多 WordPress 网站所有者没有那种时间和资源来维护他们的网站,而忽略 WordPress 网站维护就会给您带来问题,不仅仅是无法实现必要的业务,更麻烦的是网站无法保持比较好的性能,无法长期稳定运行,甚至出现安全事故。" + }, + "BuyRemark": { + "en-US": "Websoft9 公司已经拥有 10 年以上的 WordPress 应用和维护经验。我们也拥有全球化的服务能力,支持中文和英文两种语言,为全球化公司或跨国公司在中国的分支机构提供中英文的 WordPress网站提供全面的服务。\n\n在购买我们的服务之前,您需要做出如下的准备:\n\n- 提供服务器的可用账号\n- 提供 WordPress 的管理账号\n- 最了解您网站情况的接口人" + }, + "products": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "DEOp8ynxuO4rMELqtrNRl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3sGmWQDMeO7NzfIkUWJSW6" + } + } + ] + }, + "services": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "fB9TSWRGLHpwpQkEnQlRg" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1NbJE6EuFhtauO6gderoYr" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6sxZTvIU0d7BS6GKmOhtCU" + } + } + ] + }, + "cases": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "37hbTbpX2IgMHhDNT7bQXh" + } + } + ] + }, + "resources": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "77pjvN4T1wDogl1xDiJaaD" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "21cjHSPxtHamfYTLAi14w" + } + } + ] + }, + "values": { + "en-US": [ + { + "id": "dd4fd2f2-3018-4a15-9663-be1c9dbaf504", + "key": "safety_check/保护网站安全", + "value": "保护网站安全,避免安全事故给组织带来的品牌和经济损失" + }, + { + "id": "91296995-a0ad-490e-b2ce-6696995b15d1", + "key": "support/提升内容运营效率", + "value": "将 WordPress 服务外包,可以让内部的管理人员专注于内容创作,不必因网站的技术问题而担惊受怕" + }, + { + "id": "8dc5ad64-7b28-456e-a5f8-a71474411613", + "key": "sync_alt/加快新技术应用", + "value": "与 Websoft9 合作,让您融入新技术、新工具的世界,组合到 WordPress 中" + } + ], + "zh-CN": [ + { + "id": "5f08038e-e995-4eb0-93f6-50e2a08cb26e", + "key": "safety_check/保护网站安全", + "value": "保护网站安全,避免安全事故给组织带来的品牌和经济损失" + }, + { + "id": "6703cb7f-9c15-4345-87bf-84fdfb7708a4", + "key": "support/提升内容运营效率", + "value": "将 WordPress 服务外包,可以让内部的管理人员专注于内容创作,不必因网站的技术问题而担惊受怕" + }, + { + "id": "6ddd2c47-3515-49bc-8958-95af7de2d94d", + "key": "sync_alt/加快新技术应用", + "value": "与 Websoft9 合作,让您融入新技术、新工具的世界,组合到 WordPress 中" + } + ] + }, + "task": { + "en-US": [ + { + "id": "d7405a76-1509-47e8-b092-5d5ddc29dcc2", + "key": "task_alt/环境配置", + "value": "PHP 等环境配置与升级" + }, + { + "id": "ee3c1868-9fda-4ce6-98b6-1d6e539b8c14", + "key": "task_alt/域名配置", + "value": "设置域名、更换域名" + }, + { + "id": "9c66b25b-aee4-4fd1-888e-728d377be238", + "key": "task_alt/备份与恢复", + "value": "多层级的 WordPress 备份方案" + }, + { + "id": "c0edda86-bb91-4388-ba7b-711aee634f64", + "key": "task_alt/故障处理", + "value": "快速处理技术故障,恢复网站运行" + }, + { + "id": "27d5412b-a091-43f0-b933-19e450fc9da0", + "key": "task_alt/速度优化", + "value": "优化 WordPress 访问速度,让性能最佳化" + }, + { + "id": "5526da7d-5301-4652-86bc-316802c9c3f1", + "key": "task_alt/高可用性", + "value": "保障 WordPress 持续在线使用" + }, + { + "id": "fd234135-1d15-4532-91c5-75f545f46c4c", + "key": "task_alt/安全保障", + "value": "安全故障处理,安全加固实施" + }, + { + "id": "af6d8f9b-8b29-4d96-ad54-0665844395e5", + "key": "task_alt/迁移", + "value": "在各个平台进行 WordPress 迁移 " + }, + { + "id": "7dbc84c0-a696-4a4d-9da0-faa67782759c", + "key": "task_alt/插件与主题管理", + "value": "管理主题、插件的安装和升级" + }, + { + "id": "d74cbd21-8efb-4593-9058-428c4a95ba89", + "key": "task_alt/页面布局", + "value": "对页面布局安装原型设计实施" + }, + { + "id": "61cb8340-1670-43d3-9989-6bc4b7e396c6", + "key": "task_alt/CSS 和 JS 修改", + "value": "针对指定的代码进行修改" + }, + { + "id": "49e54806-57e9-4ccc-a8bf-ef2001c5dcf9", + "key": "task_alt/网站基本配置", + "value": "菜单,页眉,页脚修改" + }, + { + "id": "a8746aa6-e6f7-4c0b-b9eb-ae75efe17e38", + "key": "task_alt/SEO 优化建议", + "value": "SEO标题、关键字和描述建议" + }, + { + "id": "1de90a62-f151-4fb5-a2d2-365c1ad57027", + "key": "task_alt/应用连接", + "value": "WordPress 连接 Salesforce 等外部应用" + }, + { + "id": "6159de8f-68c4-427f-864a-73882fa29aa3", + "key": "task_alt/建站咨询", + "value": "为 WordPress 建站提供技术架构和咨询服务" + } + ], + "zh-CN": [ + { + "id": "dc3e29cf-a5bf-4dd4-b3bf-b8c0397dc49c", + "key": "task_alt/运行环境", + "value": "PHP 等环境配置与升级" + }, + { + "id": "6910624e-db05-497b-9024-c4b3b546c250", + "key": "task_alt/域名配置", + "value": "设置域名、更换域名" + }, + { + "id": "71bd029f-6625-4af6-a382-4e6a68e3c811", + "key": "task_alt/备份与恢复", + "value": "多层级的 WordPress 备份方案" + }, + { + "id": "cf628821-61f0-4dec-b1c6-605dd8aed834", + "key": "task_alt/故障处理", + "value": "快速处理技术故障,恢复网站运行" + }, + { + "id": "48781e32-ec71-41b3-86ad-22bffa0cae05", + "key": "task_alt/速度优化", + "value": "优化 WordPress 访问速度,让性能最佳化" + }, + { + "id": "e9e4db4a-edfd-4a4a-8d9a-0de1561bfa34", + "key": "task_alt/高可用性", + "value": "保障 WordPress 持续在线使用" + }, + { + "id": "376540ed-187e-4dfa-b517-b74d0fa9531c", + "key": "task_alt/安全保障", + "value": "安全故障处理,安全加固实施" + }, + { + "id": "440e1016-5c00-48a0-a31e-acd950cf03bb", + "key": "task_alt/迁移", + "value": "在各个平台进行 WordPress 迁移 " + }, + { + "id": "5c8f9215-0b9d-470d-91e0-4f1f5e64c45c", + "key": "task_alt/插件与主题管理", + "value": "管理主题、插件的安装和升级" + }, + { + "id": "9bfdc2e8-b8a4-4089-8132-1c04c64696d1", + "key": "task_alt/页面布局", + "value": "对页面布局安装原型设计实施" + }, + { + "id": "6d883982-230d-45b3-be94-615e90b3c933", + "key": "task_alt/CSS 和 JS 修改", + "value": "针对指定的代码进行修改" + }, + { + "id": "7fab8eed-38f9-4fcb-9684-1471f5efe120", + "key": "task_alt/网站基本配置", + "value": "菜单,页眉,页脚修改" + }, + { + "id": "be162da4-7a74-430f-b5ad-d743d64f7ddd", + "key": "task_alt/SEO 优化建议", + "value": "SEO标题、关键字和描述建议" + }, + { + "id": "ec461a8b-522c-4b0c-a4ce-bcde00acb6a8", + "key": "task_alt/应用连接", + "value": "WordPress 连接 Salesforce 等外部应用" + }, + { + "id": "f2e30060-cef2-4c10-821d-5c81c89cc8a4", + "key": "task_alt/建站咨询", + "value": "为 WordPress 建站提供技术架构和咨询服务" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5lyfWwAhboYvkIMWrw4fpJ", + "type": "Entry", + "createdAt": "2022-10-11T01:02:48.787Z", + "updatedAt": "2022-10-11T01:03:13.013Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2022-10-11T01:03:13.013Z", + "firstPublishedAt": "2022-10-11T01:03:13.013Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "price" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5lyfWwAhboYvkIMWrw4fpJ" + }, + "fields": { + "key": { + "en-US": "subcription-day" + }, + "name": { + "en-US": "Subcription by Day", + "zh-CN": "按天订阅" + }, + "cycle": { + "en-US": "Hour", + "zh-CN": "小时" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "43c7F0F9fjBwIk8a8SvHMR", + "type": "Entry", + "createdAt": "2022-10-11T01:02:53.010Z", + "updatedAt": "2022-10-11T01:03:34.851Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2022-10-11T01:03:34.851Z", + "firstPublishedAt": "2022-10-11T01:03:34.851Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "price" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/43c7F0F9fjBwIk8a8SvHMR" + }, + "fields": { + "key": { + "en-US": "subcription-month" + }, + "name": { + "en-US": "Subcription by Month", + "zh-CN": "按月订阅" + }, + "cycle": { + "en-US": "Hour", + "zh-CN": "小时" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5PKNFsS4D3ZcQt1FFJGc86", + "type": "Entry", + "createdAt": "2022-10-11T01:03:44.413Z", + "updatedAt": "2022-10-11T01:04:07.755Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2022-10-11T01:04:07.755Z", + "firstPublishedAt": "2022-10-11T01:04:07.755Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "price" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5PKNFsS4D3ZcQt1FFJGc86" + }, + "fields": { + "key": { + "en-US": "subcription-year" + }, + "name": { + "en-US": "Subcription by Year", + "zh-CN": "按年订阅" + }, + "cycle": { + "en-US": "Hour", + "zh-CN": "小时" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "fB9TSWRGLHpwpQkEnQlRg", + "type": "Entry", + "createdAt": "2022-10-11T02:09:32.353Z", + "updatedAt": "2022-10-24T03:49:21.340Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 138, + "publishedAt": "2022-10-24T03:49:21.340Z", + "firstPublishedAt": "2022-10-11T02:12:51.005Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 7, + "version": 139, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "service" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/fB9TSWRGLHpwpQkEnQlRg" + }, + "fields": { + "key": { + "en-US": "security-service" + }, + "title": { + "en-US": "Cloud Security service", + "zh-CN": "云安全服务" + }, + "customerType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "uOZ1ahNqe1lKQuyI7OOIP" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ef9HoFkuoZ0V8zw2Ua3f1" + } + } + ] + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1X7PifLao8Xp3mqFvQgXtz" + } + } + ] + }, + "pricing": { + "en-US": 2000, + "zh-CN": 9800 + }, + "featureImage": { + "en-US": "https://libs.websoft9.com/Websoft9/resource/service/service-feature-security-websoft9.svg" + }, + "images": { + "en-US": [ + "https://libs.websoft9.com/Websoft9/resource/service/cloudsecurity-slide001-websoft9.jpg" + ] + }, + "summary": { + "en-US": "Websoft9 为您的云资产提供保驾护航,强化数据资产保护,应对安全风险" + }, + "overview": { + "en-US": "借助丰富的网络安全知识和深厚的行业洞察专长,由 Websoft9 打造的新一代网络安全服务可为企业提供全面的端到端云应用安全防护。\n\nWebsoft9 汇聚了各种开源应用的安全实施方案,安全运营经验,复杂多样IT架构的安全管理实践。为我们的客户提供从策略,解决方案,到运营的服务。我们致力于帮助客户主动识别安全隐患,指导员工建立正向的安全理念,加固企业IT架构的安全建设,从而使得企业可以更专注于实现其业务愿景" + }, + "BuyRemark": { + "en-US": "购买云安全服务之前,您需要:\n\n- 准备安全证书\n- 提供可以安全访问生产环境的账户\n- 做好可以恢复的备份\n- 提供可以对接的安全专家" + }, + "products": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "DEOp8ynxuO4rMELqtrNRl" + } + } + ] + }, + "services": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3yWQGydf7CAHTHbx8kV0MF" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6sxZTvIU0d7BS6GKmOhtCU" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4dKup4KPY8IrUWUAsFURjU" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4S33mXyFJ3L65kwiSpavVU" + } + } + ] + }, + "cases": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "37hbTbpX2IgMHhDNT7bQXh" + } + } + ] + }, + "resources": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6Wg4L16cNLQ4zEF45zHi0m" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2FD2HtWcF7D67vWELoyA6x" + } + } + ] + }, + "values": { + "en-US": [ + { + "id": "94a65a4f-9934-4611-b26b-995f202c1f5c", + "key": "settings/降低成本", + "value": "将安全外包,提高管理员、DevOps 团队和开发人员的生产力。" + }, + { + "id": "4cd02630-5ec0-44c0-964e-6ffc75fdc4a8", + "key": "settings/主动防御以提前发现问题", + "value": "致力于帮助客户主动识别安全隐患,指导员工建立正向的安全理念,加固企业IT架构的安全建设,从而使得企业可以更专注于实现其业务愿景" + }, + { + "id": "ca97ce26-c497-47a7-8edb-c3587810fca7", + "key": "settings/安全联盟与合作", + "value": "我们与执法部门、监管机构以及庞大的行业专家生态系统合作,提供持续的网络防御支持、趋势分析、威胁追踪以及高级威胁分析等。" + }, + { + "id": "0d30c633-bfc4-4d8a-bb32-5af455f21ce2", + "key": "settings/创新以应对软件供应链风险", + "value": "全面整合实践经验、全球资源和前沿技术,创建适用于全价值链的一站式软件供应链安全解决方案。" + } + ], + "zh-CN": [ + { + "id": "7ea3cae4-b2a5-4e64-8e74-ae11a63d2e14", + "key": "settings/降低成本", + "value": "将安全外包,提高管理员、DevOps 团队和开发人员的生产力。" + }, + { + "id": "e70cf5ff-3fa7-4453-8a3f-1de629bd75c3", + "key": "settings/主动防御以提前发现问题", + "value": "致力于帮助客户主动识别安全隐患,指导员工建立正向的安全理念,加固企业IT架构的安全建设,从而使得企业可以更专注于实现其业务愿景" + }, + { + "id": "1c623d09-2791-46bf-98d5-47c6a72c5113", + "key": "settings/安全联盟与合作", + "value": "我们与执法部门、监管机构以及庞大的行业专家生态系统合作,提供持续的网络防御支持、趋势分析、威胁追踪以及高级威胁分析等。" + }, + { + "id": "7fed9dff-5e8e-4410-a943-daaf96c97e00", + "key": "settings/创新以应对软件供应链风险", + "value": "全面整合实践经验、全球资源和前沿技术,创建适用于全价值链的一站式软件供应链安全解决方案。" + } + ] + }, + "task": { + "en-US": [ + { + "id": "943a11d6-e712-4489-9892-9d20aa5555bc", + "key": "settings/HTTPS 配置服务", + "value": "根据用户提供的 CA 证书,配置应用的 HTTPS" + }, + { + "id": "e68f9e15-c4a9-4286-8d91-f11896a388f7", + "key": "settings/HTTPS 配置服务(免费证书)", + "value": "采用 Let’s Encrypt免费证书 为用户配置 HTTPS" + }, + { + "id": "efcf5b54-266c-4ae9-9768-d837fcfb6615", + "key": "settings/代码植入处理", + "value": "清楚恶意代码植入给用户造成的安全问题" + }, + { + "id": "5b759e55-b432-45a9-b1ec-b7918cec9c00", + "key": "settings/漏洞扫码服务", + "value": "漏洞存在于容器映像、文件系统和 Git 存储库以及配置文件" + }, + { + "id": "61af7f1e-f6a0-4ead-9fcd-666912daefa0", + "key": "settings/安全加固服务", + "value": "提供安全加固的技术手段" + }, + { + "id": "3f76479d-d625-4106-bea6-08296b1634bf", + "key": "settings/用户管理规划", + "value": "规划用户权限策略" + } + ], + "zh-CN": [ + { + "id": "31a19a23-c1e5-48f9-9bf2-f8b9ce8c07b1", + "key": "settings/HTTPS 配置服务", + "value": "根据用户提供的 CA 证书,配置应用的 HTTPS" + }, + { + "id": "57da9f24-2840-42d4-be7a-29056e852a6f", + "key": "settings/HTTPS 配置服务(免费证书)", + "value": "采用 Let’s Encrypt免费证书 为用户配置 HTTPS" + }, + { + "id": "ed8957f9-7ae3-4055-b1c6-a2c479691e6a", + "key": "settings/代码植入处理", + "value": "清楚恶意代码植入给用户造成的安全问题" + }, + { + "id": "4f6820d6-8296-47e4-bfc6-40f1028f8270", + "key": "settings/漏洞扫码服务", + "value": "漏洞存在于容器映像、文件系统和 Git 存储库以及配置文件" + }, + { + "id": "9bd525d7-fdf6-4b39-8d15-429fe1b04e14", + "key": "settings/安全加固服务", + "value": "提供安全加固的技术手段" + }, + { + "id": "7258ab1a-4d8e-49a7-befd-4a2ef31ffe02", + "key": "settings/用户管理规划", + "value": "规划用户权限策略" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5CHlpGDPM4LjmkyY6WriXd", + "type": "Entry", + "createdAt": "2022-10-11T02:36:48.604Z", + "updatedAt": "2022-10-25T04:23:24.351Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 140, + "publishedAt": "2022-10-25T04:23:24.351Z", + "firstPublishedAt": "2022-10-11T02:39:49.162Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 10, + "version": 141, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "service" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5CHlpGDPM4LjmkyY6WriXd" + }, + "fields": { + "key": { + "en-US": "automation-for-devops" + }, + "title": { + "en-US": "DevOps service", + "zh-CN": "DevOps 交付服务" + }, + "customerType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "uOZ1ahNqe1lKQuyI7OOIP" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "BihTdIY6nY0pwbocR2NF2" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4PbqNe6zQ9DthlKO6hdwXg" + } + } + ] + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3vCjbC4LJQgteJ0A8T5eEF" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ef9HoFkuoZ0V8zw2Ua3f1" + } + } + ] + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4rAVBJoMKryRy8gvZlNb8d" + } + } + ] + }, + "pricing": { + "en-US": 2000, + "zh-CN": 9800 + }, + "featureImage": { + "en-US": "https://libs.websoft9.com/Websoft9/resource/service/service-feature-devops-websoft9.svg" + }, + "images": { + "en-US": [ + "https://libs.websoft9.com/Websoft9/resource/service/devops-slide001-websoft9.jpg", + "https://libs.websoft9.com/Websoft9/resource/service/devops-slide002-websoft9.webp" + ] + }, + "summary": { + "en-US": "实施和运行支持持续交付和 DevOps 所需的工具" + }, + "overview": { + "en-US": "企业软件开发的成本越来越高,如果不能及时采用 DevOps 方法,其中的时间成本和财务损失都是巨大的。\n\n现代应用程序交付已经从基于项目转变为持续迭代,DevOps 通过将业务、开发和运维团队聚集在一起并应用自动化流程来简化软件的生产交付过程。\n\n我们基于 GitLab 的 DevOps 平台,帮助用户实现持续测试、发布和维护应用程序改造。它可用于以您的业务需求的任何速度提高采用和发布的速度,并降低您的 DevOps 基础架构的成本。" + }, + "BuyRemark": { + "en-US": "Websoft9 技术能力包括:\n\n- shell, powershell\n- Cloud api\n- Ansible\n- dockerfile, docker compose\n- k8s\n- python, go, java" + }, + "products": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3hhszKLEOur4obfBqAGI8u" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ISP0zt3tv0qnnANmnff3n" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5iI41E1ctdn7XBuv5g1oqU" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "aaDlMcgXAhVVbNXIEGgH1" + } + } + ] + }, + "services": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4nbVIAvGhslYZ5RXdNq9zK" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "rc6Ib9oJZzBFO8xZWwWHm" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4dKup4KPY8IrUWUAsFURjU" + } + } + ] + }, + "resources": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2O6HPFeSy2KQhpJx9SMHuD" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "70yVNi16TRlMcqlCTgdHSn" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7peECByErIsvE0nMxZMEbl" + } + } + ] + }, + "values": { + "en-US": [ + { + "id": "74cd5c18-03ed-4094-933c-91677450376c", + "key": "safety_check/加快软件上线速度", + "value": "通过简化的软件交付将产品上市时间缩短多达 50%。" + }, + { + "id": "cc76588d-8ac9-441f-b25e-c1fa21923ebe", + "key": "safety_check/提高团队生产力", + "value": "提高团队生产力并更快地交付新功能。" + }, + { + "id": "8bfb6d44-6138-482f-8b11-cc425724ec57", + "key": "safety_check/降低项目风险", + "value": "及早发现质量问题,将整个生命周期中的缺陷减少多达 30%。" + }, + { + "id": "88e4af73-b6d5-4013-b0bc-2a1dab6c3953", + "key": "safety_check/降低成本", + "value": "更快的上线速度和持续迭代的方法,让开发成本降低 50% 以上" + } + ], + "zh-CN": [ + { + "id": "53147bfa-5d12-4cf3-9512-60be6959f77f", + "key": "safety_check/加快软件上线速度", + "value": "通过简化的软件交付将产品上市时间缩短多达 50%。" + }, + { + "id": "97f9c679-0924-4209-97bf-ac6f4ab2d8a6", + "key": "safety_check/提高团队生产力", + "value": "提高团队生产力并更快地交付新功能。" + }, + { + "id": "eb3aca3b-9641-49b9-a079-ea4d423d8ea3", + "key": "safety_check/降低项目风险", + "value": "及早发现质量问题,将整个生命周期中的缺陷减少多达 30%。" + }, + { + "id": "dafd5eae-9d1c-43cd-ad29-4981d7f701f1", + "key": "safety_check/降低成本", + "value": "更快的上线速度和持续迭代的方法,让开发成本降低 50% 以上" + } + ] + }, + "task": { + "en-US": [ + { + "id": "4e46f4bc-3564-49cf-9d77-3f1f7f8bc80b", + "key": "task_alt/策略与论证", + "value": "我们可以帮助您发现推动持续交付的技术进步带来的好处。" + }, + { + "id": "a82d33a2-9f48-425c-81e1-00ff41e48af6", + "key": "task_alt/实施开发", + "value": "实施和运行支持持续交付和 DevOps 所需的工具。" + }, + { + "id": "02d584d8-24c7-426c-a669-46272e23fbcf", + "key": "task_alt/软件供应链设计", + "value": "优化软件供应链,确保更大的弹性和更少的威胁确保" + }, + { + "id": "75999710-9b89-4f49-9b92-7f3e72ed74ce", + "key": "task_alt/自动化测试", + "value": "搭建自动化测试平台" + }, + { + "id": "740ff099-02af-4ebd-b0b9-fb95da85ee66", + "key": "task_alt/云架构设计", + "value": "帮助客户设计按需管理工作负载" + }, + { + "id": "6f53e01a-23d8-4867-87c1-cb22f11d4e41", + "key": "task_alt/托管服务", + "value": "托管 DevOps 平台,并降低您的 DevOps 基础架构的成本。" + } + ], + "zh-CN": [ + { + "id": "9cf8b184-295b-47e6-a528-16236eb96235", + "key": "task_alt/策略与论证", + "value": "我们可以帮助您发现推动持续交付的技术进步带来的好处。" + }, + { + "id": "e6aaffb2-639f-4880-a291-538de6be12dc", + "key": "task_alt/实施开发", + "value": "实施和运行支持持续交付和 DevOps 所需的工具。" + }, + { + "id": "b27f795f-bb92-4242-95e1-61d95dc7cb3e", + "key": "task_alt/软件供应链设计", + "value": "优化软件供应链,确保更大的弹性和更少的威胁确保" + }, + { + "id": "8af96d5f-f136-43f1-a885-5a57483e936b", + "key": "task_alt/自动化测试", + "value": "搭建自动化测试平台" + }, + { + "id": "de942656-c920-40c1-82cb-e916361d8eb0", + "key": "task_alt/云架构设计", + "value": "帮助客户设计按需管理工作负载" + }, + { + "id": "54402c44-a04a-46df-bb89-8fdd279e2aa5", + "key": "task_alt/托管服务", + "value": "托管 DevOps 平台,并降低您的 DevOps 基础架构的成本。" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4nbVIAvGhslYZ5RXdNq9zK", + "type": "Entry", + "createdAt": "2022-10-11T02:41:09.144Z", + "updatedAt": "2022-10-25T04:28:56.204Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 132, + "publishedAt": "2022-10-25T04:28:56.204Z", + "firstPublishedAt": "2022-10-11T02:41:57.300Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 12, + "version": 133, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "service" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4nbVIAvGhslYZ5RXdNq9zK" + }, + "fields": { + "key": { + "en-US": "automation-for-business" + }, + "title": { + "en-US": "Automation service", + "zh-CN": "自动化服务" + }, + "customerType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "uOZ1ahNqe1lKQuyI7OOIP" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ef9HoFkuoZ0V8zw2Ua3f1" + } + } + ] + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4rAVBJoMKryRy8gvZlNb8d" + } + } + ] + }, + "pricing": { + "en-US": 2000, + "zh-CN": 9800 + }, + "featureImage": { + "en-US": "https://libs.websoft9.com/Websoft9/resource/service/service-feature-automation-websoft9.svg" + }, + "images": { + "en-US": [ + "https://libs.websoft9.com/Websoft9/resource/service/automation-slide001-Accenture-Figure-websoft9.jpg", + "https://libs.websoft9.com/Websoft9/resource/service/automation-slide002-websoft9.jpg" + ] + }, + "summary": { + "en-US": "基于人工智能和自动化工具,为客户提供各种业务场景下的自动化架构与实施服务" + }, + "overview": { + "en-US": "您是否也曾畅想,业务可主动学习、发展进化,从而紧跟变革浪潮?\n\n智能的自动化技术用于执行人类重复性办公任务,而是实现降低成本,解放生产力的目标。自动化可助您超越效率提升目标,让业务主动适应市场变化。\n\nWebsoft9 拥有丰富的自动化技术的经验,包括:人类重复任务自动化、流程处理自动化、应用集成自动化等多个场景,帮助企业员工从繁琐的重复劳动中解脱出来。" + }, + "BuyRemark": { + "en-US": "自动化的实现并不是一蹴即至,它首先需要企业从战略上改变人力资源的使用方式以及建立自动化的应用文化。具体的步骤包括:\n\n- 发现:全员挖掘需要自动化的工作节点\n- 构建:使用低代码的 RPA 工具,由简单到复杂,实现构建自动化任务\n- 运行:提供一个丰富的 Web 界面,让自动化机器人与员工一起工作\n- 管理:分析、监管、衡量自动化程序,并维护其安全" + }, + "products": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3hhszKLEOur4obfBqAGI8u" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5iI41E1ctdn7XBuv5g1oqU" + } + } + ] + }, + "services": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1NbJE6EuFhtauO6gderoYr" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4dKup4KPY8IrUWUAsFURjU" + } + } + ] + }, + "cases": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "37hbTbpX2IgMHhDNT7bQXh" + } + } + ] + }, + "resources": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2FMLKgAYKz6ZHHF6w5byS1" + } + } + ] + }, + "values": { + "en-US": [ + { + "id": "bb3ceebe-97f3-48e3-a53a-e624e275bd68", + "key": "safety_check/节省成本", + "value": "自动化减少了团队的工作量,因此可以将员工重新分配到其他需要人工投入的优先工作,从而提高生产力和投资回报率。" + }, + { + "id": "808bfb78-bbca-4586-957d-ab0fa3e3a9fc", + "key": "safety_check/更高的客户满意度", + "value": "自动化减少了客户响应时间,机器人可以全天候工作,它们可以减少客户的等待时间,从而提高客户满意度。" + }, + { + "id": "f1b54a30-2e6c-4ca6-84ee-72dc73ddb693", + "key": "safety_check/打造创新型组织", + "value": "自动化减少对某些工作角色的需求,以让员工专注于更高层次的战略和创造性的问题解决。" + } + ], + "zh-CN": [ + { + "id": "6f6906f3-8d2b-4d5c-b960-5109e56246d6", + "key": "safety_check/节省成本", + "value": "自动化减少了团队的工作量,因此可以将员工重新分配到其他需要人工投入的优先工作,从而提高生产力和投资回报率。" + }, + { + "id": "ff4ee732-16d2-4cb9-ade4-7da8357ca452", + "key": "safety_check/更高的客户满意度", + "value": "自动化减少了客户响应时间,机器人可以全天候工作,它们可以减少客户的等待时间,从而提高客户满意度。" + }, + { + "id": "c4f25975-3375-4924-871b-e816fd1dc96c", + "key": "safety_check/打造创新型组织", + "value": "自动化减少对某些工作角色的需求,以让员工专注于更高层次的战略和创造性的问题解决。" + } + ] + }, + "task": { + "en-US": [ + { + "id": "9e806955-05fa-4988-a435-2fa06c2b8145", + "key": "task_alt/自动化咨询", + "value": "通过自动化调研和研讨会,梳理自动化需求和任务清单,形成咨询报告" + }, + { + "id": "6d47c4b5-03af-445d-91c4-38a159d6f5b0", + "key": "task_alt/业务流程自动化", + "value": "机器人流程自动化(RPA)能够重塑营销、采购、财务、人力资源,以及资产管理等职能工作。" + }, + { + "id": "9089c317-7adc-481f-9903-da2d58c1d43c", + "key": "task_alt/软件生产自动化", + "value": "帮助企业建立 DevOps 体系,并基于 GitLab, Docker, K8s, Ansible 等技术进行自动化脚本开发" + }, + { + "id": "be3e6460-f7a5-4340-bf27-20282b9de133", + "key": "task_alt/软件集成自动化", + "value": "实现多个应用之间的自动化集成,打通业务流程在各个系统之间运转,实现数据共享" + }, + { + "id": "82e87626-15aa-4bbf-8956-205bc324dabf", + "key": "task_alt/人工智能应用", + "value": "变革核心业务流程,利用人工智能自动化提升全体员工的能力。" + }, + { + "id": "59ebbe55-a6ed-434a-9d4c-47c4458b6e2c", + "key": "task_alt/业务数据自动化", + "value": "利用多元化的数据(包括结构化和非结构化数据、内部和外部数据,以及价值链数据与孤立数据的对比),并且不断提高数据质量,在持续不断的反馈循环中,将经验和直觉的优势加以结合。" + } + ], + "zh-CN": [ + { + "id": "af80efdd-16bd-41d0-99aa-c6f838032680", + "key": "task_alt/自动化咨询", + "value": "通过自动化调研和研讨会,梳理自动化需求和任务清单,形成咨询报告" + }, + { + "id": "d9e380ce-3a42-4f91-85b8-a8b9786d00f1", + "key": "task_alt/业务流程自动化", + "value": "机器人流程自动化(RPA)能够重塑营销、采购、财务、人力资源,以及资产管理等职能工作。" + }, + { + "id": "d7e51f69-2205-4016-aaf9-bc2442793588", + "key": "task_alt/软件生产自动化", + "value": "帮助企业建立 DevOps 体系,并基于 GitLab, Docker, K8s, Ansible 等技术进行自动化脚本开发" + }, + { + "id": "edc85445-8e93-4293-8969-8d9178b4c6d2", + "key": "task_alt/软件集成自动化", + "value": "实现多个应用之间的自动化集成,打通业务流程在各个系统之间运转,实现数据共享" + }, + { + "id": "57ff238c-5a97-4b3c-ab2c-8a5b2e1ce8c3", + "key": "task_alt/人工智能应用", + "value": "变革核心业务流程,利用人工智能自动化提升全体员工的能力。" + }, + { + "id": "d4cace43-4a4c-49e7-9085-cffa7efc1b32", + "key": "task_alt/业务数据自动化", + "value": "利用多元化的数据(包括结构化和非结构化数据、内部和外部数据,以及价值链数据与孤立数据的对比),并且不断提高数据质量,在持续不断的反馈循环中,将经验和直觉的优势加以结合。" + } + ] + }, + "featured": { + "en-US": false + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1y8lv5XDNqmy1mYU6KrmF5", + "type": "Entry", + "createdAt": "2022-10-11T03:22:05.615Z", + "updatedAt": "2022-10-13T02:56:10.442Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 19, + "publishedAt": "2022-10-13T02:56:10.442Z", + "firstPublishedAt": "2022-10-11T03:23:11.860Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 5, + "version": 20, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1y8lv5XDNqmy1mYU6KrmF5" + }, + "fields": { + "title": { + "en-US": "Service", + "zh-CN": "服务" + }, + "submenu": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1X7PifLao8Xp3mqFvQgXtz" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Pe7oLvNojlAJ9f1Kqbgy0" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6jLT5xYnWkMQStItHyKqVl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4rAVBJoMKryRy8gvZlNb8d" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1Nu794PuTFVm7SPDpQDHHw" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2ouAsJOxz23fjjcLg3ZDif" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2yLQzKQnbbff026cX8Mo5i", + "type": "Entry", + "createdAt": "2022-10-11T03:41:18.886Z", + "updatedAt": "2022-10-25T04:31:51.829Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 112, + "publishedAt": "2022-10-25T04:31:51.829Z", + "firstPublishedAt": "2022-10-11T03:47:07.023Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 9, + "version": 113, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "service" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2yLQzKQnbbff026cX8Mo5i" + }, + "fields": { + "key": { + "en-US": "websoft9-premium-support" + }, + "title": { + "en-US": "Websoft9 Premium Support Package", + "zh-CN": "Websoft9 高级支持包" + }, + "customerType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "uOZ1ahNqe1lKQuyI7OOIP" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5PKNFsS4D3ZcQt1FFJGc86" + } + } + ] + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Pe7oLvNojlAJ9f1Kqbgy0" + } + } + ] + }, + "pricing": { + "en-US": 2000, + "zh-CN": 9800 + }, + "featureImage": { + "en-US": "https://libs.websoft9.com/Websoft9/resource/service/service-feature-w9premium-websoft9.svg" + }, + "images": { + "en-US": [ + "https://libs.websoft9.com/Websoft9/resource/service/w9premium-slide001-websoft9.jpg" + ] + }, + "summary": { + "en-US": "在 Websoft9 基础售后支持以外,提供更优先的服务" + }, + "overview": { + "en-US": "在基础售后支持以外,业务系统复杂的客户或对服务有更高要求的客户, 还可选择Websoft9 提供的多种企业支持计划,获取工单极速响应、专属技术保障通道、技术服务经理等专属支持。\n\n高级支持计划提供商业级、企业级、顶级三支持等级,可满足不同规模和技术能力的客户,客户可根据对响应时间与服务内容的需求灵活选择。" + }, + "BuyRemark": { + "en-US": "支持计划服务可按包年/包月订购,如果包年订购企业级或顶级支持计划,还可获赠相关额外服务。通过Websoft9 支持计划,技术人员为客户提供主动、专业的支持服务,帮助客户聚焦基于创造业务价值。" + }, + "products": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5iI41E1ctdn7XBuv5g1oqU" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ISP0zt3tv0qnnANmnff3n" + } + } + ] + }, + "services": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3yWQGydf7CAHTHbx8kV0MF" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "fB9TSWRGLHpwpQkEnQlRg" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "rc6Ib9oJZzBFO8xZWwWHm" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1NbJE6EuFhtauO6gderoYr" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4S33mXyFJ3L65kwiSpavVU" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4dKup4KPY8IrUWUAsFURjU" + } + } + ] + }, + "cases": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "37hbTbpX2IgMHhDNT7bQXh" + } + } + ] + }, + "resources": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2SBJ5vw6ENTTD5MfEG8HkV" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6ufaYo6oRmAAu8yFzgkJQt" + } + } + ] + }, + "values": { + "en-US": [ + { + "id": "1d90ce8d-1ca7-40eb-a686-6620fed9efff", + "key": "splitscreen/更好的保障业务", + "value": "" + }, + { + "id": "6252a902-398c-41f2-887a-661a1eceac42", + "key": "splitscreen/更低的运维成本", + "value": "" + }, + { + "id": "cfc58bc1-1cfb-4465-be99-dc5d767cd883", + "key": "splitscreen/更好的架构方案", + "value": "" + } + ], + "zh-CN": [ + { + "id": "1c5966a0-b933-4aa6-b01a-82a7aacb07c1", + "key": "splitscreen/更好的保障业务", + "value": "" + }, + { + "id": "c6f47bf6-801f-4bc6-ae60-2bf85cd0600b", + "key": "splitscreen/更低的运维成本", + "value": "" + }, + { + "id": "106cbe75-6697-4805-8d9b-e12f2896bfc6", + "key": "splitscreen/更好的架构方案", + "value": "" + } + ] + }, + "task": { + "en-US": [ + { + "id": "0d58bd1a-4026-4961-854d-bc4ebafa691c", + "key": "task_alt/部署服务", + "value": "特殊场景下的部署服务" + }, + { + "id": "426db4c2-4fbf-4495-badf-368a10f6ce51", + "key": "task_alt/迁移服务", + "value": "将您的业务迁移到 Websoft9 平台" + }, + { + "id": "1d5feceb-e057-483c-8e3b-29d0ce2d9161", + "key": "task_alt/咨询服务", + "value": "使用 Websoft9 时各种咨询服务" + }, + { + "id": "b5f5ef68-69b2-45ed-8859-3a2c737ff5bb", + "key": "task_alt/救援服务", + "value": "高级技术经理救援服务" + }, + { + "id": "3d1c3bac-fba8-4f01-9aed-3fb8b198e270", + "key": "task_alt/培训服务", + "value": "提供针对性的培训服务" + }, + { + "id": "51bda26f-0b28-411a-a643-e8978ea61d1e", + "key": "task_alt/开发服务", + "value": "Python, Ansible, Dockerfile, docker-compose 开发服务" + }, + { + "id": "0e938425-f29a-464c-a925-f76a8104940c", + "key": "task_alt/构建服务", + "value": "设计应用的构建方案,实现自动化" + }, + { + "id": "ebb06489-b358-487b-9d19-30318a9516ee", + "key": "task_alt/升级服务", + "value": "为升级提供全面的指导服务" + }, + { + "id": "1d1032d6-1a63-4228-a07c-d862f3650194", + "key": "task_alt/集成服务", + "value": "为集成提供全面的指导服务" + } + ], + "zh-CN": [ + { + "id": "31a19a23-c1e5-48f9-9bf2-f8b9ce8c07b1", + "key": "task_alt/部署服务", + "value": "特殊场景下的部署服务" + }, + { + "id": "57da9f24-2840-42d4-be7a-29056e852a6f", + "key": "task_alt/迁移服务", + "value": "将您的业务迁移到 Websoft9 平台" + }, + { + "id": "ed8957f9-7ae3-4055-b1c6-a2c479691e6a", + "key": "task_alt/咨询服务", + "value": "使用 Websoft9 时各种咨询服务" + }, + { + "id": "c83e3caa-4875-4a29-9bbb-2ef936aaed0b", + "key": "task_alt/救援服务", + "value": "高级技术经理救援服务" + }, + { + "id": "8d2c4abe-e888-44a0-9200-85dac2e724fe", + "key": "task_alt/培训服务", + "value": "提供针对性的培训服务" + }, + { + "id": "a3097888-7968-404a-b84d-e831ffd387b5", + "key": "task_alt/开发服务", + "value": "Python, Ansible, Dockerfile, docker-compose 开发服务" + }, + { + "id": "b8e0ff69-caf2-4905-ada6-ad3b34871722", + "key": "task_alt/构建服务", + "value": "设计应用的构建方案,实现自动化" + }, + { + "id": "4ca4c29e-c961-4639-b8c1-f2ee17be3797", + "key": "task_alt/升级服务", + "value": "为升级提供全面的指导服务" + }, + { + "id": "9bf3a7e6-2e8e-423d-bb57-d613294fecfd", + "key": "task_alt/集成服务", + "value": "为集成提供全面的指导服务" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "rc6Ib9oJZzBFO8xZWwWHm", + "type": "Entry", + "createdAt": "2022-10-11T03:49:43.460Z", + "updatedAt": "2022-10-25T04:56:21.072Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 140, + "publishedAt": "2022-10-25T04:56:21.072Z", + "firstPublishedAt": "2022-10-11T03:55:17.544Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 9, + "version": 141, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "service" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/rc6Ib9oJZzBFO8xZWwWHm" + }, + "fields": { + "key": { + "en-US": "application-highe-performance" + }, + "title": { + "en-US": "Application High performance service", + "zh-CN": "应用性能优化服务" + }, + "customerType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "uOZ1ahNqe1lKQuyI7OOIP" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "BihTdIY6nY0pwbocR2NF2" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4PbqNe6zQ9DthlKO6hdwXg" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1HOq8kZE5RSbHa16P0jspK" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ef9HoFkuoZ0V8zw2Ua3f1" + } + } + ] + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1X7PifLao8Xp3mqFvQgXtz" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Pe7oLvNojlAJ9f1Kqbgy0" + } + } + ] + }, + "pricing": { + "en-US": 2000, + "zh-CN": 9800 + }, + "featureImage": { + "en-US": "https://libs.websoft9.com/Websoft9/resource/service/service-feature-highperformance.svg" + }, + "images": { + "en-US": [ + "https://libs.websoft9.com/Websoft9/resource/service/performance-slide001-websoft9.jpg", + "https://libs.websoft9.com/Websoft9/resource/service/performance-slide002-websoft9.jpg" + ] + }, + "summary": { + "en-US": "Improve your Cloud native applicaton performance", + "zh-CN": "为云原生应用提供性能优化" + }, + "overview": { + "en-US": "云原生架构的高性能并不能通过一个单一的产品实现,它需要以应用为出发点,优化相关的计算、网络、存储、API网关、Proxy服务、DNS 等方方面面。\n\n- 高可用设计(Design for Availability),依据应用业务需求,高可用分为不同级别,比如不同区域、不同机房(跨城或同城)、不同机柜、不同服务器和不同进程的高可用,云原生应用应该根据业务的可用性要求设计不同级别的架构支持。\n\n- 可扩展设计(Design for Scale),所有应用的设计是无状态的,使得业务天生具有扩展性,在业务流量高峰和低峰时期,依赖云的特性自动弹性扩容,满足业务需求。\n\n- 快速失败设计(Design for Failure),即包括系统间依赖的调用随时可能会失败,也包括硬件基础设施服务随时可能宕机,还有后端有状态服务的系统能力可能有瓶颈,总之在发生异常时能够快速失败,然后快速恢复,以保证业务永远在线,不能让业务半死不活地僵持着。\n\n同时,成本也是一个重要的参考指标。如果性能优化后,成本超过预期,那么这不算特别成功。\n\nWebsoft9 专家团队可以根据用户的基础架构,提供高性能的优化方案的同时降低成本。" + }, + "BuyRemark": { + "en-US": "云原生时代带来的最大变化在于基础设施和业务逻辑的真正解耦。" + }, + "products": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7LvmB9OfByb4n6DbghrKLI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1W6Tc4mrq2AvdkFbqFpTaD" + } + } + ] + }, + "services": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4dKup4KPY8IrUWUAsFURjU" + } + } + ] + }, + "cases": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "37hbTbpX2IgMHhDNT7bQXh" + } + } + ] + }, + "resources": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2FD2HtWcF7D67vWELoyA6x" + } + } + ] + }, + "values": { + "en-US": [ + { + "id": "ebae9c04-c858-4f14-8882-6345255a6ed0", + "key": "settings/设施与业务解耦", + "value": "云原生时代带来的最大变化在于基础设施和业务逻辑的真正解耦。" + }, + { + "id": "c192c1a0-faa2-4fc0-8aa8-4dbc89a825ff", + "key": "settings/计算与存储分离", + "value": "" + }, + { + "id": "99b8da3c-5800-447f-88c0-0bf3f9049cad", + "key": "settings/动态与静态分离", + "value": "" + } + ], + "zh-CN": [ + { + "id": "40e45125-5b64-4a26-8c30-653879fad507", + "key": "settings/设施与业务解耦", + "value": "" + }, + { + "id": "ca49c056-bd43-4167-9c74-3b2e9d829dfb", + "key": "settings/计算与存储分离", + "value": "" + }, + { + "id": "058c4c00-cd77-41b7-b133-b9330221df51", + "key": "settings/动态与静态分离", + "value": "" + } + ] + }, + "task": { + "zh-CN": [ + { + "id": "31a19a23-c1e5-48f9-9bf2-f8b9ce8c07b1", + "key": "settings/访问速度诊断", + "value": "测算 Web 应用的访问速度,诊断现有问题" + }, + { + "id": "efc3e903-d0a1-4a2e-9236-f81b0eb5f299", + "key": "settings/全球访问加速", + "value": "为全球访问提供加速可能" + }, + { + "id": "0bc578ee-19ed-4f4b-8e76-64ea4ecf30c9", + "key": "settings/CDN", + "value": "" + }, + { + "id": "b1913f09-b1f2-4b6f-bd93-0fafcb8f6a72", + "key": "settings/动静分离设计", + "value": "设计动静分离方案,最大化应用请求性能" + }, + { + "id": "e84cf9c8-aff4-4f31-a997-03718c222fa0", + "key": "settings/存储优化", + "value": "" + }, + { + "id": "b4166054-ce0b-4b93-9342-9b1c13e7e5b5", + "key": "settings/数据库优化", + "value": "" + }, + { + "id": "2839df2a-fb0d-4c5e-9cc0-670e91bcfcb3", + "key": "settings/HTTP 服务优化", + "value": "" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6sxZTvIU0d7BS6GKmOhtCU", + "type": "Entry", + "createdAt": "2022-10-11T04:04:12.732Z", + "updatedAt": "2022-10-25T05:04:35.538Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 209, + "publishedAt": "2022-10-25T05:04:35.538Z", + "firstPublishedAt": "2022-10-11T04:06:25.274Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 10, + "version": 210, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "service" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6sxZTvIU0d7BS6GKmOhtCU" + }, + "fields": { + "key": { + "en-US": "cms-service" + }, + "title": { + "en-US": "Content Management Strategy Services", + "zh-CN": "内容管理战略服务" + }, + "customerType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "uOZ1ahNqe1lKQuyI7OOIP" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ef9HoFkuoZ0V8zw2Ua3f1" + } + } + ] + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4rAVBJoMKryRy8gvZlNb8d" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6jLT5xYnWkMQStItHyKqVl" + } + } + ] + }, + "pricing": { + "en-US": 2000, + "zh-CN": 9800 + }, + "featureImage": { + "en-US": "https://libs.websoft9.com/Websoft9/resource/service/service-feature-b2bdata-websoft9.svg" + }, + "images": { + "en-US": [ + "https://libs.websoft9.com/Websoft9/resource/service/b2bdata-slide001-websoft9.svg", + "https://libs.websoft9.com/Websoft9/resource/service/b2bdata-slide001-websoft9.jpg", + "https://libs.websoft9.com/Websoft9/resource/service/b2bdata-slide002-websoft9.jpg" + ] + }, + "summary": { + "en-US": "为 B2B 企业提供数字资产和营销主数据架构咨询与交付服务" + }, + "overview": { + "en-US": "如今是一个数字化优先等时代。\n\n企业的数字化内容有多种形式,有无数的来源和目的地。它会随着新的消息传递、视觉风格和产品更新而变化。传统的 CMS 旨在创建网页,网站在设计上花费大量成本,却无法有效的形成企业自己的内容营销语言。究其根本原因:企业忽视数字资产和内容营销主数据的建设。\n\n企业的数字资产是照片、视频、文档、播客和产品信息库等,它们与内容营销主数据一起等同于一本企业等运营词典,只有基于词典方可创造出有共同风格的内容营销资料。\n\nWebsoft9 以自身的 B2B 内容营销运营经验为您建立合适的企业提供数字资产和营销主数据架构,让内容分发给任何人或系统,以支持销售、营销和电子商务。" + }, + "BuyRemark": { + "en-US": "企业内容营销的主数据包括: \n\n- 产品数据:面向市场的产品数据、产品参数\n- 组织数据:客户、公司上下游合作伙伴的各种信息\n- 人员信息:博客作者、好评客户\n- 服务信息:产品化服务的基本数据\n- 知识库信息:企业文档和知识库数据\n- 企业元数据:行业和企业专属的特别元数据" + }, + "products": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "DEOp8ynxuO4rMELqtrNRl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4rrqRSNkzoHNsqwzljyih1" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3Y01sTsuCfHLFS2ZN7WinT" + } + } + ] + }, + "services": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6E3J9QcZTBWgEEEH5Wqa0g" + } + } + ] + }, + "cases": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "37hbTbpX2IgMHhDNT7bQXh" + } + } + ] + }, + "resources": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "64lZhS6eI3SkmXQ9vrLpYx" + } + } + ] + }, + "values": { + "en-US": [ + { + "id": "20554921-7c27-419e-bb19-df9d730c784f", + "key": "thumb_up_alt/告别数据孤岛", + "value": "数据以 API 方式轻松适应移动或其他数字渠道,告别数据孤岛" + }, + { + "id": "1bee90ef-a02c-492a-9d62-243790691b88", + "key": "thumb_up_alt/轻松实现多语言", + "value": "从数据层面实现多语言" + }, + { + "id": "53ad5f3c-d424-4646-a3ec-351f4a2dc72e", + "key": "thumb_up_alt/沉淀企业主数据", + "value": "全员可以参与企业内容营销数据的建设,不断迭代,逐步形成自己的营销语言" + }, + { + "id": "5a54717d-4de6-46a7-8c0f-d4eff6a59230", + "key": "thumb_up_alt/加速数字化运营", + "value": "通过支持自定义工作流程的内容管理系统提高灵活性,同时与其他服务无缝集成。" + }, + { + "id": "7ffcdc99-c5ce-4e1e-bc5d-ae27f95c2c06", + "key": "thumb_up_alt/简化流程", + "value": "模块化、灵活的内容平台可以适应您的工作流程并畅通您的团队。" + } + ], + "zh-CN": [ + { + "id": "953c526a-133d-4ba6-b614-ae9ae7ea9b65", + "key": "thumb_up_alt/告别数据孤岛", + "value": "数据以 API 方式轻松适应移动或其他数字渠道,告别数据孤岛" + }, + { + "id": "c0d5d1d7-0c13-4f1a-aff8-322c9550a69c", + "key": "thumb_up_alt/轻松实现多语言", + "value": "从数据层面实现多语言" + }, + { + "id": "ff465a1d-084d-4031-912a-a592deb7c13a", + "key": "thumb_up_alt/沉淀企业主数据", + "value": "全员可以参与企业内容营销数据的建设,不断迭代,逐步形成自己的营销语言" + }, + { + "id": "5eefd76a-4abf-4f46-8d96-fe58d57ab738", + "key": "thumb_up_alt/加速数字化运营", + "value": "通过支持自定义工作流程的内容管理系统提高灵活性,同时与其他服务无缝集成。" + }, + { + "id": "ac6c0abd-5095-46df-91d8-f76e7ee4aab4", + "key": "thumb_up_alt/简化流程", + "value": "模块化、灵活的内容平台可以适应您的工作流程并畅通您的团队。" + } + ] + }, + "task": { + "en-US": [ + { + "id": "899d0269-e847-4cec-8574-2ccdadd8bdfb", + "key": "task_alt/元数据咨询", + "value": "" + }, + { + "id": "1ca31557-2d1d-4365-9dad-9ed054c9ee31", + "key": "task_alt/业务数据咨询", + "value": "" + }, + { + "id": "77f04fa0-6d57-481f-8577-178b1976899a", + "key": "task_alt/内容营销模型", + "value": "" + }, + { + "id": "6028026a-89bc-47ba-8441-a15f1c5bbaaf", + "key": "task_alt/网站实现建议", + "value": "" + }, + { + "id": "0301dd04-c36b-483a-b5eb-1e30950a2589", + "key": "task_alt/内容分发建议", + "value": "" + }, + { + "id": "2e2bf0fa-b1be-4046-be72-6e4fa55eb448", + "key": "task_alt/内容转化建议", + "value": "" + } + ], + "zh-CN": [ + { + "id": "f34fce96-2737-4006-ae9a-b34385a45a7b", + "key": "task_alt/元数据咨询", + "value": "" + }, + { + "id": "987d141d-b8c0-4ec6-b8d3-c1055577ba76", + "key": "task_alt/业务数据咨询", + "value": "" + }, + { + "id": "57bc4ced-5264-4be6-abbd-c388ff59143c", + "key": "task_alt/内容营销模型", + "value": "" + }, + { + "id": "23004e80-53f0-4da2-8c88-17b2a5c95f26", + "key": "task_alt/网站实现建议", + "value": "" + }, + { + "id": "925ea39b-5401-4762-a202-c7687d8aa822", + "key": "task_alt/内容分发建议", + "value": "" + }, + { + "id": "eef3504e-5b8a-4941-8032-bd09babe930b", + "key": "task_alt/内容转化建议", + "value": "" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4S33mXyFJ3L65kwiSpavVU", + "type": "Entry", + "createdAt": "2022-10-11T04:57:33.389Z", + "updatedAt": "2022-10-25T04:56:57.662Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 186, + "publishedAt": "2022-10-25T04:56:57.662Z", + "firstPublishedAt": "2022-10-11T04:59:08.582Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 16, + "version": 187, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "service" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4S33mXyFJ3L65kwiSpavVU" + }, + "fields": { + "key": { + "en-US": "private-cloud-application-deployment" + }, + "title": { + "en-US": "Private Cloud Application deployment", + "zh-CN": "私有云应用服务" + }, + "customerType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "uOZ1ahNqe1lKQuyI7OOIP" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "TGMUFy27pWS4zH7v1UPoq" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "BihTdIY6nY0pwbocR2NF2" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4PbqNe6zQ9DthlKO6hdwXg" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1HOq8kZE5RSbHa16P0jspK" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ef9HoFkuoZ0V8zw2Ua3f1" + } + } + ] + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1X7PifLao8Xp3mqFvQgXtz" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Pe7oLvNojlAJ9f1Kqbgy0" + } + } + ] + }, + "pricing": { + "en-US": 2000, + "zh-CN": 9800 + }, + "featureImage": { + "en-US": "https://libs.websoft9.com/Websoft9/resource/service/service-feature-privatecloud-websoft9.svg" + }, + "images": { + "en-US": [ + "https://libs.websoft9.com/Websoft9/resource/service/privatecloud-slide001-websoft9.jpg", + "https://libs.websoft9.com/Websoft9/resource/service/privatecloud-slide002-websoft9.jpg", + "https://libs.websoft9.com/Websoft9/resource/service/privatecloud-slide003-websoft9.jpg" + ] + }, + "summary": { + "en-US": "私有云环境下的应用部署与维护" + }, + "overview": { + "en-US": "Competing effectively in today’s business environment requires IT modernization — moving some workloads, applications or infrastructure components to the cloud while maintaining the security and stability of existing environments.\n\n云原生架构已经大放异彩,开源组件更是在这种架构下被广泛应用。私有云环境下,会受制于合规与安全约束,客户获取云原生组件会存在技术难度,组件的升级会变得无比的困难。即使如此,组织仍希望采用先进的技术工具提升效率,所以私有云对使用开源组件的也非常强烈。\n\nWebsoft9 平台不仅在公有云平台运行,也可以很好的支持私有云,乃至无网络的环境。\n\n我们专门考虑私有云客户的特殊性,提供有针对性的镜像库和专业服务。", + "zh-CN": "在当今的业务环境中有效竞争需要 IT 现代化——将一些工作负载、应用程序或基础架构组件迁移到私有云中,同时保持现有环境的安全性和稳定性。\n\n云原生架构已经大放异彩,开源组件更是在这种架构下被广泛应用。私有云环境下,会受制于合规与安全约束,客户获取云原生组件会存在技术难度,组件的升级会变得无比的困难。即使如此,组织仍希望采用先进的技术工具提升效率,所以私有云对使用开源组件的也非常强烈。\n\nWebsoft9 平台不仅在公有云平台运行,也可以很好的支持私有云,乃至无网络的环境。\n\n我们专门考虑私有云客户的特殊性,提供有针对性的镜像库和专业服务。\n" + }, + "BuyRemark": { + "en-US": "Leverage our end-to-end advisory, deployment and migration services, with automated tools, proven methods and fast, reliable delivery.", + "zh-CN": "利用我们的端到端咨询、部署和迁移服务,以及自动化工具、经过验证的方法和快速、可靠的交付。" + }, + "products": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5iI41E1ctdn7XBuv5g1oqU" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3hhszKLEOur4obfBqAGI8u" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Ygct2xwIX61j2bEZHVuQl" + } + } + ] + }, + "services": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "rc6Ib9oJZzBFO8xZWwWHm" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4dKup4KPY8IrUWUAsFURjU" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "fB9TSWRGLHpwpQkEnQlRg" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1NbJE6EuFhtauO6gderoYr" + } + } + ] + }, + "cases": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "37hbTbpX2IgMHhDNT7bQXh" + } + } + ] + }, + "resources": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2FD2HtWcF7D67vWELoyA6x" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1SYbCesyrmFlj5MvEnGnax" + } + } + ] + }, + "values": { + "en-US": [ + { + "id": "d6197191-2a59-437b-9084-afb3ccce9c9c", + "key": "settings/保护软件供应链安全", + "value": "" + }, + { + "id": "eb9b0253-b898-42ed-bb8e-07adee22febe", + "key": "settings/丰富的离线镜像库", + "value": "" + }, + { + "id": "6cb7397d-545d-42c6-86b8-9a433683a0ce", + "key": "settings/提高 DevOps 效率", + "value": "" + }, + { + "id": "d0873af9-e01b-49c8-baf0-bbe76207b9a4", + "key": "settings/节省维护成本", + "value": "" + }, + { + "id": "fc620639-5b07-49ba-a11a-387c156a2246", + "key": "settings/保持多云一致性", + "value": "" + }, + { + "id": "e5920470-6494-4675-bb21-ac372b91c4c2", + "key": "settings/更快的应用程序改造", + "value": "" + } + ], + "zh-CN": [ + { + "id": "4707c866-a75f-4dc8-bdaf-727f5a2d227c", + "key": "settings/保护软件供应链安全", + "value": "Websoft9 提供的组件包含安全的 SBOM,保护用户的软件供应链安全" + }, + { + "id": "adbe8b0c-3891-4eee-b4b3-f577b7a904d2", + "key": "settings/丰富的离线镜像库", + "value": "使用 Websoft9 提供的具有丰富组件镜像库,并可以根据需求定制" + }, + { + "id": "94f03e96-023e-4dd9-9b69-eb5f226a437e", + "key": "settings/提高 DevOps 效率", + "value": "让开发人员可以灵活地使用任何应用程序框架和工具,以在任何云上建立安全、一致和快速的生产路径。" + }, + { + "id": "0c00eb67-643b-44a0-8a6e-6d67a016206d", + "key": "settings/节省维护成本", + "value": "无需雇佣专门的部署人员,大幅度降低成本" + }, + { + "id": "e5ac3662-6dc9-4100-859a-95778a23c178", + "key": "settings/保持多云一致性", + "value": "通过利用您的基础架构和应用程序,跨任何云统一操作和安全性,并获得整个软件堆栈的更好的情境智能。" + }, + { + "id": "2f0ba45f-ff68-4fe9-9a31-d2c8b910cd89", + "key": "settings/更快的应用程序改造", + "value": "释放任何云的价值并加速任何应用程序的现代化,以更快地为您的客户提供更多创新。" + } + ] + }, + "task": { + "en-US": [ + { + "id": "979fd54e-e875-476e-844d-782a0dce8303", + "key": "settings/开源应用部署", + "value": "" + }, + { + "id": "622c7274-6ab0-4a69-adb0-af534da6b765", + "key": "settings/无网络环境部署", + "value": "" + }, + { + "id": "8a6b5653-8ee8-4924-91f1-81a78a9e1349", + "key": "settings/镜像包定制", + "value": "" + }, + { + "id": "c5138a41-9b36-4cb4-8d0f-02547290991b", + "key": "settings/升级策略与实施", + "value": "" + }, + { + "id": "f747905e-7849-4df8-a243-8d7d86ceb1ac", + "key": "settings/离线升级包", + "value": "" + }, + { + "id": "a8acf397-80ab-4f7d-945c-34c3c58660a2", + "key": "settings/现场服务", + "value": "" + } + ], + "zh-CN": [ + { + "id": "2839df2a-fb0d-4c5e-9cc0-670e91bcfcb3", + "key": "settings/开源应用部署", + "value": "" + }, + { + "id": "cfcda835-3edc-4ee2-86c9-89ff353f3de6", + "key": "settings/无网络环境部署", + "value": "" + }, + { + "id": "4e98acb1-9d4a-4580-9444-0511bf7db8ef", + "key": "settings/镜像包定制", + "value": "" + }, + { + "id": "077e89c7-6d8c-4611-8e8a-64ecc10a8c58", + "key": "settings/升级策略与实施", + "value": "" + }, + { + "id": "31cb2ac0-f5ce-4f86-8aca-3e74cc1da671", + "key": "settings/离线升级包", + "value": "" + }, + { + "id": "8b8d2b14-3eaa-4ea7-a900-08c064bcb352", + "key": "settings/现场服务", + "value": "" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4dKup4KPY8IrUWUAsFURjU", + "type": "Entry", + "createdAt": "2022-10-11T05:03:10.510Z", + "updatedAt": "2022-11-03T09:21:13.307Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 134, + "publishedAt": "2022-11-03T09:21:13.307Z", + "firstPublishedAt": "2022-10-11T05:05:40.547Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 14, + "version": 135, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "service" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4dKup4KPY8IrUWUAsFURjU" + }, + "fields": { + "key": { + "en-US": "cloud-native-architecture" + }, + "title": { + "en-US": "Cloud Native Architecture service", + "zh-CN": "云原生架构服务" + }, + "customerType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "uOZ1ahNqe1lKQuyI7OOIP" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ef9HoFkuoZ0V8zw2Ua3f1" + } + } + ] + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1X7PifLao8Xp3mqFvQgXtz" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6jLT5xYnWkMQStItHyKqVl" + } + } + ] + }, + "pricing": { + "en-US": 2000, + "zh-CN": 9800 + }, + "featureImage": { + "en-US": "https://libs.websoft9.com/Websoft9/resource/service/service-feature-architecturedesign-websoft9.svg" + }, + "images": { + "en-US": [ + "https://libs.websoft9.com/Websoft9/resource/service/cloudarchitecture-slide001-websoft9.jpg", + "https://libs.websoft9.com/Websoft9/resource/service/cloudarchitecture-slide002-websoft9.jpg" + ] + }, + "summary": { + "en-US": "提供云原生架构设计与实施服务,实行应用程序的高可用和高性能" + }, + "overview": { + "en-US": "云原生是对软件产品以及以软件为核心的应用平台的架构重构。它仍然遵循技术的本质:组件的组合形成了新的产品。但是,它与传统架构的差异在于,云原生是把组件当做服务来看待的,意味着不管组件的存在形式发生了巨大的变化,一切可以以服务存在的都可以是组件:\n\n- SaaS 服务\n- 开源代码\n- PaaS\n- Headless\n- Serverless\n- IaaS\n\nWebsoft9 基于用户需求,提供合理的架构设计,保证用户可以使用最小的技术组件的同时,成本最优" + }, + "BuyRemark": { + "en-US": "为了抓住商业机会,业务需要快速迭代,不断试错,因此,企业需要依赖拥有持续交付的能力,这些不仅包括技术需求还包括产品的需求,如何能拥有持续交付的能力\n\n通过云原生的方式实现业务应用层面的弹性,达到低成本下的快速扩展。轻松搞定大促弹性,做到自动扩容、自动部署、高可靠性保障、自动缩容、运维工作量低、自动化程度高、成本低。\n\n通过把系统划分出一个个独立的个体,每个个体服务的设计依赖需要通过12要素的原则来规范完成。" + }, + "products": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5iI41E1ctdn7XBuv5g1oqU" + } + } + ] + }, + "services": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "rc6Ib9oJZzBFO8xZWwWHm" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1NbJE6EuFhtauO6gderoYr" + } + } + ] + }, + "cases": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "37hbTbpX2IgMHhDNT7bQXh" + } + } + ] + }, + "resources": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "b70AFS1dHlksEMxAaDwuK" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7yeiTDftOGTbqT6LueLQXB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "9bOUoDSYn8prhADiDpHBl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5X5QvRVwRkzdjzJL63vVdX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "70yVNi16TRlMcqlCTgdHSn" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7peECByErIsvE0nMxZMEbl" + } + } + ] + }, + "values": { + "en-US": [ + { + "id": "7ee4a7fc-ab92-4a5b-9fbe-543f0616c804", + "key": "settings/技术组件的多样性", + "value": "" + }, + { + "id": "777696bb-ac01-48ac-93fc-b12c51ca13e4", + "key": "settings/可替换可升级", + "value": "" + }, + { + "id": "3dee65ec-7725-454a-af7d-b3b9ad1a335f", + "key": "settings/不受限制的连接", + "value": "" + }, + { + "id": "8fdd58b9-7ede-46d3-ba03-2aea5f4d54aa", + "key": "settings/降低成本", + "value": "" + }, + { + "id": "d28ec3c7-ec80-409a-99bc-4af5832d0def", + "key": "settings/提升 DevOps 效率", + "value": "" + }, + { + "id": "9f9b5c18-d83b-47d4-abe4-b8bd31f359ee", + "key": "settings/灵活应对突发性能", + "value": "" + } + ], + "zh-CN": [ + { + "id": "84b2da0b-52f2-400b-b08d-e970fd4bd3b1", + "key": "settings/技术组件的多样性", + "value": "" + }, + { + "id": "11987e2d-3244-45d7-81a4-bd551e554013", + "key": "settings/可替换可升级", + "value": "" + }, + { + "id": "afc077e8-7065-4eb5-b89f-2dd038549a10", + "key": "settings/不受限制的连接", + "value": "" + }, + { + "id": "11f43213-d00b-4f10-9826-b7d8c7fd1b47", + "key": "settings/降低成本", + "value": "" + }, + { + "id": "1d3afc36-f18c-484f-95e5-b8211ca8145f", + "key": "settings/提升 DevOps 效率", + "value": "" + }, + { + "id": "9d213696-9e44-4f96-b9b0-95a49caae89b", + "key": "settings/灵活应对突发性能", + "value": "" + }, + { + "id": "18781ab8-0e58-48ca-bf7b-6c39424a75bb", + "key": "settings/节省资源成本", + "value": "保持少量节点维持日常业务。业务容器化,极大的简化部署。业务故障自愈高可靠,弹性伸缩等能力,业务的全生命周期管理,简化运维工作量。" + }, + { + "id": "20110370-7ffb-4291-bf9b-20f9656e1cd9", + "key": "settings/极速扩容", + "value": "业务峰值,原有工作节点已不能满足当前的业务需求,需在大促峰值前快速扩容工作节点的数量。根据自动伸缩的规则或还可根据预估的业务峰值时间,触发业务自动扩容,自动调度,保障应用高可用。" + }, + { + "id": "36a8f07e-9f89-4659-b136-4ed3441910f4", + "key": "settings/灵活应对业务变化", + "value": "settings/灵活应对业务变化" + } + ] + }, + "task": { + "en-US": [ + { + "id": "0302f3e6-e54d-47af-8f07-341d2cdb13b4", + "key": "settings/存储扩容与变迁", + "value": "" + }, + { + "id": "530a63ed-d3cb-4731-a520-22dafe436ff7", + "key": "settings/迁移至 RDS", + "value": "" + }, + { + "id": "f5c9321c-e4d3-487e-be7d-b54ec3b9aa34", + "key": "settings/Headless", + "value": "" + }, + { + "id": "ce2962da-80ac-43a0-91cf-0685bcc6e746", + "key": "settings/函数计算", + "value": "" + }, + { + "id": "f3291616-7884-4460-ab7f-010a2731f82b", + "key": "settings/资源弹性伸缩", + "value": "" + }, + { + "id": "d623a38b-3fb8-4d33-979b-d5fc2fab37c3", + "key": "settings/成本优化", + "value": "" + }, + { + "id": "e04bcb42-bdb4-4ed4-8029-9923f3eede62", + "key": "settings/容器化改造", + "value": "" + }, + { + "id": "950083c0-3bd5-45f7-81be-ee680ba7d789", + "key": "settings/集成与连接", + "value": "" + }, + { + "id": "67d581a4-0df7-40ac-8fa3-b44bb1941fc0", + "key": "settings/VPC网络", + "value": "" + }, + { + "id": "380f62b1-9671-4796-96f4-34c8b1474709", + "key": "settings/对象存储挂载", + "value": "" + }, + { + "id": "982c4465-b766-4504-9a98-fed47c0570f8", + "key": "settings/负载均衡器", + "value": "" + }, + { + "id": "cbee012e-41d0-4676-9f07-9d5c27fab0d6", + "key": "settings/自动备份与恢复", + "value": "" + }, + { + "id": "a80b48fe-036b-4119-8dc3-1c47ac26f6c6", + "key": "settings/迁移至 K8s", + "value": "" + } + ], + "zh-CN": [ + { + "id": "2839df2a-fb0d-4c5e-9cc0-670e91bcfcb3", + "key": "settings/存储扩容与变迁", + "value": "" + }, + { + "id": "cfcda835-3edc-4ee2-86c9-89ff353f3de6", + "key": "settings/迁移至 RDS", + "value": "" + }, + { + "id": "4e98acb1-9d4a-4580-9444-0511bf7db8ef", + "key": "settings/Headless", + "value": "" + }, + { + "id": "077e89c7-6d8c-4611-8e8a-64ecc10a8c58", + "key": "settings/函数计算", + "value": "" + }, + { + "id": "04bad093-1be2-450d-8377-1c250f4f62ff", + "key": "settings/弹性伸缩", + "value": "" + }, + { + "id": "4c9c764e-7af8-4897-bfe4-f9f6c901b7f8", + "key": "settings/成本优化", + "value": "" + }, + { + "id": "2591385c-6dbb-4686-ba9c-e9ab89714f00", + "key": "settings/容器化改造", + "value": "" + }, + { + "id": "080549bf-bf13-48ba-8524-8fe37e813861", + "key": "settings/集成与连接", + "value": "" + }, + { + "id": "b267ef14-a654-4810-aa57-69ab14df6e27", + "key": "settings/VPC网络", + "value": "" + }, + { + "id": "61a95408-b5a0-4b00-826b-122daa3a0e44", + "key": "settings/对象存储挂载", + "value": "" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "560fpUzyxVk6ghsM6gXc49", + "type": "Entry", + "createdAt": "2022-10-12T07:41:27.140Z", + "updatedAt": "2022-10-12T07:45:21.882Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 19, + "publishedAt": "2022-10-12T07:45:21.882Z", + "firstPublishedAt": "2022-10-12T07:45:21.882Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 20, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/560fpUzyxVk6ghsM6gXc49" + }, + "fields": { + "type": { + "en-US": [ + "FAQ" + ] + }, + "title": { + "en-US": "Which public cloud platforms can I subscribe to Websoft9's products?", + "zh-CN": "在哪些公有云平台可以订阅 Websoft9 的产品?" + }, + "slug": { + "en-US": "faq-pricing-which-public-cloud-platforms" + }, + "description": { + "en-US": "我们在 Azure, AWS, 阿里云,华为云,腾讯云等全球主流的云平台发布了可以[订阅](https://support.websoft9.com/docs/buy/subscription)的商品", + "zh-CN": "我们在 Azure, AWS, 阿里云,华为云,腾讯云等全球主流的云平台发布了可以[订阅](https://support.websoft9.com/docs/buy/subscription)的商品" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "ILY1D7yE91xhFQngaKhUe", + "type": "Entry", + "createdAt": "2022-10-12T07:45:36.706Z", + "updatedAt": "2022-10-12T07:49:23.448Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 20, + "publishedAt": "2022-10-12T07:49:23.448Z", + "firstPublishedAt": "2022-10-12T07:49:12.879Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 21, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/ILY1D7yE91xhFQngaKhUe" + }, + "fields": { + "type": { + "en-US": [ + "FAQ" + ] + }, + "title": { + "en-US": "Do you provide invoice and contract?", + "zh-CN": "你们提供合同和发票吗?" + }, + "slug": { + "en-US": "faq-pricing-do-you-provide-invoice-and-contract" + }, + "description": { + "en-US": "Yes", + "zh-CN": "是的,我们针对任何订阅均提供合同和发票,哪怕您仅仅使用了一小时(付费0.3元),我们也有义务为您开具发票。" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "GgXovFthZb7qeP0ZhW1Xu", + "type": "Entry", + "createdAt": "2022-10-12T07:49:41.875Z", + "updatedAt": "2022-10-12T07:51:14.358Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2022-10-12T07:51:14.358Z", + "firstPublishedAt": "2022-10-12T07:51:14.358Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/GgXovFthZb7qeP0ZhW1Xu" + }, + "fields": { + "type": { + "en-US": [ + "FAQ" + ] + }, + "title": { + "en-US": "I don't want to manage the server, do you offer hosting?", + "zh-CN": "我不想管理服务器,你们提供托管服务吗?" + }, + "slug": { + "en-US": "faq-pricing-have-hosting" + }, + "description": { + "en-US": "We can provide you with server hosting services", + "zh-CN": "我们可以为您提供服务器托管服务" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "KzikswT7eYuRgaZcvHhRY", + "type": "Entry", + "createdAt": "2022-10-12T07:51:39.586Z", + "updatedAt": "2022-10-12T07:53:25.335Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 17, + "publishedAt": "2022-10-12T07:53:25.335Z", + "firstPublishedAt": "2022-10-12T07:53:25.335Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 18, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/KzikswT7eYuRgaZcvHhRY" + }, + "fields": { + "type": { + "en-US": [ + "FAQ" + ] + }, + "title": { + "en-US": "Can I use Websoft9 on my Private Cloud?", + "zh-CN": "私有云如何使用你们的产品?" + }, + "slug": { + "en-US": "faq-pricing-can-i-use-websoft9-on-my-private-cloud" + }, + "description": { + "en-US": "We can provide service for you, you should contact us before", + "zh-CN": "我们可以为私有云提供服务,如果有需要建议联系我们的客户成功团队" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "30faARL1f0brApixsVgt68", + "type": "Entry", + "createdAt": "2022-10-12T07:53:41.017Z", + "updatedAt": "2022-10-12T07:55:33.909Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 18, + "publishedAt": "2022-10-12T07:55:33.909Z", + "firstPublishedAt": "2022-10-12T07:55:33.909Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 19, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/30faARL1f0brApixsVgt68" + }, + "fields": { + "type": { + "en-US": [ + "FAQ" + ] + }, + "title": { + "en-US": "Can I use Websoft9 on my Server which have not Internet?", + "zh-CN": "服务器没有网络,如何使用你们的产品?" + }, + "slug": { + "en-US": "faq-pricing-have-not-internet" + }, + "description": { + "en-US": "We can provide offline installation packages for server environments without network. If you have this need, please contact our Customer Success team first", + "zh-CN": "我们可以为无网络的服务器环境提供离线安装包。如果您有此方面的需求,请先联系我们的客户成功团队" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4gdq320tBvOpqzWhvEg2Ot", + "type": "Entry", + "createdAt": "2022-10-13T00:06:12.735Z", + "updatedAt": "2022-10-13T00:06:46.924Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2022-10-13T00:06:46.924Z", + "firstPublishedAt": "2022-10-13T00:06:46.924Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4gdq320tBvOpqzWhvEg2Ot" + }, + "fields": { + "type": { + "en-US": [ + "Pricing" + ] + }, + "title": { + "en-US": "High-performance guidance", + "zh-CN": "高性能指导" + }, + "slug": { + "en-US": "pricing-item-hpc" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7s6wQu0OOD3Tu6VzLkcTE", + "type": "Entry", + "createdAt": "2022-10-13T00:56:43.746Z", + "updatedAt": "2024-11-01T07:55:14.608Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 141, + "publishedAt": "2024-11-01T07:55:14.608Z", + "firstPublishedAt": "2022-10-13T01:50:33.337Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 27, + "version": 142, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7s6wQu0OOD3Tu6VzLkcTE" + }, + "fields": { + "key": { + "en-US": "tensorflow" + }, + "trademark": { + "en-US": "TensorFlow", + "zh-CN": "TensorFlow" + }, + "title": { + "en-US": "Visual Machine Learning Stack for TensorFlow", + "zh-CN": "开源机器学习框架 TensorFlow" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "33XEOuKkHmmg0ZzbeFORnl" + } + } + }, + "summary": { + "en-US": "TensorFlow is an end-to-end open source machine learning platform.", + "zh-CN": "TensorFlow 是一个端到端开源机器学习平台" + }, + "overview": { + "en-US": "This product integrates TensorFlow, which is an end-to-end open source platform for machine learning. It has a comprehensive, flexible ecosystem of tools, libraries and community resources that lets researchers push the state-of-the-art in ML and developers easily build and deploy ML powered applications.", + "zh-CN": "由 Websoft9 提供的 TensorFlow 镜像环境,预装了 TensorFlow 2.8, Nginx 1.20, Python3.8等组件,可在云服务器上一键部署。TensorFlow 是一个端到端开源机器学习平台。它可以轻松地构建模型、随时随地进行可靠的机器学习生产、进行强大的研究实验。" + }, + "description": { + "en-US": "TensorFlow is an end-to-end open source machine learning platform. It has a comprehensive and flexible ecosystem, which contains a variety of tools, libraries and community resources. In terms of machine learning, it can easily build models, carry out reliable machine learning production anytime and anywhere, and conduct powerful research experiments.\n", + "zh-CN": "TensorFlow 是一个端到端开源机器学习平台。它拥有一个全面而灵活的生态系统,其中包含各种工具、库和社区资源。在机器学习方面,它可以轻松地构建模型、随时随地进行可靠的机器学习生产、进行强大的研究实验。\n" + }, + "screenshots": { + "en-US": [ + { + "id": "0243e497-9f74-4fbb-b727-d706007b1601", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/tensorflow/tensowflow-gui-websoft9.jpg" + }, + { + "id": "8dbf91ed-3c38-4a20-bf78-beacf07a0f2c", + "key": "tensorboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/tensorflow/tensorboard.gif" + } + ], + "zh-CN": [ + { + "id": "6e0024b4-895f-4880-aaae-7e60289bda4c", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/tensorflow/tensowflow-gui-websoft9.jpg" + }, + { + "id": "26f9291a-a949-4f07-809e-6652d0ff101a", + "key": "tensorboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/tensorflow/tensorboard.gif" + } + ] + }, + "hot": { + "en-US": 300 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3qYPrhMIqVldt4VKaOAVNm" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "F1x1iU9tADGTElFtxbHmp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "H7IGWVo0RwUyMML7bGDJo" + } + } + ] + }, + "os": { + "en-US": [ + "Linux", + "Windows" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "highlights": { + "en-US": [ + "TensorBoard installed, running state through the graphical management program", + "Easy model building", + "Robust ML production anywhere", + "Powerful experimentation for research" + ], + "zh-CN": [ + "默认安装 TensorBoard,通过图形化管理程序运行状态", + "轻松地构建模型", + "随时随地进行可靠的机器学习生产", + "强大的研究实验" + ] + }, + "faq": { + "en-US": [ + { + "id": "4ce3d67d-3cc0-4b9f-99f6-80c94a51927b", + "key": "How is TensorFlow installed?", + "value": "Use pip install in the Python virtual environment" + }, + { + "id": "58249608-3eaf-4efb-91ba-0218d7374759", + "key": "Is there a web-base GUI database management tools?", + "value": "Yes, TensorBoard is on it, visit by http://Internet IP:6006" + }, + { + "id": "8c2b058c-a10a-4ae6-b0f1-4032a5f95ce7", + "key": "What are the requirements for TensorFlow to implement GPU support?", + "value": "Requires NVIDIA® GPU graphics card along with drivers and tools. For details, please refer to : https://www.tensorflow.org/install/gpu" + } + ], + "zh-CN": [ + { + "id": "300e48d9-0ee2-476c-b8f8-7dbd9f57df40", + "key": "TensorFlow 是如何安装的?", + "value": "是创建 Python 隔离环境后,基于 pip 安装。" + }, + { + "id": "caeb32a4-679b-4097-9e21-c787072fdfff", + "key": "是否有可视化的管理工具?", + "value": "有,内置TensorBoard,访问地址:http://服务器公网IP:6006/" + }, + { + "id": "c240118f-5e71-41fe-bb76-eb882ef42956", + "key": "TensorFlow 实现 GPU 支持需要哪些条件?", + "value": "需要 NVIDIA® GPU显卡以及驱动程序和工具。详细请参照TensorFlow GPU 支持软硬件要求:https://www.tensorflow.org/install/gpu" + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1yDnnV4tU0NWnq9X013fOC" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "12nhFYWwBLQIQ2zHUHELnA" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5bFfqXIcehqRrhgs5GSove" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ErftetWADiFvvgRO3pFnU" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.tensorflow.org/" + }, + "trademarkUrl": { + "en-US": "https://www.tensorflow.org/extras/tensorflow_brand_guidelines.pdf" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5nnWNotOqyUr46d2ZEQzsA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + } + ] + }, + "keywords": { + "en-US": [ + "TensorFlow", + "AI", + "ML", + "Machine learning " + ], + "zh-CN": [ + "TensorFlow ", + "人工智能", + "机器学习" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "2.18.0-jupyter", + "latest-jupyter" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 1, + "zh-CN": 1 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2ouAsJOxz23fjjcLg3ZDif", + "type": "Entry", + "createdAt": "2022-10-13T02:36:30.563Z", + "updatedAt": "2022-10-13T02:37:25.919Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-10-13T02:37:25.919Z", + "firstPublishedAt": "2022-10-13T02:36:57.277Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2ouAsJOxz23fjjcLg3ZDif" + }, + "fields": { + "title": { + "en-US": "All Service → ", + "zh-CN": "所有服务 → " + }, + "link": { + "en-US": "/services" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5EnJ228K0n3yi7Np6NQyeI", + "type": "Entry", + "createdAt": "2022-10-13T07:06:52.515Z", + "updatedAt": "2022-10-25T04:33:22.891Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 127, + "publishedAt": "2022-10-25T04:33:22.891Z", + "firstPublishedAt": "2022-10-13T07:13:42.164Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 11, + "version": 128, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "service" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5EnJ228K0n3yi7Np6NQyeI" + }, + "fields": { + "key": { + "en-US": "purchasing" + }, + "title": { + "en-US": "Software Purchasing service", + "zh-CN": "软件采购服务" + }, + "customerType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "uOZ1ahNqe1lKQuyI7OOIP" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4PbqNe6zQ9DthlKO6hdwXg" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "TGMUFy27pWS4zH7v1UPoq" + } + } + ] + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3vCjbC4LJQgteJ0A8T5eEF" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ef9HoFkuoZ0V8zw2Ua3f1" + } + } + ] + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1Nu794PuTFVm7SPDpQDHHw" + } + } + ] + }, + "pricing": { + "en-US": 3000, + "zh-CN": 20000 + }, + "featureImage": { + "en-US": "https://libs.websoft9.com/Websoft9/resource/service/service-feature-purchase-websoft9.svg" + }, + "images": { + "en-US": [ + "https://libs.websoft9.com/Websoft9/resource/service/purchasing-slide001-websoft9.jpg" + ] + }, + "summary": { + "en-US": "帮助大中型企业客户寻找优质的软件工具平台,代理采购,预付", + "zh-CN": "帮助大中型企业客户寻找优质的软件工具平台,代理采购,预付" + }, + "overview": { + "en-US": "大中型企业采购流程具备很高的合规要求,而软件产品的种类非常繁多,面对小型软件工具的采购,大中型企业的流程应对将会非常困难,效率低,谈判没有对象。\n\nWebsoft9 软件代理采购服务专门为大中型企业提供通用型或小众软件的服务" + }, + "BuyRemark": { + "en-US": "为了更有效的与 Websoft9 合作,需要为此准备:\n\n- 成为企业客户的供应商\n- 确定合作产品名录\n- 确定结算方式" + }, + "services": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ISFskJJHMDSaU6FutQXGT" + } + } + ] + }, + "cases": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "37hbTbpX2IgMHhDNT7bQXh" + } + } + ] + }, + "resources": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6Wg4L16cNLQ4zEF45zHi0m" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6nGmjwTMml5TQR6eAeWdBK" + } + } + ] + }, + "values": { + "en-US": [ + { + "id": "04ab561f-7cf2-4e4a-a38b-4b9a14e3042b", + "key": "luggage/降低采购成本", + "value": "" + }, + { + "id": "122fbfd0-0911-4870-bb16-1f22f367e99b", + "key": "luggage/一站式寻源", + "value": "" + }, + { + "id": "c2472c39-99f0-4b97-bace-c5d5eaba6246", + "key": "luggage/简化全球采购复杂度", + "value": "" + }, + { + "id": "d418bf06-d97e-4f78-88a1-a3117fc15826", + "key": "luggage/获得全面的技术支持", + "value": "" + }, + { + "id": "417ebf27-4a13-4afd-bda6-32886bf085db", + "key": "luggage/简化法律谈判", + "value": "" + } + ], + "zh-CN": [ + { + "id": "b8f15c32-7159-4c3a-bf5b-9c5584bbe994", + "key": "luggage/降低采购成本", + "value": "" + }, + { + "id": "d96f31b2-3077-4d0c-a3d5-e82ed6996436", + "key": "luggage/一站式寻源", + "value": "" + }, + { + "id": "e55f0c18-03d7-479f-9750-0b0be278768a", + "key": "luggage/简化全球采购复杂度", + "value": "" + }, + { + "id": "c76dd4e8-b81a-4637-b6c4-c543821bfd42", + "key": "luggage/获得全面的技术支持", + "value": "" + }, + { + "id": "1cebdbdd-c11a-469d-9023-693aa2017591", + "key": "luggage/简化法律谈判", + "value": "" + } + ] + }, + "task": { + "en-US": [ + { + "id": "e278cc98-6439-4e51-89f7-f289e199d138", + "key": "task_alt/采购寻源", + "value": "" + }, + { + "id": "3bd94723-fac1-4728-a5aa-82794dd0e3cf", + "key": "task_alt/代付货款", + "value": "" + }, + { + "id": "50d736a0-7495-4004-b4b4-e42b990d44df", + "key": "task_alt/供应商谈判", + "value": "" + }, + { + "id": "32510b88-78c2-47fb-a8b5-6e807c7eb6f0", + "key": "task_alt/折扣申请", + "value": "" + }, + { + "id": "ae84f7ac-b8b9-47e7-9bbf-52879ba2836d", + "key": "task_alt/外币付款", + "value": "" + }, + { + "id": "ed847dea-758a-4a95-935b-e78700c86037", + "key": "task_alt/英文沟通", + "value": "" + }, + { + "id": "5848c5cf-ea59-4f5b-a741-0806d5567d70", + "key": "task_alt/海外云资源账单代付", + "value": "" + }, + { + "id": "1071aebe-4938-4f97-89b5-fdb5da634eac", + "key": "task_alt/美元代收款", + "value": "" + } + ], + "zh-CN": [ + { + "id": "06e144a3-7470-4eb9-b040-e476c7e53d04", + "key": "task_alt/采购寻源", + "value": "" + }, + { + "id": "61f41750-0e0a-45a4-bd38-03f54953f109", + "key": "task_alt/代付货款", + "value": "" + }, + { + "id": "9ba55163-631f-4c03-b3c4-dbd6323ff261", + "key": "task_alt/供应商谈判", + "value": "" + }, + { + "id": "47318c7d-55e4-49ef-8043-084aa52c0921", + "key": "task_alt/折扣申请", + "value": "" + }, + { + "id": "34f74e6b-f961-492f-8b7e-1afde6325d4f", + "key": "task_alt/外币付款", + "value": "" + }, + { + "id": "87ca4a07-a6fb-4034-8460-df68f1c62a7f", + "key": "task_alt/英文沟通", + "value": "" + }, + { + "id": "835bab32-54d5-45c2-a1aa-e5608f19f80b", + "key": "task_alt/海外云资源账单代付", + "value": "" + }, + { + "id": "988070fc-37c1-4b61-8aa2-5b4a8db26510", + "key": "task_alt/美元代收款", + "value": "" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6due58Vh6kPbn9fjPqs2hh", + "type": "Entry", + "createdAt": "2022-10-13T08:42:00.348Z", + "updatedAt": "2022-10-13T08:42:33.217Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-10-13T08:42:33.217Z", + "firstPublishedAt": "2022-10-13T08:42:33.217Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6due58Vh6kPbn9fjPqs2hh" + }, + "fields": { + "title": { + "en-US": "Why Websoft9", + "zh-CN": "优势" + }, + "link": { + "en-US": "/features" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "62AsVWlbk5ScvdE7WCmk8J", + "type": "Entry", + "createdAt": "2022-10-13T08:44:49.293Z", + "updatedAt": "2022-10-13T08:45:54.968Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-10-13T08:45:54.968Z", + "firstPublishedAt": "2022-10-13T08:45:54.968Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/62AsVWlbk5ScvdE7WCmk8J" + }, + "fields": { + "title": { + "en-US": "200+ Applications", + "zh-CN": "200+ 应用" + }, + "link": { + "en-US": "/apps" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "jK5sceOMiqKQoA4Vr45Fh", + "type": "Entry", + "createdAt": "2022-10-13T08:45:10.102Z", + "updatedAt": "2022-10-13T08:46:28.419Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2022-10-13T08:46:28.419Z", + "firstPublishedAt": "2022-10-13T08:46:28.419Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/jK5sceOMiqKQoA4Vr45Fh" + }, + "fields": { + "title": { + "en-US": "Service", + "zh-CN": "服务" + }, + "link": { + "en-US": "/services" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3COKRTV4sHGcYCnErWvaN0", + "type": "Entry", + "createdAt": "2022-10-13T08:50:10.300Z", + "updatedAt": "2022-10-24T08:22:43.469Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2022-10-24T08:22:43.469Z", + "firstPublishedAt": "2022-10-13T08:50:30.144Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 3, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3COKRTV4sHGcYCnErWvaN0" + }, + "fields": { + "title": { + "en-US": "Get Support", + "zh-CN": "获得支持" + }, + "link": { + "en-US": "https://support.websoft9.com/en/docs/helpdesk", + "zh-CN": "https://support.websoft9.com/docs/helpdesk" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2im30rNU4I0czrdTR8OOJe", + "type": "Entry", + "createdAt": "2022-10-13T08:52:07.972Z", + "updatedAt": "2022-11-01T01:13:21.515Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2022-11-01T01:13:21.515Z", + "firstPublishedAt": "2022-10-13T08:53:02.605Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 2, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "menu" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2im30rNU4I0czrdTR8OOJe" + }, + "fields": { + "title": { + "en-US": "Online Chat", + "zh-CN": "在线人工客服" + }, + "link": { + "en-US": "/contact-us", + "zh-CN": "/contact-us" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "52B5PbVYDmVFrql23FjlMv", + "type": "Entry", + "createdAt": "2022-10-15T02:40:57.693Z", + "updatedAt": "2024-06-25T06:39:41.594Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 166, + "publishedAt": "2024-06-25T06:39:41.594Z", + "firstPublishedAt": "2022-10-15T02:50:02.081Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 6, + "version": 167, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/52B5PbVYDmVFrql23FjlMv" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6L1iC7HYFCxlvPBPd9wmQS" + } + }, + "zh-CN": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "devops" + }, + "title": { + "en-US": "DevOps All-in-One", + "zh-CN": "DevOps 全家桶" + }, + "subTitle": { + "en-US": "如果想更快、更好地制造软件,DevOps 就是答案。Websoft9 平台提供了开发、构建、交付和监控全生命周期的工具,助力您向 DevOps 转变", + "zh-CN": "如果想更快、更好地制造软件,DevOps 就是答案。Websoft9 平台提供了开发、构建、交付和监控全生命周期的工具,助力您向 DevOps 转变" + }, + "featureImage": { + "en-US": "https://libs.websoft9.com/Websoft9/resource/solution/devops-feature-websoft9.png" + }, + "description": { + "en-US": "DevOps is a combination of software developers (dev) and operations (ops). It is defined as a software engineering methodology which aims to integrate the work of software development and software operations teams by facilitating a culture of collaboration and shared responsibility.\n\n如果企业没有实现 DevOps 的转变,那么在软件的生产和维护过程中一定面临极大的挑战:", + "zh-CN": "DevOps是软件开发人员 (dev) 和运维人员 (ops) 的组合。它被定义为一种软件工程方法,旨在通过促进协作和共同责任的文化来整合软件开发和软件运营团队的工作。\n\n如果企业没有实现 DevOps 的转变,那么在软件的生产和维护过程中一定面临极大的挑战:" + }, + "features_List": { + "en-US": [ + { + "id": "65110379-2e65-4dd8-98ed-9bcde4852134", + "key": "warehouse/Source Code Management", + "value": "Teams looking for better ways to manage changes to documents, software, images, large web sites, and other collections of code, configuration, and metadata among disparate teams." + }, + { + "id": "cdf68432-49c8-4a86-a36d-aac6f511d199", + "key": "warehouse/Agile Project", + "value": "Teams looking for a better way of initiating, planning, executing, controlling, and closing the work of a team to achieve specific goals and meet specific success criteria at the specified time." + }, + { + "id": "bfb0976a-1341-4861-ad1e-864409928ace", + "key": "data_array/Continuous Integration (CI)", + "value": "Teams looking for ways to automate the build and testing processes to consistently integrate code and continuously test to minimise the manual efforts spent in frequent runs of unit and integration tests." + }, + { + "id": "b72fd2f2-4e0f-47ec-9c40-5d6df9927824", + "key": "send_time_extension/Continuous Delivery (CD)", + "value": "Teams looking for ways to automate the build, test and packaging, configuration and deployment of applications to a target environment." + }, + { + "id": "94ec5f83-b948-4e7d-bb52-5ef47bfbf5b5", + "key": "verified_user/Software supply chain Security", + "value": "Teams looking for ways to identify vulnerabilities during development with actionable information to empower dev to remediate vulnerabilities earlier in the lifecycle have specific goals and meet specific success criteria at the specified time." + }, + { + "id": "7e1bedac-9553-4664-832c-a51f7d64e524", + "key": "monitor_heart/Monitoring and Feedback", + "value": "Teams looking for ways to embed monitoring into every deployed version and the impact of application changes to the business value and user experience." + } + ], + "zh-CN": [ + { + "id": "afaa9f91-16d5-4395-bc7e-05df01316f31", + "key": "warehouse/源代码管理", + "value": "团队正在寻找更好的方法来管理不同团队之间对文档、软件、图像、大型网站以及其他代码、配置和元数据集合的更改。" + }, + { + "id": "faa4b89d-7b53-41cc-9d18-c9c79f08d1ec", + "key": "view_kanban/项目管理", + "value": "团队正在寻找一种更好的方式来启动、计划、执行、控制和结束团队的工作,以在指定的时间实现特定的目标并满足特定的成功标准。" + }, + { + "id": "86a8a729-409b-407d-bb11-51cfacc3697c", + "key": "data_array/持续集成", + "value": "团队正在寻找自动化构建和测试过程的方法,以一致地集成代码和持续测试,以最大限度地减少频繁运行单元和集成测试所花费的手动工作量。" + }, + { + "id": "e8e1a05e-160d-4fa3-b8d4-7111b5d2512c", + "key": "send_time_extension/持续交付", + "value": "团队正在寻找将应用程序的构建、测试和打包、配置和部署自动化到目标环境的方法。" + }, + { + "id": "1209b395-21df-48fd-844d-7125a9c7b559", + "key": "verified_user/供应链安全", + "value": "寻找在开发过程中使用可操作信息识别漏洞的方法以使开发人员能够在生命周期的早期修复漏洞的团队有特定的目标并在指定的时间满足特定的成功标准。" + }, + { + "id": "eb105bf1-8323-43d3-b18f-59ccea1b28f7", + "key": "monitor_heart/监测和反馈", + "value": "团队正在寻找将监控嵌入到每个已部署版本以及应用程序更改对业务价值和用户体验的影响的方法。" + } + ] + }, + "content": { + "en-US": "当今软件的生产模式越来越趋向于制造业,流水线理念的引入彻底让软件发布的生产率得到巨大提升,这就是 DevOps 模式的本质。DevOps combines development and operations to increase the efficiency, speed, and security of software development and delivery compared to traditional processes. A more nimble software development lifecycle results in a competitive advantage for businesses and their customers.\n\nThe DevOps methodology comprises four key principles that guide the effectiveness and efficiency of application development and deployment. These principles, listed below, center on the best aspects of modern software development.\n\n- Automation of the software development lifecycle\n- Collaboration and communication\n- Continuous improvement and minimization of waste\n- Hyperfocus on user needs with short feedback loops\n\nBy adopting these principles, organizations can improve code quality, achieve a faster time to market, and engage in better application planning.\n\nBy empowering all teams – Software, Operations, IT, Security, and Business – to collaboratively plan, build, secure, and deploy software across an end-to-end unified system\n", + "zh-CN": "当今软件的生产模式越来越趋向于制造业,流水线理念的引入彻底让软件发布的生产率得到巨大提升,这就是 DevOps 模式的本质。与传统流程相比,DevOps 将开发和运营相结合,以提高软件开发和交付的效率、速度和安全性。更灵活的软件开发生命周期可为企业及其客户带来竞争优势。\n\nDevOps 方法包括指导应用程序开发和部署的有效性和效率的四个关键原则。下面列出的这些原则集中在现代软件开发的最佳方面。\n\n- 软件开发生命周期的自动化\n- 协作与沟通\n- 持续改进和减少浪费\n- 通过短反馈循环高度关注用户需求\n\n通过采用这些原则,组织可以提高代码质量、缩短上市时间并进行更好的应用程序规划。\n\n最后,我们需要有一个核心的 DevOps 平台,它由一个有凝聚力的用户界面提供支持,在端到端统一系统中协作规划、构建、保护和部署软件,与自我管理或 SaaS 部署无关。\n\nWebsoft9 多应用托管提供了数十个 DevOps 工具,它帮助用户快速开启 DevOps 旅程。" + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2vJpo1HfxfWhIwHrTzCKfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2egsbucdICHe16HXbXVeRf" + } + } + ] + }, + "customers": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5J2KMiB79zn0848VEUWmE6" + } + } + ] + }, + "persons": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3CXg9yAV2KAaZVGCRgmj3k" + } + } + ] + }, + "products": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5iI41E1ctdn7XBuv5g1oqU" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3hhszKLEOur4obfBqAGI8u" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1qjlphna9bZr2UIJuPimXG" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "yhZBwXL9qelsD2sPfsMxC" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4dyFaL0wj9kr5WE9akRHkg" + } + } + ] + }, + "services": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4dKup4KPY8IrUWUAsFURjU" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5CHlpGDPM4LjmkyY6WriXd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1NbJE6EuFhtauO6gderoYr" + } + } + ] + }, + "resources": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "64lZhS6eI3SkmXQ9vrLpYx" + } + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5WKhPDoXrkwKkJomj8jzCp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "wrdKvKirsgcNXMvlmppVJ" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5VnT7doKS9SCSyYsEECmiz" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6ZxNBKnvZwSwK5hYJIO74C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5UuBH4b0zhyMD4oGb9FSpf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1yDnnV4tU0NWnq9X013fOC" + } + } + ] + }, + "action": { + "en-US": [ + { + "id": "21d0cd2b-2699-448b-a5f7-d1ac3924e92e", + "key": "Get solution", + "value": "/" + } + ], + "zh-CN": [ + { + "id": "bf89d09c-f78f-4c36-b5c2-037c7071aee5", + "key": "体验产品", + "value": "/" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1jdzbYUKtMWSWh4u4fNeXt", + "type": "Entry", + "createdAt": "2022-10-15T02:55:44.404Z", + "updatedAt": "2022-10-22T03:18:46.638Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 168, + "publishedAt": "2022-10-22T03:18:46.638Z", + "firstPublishedAt": "2022-10-15T03:00:52.043Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 9, + "version": 169, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1jdzbYUKtMWSWh4u4fNeXt" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6L1iC7HYFCxlvPBPd9wmQS" + } + }, + "zh-CN": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "software-supply-chain" + }, + "title": { + "en-US": "Software Supply Chain", + "zh-CN": "软件供应链" + }, + "subTitle": { + "en-US": "软件供应链聚焦于软件的合规、安全和成本三个方面。Websoft9 本质上是一个聚合的软件供应链服务平台,提供可用的软件产品,并保证可用性和合规,帮助企业从复杂的软件供应链管理解脱出来", + "zh-CN": "软件供应链聚焦于软件的合规、安全和成本三个方面。Websoft9 本质上是一个聚合的软件供应链服务平台,提供可用的软件产品,并保证可用性和合规,帮助企业从复杂的软件供应链管理解脱出来" + }, + "featureImage": { + "en-US": "https://libs.websoft9.com/Websoft9/resource/solution/softwarescm-feature-websoft9.png" + }, + "description": { + "en-US": "软件供应链虽然只是 2014 年出现的新名词,但它已经快速的成为了企业和政府界热门的名词。\n\n传统的“供应链管理”描述了在原材料转化为成品并交付给消费者时管理原材料流动的行为。而软件供应链与传统的供应链相比,并没有什么本质上的差异。实际上,软件供应链是组件(少量预制代码)在开发过程中移动并转化为成品软件,然后分发给客户的方式。这类似于物理原材料如何转化为成品,然后运送到商店货架。\n\nNIST (美国国家标准与技术研究院)于 2021 年发布了[《软件供应链安全指南》](https://www.nist.gov/itl/executive-order-14028-improving-nations-cybersecurity/software-supply-chain-security-guidance),是目前供应的一种标准。\n\n企业信息化、数字化中会采用开源、商业授权和SaaS等多种软件提供商,数量多达数十种,如何管理这么复杂的软件供应链,是每个企业必须做出战略考量。\n", + "zh-CN": "[软件供应链](https://learn.sonatype.com/guides/software-supply-chain/)虽然只是 2014 年出现的新名词,但它已经快速的成为了企业和政府界热门的名词。\n\n传统的“供应链管理”描述了在原材料转化为成品并交付给消费者时管理原材料流动的行为。而软件供应链与传统的供应链相比,并没有什么本质上的差异。实际上,软件供应链是组件(少量预制代码)在开发过程中移动并转化为成品软件,然后分发给客户的方式。这类似于物理原材料如何转化为成品,然后运送到商店货架。\n\nNIST (美国国家标准与技术研究院)于 2021 年发布了《软件供应链安全指南》[https://www.nist.gov/itl/executive-order-14028-improving-nations-cybersecurity/software-supply-chain-security-guidance],是目前供应的一种标准。\n\n企业信息化、数字化中会采用开源、商业授权和SaaS等多种软件提供商,数量多达数十种,如何管理这么复杂的软件供应链,是每个企业必须做出战略考量。\n" + }, + "features_List": { + "en-US": [ + { + "id": "e0c663e7-bb75-486d-ab7f-6bebd4e678a4", + "key": "verified_user/安全保护", + "value": "组织在试图保护其软件供应链方面面临着越来越多的新挑战。随着组织扩展并在分布式团队中加入更多开发人员,劳动力已经过渡到更加分布式的模型,这变得特别困难。" + } + ], + "zh-CN": [ + { + "id": "bfad3e06-4d8f-4632-a8e6-6fb849b848a1", + "key": "verified_user/安全保护", + "value": "组织在试图保护其软件供应链方面面临着越来越多的新挑战。随着组织扩展并在分布式团队中加入更多开发人员,劳动力已经过渡到更加分布式的模型,这变得特别困难。" + }, + { + "id": "56d6f9e3-c348-4b62-968d-6255fdbeae19", + "key": "monetization_on/供应链层级", + "value": "大多数企业都强烈倾向于购买商业软件而不是尝试构建自己的软件,这种情况下软件的链条变得很深,如何控制供应链安全成为难题" + }, + { + "id": "ccad30f3-377d-4edb-ab91-b67f2b80ec8e", + "key": "source/数据隐私保护", + "value": "数据的隐私保护是任何国家在法律层面都予以明确的规定,一旦出现隐私违规事故,对企业的可能会造成无法挽回的信誉损失和经济损失。" + }, + { + "id": "8a14e5fd-575f-4edb-87ad-a31586a57128", + "key": "format_list_bulleted/软件物料清单 (SBOM)", + "value": "包含用于构建软件的各种组件的详细信息和供应链关系的正式记录" + }, + { + "id": "2510386c-a48d-484e-8c89-b6ef4cce018b", + "key": "factory/供应商锁定", + "value": "软件供应链中需要考虑组件的多个选择,避免出现供应商锁定或组件的生命周期终止而导致软件不可运行的情况" + }, + { + "id": "a3c7be4e-dc1c-4b0a-a461-8b472eeaa1f5", + "key": "money/成本战略", + "value": "开源组件是免费的,但成本仍然是一个战略因素,因为开发时间很昂贵,而且易受攻击或低质量的组件需要修复。成功的软件组织在选择最好的开源组件时是经过深思熟虑的。他们有一些值得信赖的来源,他们只选择最高质量的组件。" + } + ] + }, + "content": { + "en-US": "利用 Websoft9 平台中软件供应链的工具,配套开发新的标准、最佳实践和其他指南,以增强软件供应链的安全、合规和成本可控。\n\n具体的执行指南包括:\n\n- 评估软件安全性的标准 \n- 评估开发商和供应商自身安全实践的标准,以及证明符合安全实践的创新工具或方法\n- 监控 SBOM 中组件的运行状况\n- 与法律部门协作,确保符合 IP 条款 ", + "zh-CN": "利用 Websoft9 平台中软件供应链的工具,配套开发新的标准、最佳实践和其他指南,以增强软件供应链的安全、合规和成本可控。\n\n具体的执行指南包括:\n\n- 评估软件安全性的标准 \n- 评估开发商和供应商自身安全实践的标准,以及证明符合安全实践的创新工具或方法\n- 监控 SBOM 中组件的运行状况\n- 与法律部门协作,确保符合 IP 条款 " + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DSAb3ELBEvRai7Xd5iiTR" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2pARFDEPOkLnVBlFJIvdhS" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7gSUmRSvmDJZHtNixbTv37" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7AqYHfFbGKwe4pRPNDBwU8" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1qXseYlYbzvLp1mlDU8EfE" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5SeKy5Xr4AaW0wuPLB84Zk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "j5F4AVOqyfNZBnWgK3rRU" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7r6qYGW1rKI1lAQDsH0eoK" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6YGGN9K5CFmrkMo15TRIoT" + } + } + ] + }, + "customers": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3WwkNIdv51orqfOzi5YTqg" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1o6DbcGpjjvxmzul88Q7yF" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2iz862y6CFzpcMyRos9IiR" + } + } + ] + }, + "persons": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3CXg9yAV2KAaZVGCRgmj3k" + } + } + ] + }, + "products": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5iI41E1ctdn7XBuv5g1oqU" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3hhszKLEOur4obfBqAGI8u" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1qjlphna9bZr2UIJuPimXG" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "yhZBwXL9qelsD2sPfsMxC" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4dyFaL0wj9kr5WE9akRHkg" + } + } + ] + }, + "services": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5CHlpGDPM4LjmkyY6WriXd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "fB9TSWRGLHpwpQkEnQlRg" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4dKup4KPY8IrUWUAsFURjU" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4S33mXyFJ3L65kwiSpavVU" + } + } + ] + }, + "resources": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "64lZhS6eI3SkmXQ9vrLpYx" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6Wg4L16cNLQ4zEF45zHi0m" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6ufaYo6oRmAAu8yFzgkJQt" + } + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5WKhPDoXrkwKkJomj8jzCp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "wrdKvKirsgcNXMvlmppVJ" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + } + ] + }, + "action": { + "en-US": [ + { + "id": "21d0cd2b-2699-448b-a5f7-d1ac3924e92e", + "key": "Get solution", + "value": "/" + } + ], + "zh-CN": [ + { + "id": "bf89d09c-f78f-4c36-b5c2-037c7071aee5", + "key": "体验产品", + "value": "/" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "OBOPzHM0Q6rfPvJoKMEBL", + "type": "Entry", + "createdAt": "2022-10-15T03:17:48.100Z", + "updatedAt": "2024-06-25T06:04:18.226Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 162, + "publishedAt": "2024-06-25T06:04:18.226Z", + "firstPublishedAt": "2022-10-15T03:22:13.502Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 6, + "version": 163, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/OBOPzHM0Q6rfPvJoKMEBL" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6L1iC7HYFCxlvPBPd9wmQS" + } + }, + "zh-CN": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "higher-education" + }, + "title": { + "en-US": "Higher education", + "zh-CN": "高等教育实训" + }, + "subTitle": { + "en-US": "高等教育的课堂和实验环境,都需要在云上使用开源软件来进行教学。Websoft9 提供了大量的开源软件,可以让老师和学生使用一致性的实验环境,专注于学习而不是安装部署", + "zh-CN": "高等教育的课堂和实验环境,都需要在云上使用开源软件来进行教学。Websoft9 提供了大量的开源软件,可以让老师和学生使用一致性的实验环境,专注于学习而不是安装部署" + }, + "featureImage": { + "en-US": "https://libs.websoft9.com/Websoft9/resource/solution/higheducation-feature-websoft9.webp" + }, + "description": { + "en-US": "开源软件在教育行业具有不可替代的地位。学生做研究、老师做教学,开源软件是最好的技术实现载体,也是同行交流的极佳媒介。\n\n高等教育的教学管理部门以及专业课的老师,在云优先的数字经济时代,会面临新的挑战:\n\n- 课堂中需多元化的技术组件\n- 教学与实训需要一致性环境\n\n开源技术大爆炸的时代,让老师和学生需掌握更多云原生工具是极具战略价值的。开源软件在教育中的典型场景包括:\n\n- 教学演示环境\n- 软件试用学习\n- IT 专业的全栈学习平台\n- 开源社区参与培养\n\n高等教育的教学管理部门以及专业课的老师,在云优先的数字经济时代,会面临新的挑战:", + "zh-CN": "开源软件在教育行业具有不可替代的地位。学生做研究、老师做教学,开源软件是最好的技术实现载体,也是同行交流的极佳媒介。\n\n高等教育的教学管理部门以及专业课的老师,在云优先的数字经济时代,会面临新的挑战:\n\n- 课堂中需多元化的技术组件\n- 教学与实训需要一致性环境\n\n开源技术大爆炸的时代,让老师和学生需掌握更多云原生工具是极具战略价值的。开源软件在教育中的典型场景包括:\n\n- 教学演示环境\n- 软件试用学习\n- IT 专业的全栈学习平台\n- 开源社区参与培养\n\n高等教育的教学管理部门以及专业课的老师,在云优先的数字经济时代,会面临新的挑战:" + }, + "features_List": { + "en-US": [ + { + "id": "63bed8d9-7b33-4430-bbe3-1e03db8eb528", + "key": "content_copy/多元化的技术组件", + "value": "现代云架构需要技术的多面手,全栈能力显得愈发重要,所以学习需要掌握更多的技术工具与平台" + } + ], + "zh-CN": [ + { + "id": "abbedcc9-c2c2-4b54-8d6a-5f5fbb09370b", + "key": "content_copy/多元化的技术组件", + "value": "现代云架构需要技术的多面手,全栈能力显得愈发重要,所以学习需要掌握更多的技术工具与平台" + }, + { + "id": "bcc7484e-2bdc-4371-a3bd-d68b886c796f", + "key": "open_in_new/丰富的开源技术", + "value": "开源由于其易获取、低成本、可部署、可定制以及良好的社区学习氛围等特征,是之成为高等教育中重要的教学工具" + }, + { + "id": "be2ec370-6f1d-4506-bcff-6e81628335bf", + "key": "groups_2/团队协作", + "value": "团队学习无疑是比较高效率的学习方式,多人在同一个时期学习一种技术,就需要可以协作的技术平台" + }, + { + "id": "d5efa9ef-afee-4c06-ab66-abfd8ab2501b", + "key": "check_circle/一致性环境", + "value": "对于教师来说,一致性的运行环境可以降低教学的准备时间,同时,学习也由于一致性可以减少技术误会" + }, + { + "id": "d4575ff6-3194-4448-9397-9bed474ef0fe", + "key": "tab/远程教学", + "value": "远程教学是未来的学习方式,故,与需要之匹配的云实验环境" + }, + { + "id": "fe42e234-aa42-457e-8fc8-36b0c702a2f4", + "key": "settings_system_daydream/降低云资源成本", + "value": "由于学生数量多,学校在云支出如果没有精打细算的策略和手段,云资源的消耗可能会大大超过预算" + } + ] + }, + "content": { + "en-US": "Websoft9 云应用托管平台支持私有云部署,它天然就是高等院校和职业教育泛 IT 专业提供一站式实训软件平台。\n\n- 丰富的技术工具让老师可以保持最新的知识与技术,与企业社会保持高度同步\n- 自助的使用方式,可以让老师和学生从环境部署的复杂工作中解脱出来\n\n将 Websoft9 平台导入到教学中,需要如下几个步骤:\n\n- 整理归类:明确所需的软件组件以及版本要求\n- 镜像准备:将技术工具打包成可以部署的容器镜像\n- 平台集成:将镜像集成到 Websoft9 应用商店平台中,为老师和学习提供统一的管理入口\n- 运行监控:在可视化面板中运行应用、管理应用的生命周期\n- 成本控制:对云资源进行有效的成本控制,降低财务成本", + "zh-CN": "Websoft9 云应用托管平台支持私有云部署,它天然就是高等院校和职业教育泛 IT 专业提供一站式实训软件平台。\n\n- 丰富的技术工具让老师可以保持最新的知识与技术,与企业社会保持高度同步\n- 自助的使用方式,可以让老师和学生从环境部署的复杂工作中解脱出来\n\n将 Websoft9 平台导入到教学中,需要如下几个步骤:\n\n- 整理归类:明确所需的软件组件以及版本要求\n- 镜像准备:将技术工具打包成可以部署的容器镜像\n- 平台集成:将镜像集成到 Websoft9 应用商店平台中,为老师和学习提供统一的管理入口\n- 运行监控:在可视化面板中运行应用、管理应用的生命周期\n- 成本控制:对云资源进行有效的成本控制,降低财务成本" + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "67HnVx3n84uc5RL5Y3RaKV" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7IScircq1c10Z2MrtoxMtV" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4OYqOkeWFc5EyLcuQrsK2F" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2pARFDEPOkLnVBlFJIvdhS" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7gSUmRSvmDJZHtNixbTv37" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4fCQPBaSTCLGTJG0yZcH3p" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "71kNpUiu74R0BJKqHBqv1z" + } + } + ] + }, + "customers": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3tF6ouctnTTGa8WKcfvXmD" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2lrzcORyen3ELqRKCXZtGj" + } + } + ] + }, + "persons": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3CXg9yAV2KAaZVGCRgmj3k" + } + } + ] + }, + "products": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5iI41E1ctdn7XBuv5g1oqU" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1qjlphna9bZr2UIJuPimXG" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "yhZBwXL9qelsD2sPfsMxC" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4dyFaL0wj9kr5WE9akRHkg" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1ypqMYVLwu287CucGuTsOp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5iI41E1ctdn7XBuv5g1oqU" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Ygct2xwIX61j2bEZHVuQl" + } + } + ] + }, + "services": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2yLQzKQnbbff026cX8Mo5i" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4S33mXyFJ3L65kwiSpavVU" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "rc6Ib9oJZzBFO8xZWwWHm" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4dKup4KPY8IrUWUAsFURjU" + } + } + ] + }, + "resources": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "64lZhS6eI3SkmXQ9vrLpYx" + } + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5WKhPDoXrkwKkJomj8jzCp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "wrdKvKirsgcNXMvlmppVJ" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + } + ] + }, + "action": { + "en-US": [ + { + "id": "21d0cd2b-2699-448b-a5f7-d1ac3924e92e", + "key": "Get solution", + "value": "/" + } + ], + "zh-CN": [ + { + "id": "bf89d09c-f78f-4c36-b5c2-037c7071aee5", + "key": "体验产品", + "value": "/" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "0JMVZuWfsH8eVF7msIouO", + "type": "Entry", + "createdAt": "2022-10-17T04:11:27.911Z", + "updatedAt": "2022-10-17T04:15:14.669Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2022-10-17T04:15:14.669Z", + "firstPublishedAt": "2022-10-17T04:15:14.669Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/0JMVZuWfsH8eVF7msIouO" + }, + "fields": { + "title": { + "en-US": "Customer ABB" + }, + "slug": { + "en-US": "customer-abb" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/customer/abb-websoft9.png" + }, + "type": { + "en-US": [ + "Customer" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "60oaOKPKw4PuyfhWph3MDx", + "type": "Entry", + "createdAt": "2022-10-17T04:16:02.592Z", + "updatedAt": "2022-10-17T04:16:29.445Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2022-10-17T04:16:29.445Z", + "firstPublishedAt": "2022-10-17T04:16:29.445Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/60oaOKPKw4PuyfhWph3MDx" + }, + "fields": { + "title": { + "en-US": "Customer Adobe" + }, + "slug": { + "en-US": "customer-adobe" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/customer/adobe-websoft9.png" + }, + "type": { + "en-US": [ + "Customer" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3ITEI8SEXyYQ7Tk2djBRBd", + "type": "Entry", + "createdAt": "2022-10-17T04:16:42.372Z", + "updatedAt": "2022-10-25T00:43:08.527Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2022-10-25T00:43:08.527Z", + "firstPublishedAt": "2022-10-17T04:17:34.087Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3ITEI8SEXyYQ7Tk2djBRBd" + }, + "fields": { + "title": { + "en-US": "Customer Atos" + }, + "slug": { + "en-US": "customer-atos" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/customer/atos-websoft9.png" + }, + "type": { + "en-US": [ + "Customer" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6M8TbdYxjBL16GVUTEpQAw", + "type": "Entry", + "createdAt": "2022-10-17T04:17:50.880Z", + "updatedAt": "2022-11-03T09:19:04.209Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2022-11-03T09:19:04.209Z", + "firstPublishedAt": "2022-10-17T04:21:50.004Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6M8TbdYxjBL16GVUTEpQAw" + }, + "fields": { + "title": { + "en-US": "Customer iBox" + }, + "slug": { + "en-US": "customer-ibox" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/customer/ibox-websoft9.png" + }, + "type": { + "en-US": [ + "Customer" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "55kDZ4xd524Oj02GPUmObc", + "type": "Entry", + "createdAt": "2022-10-17T04:22:08.381Z", + "updatedAt": "2022-10-17T04:22:32.427Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2022-10-17T04:22:32.427Z", + "firstPublishedAt": "2022-10-17T04:22:32.427Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/55kDZ4xd524Oj02GPUmObc" + }, + "fields": { + "title": { + "en-US": "Customer Dell" + }, + "slug": { + "en-US": "customer-dell" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/customer/dell-websoft9.png" + }, + "type": { + "en-US": [ + "Customer" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2qkEN60zXJZzwwJ9di9CeU", + "type": "Entry", + "createdAt": "2022-10-17T04:22:40.343Z", + "updatedAt": "2022-10-17T04:24:26.761Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2022-10-17T04:24:26.761Z", + "firstPublishedAt": "2022-10-17T04:23:27.870Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2qkEN60zXJZzwwJ9di9CeU" + }, + "fields": { + "title": { + "en-US": "Customer Kingdee" + }, + "slug": { + "en-US": "customer-kingdee" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/customer/kingdee-websoft9.png" + }, + "type": { + "en-US": [ + "Customer" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3XzqhJ09xmsxVj5li5OEKE", + "type": "Entry", + "createdAt": "2022-10-17T04:24:33.061Z", + "updatedAt": "2022-10-17T04:26:48.394Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2022-10-17T04:26:48.394Z", + "firstPublishedAt": "2022-10-17T04:24:54.181Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3XzqhJ09xmsxVj5li5OEKE" + }, + "fields": { + "title": { + "en-US": "Customer Hitachi" + }, + "slug": { + "en-US": "customer-hitache" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/customer/hitachi-websoft9.png" + }, + "type": { + "en-US": [ + "Customer" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "YFy9eGsF4tXeG55F6LiAU", + "type": "Entry", + "createdAt": "2022-10-17T04:35:33.315Z", + "updatedAt": "2022-10-17T04:36:09.476Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-10-17T04:36:09.476Z", + "firstPublishedAt": "2022-10-17T04:36:09.476Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/YFy9eGsF4tXeG55F6LiAU" + }, + "fields": { + "title": { + "en-US": "Customer Microsoft" + }, + "slug": { + "en-US": "customer-microsoft" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/customer/microsoft-websoft9.png" + }, + "type": { + "en-US": [ + "Customer" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3MeHijslOHLSgtY7a8050Q", + "type": "Entry", + "createdAt": "2022-10-17T04:36:15.446Z", + "updatedAt": "2022-10-17T04:36:53.031Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-10-17T04:36:53.031Z", + "firstPublishedAt": "2022-10-17T04:36:53.031Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3MeHijslOHLSgtY7a8050Q" + }, + "fields": { + "title": { + "en-US": "Customer Mongniu" + }, + "slug": { + "en-US": "customer-mongniu" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/customer/mongniu-websoft9.png" + }, + "type": { + "en-US": [ + "Customer" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6F7JFpL0iiQpykucSpKXFq", + "type": "Entry", + "createdAt": "2022-10-17T04:37:04.379Z", + "updatedAt": "2022-10-17T04:37:48.122Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-10-17T04:37:48.122Z", + "firstPublishedAt": "2022-10-17T04:37:48.122Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6F7JFpL0iiQpykucSpKXFq" + }, + "fields": { + "title": { + "en-US": "Customer Siemense" + }, + "slug": { + "en-US": "customer-siemense" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/customer/siemens-websoft9.png" + }, + "type": { + "en-US": [ + "Customer" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2GoYVw6SXSWkhEJIgTO8wS", + "type": "Entry", + "createdAt": "2022-10-17T04:38:48.034Z", + "updatedAt": "2022-10-17T04:49:41.430Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2022-10-17T04:49:41.430Z", + "firstPublishedAt": "2022-10-17T04:49:41.430Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2GoYVw6SXSWkhEJIgTO8wS" + }, + "fields": { + "title": { + "en-US": "Customer Mengya" + }, + "slug": { + "en-US": "customer-mengya" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/customer/mengya-websoft9.png" + }, + "type": { + "en-US": [ + "Customer" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "31feuib7RhIQERqDkGIOAy", + "type": "Entry", + "createdAt": "2022-10-17T04:50:00.811Z", + "updatedAt": "2022-10-17T04:51:50.294Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2022-10-17T04:51:50.294Z", + "firstPublishedAt": "2022-10-17T04:51:45.948Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/31feuib7RhIQERqDkGIOAy" + }, + "fields": { + "title": { + "en-US": "Customer UCAS" + }, + "slug": { + "en-US": "customer-ucas" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/customer/ucas-websoft9.png" + }, + "type": { + "en-US": [ + "Customer" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6nlYs1XgVKa5wZhnknZXdV", + "type": "Entry", + "createdAt": "2022-10-17T04:51:59.578Z", + "updatedAt": "2022-10-17T04:53:22.666Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-10-17T04:53:22.666Z", + "firstPublishedAt": "2022-10-17T04:53:22.666Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6nlYs1XgVKa5wZhnknZXdV" + }, + "fields": { + "title": { + "en-US": "Customer Shanghaijiaotong" + }, + "slug": { + "en-US": "customer-shanghaijiaotong" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/customer/shjiaotong-websoft9.png" + }, + "type": { + "en-US": [ + "Customer" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1m5pe13IxPjqGQfLl678EB", + "type": "Entry", + "createdAt": "2022-10-17T04:53:46.860Z", + "updatedAt": "2022-10-17T04:54:23.279Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-10-17T04:54:23.279Z", + "firstPublishedAt": "2022-10-17T04:54:23.279Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1m5pe13IxPjqGQfLl678EB" + }, + "fields": { + "title": { + "en-US": "Customer WuhanUniversity" + }, + "slug": { + "en-US": "customer-wuhanuniversity" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/customer/whu-websoft9.png" + }, + "type": { + "en-US": [ + "Customer" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6xsU5boKpo2mDMncLdSdFU", + "type": "Entry", + "createdAt": "2022-10-17T04:54:31.247Z", + "updatedAt": "2022-10-17T04:55:13.956Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-10-17T04:55:13.956Z", + "firstPublishedAt": "2022-10-17T04:55:13.956Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6xsU5boKpo2mDMncLdSdFU" + }, + "fields": { + "title": { + "en-US": "Customer Extripod" + }, + "slug": { + "en-US": "customer-extripod" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/customer/extripod-websoft9.png" + }, + "type": { + "en-US": [ + "Customer" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4VBG6N1VETLaQ2vIbaaZJA", + "type": "Entry", + "createdAt": "2022-10-17T04:55:33.389Z", + "updatedAt": "2022-10-17T04:56:24.802Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-10-17T04:56:24.802Z", + "firstPublishedAt": "2022-10-17T04:56:24.802Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4VBG6N1VETLaQ2vIbaaZJA" + }, + "fields": { + "title": { + "en-US": "Customer Stalford" + }, + "slug": { + "en-US": "customer-stalford" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/customer/stalford-websoft9.png" + }, + "type": { + "en-US": [ + "Customer" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2sk8B9oxUKdkN75Ctpsm0K", + "type": "Entry", + "createdAt": "2022-10-17T04:56:31.968Z", + "updatedAt": "2022-10-17T04:57:19.170Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-10-17T04:57:19.170Z", + "firstPublishedAt": "2022-10-17T04:57:19.170Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2sk8B9oxUKdkN75Ctpsm0K" + }, + "fields": { + "title": { + "en-US": "Customer Deloitte" + }, + "slug": { + "en-US": "customer-deloitte" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/customer/deloitte-websoft9.png" + }, + "type": { + "en-US": [ + "Customer" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "loFBoDXkURJb6PhYCwZTf", + "type": "Entry", + "createdAt": "2022-10-17T04:57:29.411Z", + "updatedAt": "2022-10-17T04:57:57.138Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2022-10-17T04:57:57.138Z", + "firstPublishedAt": "2022-10-17T04:57:57.138Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/loFBoDXkURJb6PhYCwZTf" + }, + "fields": { + "title": { + "en-US": "Customer GS1" + }, + "slug": { + "en-US": "customer-gs1" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/customer/gs1-websoft9.png" + }, + "type": { + "en-US": [ + "Customer" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "k2TEl4jjMnCeHuSRiOU7u", + "type": "Entry", + "createdAt": "2022-10-17T08:01:29.911Z", + "updatedAt": "2024-06-26T09:10:56.276Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2024-06-26T09:10:56.276Z", + "firstPublishedAt": "2022-10-17T08:02:30.982Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 3, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/k2TEl4jjMnCeHuSRiOU7u" + }, + "fields": { + "key": { + "en-US": "zentao" + }, + "name": { + "en-US": "Z PUBLIC LICENSE 1.2 and AGPL v3" + }, + "title": { + "en-US": "Z PUBLIC LICENSE 1.2 and AGPL v3" + }, + "description": { + "en-US": "The source code of zentao is covered by the following dual licenses:\n\n(1) ZPL 1.2: http://zpl.pub/page/zplv12.html\n(2) AGPL 3.0: https://www.gnu.org/licenses/agpl-3.0.en.html\n\nYou can choose ZPL or AGPL to use zentao." + }, + "url": { + "en-US": "https://zpl.pub/page/zplv12.html" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "31GoMqbJSIs6c1DixjBKa8", + "type": "Entry", + "createdAt": "2022-10-17T08:10:58.511Z", + "updatedAt": "2024-01-15T08:44:32.719Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 95, + "publishedAt": "2024-01-15T08:44:32.719Z", + "firstPublishedAt": "2022-10-17T08:16:37.138Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 17, + "version": 96, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/31GoMqbJSIs6c1DixjBKa8" + }, + "fields": { + "key": { + "en-US": "webmin" + }, + "trademark": { + "en-US": "Webmin", + "zh-CN": "Webmin" + }, + "title": { + "en-US": "Linux image with Web-based System Admin Interface", + "zh-CN": "Linux 可视化管理工具 Webmin" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7yG37appEAAe4Dn6yjypIq" + } + } + }, + "summary": { + "en-US": "A web-based interface for system administration for Unix", + "zh-CN": "一款流行的 Linux 可视化面板管理工具" + }, + "overview": { + "en-US": "Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more.", + "zh-CN": "Webmin 是流行的 Linux 可视化面板管理工具,免费开源,可轻松管理文件、配置域名、修改配置文件、备份数据等。" + }, + "description": { + "en-US": "Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like /etc/passwd, and lets you manage a system from the console or remotely. See the standard modules page for a list of all the functions built into Webmin.", + "zh-CN": "Webmin 是一个基于 Web 的 Unix 系统管理界面。 使用任何现代浏览器,您可以设置用户帐户、Apache、DNS、文件共享等等。 Webmin 消除了手动编辑 Unix 配置文件(如 /etc/passwd)的需要,并允许您从控制台或远程管理系统。 有关 Webmin 中内置的所有功能的列表,请参阅标准模块页面。" + }, + "screenshots": { + "en-US": [ + { + "id": "e074608a-dd96-4ff2-94c2-1b6b5f7bdd4a", + "key": "webmin", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/webmin/webmin-dashboard-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "277a0bb5-1033-4541-8844-61c935841fb3", + "key": "webmin", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/webmin/webmin-dashboard-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "46F42uLohDyqmvpdbMtjT0" + } + } + ] + }, + "os": { + "en-US": [ + "Linux", + "Windows" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "highlights": { + "en-US": [ + "", + "Create, edit and delete Unix Accounts on your system", + "Export Files and Directories to other systems with the NFS protocol", + "Export Files and Directories to other systems with the NFS protocol", + "Share files with Windows systems by configuring Samba Windows File Sharing", + "Manage databases, tables and fields in a MySQL or PostgreSQL Database Server" + ], + "zh-CN": [ + "在您的系统上创建,编辑和删除Unix帐户", + "使用 NFS 协议将文件和目录导出到其他系统", + "安装、查看和删除 RPM 和其他格式的软件包", + "与 Windows 系统共享文件", + "管理 MySQL / PostgreSQL 数据库、表和字段" + ] + }, + "faq": { + "en-US": [ + { + "id": "30c13a19-5cac-44bb-9db7-8eaa6b91b22c", + "key": "Does Webmin support multiple languages?", + "value": "Yes, you can change language from Webmin console" + }, + { + "id": "0d86af82-8038-4034-91c2-d843756418aa", + "key": "Is Apache included in Webmin?", + "value": "Does not contain" + }, + { + "id": "ae178c92-2337-48f3-8591-a4d9b2532e9b", + "key": "Can I reset password of Webmin by command?", + "value": "Can I reset password of Webmin by command?" + } + ], + "zh-CN": [ + { + "id": "236d61aa-ce6d-49c0-901d-a354ff2cb3eb", + "key": "Webmin 是否支持多语言?", + "value": "支持(包含中文),控制台自由切换" + }, + { + "id": "0a448920-a47b-4b6e-9f04-c6b870d1bb09", + "key": "Webmin 中是否包含 Apache?", + "value": "默认不包含" + }, + { + "id": "17751653-e844-42e7-af5c-310aca9f5fc9", + "key": "可否命令行修改 Webmin 后台密码?", + "value": "可否命令行修改 Webmin 后台密码?" + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "MDp7tV6lQD1WDc4OZrlxE" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7pNZmpf1eCBLx2oYonsAK7" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.webmin.com/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6PAPQ68qroHDGba7O9DQQ5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "keywords": { + "en-US": [ + "Virtual Desktop", + "Web visualization Linux Administrator Tool" + ], + "zh-CN": [ + "虚拟桌面", + "Web 可视化 Linux 管理员工具" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": false + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2pARFDEPOkLnVBlFJIvdhS", + "type": "Entry", + "createdAt": "2022-10-17T09:06:55.567Z", + "updatedAt": "2022-10-17T09:36:33.207Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 41, + "publishedAt": "2022-10-17T09:36:33.207Z", + "firstPublishedAt": "2022-10-17T09:21:10.650Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 42, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2pARFDEPOkLnVBlFJIvdhS" + }, + "fields": { + "type": { + "en-US": [ + "PaaS", + "Product" + ] + }, + "title": { + "en-US": "Cloud agnostic", + "zh-CN": "与云无关" + }, + "slug": { + "en-US": "cloud-agnostic" + }, + "subtitle": { + "en-US": "You can use Websoft9 how and where you want to fit with your digital infrastructure.", + "zh-CN": "与基础设施无关的部署和使用方式" + }, + "description": { + "en-US": "作为应用的 PaaS 平台,我们兼容主流的云平台和私有云架构,没有供应商锁定和任何的倾向性,满足用户的采购需求和云平台选型战略。", + "zh-CN": "作为应用的 PaaS 平台,我们兼容主流的云平台和私有云架构,没有供应商锁定和任何的倾向性,满足用户的采购需求和云平台选型战略。" + }, + "icon": { + "en-US": "lock_open" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/product-paas-feature-nolock-websoft9.webp" + }, + "link": { + "en-US": [ + { + "id": "96686d91-5cb8-40af-8a90-e7ea516d9bf8", + "key": "Learn More", + "value": "/" + } + ], + "zh-CN": [ + { + "id": "7771fb2d-8fd6-4365-93e6-1927939861ca", + "key": "获取更多", + "value": "/" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "EV9qXCZS0IDR8HmpQrV7S", + "type": "Entry", + "createdAt": "2022-10-17T09:22:53.543Z", + "updatedAt": "2022-10-17T09:27:38.559Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 27, + "publishedAt": "2022-10-17T09:27:38.559Z", + "firstPublishedAt": "2022-10-17T09:27:38.559Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 28, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/EV9qXCZS0IDR8HmpQrV7S" + }, + "fields": { + "type": { + "en-US": [ + "PaaS", + "Product" + ] + }, + "title": { + "en-US": "Simple", + "zh-CN": "简单" + }, + "slug": { + "en-US": "simple" + }, + "subtitle": { + "en-US": "复杂隐藏在背后,简单留给用户", + "zh-CN": "复杂隐藏在背后,简单留给用户" + }, + "description": { + "en-US": "没有用户喜欢复杂的操作,复杂的系统并不意味着功能的强大。只有把简单展现给用户,把复杂隐藏到背后的系统才具真正具有人性化考虑和哲学思考。Websoft9 平台正是基于此来设计,我们不断追求极致的简单,大大解放业务人员的生产效率。", + "zh-CN": "没有用户喜欢复杂的操作,复杂的系统并不意味着功能的强大。只有把简单展现给用户,把复杂隐藏到背后的系统才具真正具有人性化考虑和哲学思考。Websoft9 平台正是基于此来设计,我们不断追求极致的简单,大大解放业务人员的生产效率。" + }, + "icon": { + "en-US": "lock_open" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/product-paas-feature-simple-websoft9.webp" + }, + "link": { + "en-US": [ + { + "id": "96686d91-5cb8-40af-8a90-e7ea516d9bf8", + "key": "Learn More", + "value": "/" + } + ], + "zh-CN": [ + { + "id": "7771fb2d-8fd6-4365-93e6-1927939861ca", + "key": "获取更多", + "value": "/" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7gSUmRSvmDJZHtNixbTv37", + "type": "Entry", + "createdAt": "2022-10-17T09:29:44.849Z", + "updatedAt": "2022-10-17T09:34:30.676Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 19, + "publishedAt": "2022-10-17T09:34:30.676Z", + "firstPublishedAt": "2022-10-17T09:34:30.676Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 20, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7gSUmRSvmDJZHtNixbTv37" + }, + "fields": { + "type": { + "en-US": [ + "PaaS", + "Product" + ] + }, + "title": { + "en-US": "Team and users", + "zh-CN": "团队与多用户" + }, + "slug": { + "en-US": "team-and-users" + }, + "subtitle": { + "en-US": "面向团队提供多用户管理", + "zh-CN": "面向团队提供多用户管理" + }, + "description": { + "en-US": "内置团队管理和权限控制,使得不同部门的用户可以方便的管理应用,更安全,更有利于控制。", + "zh-CN": "内置团队管理和权限控制,使得不同部门的用户可以方便的管理应用,更安全,更有利于控制。" + }, + "icon": { + "en-US": "people_alt" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/product-paas-feature-teamuser-websoft9.webp" + }, + "link": { + "en-US": [ + { + "id": "96686d91-5cb8-40af-8a90-e7ea516d9bf8", + "key": "Learn More", + "value": "/" + } + ], + "zh-CN": [ + { + "id": "7771fb2d-8fd6-4365-93e6-1927939861ca", + "key": "获取更多", + "value": "/" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4DSAb3ELBEvRai7Xd5iiTR", + "type": "Entry", + "createdAt": "2022-10-17T09:38:17.222Z", + "updatedAt": "2022-10-17T09:49:18.153Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 18, + "publishedAt": "2022-10-17T09:49:18.153Z", + "firstPublishedAt": "2022-10-17T09:49:18.153Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 19, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4DSAb3ELBEvRai7Xd5iiTR" + }, + "fields": { + "type": { + "en-US": [ + "Product" + ] + }, + "title": { + "en-US": "Governed software supply chain", + "zh-CN": "可监管的软件供应链" + }, + "slug": { + "en-US": "governed-software-supply-chain" + }, + "subtitle": { + "en-US": "End-to-end policy automation, enforcement, and traceability", + "zh-CN": "端到端策略自动化、执行和可追溯性" + }, + "description": { + "en-US": "- End-to-end policy automation, enforcement, and traceability\n- Built in common controls for compliance\n- Guardrails for unobtrusive policy enforcement", + "zh-CN": "软件供应链的可跟踪性和安全已经成为系统的重要考虑:\n\n- 端到端策略自动化、执行和可追溯性\n- 内置合规性通用控制\n- 用于不显眼的策略执行的护栏" + }, + "icon": { + "en-US": "link" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/product-features-softwarescm-websoft9.webp" + }, + "link": { + "en-US": [ + { + "id": "a3fc927a-a248-4993-b038-7ce77350539c", + "key": "Learn More", + "value": "/" + } + ], + "zh-CN": [ + { + "id": "67c516d3-81b5-498a-a59c-be443b689799", + "key": "获取更多", + "value": "/" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2dPC0Uw5JRfE0oiJVNKUbR", + "type": "Entry", + "createdAt": "2022-10-18T07:54:08.070Z", + "updatedAt": "2024-12-12T03:10:00.535Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 98, + "publishedAt": "2024-12-12T03:10:00.535Z", + "firstPublishedAt": "2022-10-18T08:16:02.025Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 27, + "version": 99, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2dPC0Uw5JRfE0oiJVNKUbR" + }, + "fields": { + "key": { + "en-US": "suitecrm" + }, + "trademark": { + "en-US": "SuiteCRM", + "zh-CN": "SuiteCRM" + }, + "title": { + "en-US": "Open Source Cloud Native CRM for SuiteCRM", + "zh-CN": "SuiteCRM 优质企业级开源CRM系统" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4FwFYDsJwhFMm2HLvTE2CZ" + } + } + }, + "summary": { + "en-US": "An open source Customer Relationship Management", + "zh-CN": "开源的企业级CRM" + }, + "overview": { + "en-US": "SuiteCRM is an open source Customer Relationship Management (CRM) software solution that provides a 360-degree view of your customers and business.", + "zh-CN": "SuiteCRM 是一个屡获殊荣的企业级的、强大的、可定制的,免费的CRM系统" + }, + "description": { + "en-US": "SuiteCRM is an open source Customer Relationship Management (CRM) software solution that provides a 360-degree view of your customers and business.\n\nMaking it easy for your Sales, Marketing and Customer Service departments to discover key information that will help you grow, retain and delight your customers.", + "zh-CN": "SuiteCRM 是一个屡获殊荣的企业级的、强大的、可定制的,免费的CRM系统。包括市场、销售过程管理、协作管理、工作流、门户等功能模块。所有功能全部开源,完全具备商业CRM软件媲美的功能和架构。" + }, + "screenshots": { + "en-US": [ + { + "id": "8d466afe-259a-4379-964f-50ae8398a479", + "key": "suitecrm", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/suitecrm/suitecrm-backend-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "6d86c773-187f-40c2-b8a9-d41649d15a41", + "key": "suitecrm", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/suitecrm/suitecrm-backend-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "CEmY2eNYSotErkAgGIkkP" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5SdnsGA9jschKVnyHKYzck" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "highlights": { + "en-US": [ + "Allows users to build, generate and manage reports based on real time data", + "Automate key actions based on previously set conditions within the CRM and free your teams of time-consuming admin tasks.", + "Activity Management & Case Management" + ], + "zh-CN": [ + "支持用户根据实时数据构建、生成和管理报表", + "根据 CRM 中设置的条件自动执行关键操作", + "灵活的活动管理和案例管理" + ] + }, + "faq": { + "en-US": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7mHuM5gWzBX7m9a2bPkzPw" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5Vk8qs6yZ9XKGs493lyVbA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5FDooZSIaiBCLbfdU9uFfS" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2O8RaSlsatiVMNTatp20FU" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CcnCaE2mWTEtqPMVPnSyF" + } + } + ] + }, + "websiteurl": { + "en-US": "https://suitecrm.com/" + }, + "trademarkUrl": { + "en-US": "https://suitecrm.com/trademark/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6PAPQ68qroHDGba7O9DQQ5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "vbbiHNKxaNXh8noSStJfB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7rNeLNZpc0T7Dd0qJzFn7k" + } + } + ] + }, + "keywords": { + "en-US": [ + "CRM", + "Customer Relationship Management" + ], + "zh-CN": [ + "CRM", + "客户关系管理" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "8.7.1", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 2, + "zh-CN": 1 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6mpkB3VuBB0JkY1xrWwt0F", + "type": "Entry", + "createdAt": "2022-10-18T08:21:00.925Z", + "updatedAt": "2024-08-26T03:45:44.937Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 72, + "publishedAt": "2024-08-26T03:45:44.937Z", + "firstPublishedAt": "2022-10-18T08:34:41.902Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 21, + "version": 73, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6mpkB3VuBB0JkY1xrWwt0F" + }, + "fields": { + "key": { + "en-US": "sqlserver" + }, + "trademark": { + "en-US": "SQL Server Express", + "zh-CN": "SQL Server Express" + }, + "title": { + "en-US": "SQL Server Express", + "zh-CN": "SQL Server Express" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2sAAXzfQdsztAJfSLlCAts" + } + } + }, + "summary": { + "en-US": "SQLServer Express edition is the entry-level, free database", + "zh-CN": "SQL Server Express 是 Microsoft 官方 SQL Server 免费发行版" + }, + "overview": { + "en-US": "SQLServer Express Express edition is the entry-level, free database and is ideal for learning and building desktop and small server data-driven applications.", + "zh-CN": "SQL Server Express 是 Microsoft 官方 SQL Server 免费发行版。易于部署并可无偿获取并可以随应用程序免费再分发。" + }, + "description": { + "en-US": "SQLServer Express edition is the entry-level, free database and is ideal for learning and building desktop and small server data-driven applications. It is the best choice for independent software vendors, developers, and hobbyists building client applications. If you need more advanced database features, SQL Server Express can be seamlessly upgraded to other higher end versions of SQL Server. SQL Server Express LocalDB, a lightweight version of Express that has all of its programmability features, yet runs in user mode, and has a fast, zero-configuration installation and a short list of prerequisites.", + "zh-CN": "SQL Server Express 是 Microsoft 官方 SQL Server 免费发行版。易于部署并可无偿获取并可以随应用程序免费再分发。如果需要更多的高级数据库功能,可将 SQL Server Express 无缝升级到 SQL Server 商业版本。" + }, + "screenshots": { + "en-US": [ + { + "id": "e453bfbc-1b05-4c6e-bb39-2d189c43ae5f", + "key": "sqlserver", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/sqlserver/microsoft-sql-server-express.png" + } + ], + "zh-CN": [ + { + "id": "5f6b81f3-bfa7-4cb4-acc5-c96f53d86bd1", + "key": "sqlserver", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/sqlserver/sqlserver-getsqlserver-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5gZWge046khyUO08MUS4VT" + } + } + ] + }, + "os": { + "en-US": [ + "Windows" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39PsAJu60mmzLfKuJSlCfg" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + } + ] + }, + "licenseadditional": { + "en-US": "Microsoft® SQL Server® Express 再分发和托管许可条款\nhttps://www.microsoft.com/zh-cn/download/details.aspx?id=29693" + }, + "websiteurl": { + "en-US": "https://www.sqlserver.com/" + }, + "trademarkUrl": { + "en-US": "https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6PAPQ68qroHDGba7O9DQQ5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2V5Sey9mCVvizDs6ikr7ig" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5nnWNotOqyUr46d2ZEQzsA" + } + } + ] + }, + "keywords": { + "en-US": [ + "database", + "sql" + ], + "zh-CN": [ + "database", + "sql" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "2022", + "2019", + "2017" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2, + "zh-CN": 2 + }, + "memory": { + "en-US": 4, + "zh-CN": 4 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "65gd0jx9CuaAmNkuHHMl0T", + "type": "Entry", + "createdAt": "2022-10-18T08:27:11.932Z", + "updatedAt": "2022-10-18T08:38:16.052Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-10-18T08:38:16.052Z", + "firstPublishedAt": "2022-10-18T08:38:16.052Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 1, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/65gd0jx9CuaAmNkuHHMl0T" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2DJ4xzZQwmbYv6D2O23Sv5" + } + } + }, + "slug": { + "en-US": "2017yunqi-sz-marketing" + }, + "title": { + "en-US": "2017深圳云栖大会云市场分论坛", + "zh-CN": "2017深圳云栖大会云市场分论坛" + }, + "featureImage": { + "en-US": "http://blog.websoft9.com/content/images/2020/11/hellokidhelloworld001-banner.png" + }, + "content": { + "en-US": "![网久软件公益行第一站](https://libs.websoft9.com/Websoft9/blog/zh/2020/11/hellokidhelloworld001-banner.png)\n\n2020年11月13日,毕业于湖南师范大学并且在IT教育行业耕耘长达16年的网久软件周建军副总经理带领2名同事驱车1个小时行驶50公里来到学校,开启乡村少儿编程教育公益行的第1站。\n\n![网久软件公益行第一站](https://libs.websoft9.com/Websoft9/blog/zh/2020/11/hellokidhelloworld001-01.jpg)\n大界小学位于长沙宁乡市东南部道林镇大界村,是一所村级完全小学,共有学生60余名,大部分是农村留守儿童。\n\n此次公益教育时长90分钟,面向3-6年级学生讲授网络安全和少儿编程知识。\n![网久软件公益行第一站](https://libs.websoft9.com/Websoft9/blog/zh/2020/11/hellokidhelloworld001-02.jpg)\n时值中午,为了提高教学效果,网络安全采取有奖竞答互动方式开展,编程部分采取案例演示和实践PK开展。整整90分钟,课堂气氛活跃,生动有趣,同学们热情高涨,积极参与。\n![网久软件公益行第一站](https://libs.websoft9.com/Websoft9/blog/zh/2020/11/hellokidhelloworld001-03.jpg)\n\n最后的分享环节,同学们纷纷走上讲台,分享自己的收获,如上网时要保护好自己的信息,不做违法事情,scratch编程像搭建积木一样有趣,希望老师要多来......孩子们天真的笑脸和渴望的眼神是我们网久人今天最大的幸福。\n![网久软件公益行第一站](https://libs.websoft9.com/Websoft9/blog/zh/2020/11/hellokidhelloworld001-04.jpg)\n\n此次公益活动得到了学校师生一致好评,纷纷点赞。网久公益走出了坚实的第一步,也将一如既往的利用自身在云计算领域的积累继续投入到乡村少儿编程教育公益中去,积极践行网久的社会责任。\n\n**乡村少儿编程教育公益行**是网久软件公司于2020年11月10日正式成立的企业内部公益专题组织,当今世界,编程教育已经是发达国家教育的新制高点,信息技术奥赛在中国早已选拔人才的一种手段。在大城市,各种教育资源和资本争相涌入这个领域,但是在乡村中,编程对于少儿来说却是一种新鲜事物,他们根本没有条件和机会接触编程。在这种强烈的对比下,驱动了网久人的使命感,从而诞生了我们的乡村少儿编程教育公益行活动。网久软件企业文化中倡导“无论贫富,兼济天下”的胸怀格局,故无论我们商业上是否成功,都不会停止我们公益行的步伐。\n\n期望有更多的企业或同仁与我们一起,把乡村少儿编程教育公益行活动办得更好!", + "zh-CN": "![网久软件公益行第一站](https://libs.websoft9.com/Websoft9/blog/zh/2020/11/hellokidhelloworld001-banner.png)\n\n2020年11月13日,毕业于湖南师范大学并且在IT教育行业耕耘长达16年的网久软件周建军副总经理带领2名同事驱车1个小时行驶50公里来到学校,开启乡村少儿编程教育公益行的第1站。\n\n![网久软件公益行第一站](https://libs.websoft9.com/Websoft9/blog/zh/2020/11/hellokidhelloworld001-01.jpg)\n大界小学位于长沙宁乡市东南部道林镇大界村,是一所村级完全小学,共有学生60余名,大部分是农村留守儿童。\n\n此次公益教育时长90分钟,面向3-6年级学生讲授网络安全和少儿编程知识。\n![网久软件公益行第一站](https://libs.websoft9.com/Websoft9/blog/zh/2020/11/hellokidhelloworld001-02.jpg)\n时值中午,为了提高教学效果,网络安全采取有奖竞答互动方式开展,编程部分采取案例演示和实践PK开展。整整90分钟,课堂气氛活跃,生动有趣,同学们热情高涨,积极参与。\n![网久软件公益行第一站](https://libs.websoft9.com/Websoft9/blog/zh/2020/11/hellokidhelloworld001-03.jpg)\n\n最后的分享环节,同学们纷纷走上讲台,分享自己的收获,如上网时要保护好自己的信息,不做违法事情,scratch编程像搭建积木一样有趣,希望老师要多来......孩子们天真的笑脸和渴望的眼神是我们网久人今天最大的幸福。\n![网久软件公益行第一站](https://libs.websoft9.com/Websoft9/blog/zh/2020/11/hellokidhelloworld001-04.jpg)\n\n此次公益活动得到了学校师生一致好评,纷纷点赞。网久公益走出了坚实的第一步,也将一如既往的利用自身在云计算领域的积累继续投入到乡村少儿编程教育公益中去,积极践行网久的社会责任。\n\n**乡村少儿编程教育公益行**是网久软件公司于2020年11月10日正式成立的企业内部公益专题组织,当今世界,编程教育已经是发达国家教育的新制高点,信息技术奥赛在中国早已选拔人才的一种手段。在大城市,各种教育资源和资本争相涌入这个领域,但是在乡村中,编程对于少儿来说却是一种新鲜事物,他们根本没有条件和机会接触编程。在这种强烈的对比下,驱动了网久人的使命感,从而诞生了我们的乡村少儿编程教育公益行活动。网久软件企业文化中倡导“无论贫富,兼济天下”的胸怀格局,故无论我们商业上是否成功,都不会停止我们公益行的步伐。\n\n期望有更多的企业或同仁与我们一起,把乡村少儿编程教育公益行活动办得更好!" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2011-10-01T00:00+08:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3dbPbdpxLJMlJmuPuBTamt", + "type": "Entry", + "createdAt": "2022-10-19T00:55:40.431Z", + "updatedAt": "2022-10-19T01:43:04.127Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 45, + "publishedAt": "2022-10-19T01:43:04.127Z", + "firstPublishedAt": "2022-10-19T01:00:35.093Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 46, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3dbPbdpxLJMlJmuPuBTamt" + }, + "fields": { + "type": { + "en-US": [ + "Product" + ] + }, + "title": { + "en-US": "Cloud native architecture consulting and implementation", + "zh-CN": "云原生架构咨询与落地" + }, + "slug": { + "en-US": "cloud-native-arc-consultant" + }, + "subtitle": { + "en-US": "咨询专家帮助客户数量数字化转型的战略,探索企业未来之路。", + "zh-CN": "咨询专家帮助客户数量数字化转型的战略,探索企业未来之路。" + }, + "description": { + "en-US": "Websoft9 精选数字化转型技术专家,可以将企业架构落地到对应的云原生架构上,以中立的角度帮助企业适配最合适的产品和技术。同时,提供应用组装与集成服务,帮助企业打通应用之间的数据流、信息流,让业务之间共享数据。", + "zh-CN": "Websoft9 精选数字化转型技术专家,可以将企业架构落地到对应的云原生架构上,以中立的角度帮助企业适配最合适的产品和技术。同时,提供应用组装与集成服务,帮助企业打通应用之间的数据流、信息流,让业务之间共享数据。" + }, + "icon": { + "en-US": "start" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/product-feature-digtalconsultant-websoft9.webp" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "74MpTvnyPmj80YXfD0Qghq", + "type": "Entry", + "createdAt": "2022-10-19T01:20:29.932Z", + "updatedAt": "2022-10-19T01:40:53.972Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 38, + "publishedAt": "2022-10-19T01:40:53.972Z", + "firstPublishedAt": "2022-10-19T01:36:04.844Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 39, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/74MpTvnyPmj80YXfD0Qghq" + }, + "fields": { + "type": { + "en-US": [ + "Product" + ] + }, + "title": { + "en-US": "Integrate with SaaS applications", + "zh-CN": "与 SaaS 应用集成" + }, + "slug": { + "en-US": "integrate-with-saas-applications" + }, + "subtitle": { + "en-US": "让您的应用连接起来并实现流程自动化", + "zh-CN": "让您的应用连接起来并实现流程自动化" + }, + "description": { + "en-US": "全球数字化营销技术目录中已有超过 50000 万个 SaaS 应用,且这个数字还在不断增长。Websoft9 平台与 SaaS 不是互斥关系,反而是相互促进关系。我们支持通过主流的 iPaaS 平台,将 Websoft9 平台中的应用与成千上万个主流的 SaaS 应用进行数据和流程的集成,让企业的数据得到有效的利用。", + "zh-CN": "全球数字化营销技术目录中已有超过 50000 万个 SaaS 应用,且这个数字还在不断增长。Websoft9 平台与 SaaS 不是互斥关系,反而是相互促进关系。我们支持通过主流的 iPaaS 平台,将 Websoft9 平台中的应用与成千上万个主流的 SaaS 应用进行数据和流程的集成,让企业的数据得到有效的利用。" + }, + "icon": { + "en-US": "apps" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/product-feature-ipaasintegrate-websoft9.webp" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5J2KMiB79zn0848VEUWmE6", + "type": "Entry", + "createdAt": "2022-10-19T03:18:00.446Z", + "updatedAt": "2022-10-19T03:53:40.137Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 16, + "publishedAt": "2022-10-19T03:53:40.137Z", + "firstPublishedAt": "2022-10-19T03:28:34.550Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 2, + "version": 17, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "marketplace" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5J2KMiB79zn0848VEUWmE6" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "uOZ1ahNqe1lKQuyI7OOIP" + } + } + }, + "key": { + "en-US": "amchamchina" + }, + "name": { + "en-US": "AmChamChina", + "zh-CN": "中国美国商会" + }, + "description": { + "en-US": "The American Chamber of Commerce in the People’s Republic of China (AmCham China) is a non-profit, non-governmental organization whose membership comprises tens of thousands of individuals from nearly 1,000 companies operating across China.", + "zh-CN": "中国美国商会是一家非盈利、非政府组织。目前商会会员遍布各行各业,代表着在华从事经营活动的近一千家外资企业。商会的使命是通过政策建言、信息共享、人脉扩展以及专业服务等方式帮助美国企业在中国取得成功。中国美国商会是获得中国政府官方认证、代表美国企业在华的商会。" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "GDJ2inDeQzH00Px5wVXsk" + } + } + }, + "siteurl": { + "en-US": "https://www.amchamchina.org", + "zh-CN": "https://www.amchamchina.org" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "LsUXAG4Ul4hN21CnC8yXA", + "type": "Entry", + "createdAt": "2022-10-19T03:28:44.999Z", + "updatedAt": "2022-10-19T07:49:29.332Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 16, + "publishedAt": "2022-10-19T07:49:29.332Z", + "firstPublishedAt": "2022-10-19T03:34:31.882Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 2, + "version": 17, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "marketplace" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/LsUXAG4Ul4hN21CnC8yXA" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "uOZ1ahNqe1lKQuyI7OOIP" + } + } + }, + "key": { + "en-US": "cheerland-biotechnology" + }, + "name": { + "en-US": "Cheerland Biotechnology ", + "zh-CN": "乐土生命科技" + }, + "description": { + "en-US": "Cheerland Biotechnology (CLB) provides global biopharma clients with Five-Star CDMO services: World-class management & technical team; Top-line equipment & materials; Compliance with cGMP standards and global regulatory requirements.", + "zh-CN": "乐土生命科技致力于成为世界级生物医药龙头企业。" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5dyWqLCL6ioSlybvATda8N" + } + } + }, + "siteurl": { + "en-US": "https://clbiomed.com/en", + "zh-CN": "https://clbiomed.com/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3SjrSk160DxvHuQhHOOhjI", + "type": "Entry", + "createdAt": "2022-10-19T03:34:49.400Z", + "updatedAt": "2022-10-19T07:48:45.526Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2022-10-19T07:48:45.526Z", + "firstPublishedAt": "2022-10-19T03:38:13.899Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 2, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "marketplace" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3SjrSk160DxvHuQhHOOhjI" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "uOZ1ahNqe1lKQuyI7OOIP" + } + } + }, + "key": { + "en-US": "biomap" + }, + "name": { + "en-US": "BioMap", + "zh-CN": "百图生科" + }, + "description": { + "en-US": "BioMap is a startup biotech company aiming to accelerate novel drug discovery for unmet medical needs.", + "zh-CN": "百图生科是生物计算引擎驱动的创新药物研发平台,由百度创始人李彦宏发起创立,致力于将先进AI技术与前沿生物技术相结合,构建独特的靶点挖掘及药物设计能力,开发创新药物,造福人类健康。" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3qt6CMD6RlrPn6JCy1X5Ay" + } + } + }, + "siteurl": { + "en-US": "https://www.biomap.com/", + "zh-CN": "https://www.biomap.com/zh/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1m50x2fGRN2CenqmeUytUz", + "type": "Entry", + "createdAt": "2022-10-19T03:41:24.834Z", + "updatedAt": "2022-10-19T03:53:08.992Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-10-19T03:53:08.992Z", + "firstPublishedAt": "2022-10-19T03:53:08.992Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "marketplace" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1m50x2fGRN2CenqmeUytUz" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "uOZ1ahNqe1lKQuyI7OOIP" + } + } + }, + "key": { + "en-US": "atos" + }, + "name": { + "en-US": "Atos", + "zh-CN": "源讯" + }, + "description": { + "en-US": "Atos is a French multinational information technology (IT) service and consulting company.", + "zh-CN": "全球数字安全和数字化零碳领域的倡导者" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ITEI8SEXyYQ7Tk2djBRBd" + } + } + }, + "siteurl": { + "en-US": "https://atos.net/en/", + "zh-CN": "https://atos.net/zh-cn/china" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "GDJ2inDeQzH00Px5wVXsk", + "type": "Entry", + "createdAt": "2022-10-19T03:42:01.974Z", + "updatedAt": "2022-10-19T03:58:34.724Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 16, + "publishedAt": "2022-10-19T03:58:34.724Z", + "firstPublishedAt": "2022-10-19T03:44:23.611Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 3, + "version": 17, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/GDJ2inDeQzH00Px5wVXsk" + }, + "fields": { + "title": { + "en-US": "Customer AmChamChina" + }, + "slug": { + "en-US": "customer-amchamchina" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/customer/amchamchina-websoft9.png" + }, + "type": { + "en-US": [ + "Customer" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3qt6CMD6RlrPn6JCy1X5Ay", + "type": "Entry", + "createdAt": "2022-10-19T03:51:40.645Z", + "updatedAt": "2022-10-19T03:59:31.714Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 15, + "publishedAt": "2022-10-19T03:59:31.714Z", + "firstPublishedAt": "2022-10-19T03:55:33.909Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 4, + "version": 16, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3qt6CMD6RlrPn6JCy1X5Ay" + }, + "fields": { + "title": { + "en-US": "Customer BioMap" + }, + "slug": { + "en-US": "customer-biomap" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/customer/biomap-websoft9.png" + }, + "type": { + "en-US": [ + "Customer" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "45mvU51hBTof58UUxexCg9", + "type": "Entry", + "createdAt": "2022-10-19T03:56:37.332Z", + "updatedAt": "2022-10-19T04:03:12.566Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2022-10-19T04:03:12.566Z", + "firstPublishedAt": "2022-10-19T04:03:12.566Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "marketplace" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/45mvU51hBTof58UUxexCg9" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "uOZ1ahNqe1lKQuyI7OOIP" + } + } + }, + "key": { + "en-US": "gs1" + }, + "name": { + "en-US": "GS1", + "zh-CN": "中国物品编码中心" + }, + "description": { + "en-US": "The Global Language of Business", + "zh-CN": "物品编号和识别技术" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "loFBoDXkURJb6PhYCwZTf" + } + } + }, + "siteurl": { + "en-US": "https://www.gs1.org/", + "zh-CN": "http://www.gs1cn.org/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5dyWqLCL6ioSlybvATda8N", + "type": "Entry", + "createdAt": "2022-10-19T03:57:05.405Z", + "updatedAt": "2022-10-19T03:58:53.483Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2022-10-19T03:58:53.483Z", + "firstPublishedAt": "2022-10-19T03:57:34.869Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5dyWqLCL6ioSlybvATda8N" + }, + "fields": { + "title": { + "en-US": "Customer Cheerland" + }, + "slug": { + "en-US": "customer-cheerland" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/customer/cheerland-websoft9.png" + }, + "type": { + "en-US": [ + "Customer" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1Lh6r6m7Wnitz5CekuaM7A", + "type": "Entry", + "createdAt": "2022-10-19T06:21:24.936Z", + "updatedAt": "2022-10-19T08:51:35.836Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-10-19T08:51:35.836Z", + "firstPublishedAt": "2022-10-19T06:25:47.320Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 2, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "marketplace" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1Lh6r6m7Wnitz5CekuaM7A" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "uOZ1ahNqe1lKQuyI7OOIP" + } + } + }, + "key": { + "en-US": "abb" + }, + "name": { + "en-US": "ABB", + "zh-CN": "布朗-博韦里" + }, + "description": { + "en-US": "Leading digital technologies for industry", + "zh-CN": "ABB位居全球500强,是电力和自动化技术领域的领导企业" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "0JMVZuWfsH8eVF7msIouO" + } + } + }, + "siteurl": { + "en-US": "https://global.abb/", + "zh-CN": "https://new.abb.com/cn" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2uGK6jwYlSEFSblQqBm0ll", + "type": "Entry", + "createdAt": "2022-10-19T06:26:29.109Z", + "updatedAt": "2022-10-19T06:28:46.436Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-10-19T06:28:46.436Z", + "firstPublishedAt": "2022-10-19T06:28:46.436Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "marketplace" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2uGK6jwYlSEFSblQqBm0ll" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "uOZ1ahNqe1lKQuyI7OOIP" + } + } + }, + "key": { + "en-US": "adobe" + }, + "name": { + "en-US": "Adobe", + "zh-CN": "Adobe" + }, + "description": { + "en-US": "Creative, marketing and document management solutions", + "zh-CN": "创意、营销和文档管理解决方案" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "60oaOKPKw4PuyfhWph3MDx" + } + } + }, + "siteurl": { + "en-US": "https://www.adobe.com/", + "zh-CN": "https://www.adobe.com/cn/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1o6DbcGpjjvxmzul88Q7yF", + "type": "Entry", + "createdAt": "2022-10-19T06:29:00.625Z", + "updatedAt": "2022-10-19T08:51:13.966Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2022-10-19T08:51:13.966Z", + "firstPublishedAt": "2022-10-19T06:34:24.252Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 2, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "marketplace" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1o6DbcGpjjvxmzul88Q7yF" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "uOZ1ahNqe1lKQuyI7OOIP" + } + } + }, + "key": { + "en-US": "deloitte" + }, + "name": { + "en-US": "Deloitte", + "zh-CN": "德勤" + }, + "description": { + "en-US": "Industry insights and audit, consulting, financial advisory, risk management, and tax services from Deloitte's global network of member firms.", + "zh-CN": "为中国的本地、跨国及高增长企业客户提供全面的审计、税务、企业管理咨询及财务咨询服务。" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2sk8B9oxUKdkN75Ctpsm0K" + } + } + }, + "siteurl": { + "en-US": "https://www2.deloitte.com/global/en.html", + "zh-CN": "https://www2.deloitte.com/cn/zh.html" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5Kc45QWHKjpW1hlO7mvqVx", + "type": "Entry", + "createdAt": "2022-10-19T06:33:11.974Z", + "updatedAt": "2022-10-19T06:33:51.555Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2022-10-19T06:33:51.555Z", + "firstPublishedAt": "2022-10-19T06:33:44.018Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5Kc45QWHKjpW1hlO7mvqVx" + }, + "fields": { + "title": { + "en-US": "Customer Phoenix" + }, + "slug": { + "en-US": "customer-phoenix" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/customer/phoenix-websoft9.png" + }, + "type": { + "en-US": [ + "Customer" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3VoWl3fMHPe5FIFf3P2ByN", + "type": "Entry", + "createdAt": "2022-10-19T06:34:35.890Z", + "updatedAt": "2022-10-19T06:52:18.049Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2022-10-19T06:52:18.049Z", + "firstPublishedAt": "2022-10-19T06:52:18.049Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "marketplace" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3VoWl3fMHPe5FIFf3P2ByN" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "uOZ1ahNqe1lKQuyI7OOIP" + } + } + }, + "key": { + "en-US": "kingdee" + }, + "name": { + "en-US": "Kingdee", + "zh-CN": "金蝶" + }, + "description": { + "zh-CN": "致力成为“最值得托付的企业服务平台”" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2qkEN60zXJZzwwJ9di9CeU" + } + } + }, + "siteurl": { + "en-US": "https://www.kingdee.com.hk/en/", + "zh-CN": "https://www.kingdee.com/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5xSbtc28H71ef9T5QTPrFO", + "type": "Entry", + "createdAt": "2022-10-19T06:52:27.019Z", + "updatedAt": "2022-10-19T06:56:20.142Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-10-19T06:56:20.142Z", + "firstPublishedAt": "2022-10-19T06:56:20.142Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "marketplace" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5xSbtc28H71ef9T5QTPrFO" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "uOZ1ahNqe1lKQuyI7OOIP" + } + } + }, + "key": { + "en-US": "iboxchain" + }, + "name": { + "en-US": "iBOXCHAIN", + "zh-CN": "盒子科技" + }, + "description": { + "zh-CN": "构建互联互通的数字化商业服务开放生态,让商业服务更智慧。" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6M8TbdYxjBL16GVUTEpQAw" + } + } + }, + "siteurl": { + "en-US": "https://www.iboxpay.com/", + "zh-CN": "https://www.iboxpay.com/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2lrzcORyen3ELqRKCXZtGj", + "type": "Entry", + "createdAt": "2022-10-19T06:56:30.557Z", + "updatedAt": "2022-10-19T07:01:11.396Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2022-10-19T07:01:11.396Z", + "firstPublishedAt": "2022-10-19T07:01:11.396Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "marketplace" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2lrzcORyen3ELqRKCXZtGj" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "uOZ1ahNqe1lKQuyI7OOIP" + } + } + }, + "key": { + "en-US": "wuhan-university" + }, + "name": { + "en-US": "Wuhan University", + "zh-CN": "武汉大学" + }, + "description": { + "en-US": "Self-improvement, Perseverance, Truth-seeking & Innovation.", + "zh-CN": "自强 弘毅 求是 拓新" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1m5pe13IxPjqGQfLl678EB" + } + } + }, + "siteurl": { + "en-US": "https://en.whu.edu.cn/", + "zh-CN": "https://www.whu.edu.cn/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4K66rfSRWUmDj7Hh0I60fk", + "type": "Entry", + "createdAt": "2022-10-19T06:56:52.304Z", + "updatedAt": "2022-10-19T07:27:52.374Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2022-10-19T07:27:52.374Z", + "firstPublishedAt": "2022-10-19T07:27:52.374Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4K66rfSRWUmDj7Hh0I60fk" + }, + "fields": { + "title": { + "en-US": "Customer Bgy" + }, + "slug": { + "en-US": "customer-bgy" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/customer/bgy-websoft9.png" + }, + "type": { + "en-US": [ + "Customer" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3tF6ouctnTTGa8WKcfvXmD", + "type": "Entry", + "createdAt": "2022-10-19T07:02:57.499Z", + "updatedAt": "2022-10-19T07:07:38.695Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-10-19T07:07:38.695Z", + "firstPublishedAt": "2022-10-19T07:07:38.695Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "marketplace" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3tF6ouctnTTGa8WKcfvXmD" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "uOZ1ahNqe1lKQuyI7OOIP" + } + } + }, + "key": { + "en-US": "university-of-chinese-academy-of-sciences" + }, + "name": { + "en-US": "University of Chinese Academy of Sciences", + "zh-CN": "中国科学院大学" + }, + "description": { + "en-US": "Practicality, Truth-seeking, Cooperation, and Innovation", + "zh-CN": "博学笃志 格物明德" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "31feuib7RhIQERqDkGIOAy" + } + } + }, + "siteurl": { + "en-US": "https://english.ucas.ac.cn/", + "zh-CN": "https://www.ucas.ac.cn/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6KAN0A1sCYbbn1LUpn2FQ7", + "type": "Entry", + "createdAt": "2022-10-19T07:08:13.926Z", + "updatedAt": "2022-10-19T07:50:12.002Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-10-19T07:50:12.002Z", + "firstPublishedAt": "2022-10-19T07:12:11.659Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 2, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "marketplace" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6KAN0A1sCYbbn1LUpn2FQ7" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "uOZ1ahNqe1lKQuyI7OOIP" + } + } + }, + "key": { + "en-US": "phoenix-contact" + }, + "name": { + "en-US": "Phoenix Contact", + "zh-CN": "菲尼克斯电气" + }, + "description": { + "en-US": "We are the global market leader and innovator for electrification, networking, and automation on the path to a smart world.", + "zh-CN": "工业连接技术、自动化技术、电子接口系统以及电涌保护的创新市场引领者" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5Kc45QWHKjpW1hlO7mvqVx" + } + } + }, + "siteurl": { + "en-US": "https://www.phoenixcontact.com/", + "zh-CN": "https://www.phoenixcontact.com/zh-cn/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7MR3MEAh6dJkRChe4qZJqe", + "type": "Entry", + "createdAt": "2022-10-19T07:12:19.371Z", + "updatedAt": "2022-10-19T08:51:59.381Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-10-19T08:51:59.381Z", + "firstPublishedAt": "2022-10-19T07:15:47.861Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 2, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "marketplace" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7MR3MEAh6dJkRChe4qZJqe" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "uOZ1ahNqe1lKQuyI7OOIP" + } + } + }, + "key": { + "en-US": "shanghai-jiaotong-university-school-of-medicine" + }, + "name": { + "en-US": " Shanghai Jiaotong University School of Medicine ", + "zh-CN": "上海交通大学医学院" + }, + "description": { + "en-US": "博极医源、精勤不倦", + "zh-CN": "博极医源、精勤不倦" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6nlYs1XgVKa5wZhnknZXdV" + } + } + }, + "siteurl": { + "en-US": "https://www.shsmu.edu.cn/", + "zh-CN": "https://www.shsmu.edu.cn/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3WwkNIdv51orqfOzi5YTqg", + "type": "Entry", + "createdAt": "2022-10-19T07:16:49.303Z", + "updatedAt": "2022-10-19T08:51:47.885Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-10-19T08:51:47.885Z", + "firstPublishedAt": "2022-10-19T07:21:33.505Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 2, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "marketplace" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3WwkNIdv51orqfOzi5YTqg" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "uOZ1ahNqe1lKQuyI7OOIP" + } + } + }, + "key": { + "en-US": "budding-charity" + }, + "name": { + "en-US": "Budding Charity", + "zh-CN": "萌芽公益" + }, + "description": { + "en-US": "专注幼年皮肌炎", + "zh-CN": "专注幼年皮肌炎" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2GoYVw6SXSWkhEJIgTO8wS" + } + } + }, + "siteurl": { + "en-US": "https://curejm.cn/", + "zh-CN": "https://curejm.cn/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "57GpnMrhpv6tOq9VEihyWF", + "type": "Entry", + "createdAt": "2022-10-19T07:21:52.039Z", + "updatedAt": "2022-10-19T07:27:42.928Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2022-10-19T07:27:42.928Z", + "firstPublishedAt": "2022-10-19T07:27:42.928Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "marketplace" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/57GpnMrhpv6tOq9VEihyWF" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "uOZ1ahNqe1lKQuyI7OOIP" + } + } + }, + "key": { + "en-US": "hitachi" + }, + "name": { + "en-US": "Hitachi", + "zh-CN": "日立" + }, + "description": { + "en-US": "Drives Social Innovation Business, creating a sustainable society with data and technology.", + "zh-CN": "通过优秀的自主技术及产品开发贡献于社会" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3XzqhJ09xmsxVj5li5OEKE" + } + } + }, + "siteurl": { + "en-US": "https://www.hitachi.com/", + "zh-CN": "https://www.hitachi.com.cn/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "69qBLIStCGuSLVHtbfCHNo", + "type": "Entry", + "createdAt": "2022-10-19T07:27:54.571Z", + "updatedAt": "2022-10-19T07:33:15.926Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2022-10-19T07:33:15.926Z", + "firstPublishedAt": "2022-10-19T07:33:15.926Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "marketplace" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/69qBLIStCGuSLVHtbfCHNo" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "uOZ1ahNqe1lKQuyI7OOIP" + } + } + }, + "key": { + "en-US": "dell" + }, + "name": { + "en-US": "Dell", + "zh-CN": "戴尔" + }, + "description": { + "en-US": "Delivering a better tomorrow", + "zh-CN": "创造更美好的明天" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "55kDZ4xd524Oj02GPUmObc" + } + } + }, + "siteurl": { + "en-US": "https://www.dell.com/", + "zh-CN": "https://www.dell.com/zh-cn" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1Bikpc8dd5ZgcKNB1B9T0C", + "type": "Entry", + "createdAt": "2022-10-19T07:28:14.514Z", + "updatedAt": "2022-10-19T07:28:52.309Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-10-19T07:28:52.309Z", + "firstPublishedAt": "2022-10-19T07:28:52.309Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1Bikpc8dd5ZgcKNB1B9T0C" + }, + "fields": { + "title": { + "en-US": "Customer ZJU" + }, + "slug": { + "en-US": "customer-zju" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/customer/zju-websoft9.png" + }, + "type": { + "en-US": [ + "Customer" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2lxBpluaAv0GCixjPvn6h4", + "type": "Entry", + "createdAt": "2022-10-19T07:29:53.978Z", + "updatedAt": "2022-10-19T07:35:16.083Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2022-10-19T07:35:16.083Z", + "firstPublishedAt": "2022-10-19T07:30:41.252Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2lxBpluaAv0GCixjPvn6h4" + }, + "fields": { + "title": { + "en-US": "JD Cloud" + }, + "slug": { + "en-US": "jd-cloud" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/marketplace/jdcloud-en-logo.png", + "zh-CN": "https://libs.websoft9.com/Websoft9/logo/marketplace/jdcloud-logo.png" + }, + "type": { + "en-US": [ + "Marketplace" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "AYyFN3MBXqZoLXSeVHalY", + "type": "Entry", + "createdAt": "2022-10-19T07:34:13.894Z", + "updatedAt": "2022-10-19T07:40:05.172Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2022-10-19T07:40:05.172Z", + "firstPublishedAt": "2022-10-19T07:39:26.564Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 2, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "marketplace" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/AYyFN3MBXqZoLXSeVHalY" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "uOZ1ahNqe1lKQuyI7OOIP" + } + } + }, + "key": { + "en-US": "siemens" + }, + "name": { + "en-US": "Siemens ", + "zh-CN": "西门子" + }, + "description": { + "en-US": " INDUSTRIAL AUTOMATION,SUSTAINABILITY", + "zh-CN": "以科技共创每一天" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6F7JFpL0iiQpykucSpKXFq" + } + } + }, + "siteurl": { + "en-US": "https://www.siemens.com/global/en.html", + "zh-CN": "https://new.siemens.com/cn/zh.html" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2iz862y6CFzpcMyRos9IiR", + "type": "Entry", + "createdAt": "2022-10-19T07:40:21.850Z", + "updatedAt": "2022-10-19T08:49:32.719Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-10-19T08:49:32.719Z", + "firstPublishedAt": "2022-10-19T07:47:17.120Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 2, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "marketplace" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2iz862y6CFzpcMyRos9IiR" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "uOZ1ahNqe1lKQuyI7OOIP" + } + } + }, + "key": { + "en-US": "mengniu" + }, + "name": { + "en-US": "MENGNIU", + "zh-CN": "蒙牛" + }, + "description": { + "en-US": "Every drop of nutrition makes every life thrive", + "zh-CN": "点滴营养 绽放每个生命 " + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3MeHijslOHLSgtY7a8050Q" + } + } + }, + "siteurl": { + "en-US": "https://www.mengniu.com.cn/", + "zh-CN": "https://www.mengniu.com.cn/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6cCzZ8W5FIMZTzZ8sYK1jF", + "type": "Entry", + "createdAt": "2022-10-20T13:15:31.232Z", + "updatedAt": "2022-10-21T07:35:41.377Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 17, + "publishedAt": "2022-10-21T07:35:41.377Z", + "firstPublishedAt": "2022-10-20T18:01:11.032Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 18, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6cCzZ8W5FIMZTzZ8sYK1jF" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "mq-equal-scm" + }, + "title": { + "en-US": "物流系统与消息队列(MQ)", + "zh-CN": "物流系统与消息队列(MQ)" + }, + "content": { + "en-US": "首先我们 学习 MQ 消息中间件不要陷入技术陷阱,先从日常生活中的例子出发,来理解它的原理。\n\n只要真正理解了原理,再结合技术实现去了解其架构。\n\n## 原理解读 ##\n\nMQ 是为了解决大型软件组件之间的通信问题而产生的一种技术哲学:对海量的、不急迫的通信请求,设置一个中间环节更有效率。\n\n如果把计算机系统要处理的事情统称为消息,消息队列就是处理消息的容器。当应用服务器瞬时接受到大量消息时,无法一下子处理完成。于是把消息暂时储存到消息队列容器,然后慢慢 \n执行。\n\nMQ分解来看,就是一个转发器,生产者先将消息投递一个叫做「队列」的容器中,然后再从这个容器中取出消息,最后再转发给消费者,仅此而已。\n\nMQ 的原理一句话也可以说清楚:大型程序运行的时候,组件之间需要发送消息相互通信,频繁的直接通信会导致系统变得复杂而且运行效率低下。故,为了解决复杂性和效率,有人就发明\n了 MQ 这种中间程序,把消息比作信件,MQ就好比邮局。\n\n一个邮局所需的组织架构,对应软件世界的 MQ 就需要具备对应的架构:\n\n * MQ 是消息传递服务(消息内容+发件人+收件人)\n * MQ 为消息的发送人(生产者)和消息接收人(消费者)的中间桥梁\n * MQ 支持分布式节点就比邮局的遍布全国的中转中心\n\n![rocketmq-arch001-websoft9.png][]\n\n故,一个 MQ 系统主要是由:**消息存储池 + 消息订单处理中心** 组成,消息订单处理中心好比邮局企业的大脑,一切的业务实践精华都在大脑中。\n\n对 RocketMQ 而言,NameServer 就是消息订单处理中心, Broker 就是消息存储池。\n\n## 分布式 ##\n\n消息队列是互联网基础设施,它天然具有分布式的基因。\n\n覆盖全国网络的菜鸟物流用于处理现实世界的商品传递,与分布式MQ用于处理系统的消息传递本质上是一个原理。\n\n[rocketmq-arch001-websoft9.png]: https://libs.websoft9.com/Websoft9/DocsPicture/en/rocketmq/rocketmq-arch001-websoft9.png", + "zh-CN": "首先我们 学习 MQ 消息中间件不要陷入技术陷阱,先从日常生活中的例子出发,来理解它的原理。\n\n只要真正理解了原理,再结合技术实现去了解其架构。\n\n## 原理解读 ##\n\nMQ 是为了解决大型软件组件之间的通信问题而产生的一种技术哲学:对海量的、不急迫的通信请求,设置一个中间环节更有效率。\n\n如果把计算机系统要处理的事情统称为消息,消息队列就是处理消息的容器。当应用服务器瞬时接受到大量消息时,无法一下子处理完成。于是把消息暂时储存到消息队列容器,然后慢慢 \n执行。\n\nMQ分解来看,就是一个转发器,生产者先将消息投递一个叫做「队列」的容器中,然后再从这个容器中取出消息,最后再转发给消费者,仅此而已。\n\nMQ 的原理一句话也可以说清楚:大型程序运行的时候,组件之间需要发送消息相互通信,频繁的直接通信会导致系统变得复杂而且运行效率低下。故,为了解决复杂性和效率,有人就发明\n了 MQ 这种中间程序,把消息比作信件,MQ就好比邮局。\n\n一个邮局所需的组织架构,对应软件世界的 MQ 就需要具备对应的架构:\n\n * MQ 是消息传递服务(消息内容+发件人+收件人)\n * MQ 为消息的发送人(生产者)和消息接收人(消费者)的中间桥梁\n * MQ 支持分布式节点就比邮局的遍布全国的中转中心\n\n![rocketmq-arch001-websoft9.png][]\n\n故,一个 MQ 系统主要是由:**消息存储池 + 消息订单处理中心** 组成,消息订单处理中心好比邮局企业的大脑,一切的业务实践精华都在大脑中。\n\n对 RocketMQ 而言,NameServer 就是消息订单处理中心, Broker 就是消息存储池。\n\n## 分布式 ##\n\n消息队列是互联网基础设施,它天然具有分布式的基因。\n\n覆盖全国网络的菜鸟物流用于处理现实世界的商品传递,与分布式MQ用于处理系统的消息传递本质上是一个原理。\n\n[rocketmq-arch001-websoft9.png]: https://libs.websoft9.com/Websoft9/DocsPicture/en/rocketmq/rocketmq-arch001-websoft9.png" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2022-03-26T08:00+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "b70AFS1dHlksEMxAaDwuK", + "type": "Entry", + "createdAt": "2022-10-20T13:21:08.525Z", + "updatedAt": "2022-10-21T07:36:30.771Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 15, + "publishedAt": "2022-10-21T07:36:30.771Z", + "firstPublishedAt": "2022-10-20T18:01:43.873Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 16, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/b70AFS1dHlksEMxAaDwuK" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "saas-12factor" + }, + "title": { + "en-US": "[转]现代应用程序12条基准法则", + "zh-CN": "[转]现代应用程序12条基准法则" + }, + "content": { + "en-US": "来源:[https://12factor.net/zh\\_cn/][https_12factor.net_zh_cn]\n\n# 简介 #\n\n如今,软件通常会作为一种服务来交付,它们被称为网络应用程序,或软件即服务(SaaS)。12-Factor 为构建如下的 SaaS 应用提供了方法论:\n\n * 使用**标准化**流程自动配置,从而使新的开发者花费最少的学习成本加入这个项目。\n * 和操作系统之间尽可能的**划清界限**,在各个系统中提供**最大的可移植性**。\n * 适合**部署**在现代的**云计算平台**,从而在服务器和系统管理方面节省资源。\n * 将开发环境和生产环境的**差异降至最低**,并使用**持续交付**实施敏捷开发。\n * 可以在工具、架构和开发流程不发生明显变化的前提下实现**扩展**。\n\n这套理论适用于任意语言和后端服务(数据库、消息队列、缓存等)开发的应用程序。\n\n# 背景 #\n\n本文的贡献者参与过数以百计的应用程序的开发和部署,并通过 [Heroku][] 平台间接见证了数十万应用程序的开发,运作以及扩展的过程。\n\n本文综合了我们关于 SaaS 应用几乎所有的经验和智慧,是开发此类应用的理想实践标准,并特别关注于应用程序如何保持良性成长,开发者之间如何进行有效的代码协作,以及如何 [避 \n免软件污染][Link 1] 。\n\n我们的初衷是分享在现代软件开发过程中发现的一些系统性问题,并加深对这些问题的认识。我们提供了讨论这些问题时所需的共享词汇,同时使用相关术语给出一套针对这些问题的广义 \n解决方案。本文格式的灵感来自于 Martin Fowler 的书籍: *[Patterns of Enterprise Application Architecture][]* , *[Refactoring][]* 。\n\n# 读者应该是哪些人? #\n\n任何 SaaS 应用的开发人员。部署和管理此类应用的运维工程师。\n\n# 12-factors #\n\n## [I. 基准代码][I.] ##\n\n### 一份基准代码,多份部署 ###\n\n## [II. 依赖][II.] ##\n\n### 显式声明依赖关系 ###\n\n## [III. 配置][III.] ##\n\n### 在环境中存储配置 ###\n\n## [IV. 后端服务][IV.] ##\n\n### 把后端服务当作附加资源 ###\n\n## [V. 构建,发布,运行][V.] ##\n\n### 严格分离构建和运行 ###\n\n## [VI. 进程][VI.] ##\n\n### 以一个或多个无状态进程运行应用 ###\n\n## [VII. 端口绑定][VII.] ##\n\n### 通过端口绑定提供服务 ###\n\n## [VIII. 并发][VIII.] ##\n\n### 通过进程模型进行扩展 ###\n\n## [IX. 易处理][IX.] ##\n\n### 快速启动和优雅终止可最大化健壮性 ###\n\n## [X. 开发环境与线上环境等价][X.] ##\n\n### 尽可能的保持开发,预发布,线上环境相同 ###\n\n## [XI. 日志][XI.] ##\n\n### 把日志当作事件流 ###\n\n## [XII. 管理进程][XII.] ##\n\n### 后台管理任务当作一次性进程运行 ###\n\n[https_12factor.net_zh_cn]: https://12factor.net/zh_cn/\n[Heroku]: http://www.heroku.com/\n[Link 1]: http://blog.heroku.com/archives/2011/6/28/the_new_heroku_4_erosion_resistance_explicit_contracts/\n[Patterns of Enterprise Application Architecture]: http://books.google.com/books/about/Patterns_of_enterprise_application_archi.html?id=FyWZt5DdvFkC\n[Refactoring]: http://books.google.com/books/about/Refactoring.html?id=1MsETFPD3I0C\n[I.]: https://12factor.net/zh_cn/codebase\n[II.]: https://12factor.net/zh_cn/dependencies\n[III.]: https://12factor.net/zh_cn/config\n[IV.]: https://12factor.net/zh_cn/backing-services\n[V.]: https://12factor.net/zh_cn/build-release-run\n[VI.]: https://12factor.net/zh_cn/processes\n[VII.]: https://12factor.net/zh_cn/port-binding\n[VIII.]: https://12factor.net/zh_cn/concurrency\n[IX.]: https://12factor.net/zh_cn/disposability\n[X.]: https://12factor.net/zh_cn/dev-prod-parity\n[XI.]: https://12factor.net/zh_cn/logs\n[XII.]: https://12factor.net/zh_cn/admin-processes", + "zh-CN": "来源:[https://12factor.net/zh\\_cn/][https_12factor.net_zh_cn]\n\n# 简介 #\n\n如今,软件通常会作为一种服务来交付,它们被称为网络应用程序,或软件即服务(SaaS)。12-Factor 为构建如下的 SaaS 应用提供了方法论:\n\n * 使用**标准化**流程自动配置,从而使新的开发者花费最少的学习成本加入这个项目。\n * 和操作系统之间尽可能的**划清界限**,在各个系统中提供**最大的可移植性**。\n * 适合**部署**在现代的**云计算平台**,从而在服务器和系统管理方面节省资源。\n * 将开发环境和生产环境的**差异降至最低**,并使用**持续交付**实施敏捷开发。\n * 可以在工具、架构和开发流程不发生明显变化的前提下实现**扩展**。\n\n这套理论适用于任意语言和后端服务(数据库、消息队列、缓存等)开发的应用程序。\n\n# 背景 #\n\n本文的贡献者参与过数以百计的应用程序的开发和部署,并通过 [Heroku][] 平台间接见证了数十万应用程序的开发,运作以及扩展的过程。\n\n本文综合了我们关于 SaaS 应用几乎所有的经验和智慧,是开发此类应用的理想实践标准,并特别关注于应用程序如何保持良性成长,开发者之间如何进行有效的代码协作,以及如何 [避 \n免软件污染][Link 1] 。\n\n我们的初衷是分享在现代软件开发过程中发现的一些系统性问题,并加深对这些问题的认识。我们提供了讨论这些问题时所需的共享词汇,同时使用相关术语给出一套针对这些问题的广义 \n解决方案。本文格式的灵感来自于 Martin Fowler 的书籍: *[Patterns of Enterprise Application Architecture][]* , *[Refactoring][]* 。\n\n# 读者应该是哪些人? #\n\n任何 SaaS 应用的开发人员。部署和管理此类应用的运维工程师。\n\n# 12-factors #\n\n## [I. 基准代码][I.] ##\n\n### 一份基准代码,多份部署 ###\n\n## [II. 依赖][II.] ##\n\n### 显式声明依赖关系 ###\n\n## [III. 配置][III.] ##\n\n### 在环境中存储配置 ###\n\n## [IV. 后端服务][IV.] ##\n\n### 把后端服务当作附加资源 ###\n\n## [V. 构建,发布,运行][V.] ##\n\n### 严格分离构建和运行 ###\n\n## [VI. 进程][VI.] ##\n\n### 以一个或多个无状态进程运行应用 ###\n\n## [VII. 端口绑定][VII.] ##\n\n### 通过端口绑定提供服务 ###\n\n## [VIII. 并发][VIII.] ##\n\n### 通过进程模型进行扩展 ###\n\n## [IX. 易处理][IX.] ##\n\n### 快速启动和优雅终止可最大化健壮性 ###\n\n## [X. 开发环境与线上环境等价][X.] ##\n\n### 尽可能的保持开发,预发布,线上环境相同 ###\n\n## [XI. 日志][XI.] ##\n\n### 把日志当作事件流 ###\n\n## [XII. 管理进程][XII.] ##\n\n### 后台管理任务当作一次性进程运行 ###\n\n[https_12factor.net_zh_cn]: https://12factor.net/zh_cn/\n[Heroku]: http://www.heroku.com/\n[Link 1]: http://blog.heroku.com/archives/2011/6/28/the_new_heroku_4_erosion_resistance_explicit_contracts/\n[Patterns of Enterprise Application Architecture]: http://books.google.com/books/about/Patterns_of_enterprise_application_archi.html?id=FyWZt5DdvFkC\n[Refactoring]: http://books.google.com/books/about/Refactoring.html?id=1MsETFPD3I0C\n[I.]: https://12factor.net/zh_cn/codebase\n[II.]: https://12factor.net/zh_cn/dependencies\n[III.]: https://12factor.net/zh_cn/config\n[IV.]: https://12factor.net/zh_cn/backing-services\n[V.]: https://12factor.net/zh_cn/build-release-run\n[VI.]: https://12factor.net/zh_cn/processes\n[VII.]: https://12factor.net/zh_cn/port-binding\n[VIII.]: https://12factor.net/zh_cn/concurrency\n[IX.]: https://12factor.net/zh_cn/disposability\n[X.]: https://12factor.net/zh_cn/dev-prod-parity\n[XI.]: https://12factor.net/zh_cn/logs\n[XII.]: https://12factor.net/zh_cn/admin-processes" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2022-03-03T03:55+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "29fxzKEp0RVsaZ4ZRqEgCq", + "type": "Entry", + "createdAt": "2022-10-20T13:26:11.789Z", + "updatedAt": "2022-10-21T07:19:09.538Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 50, + "publishedAt": "2022-10-21T07:19:09.538Z", + "firstPublishedAt": "2022-10-20T18:02:22.743Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 51, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/29fxzKEp0RVsaZ4ZRqEgCq" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "smb-cloud-safe-cost" + }, + "title": { + "en-US": "小微企业上云的成本与安全对比", + "zh-CN": "小微企业上云的成本与安全对比" + }, + "content": { + "en-US": "## 成本\n\n企业做事,都是非常理性的从风险、投资回报角度看问题。\n\n以云服务器举例,与自构建服务器相比:\n\n| **对比项** | **云服务器** | **自购服务器** |\n| :--- | :--- | :--- |\n| **价格** | 低至0.2元/时 或 500元/年 | _8000元-20000元/台_ |\n| **使用方式** | _租用(最小单位是小时)_ | _一次性投资_ |\n| **网络** | _按需使用,0.7元/G_ | _自建带宽_ |\n| **应对并发访问** | _1分钟完成升级_ | _7-10天购置升级配件_ |\n| **减少空闲资源** | _1分钟完成降配_ | _无可行方案_ |\n| **服务器的形态** | 软件形式, | 物理机 |\n| **服务器环境成本** | 0 | 需要提供温度适中和无尘环境 |\n| **免费镜像** | 数千种 | 0 |\n| **支持服务** | 免费+几十元到几百元在线服务 | 自己雇人或托朋友维护 |\n| **安全** | 云上有全面的保护 | 需安全专业人士+购买安全软件 |\n| **数据** | 云端自家拥有 | 物理端自家拥有 |\n\n显然,还要选择自购物理服务器,实在是需要足够的特殊理由和特殊场景了。\n\n## 安全\n\n云是否安全,我们要选择自建来对比。即安全是相对的,如下几个维度看安全:\n\n| 对比项 | 云 | 本地 |\n| :--- | :--- | :--- |\n| 物理损坏(断电、灰尘等) | 专业公司维护,非常安全 | 自建维护,安全一般 |\n| 被黑客攻击 | 有多层防火措施,比较安全 | 一般无措施,安全一般 |\n| 数据 | 大型云计算服务公司,有国家法律保障客户数据不被第三方获取 | 自行掌握,只需要防止监守自盗 |\n\n相对来说,云还是比较安全的。\n", + "zh-CN": "## 成本\n\n企业做事,都是非常理性的从风险、投资回报角度看问题。\n\n以云服务器举例,与自构建服务器相比:\n\n| **对比项** | **云服务器** | **自购服务器** |\n| :--- | :--- | :--- |\n| **价格** | 低至0.2元/时 或 500元/年 | _8000元-20000元/台_ |\n| **使用方式** | _租用(最小单位是小时)_ | _一次性投资_ |\n| **网络** | _按需使用,0.7元/G_ | _自建带宽_ |\n| **应对并发访问** | _1分钟完成升级_ | _7-10天购置升级配件_ |\n| **减少空闲资源** | _1分钟完成降配_ | _无可行方案_ |\n| **服务器的形态** | 软件形式, | 物理机 |\n| **服务器环境成本** | 0 | 需要提供温度适中和无尘环境 |\n| **免费镜像** | 数千种 | 0 |\n| **支持服务** | 免费+几十元到几百元在线服务 | 自己雇人或托朋友维护 |\n| **安全** | 云上有全面的保护 | 需安全专业人士+购买安全软件 |\n| **数据** | 云端自家拥有 | 物理端自家拥有 |\n\n显然,还要选择自购物理服务器,实在是需要足够的特殊理由和特殊场景了。\n\n## 安全\n\n云是否安全,我们要选择自建来对比。即安全是相对的,如下几个维度看安全:\n\n| 对比项 | 云 | 本地 |\n| :--- | :--- | :--- |\n| 物理损坏(断电、灰尘等) | 专业公司维护,非常安全 | 自建维护,安全一般 |\n| 被黑客攻击 | 有多层防火措施,比较安全 | 一般无措施,安全一般 |\n| 数据 | 大型云计算服务公司,有国家法律保障客户数据不被第三方获取 | 自行掌握,只需要防止监守自盗 |\n\n相对来说,云还是比较安全的。\n" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2022-03-02T07:21+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2NowqQ4uK76shvfmg9bvl7", + "type": "Entry", + "createdAt": "2022-10-20T13:38:31.107Z", + "updatedAt": "2022-10-21T07:29:24.451Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 31, + "publishedAt": "2022-10-21T07:29:24.451Z", + "firstPublishedAt": "2022-10-20T18:03:06.497Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 32, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2NowqQ4uK76shvfmg9bvl7" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "what-is-cloud" + }, + "title": { + "en-US": "什么是云计算?", + "zh-CN": "什么是云计算?" + }, + "content": { + "en-US": "云计算这个概念从提出到今天,已经超过15年,其所包含的内容之广已经无法用概念进行准确定义了。\n\n先看[Gartner][](全球最具权威的IT研究与顾问咨询公司)对云计算的定义。\n\n> Garter认为:云计算为一种计算方式,是利用Internet技术,大规模的IT计算能力,以”服务”的形式提供给外部客户,这些服务是提供给多个外部客户的, 以利用资源共享来降低成本。 \n\n再看[CESI][](中国电子技术标准化研究院)对云计算的定义\n\n> CESI认为:云计算是一种将可伸缩、弹性、共享的物理和虚拟资源池以按需自服务的方式供应和管理,并提供网络访问的模式。云计算模式由关键特征、云计算角色和活动、云能力类型\n和云服务分类、云部署模型、云计算共同关注点组成。(《云计算标准化白皮书V3.0》)\n\n权威机构由于要考虑到权威性、专业性和面面俱到,显然这个概念是一种总结性的文字,只合适已经具备云计算能力的人去做进一步的理解,对初学者来说反而是云里雾里、不知所云。 \n\n为了更好的帮助大家理解云计算,我们现在请停止对概念的冥思。人生苦短,我们不值得花时间在这个抽象的概念上。我们来个剥茧抽丝的学习方法,尽量以最少的语言、以最通俗易懂表\n达方式帮助您掌握云计算的真实含义。\n\n### 首先,理解什么是计算 ###\n\n计算(计算机)等同于用脑(人)。我们知道用脑有很多方面:算账,做科研,写文章,指挥与调度别人,算计,冥想...\n\n事实上计算的发明首先解决的也是算账、做科研和写文章这三种需求,这三种需求是一种典型的信息加工与处理过程。\n\n> 计算狭义的定义:计算也就是信息加工与处理,是对信息按照预设规则进行加工,然后产生所期望的新的信息的过程。\n\n计算机是人发明的,由于人的固有思维,不可能凭空产生一个。下面把信息处理中计算机与人\n\n| 计算 | 人 | 计算机 |\n| --- | --- | --- |\n| 信息输入设备 | 眼睛,耳朵,身体感知 | 键盘录入,录音,触摸屏 |\n| 信息输出设备 | 身体所有部分 | 屏幕,喇叭 |\n| 信息沟通能力 | 人-人,人-机器 | 计算机-机器(含计算机),计算机-人 |\n| 信息沟通媒介 | 世界上所有的东西 | 网络 |\n| 信息存储 | 大脑存储区 | 硬盘 |\n| 信息计算 | 大脑思考区 | CPU |\n| 信息调出与回忆 | 大脑记忆区 | 内存 |\n\n理解了计算,我们再说一个概念。软件与硬件,硬件显然就是那些看得见摸得着的东西。软件很特殊,按照人来对比软件等同于精神。但不同的人的精神是客观存在但似乎看不见,软件似 \n乎看的着(桌面的图标和硬盘上的代码)。主要原因是由于,计算机的计算是为人类处理精准工作任务的,且还不能接受抽象的工作任务的能力,它的工作过程需要人参与,所以需要把“软\n件”暴露给用户,即软件可以看得见了。\n\n想象一下,有朝一日,人工智能技术进化到一定程度,机器人与人相差无几,作为用户,你还能看到机器人的软件吗?\n\n最后来一个极简主义式的总结\n\n> 计算=运行软件\n\n如果你认同并理解了“计算=运行软件”,那么后面我们尽量用运行软件来代替计算这个词。\n\n### 其次,了解软件分类 ###\n\n软件依据用途进行分类便于理解:操作系统类,中间件类,数据库类,建站类,企业管理类,科研类\n从行业的角度还有很多行业软件,这里不列举了\n\n> 大部分人运行软件都需要掌握操作系统\n\n### 最后,理解什么云计算 ###\n\n云计算的云是舶来词(Cloud Computing)翻译过来的,但也算比较形象。\n\n以前,我们运行软件都是运行在自己的电脑或者公司的服务器,现在由于受到互联网的影响,往往一个软件的使用者会分布在不同的地域(即软件需要接入互联网后被访问),放在自己的 \n电脑或公司服务器不便于访问。\n\n这个时候就产生了一种需求,把软件放到一个可以被跨地域访问(速度还要有保障)的地方,这个地方就是云计算中心(以前叫IDC),云计算中心为了提高生产效率,往往是具有大规模计\n算资源的企业组织。通过对计算资源进行整理和分配后,再进行销售,就行程了现在的云计算了。\n\n> 云计算公司提供的产品主要就是云服务器以及配套设施(网络、存储和安全等)\n\n[Gartner]: https://www.gartner.com\n[CESI]: http://www.cesi.cn/", + "zh-CN": "云计算这个概念从提出到今天,已经超过15年,其所包含的内容之广已经无法用概念进行准确定义了。\n\n先看[Gartner][](全球最具权威的IT研究与顾问咨询公司)对云计算的定义。\n\n> Garter认为:云计算为一种计算方式,是利用Internet技术,大规模的IT计算能力,以”服务”的形式提供给外部客户,这些服务是提供给多个外部客户的, 以利用资源共享来降低成本。 \n\n再看[CESI][](中国电子技术标准化研究院)对云计算的定义\n\n> CESI认为:云计算是一种将可伸缩、弹性、共享的物理和虚拟资源池以按需自服务的方式供应和管理,并提供网络访问的模式。云计算模式由关键特征、云计算角色和活动、云能力类型\n和云服务分类、云部署模型、云计算共同关注点组成。(《云计算标准化白皮书V3.0》)\n\n权威机构由于要考虑到权威性、专业性和面面俱到,显然这个概念是一种总结性的文字,只合适已经具备云计算能力的人去做进一步的理解,对初学者来说反而是云里雾里、不知所云。 \n\n为了更好的帮助大家理解云计算,我们现在请停止对概念的冥思。人生苦短,我们不值得花时间在这个抽象的概念上。我们来个剥茧抽丝的学习方法,尽量以最少的语言、以最通俗易懂表\n达方式帮助您掌握云计算的真实含义。\n\n### 首先,理解什么是计算 ###\n\n计算(计算机)等同于用脑(人)。我们知道用脑有很多方面:算账,做科研,写文章,指挥与调度别人,算计,冥想...\n\n事实上计算的发明首先解决的也是算账、做科研和写文章这三种需求,这三种需求是一种典型的信息加工与处理过程。\n\n> 计算狭义的定义:计算也就是信息加工与处理,是对信息按照预设规则进行加工,然后产生所期望的新的信息的过程。\n\n计算机是人发明的,由于人的固有思维,不可能凭空产生一个。下面把信息处理中计算机与人\n\n| 计算 | 人 | 计算机 |\n| --- | --- | --- |\n| 信息输入设备 | 眼睛,耳朵,身体感知 | 键盘录入,录音,触摸屏 |\n| 信息输出设备 | 身体所有部分 | 屏幕,喇叭 |\n| 信息沟通能力 | 人-人,人-机器 | 计算机-机器(含计算机),计算机-人 |\n| 信息沟通媒介 | 世界上所有的东西 | 网络 |\n| 信息存储 | 大脑存储区 | 硬盘 |\n| 信息计算 | 大脑思考区 | CPU |\n| 信息调出与回忆 | 大脑记忆区 | 内存 |\n\n理解了计算,我们再说一个概念。软件与硬件,硬件显然就是那些看得见摸得着的东西。软件很特殊,按照人来对比软件等同于精神。但不同的人的精神是客观存在但似乎看不见,软件似 \n乎看的着(桌面的图标和硬盘上的代码)。主要原因是由于,计算机的计算是为人类处理精准工作任务的,且还不能接受抽象的工作任务的能力,它的工作过程需要人参与,所以需要把“软\n件”暴露给用户,即软件可以看得见了。\n\n想象一下,有朝一日,人工智能技术进化到一定程度,机器人与人相差无几,作为用户,你还能看到机器人的软件吗?\n\n最后来一个极简主义式的总结\n\n> 计算=运行软件\n\n如果你认同并理解了“计算=运行软件”,那么后面我们尽量用运行软件来代替计算这个词。\n\n### 其次,了解软件分类 ###\n\n软件依据用途进行分类便于理解:操作系统类,中间件类,数据库类,建站类,企业管理类,科研类\n从行业的角度还有很多行业软件,这里不列举了\n\n> 大部分人运行软件都需要掌握操作系统\n\n### 最后,理解什么云计算 ###\n\n云计算的云是舶来词(Cloud Computing)翻译过来的,但也算比较形象。\n\n以前,我们运行软件都是运行在自己的电脑或者公司的服务器,现在由于受到互联网的影响,往往一个软件的使用者会分布在不同的地域(即软件需要接入互联网后被访问),放在自己的 \n电脑或公司服务器不便于访问。\n\n这个时候就产生了一种需求,把软件放到一个可以被跨地域访问(速度还要有保障)的地方,这个地方就是云计算中心(以前叫IDC),云计算中心为了提高生产效率,往往是具有大规模计\n算资源的企业组织。通过对计算资源进行整理和分配后,再进行销售,就行程了现在的云计算了。\n\n> 云计算公司提供的产品主要就是云服务器以及配套设施(网络、存储和安全等)\n\n[Gartner]: https://www.gartner.com\n[CESI]: http://www.cesi.cn/" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2022-03-02T07:19+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7yeiTDftOGTbqT6LueLQXB", + "type": "Entry", + "createdAt": "2022-10-20T13:43:12.889Z", + "updatedAt": "2022-10-21T07:34:47.105Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 17, + "publishedAt": "2022-10-21T07:34:47.105Z", + "firstPublishedAt": "2022-10-20T18:00:30.849Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 18, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7yeiTDftOGTbqT6LueLQXB" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "12-ways-to-slash-your-cloud-costs" + }, + "title": { + "en-US": "降低云成本的 12 种方法", + "zh-CN": "降低云成本的 12 种方法" + }, + "content": { + "en-US": "云资源相对自建机房来说,在一定的时候大大降低了成本。但实际使用过程中,稍有不慎,可能云资源的成本会大大超过您的预期。而“降本增效”是运作企业的不断追求的永恒主题,所以\n寻找更多的降低云成本的方案是非常有必要的。\n\n下面列出 12 种可能的方案:\n\n## 寻找更便宜的云厂商 ##\n\n大型云公司提供了一系列惊人的选择——包括一些绝对一流的服务,既适用于数据存储等平凡的工作,也适用于机器学习或计算机视觉等奇特的工作。但是,如果您不打算使用所有最好的 API 和服务,您可以找到商品云代理,它们或多或少地以更低的价格出售相同的东西。Linode、DigitalOcean、Vultr 、Hetzner、Scaleway和LightSail等公司可能更便宜,尤其是对于简单 \n负载。\n\n## 多云 ##\n\n不同的云平台有不同的产品定价策略,找到性价比最高的定价组合,可以直接降低成本\n\n## 获取折扣 ##\n\n抓住云平台提供的折扣机会:满减、预留实例、CPU限速实例、旧实例等\n\n## 带宽策略 ##\n\n带宽是云成本的主要组成部分,使用按量或包年包月对成本有重大的影响\n\n## 优化数据存储 ##\n\n定期清除不需要的数据,或将数据转移到更便宜的存档存储中,可以大大降低成本\n\n## 静态化 ##\n\n如果您的应用程序需要大量不变的信息,那么由静态网页构建的应用程序可能是通过内容分发网络覆盖广泛受众的最便宜的方式。对于需要大量后端计算和定制的任务,它们不是一个很好 \n的解决方案,但也许可以将处理拆分为单独的服务。好的静态框架包括Jekyll、Gatsby、Middleman和Hugo。当程序员可以将所有内容转移到 CDN 时,他们通常会谈论将成本降低 10 或 20 倍。\n\n## 无服务器 ##\n\n云通常最适合需求激增的应用程序。如果您的应用程序闲置数小时甚至数天,那么将其重写为在Cloudflare Workers或AWS Lambda等无服务器框架中运行将意味着您无需为所有停机时间付 \n费。当负载低时,您也不会支付那么多。\n\n## ARM架构 ##\n\nA一些云供应商正在添加围绕 Arm CPU 构建的新服务器。这些 RISC 芯片可以更快、更便宜,但它们通常需要您重新编译任何二进制应用程序。节省取决于应用程序的类型和机器上的负载 \n。例如,AWS 估计其 Graviton 芯片的效率可能比 x86 芯片高 25% 到 100% 甚至更高。由于 AWS 刚刚推出了新的 Graviton3 处理器,因此加速可能会增长,该公司估计该处理器的速度 \n可能比 Graviton2 快三倍,至少在依赖 bfloat16 值的机器学习应用程序的一个基准测试中。\n\n## 咨询专业公司 ##\n\n“买的不如卖的精”。您完全可以先咨询 Websoft9 公司的专业顾问,他们可以给出中立的建议,让您减少比必要的投入。\n\n## 按量使用 ##\n\n学会按量使用服务器,特别是抢占式实例,会大大降低成本\n\n## 配置优化 ##\n\n许多云实例都有默认大小,使配置它们更容易。在许多情况下,我们的代码不需要所有的存储空间,但我们可以继续为此付费。几个月前,我的云账单几乎翻了一番,因为我没有使用本地 \n存储。更糟糕的是,云计算公司通常很难缩小这个未使用的空间。如果您在创建过程中保持警惕,通常可以从足够的空间开始运行您的应用程序。\n\n## 让每个人都清楚成本 ##\n\n我仍然记得当我要求我自己的测试集群时经理脸上的表情,因为我经常碰到另一个程序员。他嘴上说他会调查,但他的脸上却说这是一个代价高昂且不合理的要求。但我怎么知道?我团队 \n的开发人员从未看到任何成本,因为 devops 团队处理了所有这些细节。\n\n分摊成本有助于工程师了解,当某些 Kubernetes 集群扩展以承担一些负载时,每小时的便士加起来很快。开发者降低成本可能并不容易,甚至不可能,但如果他们知道价格,他们就不太 \n可能吸纳更多的云机器。\n\n原文:[https://www.infoworld.com/article/3648050/12-ways-to-slash-your-cloud-costs.html][https_www.infoworld.com_article_3648050_12-ways-to-slash-your-cloud-costs.html]\n\n[https_www.infoworld.com_article_3648050_12-ways-to-slash-your-cloud-costs.html]: https://www.infoworld.com/article/3648050/12-ways-to-slash-your-cloud-costs.html ", + "zh-CN": "云资源相对自建机房来说,在一定的时候大大降低了成本。但实际使用过程中,稍有不慎,可能云资源的成本会大大超过您的预期。而“降本增效”是运作企业的不断追求的永恒主题,所以\n寻找更多的降低云成本的方案是非常有必要的。\n\n下面列出 12 种可能的方案:\n\n## 寻找更便宜的云厂商 ##\n\n大型云公司提供了一系列惊人的选择——包括一些绝对一流的服务,既适用于数据存储等平凡的工作,也适用于机器学习或计算机视觉等奇特的工作。但是,如果您不打算使用所有最好的 API 和服务,您可以找到商品云代理,它们或多或少地以更低的价格出售相同的东西。Linode、DigitalOcean、Vultr 、Hetzner、Scaleway和LightSail等公司可能更便宜,尤其是对于简单 \n负载。\n\n## 多云 ##\n\n不同的云平台有不同的产品定价策略,找到性价比最高的定价组合,可以直接降低成本\n\n## 获取折扣 ##\n\n抓住云平台提供的折扣机会:满减、预留实例、CPU限速实例、旧实例等\n\n## 带宽策略 ##\n\n带宽是云成本的主要组成部分,使用按量或包年包月对成本有重大的影响\n\n## 优化数据存储 ##\n\n定期清除不需要的数据,或将数据转移到更便宜的存档存储中,可以大大降低成本\n\n## 静态化 ##\n\n如果您的应用程序需要大量不变的信息,那么由静态网页构建的应用程序可能是通过内容分发网络覆盖广泛受众的最便宜的方式。对于需要大量后端计算和定制的任务,它们不是一个很好 \n的解决方案,但也许可以将处理拆分为单独的服务。好的静态框架包括Jekyll、Gatsby、Middleman和Hugo。当程序员可以将所有内容转移到 CDN 时,他们通常会谈论将成本降低 10 或 20 倍。\n\n## 无服务器 ##\n\n云通常最适合需求激增的应用程序。如果您的应用程序闲置数小时甚至数天,那么将其重写为在Cloudflare Workers或AWS Lambda等无服务器框架中运行将意味着您无需为所有停机时间付 \n费。当负载低时,您也不会支付那么多。\n\n## ARM架构 ##\n\nA一些云供应商正在添加围绕 Arm CPU 构建的新服务器。这些 RISC 芯片可以更快、更便宜,但它们通常需要您重新编译任何二进制应用程序。节省取决于应用程序的类型和机器上的负载 \n。例如,AWS 估计其 Graviton 芯片的效率可能比 x86 芯片高 25% 到 100% 甚至更高。由于 AWS 刚刚推出了新的 Graviton3 处理器,因此加速可能会增长,该公司估计该处理器的速度 \n可能比 Graviton2 快三倍,至少在依赖 bfloat16 值的机器学习应用程序的一个基准测试中。\n\n## 咨询专业公司 ##\n\n“买的不如卖的精”。您完全可以先咨询 Websoft9 公司的专业顾问,他们可以给出中立的建议,让您减少比必要的投入。\n\n## 按量使用 ##\n\n学会按量使用服务器,特别是抢占式实例,会大大降低成本\n\n## 配置优化 ##\n\n许多云实例都有默认大小,使配置它们更容易。在许多情况下,我们的代码不需要所有的存储空间,但我们可以继续为此付费。几个月前,我的云账单几乎翻了一番,因为我没有使用本地 \n存储。更糟糕的是,云计算公司通常很难缩小这个未使用的空间。如果您在创建过程中保持警惕,通常可以从足够的空间开始运行您的应用程序。\n\n## 让每个人都清楚成本 ##\n\n我仍然记得当我要求我自己的测试集群时经理脸上的表情,因为我经常碰到另一个程序员。他嘴上说他会调查,但他的脸上却说这是一个代价高昂且不合理的要求。但我怎么知道?我团队 \n的开发人员从未看到任何成本,因为 devops 团队处理了所有这些细节。\n\n分摊成本有助于工程师了解,当某些 Kubernetes 集群扩展以承担一些负载时,每小时的便士加起来很快。开发者降低成本可能并不容易,甚至不可能,但如果他们知道价格,他们就不太 \n可能吸纳更多的云机器。\n\n原文:[https://www.infoworld.com/article/3648050/12-ways-to-slash-your-cloud-costs.html][https_www.infoworld.com_article_3648050_12-ways-to-slash-your-cloud-costs.html]\n\n[https_www.infoworld.com_article_3648050_12-ways-to-slash-your-cloud-costs.html]: https://www.infoworld.com/article/3648050/12-ways-to-slash-your-cloud-costs.html " + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2022-02-18T05:48+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "10GP1ifWSFbY3RcO5pS8nP", + "type": "Entry", + "createdAt": "2022-10-20T13:45:31.475Z", + "updatedAt": "2022-10-21T07:21:15.370Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 23, + "publishedAt": "2022-10-21T07:21:15.370Z", + "firstPublishedAt": "2022-10-20T18:06:11.864Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 24, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/10GP1ifWSFbY3RcO5pS8nP" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2DJ4xzZQwmbYv6D2O23Sv5" + } + } + }, + "slug": { + "en-US": "2022-new-year" + }, + "title": { + "en-US": "感恩 2021,最美是开源", + "zh-CN": "感恩 2021,最美是开源" + }, + "featureImage": { + "en-US": "http://blog.websoft9.com/content/images/2021/12/2022newyear-3.png" + }, + "content": { + "en-US": "![websoft9](https://libs.websoft9.com/Websoft9/blog/zh/2021/12/2022-new-year-websoft9.png)\n挥手告别2021,迎接新的2022,此时此刻,我们心潮澎湃。 \n\n2021年,疫情形势仍然严峻,全球贸易割裂,贫富差距加剧,小微企业风雨飘摇。我们所处的信息科技行业,顶级人才、顶级知识、顶级资源在资本角逐下,进一步被寡头、上位企业和独角兽所垄断。\n\n作为一家小微企业,在激烈的高科技竞争环境中,在开源商业化领域,我们凭借自身的专业能力,仍然获得了 20% 以上的业绩增长。这个成绩首先要归功于全球的用户朋友,如果没有你们的不离不弃,不要说增长,恐怕我们早已灰飞烟灭。在此,对于一直以来支持我们业务的用户,我们表达最诚挚的敬意。\n\n谢谢你们,你们是我们的衣食父母,你们是我们存在的最大理由。\n\n还有,我们的存在与员工、合作伙伴的鼎力支持也密不可分:\n\n没有开源软件的作者为全世界提供伟大的开源产品,我们一定是无源之水无本之木; \n没有开源社区朋友们的参与,我们产品就没有准确的方向; \n没有阿里云、腾讯云、华为云、Azure、AWS 等云计算平台带来的用户,我们只能是自我欣赏;\n没有公司全体员工以及曾经在公司努力奋斗过的小伙伴们,我们的计划永远只能停留在空想阶段;\n\n感恩你们,让我们一起继续拥抱开源和云! \n\n过去的一年,虽然我们没有取得很大的成绩,但我们一如既往的在持续进步,主要包括:\n\n* 产品线进一步丰富:延伸至复杂的解决方案产品类目\n* 技术架构迭代革新:全面拥抱容器和K8S为技术底座\n* 服务能力全面增强:为500强企业提供开源软件的架构设计与集成开发服务\n* 合作伙伴关系加深:与GitLab, Graylog, ONLYOFFICE, Docker等建立伙伴关系\n* 企业资质建设突破:获国家高新技术企业认定,获华为鲲鹏两项技术认证,积累9项软著和1项专利\n\n软件定义未来世界,开源决定软件未来。2022年我们继续深耕开源与云计算,为全球用户提供更好的云原生方案,让更多的开源商用落地,助力更多企业快速构建全球云商业。\n\n开源共享,生生不息,最美是开源。", + "zh-CN": "![websoft9](https://libs.websoft9.com/Websoft9/blog/zh/2021/12/2022-new-year-websoft9.png)\n挥手告别2021,迎接新的2022,此时此刻,我们心潮澎湃。 \n\n2021年,疫情形势仍然严峻,全球贸易割裂,贫富差距加剧,小微企业风雨飘摇。我们所处的信息科技行业,顶级人才、顶级知识、顶级资源在资本角逐下,进一步被寡头、上位企业和独角兽所垄断。\n\n作为一家小微企业,在激烈的高科技竞争环境中,在开源商业化领域,我们凭借自身的专业能力,仍然获得了 20% 以上的业绩增长。这个成绩首先要归功于全球的用户朋友,如果没有你们的不离不弃,不要说增长,恐怕我们早已灰飞烟灭。在此,对于一直以来支持我们业务的用户,我们表达最诚挚的敬意。\n\n谢谢你们,你们是我们的衣食父母,你们是我们存在的最大理由。\n\n还有,我们的存在与员工、合作伙伴的鼎力支持也密不可分:\n\n没有开源软件的作者为全世界提供伟大的开源产品,我们一定是无源之水无本之木; \n没有开源社区朋友们的参与,我们产品就没有准确的方向; \n没有阿里云、腾讯云、华为云、Azure、AWS 等云计算平台带来的用户,我们只能是自我欣赏;\n没有公司全体员工以及曾经在公司努力奋斗过的小伙伴们,我们的计划永远只能停留在空想阶段;\n\n感恩你们,让我们一起继续拥抱开源和云! \n\n过去的一年,虽然我们没有取得很大的成绩,但我们一如既往的在持续进步,主要包括:\n\n* 产品线进一步丰富:延伸至复杂的解决方案产品类目\n* 技术架构迭代革新:全面拥抱容器和K8S为技术底座\n* 服务能力全面增强:为500强企业提供开源软件的架构设计与集成开发服务\n* 合作伙伴关系加深:与GitLab, Graylog, ONLYOFFICE, Docker等建立伙伴关系\n* 企业资质建设突破:获国家高新技术企业认定,获华为鲲鹏两项技术认证,积累9项软著和1项专利\n\n软件定义未来世界,开源决定软件未来。2022年我们继续深耕开源与云计算,为全球用户提供更好的云原生方案,让更多的开源商用落地,助力更多企业快速构建全球云商业。\n\n开源共享,生生不息,最美是开源。" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2021-12-31T07:33+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2O6HPFeSy2KQhpJx9SMHuD", + "type": "Entry", + "createdAt": "2022-10-20T13:50:27.469Z", + "updatedAt": "2022-10-21T07:20:49.282Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 35, + "publishedAt": "2022-10-21T07:20:49.282Z", + "firstPublishedAt": "2022-10-20T18:05:41.101Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 36, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2O6HPFeSy2KQhpJx9SMHuD" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "devops-5mins" + }, + "title": { + "en-US": "DevOps 通俗讲解,5分钟搞懂", + "zh-CN": "DevOps 通俗讲解,5分钟搞懂" + }, + "featureImage": { + "en-US": "https://images.unsplash.com/photo-1589793463357-5fb813435467?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwxMTc3M3wwfDF8c2VhcmNofDR8fGZhY3Rvcnl8ZW58MHx8fHwxNjQwODMyMzQx&ixlib=rb-1.2.1&q=80&w=2000" + }, + "content": { + "en-US": "DevOps 是软件工业界的一种提高生产效率的方法论,它与制造业的精益生产、JIT生产、自动化工厂等有异曲同工之妙,因为他们解决的仍然都是生产要素中各种资源的组合与编排问题。\n\n为了方便大家更形象的理解软件工业,我们制造业来做一个对比:\n\n| | 制造业 | 软件业 |\n| -------- | ------------------------------ | -------------------------------------- |\n| 生产对象 | 物料、半成品、第三方来料 | 代码、引用库 |\n| 人力资源 | 工人、物流、工程师、厂长 | 开发、测试、架构师 |\n| 设备 | 组装、检测、切割等组成的流水线 | 开发、代码组合、编译、测试、发布组成的自动化过程 |\n| 流程 | JIT、精益、5S | 敏捷、瀑布、DevOps |\n\n通过制造业生产对比,更形象的表达了【生产活动】的要素,帮助我们更加直观的理解 DevOps,把它从技术的“神坛”上拉下来。 \n\n在制造业中,有个非常重要的理论叫做 4M1E(人机料法环)全面质量管理理论,这五个字全面简练的概括了生产活动的所有要素:\n\n* 人,指制造产品的人员;\n* 机,制造产品所用的设备;\n* 料,指制造产品所使用的原材料;\n* 法,指制造产品所使用的方法;\n* 环,指产品制造过程中所处的环境。 \n\n制造业是以【流水线】为核心的生产活动,各种设备组成了流水线,然后人和物料在流水线上的各个节点上协同工作,最终实现一个高效的生产活动。 \n\n既然 DevOps 是软件生产的自动化过程,那么我们首先要搞清楚,它是如何实现自动化的。 \n\n软件业虽然号称高科技行业,但其他它也属于工业。所以软件业不但在产品的架构上采用了工业界普适性的【模块化】与【组件与子系统多级分层】的思想,而且软件在生产过程中同样采用了**流水线**的一套工作流程。 \n\n所以可以很明确表达我的观点:DevOps 的方法论的精髓就是设计软件生产的流水线。 \n\n软件的流水线设计包括如下几个要素:\n\n* 生产单元:做什么?代码合并,代码检查单元、测试单元、编译单元等\n* 生产工具:用什么做?编译环境、测试工具、部署环境、传递工具(上传/下载)\n* 流程控制:怎么做?从哪里开始,节点怎么控制,任务怎么触发等\n\n生产单元是对流水线总体任务进行切割,形成单元任务,重点聚焦于每个单元**做什么** \n生产工具是对每个单元任务所需的生产资源进行准备,重点聚焦于**用什么做** \n流程控制包括每个单元的工序步骤,也包括各个单元如何衔接。重点聚焦于**怎么做** \n\n接下来,我们回顾一下我们在学习 DevOps 过程中说了解的技术栈: \n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2021/12/devops-landscape.png)\n\nJekins, Gitlab-Runner 是用于构造流水线的工具,它们是整个 DevOps 的核心。使用流水线工具最需要的技能就是理解流水线工具是如何编排各类资源,实现自身的软件生产流程控制。\n\n理论知识到此即可,再讲更多没有用,你所需的就是自己动手实践了。", + "zh-CN": "DevOps 是软件工业界的一种提高生产效率的方法论,它与制造业的精益生产、JIT生产、自动化工厂等有异曲同工之妙,因为他们解决的仍然都是生产要素中各种资源的组合与编排问题。\n\n为了方便大家更形象的理解软件工业,我们制造业来做一个对比:\n\n| | 制造业 | 软件业 |\n| -------- | ------------------------------ | -------------------------------------- |\n| 生产对象 | 物料、半成品、第三方来料 | 代码、引用库 |\n| 人力资源 | 工人、物流、工程师、厂长 | 开发、测试、架构师 |\n| 设备 | 组装、检测、切割等组成的流水线 | 开发、代码组合、编译、测试、发布组成的自动化过程 |\n| 流程 | JIT、精益、5S | 敏捷、瀑布、DevOps |\n\n通过制造业生产对比,更形象的表达了【生产活动】的要素,帮助我们更加直观的理解 DevOps,把它从技术的“神坛”上拉下来。 \n\n在制造业中,有个非常重要的理论叫做 4M1E(人机料法环)全面质量管理理论,这五个字全面简练的概括了生产活动的所有要素:\n\n* 人,指制造产品的人员;\n* 机,制造产品所用的设备;\n* 料,指制造产品所使用的原材料;\n* 法,指制造产品所使用的方法;\n* 环,指产品制造过程中所处的环境。 \n\n制造业是以【流水线】为核心的生产活动,各种设备组成了流水线,然后人和物料在流水线上的各个节点上协同工作,最终实现一个高效的生产活动。 \n\n既然 DevOps 是软件生产的自动化过程,那么我们首先要搞清楚,它是如何实现自动化的。 \n\n软件业虽然号称高科技行业,但其他它也属于工业。所以软件业不但在产品的架构上采用了工业界普适性的【模块化】与【组件与子系统多级分层】的思想,而且软件在生产过程中同样采用了**流水线**的一套工作流程。 \n\n所以可以很明确表达我的观点:DevOps 的方法论的精髓就是设计软件生产的流水线。 \n\n软件的流水线设计包括如下几个要素:\n\n* 生产单元:做什么?代码合并,代码检查单元、测试单元、编译单元等\n* 生产工具:用什么做?编译环境、测试工具、部署环境、传递工具(上传/下载)\n* 流程控制:怎么做?从哪里开始,节点怎么控制,任务怎么触发等\n\n生产单元是对流水线总体任务进行切割,形成单元任务,重点聚焦于每个单元**做什么** \n生产工具是对每个单元任务所需的生产资源进行准备,重点聚焦于**用什么做** \n流程控制包括每个单元的工序步骤,也包括各个单元如何衔接。重点聚焦于**怎么做** \n\n接下来,我们回顾一下我们在学习 DevOps 过程中说了解的技术栈: \n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2021/12/devops-landscape.png)\n\nJekins, Gitlab-Runner 是用于构造流水线的工具,它们是整个 DevOps 的核心。使用流水线工具最需要的技能就是理解流水线工具是如何编排各类资源,实现自身的软件生产流程控制。\n\n理论知识到此即可,再讲更多没有用,你所需的就是自己动手实践了。" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2021-12-30T02:42+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "GQwInWA7ZGDBah0mWdADr", + "type": "Entry", + "createdAt": "2022-10-20T13:57:06.657Z", + "updatedAt": "2022-10-21T07:19:55.493Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 17, + "publishedAt": "2022-10-21T07:19:55.493Z", + "firstPublishedAt": "2022-10-20T18:03:44.709Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 18, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/GQwInWA7ZGDBah0mWdADr" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "opensource-future" + }, + "title": { + "en-US": "[转]开源,一种全新的创业模式?", + "zh-CN": "[转]开源,一种全新的创业模式?" + }, + "featureImage": { + "en-US": "https://images.unsplash.com/photo-1569017388730-020b5f80a004?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwxMTc3M3wwfDF8c2VhcmNofDV8fG9wZW4lMjBzb3VyY2V8ZW58MHx8fHwxNjM5NjQzMjE1&ixlib=rb-1.2.1&q=80&w=2000" + }, + "content": { + "en-US": "2020年,全球形势风云变化,资本市场跌宕起伏,经济危机迫在眉睫,创业公司面临的不再是如何发展,而是生死存亡问题。融资(资本紧缩)、用户(用户红利消失)、商业化(客户资源稀缺),在创业者面前的这三座大山,犹如千钧压顶,令人望而生畏。这既是最坏的年代,也是最好的年代,开源,一种新兴的革命力量正悄然来袭,即将在科技创业的草原上点燃星火,照亮前路,并最终形成燎原之势,深刻改变人类的未来...[阅读原文](https://www.huxiu.com/article/355188.html)", + "zh-CN": "2020年,全球形势风云变化,资本市场跌宕起伏,经济危机迫在眉睫,创业公司面临的不再是如何发展,而是生死存亡问题。融资(资本紧缩)、用户(用户红利消失)、商业化(客户资源稀缺),在创业者面前的这三座大山,犹如千钧压顶,令人望而生畏。这既是最坏的年代,也是最好的年代,开源,一种新兴的革命力量正悄然来袭,即将在科技创业的草原上点燃星火,照亮前路,并最终形成燎原之势,深刻改变人类的未来...[阅读原文](https://www.huxiu.com/article/355188.html)" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2021-12-16T08:31+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2m5UWgic2WnGBH3aO3Jz5x", + "type": "Entry", + "createdAt": "2022-10-20T14:01:49.575Z", + "updatedAt": "2022-10-21T07:20:16.481Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 26, + "publishedAt": "2022-10-21T07:20:16.481Z", + "firstPublishedAt": "2022-10-20T18:04:24.452Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 27, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2m5UWgic2WnGBH3aO3Jz5x" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "sbom" + }, + "title": { + "en-US": "SBOM 软件物料清单,软件架构的基石", + "zh-CN": "SBOM 软件物料清单,软件架构的基石" + }, + "featureImage": { + "en-US": "https://images.unsplash.com/photo-1617723438144-5f11a7c77e3a?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwxMTc3M3wwfDF8c2VhcmNofDE5fHxzdXBwbHklMjBjaGFpbnxlbnwwfHx8fDE2MzkxOTQxODI&ixlib=rb-1.2.1&q=80&w=2000" + }, + "content": { + "en-US": "“软件物料清单”(SBOM) 是软件的嵌套清单,是组成软件组件的成分列表,列出和记录软件组件,有效地显示了整个供应链。 \n\n> SPDX 和 SWID 与 SBOM 非常类似\n\n软件产品的开发制造与实物类产品的开发制造本质是一样的,SBOM = BOM of Software。\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2021/12/sbom001-websoft9.png)\n\n有制造业从业经验的读者一定明白 BOM 在企业中的核心地位,类推来说,SBOM 其实也是软件企业的战略核心。\n\n制造行业中的一个术语,物料清单 (BOM) 跟踪汽车、电子产品和食品等物品中存在的组件、零件和原材料。BOM 本质上用作生产路线图,详细说明每个组件在整个供应链中的旅程。\n\n通过使用 BOM,公司可以快速识别和修复生产问题。例如,当 2016 年发现有缺陷的高田安全气囊时,汽车制造商能够通过 BOM 中包含的零件记录跟踪所有受影响的车辆。有了这些数据,制造商可以快速查看受影响零件的列表并发出召回警报。简而言之,BOM 可提高安全性和性能并加快问题解决速度。\n\n今天的大多数软件都包含一系列复杂的第三方软件组件,既有专有的,也有开源的。在处理一组复杂的部件时,保持所有项目和源位置的运行列表至关重要。否则,您将很难监控正在使用的组件,这可能会导致代码过时或不安全。\n\n软件 BOM 或 SBOM 是专门应用于软件的一系列元数据。关键信息包括组件名称、许可证信息、版本号和供应商。这通过提供所有详细信息的正式列表来降低生产者和消费者的风险,使其他人能够了解他们的软件中的内容并采取相应的行动。\n\nSBOM 对软件行业来说并不陌生,但随着开发复杂性和成本的不断增加,它们变得越来越重要。最近,它们已成为许多行业的标准要求。\n\n只是,以前并没有 SBOM 这样的词汇来对这种价值进行理论化的总结与探索。\n\n开发软件是一项具有挑战性且通常耗时的任务。造成这种情况的最大原因之一是很难为新问题创建解决方案。在现实世界中,软件工程师会将复杂的问题分解为更简单的问题,这使他们能够采用迭代方法。软件工程师通过使用开源软件库来实现这一点,但这会面临几个挑战:\n\n1. 您如何确定软件使用了哪些开源库?\n2. 如何判断这些开源库是否安全?\n3. 这些开源库什么时候升级?\n\n这些问题无法消除,但如果我们有了 SBOM,是的在开发、构建和维护阶段,就可以从全局上掌握软件的生命周期,消除软件对核心技术人员的依赖。\n\nSBOM 的理念是一个新事物,需我们在实际工作中实践并总结。\n\n参考:\n\n* [NTIA SBOM 专题](https://www.ntia.gov/SBOM)\n* [什么是软件物料清单 (SBOM)?](https://blog.sonatype.com/what-is-a-software-bill-of-materials)", + "zh-CN": "“软件物料清单”(SBOM) 是软件的嵌套清单,是组成软件组件的成分列表,列出和记录软件组件,有效地显示了整个供应链。 \n\n> SPDX 和 SWID 与 SBOM 非常类似\n\n软件产品的开发制造与实物类产品的开发制造本质是一样的,SBOM = BOM of Software。\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2021/12/sbom001-websoft9.png)\n\n有制造业从业经验的读者一定明白 BOM 在企业中的核心地位,类推来说,SBOM 其实也是软件企业的战略核心。\n\n制造行业中的一个术语,物料清单 (BOM) 跟踪汽车、电子产品和食品等物品中存在的组件、零件和原材料。BOM 本质上用作生产路线图,详细说明每个组件在整个供应链中的旅程。\n\n通过使用 BOM,公司可以快速识别和修复生产问题。例如,当 2016 年发现有缺陷的高田安全气囊时,汽车制造商能够通过 BOM 中包含的零件记录跟踪所有受影响的车辆。有了这些数据,制造商可以快速查看受影响零件的列表并发出召回警报。简而言之,BOM 可提高安全性和性能并加快问题解决速度。\n\n今天的大多数软件都包含一系列复杂的第三方软件组件,既有专有的,也有开源的。在处理一组复杂的部件时,保持所有项目和源位置的运行列表至关重要。否则,您将很难监控正在使用的组件,这可能会导致代码过时或不安全。\n\n软件 BOM 或 SBOM 是专门应用于软件的一系列元数据。关键信息包括组件名称、许可证信息、版本号和供应商。这通过提供所有详细信息的正式列表来降低生产者和消费者的风险,使其他人能够了解他们的软件中的内容并采取相应的行动。\n\nSBOM 对软件行业来说并不陌生,但随着开发复杂性和成本的不断增加,它们变得越来越重要。最近,它们已成为许多行业的标准要求。\n\n只是,以前并没有 SBOM 这样的词汇来对这种价值进行理论化的总结与探索。\n\n开发软件是一项具有挑战性且通常耗时的任务。造成这种情况的最大原因之一是很难为新问题创建解决方案。在现实世界中,软件工程师会将复杂的问题分解为更简单的问题,这使他们能够采用迭代方法。软件工程师通过使用开源软件库来实现这一点,但这会面临几个挑战:\n\n1. 您如何确定软件使用了哪些开源库?\n2. 如何判断这些开源库是否安全?\n3. 这些开源库什么时候升级?\n\n这些问题无法消除,但如果我们有了 SBOM,是的在开发、构建和维护阶段,就可以从全局上掌握软件的生命周期,消除软件对核心技术人员的依赖。\n\nSBOM 的理念是一个新事物,需我们在实际工作中实践并总结。\n\n参考:\n\n* [NTIA SBOM 专题](https://www.ntia.gov/SBOM)\n* [什么是软件物料清单 (SBOM)?](https://blog.sonatype.com/what-is-a-software-bill-of-materials)" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2021-12-11T03:43+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6Wg4L16cNLQ4zEF45zHi0m", + "type": "Entry", + "createdAt": "2022-10-20T14:06:50.577Z", + "updatedAt": "2023-03-01T01:29:14.382Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 19, + "publishedAt": "2023-03-01T01:29:14.382Z", + "firstPublishedAt": "2022-10-20T18:04:59.825Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 20, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6Wg4L16cNLQ4zEF45zHi0m" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "software-supply-chain-security" + }, + "title": { + "en-US": "安全的软件供应链:为什么每个环节都很重要", + "zh-CN": "安全的软件供应链:为什么每个环节都很重要" + }, + "featureImage": { + "en-US": "https://libs.websoft9.com/Websoft9/resource/blog/2021/12/softscm-featured.jpeg" + }, + "content": { + "en-US": "软件开发中的**新威胁**不仅与特定公司本身有关。在**整个软件供应链为目标**的攻击,并确保我们把所有精力投入到确保每一个环节,因为它是非常重要的**,如果一个失败,一切都\n将受到影响**。\n\n供应链活动包括将原材料、组件和资源转化为成品以及交付给最终客户的每一步。\n\n每个步骤本身都可能是一个复杂的过程,并会导致安全事件。...\n\n\\[更多阅读\\]([https://sysdig.com/blog/software-supply-chain-security/][https_sysdig.com_blog_software-supply-chain-security])\n\n[https_sysdig.com_blog_software-supply-chain-security]: https://sysdig.com/blog/software-supply-chain-security/", + "zh-CN": "软件开发中的**新威胁**不仅与特定公司本身有关。在**整个软件供应链为目标**的攻击,并确保我们把所有精力投入到确保每一个环节,因为它是非常重要的**,如果一个失败,一切都\n将受到影响**。\n\n供应链活动包括将原材料、组件和资源转化为成品以及交付给最终客户的每一步。\n\n每个步骤本身都可能是一个复杂的过程,并会导致安全事件。...\n\n\\[更多阅读\\]([https://sysdig.com/blog/software-supply-chain-security/][https_sysdig.com_blog_software-supply-chain-security])\n\n[https_sysdig.com_blog_software-supply-chain-security]: https://sysdig.com/blog/software-supply-chain-security/" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2021-12-11T02:25+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4RKx4b0oqbPOAVj0pyVBT5", + "type": "Entry", + "createdAt": "2022-10-20T14:25:09.288Z", + "updatedAt": "2022-10-21T07:18:09.557Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 14, + "publishedAt": "2022-10-21T07:18:09.557Z", + "firstPublishedAt": "2022-10-20T17:59:50.824Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 15, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4RKx4b0oqbPOAVj0pyVBT5" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "supply-chain-run-safe" + }, + "title": { + "en-US": "[转]软件供应链动态安全问题", + "zh-CN": "[转]软件供应链动态安全问题" + }, + "content": { + "en-US": "软件在构建编译、运行过程中如何更安全?[阅读更多](https://sysdig.com/blog/chainging-the-game/)", + "zh-CN": "软件在构建编译、运行过程中如何更安全?[阅读更多](https://sysdig.com/blog/chainging-the-game/)" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2021-12-01T03:57+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4DEErjSutnQLSXJShIbwkO", + "type": "Entry", + "createdAt": "2022-10-20T14:29:55.276Z", + "updatedAt": "2022-10-21T07:17:47.310Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 13, + "publishedAt": "2022-10-21T07:17:47.310Z", + "firstPublishedAt": "2022-10-20T17:59:14.254Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 14, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4DEErjSutnQLSXJShIbwkO" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2DJ4xzZQwmbYv6D2O23Sv5" + } + } + }, + "slug": { + "en-US": "kunpeng-2021certification" + }, + "title": { + "en-US": "网久软件获华为鲲鹏两项技术认证", + "zh-CN": "网久软件获华为鲲鹏两项技术认证" + }, + "content": { + "en-US": "经过2个月的系统兼容性、安全性及性能的综合测试,11月30日网久软件《基于Linux服务器软件自动化安装系统》通过华为鲲鹏两项技术认证。\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2021/11/huaweicloud-Stack8.0-kunpeng-websoft9-1.jpg)\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2021/11/huaweicloud-kunpengcloud-websoft9-1.jpg)\n\n认证通过标志着这项网久拥有自主知识产权的技术系统已完全兼容鲲鹏架构,具备了鲲鹏体系的软件适配和软件生态建设的技术能力和服务能力。\n\n网久软件将继续在信创领域的软件生态服务和基于开源软件和云计算的软件自动化集成与安装发力,积极融入湖南“三高四新”战略,服务湖南科技创新高地建设,为中国等信创产业提供标准化的云原生服务。", + "zh-CN": "经过2个月的系统兼容性、安全性及性能的综合测试,11月30日网久软件《基于Linux服务器软件自动化安装系统》通过华为鲲鹏两项技术认证。\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2021/11/huaweicloud-Stack8.0-kunpeng-websoft9-1.jpg)\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2021/11/huaweicloud-kunpengcloud-websoft9-1.jpg)\n\n认证通过标志着这项网久拥有自主知识产权的技术系统已完全兼容鲲鹏架构,具备了鲲鹏体系的软件适配和软件生态建设的技术能力和服务能力。\n\n网久软件将继续在信创领域的软件生态服务和基于开源软件和云计算的软件自动化集成与安装发力,积极融入湖南“三高四新”战略,服务湖南科技创新高地建设,为中国等信创产业提供标准化的云原生服务。" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2022-11-30T05:29+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5rct9TKknDAcoBYfpgpqSK", + "type": "Entry", + "createdAt": "2022-10-20T14:33:32.821Z", + "updatedAt": "2022-10-21T07:17:26.136Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 13, + "publishedAt": "2022-10-21T07:17:26.136Z", + "firstPublishedAt": "2022-10-20T17:58:36.970Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 14, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5rct9TKknDAcoBYfpgpqSK" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2DJ4xzZQwmbYv6D2O23Sv5" + } + } + }, + "slug": { + "en-US": "websoft9-gxjsqy" + }, + "title": { + "en-US": "网久软件通过2021高新技术企业认定", + "zh-CN": "网久软件通过2021高新技术企业认定" + }, + "content": { + "en-US": " 根据国家《高新技术企业认定管理办法》和《高新技术企业认定管理工作指引》的相关规定,长沙网久软件有限公司被认定为国家高新技术企业。\n\n![websoft9](https://libs.websoft9.com/Websoft9/blog/zh/2021/10/202101-gaoqi-websoft9.jpg)\n\n高新技术企业认定是对公司在核心自主知识产权、科技成果转化能力、研究开发的组织管理水平、成长性指标和人才结构的综合评估和认定。\n\n此次顺利通过高新技术企业认定,是对网久软件科研实力的充分肯定,既是荣誉,更是动力,将进一步推动公司加大研发创新投入,深化人才队伍培养,增强技术研发和服务水平。\n\n近年来,我司业务持续增长,研发投入大大增加,以云计算和开源为基石,不断迭代和优化底层架构,推出新研产品,提供的云原生应用已经达到300+。本次被评定为国家高新技术企业,必将进一步推动公司科技创新、自主研发的进程。\n\n作为一家创新融合云计算、开源软件和自动化技术的公司,网久软件将继续在智能优选和集成云原生应用发力,打造广泛场景的产品目录,形成一站式解决方案,帮助全球成长性企业构建基于云的商业体系。\n\n![websoft9](https://libs.websoft9.com/Websoft9/blog/zh/2021/10/websoft9.jpg)", + "zh-CN": " 根据国家《高新技术企业认定管理办法》和《高新技术企业认定管理工作指引》的相关规定,长沙网久软件有限公司被认定为国家高新技术企业。\n\n![websoft9](https://libs.websoft9.com/Websoft9/blog/zh/2021/10/202101-gaoqi-websoft9.jpg)\n\n高新技术企业认定是对公司在核心自主知识产权、科技成果转化能力、研究开发的组织管理水平、成长性指标和人才结构的综合评估和认定。\n\n此次顺利通过高新技术企业认定,是对网久软件科研实力的充分肯定,既是荣誉,更是动力,将进一步推动公司加大研发创新投入,深化人才队伍培养,增强技术研发和服务水平。\n\n近年来,我司业务持续增长,研发投入大大增加,以云计算和开源为基石,不断迭代和优化底层架构,推出新研产品,提供的云原生应用已经达到300+。本次被评定为国家高新技术企业,必将进一步推动公司科技创新、自主研发的进程。\n\n作为一家创新融合云计算、开源软件和自动化技术的公司,网久软件将继续在智能优选和集成云原生应用发力,打造广泛场景的产品目录,形成一站式解决方案,帮助全球成长性企业构建基于云的商业体系。\n\n![websoft9](https://libs.websoft9.com/Websoft9/blog/zh/2021/10/websoft9.jpg)" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2022-10-29T04:05+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "22DmM8E4cr1briyIOVnXNx", + "type": "Entry", + "createdAt": "2022-10-20T14:35:08.494Z", + "updatedAt": "2022-10-21T07:17:00.732Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 14, + "publishedAt": "2022-10-21T07:17:00.732Z", + "firstPublishedAt": "2022-10-20T17:57:39.116Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 15, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/22DmM8E4cr1briyIOVnXNx" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2DJ4xzZQwmbYv6D2O23Sv5" + } + } + }, + "slug": { + "en-US": "2021-shuangchuang-hunan" + }, + "title": { + "en-US": "网久软件亮相2021年全国大众创业万众创新活动周", + "zh-CN": "网久软件亮相2021年全国大众创业万众创新活动周" + }, + "featureImage": { + "en-US": "http://blog.websoft9.com/content/images/2021/10/chuangxinchuangye2021-1-websoft9-1-.jpg" + }, + "content": { + "en-US": "2021年10月19日下午,2021年全国大众创业万众创新活动周湖南分会场活动在长沙盛大启动。\n\n![websoft9](https://libs.websoft9.com/Websoft9/blog/zh/2021/10/chuangxinchuangye2021-2-websoft9.jpg)\n\n全国大众创业万众创新活动周(简称:双创活动周)是中国国务院决定从2015年起设立“全国大众创业万众创新活动周”,定于每年10月举行。按照国务院统一部署,2021年全国“双创”活动周的主题为“高质量创新创造,高水平创业就业”,采用线上线下相结合的方式,在全国各省市区同步开展系列活动。\n\n长沙网久软件有限公司等5家公司代表湘江新区岳麓山国家大学科技城在省科技馆综合展区展出。\n\n“双创”活动周(19日-25日)湖南分会场活动精彩纷呈。当天,主题展览在省科学技术馆开展,设综合展区、湖南湘江新区、湘潭高新区、株洲高新区、衡阳高新区、湖南城陵矶新港区等国家双创示范基地展区六大展区,重点展示全省优质双创项目、双创典型人物等,全面展现了湖南深入实施创新驱动发展战略、决胜全面建成小康社会取得的丰硕成果。\n\n![websoft9](https://libs.websoft9.com/Websoft9/blog/zh/2021/10/chuangxinchuangye2021-1-websoft9.jpg)\n\n岳麓山国家大学科技城代表参展团作为湖南省科技的创新创业的引擎,受到了领导和专家的关心。省委常委、常务副省长谢建辉巡馆来到展台,与网久工作人员亲切交谈,详细了解了公司业务、规模并鼓励要积极融入湖南“三高四新”战略,立足软件行业,做大做强。\n\n![websoft9](https://libs.websoft9.com/Websoft9/blog/zh/2021/10/chuangxinchuangye2021-3-websoft9.jpg)\n\n作为一家创新融合云计算、开源软件和自动化技术的创业公司,网久软件智能优选和集成数千个热门的云原生应用,打造从基础架构、中间件、容器、数据库、DevOps,到云原生应用、企业管理、企业智能和物联网等场景的产品目录,形成一站式解决方案,帮助全球成长性企业构建基于云的商业体系。\n![websoft9](https://libs.websoft9.com/Websoft9/blog/zh/2021/10/websoft9.jpg)", + "zh-CN": "2021年10月19日下午,2021年全国大众创业万众创新活动周湖南分会场活动在长沙盛大启动。\n\n![websoft9](https://libs.websoft9.com/Websoft9/blog/zh/2021/10/chuangxinchuangye2021-2-websoft9.jpg)\n\n全国大众创业万众创新活动周(简称:双创活动周)是中国国务院决定从2015年起设立“全国大众创业万众创新活动周”,定于每年10月举行。按照国务院统一部署,2021年全国“双创”活动周的主题为“高质量创新创造,高水平创业就业”,采用线上线下相结合的方式,在全国各省市区同步开展系列活动。\n\n长沙网久软件有限公司等5家公司代表湘江新区岳麓山国家大学科技城在省科技馆综合展区展出。\n\n“双创”活动周(19日-25日)湖南分会场活动精彩纷呈。当天,主题展览在省科学技术馆开展,设综合展区、湖南湘江新区、湘潭高新区、株洲高新区、衡阳高新区、湖南城陵矶新港区等国家双创示范基地展区六大展区,重点展示全省优质双创项目、双创典型人物等,全面展现了湖南深入实施创新驱动发展战略、决胜全面建成小康社会取得的丰硕成果。\n\n![websoft9](https://libs.websoft9.com/Websoft9/blog/zh/2021/10/chuangxinchuangye2021-1-websoft9.jpg)\n\n岳麓山国家大学科技城代表参展团作为湖南省科技的创新创业的引擎,受到了领导和专家的关心。省委常委、常务副省长谢建辉巡馆来到展台,与网久工作人员亲切交谈,详细了解了公司业务、规模并鼓励要积极融入湖南“三高四新”战略,立足软件行业,做大做强。\n\n![websoft9](https://libs.websoft9.com/Websoft9/blog/zh/2021/10/chuangxinchuangye2021-3-websoft9.jpg)\n\n作为一家创新融合云计算、开源软件和自动化技术的创业公司,网久软件智能优选和集成数千个热门的云原生应用,打造从基础架构、中间件、容器、数据库、DevOps,到云原生应用、企业管理、企业智能和物联网等场景的产品目录,形成一站式解决方案,帮助全球成长性企业构建基于云的商业体系。\n![websoft9](https://libs.websoft9.com/Websoft9/blog/zh/2021/10/websoft9.jpg)" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2022-10-26T08:24+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1SYbCesyrmFlj5MvEnGnax", + "type": "Entry", + "createdAt": "2022-10-20T14:36:48.019Z", + "updatedAt": "2022-10-21T07:24:17.851Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 17, + "publishedAt": "2022-10-21T07:24:17.851Z", + "firstPublishedAt": "2022-10-20T17:56:26.655Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 18, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1SYbCesyrmFlj5MvEnGnax" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "proxy-for-private-server" + }, + "title": { + "en-US": "代理服务,让私有云服务器更自由", + "zh-CN": "代理服务,让私有云服务器更自由" + }, + "featureImage": { + "en-US": "https://images.unsplash.com/photo-1530825894095-9c184b068fcb?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwxMTc3M3wwfDF8c2VhcmNofDQ4fHx0ZWNofGVufDB8fHx8MTYyODczMzM0Ng&ixlib=rb-1.2.1&q=80&w=2000" + }, + "content": { + "en-US": "做过运维服务工作的朋友一定有亲身经历:给政府和大型企业、事业单位做运维支持时,往往发现他们的服务器有着严格的安全管理机制,特别是有限制的访问 Internet,给运维工作带来了诸多不便。\n\n比如:服务器需要访问 Github, yum 仓库安装一些软件,如果无法访问,安装软件就非常耗时费力。 \n\n面对这种情况,有没有办法通过一些合规的技术手段,实现我们期望的网络访问方式呢?\n\n当然有的,先看看下面的整体思路。\n\n## 整体思路\n\n抛开技术不谈。我们先回顾一下我们生活中相似的例子:\n\n一个健康的人,他可以出门完成各种与衣食住行相关的事情。如果他生病了,被禁锢在病床或病房或医院内,那么他就无法自由的去活动范围之外的地方。但特殊情况下,必须离开活动空间之外,应该怎么办? \n\n答案非常简单:委托一个健康的、并且可以自由行动的人帮他去完成这些事情。 \n\n那我们现在关注的私有云服务器访问Internet问题,其解决方案是不是也可以借鉴这种**委托**机制呢?\n\n完全可以,因为在计算机技术中,有一种比较成熟的技术方案:代理服务。它就是用于解决此类场景的最佳实践之一。\n\n![代理服务](https://libs.websoft9.com/Websoft9/blog/zh/2021/08/proxy-servertoserver.jpg)\n\n我们现在的案例中,需要分为三个步骤完成我们的目标:\n\n1. 合规准备\n2. 代理服务搭建(公有云服务器)\n3. 设置本地代理(私有云服务器)\n\n## 合规准备\n\n代理服务的使用,首先要保证合规性。一方面符合所在的单位的网络管理规范,另外一方面遵循国家相关的法律法规。\n\n1. 向网络管理员申请使用代理服务的理由和使用范围,获得同意\n2. 仔细检查代理服务访问的访问,确保符合国家网络相关法律规范\n\n> 国家对海外网络的访问有严格的法律要求,请务必做到 100% 合规\n\n## 代理服务搭建\n\n由于合规性控制问题,市场上没有可供购买的代理服务。因此,需要自行搭建代理服务。 \n\n具体的步骤如下:\n\n1. 购买一个具备正常访问互联网的云服务器(简称为:“公有云服务器”)\n\n > 最低配置(例如:1核1G内存,带宽按量模式 100M)\n\n3. 使用 **SSH** 登录云服务器,运行如下命令搭建基本环境\n ```\n curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh\n curl -L \"https://github.com/docker/compose/releases/download/1.29.0/docker- compose-$(uname -s)-$(uname -m)\" -o /usr/local/bin/docker-compose\n sudo chmod +x /usr/local/bin/docker-compose\n ln -sf /usr/local/bin/docker-compose /usr/bin\n sudo systemctl start docker\n ```\n3. 运行下面的命令,下载代理服务器软件 [tinyproxy](https://github.com/Websoft9/docker-tinyproxy) 到本地\n ```\n git clone --depth=1 https://github.com/Websoft9/docker-tinyproxy\n ```\n\n5. 根据所需,修改软件目录下的 .env_all 文件下如下两个参数\n ```\n BINDIP=35.129.77.19 # 白名单IP\n APP_PORT=9094 # 代理端口\n ```\n > BINDIP 代表你的**私有云服务器的公网IP**地址(白名单),设置在此处即表明它可以使用代理服务,未设置的就无法使用代理服务\n\n6. 登录云服务器控制台,放通上面 APP_PORT 对于的端口,例如:TCP:9094\n\n8. 本地浏览器访问 *http://公有云服务器IP地址:9094*,如果显示如下反馈信息,即表明代理服务器搭建成功。\n ```\n Access denied\n The administrator of this proxy has not configured it to service requests from your host.\n Generated by tinyproxy version 1.10.0.\n ```\n\n## 设置本地代理\n\n接下来我们为私有云服务器上设置本地代理。我们可以为Linux系统设置全局的代,也可以为指定的软件设总代理(大部分成熟的软件,都支持代理设置)。\n\n假设代理服务器的IP为:111.99.190.142,端口为:9094\n\n### 全局代理\n\n1. 登录私有云服务器,运行下面的命令创建一个代理配置文件\n ```\n touch /etc/profile.d/proxy.sh\n ```\n\n2. 将下面的代码代码复制到 proxy.sh 文件,根据实际情况修改 export proxy 字段\n ```\n # 代理服务器的 IP:端口\n export proxy=\"111.99.190.142:9094\"\n\n export http_proxy=$proxy\n export https_proxy=$proxy\n export ftp_proxy=$proxy\n export no_proxy=\"localhost, 127.0.0.1, ::1\"\n ```\n\n3. 保存后,重启开启 Shell 终端,代理生效\n\n### 局部代理\n\n我们也可以为指定的软件单独设置代理,下面以 Git, Docker, Yum 为例进行说明。 \n\n### Git\n\n使用 SSH 直接运行如下的命令即可(代理服务的IP和端口根据实际情况修改)\n```\ngit config --global https.proxy 111.99.190.142:9094\ngit config --global https.proxy 111.99.190.142:9094\n```\n\n### Docker\n\n修改 Docker 的系统服务文件 */etc/systemd/system/docker.service*\n\n```\n[Service]\nEnvironment=\"HTTP_PROXY=111.99.190.142:9094/\"\nEnvironment=\"HTTPS_PROXY=111.99.190.142:9094/\"\n```\n\n根据实际情况修改保存后,重启 Docker 服务后生效\n\n### Yum\n\n修改 /etc/yum.conf,增加下面的代码(代理服务的IP和端口根据实际情况修改)\n```\nproxy=111.99.190.142:9094\n```\n\n## 总结\n\n委托与被委托机制,在技术领域是一个简单有效且被广泛使用基本架构哲学方法。希望读者朋友们可以举一反三,灵活驾驭它。 ", + "zh-CN": "做过运维服务工作的朋友一定有亲身经历:给政府和大型企业、事业单位做运维支持时,往往发现他们的服务器有着严格的安全管理机制,特别是有限制的访问 Internet,给运维工作带来了诸多不便。\n\n比如:服务器需要访问 Github, yum 仓库安装一些软件,如果无法访问,安装软件就非常耗时费力。 \n\n面对这种情况,有没有办法通过一些合规的技术手段,实现我们期望的网络访问方式呢?\n\n当然有的,先看看下面的整体思路。\n\n## 整体思路\n\n抛开技术不谈。我们先回顾一下我们生活中相似的例子:\n\n一个健康的人,他可以出门完成各种与衣食住行相关的事情。如果他生病了,被禁锢在病床或病房或医院内,那么他就无法自由的去活动范围之外的地方。但特殊情况下,必须离开活动空间之外,应该怎么办? \n\n答案非常简单:委托一个健康的、并且可以自由行动的人帮他去完成这些事情。 \n\n那我们现在关注的私有云服务器访问Internet问题,其解决方案是不是也可以借鉴这种**委托**机制呢?\n\n完全可以,因为在计算机技术中,有一种比较成熟的技术方案:代理服务。它就是用于解决此类场景的最佳实践之一。\n\n![代理服务](https://libs.websoft9.com/Websoft9/blog/zh/2021/08/proxy-servertoserver.jpg)\n\n我们现在的案例中,需要分为三个步骤完成我们的目标:\n\n1. 合规准备\n2. 代理服务搭建(公有云服务器)\n3. 设置本地代理(私有云服务器)\n\n## 合规准备\n\n代理服务的使用,首先要保证合规性。一方面符合所在的单位的网络管理规范,另外一方面遵循国家相关的法律法规。\n\n1. 向网络管理员申请使用代理服务的理由和使用范围,获得同意\n2. 仔细检查代理服务访问的访问,确保符合国家网络相关法律规范\n\n> 国家对海外网络的访问有严格的法律要求,请务必做到 100% 合规\n\n## 代理服务搭建\n\n由于合规性控制问题,市场上没有可供购买的代理服务。因此,需要自行搭建代理服务。 \n\n具体的步骤如下:\n\n1. 购买一个具备正常访问互联网的云服务器(简称为:“公有云服务器”)\n\n > 最低配置(例如:1核1G内存,带宽按量模式 100M)\n\n3. 使用 **SSH** 登录云服务器,运行如下命令搭建基本环境\n ```\n curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh\n curl -L \"https://github.com/docker/compose/releases/download/1.29.0/docker- compose-$(uname -s)-$(uname -m)\" -o /usr/local/bin/docker-compose\n sudo chmod +x /usr/local/bin/docker-compose\n ln -sf /usr/local/bin/docker-compose /usr/bin\n sudo systemctl start docker\n ```\n3. 运行下面的命令,下载代理服务器软件 [tinyproxy](https://github.com/Websoft9/docker-tinyproxy) 到本地\n ```\n git clone --depth=1 https://github.com/Websoft9/docker-tinyproxy\n ```\n\n5. 根据所需,修改软件目录下的 .env_all 文件下如下两个参数\n ```\n BINDIP=35.129.77.19 # 白名单IP\n APP_PORT=9094 # 代理端口\n ```\n > BINDIP 代表你的**私有云服务器的公网IP**地址(白名单),设置在此处即表明它可以使用代理服务,未设置的就无法使用代理服务\n\n6. 登录云服务器控制台,放通上面 APP_PORT 对于的端口,例如:TCP:9094\n\n8. 本地浏览器访问 *http://公有云服务器IP地址:9094*,如果显示如下反馈信息,即表明代理服务器搭建成功。\n ```\n Access denied\n The administrator of this proxy has not configured it to service requests from your host.\n Generated by tinyproxy version 1.10.0.\n ```\n\n## 设置本地代理\n\n接下来我们为私有云服务器上设置本地代理。我们可以为Linux系统设置全局的代,也可以为指定的软件设总代理(大部分成熟的软件,都支持代理设置)。\n\n假设代理服务器的IP为:111.99.190.142,端口为:9094\n\n### 全局代理\n\n1. 登录私有云服务器,运行下面的命令创建一个代理配置文件\n ```\n touch /etc/profile.d/proxy.sh\n ```\n\n2. 将下面的代码代码复制到 proxy.sh 文件,根据实际情况修改 export proxy 字段\n\n # 代理服务器的 IP:端口\n ```\n export proxy=\"111.99.190.142:9094\"\n\n export http_proxy=$proxy\n export https_proxy=$proxy\n export ftp_proxy=$proxy\n export no_proxy=\"localhost, 127.0.0.1, ::1\"\n ```\n\n3. 保存后,重启开启 Shell 终端,代理生效\n\n### 局部代理\n\n我们也可以为指定的软件单独设置代理,下面以 Git, Docker, Yum 为例进行说明。 \n\n### Git\n\n使用 SSH 直接运行如下的命令即可(代理服务的IP和端口根据实际情况修改)\n```\ngit config --global https.proxy 111.99.190.142:9094\ngit config --global https.proxy 111.99.190.142:9094\n```\n\n### Docker\n\n修改 Docker 的系统服务文件 */etc/systemd/system/docker.service*\n\n```\n[Service]\nEnvironment=\"HTTP_PROXY=111.99.190.142:9094/\"\nEnvironment=\"HTTPS_PROXY=111.99.190.142:9094/\"\n```\n\n根据实际情况修改保存后,重启 Docker 服务后生效\n\n### Yum\n\n修改 /etc/yum.conf,增加下面的代码(代理服务的IP和端口根据实际情况修改)\n```\nproxy=111.99.190.142:9094\n```\n\n## 总结\n\n委托与被委托机制,在技术领域是一个简单有效且被广泛使用基本架构哲学方法。希望读者朋友们可以举一反三,灵活驾驭它。 " + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2021-08-12T01:56+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "bJ3EmpXgTIHqq4zuNhKlB", + "type": "Entry", + "createdAt": "2022-10-20T14:39:08.434Z", + "updatedAt": "2022-10-21T07:16:38.713Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2022-10-21T07:16:38.713Z", + "firstPublishedAt": "2022-10-20T17:55:37.091Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/bJ3EmpXgTIHqq4zuNhKlB" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "why-industrysoft-so-hard" + }, + "title": { + "en-US": "[转]工业软件为什么这么难?", + "zh-CN": "[转]工业软件为什么这么难?" + }, + "content": { + "en-US": "工业软件是架构在数学科学、物理科学、计算机技术和工业技术之上的宏大建筑,一座复合型知识的宫殿。\n\n  工业软件中几乎最难啃的三座大山,就是CAD、CAE和EDA,大山中间还穿插了许多小的丘陵,如CAM、拓扑优化、工程数据库等。工业软件这三座大山,是人类基础学科和工程知识的集大成者。\n\n  尽管它支撑了整个工业的体系,但它的市场份额却小的可怜,不拿显微镜,是找不到它的存在。然而它自身的构成,分别是令人望而生畏的数学、物理、计算机和工程经验。没有一种产值如此微不足道的工业产品,却需要有如此漫长的生命轨迹。从大学的数学方程式开始出发,经过漫长的物理机理的冶炼、计算机科学与技术的萃取,最后还必须经过工程知识的淬火,才能成为一个成熟可用的工业软件产品。\n\n[更多阅读原文](https://www.163.com/dy/article/FJOM9LNG0517MUI7.html)", + "zh-CN": "工业软件是架构在数学科学、物理科学、计算机技术和工业技术之上的宏大建筑,一座复合型知识的宫殿。\n\n  工业软件中几乎最难啃的三座大山,就是CAD、CAE和EDA,大山中间还穿插了许多小的丘陵,如CAM、拓扑优化、工程数据库等。工业软件这三座大山,是人类基础学科和工程知识的集大成者。\n\n  尽管它支撑了整个工业的体系,但它的市场份额却小的可怜,不拿显微镜,是找不到它的存在。然而它自身的构成,分别是令人望而生畏的数学、物理、计算机和工程经验。没有一种产值如此微不足道的工业产品,却需要有如此漫长的生命轨迹。从大学的数学方程式开始出发,经过漫长的物理机理的冶炼、计算机科学与技术的萃取,最后还必须经过工程知识的淬火,才能成为一个成熟可用的工业软件产品。\n\n[更多阅读原文](https://www.163.com/dy/article/FJOM9LNG0517MUI7.html)" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2021-06-27T14:22+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5X5QvRVwRkzdjzJL63vVdX", + "type": "Entry", + "createdAt": "2022-10-20T14:40:23.658Z", + "updatedAt": "2022-10-21T07:16:18.464Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2022-10-21T07:16:18.464Z", + "firstPublishedAt": "2022-10-20T17:55:00.056Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5X5QvRVwRkzdjzJL63vVdX" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "buy-software-from-marketplace" + }, + "title": { + "en-US": "在线软件市场和自动化技术让软件的使用便捷而低成本", + "zh-CN": "在线软件市场和自动化技术让软件的使用便捷而低成本" + }, + "content": { + "en-US": "近年来,许多商业领袖转向在线市场寻找新的企业技术解决方案。云计算厂商的 Marketplace (云市场)就是很好的在线数字市场。这些数字市场的各大“店铺”为客户提供了各种类目的软件应用,允许客户查找、试用、购买和部署应用程序和服务,加速他们的数字化转型。\n\n![marketplace](https://libs.websoft9.com/Websoft9/blog/zh/2021/06/Azure-marketplace-websoft9.png)\n\n目前,网久软件(Websoft9)已与Azure、AWS、Google Cloud、阿里云、腾讯云、华为云等全球知名云计算公司达成合作,入驻各大云市场,运营在线数字商店,为全球 140 多个国家 3000 万云端企业客户提供全球化、在线化、专业化及智能化的软件集成与服务,帮助客户成功地适应业务全球化和数字化。\n\n![apps](https://libs.websoft9.com/Websoft9/blog/zh/2021/06/apps-websoft9.png)\n\n基于云计算和开源技术,网久优选和集成行业领域 TOP 1-5 共 1000+ 的软件,从基础架构、中间件、容器、数据库、DevOps,到云原生应用、企业管理、企业智能和物联网等,为客户构建场景化数字解决方案。并通过网久自动化部署技术,将软件方案以镜像的形式发布在云市场,用户只需一键操作就能在云服务器上部署软件,快速构建在线业务。\n\n![ecs](https://libs.websoft9.com/Websoft9/blog/zh/2021/06/ecs-with-images-websoft9.png)\n\n同时,网久也支持在线软件在本地服务器和私有云环境自动部署和便捷使用。通过Ansible自动化引擎技术和Docker容器技术,网久将执行计算、存储和网络等资源配置、管理、应用程序安装、连接、服务编排等IT需求进行封装,并开源在Github。用户在[Github](https://github.com/websoft9) Websoft9软件仓库将组件和应用像搭建积木一样按需组合后,弹性构建自己的业务场景,自动生成部署方案,用户可以下载后在本地进行自动化安装,也可以通过一条命令实现在线自动部署。\n\n![github](https://libs.websoft9.com/Websoft9/blog/zh/2021/06/github-websoft9.png)\n\n云计算和开源软件的高速发展和广泛应用,支持用户查找、试用、购买和部署应用程序的在线软件市场,及自动化部署技术使得软件的使用便捷而低成本.\n\n#### Websoft9全球软件商店\n\n**6.18-6.28 部分软件和服务参与国内云厂家优惠活动,进店领券可享受优惠**\n[ 阿里云 ](https://shop658hlt17.market.aliyun.com/)\n[ 腾讯云 ](https://market.cloud.tencent.com/stores/1252192180)\n[ 华为云 ](https://market.huaweicloud.com/seller/e57458aa054b430fb2f82a066105f986)\n[Microsoft Azure](https://azuremarketplace.microsoft.com/en-us/marketplace/apps?search=websoft9&page=1)\n[Amazon AWS](https://aws.amazon.com/marketplace/seller-profile?id=c639a579-182c-4d30-8578-4d4d89fba658)\n\n#### Websoft9知识库与全球支持中心\n\n文档与支持:https://www.websoft9.com/cn/support\n网址:https://www.websoft9.com\n电话:0731-89572759\n\n![qrcode_for_gh_82186f703778_258](https://libs.websoft9.com/Websoft9/blog/zh/2020/11/qrcode_for_websoft9.jpg)\n", + "zh-CN": "近年来,许多商业领袖转向在线市场寻找新的企业技术解决方案。云计算厂商的 Marketplace (云市场)就是很好的在线数字市场。这些数字市场的各大“店铺”为客户提供了各种类目的软件应用,允许客户查找、试用、购买和部署应用程序和服务,加速他们的数字化转型。\n\n![marketplace](https://libs.websoft9.com/Websoft9/blog/zh/2021/06/Azure-marketplace-websoft9.png)\n\n目前,网久软件(Websoft9)已与Azure、AWS、Google Cloud、阿里云、腾讯云、华为云等全球知名云计算公司达成合作,入驻各大云市场,运营在线数字商店,为全球 140 多个国家 3000 万云端企业客户提供全球化、在线化、专业化及智能化的软件集成与服务,帮助客户成功地适应业务全球化和数字化。\n\n![apps](https://libs.websoft9.com/Websoft9/blog/zh/2021/06/apps-websoft9.png)\n\n基于云计算和开源技术,网久优选和集成行业领域 TOP 1-5 共 1000+ 的软件,从基础架构、中间件、容器、数据库、DevOps,到云原生应用、企业管理、企业智能和物联网等,为客户构建场景化数字解决方案。并通过网久自动化部署技术,将软件方案以镜像的形式发布在云市场,用户只需一键操作就能在云服务器上部署软件,快速构建在线业务。\n\n![ecs](https://libs.websoft9.com/Websoft9/blog/zh/2021/06/ecs-with-images-websoft9.png)\n\n同时,网久也支持在线软件在本地服务器和私有云环境自动部署和便捷使用。通过Ansible自动化引擎技术和Docker容器技术,网久将执行计算、存储和网络等资源配置、管理、应用程序安装、连接、服务编排等IT需求进行封装,并开源在Github。用户在[Github](https://github.com/websoft9) Websoft9软件仓库将组件和应用像搭建积木一样按需组合后,弹性构建自己的业务场景,自动生成部署方案,用户可以下载后在本地进行自动化安装,也可以通过一条命令实现在线自动部署。\n\n![github](https://libs.websoft9.com/Websoft9/blog/zh/2021/06/github-websoft9.png)\n\n云计算和开源软件的高速发展和广泛应用,支持用户查找、试用、购买和部署应用程序的在线软件市场,及自动化部署技术使得软件的使用便捷而低成本.\n\n#### Websoft9全球软件商店\n\n**6.18-6.28 部分软件和服务参与国内云厂家优惠活动,进店领券可享受优惠**\n[ 阿里云 ](https://shop658hlt17.market.aliyun.com/)\n[ 腾讯云 ](https://market.cloud.tencent.com/stores/1252192180)\n[ 华为云 ](https://market.huaweicloud.com/seller/e57458aa054b430fb2f82a066105f986)\n[Microsoft Azure](https://azuremarketplace.microsoft.com/en-us/marketplace/apps?search=websoft9&page=1)\n[Amazon AWS](https://aws.amazon.com/marketplace/seller-profile?id=c639a579-182c-4d30-8578-4d4d89fba658)\n\n#### Websoft9知识库与全球支持中心\n\n文档与支持:https://www.websoft9.com/cn/support\n网址:https://www.websoft9.com\n电话:0731-89572759\n\n![qrcode_for_gh_82186f703778_258](https://libs.websoft9.com/Websoft9/blog/zh/2020/11/qrcode_for_websoft9.jpg)\n" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2021-06-18T07:19+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6PBcrywAGaCJraa5U10QUt", + "type": "Entry", + "createdAt": "2022-10-20T14:41:39.533Z", + "updatedAt": "2022-10-21T07:15:54.703Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2022-10-21T07:15:54.703Z", + "firstPublishedAt": "2022-10-20T17:54:20.881Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6PBcrywAGaCJraa5U10QUt" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2DJ4xzZQwmbYv6D2O23Sv5" + } + } + }, + "slug": { + "en-US": "202105ruzhi-celebrate" + }, + "title": { + "en-US": "风雨同舟,感恩有你--2021员工入职周年庆", + "zh-CN": "风雨同舟,感恩有你--2021员工入职周年庆" + }, + "featureImage": { + "en-US": "https://images.unsplash.com/photo-1498931299472-f7a63a5a1cfa?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwxMTc3M3wwfDF8c2VhcmNofDR8fGNlbGVicmF0ZXxlbnwwfHx8fDE2MjI3MDg0NjU&ixlib=rb-1.2.1&q=80&w=2000" + }, + "content": { + "en-US": "暮春的5月,绿色遍布大地,万物奋发生长,人类辛勤劳作。昨日,网久软件举办了2021年的第一次员工入职周年庆活动,以表彰本月4名伙伴在过去的一周年中为公司做出的贡献。 \n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2021/05/2021ruzhiqing004.jpg)\n\n首先,几位小伙伴各种分享了自己在公司的成长历程,回顾起自己入职以来的点点滴滴,工作中的成与失、苦和乐。公司宽松融洽的工作氛围、团结向上的企业文化,让大家很快适应了工作环境,通过公司知识化体系的精心培育和自身不断的努力,无论是思想上学习上还是工作上,都取得了长足的发展和巨大的收获。 \n\n有的伙伴谈到,网久软件把员工当做事业的合作伙伴,并追求各自平等独立,始终立足全球化,克制资本,让优秀的员工共享公司发展的红利的胸怀和格局,区别于很民营企业,非常值得一起长期走下去。\n\n随后,公司人事部给入职周年的伙们送上了最诚挚的祝福——精心挑选的向日葵,给大家带来一份小小的惊喜。向日葵寓意着不畏困难,坚定地追求自己的生活,向阳而生。\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2021/05/2021ruzhiqing002.jpg)\n\n最后,公司总经理谌德林向大家赠送了一份特殊的礼物--书。分别是:《长征》(王树增)和《美的历程》(李泽厚)。网久软件是一个学习型组织,让阅读成为一种生活方式,多从书中获取更多的知识和向上向善的精神力量。\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2021/05/2021ruzhiqing001.jpg)\n\n庆典活动之后,全体员工步行到美丽的后湖国际艺术园进行户外寻宝游戏和划船活动。\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2021/05/2021ruzhiqing003.jpg)\n\n夕阳下的后湖光彩照人,时间仿佛静止在这一美好的时刻...\n\n我们因相同的价值观,相聚于此,创业修行之路,我们一起同进,风雨同舟,感恩有你!", + "zh-CN": "暮春的5月,绿色遍布大地,万物奋发生长,人类辛勤劳作。昨日,网久软件举办了2021年的第一次员工入职周年庆活动,以表彰本月4名伙伴在过去的一周年中为公司做出的贡献。 \n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2021/05/2021ruzhiqing004.jpg)\n\n首先,几位小伙伴各种分享了自己在公司的成长历程,回顾起自己入职以来的点点滴滴,工作中的成与失、苦和乐。公司宽松融洽的工作氛围、团结向上的企业文化,让大家很快适应了工作环境,通过公司知识化体系的精心培育和自身不断的努力,无论是思想上学习上还是工作上,都取得了长足的发展和巨大的收获。 \n\n有的伙伴谈到,网久软件把员工当做事业的合作伙伴,并追求各自平等独立,始终立足全球化,克制资本,让优秀的员工共享公司发展的红利的胸怀和格局,区别于很民营企业,非常值得一起长期走下去。\n\n随后,公司人事部给入职周年的伙们送上了最诚挚的祝福——精心挑选的向日葵,给大家带来一份小小的惊喜。向日葵寓意着不畏困难,坚定地追求自己的生活,向阳而生。\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2021/05/2021ruzhiqing002.jpg)\n\n最后,公司总经理谌德林向大家赠送了一份特殊的礼物--书。分别是:《长征》(王树增)和《美的历程》(李泽厚)。网久软件是一个学习型组织,让阅读成为一种生活方式,多从书中获取更多的知识和向上向善的精神力量。\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2021/05/2021ruzhiqing001.jpg)\n\n庆典活动之后,全体员工步行到美丽的后湖国际艺术园进行户外寻宝游戏和划船活动。\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2021/05/2021ruzhiqing003.jpg)\n\n夕阳下的后湖光彩照人,时间仿佛静止在这一美好的时刻...\n\n我们因相同的价值观,相聚于此,创业修行之路,我们一起同进,风雨同舟,感恩有你!" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2021-06-01T09:12+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1ckg2aBPL97rt9NRxG76BR", + "type": "Entry", + "createdAt": "2022-10-20T14:43:51.092Z", + "updatedAt": "2022-10-21T07:15:23.795Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-10-21T07:15:23.795Z", + "firstPublishedAt": "2022-10-20T17:53:35.851Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1ckg2aBPL97rt9NRxG76BR" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2DJ4xzZQwmbYv6D2O23Sv5" + } + } + }, + "slug": { + "en-US": "happy-2021labour-day" + }, + "title": { + "en-US": "网久祝您劳动节快乐!", + "zh-CN": "网久祝您劳动节快乐!" + }, + "content": { + "en-US": "

\"websoft9

", + "zh-CN": "

\"websoft9

" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2021-05-01T09:43+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4AlXG3wzMj5G11NIvLRXx3", + "type": "Entry", + "createdAt": "2022-10-20T14:45:28.100Z", + "updatedAt": "2022-10-21T07:15:05.938Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2022-10-21T07:15:05.938Z", + "firstPublishedAt": "2022-10-20T17:52:44.854Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4AlXG3wzMj5G11NIvLRXx3" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "softsc-valueforsmb" + }, + "title": { + "en-US": "软件供应链公司对中小企业客户的价值", + "zh-CN": "软件供应链公司对中小企业客户的价值" + }, + "content": { + "en-US": "我们知道,不管是传统的软件商 SAP, Oracle, Microsoft,还是新兴的 SaaS 软件引领起企业 Salesforce, Workday等,他们都有一支庞大的客户成功团队,包括从售前、销售、交付实施和运维整个服务链。 \n\n但是,如果用这个成功资源去服务中小型客户,就会面临巨大的成本挑战,甚至说中小客户根本没有财力购买原厂的服务。但是,从软件需求的角度看,中小企业同样需要多种软件满足其业务,比如:\n\n* 内容管理软件\n* 电子商务软件\n* 人事财务软件\n* 数字营销软件\n* 工具软件\n* 工业软件\n* 数据库软件\n\n每个企业都是一个多样性的企业,故中小企业并不会由于规模小而放弃对软件的需求。 \n\n故,中小企业(或部门级应用)同样会拥抱SaaS、开源和商业授权等多种软件形式,前提是满足业务需求,有技术保障,成本符合预算范围。 \n\nWebsoft9 这种软件供应链公司,由于汇聚了大量优质的软件,并提供组装与集成、知识库、技术支持等服务,完全满足中小企业在软件选型、方案集成、部署和运维过程中各种难题。\n\n也就是说,庞大的中小企业群体,可以在 Websoft9 这里获取到大部分优质应用满足不断发展的业务挑战。而 Websoft9 软件供应链由于具有规模化优势,再加上为用户打造的“技术中台”,完全可以服务于众小企业,让他们只需极小的投入,便可以借助全球优质的软件拓展自身的能力。 \n\n汇聚软件信息不难,难在如何面向客户的业务场景,将各种不同的软件进行组装与集成,从而实现用户的特定需求。为此,Websoft9 聘用了来自华为、OPPO大型企业架构经验的顾问,他们熟知各个企业软件的功能特点,擅长架构设计,对软件集成有深刻的洞察。\n\nWebsoft9 汇聚全球500+个优质软件,而通过软件之间的组装与整合,便可以产生2000+个之间可用的解决方案,满足中小企业大部分需求的同时,减少软件的定制。", + "zh-CN": "我们知道,不管是传统的软件商 SAP, Oracle, Microsoft,还是新兴的 SaaS 软件引领起企业 Salesforce, Workday等,他们都有一支庞大的客户成功团队,包括从售前、销售、交付实施和运维整个服务链。 \n\n但是,如果用这个成功资源去服务中小型客户,就会面临巨大的成本挑战,甚至说中小客户根本没有财力购买原厂的服务。但是,从软件需求的角度看,中小企业同样需要多种软件满足其业务,比如:\n\n* 内容管理软件\n* 电子商务软件\n* 人事财务软件\n* 数字营销软件\n* 工具软件\n* 工业软件\n* 数据库软件\n\n每个企业都是一个多样性的企业,故中小企业并不会由于规模小而放弃对软件的需求。 \n\n故,中小企业(或部门级应用)同样会拥抱SaaS、开源和商业授权等多种软件形式,前提是满足业务需求,有技术保障,成本符合预算范围。 \n\nWebsoft9 这种软件供应链公司,由于汇聚了大量优质的软件,并提供组装与集成、知识库、技术支持等服务,完全满足中小企业在软件选型、方案集成、部署和运维过程中各种难题。\n\n也就是说,庞大的中小企业群体,可以在 Websoft9 这里获取到大部分优质应用满足不断发展的业务挑战。而 Websoft9 软件供应链由于具有规模化优势,再加上为用户打造的“技术中台”,完全可以服务于众小企业,让他们只需极小的投入,便可以借助全球优质的软件拓展自身的能力。 \n\n汇聚软件信息不难,难在如何面向客户的业务场景,将各种不同的软件进行组装与集成,从而实现用户的特定需求。为此,Websoft9 聘用了来自华为、OPPO大型企业架构经验的顾问,他们熟知各个企业软件的功能特点,擅长架构设计,对软件集成有深刻的洞察。\n\nWebsoft9 汇聚全球500+个优质软件,而通过软件之间的组装与整合,便可以产生2000+个之间可用的解决方案,满足中小企业大部分需求的同时,减少软件的定制。" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2021-04-22T01:21+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6ufaYo6oRmAAu8yFzgkJQt", + "type": "Entry", + "createdAt": "2022-10-20T14:46:54.215Z", + "updatedAt": "2022-10-21T07:14:43.574Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 13, + "publishedAt": "2022-10-21T07:14:43.574Z", + "firstPublishedAt": "2022-10-20T17:52:00.671Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 14, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6ufaYo6oRmAAu8yFzgkJQt" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "what-is-softsc" + }, + "title": { + "en-US": "什么是软件供应链?", + "zh-CN": "什么是软件供应链?" + }, + "content": { + "en-US": "软件业中,在向客户提供软件时,程序就是产品,将产品交付给客户的是代码。 \n\n与传统实物的供应链不一样,软件没有物理仓库、库存管理,也没有运输上的麻烦和进出口国际贸易的复杂的检查。看起来,软件的数字性质使其成为向全球客户交付变得非常容器。 \n\n真的这么简单?从表面上看,似乎如此。\n\n实际上,软件供应链比您想象的要难。它面临虽然没有供应链模型中这种库存和物流运输的挑战,但它存在自身的独特问题。实际上,软件供应链也可以通过采用传统的供应链思维来进行分析。 \n\n**什么是供应链模型?**\n\n在探索软件供应链之前,了解传统的供应链模型将很有帮助。传统供应链就是这样:供应商品所需的一系列过程。它涵盖了从概念到最终客户使用产品的每个步骤。这个过程的参与者包括:原材料供应商。制造商、分销商、零售商。 \n\n因此,传统供应链从所需的原材料开始,通过采购与这些材料的供应商建立联系。然后,这些供应商将材料交付给制造商(形成链中的下一个环节)。产品制造完成后,将流向链中的下一个环节:分销。其中包括存储,交付和零售商,它们构成了链中的最后一个环节,将产品传递给了消费者。\n\n供应链有两个方面。首先,上游是资源流入企业的地方。(原材料,供应商关系等。)然后是下游,资源从业务中流出。(成品。)\n\n**软件供应链**\n\n软件供应链遵循令人惊讶的相似顺序。以供应链的计划为例,在传统的供应链中,计划涉及确保您获取适量的原材料来满足需求。\n\n在软件供应链中,计划同等重要。为了保证投入最小的资源以最快的速度实现产品功能,计划的关键点包括:\n\n* 开源框架和组件的使用\n* 商业基础软件的购买\n* 开发人员招聘计划\n* 外部开发人员购买计划\n* 软件交付平台\n* 软件组件的生命周期研究\n\n计划完成后,您的软件供应链可能需要一个采购步骤。在传统的供应链模型中,采购阶段是指管理与供应商的关系。它还涉及采购更有效或更具成本效益的零件和材料以进行外包。在软件开发中,这是相似的,但有一些不同之处。\n\n如今,软件提供商都使用开源软件作为其功能和产品的基础。这意味着需要对这些来源进行管理。因此,软件供应链中的部分采购链接专用于分析产品的开源组件的合规性、质量和安全性,具体包括文档,支持,许可和安全隐患之类的因素。 \n\n**软件供应链中的售卖与交付**\n\n每个软件公司都有自己交付方式,大致包括:售前、销售、实施和部署。 \n\n实际上,应用传统供应链思维,可以更好的理解软件交付客户(或放在机器上)所需采取的步骤。\n\n在软件的营销,销售过程中,实际上又多方参与:咨询商、云计算实施商、代理商和制造商自身。 \n\n* 软件需要哪些知识库?\n* 它需要与什么集成?\n* 是否要转销给经销商?\n* 您需要为云数据中心付费来托管您的解决方案吗?\n* 您可以将其运送给国际客户,还是需要翻译工作?\n\n软件供应链中的各个环节更具有不可分割性。软件产品经理在产品设计和开发阶段就必须考虑产品的发展方向、交付方式和使用方式。必须考虑合作伙伴更方便的销售软件以及基础软件进行更多增值服务,包括:实施定制、部署运维等。 \n\n实际上,所有软件供应链都是根据客户的需求进行计划,采购和制造的,而不仅仅是呈现一个最终产品。如果软件没有考虑供应链的各个环节,客户的需求就不会得到满足,产品失败可以预见。 \n\n**总结**\n\n这是软件供应链的简要概述,但是它使您了解了供应链模型如何适合软件开发。\n\n供应链模型错综复杂。它们涉及将产品交付给客户所需的每项协议,合作伙伴关系,资源和步骤。\n\n因此,对于那些努力交付代码并避免浪费精力的软件公司,供应链思维可能只是您要寻找的答案。", + "zh-CN": "软件业中,在向客户提供软件时,程序就是产品,将产品交付给客户的是代码。 \n\n与传统实物的供应链不一样,软件没有物理仓库、库存管理,也没有运输上的麻烦和进出口国际贸易的复杂的检查。看起来,软件的数字性质使其成为向全球客户交付变得非常容器。 \n\n真的这么简单?从表面上看,似乎如此。\n\n实际上,软件供应链比您想象的要难。它面临虽然没有供应链模型中这种库存和物流运输的挑战,但它存在自身的独特问题。实际上,软件供应链也可以通过采用传统的供应链思维来进行分析。 \n\n**什么是供应链模型?**\n\n在探索软件供应链之前,了解传统的供应链模型将很有帮助。传统供应链就是这样:供应商品所需的一系列过程。它涵盖了从概念到最终客户使用产品的每个步骤。这个过程的参与者包括:原材料供应商。制造商、分销商、零售商。 \n\n因此,传统供应链从所需的原材料开始,通过采购与这些材料的供应商建立联系。然后,这些供应商将材料交付给制造商(形成链中的下一个环节)。产品制造完成后,将流向链中的下一个环节:分销。其中包括存储,交付和零售商,它们构成了链中的最后一个环节,将产品传递给了消费者。\n\n供应链有两个方面。首先,上游是资源流入企业的地方。(原材料,供应商关系等。)然后是下游,资源从业务中流出。(成品。)\n\n**软件供应链**\n\n软件供应链遵循令人惊讶的相似顺序。以供应链的计划为例,在传统的供应链中,计划涉及确保您获取适量的原材料来满足需求。\n\n在软件供应链中,计划同等重要。为了保证投入最小的资源以最快的速度实现产品功能,计划的关键点包括:\n\n* 开源框架和组件的使用\n* 商业基础软件的购买\n* 开发人员招聘计划\n* 外部开发人员购买计划\n* 软件交付平台\n* 软件组件的生命周期研究\n\n计划完成后,您的软件供应链可能需要一个采购步骤。在传统的供应链模型中,采购阶段是指管理与供应商的关系。它还涉及采购更有效或更具成本效益的零件和材料以进行外包。在软件开发中,这是相似的,但有一些不同之处。\n\n如今,软件提供商都使用开源软件作为其功能和产品的基础。这意味着需要对这些来源进行管理。因此,软件供应链中的部分采购链接专用于分析产品的开源组件的合规性、质量和安全性,具体包括文档,支持,许可和安全隐患之类的因素。 \n\n**软件供应链中的售卖与交付**\n\n每个软件公司都有自己交付方式,大致包括:售前、销售、实施和部署。 \n\n实际上,应用传统供应链思维,可以更好的理解软件交付客户(或放在机器上)所需采取的步骤。\n\n在软件的营销,销售过程中,实际上又多方参与:咨询商、云计算实施商、代理商和制造商自身。 \n\n* 软件需要哪些知识库?\n* 它需要与什么集成?\n* 是否要转销给经销商?\n* 您需要为云数据中心付费来托管您的解决方案吗?\n* 您可以将其运送给国际客户,还是需要翻译工作?\n\n软件供应链中的各个环节更具有不可分割性。软件产品经理在产品设计和开发阶段就必须考虑产品的发展方向、交付方式和使用方式。必须考虑合作伙伴更方便的销售软件以及基础软件进行更多增值服务,包括:实施定制、部署运维等。 \n\n实际上,所有软件供应链都是根据客户的需求进行计划,采购和制造的,而不仅仅是呈现一个最终产品。如果软件没有考虑供应链的各个环节,客户的需求就不会得到满足,产品失败可以预见。 \n\n**总结**\n\n这是软件供应链的简要概述,但是它使您了解了供应链模型如何适合软件开发。\n\n供应链模型错综复杂。它们涉及将产品交付给客户所需的每项协议,合作伙伴关系,资源和步骤。\n\n因此,对于那些努力交付代码并避免浪费精力的软件公司,供应链思维可能只是您要寻找的答案。" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2021-04-22T00:25+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6nGmjwTMml5TQR6eAeWdBK", + "type": "Entry", + "createdAt": "2022-10-20T14:48:32.414Z", + "updatedAt": "2022-10-21T07:14:19.844Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 13, + "publishedAt": "2022-10-21T07:14:19.844Z", + "firstPublishedAt": "2022-10-20T17:51:08.861Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 14, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6nGmjwTMml5TQR6eAeWdBK" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "202104china-opensource-meeting" + }, + "title": { + "en-US": "[转]打造开源软件基础设施 为国产软件“定魂筑根”", + "zh-CN": "[转]打造开源软件基础设施 为国产软件“定魂筑根”" + }, + "content": { + "en-US": "作者:胡珉琦 来源:中国科学报 发布时间:2021/4/6 16:36:00\n\n全球范围内,开源软件已经成为基础设施的核心要素,是构成操作系统、数据库、云平台软件、大数据软件等战略型基础软件的“原材料”和“元器件”。能否为设备、系统、产业和行业提供高质量的、高可靠的、可持续演进的开源软件供应链,关系到国内当前和未来 IT 科研、产品与生态的核心竞争力,甚至是“生命线”。\n\n2021年,在江苏省、南京市和麒麟科创园管委会的支持下,中国科学院软件研究所(以下简称“软件所”)与软件所南京软件技术研究院(以下简称“软件所南京院”)启动建设开源软件供应链重大基础设施,旨在实现开源软件的可靠供应,打造核心基础设施支撑,解决基础软件核心技术受制于人、生态贡献不足、价值不高等问题,贯彻落实开源软件发展的国家战略。\n\n3月30日,开源软件供应链重大基础设施建设启动会暨实施方案论证会在南京顺利召开。\n\n构建供应链体系 提高自主可控能力\n\n自上世纪70年代软件商业化以来,软件为世界创造了巨大的财富。目前,全球市值排名前7的公司,其核心竞争力均来自于软件。\n\n当前,开源软件已经成为了软件产业的主流发展模式。Synopsys公司2020年《开源安全和风险分析报告》显示,99%的商业软件含有开源组件,75%则直接由开源代码组成。\n\n软件所研究员武延军在开源软件供应链重大基础设施建设方案汇报中提到,开源软件对关键产业具有重要的战略支撑作用,“缺芯少魂”是产业面临的巨大挑战。比如被“卡脖子”的芯片领域,开源软件就是其核心竞争力和生态的重要支撑,只有对软件进行基于芯片特性的优化才更能充分地发挥芯片的性能;同时,一款芯片能否被主流的开源基础软件(如Linux内核)所支持,决定了该芯片的应用范围和市场份额。\n\n开源如此重要又如此盛行,但开源本身很难独自撑起一片天空,因为它存在着一些“隐痛”,其中最重要的就是生态的割裂与分化。而开源软件供应链会成为解决这一问题的关键,它可以对开源生态进行一次重构。\n\n开源软件供应链是一个系统在开发和运行过程中,涉及到的所有开源软件上游社区、源码包、二进制包、包管理器、存储仓库、社区、基金会等,按照依赖、组合等形成的供应关系网络。这样一条供应链,具有模块数量多、版本迭代快、生产线上化、供应全球化、仓储集中化、用户多样化、边际成本低等特点。\n\n“美国率先建立起成熟的开源软件供应链体系,就可以把开源软件的不可控风险降到最低,也能轻易对其它国家实施‘卡脖子’。”武延军遗憾表示,近两年来,开源软件供应链“卡脖子”事件就频频在国内发生。\n\nDocker是云计算领域最重要的开源应用容器引擎。2020年8月13日起,DockerEE和DockerHub禁止被美国政府列入贸易管制“实体清单”的企业使用。\n\n再如, Openwall 的“隐形断供”。Openwall是开源基础软件安全预警平台。漏洞共享、安全预警是操作系统等基础软件产业的重要环节,可国内在这个领域仍然处于空白状态。由于获取受限,国内基础软件存在2周以上的“安全预警空白区”。\n\n从2020年11月美国国会智库提出限制中国获取开源技术,到2021年2月24日美国总统拜登签署评估美国供应链安全的总统行政令,给出了明确的信号,在开源软件领域,对中国全面收紧限制。\n\n正是在我国核心开源软件领域受制于人的背景下,软件所提出了建设开源软件供应链重大基础设施的想法。\n\n在中国工程院院士倪光南看来,这一重大基础设施建设的提出十分及时,它抓住了当今中国信息技术发展的一个亟需。他指出,“目前,我们对开源软件,使用多、投入少;贡献多、主导少;研究多、转化少。我国开源软件在信息技术关键领域所占的地位、贡献还远远不够”。倪光南认为,要想扭转这一局面,必须从开源生态建设的层面加以统筹解决。\n\n不过,这项“生态建设”很难通过分散的开源社区,或者各自为阵的软件企业独自完成。中国科学院院士林惠民坦言,企业通常只关心与自身发展相关的方向,不可能为开源生态建设的共性技术买单。软件所作为软件研究的“国家队”,应当担起这个责任,搭建开源生态的“底座”,并通过该项建设把国内相关的企业、高校院所、开源社区的力量聚合到一起。\n\nopenEuler社区理事长、华为鲲鹏计算业务副总裁江大勇谈到,2019年12月31日,华为将内部研发 10 余年的操作系统技术开源并牵头成立openEuler社区,可谓是摸着石头过河。目前已经有近2000位代码贡献者,60余家企业会员,多样性计算生态初步建立。尽管倍感艰难,但也体会到开源协作带来的巨大社会价值。\n\n他表示,非常支持并愿意参与这项重大基础设施建设。“数字经济核心是数字底座,数字底座的核心其实是软硬件生态链,未来我们面临的竞争将是整个生态的竞争。仅仅做好芯片是不够的,我们需要的是‘芯片+基础软件+应用’的生态系统。开源软件供应链重大基础设施建设恰逢其时。”江大勇还提到,通过这项建设,能把政产学研用全部贯穿起来,十分重要。\n\n凝练重大基础问题 聚焦软件行业短板\n\n早在2020年1月,中科院启动了“芯片与基础软件” 先导专项,在专项中就专门设置了“开源操作系统关键技术”项目,由软件所牵头承担,开启了开源软件供应链关键技术研发。\n\n过去一年多来,已经进行了大规模开源软件知识图谱构建,并深入推进软件源代码的安全、知识产权和维护性风险评估研究;同时,通过深度参与openEuler和OpenHarmony两大操作系统根社区建设,从供应链角度提炼出操作系统等核心基础软件的“卡脖子”、“护城河”和“加速器”技术,形成了明确的核心开源软件清单。这也为开源软件供应链重大基础设施建设奠定了基础。\n\n武延军在汇报中介绍,这项重大基础设施的建设将实现一系列重要目标。一是科学目标,即为软件科学研究提供所需的开源代码大数据,并提供高度结构化的数据组织形式,从而支撑软件工程的智能化,为代码合成、机器智能编程等信息技术前沿领域奠定基础;二是应用目标,即为关键设备和系统提供高质量、低风险的开源软件供应链,支撑国内企业提升开发效率与产品质量,打破国外IT巨头的行业价值链垄断。\n\n实施方案的具体任务涉及建设开源软件代码大数据的汇聚、标注、提炼、存储与推荐平台,面向 IT 设备与装备的开源软件供应链平台,面向产业与行业的开源软件供应链平台,以及面向开源软件人才培养与人才汇聚的“开源软件供应链点亮计划”。\n\n汇报结束后,与会专家对实施方案进行了热烈的讨论。\n\n中国工程院院士孙凝晖认为,开源软件供应链属于“打地基”、“结网”性质的基础性工作,后续有望真正解决领域内的重大基础前沿问题,对软件学科、软件开发方法学等产生本质的影响和贡献,并产生支撑产业行业的“杀手级”应用。\n\n上海交通大学并行与分布式处理研究所所长陈海波、大连理工大学软件学院院长吴国伟等专家则提到,这项建设注定不能一蹴而就,而是一个需要长期投入、持续培育的过程。早期可适当聚焦行业短板,例如基础软件、工业软件等,既要供得上,也要用得好。确保建设项目在一个周期内产生效果,并最终实现可持续演进发展。\n\n此外,软件产业是智力密集型产业,培养高素质、高水平的软件人才队伍是产业可持续发展的内在支撑。去年,软件所和openEuler社区共同主办了“开源软件供应链点亮计划-暑期2020”活动,吸引了42个开源技术社区、246位社区导师参与,上线388个项目。今年,这一届暑期活动将继续扩大规模,计划支持不少于100个开源技术社区、800个项目,吸引超过1000 名海内外高校学生参与。\n\n中国科学院外籍院士樊文飞、清华大学网络技术研究所所长崔勇等专家提出,应该鼓励高校尝试将研究生在开源领域的贡献纳入毕业考评体系,开源成果甚至可以作为相关专业学生论文发表的一种替代。他们相信,这将会对开源软件人才培养产生积极影响。\n\n携手麒麟科技城 打造南京区域创新高地\n\n开源软件供应链重大基础设施建设是“软件新基建”创新理念的一次重要实践。软件所所长赵琛在发言中表示,软件所把开源软件供应链重大基础设施建设作为“十四五”重要任务推进,联合企业、高校、科研院所等社会力量,共同建设开源软件供应链重大基础设施,聚焦国家战略、行业、产业需求,确保设施建成后能增强开源软件产业链、供应链的自主可控能力。\n\n赵琛特别强调,这项建设能够得以启动实施,得益于江苏省、南京市、麒麟科创园管委会等各级政府的大力支持。\n\n近年来,南京对科技创新体系建设的关注和投入前所未有。南京市委常委王华在会议上介绍,南京科技创新体系通过新型研发机构建设,在打通科技成果转化的最后一公里,促进科研院所、高校的成果在当地转化方面,已经取得了很好的成绩和进展。\n\n今年两会期间,全国人大代表、南京市委副书记、市长韩立明在江苏代表团全体会议审议政府工作报告时表示,南京将继续突出创新核心地位,加快形成以创新为第一驱动力的增长方式,并建议国家支持南京建设成为区域科技创新中心,创建成为综合性国家科学中心。事实上,江苏省也已将支持南京创建综合性国家科学中心纳入了“江苏省‘十四五’规划和2035年远景目标”。王华强调,要实现这一目标,必须有重大基础设施作为支撑。\n\n中科院南京分院院长杨桂山表示,正是在这样的大背景下,2020年6月22日,中国科学院与江苏省人民政府签署协议共建麒麟科技城,支持南京综合性科学中心建设,打造南京区域创新高地。并以此为契机,高位推进中科院与江苏省的合作。\n\n此次启动建设的开源软件供应链重大基础设施,正是中科院系统在软件产业核心领域进行科技创新的重要实践。南京市麒麟科创园管委会主任赵洪斌表示,它将成为园区的重要创新资源标杆,给园区带来显著的科技产业集聚效应,形成全国乃至全球的开源软件产业领域科创高峰。\n\n“下一步园区将努力与中科院软件所形成发展合力,进一步强化统筹协调,加快集聚高端创新资源,扎实做好配套保障服务,为开源软件供应链重大基础设施的建设发展营造最好的外部环境。”赵洪斌说道。\n\n杨桂山也表示,希望未来中科院在麒麟科技城的科技创新资源,能够更好地发挥战略科技力量的引领作用,支撑相关学科的发展和产业的进步,把麒麟科技城打造成为南京综合性科学中心核心区,以及中科院满足国家重大需求与服务经济主战场的区域创新高地。\n\n延伸阅读:[软件所“开源软件供应链重大基础设施建设”启动会暨实施方案论证会召开](http://www.iscas.ac.cn/tpxw2016/202104/t20210402_5989262.html)", + "zh-CN": "作者:胡珉琦 来源:中国科学报 发布时间:2021/4/6 16:36:00\n\n全球范围内,开源软件已经成为基础设施的核心要素,是构成操作系统、数据库、云平台软件、大数据软件等战略型基础软件的“原材料”和“元器件”。能否为设备、系统、产业和行业提供高质量的、高可靠的、可持续演进的开源软件供应链,关系到国内当前和未来 IT 科研、产品与生态的核心竞争力,甚至是“生命线”。\n\n2021年,在江苏省、南京市和麒麟科创园管委会的支持下,中国科学院软件研究所(以下简称“软件所”)与软件所南京软件技术研究院(以下简称“软件所南京院”)启动建设开源软件供应链重大基础设施,旨在实现开源软件的可靠供应,打造核心基础设施支撑,解决基础软件核心技术受制于人、生态贡献不足、价值不高等问题,贯彻落实开源软件发展的国家战略。\n\n3月30日,开源软件供应链重大基础设施建设启动会暨实施方案论证会在南京顺利召开。\n\n构建供应链体系 提高自主可控能力\n\n自上世纪70年代软件商业化以来,软件为世界创造了巨大的财富。目前,全球市值排名前7的公司,其核心竞争力均来自于软件。\n\n当前,开源软件已经成为了软件产业的主流发展模式。Synopsys公司2020年《开源安全和风险分析报告》显示,99%的商业软件含有开源组件,75%则直接由开源代码组成。\n\n软件所研究员武延军在开源软件供应链重大基础设施建设方案汇报中提到,开源软件对关键产业具有重要的战略支撑作用,“缺芯少魂”是产业面临的巨大挑战。比如被“卡脖子”的芯片领域,开源软件就是其核心竞争力和生态的重要支撑,只有对软件进行基于芯片特性的优化才更能充分地发挥芯片的性能;同时,一款芯片能否被主流的开源基础软件(如Linux内核)所支持,决定了该芯片的应用范围和市场份额。\n\n开源如此重要又如此盛行,但开源本身很难独自撑起一片天空,因为它存在着一些“隐痛”,其中最重要的就是生态的割裂与分化。而开源软件供应链会成为解决这一问题的关键,它可以对开源生态进行一次重构。\n\n开源软件供应链是一个系统在开发和运行过程中,涉及到的所有开源软件上游社区、源码包、二进制包、包管理器、存储仓库、社区、基金会等,按照依赖、组合等形成的供应关系网络。这样一条供应链,具有模块数量多、版本迭代快、生产线上化、供应全球化、仓储集中化、用户多样化、边际成本低等特点。\n\n“美国率先建立起成熟的开源软件供应链体系,就可以把开源软件的不可控风险降到最低,也能轻易对其它国家实施‘卡脖子’。”武延军遗憾表示,近两年来,开源软件供应链“卡脖子”事件就频频在国内发生。\n\nDocker是云计算领域最重要的开源应用容器引擎。2020年8月13日起,DockerEE和DockerHub禁止被美国政府列入贸易管制“实体清单”的企业使用。\n\n再如, Openwall 的“隐形断供”。Openwall是开源基础软件安全预警平台。漏洞共享、安全预警是操作系统等基础软件产业的重要环节,可国内在这个领域仍然处于空白状态。由于获取受限,国内基础软件存在2周以上的“安全预警空白区”。\n\n从2020年11月美国国会智库提出限制中国获取开源技术,到2021年2月24日美国总统拜登签署评估美国供应链安全的总统行政令,给出了明确的信号,在开源软件领域,对中国全面收紧限制。\n\n正是在我国核心开源软件领域受制于人的背景下,软件所提出了建设开源软件供应链重大基础设施的想法。\n\n在中国工程院院士倪光南看来,这一重大基础设施建设的提出十分及时,它抓住了当今中国信息技术发展的一个亟需。他指出,“目前,我们对开源软件,使用多、投入少;贡献多、主导少;研究多、转化少。我国开源软件在信息技术关键领域所占的地位、贡献还远远不够”。倪光南认为,要想扭转这一局面,必须从开源生态建设的层面加以统筹解决。\n\n不过,这项“生态建设”很难通过分散的开源社区,或者各自为阵的软件企业独自完成。中国科学院院士林惠民坦言,企业通常只关心与自身发展相关的方向,不可能为开源生态建设的共性技术买单。软件所作为软件研究的“国家队”,应当担起这个责任,搭建开源生态的“底座”,并通过该项建设把国内相关的企业、高校院所、开源社区的力量聚合到一起。\n\nopenEuler社区理事长、华为鲲鹏计算业务副总裁江大勇谈到,2019年12月31日,华为将内部研发 10 余年的操作系统技术开源并牵头成立openEuler社区,可谓是摸着石头过河。目前已经有近2000位代码贡献者,60余家企业会员,多样性计算生态初步建立。尽管倍感艰难,但也体会到开源协作带来的巨大社会价值。\n\n他表示,非常支持并愿意参与这项重大基础设施建设。“数字经济核心是数字底座,数字底座的核心其实是软硬件生态链,未来我们面临的竞争将是整个生态的竞争。仅仅做好芯片是不够的,我们需要的是‘芯片+基础软件+应用’的生态系统。开源软件供应链重大基础设施建设恰逢其时。”江大勇还提到,通过这项建设,能把政产学研用全部贯穿起来,十分重要。\n\n凝练重大基础问题 聚焦软件行业短板\n\n早在2020年1月,中科院启动了“芯片与基础软件” 先导专项,在专项中就专门设置了“开源操作系统关键技术”项目,由软件所牵头承担,开启了开源软件供应链关键技术研发。\n\n过去一年多来,已经进行了大规模开源软件知识图谱构建,并深入推进软件源代码的安全、知识产权和维护性风险评估研究;同时,通过深度参与openEuler和OpenHarmony两大操作系统根社区建设,从供应链角度提炼出操作系统等核心基础软件的“卡脖子”、“护城河”和“加速器”技术,形成了明确的核心开源软件清单。这也为开源软件供应链重大基础设施建设奠定了基础。\n\n武延军在汇报中介绍,这项重大基础设施的建设将实现一系列重要目标。一是科学目标,即为软件科学研究提供所需的开源代码大数据,并提供高度结构化的数据组织形式,从而支撑软件工程的智能化,为代码合成、机器智能编程等信息技术前沿领域奠定基础;二是应用目标,即为关键设备和系统提供高质量、低风险的开源软件供应链,支撑国内企业提升开发效率与产品质量,打破国外IT巨头的行业价值链垄断。\n\n实施方案的具体任务涉及建设开源软件代码大数据的汇聚、标注、提炼、存储与推荐平台,面向 IT 设备与装备的开源软件供应链平台,面向产业与行业的开源软件供应链平台,以及面向开源软件人才培养与人才汇聚的“开源软件供应链点亮计划”。\n\n汇报结束后,与会专家对实施方案进行了热烈的讨论。\n\n中国工程院院士孙凝晖认为,开源软件供应链属于“打地基”、“结网”性质的基础性工作,后续有望真正解决领域内的重大基础前沿问题,对软件学科、软件开发方法学等产生本质的影响和贡献,并产生支撑产业行业的“杀手级”应用。\n\n上海交通大学并行与分布式处理研究所所长陈海波、大连理工大学软件学院院长吴国伟等专家则提到,这项建设注定不能一蹴而就,而是一个需要长期投入、持续培育的过程。早期可适当聚焦行业短板,例如基础软件、工业软件等,既要供得上,也要用得好。确保建设项目在一个周期内产生效果,并最终实现可持续演进发展。\n\n此外,软件产业是智力密集型产业,培养高素质、高水平的软件人才队伍是产业可持续发展的内在支撑。去年,软件所和openEuler社区共同主办了“开源软件供应链点亮计划-暑期2020”活动,吸引了42个开源技术社区、246位社区导师参与,上线388个项目。今年,这一届暑期活动将继续扩大规模,计划支持不少于100个开源技术社区、800个项目,吸引超过1000 名海内外高校学生参与。\n\n中国科学院外籍院士樊文飞、清华大学网络技术研究所所长崔勇等专家提出,应该鼓励高校尝试将研究生在开源领域的贡献纳入毕业考评体系,开源成果甚至可以作为相关专业学生论文发表的一种替代。他们相信,这将会对开源软件人才培养产生积极影响。\n\n携手麒麟科技城 打造南京区域创新高地\n\n开源软件供应链重大基础设施建设是“软件新基建”创新理念的一次重要实践。软件所所长赵琛在发言中表示,软件所把开源软件供应链重大基础设施建设作为“十四五”重要任务推进,联合企业、高校、科研院所等社会力量,共同建设开源软件供应链重大基础设施,聚焦国家战略、行业、产业需求,确保设施建成后能增强开源软件产业链、供应链的自主可控能力。\n\n赵琛特别强调,这项建设能够得以启动实施,得益于江苏省、南京市、麒麟科创园管委会等各级政府的大力支持。\n\n近年来,南京对科技创新体系建设的关注和投入前所未有。南京市委常委王华在会议上介绍,南京科技创新体系通过新型研发机构建设,在打通科技成果转化的最后一公里,促进科研院所、高校的成果在当地转化方面,已经取得了很好的成绩和进展。\n\n今年两会期间,全国人大代表、南京市委副书记、市长韩立明在江苏代表团全体会议审议政府工作报告时表示,南京将继续突出创新核心地位,加快形成以创新为第一驱动力的增长方式,并建议国家支持南京建设成为区域科技创新中心,创建成为综合性国家科学中心。事实上,江苏省也已将支持南京创建综合性国家科学中心纳入了“江苏省‘十四五’规划和2035年远景目标”。王华强调,要实现这一目标,必须有重大基础设施作为支撑。\n\n中科院南京分院院长杨桂山表示,正是在这样的大背景下,2020年6月22日,中国科学院与江苏省人民政府签署协议共建麒麟科技城,支持南京综合性科学中心建设,打造南京区域创新高地。并以此为契机,高位推进中科院与江苏省的合作。\n\n此次启动建设的开源软件供应链重大基础设施,正是中科院系统在软件产业核心领域进行科技创新的重要实践。南京市麒麟科创园管委会主任赵洪斌表示,它将成为园区的重要创新资源标杆,给园区带来显著的科技产业集聚效应,形成全国乃至全球的开源软件产业领域科创高峰。\n\n“下一步园区将努力与中科院软件所形成发展合力,进一步强化统筹协调,加快集聚高端创新资源,扎实做好配套保障服务,为开源软件供应链重大基础设施的建设发展营造最好的外部环境。”赵洪斌说道。\n\n杨桂山也表示,希望未来中科院在麒麟科技城的科技创新资源,能够更好地发挥战略科技力量的引领作用,支撑相关学科的发展和产业的进步,把麒麟科技城打造成为南京综合性科学中心核心区,以及中科院满足国家重大需求与服务经济主战场的区域创新高地。\n\n延伸阅读:[软件所“开源软件供应链重大基础设施建设”启动会暨实施方案论证会召开](http://www.iscas.ac.cn/tpxw2016/202104/t20210402_5989262.html)" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2021-04-06T23:16+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "30vuJT5XqYv2FuFuAU9Cyl", + "type": "Entry", + "createdAt": "2022-10-20T14:49:54.814Z", + "updatedAt": "2022-10-21T07:13:56.946Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 13, + "publishedAt": "2022-10-21T07:13:56.946Z", + "firstPublishedAt": "2022-10-20T17:50:09.269Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 14, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/30vuJT5XqYv2FuFuAU9Cyl" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2DJ4xzZQwmbYv6D2O23Sv5" + } + } + }, + "slug": { + "en-US": "happy-new-year" + }, + "title": { + "en-US": "牛年大吉!网久软件给您拜年啦!", + "zh-CN": "牛年大吉!网久软件给您拜年啦!" + }, + "featureImage": { + "en-US": "http://blog.websoft9.com/content/images/2021/02/happy-new-year-2.jpg" + }, + "content": { + "en-US": "
", + "zh-CN": "
" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2021-02-10T23:56+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "77pjvN4T1wDogl1xDiJaaD", + "type": "Entry", + "createdAt": "2022-10-20T14:51:28.533Z", + "updatedAt": "2022-10-21T07:13:33.936Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 15, + "publishedAt": "2022-10-21T07:13:33.936Z", + "firstPublishedAt": "2022-10-20T17:49:13.362Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 16, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/77pjvN4T1wDogl1xDiJaaD" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "whitehouse-site-wordpress-websoft9" + }, + "title": { + "en-US": "美国白宫官网在用的WordPress到底有多强?一文读懂开源建站软件WordPress", + "zh-CN": "美国白宫官网在用的WordPress到底有多强?一文读懂开源建站软件WordPress" + }, + "content": { + "en-US": "美国白宫官方在2017年12月对外宣布,白宫官网 Whitehouse.gov 网站的內容管理系統(Content management system,CMS)从 Drupal 换成 WordPress,川普政府此举的主要目的是减少支出,将网站维护成本从原来的每年超过600万美元降至300万美元。\n\n用WordPress搭建官网,白宫用实际行动支持了开源和WordPress,也引起了全球的 WordPress 粉丝们的自嗨。毕竟采用WordPress开源程序搭建的网站数量占据了全球网站总数的1/3,每三个网站就有一个是使用WordPress搭建的。\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2021/02/wh.png)\n\n**什么是WordPress?**\n\n维基百科:WordPress 是一个以 PHP 和 MySQL 为平台的自由开源的博客软件和内容管理系统。WordPress 具有插件架构和模板系统。截至2018年4月,排名前1000万的网站中超过30.6%使用WordPress 。WordPress是最受欢迎的网站内容管理系统。全球有大约30%的网站(7亿5000个)都是使用WordPress架设网站的。WordPress 是目前因特网上最流行的博客系统。\n\n**5个令人惊叹的WordPress真相**\n\nWordPress是一个全球性的现象,自2003年第一版发布以来,在互联网上影响的规模和范围让人惊讶。\n\n1、全球有最多的电子商务网站运行在WordPress的WooCommerce插件上\n\n来自[builtwith](https://trends.builtwith.com/shop)数据统计,超过22%的所有在线商店都在WordPress的WooCommerce上运行,其次是Shopify 18%、Magento 12%。\n\n2、使用WordPress构建的网站能够在google搜索结果中获得更高排名\n\n谷歌webspam网站团队负责人Matt Cutts表示,“使用WordPress构建的网站能够在搜索结果中获得更高的排名,因为CMS可以[解决 80%-90%的Google抓取问题](https://www.mattcutts.com/blog/seo-for-bloggers/)。”这意味着WordPress对搜索引擎优化非常友好。\n\n3、一个WordPress商业主题模版的销售额已超过2900万美元\n\n在 [ThemeForest.net](https://themeforest.net/) 上最受欢迎和购买最多的WordPress主题是[Avada](http://support.websoft9.com/docs/wordpress/zh/solution-theme.html#%E4%B8%8B%E8%BD%BD%E4%B8%8E%E5%AE%89%E8%A3%85)。Avada售价60美元,已售出超过500,000份,这意味着迄今为止它的销售额已超过2900万美元。Websoft9提供[Avada主题免费下载](http://support.websoft9.com/docs/wordpress/zh/solution-theme.html#%E4%B8%8B%E8%BD%BD%E4%B8%8E%E5%AE%89%E8%A3%85)。\n\n4、全球最多的WordPress插件开发程序员,总共开发了55179个[WordPress应用插件](https://cn.wordpress.org/plugins/),WordPress官网上的插件目录目前列出55,179个插件,总下载量为1,279,101,512。\n\n所以,如果您遇到问题,或者您需要一个解决方案,有一个插件刚好能解决您的问题,是一件多么美好的事情。\n\n![WordPress.org](https://libs.websoft9.com/Websoft9/blog/zh/2021/02/cn.wordpress.org.png)\n\n5、WordPress安装时间不到5分钟\n\nWordPress极受欢迎的另一个重要原因是它可以自动执行Web发布中涉及的许多耗时的任务。考虑到WordPress太受欢迎,Websoft9 对 WordPress 进行了优化,在[Github](https://github.com/websoft9/ansible-wordpress)开源了一键快捷安装程序,并在主流公有云发布了一键使用的镜像。\n\n下面跟着 Websoft9 花5分钟用 WordPress 快速建个站吧:\n\n#### 一、 在云市场搜索使用 Websoft9 的 WordPress镜像,配置完成后,在浏览器中输入 http:// ip ,开始安装。[Azure](https://azuremarketplace.microsoft.com/en-us/marketplace/apps?search=websoft9&page=1),[AWS](https://aws.amazon.com/marketplace/search/results?x=21&y=12&searchTerms=wordpress+websoft9),[阿里云](https://market.aliyun.com/products/?keywords=wordpress%20websoft9)、[腾讯云](https://market.cloud.tencent.com/search/wordpress%20websoft9)、[华为云](https://marketplace.huaweicloud.com/search/?q=JXdvcmRwcmVzcyB3ZWJzb2Z0OSU)\n![安装WordPress](https://libs.websoft9.com/Websoft9/blog/zh/2021/02/wp-intall.png)\n> 服务器的安全组记得开80和9090端口,用http://ip:9090,可以访问Mysql的可视化工具phpMyAdmin\n#### 二、安装完成后的主页(Avada主题)\n![WordPress 主页](https://libs.websoft9.com/Websoft9/blog/zh/2021/02/wp-index.png)\n\n#### 三、安装完成后,通过http:// ip /wp-admin,登录网站后台,管理网站\n![WordPress后台](https://libs.websoft9.com/Websoft9/blog/zh/2021/02/wp-backend.png)\n\n#### 四、通过【外观】自定义网站主题与风格。WordPress用户可以安装和切换主题。主题可让用户不改变博客内容和结构的情况下更改界面和WordPress站点的功能。主题可以在WordPress的【外观】管理工具中安装,或者通过FTP上传至主题文件夹。也可以通过编辑主题中的PHP和HTML代码自定义主题。\n![WordPress主题](https://libs.websoft9.com/Websoft9/blog/zh/2021/02/wp-theme.png)\n\n![WordPress主题](https://libs.websoft9.com/Websoft9/blog/zh/2021/02/wp-theme1.png)\n\n#### 五、通过【文章】管理博文,Fusion构建器帮你模块化快速构建图文并茂的博文\n![WordPress管理博文](https://libs.websoft9.com/Websoft9/blog/zh/2021/02/wp-article.png)\n\n#### 六、通过【页面】管理网页,Fusion构建器灵活构建网页\n![WordPress管理页面](https://libs.websoft9.com/Websoft9/blog/zh/2021/02/wp-page.png)\n\n#### 七、通过【插件】管理插件,丰富的插件库极大拓展了WordPress的功能\n![WordPress管理插件](https://libs.websoft9.com/Websoft9/blog/zh/2021/02/wp-plus.png)\n\n#### 八、别人的 Wordpress 网站长这个样 \n![运动控制elmomc](https://libs.websoft9.com/Websoft9/blog/zh/2021/02/elmomc.png)\n\n客户网站 elmomc运动控制\n\n**为什么WordPress是建立网站的最佳选择?**\n\n- 免费:WordPress是完全免费开源的。随着全球越来越多的用户开始关注和使用它,WordPress自身也在不断改进。\n- 省钱:它对用户非常友好,您不必对您的网站进行一些小改动而高薪聘请网页设计师。您可以轻松管理更新自己的网站内容,无需学习HTML。实际上,如果您知道怎么使用Word等程序就可以编辑您的站点。\n- 高可扩展:它具有灵活性和可扩展性,数以万计的插件和主题,既有商业版本,也有免费版本。这使您可以轻松更改网站的整体外观。甚至只需点击几下即可添加联系表单等新功能。\n- 灵活:您拥有网站的绝对控制权,可以确保您的网站继续与您一起成长。\n\n目前,围绕 WordPress 开源软件已经构建出庞大的生态圈,周边产业也异常发达。如seo、WooCommerce、备份、支付、翻译、表单、安全等海量的商业模版、应用插件,大大扩展了 WordPress 的功能。\n\n网久软件(Websoft9)的[WordPress专题知识库](http://support.websoft9.com/docs/wordpress/zh/)整理了包含初始化安装、主题、电商、插件、SSL/Https、SMTP、Avada等主题知识和相关的最佳实践。Websoft9从服务众多WordPress的客户来看,使用WordPress大部分用来搭建企业官网、个人博客和跨境电商,用户通过Websoft9在各大公有云上,如国外的[Azure](https://azuremarketplace.microsoft.com/en-us/marketplace/apps?search=websoft9&page=1),[AWS](https://aws.amazon.com/marketplace/search/results?x=21&y=12&searchTerms=wordpress+websoft9),国内的[阿里云](https://market.aliyun.com/products/?keywords=wordpress%20websoft9)、[腾讯云](https://market.cloud.tencent.com/search/wordpress%20websoft9)、[华为云](https://marketplace.huaweicloud.com/search/?q=JXdvcmRwcmVzcyB3ZWJzb2Z0OSU)等发布的 WordPress 镜像,一键购买,可实现开机即用,方便快捷。然后可以根据[WordPress专题知识库](http://support.websoft9.com/docs/wordpress/zh/)的指导完成域名、HTTPS等配置,主题、插件的使用,快速建站。同时用户可以使用unbounce制作Landing page(落地页)进行站外引流,精准转换,实现网络营销。\n\n**WordPress 的使用指南**\n\n- [WordPress Top20常用插件](http://support.websoft9.com/docs/wordpress/zh/solution-plugin.html#%E5%AF%BB%E6%89%BE%E6%8F%92%E4%BB%B6)\n- [WordPress主题使用](http://support.websoft9.com/docs/wordpress/zh/solution-theme.html)\n- [WordPress电商WooCommerce ](http://support.websoft9.com/docs/wordpress/zh/solution-woocommerce.html#%E5%8A%9F%E8%83%BD%E6%89%A9%E5%B1%95)\n- [WordPress服务器环境配置](http://support.websoft9.com/docs/wordpress/zh/admin-runtime.html#%E6%8C%87%E5%8D%97)\n- [WordPress常见问题](http://support.websoft9.com/docs/wordpress/zh/else-faq.html)\n- [WordPress故障处理](http://support.websoft9.com/docs/wordpress/zh/else-troubleshooting.html)\n- [WordPress更新升级](http://support.websoft9.com/docs/wordpress/zh/solution-upgrade.html#%E7%B3%BB%E7%BB%9F%E7%BA%A7%E6%9B%B4%E6%96%B0)\n- [WordPress备份恢复](http://support.websoft9.com/docs/wordpress/zh/solution-backup.html)\n- [WordPress SMTP配置](http://support.websoft9.com/docs/wordpress/zh/solution-smtp.html)\n- [WordPress SSL/Https配置](http://support.websoft9.com/docs/wordpress/zh/solution-https.html)\n", + "zh-CN": "美国白宫官方在2017年12月对外宣布,白宫官网 Whitehouse.gov 网站的內容管理系統(Content management system,CMS)从 Drupal 换成 WordPress,川普政府此举的主要目的是减少支出,将网站维护成本从原来的每年超过600万美元降至300万美元。\n\n用WordPress搭建官网,白宫用实际行动支持了开源和WordPress,也引起了全球的 WordPress 粉丝们的自嗨。毕竟采用WordPress开源程序搭建的网站数量占据了全球网站总数的1/3,每三个网站就有一个是使用WordPress搭建的。\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2021/02/wh.png)\n\n**什么是WordPress?**\n\n维基百科:WordPress 是一个以 PHP 和 MySQL 为平台的自由开源的博客软件和内容管理系统。WordPress 具有插件架构和模板系统。截至2018年4月,排名前1000万的网站中超过30.6%使用WordPress 。WordPress是最受欢迎的网站内容管理系统。全球有大约30%的网站(7亿5000个)都是使用WordPress架设网站的。WordPress 是目前因特网上最流行的博客系统。\n\n**5个令人惊叹的WordPress真相**\n\nWordPress是一个全球性的现象,自2003年第一版发布以来,在互联网上影响的规模和范围让人惊讶。\n\n1、全球有最多的电子商务网站运行在WordPress的WooCommerce插件上\n\n来自[builtwith](https://trends.builtwith.com/shop)数据统计,超过22%的所有在线商店都在WordPress的WooCommerce上运行,其次是Shopify 18%、Magento 12%。\n\n2、使用WordPress构建的网站能够在google搜索结果中获得更高排名\n\n谷歌webspam网站团队负责人Matt Cutts表示,“使用WordPress构建的网站能够在搜索结果中获得更高的排名,因为CMS可以[解决 80%-90%的Google抓取问题](https://www.mattcutts.com/blog/seo-for-bloggers/)。”这意味着WordPress对搜索引擎优化非常友好。\n\n3、一个WordPress商业主题模版的销售额已超过2900万美元\n\n在 [ThemeForest.net](https://themeforest.net/) 上最受欢迎和购买最多的WordPress主题是[Avada](http://support.websoft9.com/docs/wordpress/zh/solution-theme.html#%E4%B8%8B%E8%BD%BD%E4%B8%8E%E5%AE%89%E8%A3%85)。Avada售价60美元,已售出超过500,000份,这意味着迄今为止它的销售额已超过2900万美元。Websoft9提供[Avada主题免费下载](http://support.websoft9.com/docs/wordpress/zh/solution-theme.html#%E4%B8%8B%E8%BD%BD%E4%B8%8E%E5%AE%89%E8%A3%85)。\n\n4、全球最多的WordPress插件开发程序员,总共开发了55179个[WordPress应用插件](https://cn.wordpress.org/plugins/),WordPress官网上的插件目录目前列出55,179个插件,总下载量为1,279,101,512。\n\n所以,如果您遇到问题,或者您需要一个解决方案,有一个插件刚好能解决您的问题,是一件多么美好的事情。\n\n![WordPress.org](https://libs.websoft9.com/Websoft9/blog/zh/2021/02/cn.wordpress.org.png)\n\n5、WordPress安装时间不到5分钟\n\nWordPress极受欢迎的另一个重要原因是它可以自动执行Web发布中涉及的许多耗时的任务。考虑到WordPress太受欢迎,Websoft9 对 WordPress 进行了优化,在[Github](https://github.com/websoft9/ansible-wordpress)开源了一键快捷安装程序,并在主流公有云发布了一键使用的镜像。\n\n下面跟着 Websoft9 花5分钟用 WordPress 快速建个站吧:\n\n#### 一、 在云市场搜索使用 Websoft9 的 WordPress镜像,配置完成后,在浏览器中输入 http:// ip ,开始安装。[Azure](https://azuremarketplace.microsoft.com/en-us/marketplace/apps?search=websoft9&page=1),[AWS](https://aws.amazon.com/marketplace/search/results?x=21&y=12&searchTerms=wordpress+websoft9),[阿里云](https://market.aliyun.com/products/?keywords=wordpress%20websoft9)、[腾讯云](https://market.cloud.tencent.com/search/wordpress%20websoft9)、[华为云](https://marketplace.huaweicloud.com/search/?q=JXdvcmRwcmVzcyB3ZWJzb2Z0OSU)\n![安装WordPress](https://libs.websoft9.com/Websoft9/blog/zh/2021/02/wp-intall.png)\n> 服务器的安全组记得开80和9090端口,用http://ip:9090,可以访问Mysql的可视化工具phpMyAdmin\n#### 二、安装完成后的主页(Avada主题)\n![WordPress 主页](https://libs.websoft9.com/Websoft9/blog/zh/2021/02/wp-index.png)\n\n#### 三、安装完成后,通过http:// ip /wp-admin,登录网站后台,管理网站\n![WordPress后台](https://libs.websoft9.com/Websoft9/blog/zh/2021/02/wp-backend.png)\n\n#### 四、通过【外观】自定义网站主题与风格。WordPress用户可以安装和切换主题。主题可让用户不改变博客内容和结构的情况下更改界面和WordPress站点的功能。主题可以在WordPress的【外观】管理工具中安装,或者通过FTP上传至主题文件夹。也可以通过编辑主题中的PHP和HTML代码自定义主题。\n![WordPress主题](https://libs.websoft9.com/Websoft9/blog/zh/2021/02/wp-theme.png)\n\n![WordPress主题](https://libs.websoft9.com/Websoft9/blog/zh/2021/02/wp-theme1.png)\n\n#### 五、通过【文章】管理博文,Fusion构建器帮你模块化快速构建图文并茂的博文\n![WordPress管理博文](https://libs.websoft9.com/Websoft9/blog/zh/2021/02/wp-article.png)\n\n#### 六、通过【页面】管理网页,Fusion构建器灵活构建网页\n![WordPress管理页面](https://libs.websoft9.com/Websoft9/blog/zh/2021/02/wp-page.png)\n\n#### 七、通过【插件】管理插件,丰富的插件库极大拓展了WordPress的功能\n![WordPress管理插件](https://libs.websoft9.com/Websoft9/blog/zh/2021/02/wp-plus.png)\n\n#### 八、别人的 Wordpress 网站长这个样 \n![运动控制elmomc](https://libs.websoft9.com/Websoft9/blog/zh/2021/02/elmomc.png)\n\n客户网站 elmomc运动控制\n\n**为什么WordPress是建立网站的最佳选择?**\n\n- 免费:WordPress是完全免费开源的。随着全球越来越多的用户开始关注和使用它,WordPress自身也在不断改进。\n- 省钱:它对用户非常友好,您不必对您的网站进行一些小改动而高薪聘请网页设计师。您可以轻松管理更新自己的网站内容,无需学习HTML。实际上,如果您知道怎么使用Word等程序就可以编辑您的站点。\n- 高可扩展:它具有灵活性和可扩展性,数以万计的插件和主题,既有商业版本,也有免费版本。这使您可以轻松更改网站的整体外观。甚至只需点击几下即可添加联系表单等新功能。\n- 灵活:您拥有网站的绝对控制权,可以确保您的网站继续与您一起成长。\n\n目前,围绕 WordPress 开源软件已经构建出庞大的生态圈,周边产业也异常发达。如seo、WooCommerce、备份、支付、翻译、表单、安全等海量的商业模版、应用插件,大大扩展了 WordPress 的功能。\n\n网久软件(Websoft9)的[WordPress专题知识库](http://support.websoft9.com/docs/wordpress/zh/)整理了包含初始化安装、主题、电商、插件、SSL/Https、SMTP、Avada等主题知识和相关的最佳实践。Websoft9从服务众多WordPress的客户来看,使用WordPress大部分用来搭建企业官网、个人博客和跨境电商,用户通过Websoft9在各大公有云上,如国外的[Azure](https://azuremarketplace.microsoft.com/en-us/marketplace/apps?search=websoft9&page=1),[AWS](https://aws.amazon.com/marketplace/search/results?x=21&y=12&searchTerms=wordpress+websoft9),国内的[阿里云](https://market.aliyun.com/products/?keywords=wordpress%20websoft9)、[腾讯云](https://market.cloud.tencent.com/search/wordpress%20websoft9)、[华为云](https://marketplace.huaweicloud.com/search/?q=JXdvcmRwcmVzcyB3ZWJzb2Z0OSU)等发布的 WordPress 镜像,一键购买,可实现开机即用,方便快捷。然后可以根据[WordPress专题知识库](http://support.websoft9.com/docs/wordpress/zh/)的指导完成域名、HTTPS等配置,主题、插件的使用,快速建站。同时用户可以使用unbounce制作Landing page(落地页)进行站外引流,精准转换,实现网络营销。\n\n**WordPress 的使用指南**\n\n- [WordPress Top20常用插件](http://support.websoft9.com/docs/wordpress/zh/solution-plugin.html#%E5%AF%BB%E6%89%BE%E6%8F%92%E4%BB%B6)\n- [WordPress主题使用](http://support.websoft9.com/docs/wordpress/zh/solution-theme.html)\n- [WordPress电商WooCommerce ](http://support.websoft9.com/docs/wordpress/zh/solution-woocommerce.html#%E5%8A%9F%E8%83%BD%E6%89%A9%E5%B1%95)\n- [WordPress服务器环境配置](http://support.websoft9.com/docs/wordpress/zh/admin-runtime.html#%E6%8C%87%E5%8D%97)\n- [WordPress常见问题](http://support.websoft9.com/docs/wordpress/zh/else-faq.html)\n- [WordPress故障处理](http://support.websoft9.com/docs/wordpress/zh/else-troubleshooting.html)\n- [WordPress更新升级](http://support.websoft9.com/docs/wordpress/zh/solution-upgrade.html#%E7%B3%BB%E7%BB%9F%E7%BA%A7%E6%9B%B4%E6%96%B0)\n- [WordPress备份恢复](http://support.websoft9.com/docs/wordpress/zh/solution-backup.html)\n- [WordPress SMTP配置](http://support.websoft9.com/docs/wordpress/zh/solution-smtp.html)\n- [WordPress SSL/Https配置](http://support.websoft9.com/docs/wordpress/zh/solution-https.html)\n" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2021-02-04T08:20+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7u9V8XVIfEdhWH5iwq8K8Z", + "type": "Entry", + "createdAt": "2022-10-20T14:52:50.357Z", + "updatedAt": "2022-10-21T07:13:07.280Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2022-10-21T07:13:07.280Z", + "firstPublishedAt": "2022-10-20T17:46:48.174Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7u9V8XVIfEdhWH5iwq8K8Z" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2DJ4xzZQwmbYv6D2O23Sv5" + } + } + }, + "slug": { + "en-US": "websoft9-approved-7ips" + }, + "title": { + "en-US": "网久软件获批7项软著和1项专利", + "zh-CN": "网久软件获批7项软著和1项专利" + }, + "featureImage": { + "en-US": "http://blog.websoft9.com/content/images/2021/01/cover_websoft9.png" + }, + "content": { + "en-US": "近日,根据《计算机软件保护条例》和《计算机软件著作权登记办法》等相关文件的规定,国家版权局和国家知识产权局对网久软件包括《多云平台软件自动部署及打包系统》(登记号:2021SR0029533)等7项软件产品和一项外观专利进行了知识产权认定登记和审核批准。\n![banner](https://libs.websoft9.com/Websoft9/blog/zh/2021/01/banner_websoft9.png)\n多云平台软件自动部署及打包系统是网久软件自主研发的基于Python和Ansible技术,用于多云计算平台不同软件自动安装和部署,并自动打包成软件镜像的系统。同批获批的还有SDK工具、基于Windows和Linux的软件一键部署系统、云服务器系统运维管理平台等。上述软件我们都在[Github](https://www.github.com/websoft9)开源。\n![](https://libs.websoft9.com/Websoft9/blog/zh/2021/01/IPs_websoft9.png)\n网久软件将优秀的开源软件按不同的颗粒度进行构建成自动化部署基础块,客户可以根据不用业务需求像搭建积木一样集成基础块,快速在云上构建自己的业务场景,加速企业上云和数字化进程。\n![products](https://libs.websoft9.com/Websoft9/blog/zh/2021/01/products_websoft9.png)\n长沙软件再出发!网久软件立足岳麓科创港,深耕云计算,继续通过云计算和开源消除技术的不平等,为全球提供高效率的云端生产力工具。", + "zh-CN": "近日,根据《计算机软件保护条例》和《计算机软件著作权登记办法》等相关文件的规定,国家版权局和国家知识产权局对网久软件包括《多云平台软件自动部署及打包系统》(登记号:2021SR0029533)等7项软件产品和一项外观专利进行了知识产权认定登记和审核批准。\n![banner](https://libs.websoft9.com/Websoft9/blog/zh/2021/01/banner_websoft9.png)\n多云平台软件自动部署及打包系统是网久软件自主研发的基于Python和Ansible技术,用于多云计算平台不同软件自动安装和部署,并自动打包成软件镜像的系统。同批获批的还有SDK工具、基于Windows和Linux的软件一键部署系统、云服务器系统运维管理平台等。上述软件我们都在[Github](https://www.github.com/websoft9)开源。\n![](https://libs.websoft9.com/Websoft9/blog/zh/2021/01/IPs_websoft9.png)\n网久软件将优秀的开源软件按不同的颗粒度进行构建成自动化部署基础块,客户可以根据不用业务需求像搭建积木一样集成基础块,快速在云上构建自己的业务场景,加速企业上云和数字化进程。\n![products](https://libs.websoft9.com/Websoft9/blog/zh/2021/01/products_websoft9.png)\n长沙软件再出发!网久软件立足岳麓科创港,深耕云计算,继续通过云计算和开源消除技术的不平等,为全球提供高效率的云端生产力工具。" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2021-01-19T09:23+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "70yVNi16TRlMcqlCTgdHSn", + "type": "Entry", + "createdAt": "2022-10-20T14:54:43.887Z", + "updatedAt": "2022-10-21T07:12:39.712Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2022-10-21T07:12:39.712Z", + "firstPublishedAt": "2022-10-20T17:46:05.948Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/70yVNi16TRlMcqlCTgdHSn" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "backend-developer-roadmap" + }, + "title": { + "en-US": "后端开发怎么搞,一张图讲清楚", + "zh-CN": "后端开发怎么搞,一张图讲清楚" + }, + "content": { + "en-US": "软件的后端开发是相对于前端而言,以 Web 程序为例,在服务器端运行的程序我们大致称之为后端,而在用户的浏览器端运行的界面,大致可以称之为前端。\n\n近日,[Roadmap](https://roadmap.sh/)社区发布了后端工程师(Backend Developer)技术全貌图,下面我们一边看图一边讲解\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2021/01/backend.png)\n\n## 网络\n\nInternet 以及 HTTP 访问原理,域名,CDN加速,浏览器工作原理以及主机托管是必备的网络知识。\n\n## 前端\n\nHTML+CSS+JavaScript 虽不能熟练使用,但必须知晓其中的原理,否则根本无法与前端工程师有效的沟通,更不用说协作开发了。\n\n## 操作系统\n\n后端程序是运行在服务器的操作系统中,如果不能驾驭操作系统,那么出现问题的时候就无法形成有效的边界去寻找解决方案,更重要的时候,后端的性能与操作系统的密不可分、\n\n作为优秀的后端工程师,你需要掌握的操作系统知识包括:进程、进程通信、SSH、Shell、线程、CPU工作原理、计算机的冯诺依曼结构等硬核知识要点。\n\n## WebServer\n\nWebServer 是运行后台的中枢,包括:Apache, Nginx, Tomcat, HAProxy 等\n\n## 数据库\n\n当今开发领域,需要掌握的数据库包括:\n\n* 关系型数据库:MySQL, SQLServer, Oracle Database, PostgreSQL, MariaDB等\n* NoSQL 数据库:MongoDB, RethinkDB, CouchDB, DynamoDB等\n* 缓存数据库:Memcached, Redis等\n* 图数据库:Neo4j等\n\n## 缓存\n\n主要以CDN技术为代表\n\n## API\n\nAPI 从某种程度来说,相当于一种服务化的数据库。包括:REST, JSON, SOAP 等主流技术\n\n## 开发语言\n\n开发语言是“青菜萝卜,各有所爱”,以[Tiobe](https://www.tiobe.com/) 2021年1月发布开发语言编程指数,可见各种语言的热度:\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2021/01/tiobe-languages-202101.png)\n\n## 安全\n\n安全方面的学习要点包括:HTTPS, MD5加密等\n\n## 高级进阶\n\n以上的知识已经足够我们学习和实践好几年了,但是我们立志成为顶尖高手仍然不够。如果你从事的项目架构复杂,访问量巨大,可能还需学习如下的知识。\n\n### 搜索\n\n面向大数据时代,我们必须掌握:Elasticsearch, Solr等检索技术。\n\n### MQ\n\nRabbitMQ,Kafka 等消息队列技术,可以帮我们重复实现异步并发处理。\n\n### GraphQL\n\n面向异构数据源集成式开发中,GraphQL 可以将数据库进行统一的建模,汇总在一种数据缓存池中,大大提升开发的效率。\n\n## DevOps\n\n后端开发者专注于技术实现,仍然不能解决现实世界的困境。在实现一个项目的过程中,资源是极其有限的,人力是极其紧张的,效率的提示是永无止境的。 \n\n与此同时,项目的推进100%是协作的,一个人就能完成一个软件作品的时代已经一去不复返。\n\n在这些复杂因素制约下,后端开发者还需要掌握:\n\n### 版本与协作开发\n\n软件产品有什么周期,从开发过程到维护过程,软件具有上千个版本,持续迭代,生生不息。 \n流行的版本管理工具包括:Git, GitHub, SVN 等\n\n### 部署构建\n\nDocker, Jenkins, Github Action, Ansible 等自动化构建与部署技术\n\n## 体系思想\n\n介绍完各种技术和工具,我们再次有实践上升到理论,理论的技术底座包括:\n\n* 设计模式\n* 数据结构\n* 算法\n\n## 持续学习\n\n即使你掌握以上列举的所有技术,也并不能让您一劳永逸的处于终点,因为世界是变化的,学习是终身的。", + "zh-CN": "软件的后端开发是相对于前端而言,以 Web 程序为例,在服务器端运行的程序我们大致称之为后端,而在用户的浏览器端运行的界面,大致可以称之为前端。\n\n近日,[Roadmap](https://roadmap.sh/)社区发布了后端工程师(Backend Developer)技术全貌图,下面我们一边看图一边讲解\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2021/01/backend.png)\n\n## 网络\n\nInternet 以及 HTTP 访问原理,域名,CDN加速,浏览器工作原理以及主机托管是必备的网络知识。\n\n## 前端\n\nHTML+CSS+JavaScript 虽不能熟练使用,但必须知晓其中的原理,否则根本无法与前端工程师有效的沟通,更不用说协作开发了。\n\n## 操作系统\n\n后端程序是运行在服务器的操作系统中,如果不能驾驭操作系统,那么出现问题的时候就无法形成有效的边界去寻找解决方案,更重要的时候,后端的性能与操作系统的密不可分、\n\n作为优秀的后端工程师,你需要掌握的操作系统知识包括:进程、进程通信、SSH、Shell、线程、CPU工作原理、计算机的冯诺依曼结构等硬核知识要点。\n\n## WebServer\n\nWebServer 是运行后台的中枢,包括:Apache, Nginx, Tomcat, HAProxy 等\n\n## 数据库\n\n当今开发领域,需要掌握的数据库包括:\n\n* 关系型数据库:MySQL, SQLServer, Oracle Database, PostgreSQL, MariaDB等\n* NoSQL 数据库:MongoDB, RethinkDB, CouchDB, DynamoDB等\n* 缓存数据库:Memcached, Redis等\n* 图数据库:Neo4j等\n\n## 缓存\n\n主要以CDN技术为代表\n\n## API\n\nAPI 从某种程度来说,相当于一种服务化的数据库。包括:REST, JSON, SOAP 等主流技术\n\n## 开发语言\n\n开发语言是“青菜萝卜,各有所爱”,以[Tiobe](https://www.tiobe.com/) 2021年1月发布开发语言编程指数,可见各种语言的热度:\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2021/01/tiobe-languages-202101.png)\n\n## 安全\n\n安全方面的学习要点包括:HTTPS, MD5加密等\n\n## 高级进阶\n\n以上的知识已经足够我们学习和实践好几年了,但是我们立志成为顶尖高手仍然不够。如果你从事的项目架构复杂,访问量巨大,可能还需学习如下的知识。\n\n### 搜索\n\n面向大数据时代,我们必须掌握:Elasticsearch, Solr等检索技术。\n\n### MQ\n\nRabbitMQ,Kafka 等消息队列技术,可以帮我们重复实现异步并发处理。\n\n### GraphQL\n\n面向异构数据源集成式开发中,GraphQL 可以将数据库进行统一的建模,汇总在一种数据缓存池中,大大提升开发的效率。\n\n## DevOps\n\n后端开发者专注于技术实现,仍然不能解决现实世界的困境。在实现一个项目的过程中,资源是极其有限的,人力是极其紧张的,效率的提示是永无止境的。 \n\n与此同时,项目的推进100%是协作的,一个人就能完成一个软件作品的时代已经一去不复返。\n\n在这些复杂因素制约下,后端开发者还需要掌握:\n\n### 版本与协作开发\n\n软件产品有什么周期,从开发过程到维护过程,软件具有上千个版本,持续迭代,生生不息。 \n流行的版本管理工具包括:Git, GitHub, SVN 等\n\n### 部署构建\n\nDocker, Jenkins, Github Action, Ansible 等自动化构建与部署技术\n\n## 体系思想\n\n介绍完各种技术和工具,我们再次有实践上升到理论,理论的技术底座包括:\n\n* 设计模式\n* 数据结构\n* 算法\n\n## 持续学习\n\n即使你掌握以上列举的所有技术,也并不能让您一劳永逸的处于终点,因为世界是变化的,学习是终身的。" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2021-01-16T07:05+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1OmwkMkBsrRVfIKHJmWXvv", + "type": "Entry", + "createdAt": "2022-10-20T14:56:18.220Z", + "updatedAt": "2022-10-21T07:12:07.024Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2022-10-21T07:12:07.024Z", + "firstPublishedAt": "2022-10-20T17:45:15.176Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1OmwkMkBsrRVfIKHJmWXvv" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2DJ4xzZQwmbYv6D2O23Sv5" + } + } + }, + "slug": { + "en-US": "2021-newyear" + }, + "title": { + "en-US": "2021 让我们共赴美好", + "zh-CN": "2021 让我们共赴美好" + }, + "content": { + "en-US": "尊敬的客户、供应商和合作伙伴:\n\n值此辞旧迎新之际,网久软件全体员工向您及家人致以新年的问候及衷心的祝愿!\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2020/12/2021yearshappy-m.png)\n\n2020年,是人类历史上特殊的一年,新冠病毒肆虐全球,8100万人感染、170万人死亡。庆幸,你在,我在,我们都还活着。\n\n2021年,我们将更加珍惜这一切,珍惜每一位客户和伙伴,您是我们生存的根本。2021年,我们将更加精进,持续优化产品和服务,为您提供高效率的云端生产力工具,通过云计算和开源消除技术的不平等!\n\n拥抱开源,服务全球。2020年,网久持续在开源上投入[Websoft9 on Github](https://github.com/Websoft9),\n\n- 维护 128 个项目\n- 提交 8500 次代码\n- 编写 50 万字的产品手册\n- 服务 140 多个国家和地区的 20000+ 企业客户\n\n网久不仅提供丰富的开源镜像解决方案,同时也为明道这样的优秀的商业软件公司提供镜像发布和云市场商品服务,充分利用我们在全球云市场的分发能力,帮助任何规模的企业都可以成功地适应业务全球化和数字化。\n\n创业维艰,感恩有您!\n\n衷心祝愿:伟大的祖国繁荣昌盛,伟大的人民富裕美好。\n\n祝您在新的一年:事业稳步发展,身体健康,生活美满。\n\n让我们共赴美好。", + "zh-CN": "尊敬的客户、供应商和合作伙伴:\n\n值此辞旧迎新之际,网久软件全体员工向您及家人致以新年的问候及衷心的祝愿!\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2020/12/2021yearshappy-m.png)\n\n2020年,是人类历史上特殊的一年,新冠病毒肆虐全球,8100万人感染、170万人死亡。庆幸,你在,我在,我们都还活着。\n\n2021年,我们将更加珍惜这一切,珍惜每一位客户和伙伴,您是我们生存的根本。2021年,我们将更加精进,持续优化产品和服务,为您提供高效率的云端生产力工具,通过云计算和开源消除技术的不平等!\n\n拥抱开源,服务全球。2020年,网久持续在开源上投入[Websoft9 on Github](https://github.com/Websoft9),\n\n- 维护 128 个项目\n- 提交 8500 次代码\n- 编写 50 万字的产品手册\n- 服务 140 多个国家和地区的 20000+ 企业客户\n\n网久不仅提供丰富的开源镜像解决方案,同时也为明道这样的优秀的商业软件公司提供镜像发布和云市场商品服务,充分利用我们在全球云市场的分发能力,帮助任何规模的企业都可以成功地适应业务全球化和数字化。\n\n创业维艰,感恩有您!\n\n衷心祝愿:伟大的祖国繁荣昌盛,伟大的人民富裕美好。\n\n祝您在新的一年:事业稳步发展,身体健康,生活美满。\n\n让我们共赴美好。" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2020-12-31T07:20+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6H2nmvo9SjSUymvb89XAi6", + "type": "Entry", + "createdAt": "2022-10-20T14:57:29.594Z", + "updatedAt": "2022-10-21T07:11:40.961Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2022-10-21T07:11:40.961Z", + "firstPublishedAt": "2022-10-20T17:44:31.489Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6H2nmvo9SjSUymvb89XAi6" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2DJ4xzZQwmbYv6D2O23Sv5" + } + } + }, + "slug": { + "en-US": "2020q4-cloud-training-camp" + }, + "title": { + "en-US": "网久2020年Q4云计算实习生训练营总结会", + "zh-CN": "网久2020年Q4云计算实习生训练营总结会" + }, + "featureImage": { + "en-US": "http://blog.websoft9.com/content/images/2020/12/2020q4-camp-invite.png" + }, + "content": { + "en-US": "2020年12月23日是一个有着暖暖阳光的冬日。下午16:30,网久软件举行2020Q4 **云计算实习生训练营**总结会。本次总结会除了实习生和公司相关负责人之外,还有幸邀请到实习生所在的高校辅导员老师和岳麓山大科城人才发展公司人力专家共同参会。\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2020/12/2020q4-camp-invite.png)\n\n首先,网久公司人力资源部卢经理致辞,并对本次训练营实习内容进行了回顾。\n\n接下来,大科城人才发展公司何银华部长介绍了岳麓山大科城的人才政策,她表示作为大科城的人才服务机构,作为企业与院校的桥梁和媒人,将积极推动岳麓山周边高校学生实习、实践和就业,帮助企业选人和留人,服务园区企业发展,并进一步加强校企合作。\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2020/12/2020q4-camp005.png)\n图. 岳麓山大科城人才发展公司分享人才政策\n\n随后,三名实习生代表从岗位认知、工作成绩、改善和规划等方面分别做出总结。短短的2个多月时间,实习小伙伴有的完成了30篇文章10万+的阅读量,有的接触到了面向全球客户的不同云环境的软件运维,有的成功完成驻场软件自动化部署等,经过实践的磨练和导师制的帮带,小伙伴快速成长,打赢了职业生涯的首战。\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2020/12/2020q4-camp002.png)\n图. 实习生的精彩总结\n\n学生总结完毕后,辅导员老师进行点评。长沙理工大学朱芊芊老师、谭怀芝老师表示对学生的成长和取得的成绩表示欣慰,也感到惊讶,对网久的实习生导师制给予高度评价,同时感谢网久对学生精心培养和发出的职位邀请,并表示愿意深化校企合作,建立长远合作机制,服务好学生实习就业和企业选才用人。 \n\n最后,网久公司 CEO 谌德林代表公司对实习生这段时间的努力工作表示感谢,并真诚的邀请小伙伴毕业后加盟公司。同时,还对对实习生的职业规划提出了建议,并表示公司把云计算实习生训练营当做一项长期的事业来经营,展示了训练营项目的愿景:\n\n1. 帮助学生在实践中创造价值,践行当前就业环境下的企业社会责任,通过科技行业的国际化业务运作实践,引导学生树立“志存高远、脚踏实地”的价值观;\n2. 打通就业最后一公里,实现学生、高校和企业共赢;\n3. 通过实习生机制检验和提升公司人才培养能力,实现人才的战略储备。\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2020/12/2020q4-camp003.png)\n\n最后,公司给实习生颁发荣誉证书,对参会人员表达真诚的谢意。", + "zh-CN": "2020年12月23日是一个有着暖暖阳光的冬日。下午16:30,网久软件举行2020Q4 **云计算实习生训练营**总结会。本次总结会除了实习生和公司相关负责人之外,还有幸邀请到实习生所在的高校辅导员老师和岳麓山大科城人才发展公司人力专家共同参会。\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2020/12/2020q4-camp-invite.png)\n\n首先,网久公司人力资源部卢经理致辞,并对本次训练营实习内容进行了回顾。\n\n接下来,大科城人才发展公司何银华部长介绍了岳麓山大科城的人才政策,她表示作为大科城的人才服务机构,作为企业与院校的桥梁和媒人,将积极推动岳麓山周边高校学生实习、实践和就业,帮助企业选人和留人,服务园区企业发展,并进一步加强校企合作。\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2020/12/2020q4-camp005.png)\n图. 岳麓山大科城人才发展公司分享人才政策\n\n随后,三名实习生代表从岗位认知、工作成绩、改善和规划等方面分别做出总结。短短的2个多月时间,实习小伙伴有的完成了30篇文章10万+的阅读量,有的接触到了面向全球客户的不同云环境的软件运维,有的成功完成驻场软件自动化部署等,经过实践的磨练和导师制的帮带,小伙伴快速成长,打赢了职业生涯的首战。\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2020/12/2020q4-camp002.png)\n图. 实习生的精彩总结\n\n学生总结完毕后,辅导员老师进行点评。长沙理工大学朱芊芊老师、谭怀芝老师表示对学生的成长和取得的成绩表示欣慰,也感到惊讶,对网久的实习生导师制给予高度评价,同时感谢网久对学生精心培养和发出的职位邀请,并表示愿意深化校企合作,建立长远合作机制,服务好学生实习就业和企业选才用人。 \n\n最后,网久公司 CEO 谌德林代表公司对实习生这段时间的努力工作表示感谢,并真诚的邀请小伙伴毕业后加盟公司。同时,还对对实习生的职业规划提出了建议,并表示公司把云计算实习生训练营当做一项长期的事业来经营,展示了训练营项目的愿景:\n\n1. 帮助学生在实践中创造价值,践行当前就业环境下的企业社会责任,通过科技行业的国际化业务运作实践,引导学生树立“志存高远、脚踏实地”的价值观;\n2. 打通就业最后一公里,实现学生、高校和企业共赢;\n3. 通过实习生机制检验和提升公司人才培养能力,实现人才的战略储备。\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2020/12/2020q4-camp003.png)\n\n最后,公司给实习生颁发荣誉证书,对参会人员表达真诚的谢意。" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2020-12-24T14:20+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6ynr0k5HtuJ57RibjwzmHU", + "type": "Entry", + "createdAt": "2022-10-20T14:58:59.590Z", + "updatedAt": "2022-10-21T07:11:10.471Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2022-10-21T07:11:10.471Z", + "firstPublishedAt": "2022-10-20T17:43:39.482Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6ynr0k5HtuJ57RibjwzmHU" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2DJ4xzZQwmbYv6D2O23Sv5" + } + } + }, + "slug": { + "en-US": "hunnu-202012recruiting" + }, + "title": { + "en-US": "网久软件受邀参加湖南师大商学院毕业生双选会", + "zh-CN": "网久软件受邀参加湖南师大商学院毕业生双选会" + }, + "content": { + "en-US": "2020年12月3日下午,网久软件受邀参加湖南师范大学商学院2021届毕业生双选会。\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2020/12/hunnu-job-Websoft9.png)\n本次招聘会面向商学院商科学生,我们提供的职位包括:市场营销、海外渠道拓展、科技英语等带薪实习生岗位,为广大青年学子提供良好的实践机会。\n\n双选会现场吸引了众多的大三学生和毕业生前来咨询,同学们对招聘岗位展现出了极大的热情,短短一个小时收到简历20余份。 \n\n作为此次校园双选会唯一一家本土的全球化开源软件公司,此次招聘也受到了院校就业部门领导和老师的关注,双方就学生的实习就业和实践实训等校企合作事宜进行了初步的洽谈。\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2020/12/hunnu-jobs-websoft9.jpeg)\n\n网久软件(Websoft9)专注于开源软件的集成、自动化安装与商业级支持服务。目前,已与全球主流的云平台进行合作,服务 140 多个国家和地区的 20000+ 企业客户。\n\n在全球化和数字化浪潮中,网久软件处于全球云计算业务的前言。我们将为广大毕业生提供更多的实习和就业岗位,拓展他们的全球化事业,提升技术服务领域的专业能力。\n\n网久软件,欢迎您的加入!", + "zh-CN": "2020年12月3日下午,网久软件受邀参加湖南师范大学商学院2021届毕业生双选会。\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2020/12/hunnu-job-Websoft9.png)\n本次招聘会面向商学院商科学生,我们提供的职位包括:市场营销、海外渠道拓展、科技英语等带薪实习生岗位,为广大青年学子提供良好的实践机会。\n\n双选会现场吸引了众多的大三学生和毕业生前来咨询,同学们对招聘岗位展现出了极大的热情,短短一个小时收到简历20余份。 \n\n作为此次校园双选会唯一一家本土的全球化开源软件公司,此次招聘也受到了院校就业部门领导和老师的关注,双方就学生的实习就业和实践实训等校企合作事宜进行了初步的洽谈。\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2020/12/hunnu-jobs-websoft9.jpeg)\n\n网久软件(Websoft9)专注于开源软件的集成、自动化安装与商业级支持服务。目前,已与全球主流的云平台进行合作,服务 140 多个国家和地区的 20000+ 企业客户。\n\n在全球化和数字化浪潮中,网久软件处于全球云计算业务的前言。我们将为广大毕业生提供更多的实习和就业岗位,拓展他们的全球化事业,提升技术服务领域的专业能力。\n\n网久软件,欢迎您的加入!" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2020-12-07T10:07+08:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7peECByErIsvE0nMxZMEbl", + "type": "Entry", + "createdAt": "2022-10-20T15:00:15.723Z", + "updatedAt": "2022-10-21T07:10:42.190Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 14, + "publishedAt": "2022-10-21T07:10:42.190Z", + "firstPublishedAt": "2022-10-20T17:43:04.661Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 15, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7peECByErIsvE0nMxZMEbl" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "saas-system-stacks" + }, + "title": { + "en-US": "SaaS技术栈有多复杂?", + "zh-CN": "SaaS技术栈有多复杂?" + }, + "content": { + "en-US": "\n本文基于[Tools and Services I Use to Run My SaaS](https://jake.nyc/words/tools-and-services-i-use-to-run-my-saas/)进行修改。\n\n软件SaaS化由于需要考量架构的各个方面,所以需要的技术栈非常全面。以一个客户管理SaaS应用为例,可能涉及的技术栈包括:\n\n## 开发\n\n开发就是把系统做出来的意思。开发涉及编码、项目管理、测试等多个环境。其中为了创作一个产品,不仅仅是自己编写代码,还需要引入大量的第三方库或开发框架,帮助自己快速构建应用。在软件开发的领域,有人将它与制造业进行了一个类比,发现有异曲同工之妙。因此,软件生产,软件供应链等类比词汇开始流行。\n\n* 后端:Java, Maven等\n* 前端:JS, Vue框架,Bootstrap界面,SCSS,Webpack,Express,Babel,Hugo等\n* API:node-canvas,Java web等\n* 库:ffmpeg,popper等\n* IM:Crisp\n* 开发工具:VSCode,prettier(代码排版美化)\n* 项目管理:Trello,Kanban,禅道\n* 文档协作:语雀,Notion,Typora\n* 调试:Postman\n\n## 云设施\n\n可以选用一站式云设施提供商,如Azure,AWS,阿里云等,也可以选用各个领域的专业服务商。\n\n* 云服务器:Azure,AWS,阿里云,DigitalOcean等\n* 域名系统:Namecheap \n* 静态托管:Netlify \n* 邮件推送:Postmark,SendGrid\n* 短息推送:OneSignal\n\n## 数据存储\n\n数据库存储包括数据库、缓存和对象存储集中方式。数据库用于存储结构化的业务数据和系统配置数据,缓存用于提升应用的访问速度,对象存储用于存储非结构化数据(文档、图片和视频音频等)\n\n* 数据库:MySQL,PostgreSQL\n* 缓存:Redis\n* 文档数据库:MongoDB\n* 对象存储:minio\n* 日志数据库:InfluxDB\n\n## 运行环境\n\n* 操作系统:CentOS\n* HTTP服务器:Nginx\n* 负载均衡:HAProxy\n* 进程管理:Systemd, PM2\n* Web服务器:Tomcat\n\n## Devops工具\n\nSaaS系统需要应对快速迭代的业务,部署必须引入DevOps工具,以提升部署的效率。\n\n* 自动配置软件环境:Ansible 或 Terraform\n* 构建工具:Jenkins\n* 代码仓库:Gitlab 或 Github\n* 镜像制作工具:Packer\n\n## 日志&监控\n\n传统个的单机部署应用,监控往往投入较少,大部分时候都是被动的事件响应机制。而SaaS软件由于其多租户的特殊性,提前发现问题显得非常的重要,因此监控业务也是工作的重点之一。\n\n* 全栈工具:ELK\n* 日志分析:Grafana,Graylog\n* 采集转发:Telegraf \n* 错误跟踪:Sentry,Statuscake,Papertrail\n\n## 应用分析\n\n应用分析简称APM,是指应用程序性能管理或应用程序性能监视,是帮助优化和监视应用程序性能的必要工具。在IT基础架构领域,APM已经是非常成熟的商业市场。\n\n* 用户访问分析:百度统计,Google Analytics, Matomo\n* 应用程序性能分析:OpenAPM\n* 代码级性能分析:Stackify Retrace, New Relic, AppDynamics, and Dynatrace\n* 网络性能分析:Extrahop\n\n## 支付\n\n全方面支持企业用户的各种付款方式,包括:PayPal、信用卡、微信支付、支付宝等,也可以使用一种集成化的中间支付平台解决所有的支付方式,例如:Stripe \n\n## 设计工具\n\n* 原型设计工具:Sketch,Axure\n* 原型设计平台:墨刀、Figma\n* 图标库:Boostrap,Font Awesome,Nucleo\n\n另外,还需要一些图片压缩工具,图片格式转换工具。\n\n通过以上技术栈,我们发现大部分都是开源组件,也有少部分免费(或接近免费)的SaaS和PaaS类服务。搭建一个SaaS化应用,需要从如下几个角度开始工作:\n\n1. 结构业务,分析技术栈\n2. 迭代式开发,快速实现业务功能\n3. 科学使用各种不同的组件\n4. 组件之间的集成\n5. 引入DevOps实践\n6. 服务器运维\n7. 安全\n\nSaaS应用是一个宏观架构,对产品经理的业务能力、技术能力和哲学思考能力提出了极高的要求。如果SaaS项目的产品经理不具备宏观思维,没有全栈的开发经验,那么构造一个SaaS应用几乎是不可能完成的任务。", + "zh-CN": "本文基于[Tools and Services I Use to Run My SaaS](https://jake.nyc/words/tools-and-services-i-use-to-run-my-saas/)进行修改。\n\n软件SaaS化由于需要考量架构的各个方面,所以需要的技术栈非常全面。以一个客户管理SaaS应用为例,可能涉及的技术栈包括:\n\n## 开发\n\n开发就是把系统做出来的意思。开发涉及编码、项目管理、测试等多个环境。其中为了创作一个产品,不仅仅是自己编写代码,还需要引入大量的第三方库或开发框架,帮助自己快速构建应用。在软件开发的领域,有人将它与制造业进行了一个类比,发现有异曲同工之妙。因此,软件生产,软件供应链等类比词汇开始流行。\n\n* 后端:Java, Maven等\n* 前端:JS, Vue框架,Bootstrap界面,SCSS,Webpack,Express,Babel,Hugo等\n* API:node-canvas,Java web等\n* 库:ffmpeg,popper等\n* IM:Crisp\n* 开发工具:VSCode,prettier(代码排版美化)\n* 项目管理:Trello,Kanban,禅道\n* 文档协作:语雀,Notion,Typora\n* 调试:Postman\n\n## 云设施\n\n可以选用一站式云设施提供商,如Azure,AWS,阿里云等,也可以选用各个领域的专业服务商。\n\n* 云服务器:Azure,AWS,阿里云,DigitalOcean等\n* 域名系统:Namecheap \n* 静态托管:Netlify \n* 邮件推送:Postmark,SendGrid\n* 短息推送:OneSignal\n\n## 数据存储\n\n数据库存储包括数据库、缓存和对象存储集中方式。数据库用于存储结构化的业务数据和系统配置数据,缓存用于提升应用的访问速度,对象存储用于存储非结构化数据(文档、图片和视频音频等)\n\n* 数据库:MySQL,PostgreSQL\n* 缓存:Redis\n* 文档数据库:MongoDB\n* 对象存储:minio\n* 日志数据库:InfluxDB\n\n## 运行环境\n\n* 操作系统:CentOS\n* HTTP服务器:Nginx\n* 负载均衡:HAProxy\n* 进程管理:Systemd, PM2\n* Web服务器:Tomcat\n\n## Devops工具\n\nSaaS系统需要应对快速迭代的业务,部署必须引入DevOps工具,以提升部署的效率。\n\n* 自动配置软件环境:Ansible 或 Terraform\n* 构建工具:Jenkins\n* 代码仓库:Gitlab 或 Github\n* 镜像制作工具:Packer\n\n## 日志&监控\n\n传统个的单机部署应用,监控往往投入较少,大部分时候都是被动的事件响应机制。而SaaS软件由于其多租户的特殊性,提前发现问题显得非常的重要,因此监控业务也是工作的重点之一。\n\n* 全栈工具:ELK\n* 日志分析:Grafana,Graylog\n* 采集转发:Telegraf \n* 错误跟踪:Sentry,Statuscake,Papertrail\n\n## 应用分析\n\n应用分析简称APM,是指应用程序性能管理或应用程序性能监视,是帮助优化和监视应用程序性能的必要工具。在IT基础架构领域,APM已经是非常成熟的商业市场。\n\n* 用户访问分析:百度统计,Google Analytics, Matomo\n* 应用程序性能分析:OpenAPM\n* 代码级性能分析:Stackify Retrace, New Relic, AppDynamics, and Dynatrace\n* 网络性能分析:Extrahop\n\n## 支付\n\n全方面支持企业用户的各种付款方式,包括:PayPal、信用卡、微信支付、支付宝等,也可以使用一种集成化的中间支付平台解决所有的支付方式,例如:Stripe \n\n## 设计工具\n\n* 原型设计工具:Sketch,Axure\n* 原型设计平台:墨刀、Figma\n* 图标库:Boostrap,Font Awesome,Nucleo\n\n另外,还需要一些图片压缩工具,图片格式转换工具。\n\n通过以上技术栈,我们发现大部分都是开源组件,也有少部分免费(或接近免费)的SaaS和PaaS类服务。搭建一个SaaS化应用,需要从如下几个角度开始工作:\n\n1. 结构业务,分析技术栈\n2. 迭代式开发,快速实现业务功能\n3. 科学使用各种不同的组件\n4. 组件之间的集成\n5. 引入DevOps实践\n6. 服务器运维\n7. 安全\n\nSaaS应用是一个宏观架构,对产品经理的业务能力、技术能力和哲学思考能力提出了极高的要求。如果SaaS项目的产品经理不具备宏观思维,没有全栈的开发经验,那么构造一个SaaS应用几乎是不可能完成的任务。" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2020-11-29T03:35+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3TJ7BEEDqTfGwwjIwU45ah", + "type": "Entry", + "createdAt": "2022-10-20T15:29:08.326Z", + "updatedAt": "2022-10-21T07:10:00.868Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 13, + "publishedAt": "2022-10-21T07:10:00.868Z", + "firstPublishedAt": "2022-10-20T17:42:22.470Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 14, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3TJ7BEEDqTfGwwjIwU45ah" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "software-sc-engine" + }, + "title": { + "en-US": "[转]软件供应链:开源发展新“引擎”", + "zh-CN": "[转]软件供应链:开源发展新“引擎”" + }, + "featureImage": { + "en-US": "http://blog.websoft9.com/content/images/2021/04/softsc.jpg" + }, + "content": { + "en-US": "建设可靠的开源软件供应链,保障软件供应安全和高质量创新。\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2021/04/softsc.jpg)\n\n30多年前,理查德·马修·斯托曼(Richard Matthew Stallman)提出革奴计划,即创建一套完全自由的操作系统。这颠覆了当时软件界闭门造车的生态,一大批自由软件由此诞生。\n\n此后的岁月里,借助于开源软件,谷歌、亚马逊、Facebook、华为、BAT等互联网巨头,红帽等开源操作系统厂商,以及云计算和移动终端产业快速崛起,为世界带来深刻改变。\n\n“相较于发达国家,我国的开源基础核心技术仍然缺失,产品市场份额仍然不高,产业价值链仍然以中低端为主,生态关键环节仍存在挑战。”近日,在开源软件供应链2020峰会上,中国科学院软件研究所(以下简称软件所)所长赵琛如是说。\n\n软件所研究员武延军也认为,中国开源软件仍面临一些根本问题,集中体现在开源产业价值不高、开源社区贡献不足、开源生态受制于人。如何摆脱当前的困境?与会专家展开热烈讨论。\n\n居于“险要”之地的开源软件供应链\n\n“以操作系统为例,大型复杂系统软件的开源软件组成非常复杂,集中体现在主流操作系统包含大量开源软件包,开源软件包开发维护分布在全球各地。可以说,拥有可靠开源软件供应链是大规模商用操作系统的基础。开源操作系统构建的过程,本质上是供应链整合优化的过程。”武延军说。\n\n伴随着产业发展,现代软件已经从单体模式演进到以开源软件为代表的规模化协作模式。复杂软件往往涉及诸多开源软件。这些开源软件彼此组合、依赖,连同为各个开源软件做贡献的维护者和开发者,共同形成一个包含上万个节点的供应关系网络,即开源软件供应链。\n\n开源软件供应链涉及所有开源软件上游社区、源码包、二进制包、包管理器、存储仓库以及开发者和维护者、社区、基金会等。已有研究表明,软件的安全性和可靠性与其复杂性息息相关,比如代码合并过程中,软件供应链面临遭受攻击的威胁;随着版本演化,由于缺少对软件供应链的优化和甄选,操作系统的性能反而下降。\n\n为了让大家形象理解供应链的重要性,赵琛分享了一个故事。他介绍,某品牌的一款车型出现问题,技术人员拆开装置寻找原因,一直追溯到德国南部山区的一家四级供应商,原来是一个铅笔头大小、价值25美分的部件出了问题。而这个部件却对价值5万美元的汽车质量造成了隐患,进而可能影响到千亿美元的汽车市场。“这是传统供应链的一个生动案例。而对于大型复杂系统软件来说,其供应链体系更为复杂、影响更大。”赵琛说。\n\n与传统供应链不同,开源软件供应链具有产品迭代快、模块数量多、生产线上化、供应全球化、仓储集中化、用户多样化等特点,这也让开源软件供应链暴露在更多风险之下。\n\n武延军表示,开源软件供应链面临安全性风险,不法分子可以利用供应链中已有的漏洞进行组合攻击,或向供应链的上游注入恶意程序;知识产权风险,软件发布及使用过程中违反开源协议;维护性风险,因供应链条中的节点缺乏维护所致。\n\n将供应链风险管理引入开源\n\n尽管软件开源让产业界面临很多棘手的问题,但武延军“坚信最好的软件是开源、开放的软件”。他举例说,Red Hat始于开源社区,其拥有数以千计的庞大技术贡献者群体,确保成品经过反复检验,能够长久安全使用。\n\n“开源的优势不言而喻,不能因噎废食。将供应链风险管理概念引入软件产业,提出攻击和安全风险评估方法,系统分析开源软件所面临的挑战尤为必要。”武延军说。\n\n去年开始,Linux基金会、Sonatype、Synopsys等组织机构,也提出了开源软件供应链的概念,并提出衡量指标、代码审计要素等,软件供应链正在成为开源发展的新“引擎”。\n\n“如果退回到十几年前,可能我国并没有讨论这一问题的基础,当时我国对国际开源的贡献还很少,最近这种情况有了极大改善。”赵琛直言不讳。\n\n据GitHub统计,2020年中国源代码贡献量已达到世界第二;在最新的Linux内核5.8稳定版本中,华为技术有限公司的代码贡献量世界排名第二;BAT等互联网巨头都相继推出各自的重量级开源软件。我国建立了openEuler这样的大型开源操作系统社区,以及开放原子开源基金会等开源基金会组织。“开源软件在中国的发展态势已经发生了根本变化。”赵琛说。\n\n他表示,在这种情况下,有必要更加深刻理解开源软件的生产方式、组织体系和运转机制,针对产业对开源软件的重度需求,理清开源软件的关键技术和关键环节,建设可靠的开源软件供应链,保障软件供应安全和高质量创新。\n\n武延军认为,应从供应链角度探索开源产业的价值要素和核心竞争力,评估开源社区的需求和认可度,把握开源生态的关键环节。具体来说,就是要构建开源软件知识图谱,建立供应链可靠性风险识别与评估体系,量化评价指标,同时通过对攻击链路进行知识建模,有效检测供应链中存在的攻击链路。\n\n目前,武延军团队通过追踪软件之间的关联依赖关系、更新迭代等,不断扩充并完善知识图谱,为开源软件提供持续的数据输入。截至目前,已提取将近9万个软件包实体和超过6万个软件实体之间的关联关系。\n\n多样需求孕育多种需要\n\n除了风险防控、安全保障、效率提升,企业对开源提出更多实际需要。华为技术有限公司的工作人员提出了他们的困惑,“市面上的开源项目越来越多,如何选择最契合企业需要的,如何预判开源软件下一个版本是否依然适合使用是企业面临的难题。”\n\n为此,武延军团队提出开源软件供应链演化定制模型的想法,让企业能够找到更适合自己的开源项目。\n\n2019年《经济学人》杂志曾预测,“开源软件是过去10年来智能手机大发展的先决条件,而像RISC—V这样的开源硬件也许会在未来10年让其他设备实现类似扩张。”\n\n2018年8月底,中国科学院大学在国内首次以流片为目标,指导首批5位本科生完成了一款64位RISC—V处理器SoC芯片设计,于12月完成第一次投片,芯片返回后可成功运行Linux操作系统。这款芯片就是“果壳”。目前,“果壳”在GitHub开源,拥有近百位来自世界各地的使用者。软件所也将openEuler操作系统移植到“果壳”上,并建立“果壳”分支。“这实现了工业级操作系统在教学芯片上的成功应用。”中国科学院计算技术研究所研究员包云岗表示。\n\n多种需要也凸显开源的人才缺口。2020年,软件所在中国科学院战略先导专项支持下, 发起了“开源软件供应链点亮计划”,希望通过建设可靠开源软件供应链,精准培养软件领域急需人才和高端人才。赵琛表示,后续也希望继续联合相关高校、企业和开源社区,通过开源协作的方式,共同建设特色化的示范性软件学院,培养满足产业需求的软件人才。\n\n来源:《中国科学报》 第三期 2020 年 11 月 19 日 星期四 记者 卜叶", + "zh-CN": "建设可靠的开源软件供应链,保障软件供应安全和高质量创新。\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2021/04/softsc.jpg)\n\n30多年前,理查德·马修·斯托曼(Richard Matthew Stallman)提出革奴计划,即创建一套完全自由的操作系统。这颠覆了当时软件界闭门造车的生态,一大批自由软件由此诞生。\n\n此后的岁月里,借助于开源软件,谷歌、亚马逊、Facebook、华为、BAT等互联网巨头,红帽等开源操作系统厂商,以及云计算和移动终端产业快速崛起,为世界带来深刻改变。\n\n“相较于发达国家,我国的开源基础核心技术仍然缺失,产品市场份额仍然不高,产业价值链仍然以中低端为主,生态关键环节仍存在挑战。”近日,在开源软件供应链2020峰会上,中国科学院软件研究所(以下简称软件所)所长赵琛如是说。\n\n软件所研究员武延军也认为,中国开源软件仍面临一些根本问题,集中体现在开源产业价值不高、开源社区贡献不足、开源生态受制于人。如何摆脱当前的困境?与会专家展开热烈讨论。\n\n居于“险要”之地的开源软件供应链\n\n“以操作系统为例,大型复杂系统软件的开源软件组成非常复杂,集中体现在主流操作系统包含大量开源软件包,开源软件包开发维护分布在全球各地。可以说,拥有可靠开源软件供应链是大规模商用操作系统的基础。开源操作系统构建的过程,本质上是供应链整合优化的过程。”武延军说。\n\n伴随着产业发展,现代软件已经从单体模式演进到以开源软件为代表的规模化协作模式。复杂软件往往涉及诸多开源软件。这些开源软件彼此组合、依赖,连同为各个开源软件做贡献的维护者和开发者,共同形成一个包含上万个节点的供应关系网络,即开源软件供应链。\n\n开源软件供应链涉及所有开源软件上游社区、源码包、二进制包、包管理器、存储仓库以及开发者和维护者、社区、基金会等。已有研究表明,软件的安全性和可靠性与其复杂性息息相关,比如代码合并过程中,软件供应链面临遭受攻击的威胁;随着版本演化,由于缺少对软件供应链的优化和甄选,操作系统的性能反而下降。\n\n为了让大家形象理解供应链的重要性,赵琛分享了一个故事。他介绍,某品牌的一款车型出现问题,技术人员拆开装置寻找原因,一直追溯到德国南部山区的一家四级供应商,原来是一个铅笔头大小、价值25美分的部件出了问题。而这个部件却对价值5万美元的汽车质量造成了隐患,进而可能影响到千亿美元的汽车市场。“这是传统供应链的一个生动案例。而对于大型复杂系统软件来说,其供应链体系更为复杂、影响更大。”赵琛说。\n\n与传统供应链不同,开源软件供应链具有产品迭代快、模块数量多、生产线上化、供应全球化、仓储集中化、用户多样化等特点,这也让开源软件供应链暴露在更多风险之下。\n\n武延军表示,开源软件供应链面临安全性风险,不法分子可以利用供应链中已有的漏洞进行组合攻击,或向供应链的上游注入恶意程序;知识产权风险,软件发布及使用过程中违反开源协议;维护性风险,因供应链条中的节点缺乏维护所致。\n\n将供应链风险管理引入开源\n\n尽管软件开源让产业界面临很多棘手的问题,但武延军“坚信最好的软件是开源、开放的软件”。他举例说,Red Hat始于开源社区,其拥有数以千计的庞大技术贡献者群体,确保成品经过反复检验,能够长久安全使用。\n\n“开源的优势不言而喻,不能因噎废食。将供应链风险管理概念引入软件产业,提出攻击和安全风险评估方法,系统分析开源软件所面临的挑战尤为必要。”武延军说。\n\n去年开始,Linux基金会、Sonatype、Synopsys等组织机构,也提出了开源软件供应链的概念,并提出衡量指标、代码审计要素等,软件供应链正在成为开源发展的新“引擎”。\n\n“如果退回到十几年前,可能我国并没有讨论这一问题的基础,当时我国对国际开源的贡献还很少,最近这种情况有了极大改善。”赵琛直言不讳。\n\n据GitHub统计,2020年中国源代码贡献量已达到世界第二;在最新的Linux内核5.8稳定版本中,华为技术有限公司的代码贡献量世界排名第二;BAT等互联网巨头都相继推出各自的重量级开源软件。我国建立了openEuler这样的大型开源操作系统社区,以及开放原子开源基金会等开源基金会组织。“开源软件在中国的发展态势已经发生了根本变化。”赵琛说。\n\n他表示,在这种情况下,有必要更加深刻理解开源软件的生产方式、组织体系和运转机制,针对产业对开源软件的重度需求,理清开源软件的关键技术和关键环节,建设可靠的开源软件供应链,保障软件供应安全和高质量创新。\n\n武延军认为,应从供应链角度探索开源产业的价值要素和核心竞争力,评估开源社区的需求和认可度,把握开源生态的关键环节。具体来说,就是要构建开源软件知识图谱,建立供应链可靠性风险识别与评估体系,量化评价指标,同时通过对攻击链路进行知识建模,有效检测供应链中存在的攻击链路。\n\n目前,武延军团队通过追踪软件之间的关联依赖关系、更新迭代等,不断扩充并完善知识图谱,为开源软件提供持续的数据输入。截至目前,已提取将近9万个软件包实体和超过6万个软件实体之间的关联关系。\n\n多样需求孕育多种需要\n\n除了风险防控、安全保障、效率提升,企业对开源提出更多实际需要。华为技术有限公司的工作人员提出了他们的困惑,“市面上的开源项目越来越多,如何选择最契合企业需要的,如何预判开源软件下一个版本是否依然适合使用是企业面临的难题。”\n\n为此,武延军团队提出开源软件供应链演化定制模型的想法,让企业能够找到更适合自己的开源项目。\n\n2019年《经济学人》杂志曾预测,“开源软件是过去10年来智能手机大发展的先决条件,而像RISC—V这样的开源硬件也许会在未来10年让其他设备实现类似扩张。”\n\n2018年8月底,中国科学院大学在国内首次以流片为目标,指导首批5位本科生完成了一款64位RISC—V处理器SoC芯片设计,于12月完成第一次投片,芯片返回后可成功运行Linux操作系统。这款芯片就是“果壳”。目前,“果壳”在GitHub开源,拥有近百位来自世界各地的使用者。软件所也将openEuler操作系统移植到“果壳”上,并建立“果壳”分支。“这实现了工业级操作系统在教学芯片上的成功应用。”中国科学院计算技术研究所研究员包云岗表示。\n\n多种需要也凸显开源的人才缺口。2020年,软件所在中国科学院战略先导专项支持下, 发起了“开源软件供应链点亮计划”,希望通过建设可靠开源软件供应链,精准培养软件领域急需人才和高端人才。赵琛表示,后续也希望继续联合相关高校、企业和开源社区,通过开源协作的方式,共同建设特色化的示范性软件学院,培养满足产业需求的软件人才。\n\n来源:《中国科学报》 第三期 2020 年 11 月 19 日 星期四 记者 卜叶" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2020-11-19T23:12+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3bmxyAeNQwcmZOUa0cnOss", + "type": "Entry", + "createdAt": "2022-10-20T15:31:06.809Z", + "updatedAt": "2022-10-21T08:32:41.594Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 18, + "publishedAt": "2022-10-21T08:32:41.594Z", + "firstPublishedAt": "2022-10-20T17:41:44.567Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 3, + "version": 19, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3bmxyAeNQwcmZOUa0cnOss" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2DJ4xzZQwmbYv6D2O23Sv5" + } + } + }, + "slug": { + "en-US": "hellokid-helloworld-001" + }, + "title": { + "en-US": "网久软件乡村少儿编程教育公益行第1站--大界小学", + "zh-CN": "网久软件乡村少儿编程教育公益行第1站--大界小学" + }, + "featureImage": { + "en-US": "http://blog.websoft9.com/content/images/2020/11/hellokidhelloworld001-banner.png" + }, + "content": { + "en-US": "![网久软件公益行第一站](https://libs.websoft9.com/Websoft9/blog/zh/2020/11/hellokidhelloworld001-banner.png)\n\n2020年11月13日,毕业于湖南师范大学并且在IT教育行业耕耘长达16年的网久软件周建军副总经理带领2名同事驱车1个小时行驶50公里来到学校,开启乡村少儿编程教育公益行的第1站。\n\n![网久软件公益行第一站](https://libs.websoft9.com/Websoft9/blog/zh/2020/11/hellokidhelloworld001-01.jpg)\n\n大界小学位于长沙宁乡市东南部道林镇大界村,是一所村级完全小学,共有学生60余名,大部分是农村留守儿童。\n\n此次公益教育时长90分钟,面向3-6年级学生讲授网络安全和少儿编程知识。\n![网久软件公益行第一站](https://libs.websoft9.com/Websoft9/blog/zh/2020/11/hellokidhelloworld001-02.jpg)\n\n时值中午,为了提高教学效果,网络安全采取有奖竞答互动方式开展,编程部分采取案例演示和实践PK开展。整整90分钟,课堂气氛活跃,生动有趣,同学们热情高涨,积极参与。\n![网久软件公益行第一站](https://libs.websoft9.com/Websoft9/blog/zh/2020/11/hellokidhelloworld001-03.jpg)\n\n最后的分享环节,同学们纷纷走上讲台,分享自己的收获,如上网时要保护好自己的信息,不做违法事情,scratch编程像搭建积木一样有趣,希望老师要多来......孩子们天真的笑脸和渴望的眼神是我们网久人今天最大的幸福。\n![网久软件公益行第一站](https://libs.websoft9.com/Websoft9/blog/zh/2020/11/hellokidhelloworld001-04.jpg)\n\n此次公益活动得到了学校师生一致好评,纷纷点赞。网久公益走出了坚实的第一步,也将一如既往的利用自身在云计算领域的积累继续投入到乡村少儿编程教育公益中去,积极践行网久的社会责任。\n\n**乡村少儿编程教育公益行**是网久软件公司于2020年11月10日正式成立的企业内部公益专题组织,当今世界,编程教育已经是发达国家教育的新制高点,信息技术奥赛在中国早已选拔人才的一种手段。在大城市,各种教育资源和资本争相涌入这个领域,但是在乡村中,编程对于少儿来说却是一种新鲜事物,他们根本没有条件和机会接触编程。在这种强烈的对比下,驱动了网久人的使命感,从而诞生了我们的乡村少儿编程教育公益行活动。网久软件企业文化中倡导“无论贫富,兼济天下”的胸怀格局,故无论我们商业上是否成功,都不会停止我们公益行的步伐。\n\n期望有更多的企业或同仁与我们一起,把乡村少儿编程教育公益行活动办得更好!", + "zh-CN": "![网久软件公益行第一站](https://libs.websoft9.com/Websoft9/blog/zh/2020/11/hellokidhelloworld001-banner.png)\n\n2020年11月13日,毕业于湖南师范大学并且在IT教育行业耕耘长达16年的网久软件周建军副总经理带领2名同事驱车1个小时行驶50公里来到学校,开启乡村少儿编程教育公益行的第1站。\n\n![网久软件公益行第一站](https://libs.websoft9.com/Websoft9/blog/zh/2020/11/hellokidhelloworld001-01.jpg)\n\n大界小学位于长沙宁乡市东南部道林镇大界村,是一所村级完全小学,共有学生60余名,大部分是农村留守儿童。\n\n此次公益教育时长90分钟,面向3-6年级学生讲授网络安全和少儿编程知识。\n![网久软件公益行第一站](https://libs.websoft9.com/Websoft9/blog/zh/2020/11/hellokidhelloworld001-02.jpg)\n\n时值中午,为了提高教学效果,网络安全采取有奖竞答互动方式开展,编程部分采取案例演示和实践PK开展。整整90分钟,课堂气氛活跃,生动有趣,同学们热情高涨,积极参与。\n![网久软件公益行第一站](https://libs.websoft9.com/Websoft9/blog/zh/2020/11/hellokidhelloworld001-03.jpg)\n\n最后的分享环节,同学们纷纷走上讲台,分享自己的收获,如上网时要保护好自己的信息,不做违法事情,scratch编程像搭建积木一样有趣,希望老师要多来......孩子们天真的笑脸和渴望的眼神是我们网久人今天最大的幸福。\n![网久软件公益行第一站](https://libs.websoft9.com/Websoft9/blog/zh/2020/11/hellokidhelloworld001-04.jpg)\n\n此次公益活动得到了学校师生一致好评,纷纷点赞。网久公益走出了坚实的第一步,也将一如既往的利用自身在云计算领域的积累继续投入到乡村少儿编程教育公益中去,积极践行网久的社会责任。\n\n**乡村少儿编程教育公益行**是网久软件公司于2020年11月10日正式成立的企业内部公益专题组织,当今世界,编程教育已经是发达国家教育的新制高点,信息技术奥赛在中国早已选拔人才的一种手段。在大城市,各种教育资源和资本争相涌入这个领域,但是在乡村中,编程对于少儿来说却是一种新鲜事物,他们根本没有条件和机会接触编程。在这种强烈的对比下,驱动了网久人的使命感,从而诞生了我们的乡村少儿编程教育公益行活动。网久软件企业文化中倡导“无论贫富,兼济天下”的胸怀格局,故无论我们商业上是否成功,都不会停止我们公益行的步伐。\n\n期望有更多的企业或同仁与我们一起,把乡村少儿编程教育公益行活动办得更好!" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2020-11-13T17:20+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "YkK3J2jFArzoCvTRpV444", + "type": "Entry", + "createdAt": "2022-10-20T15:32:56.499Z", + "updatedAt": "2022-10-21T07:08:56.959Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2022-10-21T07:08:56.959Z", + "firstPublishedAt": "2022-10-20T17:41:08.491Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/YkK3J2jFArzoCvTRpV444" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2DJ4xzZQwmbYv6D2O23Sv5" + } + } + }, + "slug": { + "en-US": "1111-buy-20-off-all-in-websoft9" + }, + "title": { + "en-US": "软件8折,多快好省!上云选网久", + "zh-CN": "软件8折,多快好省!上云选网久" + }, + "content": { + "en-US": "![1111-websoft9-1](https://libs.websoft9.com/Websoft9/blog/zh/2020/11/1111-websoft9.png)\n## 先上福利\n一键领取无门槛8折券:[https://market.aliyun.com/coupon?tid=100013650176](https://market.aliyun.com/coupon?tid=100013650176)\n## 立即用券\n确定下单时,选择优惠券立刻使用\n![image](https://libs.websoft9.com/Websoft9/blog/zh/2020/11/youhuiquan-shiyong-websoft9.png)\n## 店铺直达\n[https://shop658hlt17.market.aliyun.com/](https://shop658hlt17.market.aliyun.com/)\n## 极速服务\n[http://support.websoft9.com/zh/](http://support.websoft9.com/zh/)\n## 联系我们\n电话:0731-89572759 / QQ群:128631425\n网址:https://www.websoft9.com\n\n云原生构建全球云商业\n关注我 read more\n![qrcode_for_gh_82186f703778_258](https://libs.websoft9.com/Websoft9/blog/zh/2020/11/qrcode_for_websoft9.jpg)", + "zh-CN": "![1111-websoft9-1](https://libs.websoft9.com/Websoft9/blog/zh/2020/11/1111-websoft9.png)\n## 先上福利\n一键领取无门槛8折券:[https://market.aliyun.com/coupon?tid=100013650176](https://market.aliyun.com/coupon?tid=100013650176)\n## 立即用券\n确定下单时,选择优惠券立刻使用\n![image](https://libs.websoft9.com/Websoft9/blog/zh/2020/11/youhuiquan-shiyong-websoft9.png)\n## 店铺直达\n[https://shop658hlt17.market.aliyun.com/](https://shop658hlt17.market.aliyun.com/)\n## 极速服务\n[http://support.websoft9.com/zh/](http://support.websoft9.com/zh/)\n## 联系我们\n电话:0731-89572759 / QQ群:128631425\n网址:https://www.websoft9.com\n\n云原生构建全球云商业\n关注我 read more\n![qrcode_for_gh_82186f703778_258](https://libs.websoft9.com/Websoft9/blog/zh/2020/11/qrcode_for_websoft9.jpg)" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2020-11-05T14:19+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2VpbdXRihT96uqfoEbbw1H", + "type": "Entry", + "createdAt": "2022-10-20T15:34:23.301Z", + "updatedAt": "2022-10-21T07:07:47.844Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 13, + "publishedAt": "2022-10-21T07:07:47.844Z", + "firstPublishedAt": "2022-10-20T17:40:29.320Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 14, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2VpbdXRihT96uqfoEbbw1H" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2DJ4xzZQwmbYv6D2O23Sv5" + } + } + }, + "slug": { + "en-US": "cs-csdn-1024-2020" + }, + "title": { + "en-US": "长沙.1024 程序员节,网久开源本土亮相", + "zh-CN": "长沙.1024 程序员节,网久开源本土亮相" + }, + "content": { + "en-US": "10月23-25日,“长沙·中国1024程序员节”在长沙盛大举办。大会以硬核技术和开源文化为主题,囊括岳麓尖峰对话、2020开源技术英雄大会、20+场热门技术分论坛/峰会,以及“引才入湘”活动、创意互动科技嘉年华、炫酷潮玩展区、星光熠熠的开源英雄晚宴等,研讨议题包括开源技术及生态建设、操作系统及硬件创新、开源社区及商业化发展、金融科技、人工智能、区块链和视频云等。大会吸引到上千名开发者现场参加,上百家企业参展,500万+程序员线上线下关注互动。\n\n网久软件作为湖南本地成长起来的一家面向全球提供云原生应用的开源软件企业,有幸被邀请参与本次盛会。\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2020/10/cs1024-002-websoft9.png)\n\n本次会议我们提出的“**云原生构造全球云商业**”引起了用户浓厚的兴趣。\n\n云原生即基于云计算上的应用系统,也就是说在云上无需复杂的安装,即可“拿来就用”,大大简化了软件的交互和运营。\n\n全球云商业,是云时代广大具有面向全球运作能力的企业所必须打造的一套在线商业体系(业务流程),从品牌展示、内容营销、产品交易以及用户运营,如何通过最有效的工具,实现业务运作的一致性,大数据的统一性,我们给出了对应的解决方案。\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2020/10/cs1024-003-websoft9.JPG)\n\n“开源”是本次会议的一个热门话题,举办方为开源策划了多种交流形式。\n\n在“2020开源技术英雄会”专场中,CSDN 创始人蒋涛,华为消费者业务软件部总裁王成录,美国卡耐基梅隆大学计算机学院院长 Martial Hebert,指令集创始人兼 CEO 潘爱民,中科创达首席技术官邹鹏程,中国开源云联盟副秘书长(COSCL)杨丽蕴等诸多大咖齐聚,重点围绕操作系统开源标准、生态、人才发展等主题分享,展开思想交锋,共议开源未来。 \n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2020/10/cs1024-001-websoft9.JPG)\n\n与此同时,来自阿里、百度、滴滴等企业的开源负责人(首席开源官)就如何在中国培养开源项目,打造开源开放的技术文化,进行了深入的交流。\n\n网久软件与行业伙伴深度探讨开源生态的建设与发展,向外界展现我们基于开源、深耕开源和拥抱开源的全方面开放战略,包括:\n\n* 将目前全部在 Github 上开源的产品,同步到码云(国内的开源仓库)中,让更多的国内企业获益;\n* 进一步提供全球化知识与技术支持能力,帮助更多的企业客户节省技术成本;\n* 丰富云原生的交付模式,实现虚拟机镜像、容器镜像和SaaS应用全面的云原生交付一体化\n\n同时,我们在开源社区建设、软件人才培养、开源项目商业化变现等领域,与 CSDN 相关部门负责人充分交流意见,达成一定共识。双方表示网久软件的 Cloud Installer 技术和全球分发能力在CSDN生态中有一定的互补优势,期望将来有更深远的合作。\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2020/10/cs1024-005-websoft9.JPG)\n\n**关于我们**:网久软件专注于开源软件的集成、自动化安装与商业级支持服务。目前,我们已与全球主流的云平台(Azure,AWS,阿里云、腾讯云、华为云、百度云等)进行合作,服务 140 多个国家和地区的 20000+ 企业客户。\n", + "zh-CN": "10月23-25日,“长沙·中国1024程序员节”在长沙盛大举办。大会以硬核技术和开源文化为主题,囊括岳麓尖峰对话、2020开源技术英雄大会、20+场热门技术分论坛/峰会,以及“引才入湘”活动、创意互动科技嘉年华、炫酷潮玩展区、星光熠熠的开源英雄晚宴等,研讨议题包括开源技术及生态建设、操作系统及硬件创新、开源社区及商业化发展、金融科技、人工智能、区块链和视频云等。大会吸引到上千名开发者现场参加,上百家企业参展,500万+程序员线上线下关注互动。\n\n网久软件作为湖南本地成长起来的一家面向全球提供云原生应用的开源软件企业,有幸被邀请参与本次盛会。\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2020/10/cs1024-002-websoft9.png)\n\n本次会议我们提出的“**云原生构造全球云商业**”引起了用户浓厚的兴趣。\n\n云原生即基于云计算上的应用系统,也就是说在云上无需复杂的安装,即可“拿来就用”,大大简化了软件的交互和运营。\n\n全球云商业,是云时代广大具有面向全球运作能力的企业所必须打造的一套在线商业体系(业务流程),从品牌展示、内容营销、产品交易以及用户运营,如何通过最有效的工具,实现业务运作的一致性,大数据的统一性,我们给出了对应的解决方案。\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2020/10/cs1024-003-websoft9.JPG)\n\n“开源”是本次会议的一个热门话题,举办方为开源策划了多种交流形式。\n\n在“2020开源技术英雄会”专场中,CSDN 创始人蒋涛,华为消费者业务软件部总裁王成录,美国卡耐基梅隆大学计算机学院院长 Martial Hebert,指令集创始人兼 CEO 潘爱民,中科创达首席技术官邹鹏程,中国开源云联盟副秘书长(COSCL)杨丽蕴等诸多大咖齐聚,重点围绕操作系统开源标准、生态、人才发展等主题分享,展开思想交锋,共议开源未来。 \n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2020/10/cs1024-001-websoft9.JPG)\n\n与此同时,来自阿里、百度、滴滴等企业的开源负责人(首席开源官)就如何在中国培养开源项目,打造开源开放的技术文化,进行了深入的交流。\n\n网久软件与行业伙伴深度探讨开源生态的建设与发展,向外界展现我们基于开源、深耕开源和拥抱开源的全方面开放战略,包括:\n\n* 将目前全部在 Github 上开源的产品,同步到码云(国内的开源仓库)中,让更多的国内企业获益;\n* 进一步提供全球化知识与技术支持能力,帮助更多的企业客户节省技术成本;\n* 丰富云原生的交付模式,实现虚拟机镜像、容器镜像和SaaS应用全面的云原生交付一体化\n\n同时,我们在开源社区建设、软件人才培养、开源项目商业化变现等领域,与 CSDN 相关部门负责人充分交流意见,达成一定共识。双方表示网久软件的 Cloud Installer 技术和全球分发能力在CSDN生态中有一定的互补优势,期望将来有更深远的合作。\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2020/10/cs1024-005-websoft9.JPG)\n\n**关于我们**:网久软件专注于开源软件的集成、自动化安装与商业级支持服务。目前,我们已与全球主流的云平台(Azure,AWS,阿里云、腾讯云、华为云、百度云等)进行合作,服务 140 多个国家和地区的 20000+ 企业客户。\n" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2020-10-28T05:37+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "9bOUoDSYn8prhADiDpHBl", + "type": "Entry", + "createdAt": "2022-10-20T15:35:58.667Z", + "updatedAt": "2022-10-21T07:33:55.858Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2022-10-21T07:33:55.858Z", + "firstPublishedAt": "2022-10-20T17:39:55.621Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/9bOUoDSYn8prhADiDpHBl" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "ji-qun-fen-bu-shi-he-wei-fu-wu" + }, + "title": { + "en-US": "集群、分布式和微服务", + "zh-CN": "集群、分布式和微服务" + }, + "content": { + "en-US": "# 如何选应用架构 #\n\n最近微服务架构非常流行,10个人的小公司做个项目也要求把微服务架构做为硬性条件,网站日访问量不到1000的web应用也要求用微服务架构,那么到底使用微服务架构好不好,我来通俗\n的讲一下。要弄清楚这个问题,需要理解下面几个流行语。\n\n## 集群 ##\n\n通俗解释一下集群:为了建设一栋房子,需要砌砖,一个人砌砖太慢,需要10个人砖瓦工人同事去砌,这样就大大提高了效率,我们说这10个人就组成了一个集群。集群是所有人都是干同 \n一件事,大家一起干,每个人相互之间不依赖。放到我们的软件生产环境,集群就是通过堆积服务器硬件来做同一个工作来提高效率。\n\n## 分布式 ##\n\n分布式,顾名思义,就是有个分工的概念。还是用砌砖的例子来说,我们砌砖,需要先把搬运砖头,放到墙边,需要水泥砂浆,然后才能开始砌砖的工作。如果和水泥砂浆,搬砖,砌墙都 \n给同一个人做,即使是10个人,可能效率也不高,这个时候分布式就上场了。我们可以安排2个人专门和水泥砂浆,2个人搬砖运到墙下,6个人只管砌砖。这种情况下,虽然人员没有增多,\n但是效率肯定会提高。那可以这么理解,集群不一定是分布式,但分布式肯定是集群,它需要多个服务器来协同工作。那这个时候,还会有一个问题,如果水泥砂浆没有了,那砌砖工人需 \n要通知和水泥砂浆暂停,赶紧把弄好的水泥砂浆运到墙边。现实中可以用嘴喊,可以手机打电话,服务器这个时候怎么通知,这就涉及到rpc(remote process communication),这个我们\n简单提一下,下次可以单独深入讨论。\n\n## 微服务 ##\n\n微服务是一种架构,原理和分布式很像,它的拆分粒度很细,细到每个人仅做一件不可分解的事情,而这些细微的事情不一定每个都放在不同服务器上,一个服务器上可以放很多微服务如A服务,B服务,C服务,另外一台服务器放B服务,C服务,D服务。值得注意的是,所有服务都需要通知一个叫注册中心的地方,可以理解这个为工程项目经理,他来统一协调管理。 \n\n## 总结 ##\n\n如果你的业务很简单,访问量也很少,那所有应用放一台服务器也可以流畅的运行,这个时候连集群都不需要用。如果你的访问量很少,但是业务很复杂,打个比方,以电商下单为例,下 \n单的过程,需要提交订单,支付,同事需要核查仓库是否有库存,然后再把地址发给第三方物流下单,如果这些事情放一起做,需要30秒。用户需要等待30秒才能看见自己是否购买成功了 \n,这样体验非常不好,即使你的平台一天只成交100单, 访问量很小,用户体验还是不好,这个时候你可以用分布式来解决这个问题,把支付,查库存,通知第三方物流等拆分成5个或者更\n多的工作。这样,用户体验大大提高,几秒就可以完成一次购物。如果你的访问量很大,每个流程步骤很复杂,那这个时候,你可以将步骤分布式,再多分配几个服务器集群,这个时候用 \n微服务架构就更合适了。根据之前运营app的经验,日访问量几百万,每个交互都是2秒以内的应用,只要带宽足够,将web和数据库分离加上一个redis缓存,2台主流服务器就足够了。 ", + "zh-CN": "# 如何选应用架构 #\n\n最近微服务架构非常流行,10个人的小公司做个项目也要求把微服务架构做为硬性条件,网站日访问量不到1000的web应用也要求用微服务架构,那么到底使用微服务架构好不好,我来通俗\n的讲一下。要弄清楚这个问题,需要理解下面几个流行语。\n\n## 集群 ##\n\n通俗解释一下集群:为了建设一栋房子,需要砌砖,一个人砌砖太慢,需要10个人砖瓦工人同事去砌,这样就大大提高了效率,我们说这10个人就组成了一个集群。集群是所有人都是干同 \n一件事,大家一起干,每个人相互之间不依赖。放到我们的软件生产环境,集群就是通过堆积服务器硬件来做同一个工作来提高效率。\n\n## 分布式 ##\n\n分布式,顾名思义,就是有个分工的概念。还是用砌砖的例子来说,我们砌砖,需要先把搬运砖头,放到墙边,需要水泥砂浆,然后才能开始砌砖的工作。如果和水泥砂浆,搬砖,砌墙都 \n给同一个人做,即使是10个人,可能效率也不高,这个时候分布式就上场了。我们可以安排2个人专门和水泥砂浆,2个人搬砖运到墙下,6个人只管砌砖。这种情况下,虽然人员没有增多,\n但是效率肯定会提高。那可以这么理解,集群不一定是分布式,但分布式肯定是集群,它需要多个服务器来协同工作。那这个时候,还会有一个问题,如果水泥砂浆没有了,那砌砖工人需 \n要通知和水泥砂浆暂停,赶紧把弄好的水泥砂浆运到墙边。现实中可以用嘴喊,可以手机打电话,服务器这个时候怎么通知,这就涉及到rpc(remote process communication),这个我们\n简单提一下,下次可以单独深入讨论。\n\n## 微服务 ##\n\n微服务是一种架构,原理和分布式很像,它的拆分粒度很细,细到每个人仅做一件不可分解的事情,而这些细微的事情不一定每个都放在不同服务器上,一个服务器上可以放很多微服务如A服务,B服务,C服务,另外一台服务器放B服务,C服务,D服务。值得注意的是,所有服务都需要通知一个叫注册中心的地方,可以理解这个为工程项目经理,他来统一协调管理。 \n\n## 总结 ##\n\n如果你的业务很简单,访问量也很少,那所有应用放一台服务器也可以流畅的运行,这个时候连集群都不需要用。如果你的访问量很少,但是业务很复杂,打个比方,以电商下单为例,下 \n单的过程,需要提交订单,支付,同事需要核查仓库是否有库存,然后再把地址发给第三方物流下单,如果这些事情放一起做,需要30秒。用户需要等待30秒才能看见自己是否购买成功了 \n,这样体验非常不好,即使你的平台一天只成交100单, 访问量很小,用户体验还是不好,这个时候你可以用分布式来解决这个问题,把支付,查库存,通知第三方物流等拆分成5个或者更\n多的工作。这样,用户体验大大提高,几秒就可以完成一次购物。如果你的访问量很大,每个流程步骤很复杂,那这个时候,你可以将步骤分布式,再多分配几个服务器集群,这个时候用 \n微服务架构就更合适了。根据之前运营app的经验,日访问量几百万,每个交互都是2秒以内的应用,只要带宽足够,将web和数据库分离加上一个redis缓存,2台主流服务器就足够了。 " + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2020-09-21T10:25+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1VZR1eN6OFqOgrRJBbLdv7", + "type": "Entry", + "createdAt": "2022-10-20T15:37:29.784Z", + "updatedAt": "2022-10-21T07:07:01.661Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2022-10-21T07:07:01.661Z", + "firstPublishedAt": "2022-10-20T17:39:22.342Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1VZR1eN6OFqOgrRJBbLdv7" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "linuxfen-qu-he-wen-jian-xi-tong" + }, + "title": { + "en-US": "Linux扩展分区和文件系统", + "zh-CN": "Linux扩展分区和文件系统" + }, + "content": { + "en-US": "# 磁盘分区\nlinux也与windows一样,为了使用全部的磁盘空间,需要先对磁盘分区;如果所有分区的总容量小于磁盘容量,说明磁盘还有未分配空间,这个时候会对磁盘造成浪费。需要增加一个新的分区来将全部空间利用上。\n\n## fdisk\n此命令是磁盘的管理命令。fdisk-l可查看目前磁盘总容量和各分区情况。\nfdisk /dev/sda可查看sda磁盘的相关情况,磁盘命名的规则,第一位代表磁盘类型,例如scsi用s表示,虚拟磁盘用v表示。第三位表示硬盘数,从a开始,一直到z。\nfdisk -m下可查看各种相关命令,例如增加分区 m,删除分区 d\n\n# 文件系统\n当将未分配的空间追加到新的分区/dev/sda2后,还需要创建物理卷以及扩展。\npvcreate /dev/sda2\nvgscan \nvgextend cl /dev/sda3\nlvextend -L +100G 加上要扩展的分区名\n\n接着用 dh –f,发现实际容量并没有变化,因为我们的系统还不认识刚刚添加进来的磁盘的文件系统,所以还需要对文件系统进行扩容。\nxfs_growfs 加上要扩展的分区名或者 resize2fs – f 加 上要扩展的分区名\n\n再次查询,发现文件系统空间变大了。", + "zh-CN": "# 磁盘分区\nlinux也与windows一样,为了使用全部的磁盘空间,需要先对磁盘分区;如果所有分区的总容量小于磁盘容量,说明磁盘还有未分配空间,这个时候会对磁盘造成浪费。需要增加一个新的分区来将全部空间利用上。\n\n## fdisk\n此命令是磁盘的管理命令。fdisk-l可查看目前磁盘总容量和各分区情况。\nfdisk /dev/sda可查看sda磁盘的相关情况,磁盘命名的规则,第一位代表磁盘类型,例如scsi用s表示,虚拟磁盘用v表示。第三位表示硬盘数,从a开始,一直到z。\nfdisk -m下可查看各种相关命令,例如增加分区 m,删除分区 d\n\n# 文件系统\n当将未分配的空间追加到新的分区/dev/sda2后,还需要创建物理卷以及扩展。\npvcreate /dev/sda2\nvgscan \nvgextend cl /dev/sda3\nlvextend -L +100G 加上要扩展的分区名\n\n接着用 dh –f,发现实际容量并没有变化,因为我们的系统还不认识刚刚添加进来的磁盘的文件系统,所以还需要对文件系统进行扩容。\nxfs_growfs 加上要扩展的分区名或者 resize2fs – f 加 上要扩展的分区名\n\n再次查询,发现文件系统空间变大了。" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2020-09-08T10:36+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7EsauMhsKeWJ7Y7BniDQnW", + "type": "Entry", + "createdAt": "2022-10-20T15:39:08.017Z", + "updatedAt": "2022-10-21T07:24:54.553Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 17, + "publishedAt": "2022-10-21T07:24:54.553Z", + "firstPublishedAt": "2022-10-21T07:24:54.553Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 18, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7EsauMhsKeWJ7Y7BniDQnW" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "docker-network-analyze" + }, + "title": { + "en-US": "Docker 网络解读", + "zh-CN": "Docker 网络解读" + }, + "content": { + "en-US": "Docker 容器在运行时,会涉及多个容器相互连接,甚至与宿主机上的应用连接的问题。既然需要产生连接,那么就必然要依赖网络。 \n\n网络在Docker的技术体系中,是一个不容易搞清楚的要点。因此,希望您读完本文之后,对 Docker 网络有一个通透的理解。\n\n## 网络定义\n\n首先,我们花几分钟的时间,回顾网络是什么。\n\n网络不仅仅是计算机术语,在我们的生活中,网络无处不在。\n\n任何一个被称之为网络的事物都是由“终端节点+中心节点”组成。如果多个小的网络联合起来,就组成了大网络。\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2020/09/what-is-network-hub-websoft9.png)\n\n* 在计算机网络中这个中心节点可被称之为:网桥或交换机或HUB。 \n* 在快递业网络中这个中心节点可被称之为:转运中心或中心仓\n* 在人际关系网络这个中心节点可被称之为:核心人物或有影响力的人\n* 在陆地的水网中这个中心节点可被称之为:湖泊或多河交汇处\n* 在太阳系网络中这个中心节点可以被成为:太阳\n\n这里有一个概念值得注意,不管是是终端节点还是中心节点,它们都是节点。即它们的“物理属性”是一个层面,而逻辑上的分工又不是一个层面。\n\n节点与节点连接起来,就组成网络。中心节点对(网络)内起着与其他终端节点沟通的作用,对(网络)外起着与外部连接的功能,甚至是连接外部的唯一通道。\n\n其实,只要能够分辨清楚哪些是终端节点,哪些是中心节点,就完全从宏观上把握住了网络。剩下的,就是搞清楚它们之间的数据流向。\n\n## Docker 网络\n\n为了了解 Docker 网络,我们先在已经运行 Docker 的主机上运行一条命令 `docker network ls`\n```\n[root@iZ8vb7iZ ~]# docker network ls\nNETWORK ID NAME DRIVER SCOPE\n06008f57697f blogwebsoft9com_default bridge local\nf13768fd7a20 bridge bridge local\n7d6412aa6e40 host host local\ne5e6049b8d9f none null local\n29eae24dae84 portainer_default bridge local\nb286f40bc93d websoft9com_default bridge local\n```\n\n以上显示的就是 Docker 管辖的所有中心节点网卡(先不称之为网络)名称。而容器内部也有网卡,但不会在此命令中列出。\n\n> 网卡也被称之为网络接口\n\nDocker 的网络中,每一个运行中的容器就是网络中的终端节点,这个很好理解。\n\n**那么谁是 Docker 网络的中心节点呢?**\n\n要正确理解这个问题,先熟悉一个 Docker 网络相关的设计:在安装 Docker 时,Docker 会自动创建三个(虚拟)中心节点网卡,同时宿主机上创建一个名称为 docker0 的(虚拟)中心网卡。\n\n下面分别介绍 Docker 内部的三个网卡:\n\n1. Bridge 网卡(默认):如果创建容器的时候选择连接此网卡,Docker 会为每一个容器分配、设置IP等,并通过宿主机的 docker0 网卡与外部通信。\n ```\n sudo docker run -it phpmyadmin\n ```\n2. host 网卡:如果创建容器的时候选择连接此网卡,Docker 不会为容器创建网卡和IP地址,而是直接使用宿主机的IP和端口。\n ```\n sudo docker run -it --net=\"host\" phpmyadmin\n ```\n\n3. None 网卡:如果创建容器的时候选择连接此网卡,则以为着 Docker 关闭了容器的网络功能。\n\n如果您读到此处,仍然一知半解,我想可能需要向您澄清一个概念。\n\n**网卡、中心节点和网络**\n\n网络上绝大部分关于 Docker 网络相关的博客,都没有仔细斟酌网络这个词的用法,不该出现的“网络”的地方错用了这个词,很容易让读者无法理解本质。\n\n所以我们再回顾一次:\n\n* **网卡**:用户与外部通信的计算机网络组建,它可以是虚拟的,也可以是物理上存在看得见的网卡。在现在这个软件定义网络的时代,网卡一般都是虚拟的。但不管是哪种形式的网卡,通过`ifconfig`命令查看,可知其格式基本一致\n ```\n\n docker0: flags=4099 mtu 1500\n inet 172.17.0.1 netmask 255.255.0.0 broadcast 172.17.255.255\n inet6 fe80::42:f6ff:fead:46 prefixlen 64 scopeid 0x20\n ether 02:42:f6:ad:00:46 txqueuelen 0 (Ethernet)\n RX packets 2831 bytes 2150398 (2.0 MiB)\n RX errors 0 dropped 0 overruns 0 frame 0\n TX packets 2406 bytes 682422 (666.4 KiB)\n TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0\n\n eth0: flags=4163 mtu 1500\n inet 172.26.72.241 netmask 255.255.240.0 broadcast 172.26.79.255\n inet6 fe80::216:3eff:fe0a:e07c prefixlen 64 scopeid 0x20\n ether 00:16:3e:0a:e0:7c txqueuelen 1000 (Ethernet)\n RX packets 1146393 bytes 760158453 (724.9 MiB)\n RX errors 0 dropped 0 overruns 0 frame 0\n TX packets 836693 bytes 355058824 (338.6 MiB)\n TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0\n ```\n\n* **中心节点**:网卡中有一种特殊网卡,我们称之为中心节点网卡或网桥,其他的网卡都与之相连,由它负责内部网卡之间的通信和外部的通信出口中转。\n\n* **网络**:多个网卡之间通过某种形式组合起来,可以按设计进行通信,就形成了网络。网络一般采用“中心节点+多个终端节点”的组网模式。\n\n## 端口\n\n容器中端口与服务器的端口是一个概念。\n\n端口即应用程序在网卡中占用的访问通道。例如:一个容器中安装了 Apache 和 MySQL 两个软件,而这个容器只有一个虚拟网卡,如何保证两个软件都可以被外界访问又互不干扰?\n\n计算机的设计者会给网卡虚拟很多访问通道,并给与从0到65535的数字编号,这个编号就是端口。需要用到网络通道的软件可以配置不同的数字编号,比如:Apache 使用 80 端口,MySQL 使用 3306 端口。\n\n拿一个真实世界的例子可能更有助于理解端口。\n\n比如去一栋办公大楼(只有一个门牌地址),如何保证各种不同的人群安全有序的进出?\n一般来说,管理非常规范的办公楼可能会有:员工通道(001号门)、访客通道(002号门)、消防通道(003号门)、物流通道(004号门)等各种不同的门,不同的人群通过不同的通道进出,其中每一个门就相当于一个端口。\n\n## 外网访问\n\n理解了上面的 Docker 网络模式之后,在设置 Docker 容器被外网访问就变得非常简单。\n\n常见的容器通信常见包括:\n\n* 容器之间通信\n* 容器与宿主机通信\n* 容器直接与外部网络通信\n\n## 常见问题\n\n#### 容器互联 -link 有什么作用?\n\n用于在两个容器之间创建一个之间连接的虚拟通道(在 /etc/hosts 文件中增加被连接的容器名称和IP信息),而不必通过网桥连接。\n\n#### 可以直接修改 iptable 实现容器的外网访问控制吗?\n\n可以,但是比较复杂。\n\n#### 创建容器的时候,不指定容器的网卡名称系统会自动命名吗?\n\n会。一般以当前目录文件夹名称+default,例如:blogwebsoft9com_default 这个网卡的名称来源于在blog.websoft9.com目录下基于 docker-compose 创建容器\n\n#### docker-compose 启动容器(组)会自动创建中心网卡吗?\n\n会\n\n#### docker run 启动容器会自动创建网卡吗?\n\n不会,默认使用已经存在的 bridge\n\n#### docker network ls 查看到的网卡与宿主机下 ifconfig 有什么联系?\n\ndocker network ls 查看到的网卡也会被显示到宿主机下", + "zh-CN": "Docker 容器在运行时,会涉及多个容器相互连接,甚至与宿主机上的应用连接的问题。既然需要产生连接,那么就必然要依赖网络。 \n\n网络在Docker的技术体系中,是一个不容易搞清楚的要点。因此,希望您读完本文之后,对 Docker 网络有一个通透的理解。\n\n## 网络定义\n\n首先,我们花几分钟的时间,回顾网络是什么。\n\n网络不仅仅是计算机术语,在我们的生活中,网络无处不在。\n\n任何一个被称之为网络的事物都是由“终端节点+中心节点”组成。如果多个小的网络联合起来,就组成了大网络。\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2020/09/what-is-network-hub-websoft9.png)\n\n* 在计算机网络中这个中心节点可被称之为:网桥或交换机或HUB。 \n* 在快递业网络中这个中心节点可被称之为:转运中心或中心仓\n* 在人际关系网络这个中心节点可被称之为:核心人物或有影响力的人\n* 在陆地的水网中这个中心节点可被称之为:湖泊或多河交汇处\n* 在太阳系网络中这个中心节点可以被成为:太阳\n\n这里有一个概念值得注意,不管是是终端节点还是中心节点,它们都是节点。即它们的“物理属性”是一个层面,而逻辑上的分工又不是一个层面。\n\n节点与节点连接起来,就组成网络。中心节点对(网络)内起着与其他终端节点沟通的作用,对(网络)外起着与外部连接的功能,甚至是连接外部的唯一通道。\n\n其实,只要能够分辨清楚哪些是终端节点,哪些是中心节点,就完全从宏观上把握住了网络。剩下的,就是搞清楚它们之间的数据流向。\n\n## Docker 网络\n\n为了了解 Docker 网络,我们先在已经运行 Docker 的主机上运行一条命令 `docker network ls`\n```\n[root@iZ8vb7iZ ~]# docker network ls\nNETWORK ID NAME DRIVER SCOPE\n06008f57697f blogwebsoft9com_default bridge local\nf13768fd7a20 bridge bridge local\n7d6412aa6e40 host host local\ne5e6049b8d9f none null local\n29eae24dae84 portainer_default bridge local\nb286f40bc93d websoft9com_default bridge local\n```\n\n以上显示的就是 Docker 管辖的所有中心节点网卡(先不称之为网络)名称。而容器内部也有网卡,但不会在此命令中列出。\n\n> 网卡也被称之为网络接口\n\nDocker 的网络中,每一个运行中的容器就是网络中的终端节点,这个很好理解。\n\n**那么谁是 Docker 网络的中心节点呢?**\n\n要正确理解这个问题,先熟悉一个 Docker 网络相关的设计:在安装 Docker 时,Docker 会自动创建三个(虚拟)中心节点网卡,同时宿主机上创建一个名称为 docker0 的(虚拟)中心网卡。\n\n下面分别介绍 Docker 内部的三个网卡:\n\n1. Bridge 网卡(默认):如果创建容器的时候选择连接此网卡,Docker 会为每一个容器分配、设置IP等,并通过宿主机的 docker0 网卡与外部通信。\n ```\n sudo docker run -it phpmyadmin\n ```\n2. host 网卡:如果创建容器的时候选择连接此网卡,Docker 不会为容器创建网卡和IP地址,而是直接使用宿主机的IP和端口。\n ```\n sudo docker run -it --net=\"host\" phpmyadmin\n ```\n\n3. None 网卡:如果创建容器的时候选择连接此网卡,则以为着 Docker 关闭了容器的网络功能。\n\n如果您读到此处,仍然一知半解,我想可能需要向您澄清一个概念。\n\n**网卡、中心节点和网络**\n\n网络上绝大部分关于 Docker 网络相关的博客,都没有仔细斟酌网络这个词的用法,不该出现的“网络”的地方错用了这个词,很容易让读者无法理解本质。\n\n所以我们再回顾一次:\n\n* **网卡**:用户与外部通信的计算机网络组建,它可以是虚拟的,也可以是物理上存在看得见的网卡。在现在这个软件定义网络的时代,网卡一般都是虚拟的。但不管是哪种形式的网卡,通过`ifconfig`命令查看,可知其格式基本一致\n ```\n\n docker0: flags=4099 mtu 1500\n inet 172.17.0.1 netmask 255.255.0.0 broadcast 172.17.255.255\n inet6 fe80::42:f6ff:fead:46 prefixlen 64 scopeid 0x20\n ether 02:42:f6:ad:00:46 txqueuelen 0 (Ethernet)\n RX packets 2831 bytes 2150398 (2.0 MiB)\n RX errors 0 dropped 0 overruns 0 frame 0\n TX packets 2406 bytes 682422 (666.4 KiB)\n TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0\n\n eth0: flags=4163 mtu 1500\n inet 172.26.72.241 netmask 255.255.240.0 broadcast 172.26.79.255\n inet6 fe80::216:3eff:fe0a:e07c prefixlen 64 scopeid 0x20\n ether 00:16:3e:0a:e0:7c txqueuelen 1000 (Ethernet)\n RX packets 1146393 bytes 760158453 (724.9 MiB)\n RX errors 0 dropped 0 overruns 0 frame 0\n TX packets 836693 bytes 355058824 (338.6 MiB)\n TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0\n ```\n\n* **中心节点**:网卡中有一种特殊网卡,我们称之为中心节点网卡或网桥,其他的网卡都与之相连,由它负责内部网卡之间的通信和外部的通信出口中转。\n\n* **网络**:多个网卡之间通过某种形式组合起来,可以按设计进行通信,就形成了网络。网络一般采用“中心节点+多个终端节点”的组网模式。\n\n## 端口\n\n容器中端口与服务器的端口是一个概念。\n\n端口即应用程序在网卡中占用的访问通道。例如:一个容器中安装了 Apache 和 MySQL 两个软件,而这个容器只有一个虚拟网卡,如何保证两个软件都可以被外界访问又互不干扰?\n\n计算机的设计者会给网卡虚拟很多访问通道,并给与从0到65535的数字编号,这个编号就是端口。需要用到网络通道的软件可以配置不同的数字编号,比如:Apache 使用 80 端口,MySQL 使用 3306 端口。\n\n拿一个真实世界的例子可能更有助于理解端口。\n\n比如去一栋办公大楼(只有一个门牌地址),如何保证各种不同的人群安全有序的进出?\n一般来说,管理非常规范的办公楼可能会有:员工通道(001号门)、访客通道(002号门)、消防通道(003号门)、物流通道(004号门)等各种不同的门,不同的人群通过不同的通道进出,其中每一个门就相当于一个端口。\n\n## 外网访问\n\n理解了上面的 Docker 网络模式之后,在设置 Docker 容器被外网访问就变得非常简单。\n\n常见的容器通信常见包括:\n\n* 容器之间通信\n* 容器与宿主机通信\n* 容器直接与外部网络通信\n\n## 常见问题\n\n#### 容器互联 -link 有什么作用?\n\n用于在两个容器之间创建一个之间连接的虚拟通道(在 /etc/hosts 文件中增加被连接的容器名称和IP信息),而不必通过网桥连接。\n\n#### 可以直接修改 iptable 实现容器的外网访问控制吗?\n\n可以,但是比较复杂。\n\n#### 创建容器的时候,不指定容器的网卡名称系统会自动命名吗?\n\n会。一般以当前目录文件夹名称+default,例如:blogwebsoft9com_default 这个网卡的名称来源于在blog.websoft9.com目录下基于 docker-compose 创建容器\n\n#### docker-compose 启动容器(组)会自动创建中心网卡吗?\n\n会\n\n#### docker run 启动容器会自动创建网卡吗?\n\n不会,默认使用已经存在的 bridge\n\n#### docker network ls 查看到的网卡与宿主机下 ifconfig 有什么联系?\n\ndocker network ls 查看到的网卡也会被显示到宿主机下" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2020-09-08T06:47+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "40zQ392ccKrC6kwyJWvjzx", + "type": "Entry", + "createdAt": "2022-10-20T15:42:21.443Z", + "updatedAt": "2022-10-21T07:25:05.195Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 13, + "publishedAt": "2022-10-21T07:25:05.195Z", + "firstPublishedAt": "2022-10-21T07:25:05.195Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 14, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/40zQ392ccKrC6kwyJWvjzx" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "setphpenviro" + }, + "title": { + "en-US": "浅析php环境配置", + "zh-CN": "浅析php环境配置" + }, + "content": { + "en-US": "[PHP](https://www.php.net/)作为开源的服务器端脚本语言,在web应用方面非常广泛。如果你想下载某些开源应用,github上php开源软件选择往往比Java还多。最近,研究了linux下php的安装,主要有以下体会。\n\n## PHP-INI\n\nphp.ini文件是php的核心配置文件且只能命名为php.ini,它是对php应用程序全局起作用的设置文件,里面选项非常多,包含php页面使用内存大小限制,上传下载文件大小限制,浮点型的精度等。\n\n## FPM-PHP\n\nfpm-php(FastCGI ProcessManager)本来是php的第三方包,在php5.3.3后成为了php的核心成员,不需要单独下载安装。FastCGI诞生之前,web端转发一个php请求后,需要重新加载php.ini,通过fpm-php创建master进程,收到多个php请求,创建子进程来共享master进程加载的php.ini信息。安装fpm-php后,启动php实际上通过启动的fpm-php.service来实现。fpm-php和web之间的通信可以通过两种方式实现,socket和tcp方式,通过/etc/php-fpm.d/www.conf的配置来配置。两种方式的差异主要在listen的配置不一样。一个是php-fpm.sock,一个是服务器的ip:9000。\n\nsocket方式是长连接方式,适用于php和其他服务在同一台服务器上\n```\n[www]\nuser = nginx\ngroup = nginx\nlisten = /run/php-fpm.sock\n\n```\ntcp方式是http请求方式,适用于集群并发量高的多服务器上\n```\n[www]\nuser = nginx\ngroup = nginx\nlisten = 127.0.0.1:9000\n\n```\n\n再谈进程如何分配,以下面配置来说,start_servers=10说明php服务就启动10个worker子进程一直处于等待中,min_spare_servers=5是指最小活动进程。php启动时开启8个进程,如果没有收到web请求,fpm-php就会释放一些,最终达到5个进程。但是最大不能超过max_spare_servers = 35。至于max_children=50,那是静态配置方式,不变的,是一种浪费资源的方式,一直启动50个进程再那里等待,即使网站应用没有一个人访问也是一样。\n```\npm.max_children = 50\npm.start_servers = 10\npm.min_spare_servers = 5\npm.max_spare_servers = 35\n```\n\n## 扩展包\n仅安装php往往不能满足应用软件的需求,还需要其他很多扩展包来支持php应用。例如,【odbc,common,ima,mongodb,xml等】,但是需要注意的是安装的时候下面这些包是基于pecl的【apcu,imagick,goeip,mcrypt,redis,zip,memcache】。尤其,zip包特别需要指定pecl,否则扩展包安装不成功,其他pecl包可以从remi源中自动找到响应包。\n\n```\nyum install php-common\nyum install php-apcu\nyum install php-pecl-zip\n\n```\n\n## web服务器相关配置\n\nphp和web服务器nginx,apache还需要做一些关联配置,在他们的配置文件里面加入以下:\n\n```\nnginx:\nlocation ~ .*\\.php$\n{\n fastcgi_pass unix:/run/php-fpm.sock;\n fastcgi_index index.php;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n include fastcgi_params;\n try_files $uri = 404;\n}\n\napache:\n\n SetHandler \"proxy:unix:/run/php-fpm.sock|fcgi://localhost\"\n\n```\n但是,ubuntu系统下PHP应用使用apache服务器的情况下,需要配置,否则相反apache服务器报错无法启动。以上对php的配置理解,今后随着对它研究的加深,还会写一些关于php新的东西。", + "zh-CN": "[PHP](https://www.php.net/)作为开源的服务器端脚本语言,在web应用方面非常广泛。如果你想下载某些开源应用,github上php开源软件选择往往比Java还多。最近,研究了linux下php的安装,主要有以下体会。\n\n## PHP-INI\n\nphp.ini文件是php的核心配置文件且只能命名为php.ini,它是对php应用程序全局起作用的设置文件,里面选项非常多,包含php页面使用内存大小限制,上传下载文件大小限制,浮点型的精度等。\n\n## FPM-PHP\n\nfpm-php(FastCGI ProcessManager)本来是php的第三方包,在php5.3.3后成为了php的核心成员,不需要单独下载安装。FastCGI诞生之前,web端转发一个php请求后,需要重新加载php.ini,通过fpm-php创建master进程,收到多个php请求,创建子进程来共享master进程加载的php.ini信息。安装fpm-php后,启动php实际上通过启动的fpm-php.service来实现。fpm-php和web之间的通信可以通过两种方式实现,socket和tcp方式,通过/etc/php-fpm.d/www.conf的配置来配置。两种方式的差异主要在listen的配置不一样。一个是php-fpm.sock,一个是服务器的ip:9000。\n\nsocket方式是长连接方式,适用于php和其他服务在同一台服务器上\n```\n[www]\nuser = nginx\ngroup = nginx\nlisten = /run/php-fpm.sock\n\n```\ntcp方式是http请求方式,适用于集群并发量高的多服务器上\n```\n[www]\nuser = nginx\ngroup = nginx\nlisten = 127.0.0.1:9000\n\n```\n\n再谈进程如何分配,以下面配置来说,start_servers=10说明php服务就启动10个worker子进程一直处于等待中,min_spare_servers=5是指最小活动进程。php启动时开启8个进程,如果没有收到web请求,fpm-php就会释放一些,最终达到5个进程。但是最大不能超过max_spare_servers = 35。至于max_children=50,那是静态配置方式,不变的,是一种浪费资源的方式,一直启动50个进程再那里等待,即使网站应用没有一个人访问也是一样。\n```\npm.max_children = 50\npm.start_servers = 10\npm.min_spare_servers = 5\npm.max_spare_servers = 35\n```\n\n## 扩展包\n仅安装php往往不能满足应用软件的需求,还需要其他很多扩展包来支持php应用。例如,【odbc,common,ima,mongodb,xml等】,但是需要注意的是安装的时候下面这些包是基于pecl的【apcu,imagick,goeip,mcrypt,redis,zip,memcache】。尤其,zip包特别需要指定pecl,否则扩展包安装不成功,其他pecl包可以从remi源中自动找到响应包。\n\n```\nyum install php-common\nyum install php-apcu\nyum install php-pecl-zip\n\n```\n\n## web服务器相关配置\n\nphp和web服务器nginx,apache还需要做一些关联配置,在他们的配置文件里面加入以下:\n\n```\nnginx:\nlocation ~ .*\\.php$\n{\n fastcgi_pass unix:/run/php-fpm.sock;\n fastcgi_index index.php;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n include fastcgi_params;\n try_files $uri = 404;\n}\n\napache:\n\n SetHandler \"proxy:unix:/run/php-fpm.sock|fcgi://localhost\"\n\n```\n但是,ubuntu系统下PHP应用使用apache服务器的情况下,需要配置,否则相反apache服务器报错无法启动。以上对php的配置理解,今后随着对它研究的加深,还会写一些关于php新的东西。" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2020-09-07T06:33+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2SBJ5vw6ENTTD5MfEG8HkV", + "type": "Entry", + "createdAt": "2022-10-20T15:44:22.790Z", + "updatedAt": "2022-10-21T07:06:26.586Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2022-10-21T07:06:26.586Z", + "firstPublishedAt": "2022-10-20T17:36:44.991Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2SBJ5vw6ENTTD5MfEG8HkV" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "rclone-quikstart" + }, + "title": { + "en-US": "备份神器Rclone", + "zh-CN": "备份神器Rclone" + }, + "content": { + "en-US": "[Rclone](https://rclone.org/)是一个命令行程序,用于在服务器上管理云存储上的文件。超过40种云存储产品支持rclone,包括S3对象存储,业务和消费者文件存储服务以及标准传输协议。\n\n它的核心价值在于,通过一个服务器便可以连接40多种云存储服务,让用户告别每个云存储服务商繁琐的Web存储界面设置,便可以方便的使用多个云存储。同时,它还可以将远程存储挂载到服务器,当做本地目录使用,实在是无比方便。\n\n## 功能\n\nRclone可帮助您:\n\n将文件备份(和加密)到云存储\n从云存储还原(和解密)文件\n将云数据镜像到其他云服务或本地\n将数据迁移到云,或在云存储供应商之间迁移\n将多个加密的,缓存的或多样化的云存储作为磁盘挂载\n分析和使用占了云存储中保存的数据LSF,ljson,大小,ncdu\n将文件系统联合在一起以将多个本地和/或云文件系统呈现为一个\n\n## 支持\n\n- 1Fichier[ Home](https://1fichier.com/) [ Config](https://rclone.org/fichier/)\n- Alibaba Cloud (Aliyun) Object Storage System (OSS)[ Home](https://www.alibabacloud.com/product/oss/) [ Config](https://rclone.org/s3/#alibaba-oss)\n- Amazon Drive ([See note](https://rclone.org/amazonclouddrive/#status))[ Home](https://www.amazon.com/clouddrive) [ Config](https://rclone.org/amazonclouddrive/)\n- Amazon S3[ Home](https://aws.amazon.com/s3/) [ Config](https://rclone.org/s3/)\n- Backblaze B2[ Home](https://www.backblaze.com/b2/cloud-storage.html) [ Config](https://rclone.org/b2/)\n- Box[ Home](https://www.box.com/) [ Config](https://rclone.org/box/)\n- Ceph[ Home](http://ceph.com/) [ Config](https://rclone.org/s3/#ceph)\n- Citrix ShareFile[ Home](http://sharefile.com/) [ Config](https://rclone.org/sharefile/)\n- C14[ Home](https://www.online.net/en/storage/c14-cold-storage) [ Config](https://rclone.org/sftp/#c14)\n- DigitalOcean Spaces[ Home](https://www.digitalocean.com/products/object-storage/) [ Config](https://rclone.org/s3/#digitalocean-spaces)\n- Dreamhost[ Home](https://www.dreamhost.com/cloud/storage/) [ Config](https://rclone.org/s3/#dreamhost)\n- Dropbox[ Home](https://www.dropbox.com/) [ Config](https://rclone.org/dropbox/)\n- FTP[ Home](https://en.wikipedia.org/wiki/File_Transfer_Protocol) [ Config](https://rclone.org/ftp/)\n- Google Cloud Storage[ Home](https://cloud.google.com/storage/) [ Config](https://rclone.org/googlecloudstorage/)\n- Google Drive[ Home](https://www.google.com/drive/) [ Config](https://rclone.org/drive/)\n- Google Photos[ Home](https://www.google.com/photos/about/) [ Config](https://rclone.org/googlephotos/)\n- HTTP[ Home](https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol) [ Config](https://rclone.org/http/)\n- Hubic[ Home](https://hubic.com/) [ Config](https://rclone.org/hubic/)\n- Jottacloud[ Home](https://www.jottacloud.com/en/) [ Config](https://rclone.org/jottacloud/)\n- IBM COS S3[ Home](http://www.ibm.com/cloud/object-storage) [ Config](https://rclone.org/s3/#ibm-cos-s3)\n- Koofr[ Home](https://koofr.eu/) [ Config](https://rclone.org/koofr/)\n- Mail.ru Cloud[ Home](https://cloud.mail.ru/) [ Config](https://rclone.org/mailru/)\n- Memset Memstore[ Home](https://www.memset.com/cloud/storage/) [ Config](https://rclone.org/swift/)\n- Mega[ Home](https://mega.nz/) [ Config](https://rclone.org/mega/)\n- Memory[ Home](https://rclone.org/memory/) [ Config](https://rclone.org/memory/)\n- Microsoft Azure Blob Storage[ Home](https://azure.microsoft.com/en-us/services/storage/blobs/) [ Config](https://rclone.org/azureblob/)\n- Microsoft OneDrive[ Home](https://onedrive.live.com/) [ Config](https://rclone.org/onedrive/)\n- Minio[ Home](https://www.minio.io/) [ Config](https://rclone.org/s3/#minio)\n- Nextcloud[ Home](https://nextcloud.com/) [ Config](https://rclone.org/webdav/#nextcloud)\n- OVH[ Home](https://www.ovh.co.uk/public-cloud/storage/object-storage/) [ Config](https://rclone.org/swift/)\n- OpenDrive[ Home](https://www.opendrive.com/) [ Config](https://rclone.org/opendrive/)\n- OpenStack Swift[ Home](https://docs.openstack.org/swift/latest/) [ Config](https://rclone.org/swift/)\n- Oracle Cloud Storage[ Home](https://cloud.oracle.com/storage-opc) [ Config](https://rclone.org/swift/)\n- ownCloud[ Home](https://owncloud.org/) [ Config](https://rclone.org/webdav/#owncloud)\n- pCloud[ Home](https://www.pcloud.com/) [ Config](https://rclone.org/pcloud/)\n- premiumize.me[ Home](https://premiumize.me/) [ Config](https://rclone.org/premiumizeme/)\n- put.io[ Home](https://put.io/) [ Config](https://rclone.org/putio/)\n- QingStor[ Home](https://www.qingcloud.com/products/storage) [ Config](https://rclone.org/qingstor/)\n- Rackspace Cloud Files[ Home](https://www.rackspace.com/cloud/files) [ Config](https://rclone.org/swift/)\n- rsync.net[ Home](https://rsync.net/products/rclone.html) [ Config](https://rclone.org/sftp/#rsync-net)\n- Scaleway[ Home](https://www.scaleway.com/object-storage/) [ Config](https://rclone.org/s3/#scaleway)\n- Seafile[ Home](https://www.seafile.com/) [ Config](https://rclone.org/seafile/)\n- SFTP[ Home](https://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol) [ Config](https://rclone.org/sftp/)\n- StackPath[ Home](https://www.stackpath.com/products/object-storage/) [ Config](https://rclone.org/s3/#stackpath)\n- SugarSync[ Home](https://sugarsync.com/) [ Config](https://rclone.org/sugarsync/)\n- Tardigrade[ Home](https://tardigrade.io/) [ Config](https://rclone.org/tardigrade/)\n- Wasabi[ Home](https://wasabi.com/) [ Config](https://rclone.org/s3/#wasabi)\n- WebDAV[ Home](https://en.wikipedia.org/wiki/WebDAV) [ Config](https://rclone.org/webdav/)\n- Yandex Disk[ Home](https://disk.yandex.com/) [ Config](https://rclone.org/yandex/)\n- The local filesystem[ Home](https://rclone.org/local/) [ Config](https://rclone.org/local/)\n", + "zh-CN": "[Rclone](https://rclone.org/)是一个命令行程序,用于在服务器上管理云存储上的文件。超过40种云存储产品支持rclone,包括S3对象存储,业务和消费者文件存储服务以及标准传输协议。\n\n它的核心价值在于,通过一个服务器便可以连接40多种云存储服务,让用户告别每个云存储服务商繁琐的Web存储界面设置,便可以方便的使用多个云存储。同时,它还可以将远程存储挂载到服务器,当做本地目录使用,实在是无比方便。\n\n## 功能\n\nRclone可帮助您:\n\n将文件备份(和加密)到云存储\n从云存储还原(和解密)文件\n将云数据镜像到其他云服务或本地\n将数据迁移到云,或在云存储供应商之间迁移\n将多个加密的,缓存的或多样化的云存储作为磁盘挂载\n分析和使用占了云存储中保存的数据LSF,ljson,大小,ncdu\n将文件系统联合在一起以将多个本地和/或云文件系统呈现为一个\n\n## 支持\n\n- 1Fichier[ Home](https://1fichier.com/) [ Config](https://rclone.org/fichier/)\n- Alibaba Cloud (Aliyun) Object Storage System (OSS)[ Home](https://www.alibabacloud.com/product/oss/) [ Config](https://rclone.org/s3/#alibaba-oss)\n- Amazon Drive ([See note](https://rclone.org/amazonclouddrive/#status))[ Home](https://www.amazon.com/clouddrive) [ Config](https://rclone.org/amazonclouddrive/)\n- Amazon S3[ Home](https://aws.amazon.com/s3/) [ Config](https://rclone.org/s3/)\n- Backblaze B2[ Home](https://www.backblaze.com/b2/cloud-storage.html) [ Config](https://rclone.org/b2/)\n- Box[ Home](https://www.box.com/) [ Config](https://rclone.org/box/)\n- Ceph[ Home](http://ceph.com/) [ Config](https://rclone.org/s3/#ceph)\n- Citrix ShareFile[ Home](http://sharefile.com/) [ Config](https://rclone.org/sharefile/)\n- C14[ Home](https://www.online.net/en/storage/c14-cold-storage) [ Config](https://rclone.org/sftp/#c14)\n- DigitalOcean Spaces[ Home](https://www.digitalocean.com/products/object-storage/) [ Config](https://rclone.org/s3/#digitalocean-spaces)\n- Dreamhost[ Home](https://www.dreamhost.com/cloud/storage/) [ Config](https://rclone.org/s3/#dreamhost)\n- Dropbox[ Home](https://www.dropbox.com/) [ Config](https://rclone.org/dropbox/)\n- FTP[ Home](https://en.wikipedia.org/wiki/File_Transfer_Protocol) [ Config](https://rclone.org/ftp/)\n- Google Cloud Storage[ Home](https://cloud.google.com/storage/) [ Config](https://rclone.org/googlecloudstorage/)\n- Google Drive[ Home](https://www.google.com/drive/) [ Config](https://rclone.org/drive/)\n- Google Photos[ Home](https://www.google.com/photos/about/) [ Config](https://rclone.org/googlephotos/)\n- HTTP[ Home](https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol) [ Config](https://rclone.org/http/)\n- Hubic[ Home](https://hubic.com/) [ Config](https://rclone.org/hubic/)\n- Jottacloud[ Home](https://www.jottacloud.com/en/) [ Config](https://rclone.org/jottacloud/)\n- IBM COS S3[ Home](http://www.ibm.com/cloud/object-storage) [ Config](https://rclone.org/s3/#ibm-cos-s3)\n- Koofr[ Home](https://koofr.eu/) [ Config](https://rclone.org/koofr/)\n- Mail.ru Cloud[ Home](https://cloud.mail.ru/) [ Config](https://rclone.org/mailru/)\n- Memset Memstore[ Home](https://www.memset.com/cloud/storage/) [ Config](https://rclone.org/swift/)\n- Mega[ Home](https://mega.nz/) [ Config](https://rclone.org/mega/)\n- Memory[ Home](https://rclone.org/memory/) [ Config](https://rclone.org/memory/)\n- Microsoft Azure Blob Storage[ Home](https://azure.microsoft.com/en-us/services/storage/blobs/) [ Config](https://rclone.org/azureblob/)\n- Microsoft OneDrive[ Home](https://onedrive.live.com/) [ Config](https://rclone.org/onedrive/)\n- Minio[ Home](https://www.minio.io/) [ Config](https://rclone.org/s3/#minio)\n- Nextcloud[ Home](https://nextcloud.com/) [ Config](https://rclone.org/webdav/#nextcloud)\n- OVH[ Home](https://www.ovh.co.uk/public-cloud/storage/object-storage/) [ Config](https://rclone.org/swift/)\n- OpenDrive[ Home](https://www.opendrive.com/) [ Config](https://rclone.org/opendrive/)\n- OpenStack Swift[ Home](https://docs.openstack.org/swift/latest/) [ Config](https://rclone.org/swift/)\n- Oracle Cloud Storage[ Home](https://cloud.oracle.com/storage-opc) [ Config](https://rclone.org/swift/)\n- ownCloud[ Home](https://owncloud.org/) [ Config](https://rclone.org/webdav/#owncloud)\n- pCloud[ Home](https://www.pcloud.com/) [ Config](https://rclone.org/pcloud/)\n- premiumize.me[ Home](https://premiumize.me/) [ Config](https://rclone.org/premiumizeme/)\n- put.io[ Home](https://put.io/) [ Config](https://rclone.org/putio/)\n- QingStor[ Home](https://www.qingcloud.com/products/storage) [ Config](https://rclone.org/qingstor/)\n- Rackspace Cloud Files[ Home](https://www.rackspace.com/cloud/files) [ Config](https://rclone.org/swift/)\n- rsync.net[ Home](https://rsync.net/products/rclone.html) [ Config](https://rclone.org/sftp/#rsync-net)\n- Scaleway[ Home](https://www.scaleway.com/object-storage/) [ Config](https://rclone.org/s3/#scaleway)\n- Seafile[ Home](https://www.seafile.com/) [ Config](https://rclone.org/seafile/)\n- SFTP[ Home](https://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol) [ Config](https://rclone.org/sftp/)\n- StackPath[ Home](https://www.stackpath.com/products/object-storage/) [ Config](https://rclone.org/s3/#stackpath)\n- SugarSync[ Home](https://sugarsync.com/) [ Config](https://rclone.org/sugarsync/)\n- Tardigrade[ Home](https://tardigrade.io/) [ Config](https://rclone.org/tardigrade/)\n- Wasabi[ Home](https://wasabi.com/) [ Config](https://rclone.org/s3/#wasabi)\n- WebDAV[ Home](https://en.wikipedia.org/wiki/WebDAV) [ Config](https://rclone.org/webdav/)\n- Yandex Disk[ Home](https://disk.yandex.com/) [ Config](https://rclone.org/yandex/)\n- The local filesystem[ Home](https://rclone.org/local/) [ Config](https://rclone.org/local/)\n" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2020-08-29T01:54+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3amLguVPZ17W3aLCipMU8u", + "type": "Entry", + "createdAt": "2022-10-20T15:46:06.148Z", + "updatedAt": "2022-10-21T07:05:57.265Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2022-10-21T07:05:57.265Z", + "firstPublishedAt": "2022-10-20T17:35:59.254Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3amLguVPZ17W3aLCipMU8u" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "frontend-quick-understand" + }, + "title": { + "en-US": "网站前端技术之通俗理解", + "zh-CN": "网站前端技术之通俗理解" + }, + "content": { + "en-US": "如今的前端技术是一个复杂的生态。\n\n随便阅读一篇关于前端的技术文章,一定会发现大量的技术术语。什么 vue, webpack, react, Antdesign 等,各种新名词让初学者感到非常困惑,在较短的时间根本快速的理解整个前端体系,从而陷入一种低效、焦虑的学习状态。\n\n## 什么是前端?\n\n在网站技术中,前端就是用户界面,主要通过页面向用户展示内容或数据,同时用户可以自主选择需要的内容并向网站填写数据后给出反馈。\n\n前端是相对后端而言的。前+后这种分工模式,在生活中或人类的组织分工中非常常见,举例:\n\n* 电视机+机顶盒\n* 士兵+作战指挥部\n* 无人便利店+运作系统\n\n简而言之,网站的前端主要通过从后台获取数据,向用户展示数据或采集数据传送到后台\n\n## 前端技术体系\n\n以网站为例,前端的载体就是浏览器 Chrome, FireFox 等,所以前端技术自始至终都是围绕浏览器的几个基础技术进行发展:\n\n* HTML\n* CSS\n* JavaScript/ECMAScript\n\n现在流行的前端技术都是对以上基础技术进行“高级编程”,围绕界面设计、界面互动和界面体验,提供不同的软件包。\n\n比如:Vue, React, Bootstrap 等框架都是这方面的杰出代表。\n\n不管哪一种框架最终都是依赖以上技术。\n\n### UI 框架\n\nUI 框架偏重于 UI 显示的效果,其包含设计理念,所以基于同一种 UI 框架的网站其视觉效果看起来非常类似。\n\n主流的 UI 框架为:\n\n* Material Design\n* Ant Design\n* Bootsrap\n* iView\n* Element\n\n### JS 框架(交互编程)\n\n不同于 UI 框架,交互编程偏重于用户互动后的数据展示(采集)。也就是说,当你的前端页面需要根据用户的选择展示不同类型的数据的时候,就需要进行交互式编程。\n\n早期,开发者主要采用原生的 JavaScript 来实现这种交互,随着技术的演进,就诞生了专门用于交互编程的 JS 软件包框架,解决一些通用的问题,开发者能够基于这种 JS 软件包更方便的开发前端交互。\n\n主流的 JS 框架为:\n\n* jQuery\n* Vue.js\n* React\n* Angula.js\n* Ember.js\n* Meteor\n* Mithril\n* Backbone.js\n* Handlebars.js\n\n### 混合框架\n\n实际开发网站中,单单使用某一种框架并不能满足业务。\n\n比如 Vue.js 虽然能够很好的处理数据交互,但它自身却无法构造优美的界面。由于开源世界总有一些默默无闻的顶尖级程序员创造伟大的作品,所以基于主流的 UI 和 JS 框架,产生了繁荣的生态,框架相互组合,并引入了更多的工具,又组合成新的框架。\n\n以 Vue.js 为例,产生了更多混合框架:\n\n* bootstrap-vue 即 Vue.js + Boostrap\n* Ant Design of Vue 即 Vue.js + Ant Design\n* Vuetify.js 即 Vue.js + Material Design\n* Nuxt.js 即 Vue.js 的 SSR 模式增强\n* NativeScript-Vue 即 Vue.js 移动端开发增加\n* Quasar 即 Vue.js + 编写一次代码,并同时将其部署为网站,移动应用程序和/或电子应用程序\n\n## 辅助技术\n\n还有一些很重要的技术,它们没有上升到框架的层面,也不是技术的核心,但是它们是前端应用不可或缺的重要组成部分,包括:\n\n* Node 前端引擎\n* NPM 前端软件包的安装管理器\n* Webpack 前端打包工具\n* Babel 主要用于将 ECMAScript 2015+ 版本的代码转换为向后兼容的 JavaScript 语法\n\n## 谈谈 Node\n\nNode 即 Node.js。\n\n前面我们提到过,浏览器是包含 JavaScript 程序的解释器的,所以它能够处理 JS 代码。 \n\nNode 区别于以上任何框架,它应该称之为 JavaScript 程序的解释器(类似虚拟机),所以它主要用于不方便调用浏览器的场景下处理 JS 代码。\n\nNode 使用场景包括:调试和构建\n\n## 总结\n\n以上的解释看起来简单明了,但实际工作中仍然需要我们自身不断地实践和总结,才能抓住根本。", + "zh-CN": "如今的前端技术是一个复杂的生态。\n\n随便阅读一篇关于前端的技术文章,一定会发现大量的技术术语。什么 vue, webpack, react, Antdesign 等,各种新名词让初学者感到非常困惑,在较短的时间根本快速的理解整个前端体系,从而陷入一种低效、焦虑的学习状态。\n\n## 什么是前端?\n\n在网站技术中,前端就是用户界面,主要通过页面向用户展示内容或数据,同时用户可以自主选择需要的内容并向网站填写数据后给出反馈。\n\n前端是相对后端而言的。前+后这种分工模式,在生活中或人类的组织分工中非常常见,举例:\n\n* 电视机+机顶盒\n* 士兵+作战指挥部\n* 无人便利店+运作系统\n\n简而言之,网站的前端主要通过从后台获取数据,向用户展示数据或采集数据传送到后台\n\n## 前端技术体系\n\n以网站为例,前端的载体就是浏览器 Chrome, FireFox 等,所以前端技术自始至终都是围绕浏览器的几个基础技术进行发展:\n\n* HTML\n* CSS\n* JavaScript/ECMAScript\n\n现在流行的前端技术都是对以上基础技术进行“高级编程”,围绕界面设计、界面互动和界面体验,提供不同的软件包。\n\n比如:Vue, React, Bootstrap 等框架都是这方面的杰出代表。\n\n不管哪一种框架最终都是依赖以上技术。\n\n### UI 框架\n\nUI 框架偏重于 UI 显示的效果,其包含设计理念,所以基于同一种 UI 框架的网站其视觉效果看起来非常类似。\n\n主流的 UI 框架为:\n\n* Material Design\n* Ant Design\n* Bootsrap\n* iView\n* Element\n\n### JS 框架(交互编程)\n\n不同于 UI 框架,交互编程偏重于用户互动后的数据展示(采集)。也就是说,当你的前端页面需要根据用户的选择展示不同类型的数据的时候,就需要进行交互式编程。\n\n早期,开发者主要采用原生的 JavaScript 来实现这种交互,随着技术的演进,就诞生了专门用于交互编程的 JS 软件包框架,解决一些通用的问题,开发者能够基于这种 JS 软件包更方便的开发前端交互。\n\n主流的 JS 框架为:\n\n* jQuery\n* Vue.js\n* React\n* Angula.js\n* Ember.js\n* Meteor\n* Mithril\n* Backbone.js\n* Handlebars.js\n\n### 混合框架\n\n实际开发网站中,单单使用某一种框架并不能满足业务。\n\n比如 Vue.js 虽然能够很好的处理数据交互,但它自身却无法构造优美的界面。由于开源世界总有一些默默无闻的顶尖级程序员创造伟大的作品,所以基于主流的 UI 和 JS 框架,产生了繁荣的生态,框架相互组合,并引入了更多的工具,又组合成新的框架。\n\n以 Vue.js 为例,产生了更多混合框架:\n\n* bootstrap-vue 即 Vue.js + Boostrap\n* Ant Design of Vue 即 Vue.js + Ant Design\n* Vuetify.js 即 Vue.js + Material Design\n* Nuxt.js 即 Vue.js 的 SSR 模式增强\n* NativeScript-Vue 即 Vue.js 移动端开发增加\n* Quasar 即 Vue.js + 编写一次代码,并同时将其部署为网站,移动应用程序和/或电子应用程序\n\n## 辅助技术\n\n还有一些很重要的技术,它们没有上升到框架的层面,也不是技术的核心,但是它们是前端应用不可或缺的重要组成部分,包括:\n\n* Node 前端引擎\n* NPM 前端软件包的安装管理器\n* Webpack 前端打包工具\n* Babel 主要用于将 ECMAScript 2015+ 版本的代码转换为向后兼容的 JavaScript 语法\n\n## 谈谈 Node\n\nNode 即 Node.js。\n\n前面我们提到过,浏览器是包含 JavaScript 程序的解释器的,所以它能够处理 JS 代码。 \n\nNode 区别于以上任何框架,它应该称之为 JavaScript 程序的解释器(类似虚拟机),所以它主要用于不方便调用浏览器的场景下处理 JS 代码。\n\nNode 使用场景包括:调试和构建\n\n## 总结\n\n以上的解释看起来简单明了,但实际工作中仍然需要我们自身不断地实践和总结,才能抓住根本。" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2020-08-28T07:37+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6jTFh73Q9ZKXXW54xGcu6l", + "type": "Entry", + "createdAt": "2022-10-20T15:47:30.662Z", + "updatedAt": "2022-10-21T07:24:44.447Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 25, + "publishedAt": "2022-10-21T07:24:44.447Z", + "firstPublishedAt": "2022-10-20T17:33:45.195Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 26, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6jTFh73Q9ZKXXW54xGcu6l" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "ghost-best-blog-software" + }, + "title": { + "en-US": "Ghost ,博客系统代名词", + "zh-CN": "Ghost ,博客系统代名词" + }, + "content": { + "en-US": "Ghost 博客系统是前 WordPress 的一些优秀员工的创业项目。项目仍然采用 100% 开源,加上官方的收费托管的商业模式,目前已经发展成为一个非常的博客系统。\n\n为了更好的方便读者理解 Ghost 的价值,我觉得非常有必要把【博客系统】这个词做一个解决。\n\n博客,英文名称 Blog,即网络日志(日记)的意思。起源于2006年,首先从互联网人士和大学生群体中开始传播。【博客系统】即写博客、看博客的网站,比如新浪博客这种平台型博客系统,也有 WordPress 这种自建型博客系统。本文只讨论自建的博客系统。\n\n从某种意义上说,WordPress 就是早期的博客系统的代名词。随着互联网的发展,对信息内容的消费已经形成了一个热门产业,所以如今博客系统有了更丰富的元素:文字、图片、视频(播客)、社交媒体等。\n\nWordPress 经过多年的发展,已经成为一个建企业网站的巨无霸平台,功能越来越多,速度越来越慢,博客爱好者们此时再用 WordPress 建博客有了一种“杀鸡用牛刀”的感觉。\n\n专注于做博客系统的 Ghost 应运而生。\n\n也即使说,Ghost 将 WordPress 博客大旗接过来,现在 Ghost 就是博客系统的代名词\n\n下面直入主题,从使用开始:\n\n## 安装\n\n主要流行两种安装方法,源码安装和Docker安装。\n\n最简单的当然是 Docker安装方式,以 CentOS 为例介绍,具体步骤:\n\n1. 安装 Docker\n ```\n wget -O /etc/yum.repos.d/docker-ce.repo https://download.docker.com/linux/centos/docker-ce.repo\n yum install docker-ce\n ```\n2. 运行 Ghost 容器\n ```\n docker run -d --name some-ghost -e url=http://localhost:3001 -p 3001:2368 ghost\n ```\n4. 通过 3001 端口访问 Ghost\n\n> 特别要注意将 url 这个参数设置为自己的域名\n\n## 常见问题\n\n#### Ghost 运行速度快吗?\n\n非常快\n\n#### Ghost 为什么运行速度这么快?\n\nGhost 采用现在流行的网站前后分离方式,后端提供内容数据,前端提供界面以及显示内容。\n\n#### Ghost 前端模板采用什么技术?\n\nHandlebars.js\n", + "zh-CN": "Ghost 博客系统是前 WordPress 的一些优秀员工的创业项目。项目仍然采用 100% 开源,加上官方的收费托管的商业模式,目前已经发展成为一个非常的博客系统。\n\n为了更好的方便读者理解 Ghost 的价值,我觉得非常有必要把【博客系统】这个词做一个解决。\n\n博客,英文名称 Blog,即网络日志(日记)的意思。起源于2006年,首先从互联网人士和大学生群体中开始传播。【博客系统】即写博客、看博客的网站,比如新浪博客这种平台型博客系统,也有 WordPress 这种自建型博客系统。本文只讨论自建的博客系统。\n\n从某种意义上说,WordPress 就是早期的博客系统的代名词。随着互联网的发展,对信息内容的消费已经形成了一个热门产业,所以如今博客系统有了更丰富的元素:文字、图片、视频(播客)、社交媒体等。\n\nWordPress 经过多年的发展,已经成为一个建企业网站的巨无霸平台,功能越来越多,速度越来越慢,博客爱好者们此时再用 WordPress 建博客有了一种“杀鸡用牛刀”的感觉。\n\n专注于做博客系统的 Ghost 应运而生。\n\n也即使说,Ghost 将 WordPress 博客大旗接过来,现在 Ghost 就是博客系统的代名词\n\n下面直入主题,从使用开始:\n\n## 安装\n\n主要流行两种安装方法,源码安装和Docker安装。\n\n最简单的当然是 Docker安装方式,以 CentOS 为例介绍,具体步骤:\n\n1. 安装 Docker\n ```\n wget -O /etc/yum.repos.d/docker-ce.repo https://download.docker.com/linux/centos/docker-ce.repo\n yum install docker-ce\n ```\n2. 运行 Ghost 容器\n ```\n docker run -d --name some-ghost -e url=http://localhost:3001 -p 3001:2368 ghost\n ```\n4. 通过 3001 端口访问 Ghost\n\n> 特别要注意将 url 这个参数设置为自己的域名\n\n## 常见问题\n\n#### Ghost 运行速度快吗?\n\n非常快\n\n#### Ghost 为什么运行速度这么快?\n\nGhost 采用现在流行的网站前后分离方式,后端提供内容数据,前端提供界面以及显示内容。\n\n#### Ghost 前端模板采用什么技术?\n\nHandlebars.js\n" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2020-08-27T02:27+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6LZf5BpfEYfzMywQdJXrYH", + "type": "Entry", + "createdAt": "2022-10-20T15:48:52.330Z", + "updatedAt": "2022-10-21T07:04:57.923Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 37, + "publishedAt": "2022-10-21T07:04:57.923Z", + "firstPublishedAt": "2022-10-21T02:13:30.645Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 38, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6LZf5BpfEYfzMywQdJXrYH" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "vue-quickstart" + }, + "title": { + "en-US": "Vue 快速入门", + "zh-CN": "Vue 快速入门" + }, + "content": { + "en-US": "Vue 即 Vue.js,它是流行的前端开发框架,目前已经发展成为优秀的前端生态。\n\n学习 Vue 之前,需要具备:HTML, CSS, JavaScript 基础知识,最好还拥有使用这些技术开发过网站的经验。\n\n如果不熟悉 JavaScript,基本上无法理解 Vue.js。所以读者朋友,请根据自己的情况,做好学习 Vue.js 的准备工作吧。\n\n一旦具备基础知识后,便开始搭建环境,一边使用一边学习。 \n\n毫无疑问,一边动手一边看书,是掌握一门应用技能的最佳方法。\n\n## 安装\n\n针对于小型项目,只需将 Vue.js 库用于**引用**到项目中即可。\n针对于大型项目,官方建议使用 NPM 安装 Vue.js 以及配套的各种扩展工具。\n\n### 引用\n\n下面是官方提供的可供引用的方法:\n\n```\n#测试环境\n\n\n#生产环境-指定版本\n\n\n#原生 ES Modules 环境\n\n```\n\n### 安装\n\nNPM 是 JS/Node 的一个包管理工具,Vue 配套工具利用 NPM 安装其他相关的 JS 包到本地项目。\n\n下面列出从零开始的 Vue 安装过程:\n```\n#安装 Node 版本管理工具 [nvm](https://github.com/nvm-sh/nvm)\ncurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash\n\n#安装最新版 Node\nnvm install node\n\n#安装\n\n```\n\n## 原理\n\n想做到把握 Vue 的本质,需要牢牢记住如下几个要点:\n\n### 虚拟DOM\n\n虚拟 DOM 即虚拟出来的 DOM 元素,并不需要提前在 HTML 节点树中定义。而是先充分把虚拟 DOM 想做的事情“构建”出来,再挂载到真实的 HTML 结构中,这样便实现了所谓的前端的MVC化。\n\nVue 的根本原理是虚拟 DOM 技术。 \n\n### 根对象\n\n不管你有没有学习过 JS,你一定要明白,在 JS 中,一切皆对象。一个变量,一个类,一个函数,都具备对象的特征。\n\nVue 所谓的根实例,就是一个最基本的对象,对于 Vue 对象中定义的其他子项来说,Vue 根实例就是它们的父对象。\n\n一般用 this 表示根实例本身。\n\n### 格式 JSON 化\n\nVue 根实例中,主要将“数据+函数组选项”通过JSON格式展现出来。其中,data 可以写成对象,也可以写成函数(Vue 组件中必须写成函数)\n\n```\nvar app = new vue({\n el: '#app',\n\n data:{\n message: 'hello World'\n },\n\n  data: function() {\n    return {\n      mess: 'hello World'\n    },\n\n created: {\n functionName1: function (){},\n functionName2: function (){},\n functionName3: function (){},\n },\n\n methonds: {\n functionName1: function (){},\n functionName2: function (){},\n functionName3: function (){},\n },\n\n mounted: {\n functionName1: function (){},\n functionName2: function (){},\n functionName3: function (){},\n },\n\n beforeDestory: {\n functionName1: function (){},\n functionName2: function (){},\n functionName3: function (){},\n },\n\n filters: {\n functionName1: function (){},\n functionName2: function (){},\n functionName3: function (){},\n },\n\n computed: {\n functionName1: function (){},\n functionName2: function (){},\n functionName3: function (){},\n }, \n}\n)\n```\n\n### Vue 生命周期\n\nVue 实例具有一个生命周期,具体参考下图:\n\n![](https://cn.vuejs.org/images/lifecycle.png)\n\n### 灵活的数据绑定\n\nVue 实例是一起的根本,但需要必须与 HTML 的节点发生连接,才能产生作用。 \n\n这个连接过程,我们称之为数据绑定。 \n\nVue 技术体系中,与数据绑定相关的技术要素包括:\n\n1. 指令:v-model, v-on:click | dblclick | keyup | mousemove, v-bind, v-html, v-if, v-pre, 等\n2. 插值:{{ message }}, {{ message | filter }} 等", + "zh-CN": "Vue 即 Vue.js,它是流行的前端开发框架,目前已经发展成为优秀的前端生态。\n\n学习 Vue 之前,需要具备:HTML, CSS, JavaScript 基础知识,最好还拥有使用这些技术开发过网站的经验。\n\n如果不熟悉 JavaScript,基本上无法理解 Vue.js。所以读者朋友,请根据自己的情况,做好学习 Vue.js 的准备工作吧。\n\n一旦具备基础知识后,便开始搭建环境,一边使用一边学习。 \n\n毫无疑问,一边动手一边看书,是掌握一门应用技能的最佳方法。\n\n## 安装\n\n针对于小型项目,只需将 Vue.js 库用于**引用**到项目中即可。\n针对于大型项目,官方建议使用 NPM 安装 Vue.js 以及配套的各种扩展工具。\n\n### 引用\n\n下面是官方提供的可供引用的方法:\n\n```\n#测试环境\n\n\n#生产环境-指定版本\n\n\n#原生 ES Modules 环境\n\n```\n\n### 安装\n\nNPM 是 JS/Node 的一个包管理工具,Vue 配套工具利用 NPM 安装其他相关的 JS 包到本地项目。\n\n下面列出从零开始的 Vue 安装过程:\n```\n#安装 Node 版本管理工具 [nvm](https://github.com/nvm-sh/nvm)\ncurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash\n\n#安装最新版 Node\nnvm install node\n\n#安装\n\n```\n\n## 原理\n\n想做到把握 Vue 的本质,需要牢牢记住如下几个要点:\n\n### 虚拟DOM\n\n虚拟 DOM 即虚拟出来的 DOM 元素,并不需要提前在 HTML 节点树中定义。而是先充分把虚拟 DOM 想做的事情“构建”出来,再挂载到真实的 HTML 结构中,这样便实现了所谓的前端的MVC化。\n\nVue 的根本原理是虚拟 DOM 技术。 \n\n### 根对象\n\n不管你有没有学习过 JS,你一定要明白,在 JS 中,一切皆对象。一个变量,一个类,一个函数,都具备对象的特征。\n\nVue 所谓的根实例,就是一个最基本的对象,对于 Vue 对象中定义的其他子项来说,Vue 根实例就是它们的父对象。\n\n一般用 this 表示根实例本身。\n\n### 格式 JSON 化\n\nVue 根实例中,主要将“数据+函数组选项”通过JSON格式展现出来。其中,data 可以写成对象,也可以写成函数(Vue 组件中必须写成函数)\n\n```\nvar app = new vue({\n el: '#app',\n\n data:{\n message: 'hello World'\n },\n\n  data: function() {\n    return {\n      mess: 'hello World'\n    },\n\n created: {\n functionName1: function (){},\n functionName2: function (){},\n functionName3: function (){},\n },\n\n methonds: {\n functionName1: function (){},\n functionName2: function (){},\n functionName3: function (){},\n },\n\n mounted: {\n functionName1: function (){},\n functionName2: function (){},\n functionName3: function (){},\n },\n\n beforeDestory: {\n functionName1: function (){},\n functionName2: function (){},\n functionName3: function (){},\n },\n\n filters: {\n functionName1: function (){},\n functionName2: function (){},\n functionName3: function (){},\n },\n\n computed: {\n functionName1: function (){},\n functionName2: function (){},\n functionName3: function (){},\n }, \n}\n)\n```\n\n### Vue 生命周期\n\nVue 实例具有一个生命周期,具体参考下图:\n\n![](https://cn.vuejs.org/images/lifecycle.png)\n\n### 灵活的数据绑定\n\nVue 实例是一起的根本,但需要必须与 HTML 的节点发生连接,才能产生作用。 \n\n这个连接过程,我们称之为数据绑定。 \n\nVue 技术体系中,与数据绑定相关的技术要素包括:\n\n1. 指令:v-model, v-on:click | dblclick | keyup | mousemove, v-bind, v-html, v-if, v-pre, 等\n2. 插值:{{ message }}, {{ message | filter }} 等" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2020-08-26T11:04+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "21cjHSPxtHamfYTLAi14w", + "type": "Entry", + "createdAt": "2022-10-20T15:50:55.061Z", + "updatedAt": "2022-10-21T07:05:27.109Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2022-10-21T07:05:27.109Z", + "firstPublishedAt": "2022-10-20T17:32:21.520Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/21cjHSPxtHamfYTLAi14w" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "why-install-wordpress-by-image" + }, + "title": { + "en-US": "为什么 WordPress 镜像用起来顺手?", + "zh-CN": "为什么 WordPress 镜像用起来顺手?" + }, + "content": { + "en-US": "有用户朋友问,用已有WordPress镜像好?还是自己动手安装配置好?\n答案:用Websoft9的相关镜像好(各大云市场的镜像提供商比较多,“真假李逵”的现象总是有的,我们只对Websoft9的镜像是有信心的)\n为什么这么有信心?\nWebsoft9每天做着相同的事情:研究软件安装部署、处理客户反馈的故障和研究软件的配置方案。由于我们长年累月地重复着做这么“一件事”,毫无疑问我们有充分的理由和自信,除非你是高水平的IT运维师(云计算架构师),且你有个性化的配置需求,除此之外,Websoft9镜像是首选。\n镜像有什么?\n小小镜像,其实也是智慧、教训的积累。我以WordPress为例,以下15个问题您是否实践过?\n\nWordPress用Linux服务器还是Windows服务器?\nWordPress在PHP哪个版本下速度最快?\n一个服务器怎么部署多个网站?\nWordPress速度很慢?\n如何升级?\n如何自动备份?\n如何配置HTTPS?\n如何配置SMTP发邮件?\nWordPress无法在线安装插件\nWordPress无法上传图片\n数据库连不上\nWordPress更换域名后乱码了\nWordPress怎么播放视频\n如何可视化管理MySQL数据库?\nLinux一定要用命令吗?\n\n你若自己安装WordPress可能会碰到以上问题的2/3,你是否准备好了时间和精力去应对呢。\n我们只所以能够提出问题,主要由于我们在实践中发现了这些问题,并尽量形成解决方案或在镜像中自动处理。\n如果使用了我们的WordPress镜像,这些问题都有了解决方案,更为有利的是,我们每天都会收到不同用户对WordPress镜像的反馈,我们就会在性能、易用、安全、扩展等多个方面进行不断的迭代改善。", + "zh-CN": "有用户朋友问,用已有WordPress镜像好?还是自己动手安装配置好?\n答案:用Websoft9的相关镜像好(各大云市场的镜像提供商比较多,“真假李逵”的现象总是有的,我们只对Websoft9的镜像是有信心的)\n为什么这么有信心?\nWebsoft9每天做着相同的事情:研究软件安装部署、处理客户反馈的故障和研究软件的配置方案。由于我们长年累月地重复着做这么“一件事”,毫无疑问我们有充分的理由和自信,除非你是高水平的IT运维师(云计算架构师),且你有个性化的配置需求,除此之外,Websoft9镜像是首选。\n镜像有什么?\n小小镜像,其实也是智慧、教训的积累。我以WordPress为例,以下15个问题您是否实践过?\n\nWordPress用Linux服务器还是Windows服务器?\nWordPress在PHP哪个版本下速度最快?\n一个服务器怎么部署多个网站?\nWordPress速度很慢?\n如何升级?\n如何自动备份?\n如何配置HTTPS?\n如何配置SMTP发邮件?\nWordPress无法在线安装插件\nWordPress无法上传图片\n数据库连不上\nWordPress更换域名后乱码了\nWordPress怎么播放视频\n如何可视化管理MySQL数据库?\nLinux一定要用命令吗?\n\n你若自己安装WordPress可能会碰到以上问题的2/3,你是否准备好了时间和精力去应对呢。\n我们只所以能够提出问题,主要由于我们在实践中发现了这些问题,并尽量形成解决方案或在镜像中自动处理。\n如果使用了我们的WordPress镜像,这些问题都有了解决方案,更为有利的是,我们每天都会收到不同用户对WordPress镜像的反馈,我们就会在性能、易用、安全、扩展等多个方面进行不断的迭代改善。" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2020-08-26T10:48+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3QZ4ipgxRCJKxS8ryZsSuI", + "type": "Entry", + "createdAt": "2022-10-20T15:52:19.154Z", + "updatedAt": "2022-10-21T07:21:33.809Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2022-10-21T07:21:33.809Z", + "firstPublishedAt": "2022-10-21T07:21:33.809Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3QZ4ipgxRCJKxS8ryZsSuI" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "podman-quickstart" + }, + "title": { + "en-US": "Podman 快速入门", + "zh-CN": "Podman 快速入门" + }, + "content": { + "en-US": "今天在某云上新购一台云服务器,发现已经有了 CentOS8.2 官方镜像可选,出于对新鲜事物的好奇,我决定开始采用 CentOS8.2,即使我还没有为它的新特性做好准备。\n\n我的应用主要以单机版容器为主。因此,服务器启动的第一件事就是安装 Docker。不幸的事情发生了,我的 Docker 应用没有像 CentOS7 那样如期 running 起来。\n\n花了大量的时间排查,才找到一丝线索:CentOS8 以上的版本默认已经安装一个等同于 Docker的容器解决方案,这个就是Podman。\n\n两个容器解决在一起工作,相互打架的事情必然会发生。出于长治久安的考量,今天整个下午我展开了对 Podman 的研究,得到了如下的结论,希望这些结论能够让大家少走一点弯路。\n\n## Podman 与 Docker 哪个好?\n\n对于这种问题,我想如何没有深刻的实践是一定无法得出结论的。就我个人来说,首先,刚开始学习的时候,我也尝试先从专业博客和论坛中寻找答案。\n\n我发现 Podman 中文相关的资料非常少,同理,评价它的博客就更少了,倒是有一篇非常吸人眼球的文章,例如:[Docker 大势已去,Podman 万岁](https://blog.csdn.net/alex_yangchuansheng/article/details/102618128)。但认真阅读它,却没有特别有价值的对比,完全是一种主观的表达。因此,我们不要被他人的文章所引导(误导)而形成一种偏见。\n\nPodman 是 RedHat 为了抢占容器标准的一种战略产品,这就是我的看法。\n\n## Podman 兼容 Docker吗?\n\n大部分是兼容的,例如:\n\n1. 可以直接使用 Docker 镜像\n2. 命令非常相似\n\n如果你非常怀念 docker命令,甚至可以给 Podman 设置别名为 docker:\n\n```\necho \"alias docker=podman\" >> .bashrc\nsource .bashrc\n```\n\n## Podman 镜像\n\n### 默认镜像库\n\n文件 */etc/containers/registries.conf* 是设置镜像地址配置文件,默认会搜索 ['registry.access.redhat.com', 'registry.redhat.io', 'docker.io', 'quay.io']\n等几个镜像库。\n\n不过,这几个镜像库下载速度非常慢,可以说是基本无法顺利的将镜像拉下来。\n\n所以,需要修改修改镜像库配置文件,也就是大家说的**镜像加速**方案。\n\n### 镜像加速\n\n只需2个步骤实现镜像加速:\n\n1. 改名并备份好文件:*/etc/containers/registries.conf*\n2. 再新建一个空的 *registries.conf* 文件,插入如下内容\n ```\n unqualified-search-registries = [\"docker.io\"]\n [[registry]]\n prefix = \"docker.io\"\n location = \"******.mirror.aliyuncs.com\"\n ```\n3. 修改 location\n * 网易:https://hub-mirror.c.163.com/\n * 阿里云:https://<你的ID>.mirror.aliyuncs.com\n * 七牛云加速器:https://reg-mirror.qiniu.com\n4. 保存\n\n## Podman Compose\n\nPodman Compose 等同于 Docker Compose,是用于固化容器运行参数以及协调容器之间的关系的一种较为简单的方案。\n\n使用如下的命令,安装 Podman Compose,并根据自己的喜好设置别名(如果仍然忘不了 docker)\n\n```\npip3 install podman-compose\necho \"alias docker-compose=podman-compose\" >> .bashrc\nsource .bashrc\n```\n\n## Podman 外网\n\n如果以普通用户运行容器,此容器默认无法被外网访问,为了避免不必要的麻烦,建议以root用户创建并运行容器。\n\n另外,run 容器的时候,请勿使用 `-p 0.0.0.0:9090:80` 这种端口映射方式,它会导致容器无法被外网访问。如果采用正常的端口映射方式 `-p :9090:80`,就没有任何问题。\n\n```\n#无法被外网访问\nsudo podman run --name phpmyadmin --restart=always -itd -p 0.0.0.0:9090:80 -e PMA_HOST=10.88.0.1 phpmyadmin/phpmyadmin\n\n#可以被外网访问\nsudo podman run --name phpmyadmin --restart=always -itd -p 9090:80 -e PMA_HOST=10.88.0.1 phpmyadmin/phpmyadmin\n```", + "zh-CN": "今天在某云上新购一台云服务器,发现已经有了 CentOS8.2 官方镜像可选,出于对新鲜事物的好奇,我决定开始采用 CentOS8.2,即使我还没有为它的新特性做好准备。\n\n我的应用主要以单机版容器为主。因此,服务器启动的第一件事就是安装 Docker。不幸的事情发生了,我的 Docker 应用没有像 CentOS7 那样如期 running 起来。\n\n花了大量的时间排查,才找到一丝线索:CentOS8 以上的版本默认已经安装一个等同于 Docker的容器解决方案,这个就是Podman。\n\n两个容器解决在一起工作,相互打架的事情必然会发生。出于长治久安的考量,今天整个下午我展开了对 Podman 的研究,得到了如下的结论,希望这些结论能够让大家少走一点弯路。\n\n## Podman 与 Docker 哪个好?\n\n对于这种问题,我想如何没有深刻的实践是一定无法得出结论的。就我个人来说,首先,刚开始学习的时候,我也尝试先从专业博客和论坛中寻找答案。\n\n我发现 Podman 中文相关的资料非常少,同理,评价它的博客就更少了,倒是有一篇非常吸人眼球的文章,例如:[Docker 大势已去,Podman 万岁](https://blog.csdn.net/alex_yangchuansheng/article/details/102618128)。但认真阅读它,却没有特别有价值的对比,完全是一种主观的表达。因此,我们不要被他人的文章所引导(误导)而形成一种偏见。\n\nPodman 是 RedHat 为了抢占容器标准的一种战略产品,这就是我的看法。\n\n## Podman 兼容 Docker吗?\n\n大部分是兼容的,例如:\n\n1. 可以直接使用 Docker 镜像\n2. 命令非常相似\n\n如果你非常怀念 docker命令,甚至可以给 Podman 设置别名为 docker:\n\n```\necho \"alias docker=podman\" >> .bashrc\nsource .bashrc\n```\n\n## Podman 镜像\n\n### 默认镜像库\n\n文件 */etc/containers/registries.conf* 是设置镜像地址配置文件,默认会搜索 ['registry.access.redhat.com', 'registry.redhat.io', 'docker.io', 'quay.io']\n等几个镜像库。\n\n不过,这几个镜像库下载速度非常慢,可以说是基本无法顺利的将镜像拉下来。\n\n所以,需要修改修改镜像库配置文件,也就是大家说的**镜像加速**方案。\n\n### 镜像加速\n\n只需2个步骤实现镜像加速:\n\n1. 改名并备份好文件:*/etc/containers/registries.conf*\n2. 再新建一个空的 *registries.conf* 文件,插入如下内容\n ```\n unqualified-search-registries = [\"docker.io\"]\n [[registry]]\n prefix = \"docker.io\"\n location = \"******.mirror.aliyuncs.com\"\n ```\n3. 修改 location\n * 网易:https://hub-mirror.c.163.com/\n * 阿里云:https://<你的ID>.mirror.aliyuncs.com\n * 七牛云加速器:https://reg-mirror.qiniu.com\n4. 保存\n\n## Podman Compose\n\nPodman Compose 等同于 Docker Compose,是用于固化容器运行参数以及协调容器之间的关系的一种较为简单的方案。\n\n使用如下的命令,安装 Podman Compose,并根据自己的喜好设置别名(如果仍然忘不了 docker)\n\n```\npip3 install podman-compose\necho \"alias docker-compose=podman-compose\" >> .bashrc\nsource .bashrc\n```\n\n## Podman 外网\n\n如果以普通用户运行容器,此容器默认无法被外网访问,为了避免不必要的麻烦,建议以root用户创建并运行容器。\n\n另外,run 容器的时候,请勿使用 `-p 0.0.0.0:9090:80` 这种端口映射方式,它会导致容器无法被外网访问。如果采用正常的端口映射方式 `-p :9090:80`,就没有任何问题。\n\n```\n#无法被外网访问\nsudo podman run --name phpmyadmin --restart=always -itd -p 0.0.0.0:9090:80 -e PMA_HOST=10.88.0.1 phpmyadmin/phpmyadmin\n\n#可以被外网访问\nsudo podman run --name phpmyadmin --restart=always -itd -p 9090:80 -e PMA_HOST=10.88.0.1 phpmyadmin/phpmyadmin\n```" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2020-08-26T09:57+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "39GBg7NG22zI3e7qYMnlrd", + "type": "Entry", + "createdAt": "2022-10-20T15:54:44.432Z", + "updatedAt": "2022-10-21T07:03:51.517Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2022-10-21T07:03:51.517Z", + "firstPublishedAt": "2022-10-20T17:30:59.266Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/39GBg7NG22zI3e7qYMnlrd" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "browser-url-work-concept" + }, + "title": { + "en-US": "当我们在浏览器中输入一个URL后,发生了什么?", + "zh-CN": "当我们在浏览器中输入一个URL后,发生了什么?" + }, + "content": { + "en-US": "文章来源:https://blog.csdn.net/qq_36113598/article/details/79461285\n\n![](http://kmknkk.oss-cn-beijing.aliyuncs.com/Blog-image/%E8%BE%93%E5%85%A5URL/TCP%E4%B8%89%E6%AC%A1%E6%8F%A1%E6%89%8B.jpg)", + "zh-CN": "文章来源:https://blog.csdn.net/qq_36113598/article/details/79461285\n\n![](http://kmknkk.oss-cn-beijing.aliyuncs.com/Blog-image/%E8%BE%93%E5%85%A5URL/TCP%E4%B8%89%E6%AC%A1%E6%8F%A1%E6%89%8B.jpg)" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2020-08-26T09:01+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "62WvTdmJpCerrtN3l0YMiw", + "type": "Entry", + "createdAt": "2022-10-20T15:56:20.170Z", + "updatedAt": "2022-10-21T07:03:23.175Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2022-10-21T07:03:23.175Z", + "firstPublishedAt": "2022-10-20T17:30:23.082Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/62WvTdmJpCerrtN3l0YMiw" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "http-error-code" + }, + "title": { + "en-US": "[转]HTTP状态码 错误列表", + "zh-CN": "[转]HTTP状态码 错误列表" + }, + "content": { + "en-US": "如果向您的服务器发出了某项请求要求显示您网站上的某个网页(例如,当用户通过浏览器访问您的网页或在 Googlebot 抓取该网页时),那么,您的服务器会返回 HTTP 状态代码以响应该请求。\n\n此状态代码提供了有关请求状态的信息,且为 Googlebot 提供了有关您网站和请求的网页的信息。\n\n阅读[原文](https://blog.csdn.net/weixin_33976072/article/details/92047404)", + "zh-CN": "如果向您的服务器发出了某项请求要求显示您网站上的某个网页(例如,当用户通过浏览器访问您的网页或在 Googlebot 抓取该网页时),那么,您的服务器会返回 HTTP 状态代码以响应该请求。\n\n此状态代码提供了有关请求状态的信息,且为 Googlebot 提供了有关您网站和请求的网页的信息。\n\n阅读[原文](https://blog.csdn.net/weixin_33976072/article/details/92047404)" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2020-08-26T09:01+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1Gtk46zH3tzsm1R0ZRgPk5", + "type": "Entry", + "createdAt": "2022-10-20T15:57:40.689Z", + "updatedAt": "2022-10-21T07:02:58.280Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2022-10-21T07:02:58.280Z", + "firstPublishedAt": "2022-10-20T17:29:51.943Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1Gtk46zH3tzsm1R0ZRgPk5" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2DJ4xzZQwmbYv6D2O23Sv5" + } + } + }, + "slug": { + "en-US": "kejixing-company-2020" + }, + "title": { + "en-US": "网久软件入库国家科技型中小企业", + "zh-CN": "网久软件入库国家科技型中小企业" + }, + "featureImage": { + "en-US": "https://images.unsplash.com/photo-1593642634402-b0eb5e2eebc9?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=2000&fit=max&ixid=eyJhcHBfaWQiOjExNzczfQ" + }, + "content": { + "en-US": "2020年8月15日,根据科技部、财政部、国家税务总局《科技型中小企业评价办法》(国科发政〔2017〕115号)、科技部火炬中心《科技型中小企业评价办法工作指引(试行)》(国科火字〔2017〕144号)文件要求,经企业自评,长沙市科技局、湖南省科技厅审核批准,长沙网久软件有限公司正式入库国家科技型中小企业!\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2020/08/2020kejixingqy-websoft9.jpg)\n\n入库国家科技型中小企业,标志着网久软件的科技创新和技术研发能力得到了国家科技部门的认可。今年以来,“长沙软件业再出发”的行动号角激昂吹响,网久软件将立足岳麓大科城,深耕云计算领域,修好内功,不断提升软件产品及服务质量,持续专注开源软件的集成、自动化安装及商业级技术服务,简化企业上云,助力企业全球化和数字化转型升级。\n\n**什么是科技型中小企业?**\n科技型中小企业是指依托一定数量的科技人员从事科学技术研究开发活动,取得自主知识产权并将其转化为高新技术产品或服务,从而实现可持续发展的中小企业。", + "zh-CN": "2020年8月15日,根据科技部、财政部、国家税务总局《科技型中小企业评价办法》(国科发政〔2017〕115号)、科技部火炬中心《科技型中小企业评价办法工作指引(试行)》(国科火字〔2017〕144号)文件要求,经企业自评,长沙市科技局、湖南省科技厅审核批准,长沙网久软件有限公司正式入库国家科技型中小企业!\n\n![](https://libs.websoft9.com/Websoft9/blog/zh/2020/08/2020kejixingqy-websoft9.jpg)\n\n入库国家科技型中小企业,标志着网久软件的科技创新和技术研发能力得到了国家科技部门的认可。今年以来,“长沙软件业再出发”的行动号角激昂吹响,网久软件将立足岳麓大科城,深耕云计算领域,修好内功,不断提升软件产品及服务质量,持续专注开源软件的集成、自动化安装及商业级技术服务,简化企业上云,助力企业全球化和数字化转型升级。\n\n**什么是科技型中小企业?**\n科技型中小企业是指依托一定数量的科技人员从事科学技术研究开发活动,取得自主知识产权并将其转化为高新技术产品或服务,从而实现可持续发展的中小企业。" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2020-08-15T09:47+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "28qJKt2Alz2kIzPCA3xnlo", + "type": "Entry", + "createdAt": "2022-10-20T15:59:10.947Z", + "updatedAt": "2022-10-21T07:22:05.172Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2022-10-21T07:22:05.172Z", + "firstPublishedAt": "2022-10-21T07:22:05.172Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/28qJKt2Alz2kIzPCA3xnlo" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "password-need-modify" + }, + "title": { + "en-US": "高危:弱密码问题", + "zh-CN": "高危:弱密码问题" + }, + "content": { + "en-US": "近期有不少用户反馈,由于服务器密码或数据库密码设置太简单,导致数据被黑客盗取、甚至删除,造成了严重的后果。信息安全是一个看不见但是非常重要的工作,由于大部分中小企业没有专门的信息安全管理员,但我们在云上运行我们的软件,处理我们的业务,信息安全是无可回避。\n\n本文不对信息安全做过多的解释,就近期我们了解到的情况来说,请用户朋友们务必做好如下两个工作:\n\n**第一,将弱密码修改为强密码**\n\n弱密码(Weak passwords)即容易破译的密码,多为简单的数字组合、帐号相同的数字组合、键盘上的临近键或常见姓名,例如“123456”、“abc123”、“Michael”等。我们镜像出厂配置的通用密码大部分为123456是典型的弱密码,虽然我们在产品初始化页面强调用户自行更改,但仍然有一部分用户忽略这个更改,导致数据安全事故的悲剧发生。\n\n国内网民常用的25个弱密码包括:000000、111111、11111111、112233、123123、123321、123456、12345678、654321、666666、888888、abcdef、abcabc、abc123、a1b2c3、aaa111、123qwe、qwerty、qweasd、admin、password、p@ssword、passwd、iloveyou、5201314、asdfghjkl、66666666、88888888\n\n强密码即Strong password,指不容易猜到或破解的密码。强密码应该具有如下特征:\n\n- 强密码长度至少有 8 个字符,\n- 不包含全部或部分用户帐户名,\n- 至少包含以下四类字符中的三类:大写字母、小写字母、数字,以及键盘上的符号(如 !、@、#)。\n- 字典中查不到。\n- 不是命令名、不是人名、不是用户名、不是计算机名。\n- 没有规则的大小写字母、数字、符号的组合,部分登录系统支持全角符号以及中文、其他语言等特殊符号的输入。\n- 不是容易被猜测到的密码(例如:1qaz@WSX qazwsxedc iloveyou 这样的)。\n\n**第二,设置好服务器的自动备份(快照备份),防患于未然**\n\n有服务器运维经验的用户都明白一个道理:“信息系统根本无法长时间保持100%稳定的状态,任何系统都可能会出现故障,只是故障出现的概率不同、危害程度不同而已”。\n\n1. 工作几天的成果被误删了,怎么恢复?\n2. 网站被黑客攻击面目全非,能复原吗?\n3. 网站内容被改得乱七八糟,想要恢复到一个正常状态?\n\n当故障发生之时,我们首先是寻求专业人士的帮助,快速诊断并处理故障,但不幸的是,有些故障无法在期望的时间周期内顺利的解决,甚至是无法解决。显然,有一个备份及其重要,它可以保证出现故障之时可以通过已有的备份文件将系统恢复到正常的状态,意味着可以避免由于无法恢复而造成的巨大损失。\n\n一定要养成备份的习惯,切莫存在侥幸心理。\n\n所有的云平台都提供了全局自动备份功能,基本原理是基于**磁盘快照**:快照是针对于服务器的磁盘来说的,它可以记录磁盘在指定时间点的数据,将其全部备份起来,并可以实现一键恢复。\n\n```text\n- 备份范围: 将操作系统、运行环境、数据库和应用程序\n- 备份效果: 非常好\n- 备份频率: 按小时、天、周备份均可\n- 恢复方式: 云平台一键恢复\n- 技能要求:非常容易\n- 自动化:设置策略后全自动备份\n```\n\n不同云平台的自动备份方案有一定的差异,详情参考 [云平台备份方案](https://support.websoft9.com/docs/faq/zh/tech-instance.html)\n\n另外,我司在2019年4月15日之前,会完成所有镜像的更新。最新版的镜像不再在文档中列出密码,而是采用一个随机密码伴随用户开机生成,这样可以从根本上解决弱密码的问题。", + "zh-CN": "近期有不少用户反馈,由于服务器密码或数据库密码设置太简单,导致数据被黑客盗取、甚至删除,造成了严重的后果。信息安全是一个看不见但是非常重要的工作,由于大部分中小企业没有专门的信息安全管理员,但我们在云上运行我们的软件,处理我们的业务,信息安全是无可回避。\n\n本文不对信息安全做过多的解释,就近期我们了解到的情况来说,请用户朋友们务必做好如下两个工作:\n\n**第一,将弱密码修改为强密码**\n\n弱密码(Weak passwords)即容易破译的密码,多为简单的数字组合、帐号相同的数字组合、键盘上的临近键或常见姓名,例如“123456”、“abc123”、“Michael”等。我们镜像出厂配置的通用密码大部分为123456是典型的弱密码,虽然我们在产品初始化页面强调用户自行更改,但仍然有一部分用户忽略这个更改,导致数据安全事故的悲剧发生。\n\n国内网民常用的25个弱密码包括:000000、111111、11111111、112233、123123、123321、123456、12345678、654321、666666、888888、abcdef、abcabc、abc123、a1b2c3、aaa111、123qwe、qwerty、qweasd、admin、password、p@ssword、passwd、iloveyou、5201314、asdfghjkl、66666666、88888888\n\n强密码即Strong password,指不容易猜到或破解的密码。强密码应该具有如下特征:\n\n- 强密码长度至少有 8 个字符,\n- 不包含全部或部分用户帐户名,\n- 至少包含以下四类字符中的三类:大写字母、小写字母、数字,以及键盘上的符号(如 !、@、#)。\n- 字典中查不到。\n- 不是命令名、不是人名、不是用户名、不是计算机名。\n- 没有规则的大小写字母、数字、符号的组合,部分登录系统支持全角符号以及中文、其他语言等特殊符号的输入。\n- 不是容易被猜测到的密码(例如:1qaz@WSX qazwsxedc iloveyou 这样的)。\n\n**第二,设置好服务器的自动备份(快照备份),防患于未然**\n\n有服务器运维经验的用户都明白一个道理:“信息系统根本无法长时间保持100%稳定的状态,任何系统都可能会出现故障,只是故障出现的概率不同、危害程度不同而已”。\n\n1. 工作几天的成果被误删了,怎么恢复?\n2. 网站被黑客攻击面目全非,能复原吗?\n3. 网站内容被改得乱七八糟,想要恢复到一个正常状态?\n\n当故障发生之时,我们首先是寻求专业人士的帮助,快速诊断并处理故障,但不幸的是,有些故障无法在期望的时间周期内顺利的解决,甚至是无法解决。显然,有一个备份及其重要,它可以保证出现故障之时可以通过已有的备份文件将系统恢复到正常的状态,意味着可以避免由于无法恢复而造成的巨大损失。\n\n一定要养成备份的习惯,切莫存在侥幸心理。\n\n所有的云平台都提供了全局自动备份功能,基本原理是基于**磁盘快照**:快照是针对于服务器的磁盘来说的,它可以记录磁盘在指定时间点的数据,将其全部备份起来,并可以实现一键恢复。\n\n```text\n- 备份范围: 将操作系统、运行环境、数据库和应用程序\n- 备份效果: 非常好\n- 备份频率: 按小时、天、周备份均可\n- 恢复方式: 云平台一键恢复\n- 技能要求:非常容易\n- 自动化:设置策略后全自动备份\n```\n\n不同云平台的自动备份方案有一定的差异,详情参考 [云平台备份方案](https://support.websoft9.com/docs/faq/zh/tech-instance.html)\n\n另外,我司在2019年4月15日之前,会完成所有镜像的更新。最新版的镜像不再在文档中列出密码,而是采用一个随机密码伴随用户开机生成,这样可以从根本上解决弱密码的问题。" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2021-02-15T00:00+08:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2FD2HtWcF7D67vWELoyA6x", + "type": "Entry", + "createdAt": "2022-10-20T16:01:08.975Z", + "updatedAt": "2022-10-21T07:02:27.281Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 14, + "publishedAt": "2022-10-21T07:02:27.281Z", + "firstPublishedAt": "2022-10-20T17:28:09.635Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 15, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2FD2HtWcF7D67vWELoyA6x" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "introduction-hybrid-cloud" + }, + "title": { + "en-US": "多云来了,为什么有混合云的存在?", + "zh-CN": "多云来了,为什么有混合云的存在?" + }, + "content": { + "en-US": "这几年混合云(Hybrid Cloud)被“炒”得很火,下面笔者谈谈自己的看法。\n\n![](https://libs.websoft9.com/Websoft9/DocsPicture/en/mist/hybrid-cloud-image-new-multiple-clouds11.jpg)\n\n**云计算是什么?**\n\n在了解混合云之前,我们先认清云计算的本质。\n\n我们知道,云计算事实上已经成为企业基础架构上的主要形式,好不夸张的说,云计算就是当代企业的IT架构。\n\n云计算从基础设施的所有权(建设者)这个角度看,分为:公有云和私有云两种\n\n- 公有云:由AWS,Azure,阿里云,华为云,腾讯云等厂商提供的面向全世界广大用户提供的一种按需租用的云计算设施\n- 私有云:由企业通过VMware,OpenStack,KVM等虚拟化软件,自行搭建的内部云计算设施\n\n不管是公有云,还是私有云,相对于传统的架构来,云的特征是虚拟化和服务化。\n\n虚拟化,即将计算机的硬件资源虚拟成软件资源,其中**服务器虚拟机实例、容器虚拟机实例**是两种最核心的资源。\n\n服务化,即将传统的“创建服务器->安装操作系统->安装应用软件->使用应用软件”这种使用软件的4步骤流程,通过预先配置好,在需要使用软件的时候一键启用即可,这样4个流程就变成直接使用应用软件(仅一个步骤)。这是什么意思?举个例子:IT管理员应业务部门要求,要部署一个MySQL数据库,供业务部门去做数据分析。\n\n那么企业内部的流程一般是这样的:\n\n1. 业务部门提出需求\n2. IT部门确认需求\n3. IT部门交付:创建服务器->安装操作系统->安装MySQL->测试MySQL可用性\n4. 业务部门使用MySQL\n5. IT部门响应技术支持\n\n那么服务化之后,流程是怎么样的?\n\n1. 业务部门通过云门户找到MySQL,直接使用\n2. IT部门响应技术支持\n\n显然流程大大简化。前面提到,服务化需要预配置一些通用服务,甚至能够让用户有一些个性化的选择,那么就需要IT部门在设计服务、配置服务上不管改进了。\n\n总结:云计算就是可以按需使用的:【**服务器虚拟机、容器虚拟机】+【软件服务化】**\n\n**公有云和私有云有区别吗?**\n\n如果您仔细阅读了上节,那您一定会同意我下面的观点。\n\n从计算的角度上看,公有云和私有没有区别。就像大国与小国的区别,大饭店与家庭厨房的区别一样,本质上是没有区别。\n\n如果一定要谈区别,无非就是公有云提供的虚拟化资源更多,软件服务化更多,甚至有的云厂商把ToB的人工服务(例如:商标服务、知识产权服务等)也作为其服务目录。\n\n**混合云是什么?**\n\n一般来说,公有云上的虚拟化资源和服务资源是海量的,当代企业组织(非国家特殊机关或涉密组织)如果还没有使用公有云那么是不可思议的。但公有云的海量资源,面对不同行业不同企业千差万别的需求来说,不可能满足所有的业务场景,另外从数据安全、成本和效率的角度,有些场景下私有云更有优势。\n\n所以既使用公有云,又使用了私有云是很正常的架构。\n\n再回过头来看使用公有云,大型企业在使用公有云上有更多评价指标(比如:性能、架构、合作等),往往不是单一公有云合作商。\n\n同理,在自行搭建私有云的时候,所采用的技术架构可能也不是单一的。\n\n![](https://libs.websoft9.com/Websoft9/DocsPicture/en/mist/mist-clouds-websoft9.png)\n\n图、常见的公有云和私有云技术栈\n\n从上图看,一个企业面临管理多种云技术的巨大挑战,自然而然,市场上就有软件提供商在考虑,能否提供一个集中的云管理软件,能够将不同云技术的资源都管理起来呢?显然,有这种市场需求,当前市场上有大量这种多云管理软件(CMP),玩家包括:VMware,Redhat、Cisco、Dell等巨头,也包括一些IT工具软件商。\n\nCMP的主要功能主要集中在如下几个方面:\n\n- 资源(虚拟机、容器、存储、网络等)整个生命周期管理,包括:创建、监控和销毁等\n- 成本管理\n- 多用户的权限与审批管理,身份,安全性和合规性\n- 云迁移,备份和灾难恢复\n- 自动化运维技术\n- DevOps支持\n\n**总结:**\n\n1. 混合云不是一种云,而是一种状态,企业使用了多种云架构,就称之为他们使用了混合云。\n2. 多云管理软件是最佳混合云管理工具,但不是必要工具\n\n**混合云有哪些玩家?**\n\n![](https://libs.websoft9.com/Websoft9/DocsPicture/en/mist/gartner-cmp-2108.png)\n\n直接看Gartner的云管理平台的魔力象限吧\n\n**有哪些开源多云管理平台?**\n[参考](https://www.opensourceforu.com/2019/11/the-top-nine-open-source-cloud-management-platforms/)", + "zh-CN": "这几年混合云(Hybrid Cloud)被“炒”得很火,下面笔者谈谈自己的看法。\n\n![](https://libs.websoft9.com/Websoft9/DocsPicture/en/mist/hybrid-cloud-image-new-multiple-clouds11.jpg)\n\n**云计算是什么?**\n\n在了解混合云之前,我们先认清云计算的本质。\n\n我们知道,云计算事实上已经成为企业基础架构上的主要形式,好不夸张的说,云计算就是当代企业的IT架构。\n\n云计算从基础设施的所有权(建设者)这个角度看,分为:公有云和私有云两种\n\n- 公有云:由AWS,Azure,阿里云,华为云,腾讯云等厂商提供的面向全世界广大用户提供的一种按需租用的云计算设施\n- 私有云:由企业通过VMware,OpenStack,KVM等虚拟化软件,自行搭建的内部云计算设施\n\n不管是公有云,还是私有云,相对于传统的架构来,云的特征是虚拟化和服务化。\n\n虚拟化,即将计算机的硬件资源虚拟成软件资源,其中**服务器虚拟机实例、容器虚拟机实例**是两种最核心的资源。\n\n服务化,即将传统的“创建服务器->安装操作系统->安装应用软件->使用应用软件”这种使用软件的4步骤流程,通过预先配置好,在需要使用软件的时候一键启用即可,这样4个流程就变成直接使用应用软件(仅一个步骤)。这是什么意思?举个例子:IT管理员应业务部门要求,要部署一个MySQL数据库,供业务部门去做数据分析。\n\n那么企业内部的流程一般是这样的:\n\n1. 业务部门提出需求\n2. IT部门确认需求\n3. IT部门交付:创建服务器->安装操作系统->安装MySQL->测试MySQL可用性\n4. 业务部门使用MySQL\n5. IT部门响应技术支持\n\n那么服务化之后,流程是怎么样的?\n\n1. 业务部门通过云门户找到MySQL,直接使用\n2. IT部门响应技术支持\n\n显然流程大大简化。前面提到,服务化需要预配置一些通用服务,甚至能够让用户有一些个性化的选择,那么就需要IT部门在设计服务、配置服务上不管改进了。\n\n总结:云计算就是可以按需使用的:【**服务器虚拟机、容器虚拟机】+【软件服务化】**\n\n**公有云和私有云有区别吗?**\n\n如果您仔细阅读了上节,那您一定会同意我下面的观点。\n\n从计算的角度上看,公有云和私有没有区别。就像大国与小国的区别,大饭店与家庭厨房的区别一样,本质上是没有区别。\n\n如果一定要谈区别,无非就是公有云提供的虚拟化资源更多,软件服务化更多,甚至有的云厂商把ToB的人工服务(例如:商标服务、知识产权服务等)也作为其服务目录。\n\n**混合云是什么?**\n\n一般来说,公有云上的虚拟化资源和服务资源是海量的,当代企业组织(非国家特殊机关或涉密组织)如果还没有使用公有云那么是不可思议的。但公有云的海量资源,面对不同行业不同企业千差万别的需求来说,不可能满足所有的业务场景,另外从数据安全、成本和效率的角度,有些场景下私有云更有优势。\n\n所以既使用公有云,又使用了私有云是很正常的架构。\n\n再回过头来看使用公有云,大型企业在使用公有云上有更多评价指标(比如:性能、架构、合作等),往往不是单一公有云合作商。\n\n同理,在自行搭建私有云的时候,所采用的技术架构可能也不是单一的。\n\n![](https://libs.websoft9.com/Websoft9/DocsPicture/en/mist/mist-clouds-websoft9.png)\n\n图、常见的公有云和私有云技术栈\n\n从上图看,一个企业面临管理多种云技术的巨大挑战,自然而然,市场上就有软件提供商在考虑,能否提供一个集中的云管理软件,能够将不同云技术的资源都管理起来呢?显然,有这种市场需求,当前市场上有大量这种多云管理软件(CMP),玩家包括:VMware,Redhat、Cisco、Dell等巨头,也包括一些IT工具软件商。\n\nCMP的主要功能主要集中在如下几个方面:\n\n- 资源(虚拟机、容器、存储、网络等)整个生命周期管理,包括:创建、监控和销毁等\n- 成本管理\n- 多用户的权限与审批管理,身份,安全性和合规性\n- 云迁移,备份和灾难恢复\n- 自动化运维技术\n- DevOps支持\n\n**总结:**\n\n1. 混合云不是一种云,而是一种状态,企业使用了多种云架构,就称之为他们使用了混合云。\n2. 多云管理软件是最佳混合云管理工具,但不是必要工具\n\n**混合云有哪些玩家?**\n\n![](https://libs.websoft9.com/Websoft9/DocsPicture/en/mist/gartner-cmp-2108.png)\n\n直接看Gartner的云管理平台的魔力象限吧\n\n**有哪些开源多云管理平台?**\n[参考](https://www.opensourceforu.com/2019/11/the-top-nine-open-source-cloud-management-platforms/)" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2019-11-06T11:13+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5Anf8h6LFiU41fOIKafscW", + "type": "Entry", + "createdAt": "2022-10-20T16:03:05.321Z", + "updatedAt": "2022-10-21T07:02:00.518Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2022-10-21T07:02:00.518Z", + "firstPublishedAt": "2022-10-20T17:27:26.693Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5Anf8h6LFiU41fOIKafscW" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "2019chinanational" + }, + "title": { + "en-US": "2019年国庆期间技术支持", + "zh-CN": "2019年国庆期间技术支持" + }, + "content": { + "en-US": "尊敬的用户朋友:\n\n国庆来临,首先让我们一起祝贺共和国70华诞,人民共和国是无数英雄用生命浇灌出来的果实,作为后辈我们永不可忘却哪些革命战争年代的英雄们。\n\n![](https://libs.websoft9.com/Websoft9/mainsite/zh/2019/2019guoqing.jpg)\n\n我司国庆的放假时间为:2019年10月1日至2019年10月7日\n\n为了保证用户业务能够正常运作,国庆期间我们继续提供人工技术支持,请通过下面几种渠道联系我们:\n\n- 7*24 技术故障处理,请发[工单](https://desk.zoho.com.cn/portal/websoft9/newticket) 或 发邮件 help@websoft9.com\n- 7*8 售前问题或紧急故障,请拨打技术支持热线:**0731-8957 2759**", + "zh-CN": "尊敬的用户朋友:\n\n国庆来临,首先让我们一起祝贺共和国70华诞,人民共和国是无数英雄用生命浇灌出来的果实,作为后辈我们永不可忘却哪些革命战争年代的英雄们。\n\n![](https://libs.websoft9.com/Websoft9/mainsite/zh/2019/2019guoqing.jpg)\n\n我司国庆的放假时间为:2019年10月1日至2019年10月7日\n\n为了保证用户业务能够正常运作,国庆期间我们继续提供人工技术支持,请通过下面几种渠道联系我们:\n\n- 7*24 技术故障处理,请发[工单](https://desk.zoho.com.cn/portal/websoft9/newticket) 或 发邮件 help@websoft9.com\n- 7*8 售前问题或紧急故障,请拨打技术支持热线:**0731-8957 2759**" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2019-09-27T10:56+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "47JmpXiiOivcDr7kbKeL9Z", + "type": "Entry", + "createdAt": "2022-10-20T16:04:31.760Z", + "updatedAt": "2022-10-21T07:01:32.247Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-10-21T07:01:32.247Z", + "firstPublishedAt": "2022-10-20T17:26:50.709Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/47JmpXiiOivcDr7kbKeL9Z" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "opensource-ip-report2019-caict" + }, + "title": { + "en-US": "[转]开源软件知识产权风险防控研究报告(2019年)", + "zh-CN": "[转]开源软件知识产权风险防控研究报告(2019年)" + }, + "content": { + "en-US": "本文来源:中国信息通信研究院\n直接阅读[详情](http://www.caict.ac.cn/kxyj/qwfb/bps/201907/t20190710_202781.htm)", + "zh-CN": "本文来源:中国信息通信研究院\n直接阅读[详情](http://www.caict.ac.cn/kxyj/qwfb/bps/201907/t20190710_202781.htm)" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2019-07-10T00:00+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1ksWFx2h8sLt1uDGDJuLoI", + "type": "Entry", + "createdAt": "2022-10-20T16:05:50.038Z", + "updatedAt": "2022-10-21T07:32:53.806Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-10-21T07:32:53.806Z", + "firstPublishedAt": "2022-10-20T17:26:11.091Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1ksWFx2h8sLt1uDGDJuLoI" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "snapshot-data-recovery" + }, + "title": { + "en-US": "快照功能,对你的数据恢复有多重要?", + "zh-CN": "快照功能,对你的数据恢复有多重要?" + }, + "content": { + "en-US": "大部分云服务器厂商都会提供一个叫“快照”的功能,快照是针对于磁盘来说的。顾名思义就是快速的拍照,首先是很快,然后是快照,简单理解为复制,记录的意思,即记录某个时刻硬盘\n的数据,全部拷贝,存储,一供键恢复\n\n1. 工作了几天的成果,被误删了;\n2. 黑客把我的东西弄的面目全非;\n3. 现在的内容已经乱七八糟了,我要回到一个舒适的原点;\n\n就是快照还原,一键恢复到当时的状态。也就是现场还原,很好的功能,千万记得用起来哦。\n\n下面我把阿里云如何做快照做个说明:\n\n1. 登录云控制台,进入“磁盘”,选择您的系统盘,点击“创建快照”;\n\n![img][]\n\n2.进入“快照列表”查看快照生成情况,进度100%表示快照生成成功。\n\n#### **附:服务器出现问题时的数据恢复方法(请谨慎操作):** ####\n\n1. 停止服务器;\n\n2.进入“快照列表”,选择您需要的那个快照,点击“回滚磁盘”;\n\n3.等待回滚完成后,服务器就恢复到您的快照的样子了\n\n[img]: https://libs-websoft9-com.oss-cn-qingdao.aliyuncs.com/Websoft9/blog/zh/2020/09/aliyun-snapshot-websoft9.png", + "zh-CN": "大部分云服务器厂商都会提供一个叫“快照”的功能,快照是针对于磁盘来说的。顾名思义就是快速的拍照,首先是很快,然后是快照,简单理解为复制,记录的意思,即记录某个时刻硬盘\n的数据,全部拷贝,存储,一供键恢复\n\n1. 工作了几天的成果,被误删了;\n2. 黑客把我的东西弄的面目全非;\n3. 现在的内容已经乱七八糟了,我要回到一个舒适的原点;\n\n就是快照还原,一键恢复到当时的状态。也就是现场还原,很好的功能,千万记得用起来哦。\n\n下面我把阿里云如何做快照做个说明:\n\n1. 登录云控制台,进入“磁盘”,选择您的系统盘,点击“创建快照”;\n\n![img][]\n\n2.进入“快照列表”查看快照生成情况,进度100%表示快照生成成功。\n\n#### **附:服务器出现问题时的数据恢复方法(请谨慎操作):** ####\n\n1. 停止服务器;\n\n2.进入“快照列表”,选择您需要的那个快照,点击“回滚磁盘”;\n\n3.等待回滚完成后,服务器就恢复到您的快照的样子了\n\n[img]: https://libs-websoft9-com.oss-cn-qingdao.aliyuncs.com/Websoft9/blog/zh/2020/09/aliyun-snapshot-websoft9.png" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2019-05-17T00:00+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6BZ2hQG5rQ5AUJt6BGVaOF", + "type": "Entry", + "createdAt": "2022-10-20T16:06:59.745Z", + "updatedAt": "2022-10-21T07:00:48.364Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 14, + "publishedAt": "2022-10-21T07:00:48.364Z", + "firstPublishedAt": "2022-10-20T17:25:29.702Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 3, + "version": 15, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6BZ2hQG5rQ5AUJt6BGVaOF" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2DJ4xzZQwmbYv6D2O23Sv5" + } + } + }, + "slug": { + "en-US": "windows-rdp-safe-cve20190708" + }, + "title": { + "en-US": "Windows RDP 远程代码执行高危漏洞(CVE-2019-0708)", + "zh-CN": "Windows RDP 远程代码执行高危漏洞(CVE-2019-0708)" + }, + "content": { + "en-US": "2019年5月15日,云厂商应急响应中心监测到微软官方发布紧急安全补丁,修复了一个Windows远程桌面服务的远程代码执行漏洞(CVE-2019-0708),利用此漏洞可能可以直接获取Windows服务器权限。\n\n**漏洞描述**\n\n微软官方紧急发布安全补丁,修复了一个Windows远程桌面服务的远程代码执行漏洞(CVE-2019-0708),该漏洞影响了某些旧版本的Windows系统。此漏洞是预身份验证,无需用户交互。当未经身份验证的攻击者使用RDP(常见端口3389)连接到目标系统并发送特制请求时,可以在目标系统上执行任意命令。甚至传播恶意蠕虫,感染内网其他机器。**类似于2017年爆发的WannaCry等恶意勒索软件病毒。**\n\n**漏洞评级**\n\nCVE-2019-0708 严重\n\n**影响版本**\n\nWindows 7\n\nWindows Server 2008 R2\n\nWindows Server 2008\n\nWindows 2003\n\nWindows XP\n\n**安全建议**\n\n**注:以下补丁修复方案均存在不可预知风险(黑屏或死机),建议修复前先备份数据/镜像**\n\n1. 针对Windows 7、Windows Server 2008和Windows Server 2008 R2的用户,及时安装官方安全补丁:https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0708\n2. 针对Windows 2003及Windows XP的用户,及时更新系统版本或安装官方补丁:https://support.microsoft.com/zh-cn/help/4500705/customer-guidance-for-cve-2019-0708\n3. 针对云用户,可使用安全组临时禁止RDP服务端口 **3389** 对外,阻止漏洞攻击\n\n相关链接\n\n* 微软官方通知:https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0708", + "zh-CN": "2019年5月15日,云厂商应急响应中心监测到微软官方发布紧急安全补丁,修复了一个Windows远程桌面服务的远程代码执行漏洞(CVE-2019-0708),利用此漏洞可能可以直接获取Windows服务器权限。\n\n**漏洞描述**\n\n微软官方紧急发布安全补丁,修复了一个Windows远程桌面服务的远程代码执行漏洞(CVE-2019-0708),该漏洞影响了某些旧版本的Windows系统。此漏洞是预身份验证,无需用户交互。当未经身份验证的攻击者使用RDP(常见端口3389)连接到目标系统并发送特制请求时,可以在目标系统上执行任意命令。甚至传播恶意蠕虫,感染内网其他机器。**类似于2017年爆发的WannaCry等恶意勒索软件病毒。**\n\n**漏洞评级**\n\nCVE-2019-0708 严重\n\n**影响版本**\n\nWindows 7\n\nWindows Server 2008 R2\n\nWindows Server 2008\n\nWindows 2003\n\nWindows XP\n\n**安全建议**\n\n**注:以下补丁修复方案均存在不可预知风险(黑屏或死机),建议修复前先备份数据/镜像**\n\n1. 针对Windows 7、Windows Server 2008和Windows Server 2008 R2的用户,及时安装官方安全补丁:https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0708\n2. 针对Windows 2003及Windows XP的用户,及时更新系统版本或安装官方补丁:https://support.microsoft.com/zh-cn/help/4500705/customer-guidance-for-cve-2019-0708\n3. 针对云用户,可使用安全组临时禁止RDP服务端口 **3389** 对外,阻止漏洞攻击\n\n相关链接\n\n* 微软官方通知:https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0708" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2019-05-16T00:00+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4fembgzgmrgaqGp384pVAn", + "type": "Entry", + "createdAt": "2022-10-20T16:08:42.250Z", + "updatedAt": "2022-10-21T07:00:13.712Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2022-10-21T07:00:13.712Z", + "firstPublishedAt": "2022-10-20T17:24:43.186Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4fembgzgmrgaqGp384pVAn" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2DJ4xzZQwmbYv6D2O23Sv5" + } + } + }, + "slug": { + "en-US": "publish-images-on-azure" + }, + "title": { + "en-US": "Websoft9上架 Azure 全球云市场", + "zh-CN": "Websoft9上架 Azure 全球云市场" + }, + "content": { + "en-US": "2019年5月16日,Websoft9 与 Microsoft Azure 全球镜像市场正式达成合作,Websoft9 将在Azure 云市场上位全球客户提供服务。\n\n镜像作为一种基于云计算的软件交付模式,大大降低了企业的使用成本,节省安装和部署时间,将企业从复杂的系统架构中解脱出来,用更多的精力专注于业务。\n\n[在Azure使用我们的镜像](https://azuremarketplace.microsoft.com/en-us/marketplace/apps?search=websoft9&page=1)\n\n![](https://libs.websoft9.com/Websoft9/mainsite/zh/2019/websoft9_azure_marketplace.png)\n\nWebsoft9(“网久软件”)专注于开源软件的集成、自动化安装与商业级支持服务,通过我们的 Cloud Installer 技术,用户可以在云平台上更快速地完成软件个性化部署,简单、安全、高效,无需繁琐的安装与配置。\n\n我们拥有广泛的开源集成解决方案,从基础架构、中间件、容器、数据库、DevOps,到云原生应用、企业管理、企业智能和物联网等。借助这些技术,任何规模的企业都可以成功地适应业务全球化和数字化。\n\nMicrosoft Azure,即微软的云计算服务平台,是全球第二大的IaaS厂商,市场地位仅次于 AWS 。Azure 全球云市场面向企业用户提供镜像、SaaS和容器交付。", + "zh-CN": "2019年5月16日,Websoft9 与 Microsoft Azure 全球镜像市场正式达成合作,Websoft9 将在Azure 云市场上位全球客户提供服务。\n\n镜像作为一种基于云计算的软件交付模式,大大降低了企业的使用成本,节省安装和部署时间,将企业从复杂的系统架构中解脱出来,用更多的精力专注于业务。\n\n[在Azure使用我们的镜像](https://azuremarketplace.microsoft.com/en-us/marketplace/apps?search=websoft9&page=1)\n\n![](https://libs.websoft9.com/Websoft9/mainsite/zh/2019/websoft9_azure_marketplace.png)\n\nWebsoft9(“网久软件”)专注于开源软件的集成、自动化安装与商业级支持服务,通过我们的 Cloud Installer 技术,用户可以在云平台上更快速地完成软件个性化部署,简单、安全、高效,无需繁琐的安装与配置。\n\n我们拥有广泛的开源集成解决方案,从基础架构、中间件、容器、数据库、DevOps,到云原生应用、企业管理、企业智能和物联网等。借助这些技术,任何规模的企业都可以成功地适应业务全球化和数字化。\n\nMicrosoft Azure,即微软的云计算服务平台,是全球第二大的IaaS厂商,市场地位仅次于 AWS 。Azure 全球云市场面向企业用户提供镜像、SaaS和容器交付。" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2019-05-16T00:00+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3PBChpIIEJgmKPCVm0NKs", + "type": "Entry", + "createdAt": "2022-10-20T16:09:48.349Z", + "updatedAt": "2022-10-21T07:04:34.957Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 18, + "publishedAt": "2022-10-21T07:04:34.957Z", + "firstPublishedAt": "2022-10-21T02:16:08.454Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 19, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3PBChpIIEJgmKPCVm0NKs" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "https-concept-and-settings" + }, + "title": { + "en-US": "HTTPS基本原理与设置", + "zh-CN": "HTTPS基本原理与设置" + }, + "content": { + "en-US": "我们发现自2017年以来,Chrome浏览器已经把只能HTTP访问的网站列为“不安全”网站,这要就迫使网站维护人员开始关注HTTPS,并逐渐将网站配置成可以通过HTTPS访问的事情提上日程。\n\n#### HTTP与HTTPS的区别要点\n\n网上关于两者的对比和技术说明的文章不计其数,今天我们抛开复杂的技术术语,以战争为例打个比喻以帮助大家更好的理解。\n\nHTTP是什么?简单理解为本地浏览器与所访问的网站所属的服务器之间的通信传输协议\n\nHTTPS是什么?简单理解为本地浏览器与所访问的网站所属的服务器之间的**加密**通信传输协议\n\n二战中,电话和电报是一种最常见的通信手段。\n\n电话的通信是明文沟通,敌军或间谍是很容易在线路上窃听,对于战争来说就会造成灾难性的后果。\n\n电报的通信是密文沟通,双方如果事先没有拟定好密码本,即使收到电报信号之后也难以理解真实的含义。\n\n| | **协议** | **通信主体** | **通讯线路** | **加密** |\n| ----- | ----------------- | ------------------------ | ----------------------- | -------- |\n| 网站 | | | | |\n| | HTTP | 浏览器-网站服务器 | OSI应用层(虚拟)80端口 | 无 |\n| |HTTPS | 浏览器-网站服务器 | OSI传输层(虚拟)443端口 | CA证书(也叫SSL证书) |\n| 军队 | | | | |\n| | 电话 | 上级-下级 | 假设有线电话 | 无 |\n| | 电报 | 上级-下级 | 无线电 | 密码本 |\n\n##### 总结:与普通通讯相比加密通讯主要是多了一个通讯双方协商好了的密码方案(CA证书或密码本)\n\n#### HTTPS有什么好处?\n\n既然是加密传输,那么对于:网站登录、支付、邮件等安全要求较高的场景是有较大作用的,可防止数据在传输过程中不被窃取、改变,确保数据的完整性。\n\n有些场景下HTTPS是不必要的,比如看新闻、看视频\n\n#### HTTPS工作原理\n\n与电报通讯如出一辙,HTTPS的工作原理如下:\n\n1. 事先协商:浏览器厂家与CA证书厂家协商一些出色的加密方案,达成一致后形成规定\n2. 域名关联:由于域名是网站最常见的访问方式,所以要为域名申请对应的CA证书,为A域名申请的证书是对B域名来说就起不来作用\n3. 加密连接:浏览器与服务器上的CA证书建立一个加密的传输方式,实现HTTPS访问\n\n常见的浏览器厂商包括:Chrome/Firefox/IE等,CA厂家包括:Symantec 赛门铁克,GeoTrust等\n\n#### 如何具体设置HTTPS访问?\n\n1. 为网站域名申请一个CA证书(可能有1-3个文件)\n2. 将CA证书下载到网站服务器\n3. 网站域名对应的VHOST配置文件中做好与证书有关的路径设置、HTTPS项基本设置。\n\n下面是一个LAMP下HTTPS的典型设置:\n\n```\n\nServerName www.mydomain.com\nDocumentRoot \"/data/wwwroot/default\"\n#ErrorLog \"logs/www.mydomain.com-error_log\"\n#CustomLog \"logs/www.mydomain.com-access_log\" common\n\nOptions Indexes FollowSymlinks\nAllowOverride All\nRequire all granted\n\nSSLEngine on\nSSLCertificateFile /data/cert/server.crt\nSSLCertificateKeyFile /data/cert/server.key\nSSLCertificateChainFile /data/cert/server-ca.crt\n\n```", + "zh-CN": "我们发现自2017年以来,Chrome浏览器已经把只能HTTP访问的网站列为“不安全”网站,这要就迫使网站维护人员开始关注HTTPS,并逐渐将网站配置成可以通过HTTPS访问的事情提上日程。\n\n#### HTTP与HTTPS的区别要点\n\n网上关于两者的对比和技术说明的文章不计其数,今天我们抛开复杂的技术术语,以战争为例打个比喻以帮助大家更好的理解。\n\nHTTP是什么?简单理解为本地浏览器与所访问的网站所属的服务器之间的通信传输协议\n\nHTTPS是什么?简单理解为本地浏览器与所访问的网站所属的服务器之间的**加密**通信传输协议\n\n二战中,电话和电报是一种最常见的通信手段。\n\n电话的通信是明文沟通,敌军或间谍是很容易在线路上窃听,对于战争来说就会造成灾难性的后果。\n\n电报的通信是密文沟通,双方如果事先没有拟定好密码本,即使收到电报信号之后也难以理解真实的含义。\n\n| | **协议** | **通信主体** | **通讯线路** | **加密** |\n| ----- | ----------------- | ------------------------ | ----------------------- | -------- |\n| 网站 | | | | |\n| | HTTP | 浏览器-网站服务器 | OSI应用层(虚拟)80端口 | 无 |\n| |HTTPS | 浏览器-网站服务器 | OSI传输层(虚拟)443端口 | CA证书(也叫SSL证书) |\n| 军队 | | | | |\n| | 电话 | 上级-下级 | 假设有线电话 | 无 |\n| | 电报 | 上级-下级 | 无线电 | 密码本 |\n\n##### 总结:与普通通讯相比加密通讯主要是多了一个通讯双方协商好了的密码方案(CA证书或密码本)\n\n#### HTTPS有什么好处?\n\n既然是加密传输,那么对于:网站登录、支付、邮件等安全要求较高的场景是有较大作用的,可防止数据在传输过程中不被窃取、改变,确保数据的完整性。\n\n有些场景下HTTPS是不必要的,比如看新闻、看视频\n\n#### HTTPS工作原理\n\n与电报通讯如出一辙,HTTPS的工作原理如下:\n\n1. 事先协商:浏览器厂家与CA证书厂家协商一些出色的加密方案,达成一致后形成规定\n2. 域名关联:由于域名是网站最常见的访问方式,所以要为域名申请对应的CA证书,为A域名申请的证书是对B域名来说就起不来作用\n3. 加密连接:浏览器与服务器上的CA证书建立一个加密的传输方式,实现HTTPS访问\n\n常见的浏览器厂商包括:Chrome/Firefox/IE等,CA厂家包括:Symantec 赛门铁克,GeoTrust等\n\n#### 如何具体设置HTTPS访问?\n\n1. 为网站域名申请一个CA证书(可能有1-3个文件)\n2. 将CA证书下载到网站服务器\n3. 网站域名对应的VHOST配置文件中做好与证书有关的路径设置、HTTPS项基本设置。\n\n下面是一个LAMP下HTTPS的典型设置:\n\n```\n\nServerName www.mydomain.com\nDocumentRoot \"/data/wwwroot/default\"\n#ErrorLog \"logs/www.mydomain.com-error_log\"\n#CustomLog \"logs/www.mydomain.com-access_log\" common\n\nOptions Indexes FollowSymlinks\nAllowOverride All\nRequire all granted\n\nSSLEngine on\nSSLCertificateFile /data/cert/server.crt\nSSLCertificateKeyFile /data/cert/server.key\nSSLCertificateChainFile /data/cert/server-ca.crt\n\n```" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2019-04-09T00:00+08:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6tCWzQN2LzCBinxFkQRDuq", + "type": "Entry", + "createdAt": "2022-10-20T16:10:59.523Z", + "updatedAt": "2022-10-21T06:59:41.247Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2022-10-21T06:59:41.247Z", + "firstPublishedAt": "2022-10-20T17:23:26.597Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6tCWzQN2LzCBinxFkQRDuq" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "deploy-your-analytics-platform" + }, + "title": { + "en-US": "自行搭建网站和APP统计平台", + "zh-CN": "自行搭建网站和APP统计平台" + }, + "content": { + "en-US": "做过网站运营分析的朋友,一定知道 Google 统计、友盟统计以及百度统计,它们都是非常优秀的统计平台。\n\n但不管怎么样,数据并没有掌握在网站拥有者的手中。有时候,某些业务场景不适合使用第三方统计平台,怎么办?\n\n当然是自己搭建,下面就推荐几个\n\n## Countly\n\n[Countly](https://count.ly) 是一个实时的、开源的移动分析应用,通过收集来自手机的数据,并将这些数据通过可视化效果展示出来以分析移动应用的使用和最终用户的行为。一旦你打开该程序的面板,你会发现数据的监控是那么的简单。\n\n## Matomo\n\nMatomo 原名为 Piwik,是基于 PHP 的开源统计软件\n", + "zh-CN": "做过网站运营分析的朋友,一定知道 Google 统计、友盟统计以及百度统计,它们都是非常优秀的统计平台。\n\n但不管怎么样,数据并没有掌握在网站拥有者的手中。有时候,某些业务场景不适合使用第三方统计平台,怎么办?\n\n当然是自己搭建,下面就推荐几个\n\n## Countly\n\n[Countly](https://count.ly) 是一个实时的、开源的移动分析应用,通过收集来自手机的数据,并将这些数据通过可视化效果展示出来以分析移动应用的使用和最终用户的行为。一旦你打开该程序的面板,你会发现数据的监控是那么的简单。\n\n## Matomo\n\nMatomo 原名为 Piwik,是基于 PHP 的开源统计软件\n" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2019-03-19T04:27+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2caj05hLz23ikeSkJOnw37", + "type": "Entry", + "createdAt": "2022-10-20T16:12:16.744Z", + "updatedAt": "2022-10-21T06:59:09.540Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-10-21T06:59:09.540Z", + "firstPublishedAt": "2022-10-20T17:22:23.851Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2caj05hLz23ikeSkJOnw37" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2DJ4xzZQwmbYv6D2O23Sv5" + } + } + }, + "slug": { + "en-US": "2019newyear" + }, + "title": { + "en-US": "2019年春节技术支持", + "zh-CN": "2019年春节技术支持" + }, + "content": { + "en-US": "尊敬的用户朋友:\n\n新春佳节即将来临,感谢您过去的一年对Websoft9的支持与关心,我们的成长与您密不可分。\n\n在此,Websoft9祝您春节快乐、万事如意!\n\n我司春节的放假时间为:2019年2月1日至2019年2月10日,2月11日(正月初七)开始正常上班。\n\n为了保证用户业务能够正常运作,春节期间我们继续提供人工技术支持\n\n有任何技术问题,请拨打技术支持热线:0731-89572759\n\n![](https://libs.websoft9.com/Websoft9/mainsite/zh/2019/banner-newyear2019.png)", + "zh-CN": "尊敬的用户朋友:\n\n新春佳节即将来临,感谢您过去的一年对Websoft9的支持与关心,我们的成长与您密不可分。\n\n在此,Websoft9祝您春节快乐、万事如意!\n\n我司春节的放假时间为:2019年2月1日至2019年2月10日,2月11日(正月初七)开始正常上班。\n\n为了保证用户业务能够正常运作,春节期间我们继续提供人工技术支持\n\n有任何技术问题,请拨打技术支持热线:0731-89572759\n\n![](https://libs.websoft9.com/Websoft9/mainsite/zh/2019/banner-newyear2019.png)" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2019-01-21T10:56+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "59ZAe0sJwPOIhkjWJZFn31", + "type": "Entry", + "createdAt": "2022-10-20T16:13:20.600Z", + "updatedAt": "2022-10-21T07:31:44.951Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2022-10-21T07:31:44.951Z", + "firstPublishedAt": "2022-10-20T17:21:43.632Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/59ZAe0sJwPOIhkjWJZFn31" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "esc-securiygroup-setting" + }, + "title": { + "en-US": "云服务器(阿里云)的安全组设置", + "zh-CN": "云服务器(阿里云)的安全组设置" + }, + "content": { + "en-US": "**安全组**是一个ECS的重要安全设置,但对小白用户来说却很难理解其中晦涩难懂的专业术语。websoft9在此介绍个人的理解:\n\n### 什么是安全组? ###\n\n**阿里云官方解释**:安全组是一种虚拟防火墙,用于设置单台或多台云服务器的网络访问控制,它是重要的网络安全隔离手段,用于在云端划分安全域。每个实例至少属于一个安全组,\n在创建的时候就需要指定。 \n**注解:简单理解:服务器什么端口(服务)可以被访问,什么端口可以被封锁**\n\n**例子:服务器80端口是用来提供http服务,如果服务器部署了网站,而没有开放80端口,这个网站肯定访问不了,[http://ip][http_ip] 是打不开的。**\n\n这是很常见的问题,用户第一感觉就是购买的服务器有问题或购买的镜像用不了。\n\n### 安全组设置不当的后果 ###\n\n远程连接(SSH)Linux 实例和远程桌面连接 Windows 实例可能会失败。 \n远程 ping 该安全组下的 ECS 实例的公网 IP 和内网 IP 可能会失败。 \nHTTP 访问该安全组下的 ECS 实例暴漏的 Web 服务可能会失败。 \n该安全组下 ECS 实例可能无法通过内网访问同地域(或者同 VPC)下的其他安全组下的 ECS 实例。 \n该安全组下 ECS 实例可能无法通过内网访问同地域下(或者同 VPC)的其他云服务。 \n该安全组下 ECS 实例可能无法访问 Internet 服务。\n\n### 为什么安全组安装会设置不当? ###\n\n当用户购买一个新的服务器的时候,阿里云会提醒选择安全组,对于一部分入门用户来说,第一感觉就是选择一个等级比较高的安全组,这样更为保险。实际上,等级越高,开放的端口越\n少。甚至连80端口、21端口都被封锁了,导致服务器ping不通、http打不开。这样最常见的访问都无法进行,用户第一感觉就是购买的服务器有问题或购买的镜像用不了。\n\n在Websoft9客服工作中统计发现,96%的用户浏览器http://公网IP 打不开首页,都是因为安全组的设置关闭了80端口所导致。\n\n### 如何调整安全组? ###\n\n第一,找到对应的实例,通过安全组配置选项进入设置\n\n![securityGroup-websoft9.png][]\n\n第二,点击“配置规则”,进入安全组规则设置\n\n![securityGroup-rules-websoft9.png][]\n\n第三,公网入方向项的安全组按照下面的要求进行设置或修改。\n\n![securityGroup-setting-websoft9.png][]\n\n[http_ip]: http://ip\n[securityGroup-websoft9.png]: https://libs-websoft9-com.oss-cn-qingdao.aliyuncs.com/Websoft9/blog/zh/2020/09/securityGroup-websoft9.png\n[securityGroup-rules-websoft9.png]: https://libs-websoft9-com.oss-cn-qingdao.aliyuncs.com/Websoft9/blog/zh/2020/09/securityGroup-rules-websoft9.png\n[securityGroup-setting-websoft9.png]: https://libs-websoft9-com.oss-cn-qingdao.aliyuncs.com/Websoft9/blog/zh/2020/09/securityGroup-setting-websoft9.png", + "zh-CN": "**安全组**是一个ECS的重要安全设置,但对小白用户来说却很难理解其中晦涩难懂的专业术语。websoft9在此介绍个人的理解:\n\n### 什么是安全组? ###\n\n**阿里云官方解释**:安全组是一种虚拟防火墙,用于设置单台或多台云服务器的网络访问控制,它是重要的网络安全隔离手段,用于在云端划分安全域。每个实例至少属于一个安全组,\n在创建的时候就需要指定。 \n**注解:简单理解:服务器什么端口(服务)可以被访问,什么端口可以被封锁**\n\n**例子:服务器80端口是用来提供http服务,如果服务器部署了网站,而没有开放80端口,这个网站肯定访问不了,[http://ip][http_ip] 是打不开的。**\n\n这是很常见的问题,用户第一感觉就是购买的服务器有问题或购买的镜像用不了。\n\n### 安全组设置不当的后果 ###\n\n远程连接(SSH)Linux 实例和远程桌面连接 Windows 实例可能会失败。 \n远程 ping 该安全组下的 ECS 实例的公网 IP 和内网 IP 可能会失败。 \nHTTP 访问该安全组下的 ECS 实例暴漏的 Web 服务可能会失败。 \n该安全组下 ECS 实例可能无法通过内网访问同地域(或者同 VPC)下的其他安全组下的 ECS 实例。 \n该安全组下 ECS 实例可能无法通过内网访问同地域下(或者同 VPC)的其他云服务。 \n该安全组下 ECS 实例可能无法访问 Internet 服务。\n\n### 为什么安全组安装会设置不当? ###\n\n当用户购买一个新的服务器的时候,阿里云会提醒选择安全组,对于一部分入门用户来说,第一感觉就是选择一个等级比较高的安全组,这样更为保险。实际上,等级越高,开放的端口越\n少。甚至连80端口、21端口都被封锁了,导致服务器ping不通、http打不开。这样最常见的访问都无法进行,用户第一感觉就是购买的服务器有问题或购买的镜像用不了。\n\n在Websoft9客服工作中统计发现,96%的用户浏览器http://公网IP 打不开首页,都是因为安全组的设置关闭了80端口所导致。\n\n### 如何调整安全组? ###\n\n第一,找到对应的实例,通过安全组配置选项进入设置\n\n![securityGroup-websoft9.png][]\n\n第二,点击“配置规则”,进入安全组规则设置\n\n![securityGroup-rules-websoft9.png][]\n\n第三,公网入方向项的安全组按照下面的要求进行设置或修改。\n\n![securityGroup-setting-websoft9.png][]\n\n[http_ip]: http://ip\n[securityGroup-websoft9.png]: https://libs-websoft9-com.oss-cn-qingdao.aliyuncs.com/Websoft9/blog/zh/2020/09/securityGroup-websoft9.png\n[securityGroup-rules-websoft9.png]: https://libs-websoft9-com.oss-cn-qingdao.aliyuncs.com/Websoft9/blog/zh/2020/09/securityGroup-rules-websoft9.png\n[securityGroup-setting-websoft9.png]: https://libs-websoft9-com.oss-cn-qingdao.aliyuncs.com/Websoft9/blog/zh/2020/09/securityGroup-setting-websoft9.png" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2018-09-17T04:12+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7igGTYlnXwDruDEb3czBaz", + "type": "Entry", + "createdAt": "2022-10-20T16:14:40.556Z", + "updatedAt": "2022-10-21T07:22:26.592Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-10-21T07:22:26.592Z", + "firstPublishedAt": "2022-10-21T07:22:26.592Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7igGTYlnXwDruDEb3czBaz" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "disk-mount" + }, + "title": { + "en-US": "阿里云、腾讯云如何挂载数据盘", + "zh-CN": "阿里云、腾讯云如何挂载数据盘" + }, + "content": { + "en-US": "**如果已经安装了websoft9镜像,然后挂载磁盘,希望将/data目录放到新磁盘上,即可以使用下面的自动挂载或手动命令方式进行:**\n### 自动挂载\n```\nwget http://mirrors.linuxeye.com/scripts/auto_fdisk.sh\nchmod +x ./auto_fdisk.sh\n./auto_fdisk.sh \n```\n显示如下图表示挂载成功:\n![image](https://libs-websoft9-com.oss-cn-qingdao.aliyuncs.com/Websoft9/blog/zh/2020/09/disk-mount-websoft9.png)\n\n挂载完成后,检查下data目录下的文件是否完整,如果不完整,请将/data_bk下的内容移到/data里面。检查下数据库服务和web服务是否正常。\n\n### 手动方式:\n1.如果上述方法不行,可以使用原始的挂载步骤一步步操作,参考文档:http://jingyan.baidu.com/article/90808022d2e9a3fd91c80fe9.html\n2.参考以下命令一步步操作:\n```\n#进入根目录\n[root@iZ94bojtvkpZ /]# cd / \n#将原来的data目录改名\n[root@iZ94bojtvkpZ /]# mv data databak \n#创建一个新的data目录\n[root@iZ94bojtvkpZ /]# mkdir data \n#查看挂载前的磁盘情况\n[root@iZ94bojtvkpZ /]# df -h \nFilesystem Size Used Avail Use% Mounted on\n/dev/xvda1 40G 7.1G 31G 19% /\ndevtmpfs 487M 0 487M 0% /dev\ntmpfs 496M 0 496M 0% /dev/shm\ntmpfs 496M 6.6M 490M 2% /run\ntmpfs 496M 0 496M 0% /sys/fs/cgroup\ntmpfs 100M 0 100M 0% /run/user/0\n #挂载/dev/xvdb1到/data目录,注意未挂载的磁盘名称可以通过fdisk -l查看\n[root@iZ94bojtvkpZ /]# echo '/dev/xvdb1 /data ext3 defaults 0 0' >> /etc/fstab \n #使挂载生效\n[root@iZ94bojtvkpZ /]# mount -a \n #查看挂载后的磁盘情况,最后一行是新增的磁盘\n[root@iZ94bojtvkpZ /]# df -h \nFilesystem Size Used Avail Use% Mounted on\n/dev/xvda1 40G 7.1G 31G 19% /\ndevtmpfs 487M 0 487M 0% /dev\ntmpfs 496M 0 496M 0% /dev/shm\ntmpfs 496M 6.6M 490M 2% /run\ntmpfs 496M 0 496M 0% /sys/fs/cgroup\ntmpfs 100M 0 100M 0% /run/user/0\n/dev/xvdb1 59G 52M 56G 1% /data\n#进入原来备份的目录中\n[root@iZ94bojtvkpZ data]# cd /databak \n#将备份文件移动到新的/data目录\n[root@iZ94bojtvkpZ databak]# mv * ../data/ \n#进入新的data目录,查看目录\n[root@iZ94bojtvkpZ databak]# cd /data \n[root@iZ94bojtvkpZ data]# ls\nlost+found mysql wwwlogs wwwroot\n#重启apache服务\n[root@iZ94bojtvkpZ data]# service httpd restart \n#重启mysql服务,如果mysql重启后登录成功,浏览器打开网页正常,表示磁盘已经挂载成功了\n[root@iZ94bojtvkpZ data]# service mysqld restart \nShutting down MySQL.. [ OK ]\nStarting MySQL.. [ OK ]\n```", + "zh-CN": "**如果已经安装了websoft9镜像,然后挂载磁盘,希望将/data目录放到新磁盘上,即可以使用下面的自动挂载或手动命令方式进行:**\n### 自动挂载\n```\nwget http://mirrors.linuxeye.com/scripts/auto_fdisk.sh\nchmod +x ./auto_fdisk.sh\n./auto_fdisk.sh \n```\n显示如下图表示挂载成功:\n![image](https://libs-websoft9-com.oss-cn-qingdao.aliyuncs.com/Websoft9/blog/zh/2020/09/disk-mount-websoft9.png)\n\n挂载完成后,检查下data目录下的文件是否完整,如果不完整,请将/data_bk下的内容移到/data里面。检查下数据库服务和web服务是否正常。\n\n### 手动方式:\n1.如果上述方法不行,可以使用原始的挂载步骤一步步操作,参考文档:http://jingyan.baidu.com/article/90808022d2e9a3fd91c80fe9.html\n2.参考以下命令一步步操作:\n```\n#进入根目录\n[root@iZ94bojtvkpZ /]# cd / \n#将原来的data目录改名\n[root@iZ94bojtvkpZ /]# mv data databak \n#创建一个新的data目录\n[root@iZ94bojtvkpZ /]# mkdir data \n#查看挂载前的磁盘情况\n[root@iZ94bojtvkpZ /]# df -h \nFilesystem Size Used Avail Use% Mounted on\n/dev/xvda1 40G 7.1G 31G 19% /\ndevtmpfs 487M 0 487M 0% /dev\ntmpfs 496M 0 496M 0% /dev/shm\ntmpfs 496M 6.6M 490M 2% /run\ntmpfs 496M 0 496M 0% /sys/fs/cgroup\ntmpfs 100M 0 100M 0% /run/user/0\n #挂载/dev/xvdb1到/data目录,注意未挂载的磁盘名称可以通过fdisk -l查看\n[root@iZ94bojtvkpZ /]# echo '/dev/xvdb1 /data ext3 defaults 0 0' >> /etc/fstab \n #使挂载生效\n[root@iZ94bojtvkpZ /]# mount -a \n #查看挂载后的磁盘情况,最后一行是新增的磁盘\n[root@iZ94bojtvkpZ /]# df -h \nFilesystem Size Used Avail Use% Mounted on\n/dev/xvda1 40G 7.1G 31G 19% /\ndevtmpfs 487M 0 487M 0% /dev\ntmpfs 496M 0 496M 0% /dev/shm\ntmpfs 496M 6.6M 490M 2% /run\ntmpfs 496M 0 496M 0% /sys/fs/cgroup\ntmpfs 100M 0 100M 0% /run/user/0\n/dev/xvdb1 59G 52M 56G 1% /data\n#进入原来备份的目录中\n[root@iZ94bojtvkpZ data]# cd /databak \n#将备份文件移动到新的/data目录\n[root@iZ94bojtvkpZ databak]# mv * ../data/ \n#进入新的data目录,查看目录\n[root@iZ94bojtvkpZ databak]# cd /data \n[root@iZ94bojtvkpZ data]# ls\nlost+found mysql wwwlogs wwwroot\n#重启apache服务\n[root@iZ94bojtvkpZ data]# service httpd restart \n#重启mysql服务,如果mysql重启后登录成功,浏览器打开网页正常,表示磁盘已经挂载成功了\n[root@iZ94bojtvkpZ data]# service mysqld restart \nShutting down MySQL.. [ OK ]\nStarting MySQL.. [ OK ]\n```" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2018-09-17T00:00+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4ZC10uSq2EKpYFxMqD586C", + "type": "Entry", + "createdAt": "2022-10-20T16:15:43.232Z", + "updatedAt": "2022-10-21T06:56:58.419Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-10-21T06:56:58.419Z", + "firstPublishedAt": "2022-10-20T17:20:09.401Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4ZC10uSq2EKpYFxMqD586C" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "wordpress-smtp-setting" + }, + "title": { + "en-US": "WordPress如何配置邮件发送?", + "zh-CN": "WordPress如何配置邮件发送?" + }, + "content": { + "en-US": "WordPress配置了邮件发送最直接的用处就是可以通过邮件找回密码,当然还有其他的用处,比如Wordpress有新用户注册,订单状态、评论等发生变化时给管理员发送邮件提醒等。\n\n经过大量用户实践反馈,这次只推荐一种发邮件的方式,即安装邮件插件调用第三方邮件系统的STMP相关账号来进行邮件发送。请忘掉在本机上安装sendmail等邮件服务器的方案,因为邮件系统的路由配置受制与域名、防火墙、路由等多种因素制约,导致不稳定、不容易维护、不好诊断问题。\n\n通过插件发送邮件的具体操作如下\n\n1. 后台-设置-常规,设置好需要用于发件的邮件地址\n ![image](https://libs-websoft9-com.oss-cn-qingdao.aliyuncs.com/Websoft9/blog/zh/2020/09/wordpress-mailcg-websoft9.png)\n2. 安装插件:**WP Mail SMTP by WPForms**\n 后台-设置-Email,配置WP Mail SMTP 插件的参数(本配置以qq邮箱为例,请提前开通邮箱的SMTP功能,并获取授权码)\n ![image](https://libs-websoft9-com.oss-cn-qingdao.aliyuncs.com/Websoft9/blog/zh/2020/09/wordpress-mailconf-websoft9.png)\n3. 填写参数后保存,然后最后输入一个收件地址用于测试是否可用,如果测试成功,会看到”bool(true)”。如果邮件配置不可用,则会显示“bool(false)”\n ![image](https://libs-websoft9-com.oss-cn-qingdao.aliyuncs.com/Websoft9/blog/zh/2020/09/wordpress-mailss-websoft9.png)\n 测试成功,即邮件系统已经可用,所有的WordPress后台邮件发送就会使用这个配置,使用这个邮箱发送邮件。", + "zh-CN": "WordPress配置了邮件发送最直接的用处就是可以通过邮件找回密码,当然还有其他的用处,比如Wordpress有新用户注册,订单状态、评论等发生变化时给管理员发送邮件提醒等。\n\n经过大量用户实践反馈,这次只推荐一种发邮件的方式,即安装邮件插件调用第三方邮件系统的STMP相关账号来进行邮件发送。请忘掉在本机上安装sendmail等邮件服务器的方案,因为邮件系统的路由配置受制与域名、防火墙、路由等多种因素制约,导致不稳定、不容易维护、不好诊断问题。\n\n通过插件发送邮件的具体操作如下\n\n1. 后台-设置-常规,设置好需要用于发件的邮件地址\n ![image](https://libs-websoft9-com.oss-cn-qingdao.aliyuncs.com/Websoft9/blog/zh/2020/09/wordpress-mailcg-websoft9.png)\n2. 安装插件:**WP Mail SMTP by WPForms**\n 后台-设置-Email,配置WP Mail SMTP 插件的参数(本配置以qq邮箱为例,请提前开通邮箱的SMTP功能,并获取授权码)\n ![image](https://libs-websoft9-com.oss-cn-qingdao.aliyuncs.com/Websoft9/blog/zh/2020/09/wordpress-mailconf-websoft9.png)\n3. 填写参数后保存,然后最后输入一个收件地址用于测试是否可用,如果测试成功,会看到”bool(true)”。如果邮件配置不可用,则会显示“bool(false)”\n ![image](https://libs-websoft9-com.oss-cn-qingdao.aliyuncs.com/Websoft9/blog/zh/2020/09/wordpress-mailss-websoft9.png)\n 测试成功,即邮件系统已经可用,所有的WordPress后台邮件发送就会使用这个配置,使用这个邮箱发送邮件。" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2018-09-17T00:00+08:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5kniZifHbaGbRcDIayXFgx", + "type": "Entry", + "createdAt": "2022-10-20T16:16:38.432Z", + "updatedAt": "2022-10-21T06:56:22.711Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2022-10-21T06:56:22.711Z", + "firstPublishedAt": "2022-10-20T17:19:29.460Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5kniZifHbaGbRcDIayXFgx" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "who-use-opensource" + }, + "title": { + "en-US": "谁在用开源软件?", + "zh-CN": "谁在用开源软件?" + }, + "content": { + "en-US": "经常有用户或同行(商业软件领域)问我们,“开源软件是不是都是个人在用呀”,对于这样的提问,我感到惊讶,惊叹人与人之间的认知差异竟然这么大。开源软件顾名思义,源码开放、公开,但不代表软件质量就不行。今天不讨论这个问题,我们只把在与用户接触的过程中对用户的群体做一个总结,供大家参考。\n\n![img](https://libs.websoft9.com/Websoft9/mainsite/zh/2019/greenhouse-sig.jpg)\n\n常见的开源软件用户如下:\n\n| **群体** | **使用软件类型** | **习惯特点** | **他们的困扰** | **应对** |\n| -------------------- | ---------------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ | -------------------------------- |\n| 个人用户 | 建站软件,论坛、博客 | 他们的需求上来就是找到一个傻瓜式的,功能与“淘宝”或“××”差不多的就行了 | 没有技术能力的用户基本不知道自己要什么,分不清主机、环境和软件的基本区别 | 软件部署尽量简单责任边界提前说明 |\n| 创业公司用户 | 公司网站、商城、在线学习系统 | 他们有一定的技术能力,能够使用软件的模板和插件来扩展他们的应用 | 同一个类型下哪种开源软件他们把握不准 | 推荐机制 |\n| 中小企业 | 管理软件(ERP/OA/CRM) | 有一定技术能力,有业务能力,能够自己把软件安装并配置好,真正投入到业务中去 | 软件运行中出现bug后没有对应的技术支持 | 软件运维体系生态简历 |\n| 大型企业的部门级用户 | 应用环境 开发者工具 | 技术能力强 | 应用环境无法满足个性化需求,开发者工具无法满足个性化需求 | |\n| 教育行业用户 | 开发者工具,科学计算软件,实验软件 | 好学,非商用 | 满足他们的镜像比较少 | |\n\n可见,开源软件覆盖面之广和影响力度之深,绝非我们能够想到。\n\n但依笔者之间,当前的开源软件特别是企业应用软件领域,受制于功能和行业特点的约束,还只能满足研究和学习之用,并不能从深层次解决业务问题。\n\n另外,伴随找云计算的蓬勃发展,开源软件数量的增长非常快,IaaS化能够让所有软件SaaS化,未来在Websoft9这样的镜像生产公司的推动下,开源软件的使用将会变得越来越简单,受益者会更多。", + "zh-CN": "经常有用户或同行(商业软件领域)问我们,“开源软件是不是都是个人在用呀”,对于这样的提问,我感到惊讶,惊叹人与人之间的认知差异竟然这么大。开源软件顾名思义,源码开放、公开,但不代表软件质量就不行。今天不讨论这个问题,我们只把在与用户接触的过程中对用户的群体做一个总结,供大家参考。\n\n![img](https://libs.websoft9.com/Websoft9/mainsite/zh/2019/greenhouse-sig.jpg)\n\n常见的开源软件用户如下:\n\n| **群体** | **使用软件类型** | **习惯特点** | **他们的困扰** | **应对** |\n| -------------------- | ---------------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ | -------------------------------- |\n| 个人用户 | 建站软件,论坛、博客 | 他们的需求上来就是找到一个傻瓜式的,功能与“淘宝”或“××”差不多的就行了 | 没有技术能力的用户基本不知道自己要什么,分不清主机、环境和软件的基本区别 | 软件部署尽量简单责任边界提前说明 |\n| 创业公司用户 | 公司网站、商城、在线学习系统 | 他们有一定的技术能力,能够使用软件的模板和插件来扩展他们的应用 | 同一个类型下哪种开源软件他们把握不准 | 推荐机制 |\n| 中小企业 | 管理软件(ERP/OA/CRM) | 有一定技术能力,有业务能力,能够自己把软件安装并配置好,真正投入到业务中去 | 软件运行中出现bug后没有对应的技术支持 | 软件运维体系生态简历 |\n| 大型企业的部门级用户 | 应用环境 开发者工具 | 技术能力强 | 应用环境无法满足个性化需求,开发者工具无法满足个性化需求 | |\n| 教育行业用户 | 开发者工具,科学计算软件,实验软件 | 好学,非商用 | 满足他们的镜像比较少 | |\n\n可见,开源软件覆盖面之广和影响力度之深,绝非我们能够想到。\n\n但依笔者之间,当前的开源软件特别是企业应用软件领域,受制于功能和行业特点的约束,还只能满足研究和学习之用,并不能从深层次解决业务问题。\n\n另外,伴随找云计算的蓬勃发展,开源软件数量的增长非常快,IaaS化能够让所有软件SaaS化,未来在Websoft9这样的镜像生产公司的推动下,开源软件的使用将会变得越来越简单,受益者会更多。" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2018-08-28T00:00+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4aRxNpbwNKm9wgDPWP8XhE", + "type": "Entry", + "createdAt": "2022-10-20T16:17:36.957Z", + "updatedAt": "2022-10-21T06:55:41.866Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2022-10-21T06:55:41.866Z", + "firstPublishedAt": "2022-10-20T17:18:48.070Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4aRxNpbwNKm9wgDPWP8XhE" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2DJ4xzZQwmbYv6D2O23Sv5" + } + } + }, + "slug": { + "en-US": "aliyun-mvp-cs-001" + }, + "title": { + "en-US": "阿里云MVP技术Show长沙第一站开讲", + "zh-CN": "阿里云MVP技术Show长沙第一站开讲" + }, + "content": { + "en-US": "2018年8月25日下午1点30分,2018年阿里云MVP Tech Show长沙第一站在58众创大夏一楼报告厅拉开帷幕。\n\n![img](https://libs.websoft9.com/Websoft9/mainsite/zh/2018/mvpaliyun001.jpg)\n\n图1 会议签到台\n\n本次活动由阿里云、长沙网久软件有限公司、Elastic中国开源社区联合承办。活动共邀请了两位阿里云MVP(Most Valuable Prefessional,阿里云最有价值专家)代表担任本次活动讲师,分别是Elastic中国开源社区负责人曾勇老师、湖南沁镜科技有限公司CEO王珏老师担,他们有深刻的技术理解和沉淀,愿意分享与大家一起成长的技术精英。\n\n阿里云ACE幸苑为此次活动宣布开场,随后嘉宾陆续到场,决赛现场座无虚席,气氛活跃热烈,活动正式开始。活动由““讲师分享”、“现场提问”、“现场交流”三个部分组成。\n\n首先上台演讲的是曾勇老师,它使用PPT对主题《基于 Elastic Stack 的大数据分析***\\*》\\****做了一个概览与规划,并指出了他在学习过程中所遇到的问题和需要注意的问题,以帮助在场的嘉宾方便理解、少走弯路。在他演讲完成之后,现场为一些嘉宾解答问题,有问必答,现场气氛十分热烈。\n\n![img](https://libs.websoft9.com/Websoft9/mainsite/zh/2018/mvpaliyun002.jpg)\n\n图2 Elastic曾勇老师演讲\n\n随后上台演讲的是王珏老师,围绕《技术型初创企业的弯道超车之术》该主题展开,他主要从生活与学习的关系来谈谈自己的想法,PPT中一些夸张幽默照片十分有趣且让人印象深刻,他提出鉴定自己的学习方向是每个人在成功的道路上必须要遵守的一个规则。\n\n![img](https://libs.websoft9.com/Websoft9/mainsite/zh/2018/mvpaliyun003.jpg)\n\n图3 沁境科技王珏老师\n\n最后两位老师对此次活动做出了精辟的总结,同时也做出了充分的肯定,表示此次技术分享交流与往年相比,质量有明显的提高,协办公司更是有所创新,吸引了更多的嘉宾参与其中。在未来希望能够继续办下去,并且越办越好。\n\n![img](https://libs.websoft9.com/Websoft9/mainsite/zh/2018/mvpaliyun004.jpg)\n\n图4 会后合影留念\n\n活动总结:本次活动是阿里云MVP Tech Show长沙第一站,活动人数超过100人,完全是意外之外,长沙这个“学习”之城果然名不虚传,云计算的爱好者和开发者们学习热情相当高昂。期待下个季度MVP第二站早日开办,让越来越多的云计算开发者感受到MVP Tech Show带来的价值。\n\n***\\*关于本地协办单位:\\****长沙网久软件有限公司(Websoft9)是专业的云镜像部署和服务提供商,致力在云端简化Web应用软件的安装和部署,业已对国内外200+个高质量的应用软件、建站软件、基础软件和开发者工具进行了整理、归类、性能优化,并以一键式镜像安装包的方式发布到阿里云,任何客户可以通过弹性的方式一键获取、快速安装。", + "zh-CN": "2018年8月25日下午1点30分,2018年阿里云MVP Tech Show长沙第一站在58众创大夏一楼报告厅拉开帷幕。\n\n![img](https://libs.websoft9.com/Websoft9/mainsite/zh/2018/mvpaliyun001.jpg)\n\n图1 会议签到台\n\n本次活动由阿里云、长沙网久软件有限公司、Elastic中国开源社区联合承办。活动共邀请了两位阿里云MVP(Most Valuable Prefessional,阿里云最有价值专家)代表担任本次活动讲师,分别是Elastic中国开源社区负责人曾勇老师、湖南沁镜科技有限公司CEO王珏老师担,他们有深刻的技术理解和沉淀,愿意分享与大家一起成长的技术精英。\n\n阿里云ACE幸苑为此次活动宣布开场,随后嘉宾陆续到场,决赛现场座无虚席,气氛活跃热烈,活动正式开始。活动由““讲师分享”、“现场提问”、“现场交流”三个部分组成。\n\n首先上台演讲的是曾勇老师,它使用PPT对主题《基于 Elastic Stack 的大数据分析***\\*》\\****做了一个概览与规划,并指出了他在学习过程中所遇到的问题和需要注意的问题,以帮助在场的嘉宾方便理解、少走弯路。在他演讲完成之后,现场为一些嘉宾解答问题,有问必答,现场气氛十分热烈。\n\n![img](https://libs.websoft9.com/Websoft9/mainsite/zh/2018/mvpaliyun002.jpg)\n\n图2 Elastic曾勇老师演讲\n\n随后上台演讲的是王珏老师,围绕《技术型初创企业的弯道超车之术》该主题展开,他主要从生活与学习的关系来谈谈自己的想法,PPT中一些夸张幽默照片十分有趣且让人印象深刻,他提出鉴定自己的学习方向是每个人在成功的道路上必须要遵守的一个规则。\n\n![img](https://libs.websoft9.com/Websoft9/mainsite/zh/2018/mvpaliyun003.jpg)\n\n图3 沁境科技王珏老师\n\n最后两位老师对此次活动做出了精辟的总结,同时也做出了充分的肯定,表示此次技术分享交流与往年相比,质量有明显的提高,协办公司更是有所创新,吸引了更多的嘉宾参与其中。在未来希望能够继续办下去,并且越办越好。\n\n![img](https://libs.websoft9.com/Websoft9/mainsite/zh/2018/mvpaliyun004.jpg)\n\n图4 会后合影留念\n\n活动总结:本次活动是阿里云MVP Tech Show长沙第一站,活动人数超过100人,完全是意外之外,长沙这个“学习”之城果然名不虚传,云计算的爱好者和开发者们学习热情相当高昂。期待下个季度MVP第二站早日开办,让越来越多的云计算开发者感受到MVP Tech Show带来的价值。\n\n***\\*关于本地协办单位:\\****长沙网久软件有限公司(Websoft9)是专业的云镜像部署和服务提供商,致力在云端简化Web应用软件的安装和部署,业已对国内外200+个高质量的应用软件、建站软件、基础软件和开发者工具进行了整理、归类、性能优化,并以一键式镜像安装包的方式发布到阿里云,任何客户可以通过弹性的方式一键获取、快速安装。" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2018-08-27T10:56+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7yOKXYOFlXL0jGLh7Hys9O", + "type": "Entry", + "createdAt": "2022-10-20T16:19:08.281Z", + "updatedAt": "2022-10-21T07:22:59.946Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2022-10-21T07:22:59.946Z", + "firstPublishedAt": "2022-10-21T07:22:59.946Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7yOKXYOFlXL0jGLh7Hys9O" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "about-9panel" + }, + "title": { + "en-US": "9Panel,面板工具的小清新", + "zh-CN": "9Panel,面板工具的小清新" + }, + "content": { + "en-US": "关于面板,我有话要说。\n\n什么是面板?我们听到的最常见解释是“面板通常称之为Linux可视化管理工具”,其实这是断章取义,或者说这是迎合用户痛点的一种不准确的解释。实际上面板的发展是起始于虚拟主机管理与控制,是云计算之前用于将一台物理服务器虚拟成n个虚拟主机,并对每一个虚拟主机进行单独的域名管理、计费控制和权限管理的系统。\n\n即传统的面板是给虚拟主机厂商使用的,是供虚拟主机厂商管理资源的平台。如果您不是虚拟主机厂商,使用要慎重再慎重\n\n云计算发展至今,由于虚拟主机没有操作系统控制权限(拥有操作系统的重要性会在实际使用中有深刻的体会),无法满足越来越复杂的云计算需求,加上价格因素,逐渐的使用云服务器是用户逐渐超过虚拟主机的用户。\n\n使用云服务器的用户都知道Linux是最为普及的操作系统,而相当一部分云用户没有专业Linux人才,使得他们望Linux兴叹。即广泛增长的对Linux云服务器的需求与Linux没有可视化管理的界面成为主要矛盾。\n\n那问题谁是可视化Linux管理界面呢?\n\n主流的面板工具,如:CPanel,宝塔,WDCP,Webmin等他们都拥有复杂而完善的功能,都可以自定义配置基础环境,甚至对环境的版本进行控制。但是他们有两个特征是负面的作用需要引起重视:\n\n 使用起来非常复杂。本来是想用可视化省事的,却请来了一个需要琢磨半天的复杂配置工具,让笔者想起来了三国时代“袁绍建议何进请董卓晶晶杀太监的故事”\n 以上面板完全具备修改操作系统文件以及控制基础环境的能力。这种先入为主,额外在操作系统之上增加一层的架构设计,会增加不稳定因素,面板的bug或错误的使用会引起连锁反应,结果是让人心力交瘁\n\n云服务器究竟要不要安装面板?\n\n从上面的分析以及云服务器的应用场景来看,我们要的是一个可视化工具,具体说我们需要可视化工具来管理文件(增加、删除、修改、移动、拷贝、修改权限等)、修改配置、重启服务,通过管理文件和修改配置我们能够完成网站发布、域名配置、日志查看等常见的工作。\n\n另外,一台服务器安装网站的数量跟复杂度也是有关系的,会决定我们可视化工具的选取。是安装几个应用,安装几个不同类型的应用?下面做一个排列组合说明:\n\n 安装1个网站。\n 安装1种网站的2个拷贝\n 安装2个PHP的网站\n 安装1个PHP网站+一个Java网站?从架构商来说,不推荐这种方式,因为不同的语言体系以及运行环境是有冲突可能的,会增加服务器的不稳定行\n\n一个服务器最好不要超过3个网站,云计算是安装资源付费的,配置越大价格越高,即完全可以使用低配置单独部署应用,这样从价格和维护上更具有意识(懂得快照的作用也就明白鸡蛋放一个篮子和放多个篮子并没有太大的差异)\n\n最终我们应该可以得到一个结论:用户其实是需要一个简单的,松耦合的可视化工具,不需要一个复杂的、与操作系统和环境紧紧粘在一起的可视化工具。\n\n9Panel横空出世,一切为用户\n\nPanel是Websoft公司自主研发的快捷面板工具,9Panel面板主要是集成数据库管理工具、系统运维工具、文档和支持服务入口,重点在于连接知识库和服务,几乎不会占用系统资源,也不会对系统文件进行任何修改。\n\n9Panel完全从用户的使用场景出发,我们使用服务器是为了部署程序,部署程序需要那些因素呢?\n\n 基础运行环境\n 可视化数据库管理工具(如phpMyadmin)\n 可视化文件管理工具(如WinSCP)\n 可视化操作系统修改工具(如WinSCP)\n 精准知识库\n 人工辅助\n\n9Panel目前已经集成在Websoft9所有的PHP基础环境、PHP建站或企业应用软件中,在满足安装和运维需求的同时,不会增加操作系统任何负担和资源消耗,不会产生任何计算消耗,不会增加新的账号,且不看文档就能使用9panel\n\n多说无益,点击查看[9panel](https://github.com/websoft9/9panel)的真面目吧", + "zh-CN": "关于面板,我有话要说。\n\n什么是面板?我们听到的最常见解释是“面板通常称之为Linux可视化管理工具”,其实这是断章取义,或者说这是迎合用户痛点的一种不准确的解释。实际上面板的发展是起始于虚拟主机管理与控制,是云计算之前用于将一台物理服务器虚拟成n个虚拟主机,并对每一个虚拟主机进行单独的域名管理、计费控制和权限管理的系统。\n\n即传统的面板是给虚拟主机厂商使用的,是供虚拟主机厂商管理资源的平台。如果您不是虚拟主机厂商,使用要慎重再慎重\n\n云计算发展至今,由于虚拟主机没有操作系统控制权限(拥有操作系统的重要性会在实际使用中有深刻的体会),无法满足越来越复杂的云计算需求,加上价格因素,逐渐的使用云服务器是用户逐渐超过虚拟主机的用户。\n\n使用云服务器的用户都知道Linux是最为普及的操作系统,而相当一部分云用户没有专业Linux人才,使得他们望Linux兴叹。即广泛增长的对Linux云服务器的需求与Linux没有可视化管理的界面成为主要矛盾。\n\n那问题谁是可视化Linux管理界面呢?\n\n主流的面板工具,如:CPanel,宝塔,WDCP,Webmin等他们都拥有复杂而完善的功能,都可以自定义配置基础环境,甚至对环境的版本进行控制。但是他们有两个特征是负面的作用需要引起重视:\n\n 使用起来非常复杂。本来是想用可视化省事的,却请来了一个需要琢磨半天的复杂配置工具,让笔者想起来了三国时代“袁绍建议何进请董卓晶晶杀太监的故事”\n 以上面板完全具备修改操作系统文件以及控制基础环境的能力。这种先入为主,额外在操作系统之上增加一层的架构设计,会增加不稳定因素,面板的bug或错误的使用会引起连锁反应,结果是让人心力交瘁\n\n云服务器究竟要不要安装面板?\n\n从上面的分析以及云服务器的应用场景来看,我们要的是一个可视化工具,具体说我们需要可视化工具来管理文件(增加、删除、修改、移动、拷贝、修改权限等)、修改配置、重启服务,通过管理文件和修改配置我们能够完成网站发布、域名配置、日志查看等常见的工作。\n\n另外,一台服务器安装网站的数量跟复杂度也是有关系的,会决定我们可视化工具的选取。是安装几个应用,安装几个不同类型的应用?下面做一个排列组合说明:\n\n 安装1个网站。\n 安装1种网站的2个拷贝\n 安装2个PHP的网站\n 安装1个PHP网站+一个Java网站?从架构商来说,不推荐这种方式,因为不同的语言体系以及运行环境是有冲突可能的,会增加服务器的不稳定行\n\n一个服务器最好不要超过3个网站,云计算是安装资源付费的,配置越大价格越高,即完全可以使用低配置单独部署应用,这样从价格和维护上更具有意识(懂得快照的作用也就明白鸡蛋放一个篮子和放多个篮子并没有太大的差异)\n\n最终我们应该可以得到一个结论:用户其实是需要一个简单的,松耦合的可视化工具,不需要一个复杂的、与操作系统和环境紧紧粘在一起的可视化工具。\n\n9Panel横空出世,一切为用户\n\nPanel是Websoft公司自主研发的快捷面板工具,9Panel面板主要是集成数据库管理工具、系统运维工具、文档和支持服务入口,重点在于连接知识库和服务,几乎不会占用系统资源,也不会对系统文件进行任何修改。\n\n9Panel完全从用户的使用场景出发,我们使用服务器是为了部署程序,部署程序需要那些因素呢?\n\n 基础运行环境\n 可视化数据库管理工具(如phpMyadmin)\n 可视化文件管理工具(如WinSCP)\n 可视化操作系统修改工具(如WinSCP)\n 精准知识库\n 人工辅助\n\n9Panel目前已经集成在Websoft9所有的PHP基础环境、PHP建站或企业应用软件中,在满足安装和运维需求的同时,不会增加操作系统任何负担和资源消耗,不会产生任何计算消耗,不会增加新的账号,且不看文档就能使用9panel\n\n多说无益,点击查看[9panel](https://github.com/websoft9/9panel)的真面目吧" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2018-08-26T11:07+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3HoYAnuB2YUg539gKKOFcY", + "type": "Entry", + "createdAt": "2022-10-20T16:20:10.141Z", + "updatedAt": "2022-10-21T06:55:08.925Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-10-21T06:55:08.925Z", + "firstPublishedAt": "2022-10-20T17:17:03.947Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3HoYAnuB2YUg539gKKOFcY" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2DJ4xzZQwmbYv6D2O23Sv5" + } + } + }, + "slug": { + "en-US": "event-aliyunmvp32-cs" + }, + "title": { + "en-US": "阿里云 MVP Tech Show 第32期长沙站(Websoft9协办)", + "zh-CN": "阿里云 MVP Tech Show 第32期长沙站(Websoft9协办)" + }, + "content": { + "en-US": "###### 本此活动由Websoft9承办,真诚邀请各位技术爱好者和同仁参加。活动信息参考阿里云官方发布:https://yq.aliyun.com/event/367\n\n![img](https://libs.websoft9.com/Websoft9/mainsite/zh/2018/aliyunmvp32cs-event-001.png)\n\n------\n\n**基于 Elastic Stack 的大数据分析和技术型初创企业的弯道超车之术**\n\nElastic Stack(github.com/elastic)是时下非常新颖的一个开源的大数据分析和可视化交互平台,包括 Elasticsearch、Logstash、Kibana 和 Beats 这 4 个主要的开源组件,可以为用户提供各种便利的分析能力和可视化展现效果,本次分享将介绍 Elastic Stack 的使用以及结合 Demo 来具体介绍如何使用 Elastic Stack 进行数据分析的方法。\n云计算是初创型企业产品快速落地和迭代的低成本高效率的助推器。讲师以云计算为基础的产品落地实例分享:智能AI机器人、金融风控SaaS平台、数据平台、社媒广告一站式投放平台。\n\n**时间:**2018年8月25日周六 13:30-16:30\n**地点:**湖南省长沙市岳麓区潇湘中路328号58众创大厦一楼LED大厅\n\n**合作伙伴**\n本期活动由阿里云主办,长沙网久软件、长沙Elastic 中国开源社区协办。\n![img](https://libs.websoft9.com/Websoft9/mainsite/zh/2018/aliyunmvp32cs-event-002.png)\n\n**活动流程:**\n13:30—14:00 签到\n14:00—14:05 主持人开场\n14:05—15:05《基于 Elastic Stack 的大数据分析》曾勇(Medcl)Elastic 中国开源社区负责人 阿里云 MVP\n15:05—15:10 Q&A\n15:10—16:10《技术型初创企业的弯道超车之术》王珏 阿里云 MVP 湖南心镜科技有限公司CEO\n16:10—16:30 现场专家一对一交流\n\n![img](https://libs.websoft9.com/Websoft9/mainsite/zh/2018/aliyunmvp32cs-event-003.jpg)\n\n**曾勇(Medcl)Elastic 中国开源社区负责人 阿里云 MVP** \nElastic 技术布道师,在分布式搜索、高性能、高可用架构、自动化运维等方面积累多年的经验。Elastic 中国开源社区负责人。阿里云 MVP。开源软件爱好者。\n**\n演讲主题:《基于 Elastic Stack 的大数据分析》**\nElastic Stack(github.com/elastic)是时下非常新颖的一个开源的大数据分析和可视化交互平台,包括 Elasticsearch、Logstash、Kibana 和 Beats 这 4 个主要的开源组件,可以为用户提供各种便利的分析能力和可视化展现效果,本次分享将介绍 Elastic Stack 的使用以及结合 Demo 来具体介绍如何使用 Elastic Stack 进行数据分析的方法。\n\n![img](https://libs.websoft9.com/Websoft9/mainsite/zh/2018/aliyunmvp32cs-event-004.jpg)\n\n**王珏 阿里云 MVP 湖南心镜科技有限公司CEO**\n在华为期间主导或参与过约40个IT项目,其中包括担认覆盖全球80多个国家的iTools项目群子项目经理,交付过世界领先的云系统。在三一重工期间担任数据中心副部长,牵线并参与三一与华为、埃森哲合作的流程信息化项目,带队交付近30个项目。在宇通担任IT总技术负责人,全面负责宇通客车IT分公司技术管理工作,带领团队交付近30个项目。创业3年,实战项目近30个。从业以来,主导或参与过的项目130余个,21年的技术玩家,有丰富的大团队和技术管理经验,有丰富的IT行业资源。\n**\n演讲主题:《技术型初创企业的弯道超车之术》**\n1,云计算是初创型企业产品快速落地和迭代的低成本高效率的助推器。\n2,心镜科技以云计算为基础的产品落地实例分享:拓途智能AI机器人、亿信云金融风控SaaS平台、拓途数据平台、拓途社媒广告一站式投放平台。\n\n**观看本次活动线上直播请先扫码入群(群内直播)**\n![img](https://libs.websoft9.com/Websoft9/mainsite/zh/2018/aliyunmvp32cs-event-005.png)\n\n**MVP Tech Show 介绍**\n“阿里云最有价值专家“,简称 MVP(Most Valuable Professional),他们爱创新、爱尝试、爱分享, 他们热爱技术,他们有深刻的技术理解和沉淀(技术精英),他们通过传播自身的技术理念,给广大开发者提供丰富的技术“能量”。阿里云 MVP tech show是由阿里云组办的线下技术聚会,以阿里云 MVP为核心,由他们分享的云计算、大数据、物联网等前沿技术的最佳实践。同时,我们有**云计算爱好者的社群——阿里云 ACE(Alibaba Cloud Engineer)**,是云计算的爱好者专属的组织,实时交流代码、架构等云计算相关问题,以城市为划分,全国已有30个 ACE 同城会(未来不断壮大),定期组织线下技术沙龙分享,定期钉钉群内干货直播分享。赶快扫码加入我们,一起成长(**申请理由请填写您所在的城市**)\n![img](https://libs.websoft9.com/Websoft9/mainsite/zh/2018/aliyunmvp32cs-event-006.png)", + "zh-CN": "###### 本此活动由Websoft9承办,真诚邀请各位技术爱好者和同仁参加。活动信息参考阿里云官方发布:https://yq.aliyun.com/event/367\n\n![img](https://libs.websoft9.com/Websoft9/mainsite/zh/2018/aliyunmvp32cs-event-001.png)\n\n------\n\n**基于 Elastic Stack 的大数据分析和技术型初创企业的弯道超车之术**\n\nElastic Stack(github.com/elastic)是时下非常新颖的一个开源的大数据分析和可视化交互平台,包括 Elasticsearch、Logstash、Kibana 和 Beats 这 4 个主要的开源组件,可以为用户提供各种便利的分析能力和可视化展现效果,本次分享将介绍 Elastic Stack 的使用以及结合 Demo 来具体介绍如何使用 Elastic Stack 进行数据分析的方法。\n云计算是初创型企业产品快速落地和迭代的低成本高效率的助推器。讲师以云计算为基础的产品落地实例分享:智能AI机器人、金融风控SaaS平台、数据平台、社媒广告一站式投放平台。\n\n**时间:**2018年8月25日周六 13:30-16:30\n**地点:**湖南省长沙市岳麓区潇湘中路328号58众创大厦一楼LED大厅\n\n**合作伙伴**\n本期活动由阿里云主办,长沙网久软件、长沙Elastic 中国开源社区协办。\n![img](https://libs.websoft9.com/Websoft9/mainsite/zh/2018/aliyunmvp32cs-event-002.png)\n\n**活动流程:**\n13:30—14:00 签到\n14:00—14:05 主持人开场\n14:05—15:05《基于 Elastic Stack 的大数据分析》曾勇(Medcl)Elastic 中国开源社区负责人 阿里云 MVP\n15:05—15:10 Q&A\n15:10—16:10《技术型初创企业的弯道超车之术》王珏 阿里云 MVP 湖南心镜科技有限公司CEO\n16:10—16:30 现场专家一对一交流\n\n![img](https://libs.websoft9.com/Websoft9/mainsite/zh/2018/aliyunmvp32cs-event-003.jpg)\n\n**曾勇(Medcl)Elastic 中国开源社区负责人 阿里云 MVP** \nElastic 技术布道师,在分布式搜索、高性能、高可用架构、自动化运维等方面积累多年的经验。Elastic 中国开源社区负责人。阿里云 MVP。开源软件爱好者。\n**\n演讲主题:《基于 Elastic Stack 的大数据分析》**\nElastic Stack(github.com/elastic)是时下非常新颖的一个开源的大数据分析和可视化交互平台,包括 Elasticsearch、Logstash、Kibana 和 Beats 这 4 个主要的开源组件,可以为用户提供各种便利的分析能力和可视化展现效果,本次分享将介绍 Elastic Stack 的使用以及结合 Demo 来具体介绍如何使用 Elastic Stack 进行数据分析的方法。\n\n![img](https://libs.websoft9.com/Websoft9/mainsite/zh/2018/aliyunmvp32cs-event-004.jpg)\n\n**王珏 阿里云 MVP 湖南心镜科技有限公司CEO**\n在华为期间主导或参与过约40个IT项目,其中包括担认覆盖全球80多个国家的iTools项目群子项目经理,交付过世界领先的云系统。在三一重工期间担任数据中心副部长,牵线并参与三一与华为、埃森哲合作的流程信息化项目,带队交付近30个项目。在宇通担任IT总技术负责人,全面负责宇通客车IT分公司技术管理工作,带领团队交付近30个项目。创业3年,实战项目近30个。从业以来,主导或参与过的项目130余个,21年的技术玩家,有丰富的大团队和技术管理经验,有丰富的IT行业资源。\n**\n演讲主题:《技术型初创企业的弯道超车之术》**\n1,云计算是初创型企业产品快速落地和迭代的低成本高效率的助推器。\n2,心镜科技以云计算为基础的产品落地实例分享:拓途智能AI机器人、亿信云金融风控SaaS平台、拓途数据平台、拓途社媒广告一站式投放平台。\n\n**观看本次活动线上直播请先扫码入群(群内直播)**\n![img](https://libs.websoft9.com/Websoft9/mainsite/zh/2018/aliyunmvp32cs-event-005.png)\n\n**MVP Tech Show 介绍**\n“阿里云最有价值专家“,简称 MVP(Most Valuable Professional),他们爱创新、爱尝试、爱分享, 他们热爱技术,他们有深刻的技术理解和沉淀(技术精英),他们通过传播自身的技术理念,给广大开发者提供丰富的技术“能量”。阿里云 MVP tech show是由阿里云组办的线下技术聚会,以阿里云 MVP为核心,由他们分享的云计算、大数据、物联网等前沿技术的最佳实践。同时,我们有**云计算爱好者的社群——阿里云 ACE(Alibaba Cloud Engineer)**,是云计算的爱好者专属的组织,实时交流代码、架构等云计算相关问题,以城市为划分,全国已有30个 ACE 同城会(未来不断壮大),定期组织线下技术沙龙分享,定期钉钉群内干货直播分享。赶快扫码加入我们,一起成长(**申请理由请填写您所在的城市**)\n![img](https://libs.websoft9.com/Websoft9/mainsite/zh/2018/aliyunmvp32cs-event-006.png)" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2018-08-20T10:56+08:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3lvmnuqjjCRCrcfGKYpJxT", + "type": "Entry", + "createdAt": "2022-10-20T16:21:29.944Z", + "updatedAt": "2022-10-21T06:54:34.317Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-10-21T06:54:34.317Z", + "firstPublishedAt": "2022-10-20T17:16:17.685Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3lvmnuqjjCRCrcfGKYpJxT" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "os-lifecycle" + }, + "title": { + "en-US": "以应用和客户为中心的开源软件生命周期", + "zh-CN": "以应用和客户为中心的开源软件生命周期" + }, + "content": { + "en-US": "Websoft9在实践中发现,开源软件虽然免费,但仍然有客户实现了商用。商用过程中Websoft9提供了便捷性+物有超值的商业价值获得了广大客户的认可,同时提供了易获取的技术价值:稳定可靠、可维护、易维护+人工支持和精准的知识库体系。\n\n我们在这个路上一直期望做得更好,因为我们坚信,所有的资源布局,全部要站在客户的角度,以用户的应用为中心来考虑产品和服务。\n\n下面是我们认为的以应用为中心的软件生命周期;\n\n| | **客户需求** | **Websoft9对应的服务** | **需要改进** |\n| -------- | -------------------------------------------------- | -------------------------------------- | ------------------------------------------ |\n| 选型 | 在市场中快速找到商品,并可以立即demo | 场景化的商品分类和展现方式 | demo功能 |\n| 试用 | 无需人工干预的试用,最好是免费的 | 一定的免费试用期或完全免费 | 更简单的试用措施 |\n| 实施过程 | 装插件,换界面,增加功能,定义流程,接口,系统集成 | 给客户提供各种入口说明 | 提供视频教程 |\n| 正式商用 | 稳定可靠,基础设施可调整 | 与云厂商合作,客户能够灵活运用计算设施 | IaaS厂商提供的入口对用户来说有一定的复杂度 |\n| 软件维护 | l 能改代码、改环境参数、改数据库l 能备份与恢复 | 根据镜像的特性提供维护方案 | 自动备份手动备份方案 |\n| 升级 | 应用要升级,应用升级会带动环境升级需求 | 提供应用升级和环境升级方案 | 需要进一步完善知识库 |\n| 销毁 | 销毁后一切清空 | 销毁后一切清空 | |\n\n我们未来会不断针对客户的应用生命周期提示服务能力,Websoft9er,向前奔跑吧", + "zh-CN": "Websoft9在实践中发现,开源软件虽然免费,但仍然有客户实现了商用。商用过程中Websoft9提供了便捷性+物有超值的商业价值获得了广大客户的认可,同时提供了易获取的技术价值:稳定可靠、可维护、易维护+人工支持和精准的知识库体系。\n\n我们在这个路上一直期望做得更好,因为我们坚信,所有的资源布局,全部要站在客户的角度,以用户的应用为中心来考虑产品和服务。\n\n下面是我们认为的以应用为中心的软件生命周期;\n\n| | **客户需求** | **Websoft9对应的服务** | **需要改进** |\n| -------- | -------------------------------------------------- | -------------------------------------- | ------------------------------------------ |\n| 选型 | 在市场中快速找到商品,并可以立即demo | 场景化的商品分类和展现方式 | demo功能 |\n| 试用 | 无需人工干预的试用,最好是免费的 | 一定的免费试用期或完全免费 | 更简单的试用措施 |\n| 实施过程 | 装插件,换界面,增加功能,定义流程,接口,系统集成 | 给客户提供各种入口说明 | 提供视频教程 |\n| 正式商用 | 稳定可靠,基础设施可调整 | 与云厂商合作,客户能够灵活运用计算设施 | IaaS厂商提供的入口对用户来说有一定的复杂度 |\n| 软件维护 | l 能改代码、改环境参数、改数据库l 能备份与恢复 | 根据镜像的特性提供维护方案 | 自动备份手动备份方案 |\n| 升级 | 应用要升级,应用升级会带动环境升级需求 | 提供应用升级和环境升级方案 | 需要进一步完善知识库 |\n| 销毁 | 销毁后一切清空 | 销毁后一切清空 | |\n\n我们未来会不断针对客户的应用生命周期提示服务能力,Websoft9er,向前奔跑吧" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2018-08-18T00:00+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2d9wVDvNTjYQP4VpFqzxit", + "type": "Entry", + "createdAt": "2022-10-20T16:22:40.182Z", + "updatedAt": "2022-10-21T06:54:03.953Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-10-21T06:54:03.953Z", + "firstPublishedAt": "2022-10-20T17:15:35.221Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2d9wVDvNTjYQP4VpFqzxit" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "email-smtp-pop3" + }, + "title": { + "en-US": "理解邮件发送和接收的原理(干货)", + "zh-CN": "理解邮件发送和接收的原理(干货)" + }, + "content": { + "en-US": "大部分应用软件都会用到邮件系统,而邮件的配置不是一件容易的事情,下面是来自CSND中非常有价值的一篇关于邮件发送与接收的教程,看完后相比一定豁然开朗,参考:http://blog.csdn.net/qq_15646957/article/details/52544099\n\n发送邮件就需要SMTP邮件服务器软件,是安装配置一个邮件服务器到服务器上,还是使用第三方邮件系统的SMTP呢?显然使用第三方是最佳选择,毕竟邮件服务器的配置和维护是有技术难度的。\n\n[WordPress如何配置邮件发送](http://blog.websoft9.com/wordpress-smtp-setting/)", + "zh-CN": "大部分应用软件都会用到邮件系统,而邮件的配置不是一件容易的事情,下面是来自CSND中非常有价值的一篇关于邮件发送与接收的教程,看完后相比一定豁然开朗,参考:http://blog.csdn.net/qq_15646957/article/details/52544099\n\n发送邮件就需要SMTP邮件服务器软件,是安装配置一个邮件服务器到服务器上,还是使用第三方邮件系统的SMTP呢?显然使用第三方是最佳选择,毕竟邮件服务器的配置和维护是有技术难度的。\n\n[WordPress如何配置邮件发送](http://blog.websoft9.com/wordpress-smtp-setting/)" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2018-08-17T00:00+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6GwB0wDm3YrpXVhLcuEnN4", + "type": "Entry", + "createdAt": "2022-10-20T16:23:47.407Z", + "updatedAt": "2022-10-21T06:53:28.501Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2022-10-21T06:53:28.501Z", + "firstPublishedAt": "2022-10-20T17:14:50.032Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6GwB0wDm3YrpXVhLcuEnN4" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "cli" + }, + "title": { + "en-US": "什么是软件的CLI安装", + "zh-CN": "什么是软件的CLI安装" + }, + "content": { + "en-US": "Websoft9在进行开源软件的集成与自动化安装研究过程中发现有些软件有CLI安装模式,例如Gitlab CLI版本、Ghost CLI、PHP CLI等,CLI安装是什么意思?\n\n**CLI**(Command-Line Interface),即命令行界面,与之对应的是图形化用户界面,就是通过命令跟系统(软件)进行交互,例如Linux 和Windows的PowerShell。\n\n软件的CLI安装,就是软件提供了一套自己的执行命,通过命令实现某些操作。\n![img](https://libs-websoft9-com.oss-cn-qingdao.aliyuncs.com/Websoft9/blog/zh/2020/09/mysql-cli-websoft9.png)\n", + "zh-CN": "Websoft9在进行开源软件的集成与自动化安装研究过程中发现有些软件有CLI安装模式,例如Gitlab CLI版本、Ghost CLI、PHP CLI等,CLI安装是什么意思?\n\n**CLI**(Command-Line Interface),即命令行界面,与之对应的是图形化用户界面,就是通过命令跟系统(软件)进行交互,例如Linux 和Windows的PowerShell。\n\n软件的CLI安装,就是软件提供了一套自己的执行命,通过命令实现某些操作。\n![img](https://libs-websoft9-com.oss-cn-qingdao.aliyuncs.com/Websoft9/blog/zh/2020/09/mysql-cli-websoft9.png)\n" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2018-08-17T00:00+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1V4coAg8tkDk4AQE8F76dN", + "type": "Entry", + "createdAt": "2022-10-20T16:24:48.966Z", + "updatedAt": "2022-10-21T07:23:25.606Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 19, + "publishedAt": "2022-10-21T07:23:25.606Z", + "firstPublishedAt": "2022-10-21T07:23:25.606Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 20, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1V4coAg8tkDk4AQE8F76dN" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "mysql-romote" + }, + "title": { + "en-US": "如何开启MySQL远程连接", + "zh-CN": "如何开启MySQL远程连接" + }, + "content": { + "en-US": "MySql-Server 出于安全方面考虑只允许本机(localhost, 127.0.0.1)来连接访问. 这对于 Web-Server 与 MySql-Server 都在同一台服务器上的网站架构来说是没有问题的. 但随着网站流量的增加, 后期服务器架构可能会将 Web-Server 与 MySql-Server 分别放在独立的服务器上, 以便得到更大性能的提升, 此时 MySql-Server 就要修改成允许 Web-Server 进行远程连接.\n\n开启了远程连接,数据库的后期管理运维也不用每次都登到服务器,只要用图形化界面(如phpMyAdmin)即可远程管理。\n\n开启MySql-Server远程连接主要从**授权访问ip和服务器端口**进行操作:\n1. 在服务器上登录 Mysql-Server 连接本地 mysql (默认只允许本地连接,phpMyAdmin的远程访问实际相当于本地连接):\n```\n[root@iZq2mvq6snkcniZ ~]# mysql -uroot -p123456 \n```\n123456是密码,请使用您数据库的密码。此处以命令行登录举例,也可以使用图形界面等。\n\n2. 修改 Mysql-Server 用户配置:\n```\nMySQL [(none)]>use mysql;\n#查看现有用户,密码及允许连接的主机\nMySQL [mysql]> SELECT User, Password, Host FROM user; \n+------+-------------------------------------------+-----------+\n| User | Password | Host |\n+------+-------------------------------------------+-----------+\n| root | *6BB4837EB74329105EE4568DDA7DC67ED2CA2AD9 | localhost |\n| root | *6BB4837EB74329105EE4568DDA7DC67ED2CA2AD9 | 127.0.0.1 |\n+------+-------------------------------------------+-----------+\n2 rows in set (0.00 sec)\n\n#设置为所有IP都可以访问,比较危险,不建议。\nMySQL [mysql]> UPDATE user SET Host=@'%' where user='root' AND Host='localhost' LIMIT 1; \nMySQL [mysql]> flush privileges;\n#再次查看现有用户,密码及允许连接的主机\nMySQL [mysql]> SELECT User, Password, Host FROM user; \n+------+-------------------------------------------+-----------+\n| User | Password | Host |\n+------+-------------------------------------------+-----------+\n| root | *6BB4837EB74329105EE4568DDA7DC67ED2CA2AD9 | |\n| root | *6BB4837EB74329105EE4568DDA7DC67ED2CA2AD9 | 127.0.0.1 |\n+------+-------------------------------------------+-----------+\n```\n3. 最后,请注意在linux服务器上,默认3306端口是关闭的,不允许远程访问。因此需要打开3306端口供mysql远程连接使用,端口打开方法:\n```\n[root@iZq2mvq6snkcniZ ~]# iptables -I INPUT 4 -p tcp -m state --state NEW -m tcp --dport 3306 -j ACCEPT\n[root@iZq2mvq6snkcniZ ~]# service iptables save\n```\n至此,就可以真正远程访问数据库了,远程访问举例:\n\n![](https://libs-websoft9-com.oss-cn-qingdao.aliyuncs.com/Websoft9/blog/zh/2020/09/mysql-remote-websoft9.png)\n\n其他命令参考:\n下面我们配置 root 用户: 密码为空, 只允许从 192.168.1.100 连接\n```\nmysql> GRANT ALL PRIVILEGES ON *.* TO 'root'@'192.168.1.100' IDENTIFIED BY '' WITH GRANT OPTION;\n@'192.168.1.100'可以替换为@‘%’就可任意ip访问,当然我们也可以直接用 UPDATE 更新 root 用户 Host, SQL如下:\nmysql> UPDATE user SET Host='192.168.1.100' WHERE User='root' AND Host='localhost' LIMIT 1;\n```", + "zh-CN": "MySql-Server 出于安全方面考虑只允许本机(localhost, 127.0.0.1)来连接访问. 这对于 Web-Server 与 MySql-Server 都在同一台服务器上的网站架构来说是没有问题的. 但随着网站流量的增加, 后期服务器架构可能会将 Web-Server 与 MySql-Server 分别放在独立的服务器上, 以便得到更大性能的提升, 此时 MySql-Server 就要修改成允许 Web-Server 进行远程连接.\n\n开启了远程连接,数据库的后期管理运维也不用每次都登到服务器,只要用图形化界面(如phpMyAdmin)即可远程管理。\n\n开启MySql-Server远程连接主要从**授权访问ip和服务器端口**进行操作:\n1. 在服务器上登录 Mysql-Server 连接本地 mysql (默认只允许本地连接,phpMyAdmin的远程访问实际相当于本地连接):\n```\n[root@iZq2mvq6snkcniZ ~]# mysql -uroot -p123456 \n```\n123456是密码,请使用您数据库的密码。此处以命令行登录举例,也可以使用图形界面等。\n\n2. 修改 Mysql-Server 用户配置:\n```\nMySQL [(none)]>use mysql;\n#查看现有用户,密码及允许连接的主机\nMySQL [mysql]> SELECT User, Password, Host FROM user; \n+------+-------------------------------------------+-----------+\n| User | Password | Host |\n+------+-------------------------------------------+-----------+\n| root | *6BB4837EB74329105EE4568DDA7DC67ED2CA2AD9 | localhost |\n| root | *6BB4837EB74329105EE4568DDA7DC67ED2CA2AD9 | 127.0.0.1 |\n+------+-------------------------------------------+-----------+\n2 rows in set (0.00 sec)\n\n#设置为所有IP都可以访问,比较危险,不建议。\nMySQL [mysql]> UPDATE user SET Host=@'%' where user='root' AND Host='localhost' LIMIT 1; \nMySQL [mysql]> flush privileges;\n#再次查看现有用户,密码及允许连接的主机\nMySQL [mysql]> SELECT User, Password, Host FROM user; \n+------+-------------------------------------------+-----------+\n| User | Password | Host |\n+------+-------------------------------------------+-----------+\n| root | *6BB4837EB74329105EE4568DDA7DC67ED2CA2AD9 | |\n| root | *6BB4837EB74329105EE4568DDA7DC67ED2CA2AD9 | 127.0.0.1 |\n+------+-------------------------------------------+-----------+\n```\n3. 最后,请注意在linux服务器上,默认3306端口是关闭的,不允许远程访问。因此需要打开3306端口供mysql远程连接使用,端口打开方法:\n```\n[root@iZq2mvq6snkcniZ ~]# iptables -I INPUT 4 -p tcp -m state --state NEW -m tcp --dport 3306 -j ACCEPT\n[root@iZq2mvq6snkcniZ ~]# service iptables save\n```\n至此,就可以真正远程访问数据库了,远程访问举例:\n\n![](https://libs-websoft9-com.oss-cn-qingdao.aliyuncs.com/Websoft9/blog/zh/2020/09/mysql-remote-websoft9.png)\n\n其他命令参考:\n下面我们配置 root 用户: 密码为空, 只允许从 192.168.1.100 连接\n```\nmysql> GRANT ALL PRIVILEGES ON *.* TO 'root'@'192.168.1.100' IDENTIFIED BY '' WITH GRANT OPTION;\n@'192.168.1.100'可以替换为@‘%’就可任意ip访问,当然我们也可以直接用 UPDATE 更新 root 用户 Host, SQL如下:\nmysql> UPDATE user SET Host='192.168.1.100' WHERE User='root' AND Host='localhost' LIMIT 1;\n```" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2018-06-17T00:00+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "75cKdT1GHTxO7aKuq3TcCn", + "type": "Entry", + "createdAt": "2022-10-20T16:26:03.417Z", + "updatedAt": "2022-10-21T06:52:57.024Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-10-21T06:52:57.024Z", + "firstPublishedAt": "2022-10-20T17:12:56.337Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/75cKdT1GHTxO7aKuq3TcCn" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2DJ4xzZQwmbYv6D2O23Sv5" + } + } + }, + "slug": { + "en-US": "20180412-hw-visitus" + }, + "title": { + "en-US": "有缘千里来相会”–记华为云小伙伴来访", + "zh-CN": "有缘千里来相会”–记华为云小伙伴来访" + }, + "content": { + "en-US": "2018年4月12日,山水洲城长沙,春花隐忍,旭日暖人,春风拂面,华为云运营团队的两位小伙伴远道而来,专程与 Websoft9 的团队交流华为云云市场快速发展之策略。\n\n自2017年华为正式对外发布“全球五朵云”战略之后,华为云发展迅猛,而作为云生态桥头堡的华为云市场的战略地位日趋突出。Websoft9作为国内专业的镜像服务提供商,一直致力于简化云计算用户的安装部署,竭力满足云市场用户一键部署开源软件的需求,因为专注备受市场和同行认可。\n\nWebsoft9生存之根本是满足云市场用户的需求,用户要什么?我们就应该主航道里面提供对应的产品和服务,并及时改变产品体验和品类。虽然Websoft9已经在国内主流的云厂商的云市场上提供了,但是我们深知不同的云市场,客户的需求仍然有差异,我们要探索这个差异,就需要云厂商给与更多的支持,对于华为云来访沟通,Websoft9无比欢迎和期待。\n\n经过交流和积极的思想碰撞,双方达成重要共识主要如下:\n\n- 一齐致力于广泛的云市场客户需求的收集和研究\n没有调查就没有发言权,调查研究是满足客户需求的唯一之路,我们不认为现有的云市场镜像能够满足客户需求,也不认为全球最大的的镜像提供商代表了行业标准。想反,客户的需求还有很大一部分没有得到满足,因此直接了解他们的需求,制定相应的产品和服务计划,成了未来工作重心。只有坚持这点,我们才不会脱离市场,最终受才能到用户的认可。\n\n- 不断简化产品的使用\n追求简洁是人类的天性。从IT企业服务巨头转型成为互联网型的云计算公司,华为云清晰的认识到用户体验的重要性,其通过强大DevOps开发机制,快速的改善产品,提升用户体验,华为云人显得很有信心。Websoft9也一如继续的在产品的体验上加大研发投入,降低用户使用难度,让更多的用户(无需基础的用户)能够毫无障碍的使用我们的镜像。\n\n- 一齐加强云市场运营\n前不久,华为云推出的严选活动取得了非常好的市场反馈,今后在镜像市场这个类目中,华为云表示将和Websoft9一起加大内容运营、用户运营和活动运营力度,塑造镜像市场的品牌。\n\n![](https://libs.websoft9.com/Websoft9/mainsite/zh/2018/huweiyunvisit001.png)\n\n期待,明年春天我们走得更远!", + "zh-CN": "2018年4月12日,山水洲城长沙,春花隐忍,旭日暖人,春风拂面,华为云运营团队的两位小伙伴远道而来,专程与 Websoft9 的团队交流华为云云市场快速发展之策略。\n\n自2017年华为正式对外发布“全球五朵云”战略之后,华为云发展迅猛,而作为云生态桥头堡的华为云市场的战略地位日趋突出。Websoft9作为国内专业的镜像服务提供商,一直致力于简化云计算用户的安装部署,竭力满足云市场用户一键部署开源软件的需求,因为专注备受市场和同行认可。\n\nWebsoft9生存之根本是满足云市场用户的需求,用户要什么?我们就应该主航道里面提供对应的产品和服务,并及时改变产品体验和品类。虽然Websoft9已经在国内主流的云厂商的云市场上提供了,但是我们深知不同的云市场,客户的需求仍然有差异,我们要探索这个差异,就需要云厂商给与更多的支持,对于华为云来访沟通,Websoft9无比欢迎和期待。\n\n经过交流和积极的思想碰撞,双方达成重要共识主要如下:\n\n- 一齐致力于广泛的云市场客户需求的收集和研究\n没有调查就没有发言权,调查研究是满足客户需求的唯一之路,我们不认为现有的云市场镜像能够满足客户需求,也不认为全球最大的的镜像提供商代表了行业标准。想反,客户的需求还有很大一部分没有得到满足,因此直接了解他们的需求,制定相应的产品和服务计划,成了未来工作重心。只有坚持这点,我们才不会脱离市场,最终受才能到用户的认可。\n\n- 不断简化产品的使用\n追求简洁是人类的天性。从IT企业服务巨头转型成为互联网型的云计算公司,华为云清晰的认识到用户体验的重要性,其通过强大DevOps开发机制,快速的改善产品,提升用户体验,华为云人显得很有信心。Websoft9也一如继续的在产品的体验上加大研发投入,降低用户使用难度,让更多的用户(无需基础的用户)能够毫无障碍的使用我们的镜像。\n\n- 一齐加强云市场运营\n前不久,华为云推出的严选活动取得了非常好的市场反馈,今后在镜像市场这个类目中,华为云表示将和Websoft9一起加大内容运营、用户运营和活动运营力度,塑造镜像市场的品牌。\n\n![](https://libs.websoft9.com/Websoft9/mainsite/zh/2018/huweiyunvisit001.png)\n\n期待,明年春天我们走得更远!" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2018-04-12T10:56+08:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2RjOAq6cCMjN0SR3QvCfkC", + "type": "Entry", + "createdAt": "2022-10-20T16:26:58.292Z", + "updatedAt": "2022-10-21T06:52:14.788Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 13, + "publishedAt": "2022-10-21T06:52:14.788Z", + "firstPublishedAt": "2022-10-20T17:12:09.341Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 14, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2RjOAq6cCMjN0SR3QvCfkC" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2DJ4xzZQwmbYv6D2O23Sv5" + } + } + }, + "slug": { + "en-US": "hwyanxuan-websoft9coming" + }, + "title": { + "en-US": "华为云市场严选开服,网久开源镜像齐助威", + "zh-CN": "华为云市场严选开服,网久开源镜像齐助威" + }, + "content": { + "en-US": "原文地址:https://bbs.huaweicloud.com/blogs/106902\n\n近日,华为云在中国生态伙伴大会上对外正式发布了严选政策,通过过严选的模式,专门为客户所选,征集云上精品。目前,华为云市场承接严选业务,在云市场推出严选商城,引入云市场九大品类的应用场景,根据产品的质量、服务等制定统一规则优中选优、精中选精,让用户安心选购,省心购买,做云时代的保障。\n\n对于严选商品,华为云将开放线下直销加渠道经销商代销模式,打包销售入驻企业的解决方案,通过构建严选模式,最终实现所有参与方的合作共赢,促进云上生态圈进一步发展。\n\n华为云建立了丰富的激励机制,鼓励伙伴加入云市场严选。加入云市场严选的伙伴将享受华为的专家支持、渠道共享等,助力品牌提升、商业提升。同时,华为云还想开发者所想,急开发者所急,鼓励云市场合作伙伴发布免费镜像,进而打造一站式开源镜像站,为此,华为云还推出专项激励,云市场将根据云市场伙伴的流水和订单量,给予年度TOP10大礼包激励。\n\n据加入云市场严选的伙伴介绍,正是由于华为云“有技术、懂边界、守规矩”,上不碰数据、下不碰应用,不做股权投资、不与伙伴争利,才成为了其合作的选择。目前已有用友、拓维、汉得、新奥特云视等12家知名软件&服务厂商加入华为云市场严选。\n\n![](https://libs.websoft9.com/Websoft9/mainsite/zh/2017/websoft9andhuawei001.png)\n\n正是由于被华为云市场严选政策传递的种种利好吸引,作为华为云市场的优质伙伴----网久软件([Websoft9](https://www.websoft9.com))将结合其在云计算开源软件镜像库积累的技术、研发等方面的经验,同华为云市场进一步合作,加强在华为云市场的产品部署,在云市场发布免费镜像,力图将云上自由使用的优质应用打包成一键安装包,提供给云端用户,坚持致力于把产品做好,让用户省心。\n\n目前,在华为云市场,网久软件发布了近百个基于开源应用的基础软件、应用软件和建站软件镜像,不仅丰富了华为云市场的产品,同时,其公司具备的整理、归类、打包能力更是得到华为云市场的青睐,其公司把免费应用制作成一键云安装包的核心理念,也降低了云端应用的安装部署及运维门槛,提升了客户上云的体验,缩减了上云成本。\n\n![](https://libs.websoft9.com/Websoft9/mainsite/zh/2017/websoft9andhuawei002.png)\n\n[图说:网久软件在华为云市场发布的部分产品](https://app.huaweicloud.com/seller/e57458aa054b430fb2f82a066105f986)\n\n网久软件的产品和服务优势:\n\n1. 拥有完整的应用类目:包括基础运行环境类、建站软件类、企业应用软件类、开发者工具类四个大类\n2. 产品丰富:最多的开源镜像产品,目前产品已达230款\n3. 拥有完善的技术支持体系:包括在线文档、工单、论坛、IM、智能机器人客服\n\n未来,华为云将利用自身平台优势,结合华为云的品牌影响力及和全行业资源,帮助网久软件实现业务增长,助力交易提升,携手共建云端生态。\n", + "zh-CN": "原文地址:https://bbs.huaweicloud.com/blogs/106902\n\n近日,华为云在中国生态伙伴大会上对外正式发布了严选政策,通过过严选的模式,专门为客户所选,征集云上精品。目前,华为云市场承接严选业务,在云市场推出严选商城,引入云市场九大品类的应用场景,根据产品的质量、服务等制定统一规则优中选优、精中选精,让用户安心选购,省心购买,做云时代的保障。\n\n对于严选商品,华为云将开放线下直销加渠道经销商代销模式,打包销售入驻企业的解决方案,通过构建严选模式,最终实现所有参与方的合作共赢,促进云上生态圈进一步发展。\n\n华为云建立了丰富的激励机制,鼓励伙伴加入云市场严选。加入云市场严选的伙伴将享受华为的专家支持、渠道共享等,助力品牌提升、商业提升。同时,华为云还想开发者所想,急开发者所急,鼓励云市场合作伙伴发布免费镜像,进而打造一站式开源镜像站,为此,华为云还推出专项激励,云市场将根据云市场伙伴的流水和订单量,给予年度TOP10大礼包激励。\n\n据加入云市场严选的伙伴介绍,正是由于华为云“有技术、懂边界、守规矩”,上不碰数据、下不碰应用,不做股权投资、不与伙伴争利,才成为了其合作的选择。目前已有用友、拓维、汉得、新奥特云视等12家知名软件&服务厂商加入华为云市场严选。\n\n![](https://libs.websoft9.com/Websoft9/mainsite/zh/2017/websoft9andhuawei001.png)\n\n正是由于被华为云市场严选政策传递的种种利好吸引,作为华为云市场的优质伙伴----网久软件([Websoft9](https://www.websoft9.com))将结合其在云计算开源软件镜像库积累的技术、研发等方面的经验,同华为云市场进一步合作,加强在华为云市场的产品部署,在云市场发布免费镜像,力图将云上自由使用的优质应用打包成一键安装包,提供给云端用户,坚持致力于把产品做好,让用户省心。\n\n目前,在华为云市场,网久软件发布了近百个基于开源应用的基础软件、应用软件和建站软件镜像,不仅丰富了华为云市场的产品,同时,其公司具备的整理、归类、打包能力更是得到华为云市场的青睐,其公司把免费应用制作成一键云安装包的核心理念,也降低了云端应用的安装部署及运维门槛,提升了客户上云的体验,缩减了上云成本。\n\n![](https://libs.websoft9.com/Websoft9/mainsite/zh/2017/websoft9andhuawei002.png)\n\n[图说:网久软件在华为云市场发布的部分产品](https://app.huaweicloud.com/seller/e57458aa054b430fb2f82a066105f986)\n\n网久软件的产品和服务优势:\n\n1. 拥有完整的应用类目:包括基础运行环境类、建站软件类、企业应用软件类、开发者工具类四个大类\n2. 产品丰富:最多的开源镜像产品,目前产品已达230款\n3. 拥有完善的技术支持体系:包括在线文档、工单、论坛、IM、智能机器人客服\n\n未来,华为云将利用自身平台优势,结合华为云的品牌影响力及和全行业资源,帮助网久软件实现业务增长,助力交易提升,携手共建云端生态。\n" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2018-03-29T10:56+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5JzZI6N87pYls9CILHxsgM", + "type": "Entry", + "createdAt": "2022-10-20T16:27:58.893Z", + "updatedAt": "2022-10-21T07:23:54.926Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 25, + "publishedAt": "2022-10-21T07:23:54.926Z", + "firstPublishedAt": "2022-10-21T07:23:54.926Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 26, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5JzZI6N87pYls9CILHxsgM" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "about-domain" + }, + "title": { + "en-US": "域名与域名解析知识扫盲", + "zh-CN": "域名与域名解析知识扫盲" + }, + "content": { + "en-US": "域名这东西简单,但理解起来有点绕口,小编在这里简单的给大家总结一下。\n\n域名的存在是为了方便访问网站。网站是通过服务器IP来标识的,你不想记住每个网站的IP吧(你也记不住),于是就用一个好记的 **名称(域名)** 跟IP关联起来。\n\n域名就是abc.com/org/这种形式,也就是说一级域名。\n一个abc.com根本满足不了需求,因此我们可以通过A记录方式,增加不限数量的二级域名\n\n- www.abc.com\n- job.abc.com\n- help.abc.com\n\n特别要说明的是www.abc.com不是默认就存在的,也是要通过A记录解析才有的。\n\n------\n\n服务器解析域名问题:\n\n要服务器能够按照自己期望的方式解析域名,需要理解或做好如下三件事情:\n\n- 不管是一级域名还是二级域名,都是不同的域名,即abc.com和www.abc.com服务器认为是两个东西\n- 域名解析,将域名与服务器(IP)建立联系;域名需要通过A记录的方式解析到服务器才能与服务器建立关联\n- 域名绑定,将域名与网站文件目录关联;服务器里面需要有文件能够识别域名与应用的对应的关系,即abc.com访问哪个应用?www.abc.com访问哪个应用?都必须明确的告诉服务器(也就是通过conf文件把访问规则写进去)\n\n下面是Apache的虚拟主机配置文件\n```\n\nServerName www.abc.com\nDocumentRoot \"/data/wwwroot/default\"\n\n\nOptions Indexes FollowSymlinks\nAllowOverride All\nRequire all granted\n\n\n```", + "zh-CN": "域名这东西简单,但理解起来有点绕口,小编在这里简单的给大家总结一下。\n\n域名的存在是为了方便访问网站。网站是通过服务器IP来标识的,你不想记住每个网站的IP吧(你也记不住),于是就用一个好记的 **名称(域名)** 跟IP关联起来。\n\n域名就是abc.com/org/这种形式,也就是说一级域名。\n一个abc.com根本满足不了需求,因此我们可以通过A记录方式,增加不限数量的二级域名\n\n- www.abc.com\n- job.abc.com\n- help.abc.com\n\n特别要说明的是www.abc.com不是默认就存在的,也是要通过A记录解析才有的。\n\n------\n\n服务器解析域名问题:\n\n要服务器能够按照自己期望的方式解析域名,需要理解或做好如下三件事情:\n\n- 不管是一级域名还是二级域名,都是不同的域名,即abc.com和www.abc.com服务器认为是两个东西\n- 域名解析,将域名与服务器(IP)建立联系;域名需要通过A记录的方式解析到服务器才能与服务器建立关联\n- 域名绑定,将域名与网站文件目录关联;服务器里面需要有文件能够识别域名与应用的对应的关系,即abc.com访问哪个应用?www.abc.com访问哪个应用?都必须明确的告诉服务器(也就是通过conf文件把访问规则写进去)\n\n下面是Apache的虚拟主机配置文件\n```\n\nServerName www.abc.com\nDocumentRoot \"/data/wwwroot/default\"\n\n\nOptions Indexes FollowSymlinks\nAllowOverride All\nRequire all granted\n\n\n```" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2017-08-27T00:00+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1YlvSZKGAiN5P9BB0gBWGX", + "type": "Entry", + "createdAt": "2022-10-20T16:28:52.890Z", + "updatedAt": "2022-10-21T06:51:31.819Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-10-21T06:51:31.819Z", + "firstPublishedAt": "2022-10-20T16:52:59.217Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1YlvSZKGAiN5P9BB0gBWGX" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "image-deployment-experience" + }, + "title": { + "en-US": "基于镜像的“一键上云”是一种怎样的体验?", + "zh-CN": "基于镜像的“一键上云”是一种怎样的体验?" + }, + "content": { + "en-US": "接触Websoft9比较久的用户大多理解镜像的含义,而新手还有不少对镜像没有具体概念的。Websoft9提供的产品或服务都是以“镜像”(其中大部分都是免费镜像)的方式存在,镜像是什么?镜像为何与云计算的使用密不可分?下面小九就这个问题与大家进行分享。\n\n一、什么是镜像?\n\n![img](https://libs.websoft9.com/Websoft9/mainsite/zh/2018/image-ex-001.png)\n\n镜像,就是云服务器(ECS)的“装机盘”。\n\n以往,用户购买云服务器(ECS)后,需自行配置环境、安装软件,繁琐且耗时\n现在,通过Websoft9的镜像,用户只需进行一次简单操作,就可快速获得该镜像中所预装的云服务器运行环境或软件应用,满足建站、应用开发、可视化管理等个性化需求,让云服务器“即开即用”,省时方便。\n\n### 镜像部署云服务器 VS 手动部署云服务器\n\n![img](https://libs.websoft9.com/Websoft9/mainsite/zh/2018/image-ex-002.png) \n\n二、镜像的获取方法\n\n**若您没有云服务器,**请参考如下方式获取镜像\n\n1、进入Websoft9网站,打开应用频道,找到您需要的产品。\n\n2、点“直接安装”,有个云市场镜像(免安装),选择您喜欢的云厂商(例如:阿里云、腾讯云、百度云等),页面会跳转到Websoft9在云厂商的镜像页面上\n\n![img](https://libs.websoft9.com/Websoft9/mainsite/zh/2018/image-ex-003.png)\n\n3、点击“立即购买”,镜像+云服务器就到手了\n\n------\n\n**若您已经购买了云服务器ECS**,需要使用镜像来部署运行环境,或者安装软件应用。可以进行这样的操作:首先在ECS控制台将该云服务器实例停机后,再选择更换系统盘,即可选择使用所需的镜像。\n\n![img](https://libs.websoft9.com/Websoft9/mainsite/zh/2018/image-ex-004.png)", + "zh-CN": "接触Websoft9比较久的用户大多理解镜像的含义,而新手还有不少对镜像没有具体概念的。Websoft9提供的产品或服务都是以“镜像”(其中大部分都是免费镜像)的方式存在,镜像是什么?镜像为何与云计算的使用密不可分?下面小九就这个问题与大家进行分享。\n\n一、什么是镜像?\n\n![img](https://libs.websoft9.com/Websoft9/mainsite/zh/2018/image-ex-001.png)\n\n镜像,就是云服务器(ECS)的“装机盘”。\n\n以往,用户购买云服务器(ECS)后,需自行配置环境、安装软件,繁琐且耗时\n现在,通过Websoft9的镜像,用户只需进行一次简单操作,就可快速获得该镜像中所预装的云服务器运行环境或软件应用,满足建站、应用开发、可视化管理等个性化需求,让云服务器“即开即用”,省时方便。\n\n### 镜像部署云服务器 VS 手动部署云服务器\n\n![img](https://libs.websoft9.com/Websoft9/mainsite/zh/2018/image-ex-002.png) \n\n二、镜像的获取方法\n\n**若您没有云服务器,**请参考如下方式获取镜像\n\n1、进入Websoft9网站,打开应用频道,找到您需要的产品。\n\n2、点“直接安装”,有个云市场镜像(免安装),选择您喜欢的云厂商(例如:阿里云、腾讯云、百度云等),页面会跳转到Websoft9在云厂商的镜像页面上\n\n![img](https://libs.websoft9.com/Websoft9/mainsite/zh/2018/image-ex-003.png)\n\n3、点击“立即购买”,镜像+云服务器就到手了\n\n------\n\n**若您已经购买了云服务器ECS**,需要使用镜像来部署运行环境,或者安装软件应用。可以进行这样的操作:首先在ECS控制台将该云服务器实例停机后,再选择更换系统盘,即可选择使用所需的镜像。\n\n![img](https://libs.websoft9.com/Websoft9/mainsite/zh/2018/image-ex-004.png)" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2017-06-29T00:00+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "RtZzIAD3WnGvqV0kwnjGn", + "type": "Entry", + "createdAt": "2022-10-20T16:30:11.538Z", + "updatedAt": "2022-10-21T06:51:02.573Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-10-21T06:51:02.573Z", + "firstPublishedAt": "2022-10-20T16:52:15.177Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/RtZzIAD3WnGvqV0kwnjGn" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "what-is-cloudserver" + }, + "title": { + "en-US": "云服务器是什么?ECS、BCC、CVM...", + "zh-CN": "云服务器是什么?ECS、BCC、CVM..." + }, + "content": { + "en-US": "- 什么是云服务器? 什么是云服务器?云服务器有哪些优势?能用来干什么?很多人不太了解云服务器的定义和用途。云服务器是一种简单高效、处理能力可弹性伸缩的计算服务,帮助用户快速构建更稳定、安全的应用,提升运维效率,降低 IT 成本,使用户更专注于核心业务创新。\n\n 不同的厂家对云服务器的缩写词是不一样的,阿里云管它叫ECS,腾讯云管它叫CVM,百度云管它叫BCC\n\n 相比传统服务器,云服务器优势主要体现在可以弹性扩容,稳定性更高、节省成本,而且安全系数也更高。\n\n 一、 稳定性\n\n 云服务器:实例可用性达 99.95%,云盘数据可靠性不低于 99.9999999% ;而且自动宕机迁移,自动快照备份(需手动配置快照策略),数据恢复更方便; 传统服务器:受限于硬件可靠性,容易出问题;而且需手工备份,人工数据恢复困难、耗时。\n\n 二、 弹性\n 云服务器:可以自由配置 CPU、内存、带宽,可随时升级;升级配置数据不丢失,业务暂停时间可控;\n 传统服务器:固定配置,难以满足各类需求;改配置需硬件升级,周期长,服务停止时间不可控。\n\n 三、 安全\n 云服务器:免费提供 DDoS 防护、木马查杀、防暴力入侵等服务;可以轻松实现多用户对多服务器的访问控制;\n 传统服务器:需额外购买、部署各种安全措施;基本上做不到多用户对多服务器访问控制。\n\n 四、 成本\n 云服务器:高性价比,支持包年包月或按量计费,满足不同需求;无需服务器网络和硬件等维护,0 成本运维。\n 传统服务器:租用费用高,只能包年包月购买;大量人员负责机器运维,成本高。\n\n 五、 可用性\n 云服务器:丰富的操作系统和应用软件,通过镜像可一键简单部署;同一镜像可在多台 ECS 中快速复制环境,轻松扩展;\n 传统服务器:几乎不提供任何软件支持新增服务器需人工重复所有的部署操作\n\n 六、 可拓展性\n 云服务器:各种丰富的云产品无缝衔接;可持续为业务发展提供完整的计算、存储、安全等解决方案;\n 传统服务器:很难在同一服务商内找到完整的服务;不能支持业务增长的可扩展性和持续性。\n\n 大家经常说云计算服务未来会像自来水等公共设施服务一样,更加简单,更加强大。现在明显已经在朝这个方向在快步前进了,无论是技术专业的团队还是激情澎湃的个人站长,利用好云服务器,是可以大大节约自己的时间和经济成本的。", + "zh-CN": "- 什么是云服务器? 什么是云服务器?云服务器有哪些优势?能用来干什么?很多人不太了解云服务器的定义和用途。云服务器是一种简单高效、处理能力可弹性伸缩的计算服务,帮助用户快速构建更稳定、安全的应用,提升运维效率,降低 IT 成本,使用户更专注于核心业务创新。\n\n 不同的厂家对云服务器的缩写词是不一样的,阿里云管它叫ECS,腾讯云管它叫CVM,百度云管它叫BCC\n\n 相比传统服务器,云服务器优势主要体现在可以弹性扩容,稳定性更高、节省成本,而且安全系数也更高。\n\n 一、 稳定性\n\n 云服务器:实例可用性达 99.95%,云盘数据可靠性不低于 99.9999999% ;而且自动宕机迁移,自动快照备份(需手动配置快照策略),数据恢复更方便; 传统服务器:受限于硬件可靠性,容易出问题;而且需手工备份,人工数据恢复困难、耗时。\n\n 二、 弹性\n 云服务器:可以自由配置 CPU、内存、带宽,可随时升级;升级配置数据不丢失,业务暂停时间可控;\n 传统服务器:固定配置,难以满足各类需求;改配置需硬件升级,周期长,服务停止时间不可控。\n\n 三、 安全\n 云服务器:免费提供 DDoS 防护、木马查杀、防暴力入侵等服务;可以轻松实现多用户对多服务器的访问控制;\n 传统服务器:需额外购买、部署各种安全措施;基本上做不到多用户对多服务器访问控制。\n\n 四、 成本\n 云服务器:高性价比,支持包年包月或按量计费,满足不同需求;无需服务器网络和硬件等维护,0 成本运维。\n 传统服务器:租用费用高,只能包年包月购买;大量人员负责机器运维,成本高。\n\n 五、 可用性\n 云服务器:丰富的操作系统和应用软件,通过镜像可一键简单部署;同一镜像可在多台 ECS 中快速复制环境,轻松扩展;\n 传统服务器:几乎不提供任何软件支持新增服务器需人工重复所有的部署操作\n\n 六、 可拓展性\n 云服务器:各种丰富的云产品无缝衔接;可持续为业务发展提供完整的计算、存储、安全等解决方案;\n 传统服务器:很难在同一服务商内找到完整的服务;不能支持业务增长的可扩展性和持续性。\n\n 大家经常说云计算服务未来会像自来水等公共设施服务一样,更加简单,更加强大。现在明显已经在朝这个方向在快步前进了,无论是技术专业的团队还是激情澎湃的个人站长,利用好云服务器,是可以大大节约自己的时间和经济成本的。" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2017-05-19T00:00+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6ILFHBpmXRD5auNFtoQwdF", + "type": "Entry", + "createdAt": "2022-10-20T16:31:16.359Z", + "updatedAt": "2022-10-21T06:50:23.646Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 14, + "publishedAt": "2022-10-21T06:50:23.646Z", + "firstPublishedAt": "2022-10-20T16:51:18.591Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 3, + "version": 15, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6ILFHBpmXRD5auNFtoQwdF" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "osserp-vs-bzerp" + }, + "title": { + "en-US": "开源ERP和其它ERP软件比较", + "zh-CN": "开源ERP和其它ERP软件比较" + }, + "content": { + "en-US": "**现在有许多企业将ERP项目,在企 业中没有实施好,都归咎于软件产品不好。其实,这只是你们的借口。若想要将ERP软件真正与企业融合一体,首先得考虑企业的自身情况,再去选择适合的 ERP软件。**\n\n 如果你的企业是高速发展的中小企业,希望用IT给管理带来提升,对国内主流ERP产品几万元到几十万元的投入觉得风险过大,还恐惧购买成品ERP。你还有 另外一种选择,选择免费且开放的开源ERP软件进行二次开发,根据自己的要求设定适合你企业的ERP。下载开源ERP的产品十分方便,在各大知名的开源网 站上都可免费下载它们。注意哦!开源所有的产品都是对外开放的,且源代码都可任意查看,若您在实施ERP时遇到问题,可在开源社区上进行咨询讨论,当然, 您也可以请软件开发商进行二次开发。\n\n**开源ERP和其它ERP软件比较,如图所示**\n\n| **成本比较** | **开源 ERP** | **其它中型 ERP** |\n| ---------------- | -------------- | ------------------------------- |\n| 软件许可 | 免费 | 10-100 万 |\n| 升级许可 | 免费 | 3-30 万 |\n| 年服务费 | 低 - 或 - 为零 | 高 - 强制(合同金额的 15-30% ) |\n| 咨询服务 | 低 - 或 - 为零 | 高 - 数万 |\n| **总体拥有成本** | **较低** | 较高 |\n| | | |\n| **其它比较** | **开源 ERP** | **其它 ERP** |\n| 开放源代码 | √ | × |\n| 不依赖于软件厂商 | √ | × |\n| 咨询服务是否可选 | √ | × |\n| **综合优势** | **较强** | 较弱 |\n\n对于大中型企业来说,ERP的专业性和行业特征非常明显,开源ERP也需要经过定制方可上线实用。对于小微企业来说,简单实用、快速上线是最为迫切的需求,开源ERP值得去尝试", + "zh-CN": "**现在有许多企业将ERP项目,在企 业中没有实施好,都归咎于软件产品不好。其实,这只是你们的借口。若想要将ERP软件真正与企业融合一体,首先得考虑企业的自身情况,再去选择适合的 ERP软件。**\n\n 如果你的企业是高速发展的中小企业,希望用IT给管理带来提升,对国内主流ERP产品几万元到几十万元的投入觉得风险过大,还恐惧购买成品ERP。你还有 另外一种选择,选择免费且开放的开源ERP软件进行二次开发,根据自己的要求设定适合你企业的ERP。下载开源ERP的产品十分方便,在各大知名的开源网 站上都可免费下载它们。注意哦!开源所有的产品都是对外开放的,且源代码都可任意查看,若您在实施ERP时遇到问题,可在开源社区上进行咨询讨论,当然, 您也可以请软件开发商进行二次开发。\n\n**开源ERP和其它ERP软件比较,如图所示**\n\n| **成本比较** | **开源 ERP** | **其它中型 ERP** |\n| ---------------- | -------------- | ------------------------------- |\n| 软件许可 | 免费 | 10-100 万 |\n| 升级许可 | 免费 | 3-30 万 |\n| 年服务费 | 低 - 或 - 为零 | 高 - 强制(合同金额的 15-30% ) |\n| 咨询服务 | 低 - 或 - 为零 | 高 - 数万 |\n| **总体拥有成本** | **较低** | 较高 |\n| | | |\n| **其它比较** | **开源 ERP** | **其它 ERP** |\n| 开放源代码 | √ | × |\n| 不依赖于软件厂商 | √ | × |\n| 咨询服务是否可选 | √ | × |\n| **综合优势** | **较强** | 较弱 |\n\n对于大中型企业来说,ERP的专业性和行业特征非常明显,开源ERP也需要经过定制方可上线实用。对于小微企业来说,简单实用、快速上线是最为迫切的需求,开源ERP值得去尝试" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2017-05-18T08:32+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6YchHE74e1y1QGTfp9Dwss", + "type": "Entry", + "createdAt": "2022-10-20T16:32:20.650Z", + "updatedAt": "2022-10-21T06:49:34.405Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-10-21T06:49:34.405Z", + "firstPublishedAt": "2022-10-20T16:50:19.984Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6YchHE74e1y1QGTfp9Dwss" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "how-to-use-customer-service-tools" + }, + "title": { + "en-US": "技术型企业做客服,需要工具+小智慧", + "zh-CN": "技术型企业做客服,需要工具+小智慧" + }, + "content": { + "en-US": "从Websoft9客服的工作中实践,发现企业在客服体验与服务成本之间做出一个平衡至关重要,偏颇一方都会给客服工作带来不良的后果。\n\n客户对客服工作的需求:IM永远在线,简单描述就希望能够找到答案,并期待有热情而专业的反馈\n\n客服人员对工作的需求就比较多,主要集中在如下几点:\n\n1、80%的重复性问题,希望客户不再提问,而是自行找到答案自助解决\n\n2、客户的提问请简明概要&图文并茂,一次说清楚\n\n3、怎样的语气不会让客户感到生硬\n\n在经过大量实践之后,Websoft9构建了一个以知识库(文档+视频+FAQ+帖子讨论)为核心,结合以工单解决问题、IM&电话引导疏通客服响应的一体化机制。\n\nIM不是解决问题的最佳手段,因为企业服务从成本上、问题诊断、解决方案定位上无法做到实时,给客户过高的体验期待,双方两败俱伤。\n\n工单可以有序的处理客户问题,一方面可以带来很规范的客户体验,另一方面可以提升服务人员的工作效率。如果做到了协同工作,就不用客户重复描述问题,客服与客户双方了解问题处理进度,客服协同解决客户问题。使用工单查看分类能按照条件筛选出特定集合的工单,方便客服定位工单快速处理。使用工单预设回应可以很快的应用预设好的工单回复模板,节省时间。", + "zh-CN": "从Websoft9客服的工作中实践,发现企业在客服体验与服务成本之间做出一个平衡至关重要,偏颇一方都会给客服工作带来不良的后果。\n\n客户对客服工作的需求:IM永远在线,简单描述就希望能够找到答案,并期待有热情而专业的反馈\n\n客服人员对工作的需求就比较多,主要集中在如下几点:\n\n1、80%的重复性问题,希望客户不再提问,而是自行找到答案自助解决\n\n2、客户的提问请简明概要&图文并茂,一次说清楚\n\n3、怎样的语气不会让客户感到生硬\n\n在经过大量实践之后,Websoft9构建了一个以知识库(文档+视频+FAQ+帖子讨论)为核心,结合以工单解决问题、IM&电话引导疏通客服响应的一体化机制。\n\nIM不是解决问题的最佳手段,因为企业服务从成本上、问题诊断、解决方案定位上无法做到实时,给客户过高的体验期待,双方两败俱伤。\n\n工单可以有序的处理客户问题,一方面可以带来很规范的客户体验,另一方面可以提升服务人员的工作效率。如果做到了协同工作,就不用客户重复描述问题,客服与客户双方了解问题处理进度,客服协同解决客户问题。使用工单查看分类能按照条件筛选出特定集合的工单,方便客服定位工单快速处理。使用工单预设回应可以很快的应用预设好的工单回复模板,节省时间。" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2017-05-18T00:00+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4HPW7R8iHNLthrQ6Av433f", + "type": "Entry", + "createdAt": "2022-10-20T16:33:10.258Z", + "updatedAt": "2022-10-21T06:48:47.107Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-10-21T06:48:47.107Z", + "firstPublishedAt": "2022-10-20T16:49:38.615Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4HPW7R8iHNLthrQ6Av433f" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "esc-select-and-security-group" + }, + "title": { + "en-US": "云服务器的选型", + "zh-CN": "云服务器的选型" + }, + "content": { + "en-US": "关于云服务器的选型及几种重要参数,今天Websoft9给大家做一个简单的分析:\n### 地域\n#### 问题1、选择华北1、还是华北2、还是华南1,区别在哪里?\n\n华北1、华北2、华南1在网络的层面都是局域网(也称之为机房)的概念,如果您有多台云服务器,最好选用同一个机房,以便满足未来你多台服务器之间的数据同步和组网。\n\n**举例:A服务器是图片,B服务器是网站1,C服务器是网站2,网站1和网站2都要调用A服务器的图片,显然他们在同一个机房会比较方便。***\n\n#### 问题2、我是广州的公司,华南1是不是比较合适我?\n\n其实你的区域选哪里,与你的客户在哪里访问你有关系。如果客户在华南,你选华南稍微合适一点。如果你的客户在全国,那么全国的机房都差不多。 \n\n如果针对服务器采用了CDN加速,那么地域造成的访问速度影响几乎为零。\n\n#### 问题3、我的客户在海外,我在国内,选哪个地域?\n\n还是一个原则“客户在哪里就选哪里”,客户在美国就选美国…\n\n### 带宽\n包年包月:包干制,带宽成本比较高\n\n按流量计费:网站访问量每天少于100个IP的,按量计费更省钱,而且带宽峰是1M还是10M计费都一样,这种方式还是比较人性化的,但你得注意网络流量不要被外部因素给“偷掉了”。\n\n### 网络\n原来厂家称其网络为经典网络,后面又增加专有网络,并使之为默认项。 \n实际上可以理解 专有网络=经典网络2.0\n\n### 配置:CUP与内存\n推荐以下几种配置组合方案,能够满足大部分用户的需求。\n\n1. 入门型: 1 vCPU 1 GB 1 MB,适用于访问量较小的个人网站初级阶段\n2. 进阶型: 1 vCPU 2 GB 1 MB,适用于流量适中的网站、简单开发环境、代码存储库等\n3. 通用型: 2 vCPU 4 GB 1 MB,能满足 90% 云计算用户,适用于企业运营活动、并行计算应用、普通数据处理\n4. 理想型: 4 vCPU 8 GB 1 MB,用于对计算性能要求较高的业务,如企业运营活动、批量处理、分布式分析、应用 APP 等\n 这些推荐配置只是作为您开始使用云服务器的参考。云服务器厂商一般提供了灵活、可编辑的配置修改方式。如果在使用过程中,发现配置过高或过低,可以随时修改配置,进行 升降配。\n\n**对小型用户来说,并发访问非常小,因此配置花钱的重点优先级应该为:带宽>内存>CPU\n其实云计算用户根本不用纠结在一开始如何选配置的问题。本来云计算就是弹性计算,随时可以调整,变大变小都可以,边用边调整岂不是更为准确?\n\n### 镜像\n- 公共镜像:阿里云官方提供的镜像,基本上都是纯粹的操作系统镜像\n\n- 镜像市场:由Websoft9这种的合作伙伴,在“公共镜像”的操作系统基础上,灌装了中间件、应用软件或数据库等,然后再打包的镜像。\n\n- 公共镜像重点是操作系统选项,镜像市场重点是快速满足你的业务应用\n\n- 自定义镜像:自己生产的镜像\n\n- 共享镜像:别人共享给你的镜像\n\n### 安全组\n\n安全组类似防火墙功能,用于设置网络访问控制。安全组是比较高级的功能,选择不慎,会让普通用户“抓狂”。\n\n例如:Linux安全组放开22端口,这个选项能够让用户通过ssh远程控制服务器\n\n例如:默认安全组放开全部端口这个选项,这个就比较自由。如果选择“开放全部端口”项,使用起来很方便,无需考虑端口未开放导致的无法访问,但安全上隐患就比较大。", + "zh-CN": "关于云服务器的选型及几种重要参数,今天Websoft9给大家做一个简单的分析:\n### 地域\n#### 问题1、选择华北1、还是华北2、还是华南1,区别在哪里?\n\n华北1、华北2、华南1在网络的层面都是局域网(也称之为机房)的概念,如果您有多台云服务器,最好选用同一个机房,以便满足未来你多台服务器之间的数据同步和组网。\n\n**举例:A服务器是图片,B服务器是网站1,C服务器是网站2,网站1和网站2都要调用A服务器的图片,显然他们在同一个机房会比较方便。***\n\n#### 问题2、我是广州的公司,华南1是不是比较合适我?\n\n其实你的区域选哪里,与你的客户在哪里访问你有关系。如果客户在华南,你选华南稍微合适一点。如果你的客户在全国,那么全国的机房都差不多。 \n\n如果针对服务器采用了CDN加速,那么地域造成的访问速度影响几乎为零。\n\n#### 问题3、我的客户在海外,我在国内,选哪个地域?\n\n还是一个原则“客户在哪里就选哪里”,客户在美国就选美国…\n\n### 带宽\n包年包月:包干制,带宽成本比较高\n\n按流量计费:网站访问量每天少于100个IP的,按量计费更省钱,而且带宽峰是1M还是10M计费都一样,这种方式还是比较人性化的,但你得注意网络流量不要被外部因素给“偷掉了”。\n\n### 网络\n原来厂家称其网络为经典网络,后面又增加专有网络,并使之为默认项。 \n实际上可以理解 专有网络=经典网络2.0\n\n### 配置:CUP与内存\n推荐以下几种配置组合方案,能够满足大部分用户的需求。\n\n1. 入门型: 1 vCPU 1 GB 1 MB,适用于访问量较小的个人网站初级阶段\n2. 进阶型: 1 vCPU 2 GB 1 MB,适用于流量适中的网站、简单开发环境、代码存储库等\n3. 通用型: 2 vCPU 4 GB 1 MB,能满足 90% 云计算用户,适用于企业运营活动、并行计算应用、普通数据处理\n4. 理想型: 4 vCPU 8 GB 1 MB,用于对计算性能要求较高的业务,如企业运营活动、批量处理、分布式分析、应用 APP 等\n 这些推荐配置只是作为您开始使用云服务器的参考。云服务器厂商一般提供了灵活、可编辑的配置修改方式。如果在使用过程中,发现配置过高或过低,可以随时修改配置,进行 升降配。\n\n**对小型用户来说,并发访问非常小,因此配置花钱的重点优先级应该为:带宽>内存>CPU\n其实云计算用户根本不用纠结在一开始如何选配置的问题。本来云计算就是弹性计算,随时可以调整,变大变小都可以,边用边调整岂不是更为准确?\n\n### 镜像\n- 公共镜像:阿里云官方提供的镜像,基本上都是纯粹的操作系统镜像\n\n- 镜像市场:由Websoft9这种的合作伙伴,在“公共镜像”的操作系统基础上,灌装了中间件、应用软件或数据库等,然后再打包的镜像。\n\n- 公共镜像重点是操作系统选项,镜像市场重点是快速满足你的业务应用\n\n- 自定义镜像:自己生产的镜像\n\n- 共享镜像:别人共享给你的镜像\n\n### 安全组\n\n安全组类似防火墙功能,用于设置网络访问控制。安全组是比较高级的功能,选择不慎,会让普通用户“抓狂”。\n\n例如:Linux安全组放开22端口,这个选项能够让用户通过ssh远程控制服务器\n\n例如:默认安全组放开全部端口这个选项,这个就比较自由。如果选择“开放全部端口”项,使用起来很方便,无需考虑端口未开放导致的无法访问,但安全上隐患就比较大。" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2017-05-17T00:00+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3Ar9Cf4kgYC2aQZ8mACVD", + "type": "Entry", + "createdAt": "2022-10-20T16:35:13.003Z", + "updatedAt": "2022-10-21T06:48:15.869Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-10-21T06:48:15.869Z", + "firstPublishedAt": "2022-10-20T16:44:54.797Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3Ar9Cf4kgYC2aQZ8mACVD" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2DJ4xzZQwmbYv6D2O23Sv5" + } + } + }, + "slug": { + "en-US": "2017yunxi-shenzhen-xinrui" + }, + "title": { + "en-US": "2017云栖大会深圳首站,Websoft9荣获阿里云市场新锐奖", + "zh-CN": "2017云栖大会深圳首站,Websoft9荣获阿里云市场新锐奖" + }, + "content": { + "en-US": "2017-3-28/29日是今年阿里云云栖大会的第一站–深圳站。已经跻身为全球第三大云计算厂商的阿里云将2017年云栖第一站放到深圳颇具深意,有媒体推波助澜的指出阿里云这是向总部在深圳的腾讯云发出强有力的挑战。\n\n企业上云当今已经成为主流,使用云计算是毋庸置疑的企业运作组成部分,甚至可以说,谁把云计算用得好,就有了更好的核心竞争力。云计算不是设施,设施是承载,云计算市场蓬勃发展发展,使得客户对于基于云计算上的应用需求就更加强烈,应用才是最原始的驱动。基于用户需求的驱动,Websoft9经过2年多的研发投入和市场反馈迭代,目前已经成为中国优秀的基于云计算的免费软件镜像库提供商,有三个指标达到了行业较高的地位:\n\n- 完整的应用类目,包括基础运行环境类、建站软件类、企业应用软件类、开发者工具类四个大类\n- 较多的产品数量,目前产品应达到230款\n- 完善是技术支持体系,包括在线文档、工单、论坛、IM、智能机器人客服\n\n![](https://libs.websoft9.com/Websoft9/mainsite/zh/2017/2017yunqixinrui001.jpg)\n\nWebsoft9荣获阿里云新锐商家\n\n众所周知,阿里云经过去年一年的努力,在日本、欧洲、迪拜、澳大利亚开设了新的数据中心,而这些数据中心和我们所提供的云计算大数据,已经为越来越多的全球客户提供了计算服务。Websoft9作为云市场的排头兵,自然加入到了阿里云生态的海外。\n\n![](https://libs.websoft9.com/Websoft9/mainsite/zh/2017/2017yunqixinrui002.jpg)\n\nWebsoft9 CEO在云市场新锐奖上的讲话\n\nDarren Chen在在颁奖会上说:“长沙网久软件即Websoft9,一般对外就使用Websoft9。为什么用英语名,这样的英文原因只有一个,即我们的全球化战略和愿景。时至今日,中国的经济是扩张式的,企业只有伴随国家的战略,方可具有更大的舞台。我们会把全球所有的可以在云上面自由使用优质应用打包成一键安装包,免费提供给云端用户,大大的丰富了整个云市场用户的体验。全球化不是一个英文,也不是一句口号,而是要踏踏实实去做。2017的第一季度,Websoft9与阿里云云市场海外团队经过奋战,成功推出了40多个产品。”\n\n整理、归类、打包,把全球数以千计的免费应用制作成一键云安装包,让用户毫无任何技术门槛即可使用,这仍然是Websoft9在未来很长一段时间内的核心业务,在这件事上我们一步一个脚印…\n\n![](https://libs.websoft9.com/Websoft9/mainsite/zh/2017/2017yunqixinrui003.jpg)\n\n现场按手印互动环节", + "zh-CN": "2017-3-28/29日是今年阿里云云栖大会的第一站–深圳站。已经跻身为全球第三大云计算厂商的阿里云将2017年云栖第一站放到深圳颇具深意,有媒体推波助澜的指出阿里云这是向总部在深圳的腾讯云发出强有力的挑战。\n\n企业上云当今已经成为主流,使用云计算是毋庸置疑的企业运作组成部分,甚至可以说,谁把云计算用得好,就有了更好的核心竞争力。云计算不是设施,设施是承载,云计算市场蓬勃发展发展,使得客户对于基于云计算上的应用需求就更加强烈,应用才是最原始的驱动。基于用户需求的驱动,Websoft9经过2年多的研发投入和市场反馈迭代,目前已经成为中国优秀的基于云计算的免费软件镜像库提供商,有三个指标达到了行业较高的地位:\n\n- 完整的应用类目,包括基础运行环境类、建站软件类、企业应用软件类、开发者工具类四个大类\n- 较多的产品数量,目前产品应达到230款\n- 完善是技术支持体系,包括在线文档、工单、论坛、IM、智能机器人客服\n\n![](https://libs.websoft9.com/Websoft9/mainsite/zh/2017/2017yunqixinrui001.jpg)\n\nWebsoft9荣获阿里云新锐商家\n\n众所周知,阿里云经过去年一年的努力,在日本、欧洲、迪拜、澳大利亚开设了新的数据中心,而这些数据中心和我们所提供的云计算大数据,已经为越来越多的全球客户提供了计算服务。Websoft9作为云市场的排头兵,自然加入到了阿里云生态的海外。\n\n![](https://libs.websoft9.com/Websoft9/mainsite/zh/2017/2017yunqixinrui002.jpg)\n\nWebsoft9 CEO在云市场新锐奖上的讲话\n\nDarren Chen在在颁奖会上说:“长沙网久软件即Websoft9,一般对外就使用Websoft9。为什么用英语名,这样的英文原因只有一个,即我们的全球化战略和愿景。时至今日,中国的经济是扩张式的,企业只有伴随国家的战略,方可具有更大的舞台。我们会把全球所有的可以在云上面自由使用优质应用打包成一键安装包,免费提供给云端用户,大大的丰富了整个云市场用户的体验。全球化不是一个英文,也不是一句口号,而是要踏踏实实去做。2017的第一季度,Websoft9与阿里云云市场海外团队经过奋战,成功推出了40多个产品。”\n\n整理、归类、打包,把全球数以千计的免费应用制作成一键云安装包,让用户毫无任何技术门槛即可使用,这仍然是Websoft9在未来很长一段时间内的核心业务,在这件事上我们一步一个脚印…\n\n![](https://libs.websoft9.com/Websoft9/mainsite/zh/2017/2017yunqixinrui003.jpg)\n\n现场按手印互动环节" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2017-03-28T00:00+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "79CLxOm1MmDQ7MrhwxOwE0", + "type": "Entry", + "createdAt": "2022-10-21T01:49:29.124Z", + "updatedAt": "2022-10-25T07:52:13.437Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2022-10-25T07:52:13.437Z", + "firstPublishedAt": "2022-10-21T01:51:51.910Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/79CLxOm1MmDQ7MrhwxOwE0" + }, + "fields": { + "title": { + "en-US": "Websoft9 logo" + }, + "slug": { + "en-US": "websoft9-logo" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/logo-websoft9.png", + "zh-CN": "https://libs.websoft9.com/Websoft9/logo/product/logo-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4A0pAbnZMH1BV81VeRdu9g", + "type": "Entry", + "createdAt": "2022-10-21T03:26:54.866Z", + "updatedAt": "2024-08-27T07:20:52.720Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 89, + "publishedAt": "2024-08-27T07:20:52.720Z", + "firstPublishedAt": "2022-10-21T03:46:04.421Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 24, + "version": 90, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4A0pAbnZMH1BV81VeRdu9g" + }, + "fields": { + "key": { + "en-US": "scratch" + }, + "trademark": { + "en-US": "Scratch", + "zh-CN": "Scratch" + }, + "title": { + "en-US": "Graphical and Creative Programming Platform", + "zh-CN": "Scratch 网页版-少儿在线编程工具" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5bg2VOYPE8lfTINdMIsS92" + } + } + }, + "summary": { + "en-US": "Scratch is coding community for children and a coding language ", + "zh-CN": "少儿编程工具" + }, + "overview": { + "en-US": "Scratch is coding community for children and a coding language with a simple visual interface that allows young people to create digital stories, games, and animations.", + "zh-CN": "Scratch 是一款由麻省理工学院设计开发的少儿编程工具。使用 Scratch,你可以编写属于你的互动程序,像是故事、游戏、动画,然后将你的创意分享给全世界。" + }, + "description": { + "en-US": "Scratch is coding community for children and a coding language with a simple visual interface that allows young people to create digital stories, games, and animations. Scratch is designed, developed, and moderated by the Scratch Foundation, a nonprofit organization.\n\nScratch promotes computational thinking and problem solving skills; creative teaching and learning; self-expression and collaboration; and equity in computing.\n", + "zh-CN": "Scratch 是一款由麻省理工学院设计开发的少儿编程工具。使用 Scratch,你可以编写属于你的互动程序,像是故事、游戏、动画,然后将你的创意分享给全世界。Scratch 是一个部署在服务器上的 Web 版本,有浏览器就可以使用 Scratch。" + }, + "screenshots": { + "en-US": [ + { + "id": "39721825-483d-4158-a4ef-9ef5025e9f38", + "key": "scratch", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/scratch/scratch-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "54f9a68b-a0ba-4a5b-bcd4-e4a08e97a627", + "key": "scratch", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/scratch/scratch-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7nMNcJU8pX0OQHaM70BoXI" + } + } + ] + }, + "os": { + "en-US": [ + "Linux", + "Windows" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "highlights": { + "en-US": [ + "A coding language with a simple visual interface", + "Creative teaching and learning", + "Self-expression and collaboration" + ], + "zh-CN": [ + "可视化,积木式编程", + "创造性的教学和学习", + "自我表达和协作" + ] + }, + "faq": { + "zh-CN": [ + { + "id": "705e7e2c-a8f7-4bc3-b7e3-0a1f2eae6658", + "key": "Scratch 支持多语言吗?", + "value": "支持多语言(包含中文),系统默认根据浏览器自动选择语言,并可以实时切换" + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "MDp7tV6lQD1WDc4OZrlxE" + } + } + }, + "licenseadditional": { + "en-US": "Copyright (c) 2016, Massachusetts Institute of Technology\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\n\n3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7sAoBXjxdtWHcqEoxSHpJB" + } + } + ] + }, + "websiteurl": { + "en-US": "https://scratch.mit.edu/" + }, + "trademarkUrl": { + "en-US": "https://github.com/scratchfoundation/scratch-gui/blob/develop/TRADEMARK" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5nnWNotOqyUr46d2ZEQzsA" + } + } + ] + }, + "keywords": { + "zh-CN": [ + "少儿编程", + "积木编程" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "v3.0", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 1, + "zh-CN": 1 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4yScOyLndET9FjLe3IFDA0", + "type": "Entry", + "createdAt": "2022-10-21T03:46:52.248Z", + "updatedAt": "2024-12-12T03:16:40.292Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 270, + "publishedAt": "2024-10-24T06:51:16.945Z", + "firstPublishedAt": "2022-10-21T04:08:08.032Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 22, + "version": 272, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "changed", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4yScOyLndET9FjLe3IFDA0" + }, + "fields": { + "key": { + "en-US": "docker" + }, + "trademark": { + "en-US": "Docker", + "zh-CN": "Docker" + }, + "title": { + "en-US": "Docker runtime", + "zh-CN": "Docker 运行环境" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "37DcPOGbFXPqePvJEGE3k1" + } + } + }, + "summary": { + "en-US": "Docker Compose template runtime for your docker application", + "zh-CN": "部署 Docker 应用的模板环境,基于 Docker Compose" + }, + "overview": { + "en-US": "This is the templated Runtime for Docker Compose created by Websoft9, which can easily run the containers you want to run.", + "zh-CN": "这是 Websoft9 创建的 docker-compose 的模板环境,通过修改 Docker Compose,您可以非常方便的运行任何类型的 Docker 应用。" + }, + "description": { + "en-US": "This is a templated runtime, it can created three resource after installation:\n\n- One runtime Container\n- One virtual host proxy to Container's 8080 port at Websoft9 Gateway\n- One git repository includes docker compose files\n\nYou can modify docker compose files to deploy your Docker application", + "zh-CN": "此应用是一个模板环境,安装后即生产三个资源:\n\n- 一个程序环境容器\n- 一个网关中的虚拟主机配置,将容器的 8080 端口转发到域名\n- 一个包含 docker compose 编排文件的 Git 仓库\n\n您可以通过修改 Git 仓库的 docker compose 相关文件资源实现自己的部署。" + }, + "screenshots": { + "en-US": [ + { + "id": "5b081def-9ee5-4e26-a12d-f63d4e34641a", + "key": "架构", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/runtime/runtime-web-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "09ec63a1-22c2-49e8-913b-218394a23879", + "key": "arch", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/runtime/runtime-web-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1L5FTwpWq09MgDXjY2VJci" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "76bTUScg3iujcTtK8X5HVm" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6dhUhSf0SPb3swoaJp8nj5" + } + } + ] + }, + "os": { + "en-US": [ + "Linux", + "Windows" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "solution": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6Wg4L16cNLQ4zEF45zHi0m" + } + } + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "12nhFYWwBLQIQ2zHUHELnA" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ZRY6UR6j4c4dOYz3PXXFs" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.docker.com/" + }, + "trademarkUrl": { + "en-US": "https://www.docker.com/legal/trademark-guidelines/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "keywords": { + "en-US": [ + "Image", + "Docker", + "Docker Compose", + "GitOps" + ], + "zh-CN": [ + "镜像", + "Docker", + "Docker Compose", + "GitOps", + "脚手架" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6EgsvA8wZUKYJEwhphIiqh", + "type": "Entry", + "createdAt": "2022-10-21T09:01:57.287Z", + "updatedAt": "2022-10-25T07:58:58.860Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 21, + "publishedAt": "2022-10-25T07:58:58.860Z", + "firstPublishedAt": "2022-10-21T09:03:38.231Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 22, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "basePerson" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6EgsvA8wZUKYJEwhphIiqh" + }, + "fields": { + "key": { + "en-US": "renxianghui" + }, + "fullName": { + "en-US": "任向晖", + "zh-CN": "任向晖" + }, + "title": { + "en-US": "CEO", + "zh-CN": "CEO" + }, + "pictureUrl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/person/renxianghui.jpg" + }, + "description": { + "en-US": "连续创业者,互联网知名人士\n毕业于上海对外贸易学院、中欧国际工商学院\n曾担任多家广告和软件产业协会的理事会员\n\n1997年创办中国最早的邮件列表服务-索易\n\n2000年创办国内最早的网络广告专业网站《网络广告先锋》,后经杨伟庆先生发展为中国市场知名的互联网经济研究机构-艾瑞咨询\n\n2002年创办梅花网,为国内的市场营销专业人士提供了丰富和实用的资讯和知识库内容。\n\n2013年创办明道云(mingdao.com),帮助近万家签约企业成功构建了一个极度灵活和易用的数据中台,让企业的软件费用大幅降低、定制开发时间显著缩短,整体提高了企业的数字化和智能化水平。", + "zh-CN": "连续创业者,互联网知名人士\n毕业于上海对外贸易学院、中欧国际工商学院\n曾担任多家广告和软件产业协会的理事会员\n\n1997年创办中国最早的邮件列表服务-索易\n\n2000年创办国内最早的网络广告专业网站《网络广告先锋》,后经杨伟庆先生发展为中国市场知名的互联网经济研究机构-艾瑞咨询\n\n2002年创办梅花网,为国内的市场营销专业人士提供了丰富和实用的资讯和知识库内容。\n\n2013年创办明道云(mingdao.com),帮助近万家签约企业成功构建了一个极度灵活和易用的数据中台,让企业的软件费用大幅降低、定制开发时间显著缩短,整体提高了企业的数字化和智能化水平。" + }, + "customer": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5EjYIldHa69DYrgzvijP3V" + } + } + }, + "reviews": { + "en-US": [ + "明道云是主流的无代码开发平台,私有部署版目前已经在国内外主流的云市场上架。产品的上架和更新交给 Websoft9 执行,帮助明道云节省了大量的时间。" + ] + }, + "type": { + "en-US": "External" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1zohfM2A7DB7zWkXm7c5yR", + "type": "Entry", + "createdAt": "2022-10-21T10:03:45.604Z", + "updatedAt": "2022-10-21T10:04:54.341Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2022-10-21T10:04:54.341Z", + "firstPublishedAt": "2022-10-21T10:04:54.341Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1zohfM2A7DB7zWkXm7c5yR" + }, + "fields": { + "title": { + "en-US": "rocketmq" + }, + "slug": { + "en-US": "rocketmq" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/rocketmq-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2R5bt97rfVPwObk0wJatcA", + "type": "Entry", + "createdAt": "2022-10-22T03:34:17.747Z", + "updatedAt": "2022-10-22T03:41:52.521Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2022-10-22T03:41:52.521Z", + "firstPublishedAt": "2022-10-22T03:41:06.409Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 3, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2R5bt97rfVPwObk0wJatcA" + }, + "fields": { + "key": { + "en-US": "aaPanel" + }, + "name": { + "en-US": "宝塔开源协议" + }, + "url": { + "en-US": "https://github.com/aaPanel/aaPanel/blob/master/license.txt" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6cLnTYtAlFZZVCOaRFYk2S", + "type": "Entry", + "createdAt": "2022-10-22T04:10:35.027Z", + "updatedAt": "2022-10-22T04:11:27.153Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-10-22T04:11:27.153Z", + "firstPublishedAt": "2022-10-22T04:11:27.153Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "language" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6cLnTYtAlFZZVCOaRFYk2S" + }, + "fields": { + "key": { + "en-US": "erlang" + }, + "name": { + "en-US": "Erlang" + }, + "url": { + "en-US": "https://www.erlang.org/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4XOFd1b1jOVfnwTNvKUeoj", + "type": "Entry", + "createdAt": "2022-10-24T01:49:15.324Z", + "updatedAt": "2024-12-12T03:21:56.049Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 86, + "publishedAt": "2024-12-12T03:21:56.049Z", + "firstPublishedAt": "2022-10-24T01:55:22.401Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 27, + "version": 87, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4XOFd1b1jOVfnwTNvKUeoj" + }, + "fields": { + "key": { + "en-US": "discuz" + }, + "trademark": { + "en-US": "Discuz", + "zh-CN": "Discuz" + }, + "title": { + "en-US": "Discuz 论坛系统", + "zh-CN": "Discuz 论坛系统" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bhDUktM0fqJ1tebHuPNQR" + } + } + }, + "summary": { + "en-US": "面向全球用户的论坛系统", + "zh-CN": "面向全球用户的论坛系统" + }, + "overview": { + "en-US": "Discuz 是一个以社区为基础的专业建站平台,帮助网站实现一站式服务", + "zh-CN": "Discuz 是一个以社区为基础的专业建站平台,帮助网站实现一站式服务" + }, + "description": { + "en-US": "Discuz 是面向全球用户的论坛系统之一,支持网站论坛建站。采用PHP+MySQL开发,Discuz! 已经发展成为一个以社区为基础的专业建站平台,让论坛(BBS)、社交网络(SNS)、门户(Portal)、群组(Group)、开放平台(Open Platform)应用充分融合于一体,帮助网站实现一站式服务。", + "zh-CN": "Discuz 是面向全球用户的论坛系统之一,支持网站论坛建站。采用PHP+MySQL开发,Discuz! 已经发展成为一个以社区为基础的专业建站平台,让论坛(BBS)、社交网络(SNS)、门户(Portal)、群组(Group)、开放平台(Open Platform)应用充分融合于一体,帮助网站实现一站式服务。" + }, + "screenshots": { + "en-US": [ + { + "id": "d7499093-285f-4505-b010-b28df29406cb", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/discuz/discuz-gui-websoft9.png" + }, + { + "id": "853fc158-a808-40e8-95fb-3c7c77b03613", + "key": "backend", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/discuz/ds06.png" + } + ], + "zh-CN": [ + { + "id": "5a77f7b9-a165-4e0c-84e1-51a012f6c849", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/discuz/discuz-gui-websoft9.png" + }, + { + "id": "4268aa4f-aa17-4a90-a177-d0546e312fe7", + "key": "backend", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/discuz/ds06.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1qwbdXJCwYeeXQoLRlpiCj" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6i6WusU3fEXb0rAIlS4ZmM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5yqWwdguLzWOz9SrRQ2Elk" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "Chinese" + ], + "zh-CN": [ + "简体中文" + ] + }, + "highlights": { + "en-US": [ + "简单、易用、高速、稳定,支持数千万用户访问", + "Discuz让论坛(BBS)、社交网络(SNS)、门户(Portal)、群组(Group)、开放平台(Open Platform)应用充分融合于一体", + "已完成预配置、密码初始化,购买后即可自主使用", + "基于 Docker 的云原生架构,便于产品升级、版本变更、卸载以及安装更多应用", + "提供免费的技术支持" + ], + "zh-CN": [ + "简单、易用、高速、稳定,支持数千万用户访问", + "Discuz让论坛(BBS)、社交网络(SNS)、门户(Portal)、群组(Group)、开放平台(Open Platform)应用充分融合于一体", + "已完成预配置、密码初始化,购买后即可自主使用", + "基于 Docker 的云原生架构,便于产品升级、版本变更、卸载以及安装更多应用", + "提供免费的技术支持" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3dwN8h5SUNdrngpTP9puvD" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1FrLlI5CwEYCfdUCPRIFm0" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CcnCaE2mWTEtqPMVPnSyF" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7sAoBXjxdtWHcqEoxSHpJB" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.discuz.net/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5nnWNotOqyUr46d2ZEQzsA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4rqwdinfu5GMYieb5agezJ" + } + } + ] + }, + "keywords": { + "en-US": [ + "discuz", + "bbs", + "website" + ], + "zh-CN": [ + "discuz", + "论坛", + "建站" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "v3.5.0" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 1, + "zh-CN": 1 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1FrLlI5CwEYCfdUCPRIFm0", + "type": "Entry", + "createdAt": "2022-10-24T02:13:06.462Z", + "updatedAt": "2024-06-26T06:25:47.455Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 13, + "publishedAt": "2024-06-26T06:25:47.455Z", + "firstPublishedAt": "2022-10-24T02:15:16.414Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 14, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1FrLlI5CwEYCfdUCPRIFm0" + }, + "fields": { + "key": { + "en-US": "discuzx" + }, + "name": { + "en-US": "DiscuzX" + }, + "title": { + "en-US": "DiscuzX" + }, + "description": { + "en-US": "授权协议\n中文版授权协议 适用于中文用户\n\n版权所有 (c) 2001-2024,腾讯云计算(北京)有限责任公司\n保留所有权利。\n\n感谢您选择腾讯云产品。希望我们的努力能为您提供一个高效快速、强大的站点解决方案,和强大的社区论坛解决方案。腾讯云公司网址为 https://www.qcloud.com,产品官方讨论社区网址为 https://www.dismall.com。产品官方应用中心网址为:https://addon.dismall.com。开源代码网址为 https://code.dismall.com。\n\n腾讯云产品的 Discuz! X 项目内所包含的官方应用中心由合肥贰道网络科技有限公司承接运营。Discuz! X 开源项目由合肥贰道网络科技有限公司承接维护,Discuz! X 开源代码由项目开源管理委员会及社区开发者共同维护。除以上服务外,均由腾讯云提供服务。\n\n用户须知:本协议是您与腾讯云公司之间关于您使用腾讯云公司提供的各种软件产品及服务的法律协议。无论您是个人或组织、盈利与否、用途如何(包括以学习和研究为目的),均需仔细阅读本协议,包括免除或者限制腾讯云责任的免责条款及对您的权利限制。请您审阅并接受或不接受本服务条款。如您不同意本服务条款及/或腾讯云随时对其的修改,您应不使用或主动取消腾讯云公司提供的腾讯云产品。否则,您的任何对腾讯云产品中的相关服务的注册、登陆、下载、查看等使用行为将被视为您对本服务条款全部的完全接受,包括接受腾讯云对服务条款随时所做的任何修改。\n本服务条款一旦发生变更, 腾讯云将在网页上公布修改内容。修改后的服务条款一旦在网站管理后台上公布即有效代替原来的服务条款。您可随时登录开源代码网址查阅最新版服务条款。如果您选择接受本条款,即表示您同意接受协议各项条件的约束。如果您不同意本服务条款,则不能获得使用本服务的权利。您若有违反本条款规定,腾讯云公司有权随时中止或终止您对腾讯云产品的使用资格并保留追究相关法律责任的权利。\n在理解、同意、并遵守本协议的全部条款后,方可开始使用腾讯云产品。您可能与腾讯云公司直接签订另一书面协议,以补充或者取代本协议的全部或者任何部分。\n\n腾讯云拥有本软件的全部知识产权。本软件只供许可协议,并非出售。腾讯云只允许您在遵守本协议各项条款的情况下复制、下载、安装、使用或者以其他方式受益于本软件的功能或者知识产权。\n\nI. 协议许可的权利\n\n 1. 您可以在完全遵守本许可协议的基础上,将本软件应用于非商业用途或商业用途使用(局限于本协议所适配许可的情况下),而不必支付软件版权许可费用。\n 2. 您可以在协议规定的约束和限制范围内修改腾讯云产品源代码(如果被提供的话)或界面风格以适应您的网站要求。\n 3. 您拥有使用本软件构建的网站中全部会员资料、文章及相关信息的所有权,并独立承担与使用本软件构建的网站内容的审核、注意义务,确保其不侵犯任何人的合法权益,独立承担因使用腾讯云软件和服务带来的全部责任,若造成腾讯云公司或用户损失的,您应予以全部赔偿。\n 4. 若您需将腾讯云软件或服务用户商业用途,必须遵守中国人民共和国相关法律。若需提供技术支持方式或技术支持内容,请向官方(https://www.discuz.vip/)获取技术支持服务。\n 5. 您可以从腾讯云提供的应用中心服务中下载适合您网站的应用程序,但应向应用程序开发者/所有者支付相应的费用。\n\nII. 协议规定的约束和限制\n\n 1. 不得对本软件或与之关联的商业授权进行出租、出售、抵押或发放子许可证。\n 2. 无论如何,即无论用途如何、是否经过修改或美化、修改程度如何,只要使用腾讯云产品的整体或任何部分,未经书面许可,页面页脚处的 Powered by Discuz! 及链接(https://www.discuz.vip/)和程序后台官方应用中心的链接(https://addon.dismall.com)都必须保留,而不能清除或修改、替换。\n 3. 禁止在腾讯云产品的整体或任何部分基础上以发展任何派生版本、修改版本或第三方版本用于重新分发。\n 4. 您从应用中心下载的应用程序,未经应用程序开发者/所有者的书面许可,不得对其进行反向工程、反向汇编、反向编译等,不得擅自复制、修改、链接、转载、汇编、发表、出版、发展与之有关的衍生产品、作品等。\n 5. 如果您未能遵守本协议的条款,您的授权将被终止,所许可的权利将被收回,同时您应承担相应法律责任。\n\nIII. 有限担保和免责声明\n\n 1. 本软件及所附带的文件是作为不提供任何明确的或隐含的赔偿或担保的形式提供的。\n 2. 用户出于自愿而使用本软件,您必须了解使用本软件的风险,我们不承诺提供任何形式的技术支持、使用担保,也不承担任何因使用本软件而产生问题的相关责任。\n 3. 腾讯云公司不对使用本软件构建的网站中或者论坛中的文章或信息承担责任,全部责任由您自行承担。\n 4. 官方应用中心无法全面监控由第三方上传至应用中心的应用程序,因此不保证应用程序的合法性、安全性、完整性、真实性或品质等;您从应用中心下载应用程序时,同意自行判断并承担所有风险,而不依赖于腾讯云公司及官方应用中心。但在任何情况下,官方应用中心有权依法停止应用中心服务并采取相应行动,包括但不限于对于相关应用程序进行卸载,暂停服务的全部或部分,保存有关记录,并向有关机关报告。由此对您及第三人可能造成的损失,腾讯云公司及官方应用中心不承担任何直接、间接或者连带的责任。\n 5. 腾讯云公司对腾讯云提供的软件和服务之及时性、安全性、准确性不作担保,由于不可抗力因素、腾讯云公司无法控制的因素(包括黑客攻击、停断电等)等造成软件使用和服务中止或终止,而给您造成损失的,您同意放弃追究腾讯云公司责任的全部权利。 \n 6. 腾讯云公司特别提请您注意,腾讯云公司为了保障公司业务发展和调整的自主权,腾讯云公司拥有随时经或未经事先通知而修改服务内容、中止或终止部分或全部软件使用和服务的权利,修改会公布于腾讯云公司网站相关页面上,一经公布视为通知。 腾讯云公司行使修改或中止、终止部分或全部软件使用和服务的权利而造成损失的,腾讯云公司不需对您或任何第三方负责。\n\n有关腾讯云产品最终用户授权协议、商业授权与技术服务的详细内容,均由腾讯云公司独家提供。腾讯云公司拥有在不事先通知的情况下,修改授权协议和服务价目表的权利,修改后的协议或价目表对自改变之日起的新授权用户生效。\n\n一旦您开始安装腾讯云产品,即被视为完全理解并接受本协议的各项条款,在享有上述条款授予的权利的同时,受到相关的约束和限制。协议许可范围以外的行为,将直接违反本授权协议并构成侵权,我们有权随时终止授权,责令停止损害,并保留追究相关责任的权力。\n\n本许可协议条款的解释,效力及纠纷的解决,适用于中华人民共和国大陆法律。\n\n若您和腾讯云之间发生任何纠纷或争议,首先应友好协商解决,协商不成的,您在此完全同意将纠纷或争议提交腾讯云所在地北京市海淀区人民法院管辖。腾讯云公司拥有对以上各项条款内容的解释权及修改权。(正文完)\n\n腾讯云公司\n" + }, + "url": { + "en-US": "https://gitee.com/Discuz/DiscuzX/blob/master/LICENSE" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6iY5pqqckRkxnawpbd3cXz", + "type": "Entry", + "createdAt": "2022-10-24T02:17:33.711Z", + "updatedAt": "2024-01-15T08:44:39.094Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 89, + "publishedAt": "2024-01-15T08:44:39.094Z", + "firstPublishedAt": "2022-10-24T02:26:21.569Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 25, + "version": 90, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6iY5pqqckRkxnawpbd3cXz" + }, + "fields": { + "key": { + "en-US": "discuzq" + }, + "trademark": { + "en-US": "DiscuzQ", + "zh-CN": "DiscuzQ" + }, + "title": { + "en-US": "DiscuzQ", + "zh-CN": "DiscuzQ 社区生态系统" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "nidAFCB4mafqLz2bzixiW" + } + } + }, + "summary": { + "en-US": "一套跨端全域的社区工具", + "zh-CN": "一套跨端全域的社区工具" + }, + "overview": { + "en-US": "Discuz!Q 是开源的论坛系统,用于构建知识付费、内容变现的圈子或私域流量应用。它拥有完全开源、提供丰富接口、前后端分离、轻量化、数据独立可控、敏捷上云、快速变现七大能力。", + "zh-CN": "Discuz!Q 是开源的论坛系统,用于构建知识付费、内容变现的圈子或私域流量应用。它拥有完全开源、提供丰富接口、前后端分离、轻量化、数据独立可控、敏捷上云、快速变现七大能力。" + }, + "description": { + "en-US": "DiscuzQ 继承了Discuz! X 的社区的核心能力,增强了变现的能力,原生接入微信生态,且更适配今天移动端的交互,帮助用户碎片化的信息发布及获取。使用主流的框架,前后分离的方式重写了全部代码,数百个接口全部开放,原生的连接微信生态, 能够帮助创业者更高效的上线内容产品。", + "zh-CN": "DiscuzQ 继承了Discuz! X 的社区的核心能力,增强了变现的能力,原生接入微信生态,且更适配今天移动端的交互,帮助用户碎片化的信息发布及获取。使用主流的框架,前后分离的方式重写了全部代码,数百个接口全部开放,原生的连接微信生态, 能够帮助创业者更高效的上线内容产品。" + }, + "screenshots": { + "en-US": [ + { + "id": "d06d6030-d645-474f-9af9-b2bae308b46c", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/discuzq/discuzq-guim-websoft9.webp" + }, + { + "id": "ee645736-e676-49db-8699-d6b7df426123", + "key": "payment", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/discuz/discuzq-waychat-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "12ba0ea3-f6ae-497e-b846-d53a74d43e09", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/discuzq/discuzq-guim-websoft9.webp" + }, + { + "id": "4cf3211c-d481-4b18-a538-de2d4d892d70", + "key": "payment", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/discuz/discuzq-waychat-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1qwbdXJCwYeeXQoLRlpiCj" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6i6WusU3fEXb0rAIlS4ZmM" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "Chinese" + ], + "zh-CN": [ + "简体中文" + ] + }, + "highlights": { + "en-US": [ + "接口丰富,可扩展性强,原生接入微信生态,登录、支付更便捷", + "拥有完全开源、提供丰富接口、前后端分离、轻量化、数据独立可控、敏捷上云、快速变现七大能力", + "已完成预配置、密码初始化,购买后即可自主使用", + "基于 Docker 的云原生架构,便于产品升级、版本变更、卸载以及安装更多应用", + "提供免费的技术支持" + ], + "zh-CN": [ + "接口丰富,可扩展性强 ,原生接入微信生态,登录、支付更便捷", + "拥有完全开源、提供丰富接口、前后端分离、轻量化、数据独立可控、敏捷上云、快速变现七大能力", + "已完成预配置、密码初始化,购买后即可自主使用", + "基于 Docker 的云原生架构,便于产品升级、版本变更、卸载以及安装更多应用", + "提供免费的技术支持" + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CcnCaE2mWTEtqPMVPnSyF" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.discuz.chat" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3vCjbC4LJQgteJ0A8T5eEF" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "vbbiHNKxaNXh8noSStJfB" + } + } + ] + }, + "keywords": { + "en-US": [ + "discuz", + "discuzq", + "sns", + "bbs", + "blog", + "website" + ], + "zh-CN": [ + "discuz", + "discuzq", + "内容变现", + "建站", + "微信" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "v3.0" + ] + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": false + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 2, + "zh-CN": 2 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6hg7QP7k1YaK0F86QISLwU", + "type": "Entry", + "createdAt": "2022-10-24T02:29:33.549Z", + "updatedAt": "2024-12-13T08:49:35.051Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 135, + "publishedAt": "2024-12-13T08:49:35.051Z", + "firstPublishedAt": "2022-10-24T02:31:07.687Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 33, + "version": 136, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6hg7QP7k1YaK0F86QISLwU" + }, + "fields": { + "key": { + "en-US": "logstash" + }, + "trademark": { + "en-US": "Elastic Logstash", + "zh-CN": "Elastic Logstash" + }, + "title": { + "en-US": "Elastic Logstash", + "zh-CN": "数据采集与转换软件 Logstash" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6w90xVSZxdZ2b8vW0FjzmL" + } + } + }, + "summary": { + "en-US": "Centralize, transform & stash your data", + "zh-CN": "数据采集与转换软件" + }, + "overview": { + "en-US": "Logstash is a free and open server-side data processing pipeline that ingests data from a multitude of sources, transforms it, and then sends it to your favorite \"stash.\"", + "zh-CN": "Logstash 是免费且开放的服务器端数据处理管道,能够从多个来源采集数据,转换数据,然后将数据发送到您最喜欢的“存储库”中。" + }, + "description": { + "en-US": "Logstash dynamically ingests, transforms, and ships your data regardless of format or complexity. Derive structure from unstructured data with grok, decipher geo coordinates from IP addresses, anonymize or exclude sensitive fields, and ease overall processing.", + "zh-CN": "Logstash 能够动态地采集、转换和传输数据,不受格式或复杂度的影响。利用 Grok 从非结构化数据中派生出结构,从 IP 地址解码出地理坐标,匿名化或排除敏感字段,并简化整体处理过程。" + }, + "screenshots": { + "en-US": [ + { + "id": "211154a5-af9d-40b2-bb05-ab18f9a3f032", + "key": "dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/elk/elk-gui-websoft9.gif" + } + ], + "zh-CN": [ + { + "id": "2a67c8fd-fdaf-4739-a8a8-eabe71f6e266", + "key": "控制台", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/elk/elk-wizard1-websoft9.png" + } + ] + }, + "hot": { + "en-US": 500 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63lAclzrEwyy3akHF0l9kH" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4iQsJxo95VUZYyGzuCD5rV" + } + } + }, + "websiteurl": { + "en-US": "https://www.elastic.co/logstash" + }, + "trademarkUrl": { + "en-US": "https://www.elastic.co/legal/trademarks" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4zs1RAViCqbskgaB7eTJtI" + } + } + ] + }, + "keywords": { + "en-US": [ + "ELK", + " Elasticsearch", + "Kibana ", + "big data", + "Data analysis", + "log" + ], + "zh-CN": [ + "ELK", + "大数据", + "数据分析", + "日志管理", + "可视化" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "8.16.1" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7F56Upbzzdq9S9GkAPOaXX", + "type": "Entry", + "createdAt": "2022-10-24T07:26:49.854Z", + "updatedAt": "2022-11-10T01:04:55.108Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 275, + "publishedAt": "2022-11-10T01:04:55.108Z", + "firstPublishedAt": "2022-10-24T07:45:03.980Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 12, + "version": 276, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7F56Upbzzdq9S9GkAPOaXX" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4iqB6zp9jKbFpyI5vYUBb0" + } + } + }, + "slug": { + "en-US": "mingdao" + }, + "title": { + "en-US": "低代码平台赛道如火如荼,如何通过云平台获客?" + }, + "featureImage": { + "en-US": "https://libs.websoft9.com/Websoft9/resource/case/mingdao-case-feature01-websoft9.png" + }, + "content": { + "zh-CN": "## 客户需求\n\n明道云是一个创新的APaaS平台(低代码),可以帮助用户快速搭建个性化企业应用,用户不需要代码开发就能够搭建出用户体验上佳的销售、运营、人事、采购等核心业务应用,打通企业内部数据,也能够通过API和Webhook和其他系统对接。\n\n低代码是当前热门的创业领域,也是资本抢占的赛道。据 Gartner 统计数据表明,2022年全球一共有超过 10000 家低代码领域的创业公司。\n\n明道云面临诸多挑战:\n\n* 满足客户的私有化部署需求\n* 免费的开源版\n* 满足公有云平台用户\n\n## 我们的方案\n\n与明道云 CEO 任向晖先生以及其核心团队进行充分沟通后,我们分步实施了完整的方案:\n\n* 上架明道云至全球主流云平台,包括:[腾讯云市场](https://marketplace.mingdao.com/qcloud) [华为云市场](https://marketplace.mingdao.com/huaweicloud) [阿里云市场](https://marketplace.mingdao.com/aliyun) [微软云市场](https://marketplace.mingdao.com/azure) [亚马逊云市场](https://marketplace.mingdao.com/aws)\n* 定制云原生化的上云更新程序,实现自动化更新\n* 提供 7×24 在线客服支持,解决用户使用产品时的技术架构问题\n* 编写统一的[在线文档](https://support.websoft9.com/docs/mingdao)\n* 帮助明道云参与云平台的云资源促销活动,带动软件的部署数量\n* 帮助明道云申请云平台的广告位,充分获得流量\n* 主动联系客户进行调研,为明道云提供更有价值的销售线索\n* 在 Websoft9 官方对明道云产品、案例进行全面展现\n\n## 客户回报\n\n| 指标项 | 变化 |\n| ---------------- | ------ |\n| 销售线索 | ↑ 50倍 |\n| 品牌曝光率 | ↑ 5倍 |\n| 私有云部署效率 | ↑ 10倍 |\n| 免费版-> 企业版的转化率 | ↑ 3倍 |\n\n## 项目故事\n\n明道云 2019 年正式发布低代码平台,2020 年与 Websoft9 合作,2021年7月获得海纳亚洲创投基金的数亿元投资。\n\n这个过程中,Websoft9 有幸成为见证人。\n\n## 未来展望\n\n我们与明道云的合作不限于软件分发,我们还在运维、产品交付上展开更多的合作。" + }, + "customers": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5EjYIldHa69DYrgzvijP3V" + } + } + ] + }, + "persons": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6EgsvA8wZUKYJEwhphIiqh" + } + } + ] + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4OpW0KLnSSimHrDBrley8n" + } + } + ] + }, + "products": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5YSaWTBBKaeFZbIEKeXYpK" + } + } + ] + }, + "services": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ISFskJJHMDSaU6FutQXGT" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4dKup4KPY8IrUWUAsFURjU" + } + } + ] + }, + "resources": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6wBYCDu8zQuZo3CxD0p8yE" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7HOfYQM2U2VwxpVHBWH0Mg" + } + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3dwN8h5SUNdrngpTP9puvD" + } + } + ] + }, + "time": { + "en-US": "2020-04-10T00:00+08:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5ly36k3iNKUt2uaitgaKm8", + "type": "Entry", + "createdAt": "2022-10-25T00:25:01.304Z", + "updatedAt": "2022-10-25T08:12:50.360Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 46, + "publishedAt": "2022-10-25T08:12:50.360Z", + "firstPublishedAt": "2022-10-25T00:43:37.291Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 6, + "version": 47, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "basePerson" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5ly36k3iNKUt2uaitgaKm8" + }, + "fields": { + "key": { + "en-US": "zhaojianguo" + }, + "fullName": { + "en-US": "Zhao jianguo", + "zh-CN": "赵建国" + }, + "title": { + "en-US": "CEO", + "zh-CN": "CEO" + }, + "pictureUrl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/person/qpy-zhao.jpg" + }, + "customer": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "KdBNDl9xR0alNP7L5E9kl" + } + }, + "zh-CN": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "KdBNDl9xR0alNP7L5E9kl" + } + } + }, + "reviews": { + "en-US": [ + "QPYUN is an auto parts supply chain service platform. On the cloud and cloud native architecture of the platform, Websoft9 has provided professional support." + ], + "zh-CN": [ + "汽配云作为汽配供应链 SaaS 平台,服务数万家客户。Websoft9 提供的云原生架构平台,保障了汽配云的高可用性。" + ] + }, + "type": { + "en-US": "External" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3WCRkLhIiAyaB1zfLzRRD4", + "type": "Entry", + "createdAt": "2022-10-25T00:42:43.613Z", + "updatedAt": "2022-10-25T00:51:32.233Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2022-10-25T00:51:32.233Z", + "firstPublishedAt": "2022-10-25T00:51:32.233Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3WCRkLhIiAyaB1zfLzRRD4" + }, + "fields": { + "title": { + "en-US": "Customer qpyun" + }, + "slug": { + "en-US": "customer-qpyun" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/customer/qpyun-websoft9.png" + }, + "type": { + "en-US": [ + "Customer" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "KdBNDl9xR0alNP7L5E9kl", + "type": "Entry", + "createdAt": "2022-10-25T00:52:37.775Z", + "updatedAt": "2022-10-25T00:55:33.937Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2022-10-25T00:55:33.937Z", + "firstPublishedAt": "2022-10-25T00:55:33.937Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "marketplace" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/KdBNDl9xR0alNP7L5E9kl" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "uOZ1ahNqe1lKQuyI7OOIP" + } + } + }, + "key": { + "en-US": "qpyun" + }, + "name": { + "en-US": "qpyun", + "zh-CN": "汽配云" + }, + "description": { + "en-US": "Make auto parts business easier", + "zh-CN": "让汽配经营更轻松" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3WCRkLhIiAyaB1zfLzRRD4" + } + } + }, + "siteurl": { + "en-US": "https://www.qpyun.cn/", + "zh-CN": "https://www.qpyun.cn/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5EjYIldHa69DYrgzvijP3V", + "type": "Entry", + "createdAt": "2022-10-25T07:45:31.413Z", + "updatedAt": "2022-11-03T09:13:24.723Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 17, + "publishedAt": "2022-11-03T09:13:24.723Z", + "firstPublishedAt": "2022-10-25T07:55:14.843Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 3, + "version": 18, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "marketplace" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5EjYIldHa69DYrgzvijP3V" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "uOZ1ahNqe1lKQuyI7OOIP" + } + } + }, + "key": { + "en-US": "mingdao" + }, + "name": { + "en-US": "Mingdao", + "zh-CN": "明道云" + }, + "description": { + "en-US": "低代码平台,帮助用户快速搭建个性化企业应用" + }, + "content": { + "en-US": "明道云是一个创新的APaaS平台,可以帮助用户快速搭建个性化企业应用,用户不需要代码开发就能够搭建出用户体验上佳的销售、运营、人事、采购等核心业务应用,打通企业内部数据,也能够通过API和Webhook和其他系统对接。" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1Py3j2TuwDltjPPUQu1Cbp" + } + } + }, + "siteurl": { + "en-US": "https://mingdao.com/", + "zh-CN": "https://mingdao.com/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3IgtJ3YHg9ZDfXPyC23c7t", + "type": "Entry", + "createdAt": "2022-10-25T07:52:57.681Z", + "updatedAt": "2022-10-25T07:54:34.875Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2022-10-25T07:54:34.875Z", + "firstPublishedAt": "2022-10-25T07:53:29.806Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3IgtJ3YHg9ZDfXPyC23c7t" + }, + "fields": { + "title": { + "en-US": "Mingao" + }, + "slug": { + "en-US": "mingao" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/vendor/vendor-mingdao-websoft9.png" + }, + "type": { + "en-US": [ + "Vendor" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5RfsF2hUxhB9vZCHMoA2Pn", + "type": "Entry", + "createdAt": "2022-10-25T08:03:07.580Z", + "updatedAt": "2022-10-25T08:35:04.650Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 66, + "publishedAt": "2022-10-25T08:35:04.650Z", + "firstPublishedAt": "2022-10-25T08:15:48.696Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 67, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5RfsF2hUxhB9vZCHMoA2Pn" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4iqB6zp9jKbFpyI5vYUBb0" + } + } + }, + "slug": { + "en-US": "nantong-stalford-international-school-website-service" + }, + "title": { + "en-US": "Nantong Stalford International School website service", + "zh-CN": "南通思德茀外国语学校双语网站维护" + }, + "featureImage": { + "en-US": "https://libs.websoft9.com/Websoft9/resource/case/stalford-case-feature-websoft9.jpg" + }, + "description": { + "en-US": "思德茀是一家双语学校,基于 WordPress 实现多语言网站,满足学校信息发布、校园活动管理、学校展示等需求。\n\n与 Websoft9 合作之前,思德茀的 WordPress 是由内部 IT 负责维护。由于内部 IT 仅专注于内部系统和硬件的服务,没有公有云应用的维护经验,面向着诸多困扰:\n\n- WordPress 访问速度很慢,首页加载时间超过 20s\n- 数据库臃肿\n- 中英文无法切换不顺畅" + }, + "features_List": { + "en-US": [ + ] + }, + "content": { + "en-US": "与 Websoft9 合作之后,双方一起努力做出了很大的改进:\n\n- 优化 WordPress 结构,去掉无效链接、死循环\n- 优化计算设施,采用 CDN 加速\n- 控制图片大小\n- 实现动静分离" + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2M4r6AStfMHw5Nmq5ttLO2" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "43qGvdCOzW1C41h03BBX9R" + } + } + ] + }, + "customers": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2rXzhBWEvMIIjYYcugLW8O" + } + } + ] + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4OpW0KLnSSimHrDBrley8n" + } + } + ] + }, + "services": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6E3J9QcZTBWgEEEH5Wqa0g" + } + } + ] + }, + "resources": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6wBYCDu8zQuZo3CxD0p8yE" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7HOfYQM2U2VwxpVHBWH0Mg" + } + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3dwN8h5SUNdrngpTP9puvD" + } + } + ] + }, + "time": { + "en-US": "2021-10-16T00:00+08:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2rXzhBWEvMIIjYYcugLW8O", + "type": "Entry", + "createdAt": "2022-10-25T08:22:31.722Z", + "updatedAt": "2022-10-29T00:32:36.433Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 23, + "publishedAt": "2022-10-29T00:32:36.433Z", + "firstPublishedAt": "2022-10-25T08:34:27.055Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 24, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "marketplace" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2rXzhBWEvMIIjYYcugLW8O" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "uOZ1ahNqe1lKQuyI7OOIP" + } + } + }, + "key": { + "en-US": "nantong-stalford" + }, + "name": { + "en-US": "Nantong Stalford International School", + "zh-CN": "南通思德茀" + }, + "description": { + "en-US": "An Examination Center certified by the British Cambridge Assessment International Education (CAIE)", + "zh-CN": "南通地区首家国际学校,也是英国剑桥课程(CAIE)认证的国际学校和考试中心。" + }, + "content": { + "en-US": "Nantong Stalford International School is located in Nantong Economic and Technological Development Zone. Founded by Singapore’s Stalford Education Group, it is the first international school in Nantong and an Examination Center certified by the British Cambridge Assessment International Education (CAIE).", + "zh-CN": "南通思德茀外国语学校位于南通市经济技术开发区,由新加坡思德茀教育集团(Stalford Education Group)创办,是南通地区首家国际学校,也是英国剑桥课程(CAIE)认证的国际学校和考试中心。" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4VBG6N1VETLaQ2vIbaaZJA" + } + } + }, + "siteurl": { + "en-US": "http://www.ntsis.com/?lang=en", + "zh-CN": "http://www.ntsis.com/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3dOuiRDXRpjAmP2b8hyFsC", + "type": "Entry", + "createdAt": "2022-10-25T09:27:03.341Z", + "updatedAt": "2022-10-25T09:42:44.216Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2022-10-25T09:42:44.216Z", + "firstPublishedAt": "2022-10-25T09:41:57.661Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3dOuiRDXRpjAmP2b8hyFsC" + }, + "fields": { + "title": { + "en-US": "Customer aladdin" + }, + "slug": { + "en-US": "customer-aladdin" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/customer/aladdin-websoft9.png" + }, + "type": { + "en-US": [ + "Customer" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "513hZI9mKRgCI95Hi8Rvmo", + "type": "Entry", + "createdAt": "2022-10-25T09:44:42.463Z", + "updatedAt": "2022-10-26T00:08:32.980Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 22, + "publishedAt": "2022-10-26T00:08:32.980Z", + "firstPublishedAt": "2022-10-25T09:49:14.836Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 4, + "version": 23, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "marketplace" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/513hZI9mKRgCI95Hi8Rvmo" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "uOZ1ahNqe1lKQuyI7OOIP" + } + } + }, + "key": { + "en-US": "aladdin" + }, + "name": { + "en-US": "Aladdin®", + "zh-CN": "阿拉丁®" + }, + "description": { + "zh-CN": "着眼于分析科学、高端化学、生命科学和材料科学四个领域,全力打造高端试剂产品,助力客户的研发和创新课题计划。" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3dOuiRDXRpjAmP2b8hyFsC" + } + } + }, + "siteurl": { + "en-US": "https://www.aladdin-e.com/zh_en/", + "zh-CN": "https://www.aladdin-e.com/zh_cn/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4NSJRxUqvmVXy9P0ix4MaX", + "type": "Entry", + "createdAt": "2022-10-29T00:00:50.211Z", + "updatedAt": "2022-11-03T09:20:35.302Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 27, + "publishedAt": "2022-11-03T09:20:35.302Z", + "firstPublishedAt": "2022-10-29T00:04:43.937Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 6, + "version": 28, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "basePerson" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4NSJRxUqvmVXy9P0ix4MaX" + }, + "fields": { + "key": { + "en-US": "wangguofeng" + }, + "fullName": { + "en-US": "Wang Guofeng", + "zh-CN": "王国锋" + }, + "title": { + "en-US": "Doctor of Philosophy, Subject Management Scientist", + "zh-CN": "哲学博士,主体管理学家" + }, + "pictureUrl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/person/wangguofeng.jpg" + }, + "description": { + "en-US": "字沩波,号一了禅师,1966年出生,湖南宁乡人。\n\n机械工程学士,工商管理硕士,哲学博士。\n\n主体管理学创始人,TKθM企业诊断模型创始人。长沙市标准化协会专家委员会专家、“科创中国”专家服务团(长沙产业专家智库)专家。\n\n曾任职于湖南仪器仪表总厂、鸿仪投资、湖南神州光电能源有限公司、北京时代光华教育集团、计算机世界传媒集团《首席财务官》杂志社、《网易读书》首席架构师顾问等。\n\n现任湖南天一制造技术有限公司党支部书记、智研院院长,湖南方块三企业管理咨询有限公司创始人、董事长兼首席咨询师,主要致力于企业数字化转型的战略规划,为传统企业实现数字化转型提供顶层设计解决方案。" + }, + "email": { + "en-US": "790109760@qq.com" + }, + "customer": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4In5WFKDUDqApS8NF70WYD" + } + }, + "zh-CN": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "KdBNDl9xR0alNP7L5E9kl" + } + } + }, + "reviews": { + "en-US": [ + "方块三咨询公司主要为企业提供数字化转型服务,而 Websoft9 平台是数字化转型的落地工具" + ], + "zh-CN": [ + "方块三咨询公司主要为企业提供数字化转型服务,而 Websoft9 平台是数字化转型的落地工具" + ] + }, + "type": { + "en-US": "External" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4In5WFKDUDqApS8NF70WYD", + "type": "Entry", + "createdAt": "2022-10-29T00:15:55.411Z", + "updatedAt": "2022-10-29T00:40:38.618Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 23, + "publishedAt": "2022-10-29T00:40:38.618Z", + "firstPublishedAt": "2022-10-29T00:21:13.325Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 24, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "marketplace" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4In5WFKDUDqApS8NF70WYD" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "BihTdIY6nY0pwbocR2NF2" + } + } + }, + "key": { + "en-US": "diamond3" + }, + "name": { + "en-US": "DIAMOND3", + "zh-CN": "方块三咨询" + }, + "description": { + "en-US": "致力于中小企业的数字化转型咨询服务", + "zh-CN": "致力于中小企业的数字化转型咨询服务" + }, + "content": { + "en-US": "湖南方块三企业管理咨询有限公司 致力于中小企业的数字化转型咨询服务,主要为中小企业提供三个方面的咨询:\n\n1. 挖掘企业的潜在优势尤其是散落在核心员工头脑中的潜意识,协助制定企业战略;\n2. 将企业战略分解成全面预算体系,用经济杠杆管理企业而不再用“心学”管理企业;\n3. 搭建数字化中台,让企业家通过绩效仪表盘来实时驾驭企业。" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6dsygrbBJbY50E5KI3OBDe" + } + } + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6dsygrbBJbY50E5KI3OBDe", + "type": "Entry", + "createdAt": "2022-10-29T00:21:49.836Z", + "updatedAt": "2022-10-29T00:22:40.273Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2022-10-29T00:22:40.273Z", + "firstPublishedAt": "2022-10-29T00:22:40.273Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6dsygrbBJbY50E5KI3OBDe" + }, + "fields": { + "title": { + "en-US": "Diamond3" + }, + "slug": { + "en-US": "diamond3" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/partner/fangkuaisan-websoft9.png" + }, + "type": { + "en-US": [ + "Partner" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2SrGmCariGkmnZ0MIjyHSk", + "type": "Entry", + "createdAt": "2022-10-29T00:38:37.228Z", + "updatedAt": "2022-10-29T00:55:23.935Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 16, + "publishedAt": "2022-10-29T00:55:23.935Z", + "firstPublishedAt": "2022-10-29T00:51:39.351Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 17, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2SrGmCariGkmnZ0MIjyHSk" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "business-logic-in-the-digital-age" + }, + "title": { + "en-US": "Business logic in the digital age", + "zh-CN": "数字时代的商业逻辑" + }, + "subTitle": { + "en-US": "从信息文明迈进数字文明", + "zh-CN": "从信息文明迈进数字文明" + }, + "featureImage": { + "en-US": "https://libs.websoft9.com/Websoft9/resource/blog/2022/10/digtal-business-logic-websoft9.webp" + }, + "content": { + "en-US": "商业逻辑,人类相互交换交易、互通有无的基本原理,又称为“经济规律”,属于经济学研究的范畴,其根本规律用总的一句话概括就是:经济基础决定上层建筑,上层建筑反作用于经济基础!\n\n文明,是文化的先头部队,代表了文化的进化方向,实际上就是上层建筑的成果构成的综合结构,先进生产力是其中的核心要素。当下,我们正在从信息文明进入数字文明,人类历史文明模式大致有如下五种:\n\n| **文明形态** | **游牧文明** | **农耕文明** | **工业文明** | **信息文明** | **数字文明** |\n| ------------ | ------------ | ------------ | ------------ | ------------ | ------------ |\n| **核心特征** | **自由竞争** | **熟人信用** | **资本信用** | **知识信用** | **累进信用** |\n\n 下面我们简要说明一下上面五个文明模式的演进逻辑。\n\n## 文化、亚文化与文明\n\n 文化,是人类共有特征的全集;亚文化,是不同群体共同特征的子集。物以类聚人以群分,亚文化是一个群体的共同特征,也就是具有相同文化的人群构成一个命运共同体。\n\n 群体内部的个体不是均一的,有先进与落后之分。群体与群体之间既有竞争也有合作,能够综合不同群体优势形成新文化的群体更具有竞争力,即文化的杂交优势,能够跨文化融合的群体更加占优,这就是竞争合作关系。反之,自我封闭的内循环群体会由于“熵增”而逐渐衰落。\n\n 文明,是先进文化的集合,代表了人类共同梦想的总方向,所以文明是文化进化发展的先头部队,是由梦想驱动的走在最前沿的亚文化。\n\n## 经济基础与上层建筑\n\n 马哲基本原理大家都非常熟悉,也许是太熟悉了,往往是小和尚念经,有口无心。这里我们引用一段教科书上的原话:**生产力与生产关系、经济基础与上层建筑之间的矛盾,存在于一切社会形态之中,贯穿于每一个社会形态的始终,制约和决定着其他各种社会矛盾,决定着整个社会的面貌,决定着社会发展的必然阶段和客观趋势,决定社会形态有低级到高级的演进。**\n\n 这段文字按照流行用语来评价就是“**情商为零**”,因为充满了真理性、决定论、必然性和不容置疑的口吻。可以说,所有的逻辑、规律、科学都是这样的味道,你可以不喜欢、也可以质疑和推翻,但是你无法改变其面貌,你只能在0或1之间进行选择:全无或者全有,因为能够自圆其说的理论体系都是这样的,这就是“工具理性”。我们可以通过检验这个工具能否帮助分析问题和解决问题来决定取舍,一旦发现这样的工具确实可以帮助我们分析和解决面临的社会问题,我们也就会具备道路自信、理论自信、制度自信、文化自信。\n\n 自信、信任、信用是一切商业交换与交易的基础,也是社会一切健康交互行为的基础,不同的社会形态和文明模式核心是其信用体系的不同,我们对于人类社会发展的“五形态论”非常熟悉,只是不同的理论家习惯用不同的名词概念进行表述,我们这里用游牧文明、农耕文明、工业文明、信息文明、数字文明来进行表述,与之相对应的核心特征分别是自由竞争、熟人信用、资本信用、知识信用和累进信用。\n\n 其中**游牧文明**的核心特征是**自由竞争**,达到均衡状态的途径就是比拼实力,也就是通过实力大小来构建秩序,同时也随着实力的变化导致秩序的解构与重构。\n\n **农耕文明**的核心特征是**熟人信用**,也就是亲亲疏疏,构建秩序的原则就是凭借血缘关系和亲疏远近,实际上就是血统决定论。\n\n **工业文明**的核心特征是**资本信用**,也就是以钱的多少来决定构建秩序的权力大小,最终由于马太效应导致了金钱与权力的相互叠加,不仅制造了大量无产阶级,也消灭了中产阶级,导致了社会的不可持续。\n\n **信息文明**的核心特征是**知识信用**,实际上是权威决定论,以拥有知识的杜少来确定构建秩序的权力,好处是对金钱权力构成了制衡,坏处是加剧了整个社会的碎片化。\n\n **数字文明**是信息文明基础上的进化,其核心特征是**累进信用**,也就是尊重所有历史形成的权力结构和竞争格局,实际上就是“帕累托改进”经济学原理的具体应用,即“在没有使任何人境况变坏的前提下,使得至少一个人变得更好”,并且将改进结果通过数字技术(如区块链)固定下来,无限追溯、不可篡改,这样就能够避免不断推到重来给人类带来的灾难。\n\n## 外部驱动和内部驱动\n\n 回顾上述五种社会形态的发展演化,我们可以发现两个要素贯彻始终:一是危机意识带来发展动力;二是发展速度改变竞争格局。\n\n 人类从诞生开始就不得不面对残酷的生存危机,也正是由于不断应得生存竞争的胜利才获得了进化发展。但是,在面对同样的竞争环境时所采取的竞争策略有所不同,其中主要有两种不同应对策略形成的不同文化模式,一种策略是认为最大的威胁来自于外部,只要密切关注和尽早灭掉对手就能使自己立于不败之地;另一种策略是认为最大的威胁来自于内部,只要自己的新城代谢、自我更新发展足够快,就不用担心任何对手的攻击和颠覆。\n\n 习总书记在《自我革命是我们党跳出历史周期率的第二个答案》讲话中谈到:我们党历史这么长、规模这么大、之争这么久,如何跳出治乱兴衰的历史周期率?毛泽东同志在延安的窑洞里给出了第一个答案,这就是“只有让人民来监督政府,政府才不敢松懈”。经过百年奋斗特别是党的十八大以来新的实践,我们党又给出了第二个答案,这就是自我革命。\n\n 这个结论实际上与马克思主义基本原理是一致的:内因是事物发展的根据,外因是事物发展的条件,外因必须通过内容而起作用。\n\n 近代以来的中国不断受到外部威胁的攻击,众多仁人志士不断寻找中华民族复兴之路,不断学习和追赶世界先进知识和科技成果,在工业革命尚未外出的情况下,不得不匆忙进入信息时代,在信息时代仍然懵懵懂懂的情况下又要迈入数字时代,好在始终有先行者在前面探路,至于我们是不是相信,是不是及时跟进,希望到达什么样的目的地,则完全取决于每个人的自主选择。" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4NSJRxUqvmVXy9P0ix4MaX" + } + } + ] + }, + "services": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6sxZTvIU0d7BS6GKmOhtCU" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4nbVIAvGhslYZ5RXdNq9zK" + } + } + ] + }, + "resources": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "192M1wrsCE5SrzQqeFX1BT" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7HOfYQM2U2VwxpVHBWH0Mg" + } + } + ] + }, + "time": { + "en-US": "2022-10-29T00:00+08:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6aBpdDRflMdoEXkieZLysH", + "type": "Entry", + "createdAt": "2022-10-29T00:58:11.410Z", + "updatedAt": "2022-10-29T08:33:15.417Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 15, + "publishedAt": "2022-10-29T08:33:15.417Z", + "firstPublishedAt": "2022-10-29T01:07:37.502Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 16, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6aBpdDRflMdoEXkieZLysH" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "why-do-enterprises-need-to-rely-on-external-brains-for-digital" + }, + "title": { + "en-US": "Why do enterprises need to rely on external brains for digital transformation?", + "zh-CN": "企业数字化转型为什么要借助外脑?" + }, + "featureImage": { + "en-US": "https://libs.websoft9.com/Websoft9/resource/blog/2022/10/why-do-enterprises-need-external-brains.webp" + }, + "content": { + "en-US": "## 客户需求快速变化\n\n任何一个企业在社会中能够生存发展的基础是能够提供满足客户需求的产品或服务,随着全球化、信息化、自由化的速度越来越快,客户的消费需求变化越来越快,也越来越个性化、差异化,这个时候由于企业的响应速度和生产效率跟不上客户需求的变化,也就是难以快速提供客户满意的产品或服务,因此生存状况越来越艰难,更加谈不上快速发展了。\n\n因此,当下所有问题的根源还是归结为一对矛盾:人们群众日益增长的物质文化需求与供应严重不足之间的矛盾!\n\n## “供给侧改革”未能见效\n\n解决所有矛盾都只能从“矛”或者“盾”的两个方面着手,既然是供给与需要严重倒挂,那么首先想到的就是增大供给力度,这就是进行“供给侧改革”的政策依据。但是,所有的政策都必须落实到企业家的具体行动上面,实际情况是“供给侧改革”并没有带来企业根本性的变化,效果并不明显,供需矛盾并没有得到解决。\n\n## 矛盾转移 压力剧增\n\n既然从“矛”的一侧难以解决问题,那么只能从“盾”的一方着手了,也就是从需求侧着手来解决矛盾,既然是供给能力供不上需求的快速增长,供给又暂时跟不上,为了缓解矛盾就只剩下一条出路:压制需求!这恐怕就是战争和疫情产生的根源,因为压制需求并不能解决矛盾,只能导致矛盾的转移,矛盾转移过程也就带来了社会的剧烈动荡。\n\n## 不忘初心 方得始终\n\n虽然可以采取“稳定压倒一切”的策略维持暂时的社会稳定,但毕竟不是长久之计,解决供需矛盾的根本出路还是企业家挺身而出,提供能够满足客户需求的产品和服务,因此,当社会出现危机的时候正是企业家大显身手的时候,只是继续沿用传统的生产制造理念、传统的技术工具已经跟不上客户的需求变化了,因此企业也必须求变。\n\n企业变化的方向和出路在哪里呢?\n\n## 解铃还须系铃人\n\n因为客户需求的快速变化是由于全球化、信息化、自由化的带来的,更具体一点,实际上就是数字技术的告诉发展极大地刺激了消费欲望,是客户的消费预期极大地提高了,而传统制造企业的理念和生产制造过程并没有及时消化和应用数字技术,才导致了制造供应不足,所以根本的解决办法就是企业仅靠完成数字化转型,实现数字化转型的根本目的还是快速提升生产制造和产品供应的速度和效率,也就是加快产品创新速度。\n\n## 提升产品或服务的知识含量\n\n 产品创新的本质就是知识创新,也就是说,企业提供的产品或服务,必须不断提升知识含量,因为产品或服务都是为了满足人民群众日益增长的物质文化需求,而随着社会的发展,产品或服务中物质含量的比例越来越低,而文化含量的比例越来越高,因此,企业产品创新的根本出路就是快速提升产品或服务的知识含量,具体可以参看如下图示:\n\n![图片](https://libs.websoft9.com/Websoft9/resource/blog/2022/10/why-do-enterprises-need-external-brains-001.jpeg)\n\n从图中可以看出,企业的产品创新要取得较大改进,必须增加“跨行业知识”,这也就是“跨界整合”理念流行的原因。但这还不足以确保在激烈竞争中胜出,提出全新的产品概念才能赢得竞争的主动,这个时候必须应用“科学原理知识”提出颠覆性的产品概念。不过,这仍然不是一劳永逸的终结解决之道,要想取得“赢家通吃”的地位,唯一的途径就是应用“所有已知知识”,将“知识含量”提升到极限,这个时候就可以立于不败之地了。\n\n## 借用“外脑”的知识储备\n\n 企业家最大的优势就是资源整合,而不是什么都自己创造,知识创造也是同样的道理,只求所用,不求所有;连接大于拥有。因此,企业家最需要做的就是“拿来主义”,如下图所示:\n\n![图片](https://libs.websoft9.com/Websoft9/resource/blog/2022/10/why-do-enterprises-need-external-brains-002.png)" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4NSJRxUqvmVXy9P0ix4MaX" + } + } + ] + }, + "products": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1NfrwGiDkWOdDVKdmHm0e2" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "DEOp8ynxuO4rMELqtrNRl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5uwmfb7BW4wbQb8vMwKWLc" + } + } + ] + }, + "services": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6sxZTvIU0d7BS6GKmOhtCU" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4nbVIAvGhslYZ5RXdNq9zK" + } + } + ] + }, + "resources": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "192M1wrsCE5SrzQqeFX1BT" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7HOfYQM2U2VwxpVHBWH0Mg" + } + } + ] + }, + "time": { + "en-US": "2022-10-21T00:00+08:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1Py3j2TuwDltjPPUQu1Cbp", + "type": "Entry", + "createdAt": "2022-11-03T09:10:00.903Z", + "updatedAt": "2022-11-03T09:13:57.640Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2022-11-03T09:13:57.640Z", + "firstPublishedAt": "2022-11-03T09:11:41.213Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1Py3j2TuwDltjPPUQu1Cbp" + }, + "fields": { + "title": { + "en-US": "Customer mingdao" + }, + "slug": { + "en-US": "customer-mingdao" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/customer/mingdaoyun-websoft9.png" + }, + "type": { + "en-US": [ + "Customer" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "58uiqvEcdxWIGlQulfPOFU", + "type": "Entry", + "createdAt": "2022-12-13T08:44:15.947Z", + "updatedAt": "2022-12-13T09:23:31.649Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 16, + "publishedAt": "2022-12-13T09:23:31.649Z", + "firstPublishedAt": "2022-12-13T09:00:17.027Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 3, + "version": 17, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "marketplace" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/58uiqvEcdxWIGlQulfPOFU" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "uOZ1ahNqe1lKQuyI7OOIP" + } + } + }, + "key": { + "en-US": "cordis" + }, + "name": { + "en-US": "Cordis", + "zh-CN": "康蒂思(上海)医疗器械有限公司" + }, + "description": { + "en-US": "Our mission is to delight customers by developing differentiated solutions at pace that improve patient vitality and help lower the cost of care.", + "zh-CN": " Cordis 是全球领先的介入血管技术开发商和制造商,重点集中于心血管平台,提诊断和介入导管、球囊、自膨胀式支架、导线和血管闭合装置等高质量产品。" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "43kn0UBDkghJeCn1BkFink" + } + } + }, + "siteurl": { + "en-US": "https://cordis.com/apac/home?regionPref=63976" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "43kn0UBDkghJeCn1BkFink", + "type": "Entry", + "createdAt": "2022-12-13T09:05:25.721Z", + "updatedAt": "2022-12-13T09:19:10.134Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2022-12-13T09:19:10.134Z", + "firstPublishedAt": "2022-12-13T09:19:10.134Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/43kn0UBDkghJeCn1BkFink" + }, + "fields": { + "title": { + "en-US": "Customer cordis" + }, + "slug": { + "en-US": "customer-cordis" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/customer/cordis-websoft9.png" + }, + "type": { + "en-US": [ + "Customer" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3n1vMgRVtfKvb3ew08OcUm", + "type": "Entry", + "createdAt": "2022-12-13T09:19:28.734Z", + "updatedAt": "2022-12-13T09:22:45.274Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2022-12-13T09:22:45.274Z", + "firstPublishedAt": "2022-12-13T09:22:32.127Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3n1vMgRVtfKvb3ew08OcUm" + }, + "fields": { + "title": { + "en-US": "Customer wisenergy" + }, + "slug": { + "en-US": "customer-wisenergy" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/customer/wisenergy-websoft9.png", + "zh-CN": "https://libs.websoft9.com/Websoft9/logo/customer/wisenergy-websoft9.png" + }, + "type": { + "en-US": [ + "Customer" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6Ik54hcvYnBJCCJLV84Klg", + "type": "Entry", + "createdAt": "2022-12-13T09:23:39.967Z", + "updatedAt": "2022-12-13T09:26:22.509Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 14, + "publishedAt": "2022-12-13T09:26:22.509Z", + "firstPublishedAt": "2022-12-13T09:26:22.509Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 15, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "marketplace" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6Ik54hcvYnBJCCJLV84Klg" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "uOZ1ahNqe1lKQuyI7OOIP" + } + } + }, + "key": { + "en-US": "wisenergy" + }, + "name": { + "en-US": "wisenergy", + "zh-CN": "群智合" + }, + "description": { + "zh-CN": "群智合是一家致力于为中国政企提供数字化转型服务的公司,多年来致力于为中国政企提供数字化解决方案,并一直在探索为合作伙伴及客户提供更有价值更专业的数字化服务。" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3n1vMgRVtfKvb3ew08OcUm" + } + } + }, + "siteurl": { + "zh-CN": "http://www.wisenergy.cn/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7JYqCuVYARh5B7b79Q5vcH", + "type": "Entry", + "createdAt": "2022-12-31T10:56:59.314Z", + "updatedAt": "2022-12-31T11:00:17.762Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 16, + "publishedAt": "2022-12-31T11:00:17.762Z", + "firstPublishedAt": "2022-12-31T11:00:17.762Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 17, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7JYqCuVYARh5B7b79Q5vcH" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2DJ4xzZQwmbYv6D2O23Sv5" + } + } + }, + "slug": { + "en-US": "goodbye-2022-hi-2023" + }, + "title": { + "en-US": "Goodbye 2022, Hi 2023", + "zh-CN": "再见 2022,你好 2023" + }, + "featureImage": { + "en-US": "https://libs.websoft9.com/Websoft9/resource/blog/2022/12/2022bybe.png" + }, + "content": { + "en-US": "![](https://libs.websoft9.com/Websoft9/resource/blog/2022/12/2022bybe.png)", + "zh-CN": "![](https://libs.websoft9.com/Websoft9/resource/blog/2022/12/2022bybe.png)" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "time": { + "en-US": "2022-12-31T00:00+08:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5dCFrLsgagTgYQexWFhUBG", + "type": "Entry", + "createdAt": "2023-01-03T01:33:29.430Z", + "updatedAt": "2023-01-30T09:39:16.077Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2023-01-30T09:39:16.077Z", + "firstPublishedAt": "2023-01-03T01:36:54.252Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 2, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "page" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5dCFrLsgagTgYQexWFhUBG" + }, + "fields": { + "key": { + "en-US": "Demand" + }, + "title": { + "en-US": "Demand", + "zh-CN": "服务需求单" + }, + "content": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "9hcVdp4kn3BfFhsIvTK4W" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "0VbgWwbQmDm46jMYT3JUA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4FAFuqZ6jYq58ypEg4zPB2" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "11vsfrxwjEqmIqfDUPfNM4", + "type": "Entry", + "createdAt": "2023-01-04T07:33:57.658Z", + "updatedAt": "2023-01-04T08:17:47.030Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 31, + "publishedAt": "2023-01-04T08:17:47.030Z", + "firstPublishedAt": "2023-01-04T07:47:58.640Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 4, + "version": 32, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/11vsfrxwjEqmIqfDUPfNM4" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6kZx88OMBRAeqJdjaD2xeq" + } + } + }, + "slug": { + "en-US": "aws-global-marketplace" + }, + "title": { + "en-US": "Go to AWS Global Marketplace", + "zh-CN": "AWS 全球云市场上云出海服务" + }, + "featureImage": { + "en-US": "https://libs.websoft9.com/Websoft9/resource/whitepaper/aws-global-marketplace-websoft9.png" + }, + "content": { + "en-US": "![gtm](https://libs.websoft9.com/Websoft9/resource/whitepaper/got-to-aws-global-marketplace-websoft9.png)", + "zh-CN": "![gtm](https://libs.websoft9.com/Websoft9/resource/whitepaper/got-to-aws-global-marketplace-websoft9.png)" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4OpW0KLnSSimHrDBrley8n" + } + } + ] + }, + "downloadUrl": { + "en-US": "https://libs.websoft9.com/Websoft9/resource/whitepaper/AWS%20%E5%85%A8%E7%90%83%E4%BA%91%E5%B8%82%E5%9C%BA%E4%B8%8A%E4%BA%91%E5%87%BA%E6%B5%B7%E6%9C%8D%E5%8A%A1%E6%89%8B%E5%86%8C-Websoft9.pdf" + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SpvHk6sAB6x7nPYM29ez7" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5WKhPDoXrkwKkJomj8jzCp" + } + } + ] + }, + "time": { + "en-US": "2023-01-04T00:00+08:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "0VbgWwbQmDm46jMYT3JUA", + "type": "Entry", + "createdAt": "2023-01-30T09:36:39.430Z", + "updatedAt": "2023-01-30T09:38:32.979Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2023-01-30T09:38:32.979Z", + "firstPublishedAt": "2023-01-30T09:38:32.979Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 1, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/0VbgWwbQmDm46jMYT3JUA" + }, + "fields": { + "type": { + "en-US": [ + "Form Outside" + ] + }, + "title": { + "en-US": "DemandForm from Weda ", + "zh-CN": "来自 微搭的服务需求单链接" + }, + "slug": { + "en-US": "demandform-from-weda" + }, + "link": { + "en-US": [ + { + "id": "922f9f52-5701-429d-8e7b-ff740498f93a", + "key": "TicketURL", + "value": "https://weda.websoft9.com/demand_en/" + } + ], + "zh-CN": [ + { + "id": "4b28b3bb-f5da-479e-82b2-5424600880b9", + "key": "服务需求单链接", + "value": "https://weda.websoft9.com/demand/" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5A2GYj3i6rLLXqRGmazms3", + "type": "Entry", + "createdAt": "2023-01-30T09:48:35.706Z", + "updatedAt": "2023-01-30T09:49:14.286Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-01-30T09:49:14.286Z", + "firstPublishedAt": "2023-01-30T09:49:14.286Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5A2GYj3i6rLLXqRGmazms3" + }, + "fields": { + "type": { + "en-US": [ + "Hero" + ] + }, + "title": { + "en-US": " 7×24 Ticket", + "zh-CN": " 7×24 工单" + }, + "slug": { + "en-US": "7-24-ticket" + }, + "subTitle": { + "en-US": "We provide reliable technical support to our corporate customers to ensure the stable operation of your business", + "zh-CN": "我们为企业客户提供可靠的技术支持,保障您的业务稳定运行" + }, + "backgourdImage": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/ticketsystem-hero-websoft9.jpg" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7fzDHFAbtwy4ioLDrXcbg2", + "type": "Entry", + "createdAt": "2023-02-20T01:01:39.061Z", + "updatedAt": "2023-02-20T01:12:46.848Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2023-02-20T01:12:46.848Z", + "firstPublishedAt": "2023-02-20T01:12:46.848Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7fzDHFAbtwy4ioLDrXcbg2" + }, + "fields": { + "title": { + "en-US": "canvas" + }, + "slug": { + "en-US": "canvas" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/canvas-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2KY3eyxKkWDp2ZDTS66aP4", + "type": "Entry", + "createdAt": "2023-02-28T00:58:00.790Z", + "updatedAt": "2025-01-06T00:47:43.967Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 96, + "publishedAt": "2025-01-06T00:47:43.967Z", + "firstPublishedAt": "2023-02-28T01:01:29.942Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 24, + "version": 97, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2KY3eyxKkWDp2ZDTS66aP4" + }, + "fields": { + "key": { + "en-US": "gogs" + }, + "trademark": { + "en-US": "Gogs", + "zh-CN": "Gogs" + }, + "title": { + "en-US": " Open source Self-hosted Git Platform", + "zh-CN": "自助 Git 仓库搭建系统 Gogs" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6WOYQHuDbxVyXTsmkILt61" + } + } + }, + "summary": { + "en-US": "A painless self-hosted Git service", + "zh-CN": "一款易搭建的轻量级自助 Git 仓库系统" + }, + "overview": { + "en-US": "A painless self-hosted Git service. Aims to build a simple, stable and extensible self-hosted Git service.", + "zh-CN": "极易搭建的自助 Git 仓库系统,能够通过独立的二进制分发,并且支持 Go 语言支持的所有平台" + }, + "description": { + "en-US": "This is a repackaged Gogs Community with professional support for your business. Gogs is a painless self-hosted Git service. This project aims to build a simple, stable and extensible self-hosted Git service that can be setup in the most painless way. With Go, it can be done with an independent binary distribution across ALL platforms that Go supports, including Linux, macOS, Windows and ARM.", + "zh-CN": "Gogs 是一款极易搭建的自助 Git 仓库系统,比 GitLab 更加轻量级。Gogs 能够通过独立的二进制分发,并且支持 Go 语言支持的 所有平台,包括 Linux、Mac OS X、Windows 以及 ARM 平台。" + }, + "screenshots": { + "en-US": [ + { + "id": "8248371f-a25f-4ae6-82be-7c6d8f7b9bb0", + "key": "gui start", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/gogs/gogs-guistart-websoft9.png" + }, + { + "id": "94b41611-ac41-451c-a7bd-3644bea3e5a4", + "key": "dashboard", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/gogs/gogs-dashboard-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2DltY233eD0xqBGq6o9NUL" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17nBnb3cekP3IkiDLGh1F0" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "highlights": { + "en-US": [ + "Pre-configured, one-click to deploy on Cloud Server", + "All codes on your server, secure and customizable", + "Paid image, free professional support for your business" + ], + "zh-CN": [ + "开源、免费,支持多语言", + "已完成预配置、密码初始化,购买后即可自主使用", + "基于 Docker 的云原生架构,便于产品升级、版本变更、卸载以及安装更多应用", + "提供免费的技术支持" + ] + }, + "faq": { + "en-US": [ + { + "id": "b0b48487-6be7-44bb-8d7b-30eb603d815d", + "key": "Gogs support multi-language?", + "value": "Yes, supports real-time switching of multiple languages." + } + ], + "zh-CN": [ + { + "id": "e08b54bb-1533-463a-b6f0-f1e556ae1584", + "key": "Gogs 支持多语言吗?", + "value": "支持多种语言实时切换" + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5rnpXACVt02UOihhAXq3j0" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ZRY6UR6j4c4dOYz3PXXFs" + } + } + ] + }, + "websiteurl": { + "en-US": "https://gogs.io/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + } + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "0.13.2", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 1, + "zh-CN": 2 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6C2fZYqNNJlDNcp0aYi82", + "type": "Entry", + "createdAt": "2023-02-28T01:36:54.257Z", + "updatedAt": "2024-10-25T00:49:54.208Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 92, + "publishedAt": "2024-10-25T00:49:54.208Z", + "firstPublishedAt": "2023-02-28T01:42:12.359Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 29, + "version": 93, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6C2fZYqNNJlDNcp0aYi82" + }, + "fields": { + "key": { + "en-US": "akeneo" + }, + "trademark": { + "en-US": "Akeneo", + "zh-CN": "Akeneo" + }, + "title": { + "en-US": "Product information management system", + "zh-CN": "产品信息管理 Akeneo" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1xHEnBOF9nqJUCBUw347jC" + } + } + }, + "summary": { + "en-US": "Effective management of product information", + "zh-CN": "开源产品信息管理" + }, + "overview": { + "en-US": "Enable small and medium-sized businesses to start centralizing, managing, enriching, and distributing their product information at low cost.", + "zh-CN": "使中小型企业能够以低成本开始集中、管理、丰富和分发其产品信息。" + }, + "description": { + "en-US": "Akeneo PIM Community Edition offers all the standard PIM functions you would expect from a PIM system, plus a great and intuitive user interface.", + "zh-CN": "Akeneo PIM Community Edition offers all the standard PIM functions you would expect from a PIM system, plus a great and intuitive user interface." + }, + "screenshots": { + "en-US": [ + { + "id": "881d7309-61bb-4dab-90b7-edb0c78413bc", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/akeneo/akeneo-main-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "9d6ca786-b209-4d95-84ac-1deb219fc4cb", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/akeneo/akeneo-main-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7EhengWHk8so7BMWjTgPvQ" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "14lDYcrg2fLMbC1S9AkNDf" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "Other" + ] + }, + "highlights": { + "en-US": [ + "" + ], + "zh-CN": [ + "" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5WKhPDoXrkwKkJomj8jzCp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3XLYU7pPQw1tv0esOTj1Qw" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "FBjnaWTea9jWIviVI9UXN" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5pDTWQQylwXDD237YtLspE" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CcnCaE2mWTEtqPMVPnSyF" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.akeneo.com/" + }, + "trademarkUrl": { + "en-US": "https://help.akeneo.com/en_US/12-akeneo-terms-conditions" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1MNlRXKNJmgwc9tUS5C8kD" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3QlkgARyx6qWODzbp2zwOY" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + } + ] + }, + "keywords": { + "en-US": [ + "PIM", + "eCommerce" + ], + "zh-CN": [ + "产品信息管理", + "PIM", + "电商" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "v7.0.22", + "latest" + ] + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": false + }, + "vcpu": { + "en-US": 2, + "zh-CN": 2 + }, + "memory": { + "en-US": 4, + "zh-CN": 4 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2ttANuF7psuQEisiRkv7DM", + "type": "Entry", + "createdAt": "2023-02-28T01:48:16.400Z", + "updatedAt": "2025-01-06T00:47:04.133Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 132, + "publishedAt": "2025-01-06T00:47:04.133Z", + "firstPublishedAt": "2023-02-28T01:52:41.469Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 30, + "version": 133, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2ttANuF7psuQEisiRkv7DM" + }, + "fields": { + "key": { + "en-US": "espocrm" + }, + "trademark": { + "en-US": "EspoCRM", + "zh-CN": "EspoCRM" + }, + "title": { + "en-US": "Light Customer Relationship Manager", + "zh-CN": "轻量级客户关系管理" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1p2a4d7d07tAnE8pKGAWcC" + } + } + }, + "summary": { + "en-US": "An open-source Customer Relationship Management helps businesses grow", + "zh-CN": "一个有助于企业效率管路的客户关系管理系统" + }, + "overview": { + "en-US": "EspoCRM is a web-based CRM solution, lightning fast and easily customizable. It provide you with the tools to understand your consumers’ behavior and cater your products and services specifically to their needs.", + "zh-CN": "EspoCRM是一个基于web的CRM解决方案,闪电般快速且易于定制。它为您提供了了解消费者行为的工具,并专门为他们的需求提供产品和服务。" + }, + "description": { + "en-US": "EspoCRM is a lightweight open source customer relationship manager designed to provide enterprises with an easy to customize, powerful, clear user interface, and suitable solution for any device. EspoCRM provides many functions, including sales management, customer service, event and calendar, document management, and more.", + "zh-CN": "EspoCRM是一个轻量级的开源客户关系管理器,它旨在为企业提供一个易于定制、性能强大、用户界面清晰、适用于任何设备的解决方案。EspoCRM提供了许多功能,包括销售管理、客户服务、活动和日历、文档管理等。" + }, + "screenshots": { + "en-US": [ + { + "id": "ea032c57-98c8-481e-ad51-96b805ecf66b", + "key": "gui", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/en/espocrm/espocrm-gui-websoft9.jpg" + }, + { + "id": "e565b171-2a9a-4caa-a6fe-a42dd300d6e7", + "key": "dashboard", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/en/espocrm/espocrm-main-websoft9.png" + }, + { + "id": "b33a03b1-1fc6-4081-9af7-d6f69f1ec280", + "key": "smtp", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/espocrm/espocrm-smtp-2-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "CEmY2eNYSotErkAgGIkkP" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5SdnsGA9jschKVnyHKYzck" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "highlights": { + "en-US": [ + "Project should be easy to customize", + "Performance must be strong, and page-rendering should be as close to instant as possible", + "User interface must be clear, logical, and well-organized", + "Application should be accessible and work well from any device: mobile phones, tablets, and desktops" + ], + "zh-CN": [ + "项目易于定制", + "性能强大,页面可实时呈现", + "用户界面清晰、合乎逻辑且组织良好", + "跨平台,可以从任何设备访问并正常工作:手机、平板电脑和台式机" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + { + "id": "e2ca4591-9fa5-4a10-bf36-6a7b16470efe", + "key": "EspoCRM 支持中文吗?", + "value": "支持" + }, + { + "id": "6120104c-e72f-4009-8348-a83d8fec18be", + "key": "EspoCRM 是否有移动端?", + "value": "有自适应客移动端" + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7mHuM5gWzBX7m9a2bPkzPw" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "12nhFYWwBLQIQ2zHUHELnA" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2O8RaSlsatiVMNTatp20FU" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CcnCaE2mWTEtqPMVPnSyF" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.espocrm.com/" + }, + "trademarkUrl": { + "en-US": "https://www.espocrm.com/trademark/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "vbbiHNKxaNXh8noSStJfB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7rNeLNZpc0T7Dd0qJzFn7k" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "8.4.2", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 2, + "zh-CN": 2 + }, + "storage": { + "en-US": 2, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4uh9rjrBXxpw8bEOG1bXe3", + "type": "Entry", + "createdAt": "2023-02-28T01:57:27.921Z", + "updatedAt": "2024-10-23T04:03:32.737Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 27, + "publishedAt": "2024-10-23T04:03:32.737Z", + "firstPublishedAt": "2023-02-28T05:16:23.638Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 9, + "version": 28, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4uh9rjrBXxpw8bEOG1bXe3" + }, + "fields": { + "key": { + "en-US": "fastpanel" + }, + "trademark": { + "en-US": "FASTPANEL", + "zh-CN": "FASTPANEL" + }, + "title": { + "en-US": "Visual Server Management Panel", + "zh-CN": "Visual Server Management Panel" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1jCSZfIAfFPn598yRIRSjo" + } + } + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7IivM9Ft2RQVu3MGPdP1Qj" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "28IPT26qcxDND0zuRF2nKe" + } + } + }, + "websiteurl": { + "en-US": "https://fastpanel.direct/" + }, + "trademarkUrl": { + "en-US": "FASTPANEL® is a registered trade mark of P.A.G.M. OU." + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": false + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "37DcPOGbFXPqePvJEGE3k1", + "type": "Entry", + "createdAt": "2023-02-28T03:33:27.437Z", + "updatedAt": "2023-02-28T03:33:48.979Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-02-28T03:33:48.979Z", + "firstPublishedAt": "2023-02-28T03:33:48.979Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/37DcPOGbFXPqePvJEGE3k1" + }, + "fields": { + "title": { + "en-US": "Docker" + }, + "slug": { + "en-US": "docker" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/docker-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7bEZEybtxvYtBZ13iNQH5Y", + "type": "Entry", + "createdAt": "2023-02-28T04:05:01.345Z", + "updatedAt": "2023-02-28T04:10:01.649Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2023-02-28T04:10:01.649Z", + "firstPublishedAt": "2023-02-28T04:05:44.090Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7bEZEybtxvYtBZ13iNQH5Y" + }, + "fields": { + "title": { + "en-US": "Detection and Monitor", + "zh-CN": "扫描监测" + }, + "key": { + "en-US": "security-detection" + }, + "position": { + "en-US": 10 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6WADietOzYFgb9uMKFSjts" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "RDEO24KwxFiCwaTan50x5", + "type": "Entry", + "createdAt": "2023-02-28T04:05:53.939Z", + "updatedAt": "2023-02-28T04:09:33.659Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2023-02-28T04:09:33.659Z", + "firstPublishedAt": "2023-02-28T04:09:33.659Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/RDEO24KwxFiCwaTan50x5" + }, + "fields": { + "title": { + "en-US": "Access Control", + "zh-CN": "访问控制" + }, + "key": { + "en-US": "access-control" + }, + "position": { + "en-US": 10 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6WADietOzYFgb9uMKFSjts" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3u64SuvbC8pUZzRBd1EfX4", + "type": "Entry", + "createdAt": "2023-02-28T04:13:18.962Z", + "updatedAt": "2023-02-28T04:13:35.130Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-02-28T04:13:35.130Z", + "firstPublishedAt": "2023-02-28T04:13:35.130Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3u64SuvbC8pUZzRBd1EfX4" + }, + "fields": { + "title": { + "en-US": "Firewall", + "zh-CN": "防火墙" + }, + "key": { + "en-US": "firewall" + }, + "position": { + "en-US": 10 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6WADietOzYFgb9uMKFSjts" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6WOYQHuDbxVyXTsmkILt61", + "type": "Entry", + "createdAt": "2023-02-28T04:26:00.968Z", + "updatedAt": "2023-02-28T04:26:34.167Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-02-28T04:26:34.167Z", + "firstPublishedAt": "2023-02-28T04:26:34.167Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6WOYQHuDbxVyXTsmkILt61" + }, + "fields": { + "title": { + "en-US": "Gogs" + }, + "slug": { + "en-US": "gogs" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/gogs-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1xHEnBOF9nqJUCBUw347jC", + "type": "Entry", + "createdAt": "2023-02-28T05:12:25.825Z", + "updatedAt": "2023-05-25T06:08:06.755Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2023-05-25T06:08:06.755Z", + "firstPublishedAt": "2023-02-28T05:12:41.871Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1xHEnBOF9nqJUCBUw347jC" + }, + "fields": { + "title": { + "en-US": "Akeneo" + }, + "slug": { + "en-US": "akeneo" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/akeneo-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1jCSZfIAfFPn598yRIRSjo", + "type": "Entry", + "createdAt": "2023-02-28T05:13:48.657Z", + "updatedAt": "2023-02-28T05:14:33.716Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-02-28T05:14:33.716Z", + "firstPublishedAt": "2023-02-28T05:14:33.716Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1jCSZfIAfFPn598yRIRSjo" + }, + "fields": { + "title": { + "en-US": "Fastpanel" + }, + "slug": { + "en-US": "fastpanel" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/fastpanel-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1p2a4d7d07tAnE8pKGAWcC", + "type": "Entry", + "createdAt": "2023-02-28T05:19:39.305Z", + "updatedAt": "2023-02-28T05:19:59.347Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-02-28T05:19:59.347Z", + "firstPublishedAt": "2023-02-28T05:19:59.347Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1p2a4d7d07tAnE8pKGAWcC" + }, + "fields": { + "title": { + "en-US": "EspoCRM" + }, + "slug": { + "en-US": "espocrm" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/espocrm-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3UjWQyL6US3sgPbh6sHiiA", + "type": "Entry", + "createdAt": "2023-02-28T05:21:03.418Z", + "updatedAt": "2023-02-28T05:21:19.199Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-02-28T05:21:19.199Z", + "firstPublishedAt": "2023-02-28T05:21:19.199Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3UjWQyL6US3sgPbh6sHiiA" + }, + "fields": { + "title": { + "en-US": "Desktop" + }, + "slug": { + "en-US": "desktop" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/desktop-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7KRTax31Nwn0wbwJGFSmGE", + "type": "Entry", + "createdAt": "2023-03-03T00:30:38.812Z", + "updatedAt": "2023-03-03T00:31:01.240Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-03-03T00:31:01.240Z", + "firstPublishedAt": "2023-03-03T00:31:01.240Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7KRTax31Nwn0wbwJGFSmGE" + }, + "fields": { + "title": { + "en-US": "APISIX" + }, + "slug": { + "en-US": "apisix" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/apisix-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "uby7CBgKTvhpdciJuu0iY", + "type": "Entry", + "createdAt": "2023-03-03T00:31:11.266Z", + "updatedAt": "2023-03-03T00:31:42.141Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-03-03T00:31:42.141Z", + "firstPublishedAt": "2023-03-03T00:31:42.141Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/uby7CBgKTvhpdciJuu0iY" + }, + "fields": { + "title": { + "en-US": "appsmith" + }, + "slug": { + "en-US": "appsmith" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/appsmith-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "LTWbkdq2GrC9rBXNcVlCY", + "type": "Entry", + "createdAt": "2023-04-10T01:12:07.441Z", + "updatedAt": "2024-12-12T03:11:44.454Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 147, + "publishedAt": "2024-12-12T03:11:44.454Z", + "firstPublishedAt": "2023-04-21T01:07:55.015Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 22, + "version": 148, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/LTWbkdq2GrC9rBXNcVlCY" + }, + "fields": { + "key": { + "en-US": "aitable" + }, + "trademark": { + "en-US": "AITable", + "zh-CN": "AITable 维格表" + }, + "title": { + "en-US": "Custom ChatGPT with Table in 1-Click AITable", + "zh-CN": "一键训练AI的多维表格 AITable" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "OP9boGGFIRwQAKleFWclJ" + } + } + }, + "summary": { + "en-US": "Custom ChatGPT with Table in 1-Click", + "zh-CN": "一键训练AI的多维表格" + }, + "overview": { + "en-US": "By using AITable, every individual, team, and company should be able to access and manipulate databases and data in ways never possible before, helping people save countless hours every day.", + "zh-CN": "AITable(原名:APITable)是 vika 维格云的国际版,一款企业级的人工智能产品,可以让你一键构建AI 助手,处理复杂的数据工作流程。AITable可以用来自动化项目管理、市场营销、客户管理、财税管理、人事行政等数据整理与流转。" + }, + "description": { + "en-US": "AITable is an innovative management tool of digital data, based on the flexible multi-dimensional spreadsheet.\n\nAITable origins from a pure idea: if there was a tool able to make software development and design 100 times easier, and enable everyone to become their own software designer, it would be great.\n\nUnlike traditional spreadsheets or project collaboration tools, AITable is more like a flexible and easy-to-use database that can seamlessly connect any information and data together to build perfect custom workflows.\n\nIt is also a simple and intuitive data collaboration platform that can adapt to continuously changing requirements of teams, helping making adjustment of working progress, standardizing business processes, facilitating team collaboration, and enabling data tracking.", + "zh-CN": "维格表不是电子表格,是新一代的数据生产力平台。与传统的电子表格或项目协作工具不同,维格表更像是一个灵活易用的数据库,可以将任何信息和数据无缝连接在一起并搭建出完美的工作流程。\n\n同时,它也是简洁直观的数据协作台,可以适应不断变化的任务需求来调整团队的工作进展,帮助企业规范业务流程、促进团队协作、实现数据追踪。\n\n是对电子表格、可视化型数据库、实时协作数据平台和数据中台四种技术的突破性整合。" + }, + "screenshots": { + "en-US": [ + { + "id": "160674cb-8ebf-4e9f-8141-7f162fb844a2", + "key": "apitable", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/aitable/aitable-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7nMNcJU8pX0OQHaM70BoXI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5SdnsGA9jschKVnyHKYzck" + } + } + ] + }, + "component": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6E6IcwN1yFnqHKJCMTOIng" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6wAhyoJW83HLqPrxADouUw" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3sGmWQDMeO7NzfIkUWJSW6" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "highlights": { + "en-US": [ + "Visual Database", + "Efficient and Collaborative Office Tools", + "Productivity Tools" + ] + }, + "faq": { + "en-US": [ + { + "id": "ffd2c992-bf53-44ad-84a5-3a802ff87540", + "key": "Does APITable support multiple languages?", + "value": "Yes, it supports multiple languages ​​(including Chinese), and the language can be modified through the console" + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2O8RaSlsatiVMNTatp20FU" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4qGUijXFbNgosOxYmHl5LT" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17Jq88yTIez2ftdYQRrZSc" + } + } + ] + }, + "websiteurl": { + "en-US": "https://aitable.ai/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3vCjbC4LJQgteJ0A8T5eEF" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "keywords": { + "en-US": [ + "ai", + "table", + "low-code" + ], + "zh-CN": [ + "AI", + "低代码", + "零代码" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2, + "zh-CN": 2 + }, + "memory": { + "en-US": 8, + "zh-CN": 8 + }, + "storage": { + "en-US": 3, + "zh-CN": 2 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3ueGMD0XDsxRCAtKuSBzdO", + "type": "Entry", + "createdAt": "2023-04-11T23:42:26.263Z", + "updatedAt": "2023-04-12T01:00:36.732Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 72, + "publishedAt": "2023-04-12T01:00:36.732Z", + "firstPublishedAt": "2023-04-12T00:22:57.460Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 73, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3ueGMD0XDsxRCAtKuSBzdO" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "600-aigc-tools" + }, + "title": { + "en-US": "600 + AIGC tools", + "zh-CN": "600 + AIGC 工具集" + }, + "subTitle": { + "en-US": "生成式 AI,让人类创作更简单", + "zh-CN": "生成式 AI,让人类创作更简单" + }, + "featureImage": { + "en-US": "https://libs.websoft9.com/Websoft9/resource/blog/2023/04/aigc.png" + }, + "content": { + "en-US": "AIGC 是 PGC(专业生成内容)和 UGC(用户生成内容)的下一步。AI 内容生成器现在越来越流行通过向用户提供有价值的内容来打破作家的障碍。\n\n此篇文章不介绍任何 AIGC 的好处,我们收集了 [600+ AIGC](https://support.websoft9.com/handbook/company/resource/aigc) 工具,现在用它解决工作问题,就是对 AIGC 时代最好的回应。\n", + "zh-CN": "AIGC 是 PGC(专业生成内容)和 UGC(用户生成内容)的下一步。AI 内容生成器现在越来越流行通过向用户提供有价值的内容来打破作家的障碍。\n\n此篇文章不介绍任何 AIGC 的好处,我们收集了 [600+ AIGC](https://support.websoft9.com/handbook/company/resource/aigc) 工具,现在用它解决工作问题,就是对 AIGC 时代最好的回应。" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "downloadUrl": { + "en-US": "https://support.websoft9.com/handbook/company/resource/aigc" + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1yDnnV4tU0NWnq9X013fOC" + } + } + ] + }, + "time": { + "en-US": "2023-04-12T02:25+00:00" + }, + "action": { + "en-US": [ + { + "id": "02185172-3695-419a-9f18-7fe5c0a791f1", + "key": "Get 600+ AI tools", + "value": "https://support.websoft9.com/handbook/company/resource/aigc" + } + ], + "zh-CN": [ + { + "id": "96276366-db50-4482-9674-b11458322ac4", + "key": "600 + 个 AIGC 工具", + "value": "https://support.websoft9.com/handbook/company/resource/aigc" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "OP9boGGFIRwQAKleFWclJ", + "type": "Entry", + "createdAt": "2023-04-21T01:04:34.347Z", + "updatedAt": "2023-11-28T07:06:53.368Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2023-11-28T07:06:53.368Z", + "firstPublishedAt": "2023-04-21T01:06:31.553Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/OP9boGGFIRwQAKleFWclJ" + }, + "fields": { + "title": { + "en-US": "AITable" + }, + "slug": { + "en-US": "aitable" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/aitable-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "ZVwmCFfIfNBzTwT9SWAFW", + "type": "Entry", + "createdAt": "2023-05-15T08:54:10.779Z", + "updatedAt": "2024-07-24T07:28:25.309Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 110, + "publishedAt": "2024-07-24T07:28:25.309Z", + "firstPublishedAt": "2023-05-15T08:54:45.570Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 29, + "version": 111, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/ZVwmCFfIfNBzTwT9SWAFW" + }, + "fields": { + "key": { + "en-US": "phpmyadmin" + }, + "trademark": { + "en-US": "phpMyAdmin", + "zh-CN": "phpMyAdmin" + }, + "title": { + "en-US": "数据库管理 phpMyAdmin", + "zh-CN": "数据库管理 phpMyAdmin" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3s9UQROE01LunZLFJIBZ9N" + } + } + }, + "summary": { + "en-US": "a web-based MySQL/MariaDB GUI tool", + "zh-CN": "MySQL/MariaDB 可视化管理工具" + }, + "overview": { + "en-US": "phpMyAdmin is a free software tool, intended to handle the administration of MySQL/MariaDB over the Web. ", + "zh-CN": "phpMyAdmin 是一个开源的 Web 可视化管理工具,支持 MySQL/MariaDB" + }, + "description": { + "en-US": "phpMyAdmin is a free software tool, intended to handle the administration of MySQL/MariaDB over the Web. Frequently used operations (managing databases, tables, columns, relations, indexes, users, permissions, etc) can be performed via the user interface, while you still have the ability to directly execute any SQL statement.", + "zh-CN": "phpMyAdmin 是一个开源的 Web 可视化管理工具,支持 MySQL/MariaDB。它支持常见的数据库管理功能:管理数据库,管理表,增加行业,修改字段,导入导出以及运行 SQL 命令等。" + }, + "screenshots": { + "en-US": [ + { + "id": "8e24e01a-02db-4ade-bc37-58abc35b3d00", + "key": "Create DB", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/mysql/phpmyadmin-adddb-websoft9.png" + }, + { + "id": "a7a41436-806e-4428-8459-11dbaeb67a01", + "key": "Modify Password", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/en/phpmyadmin/phpmyadmin-changepwds-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "2763f01d-181f-4d77-85ce-565dc68df348", + "key": "创建数据库", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/mysql/phpmyadmin-adddb-websoft9.png" + }, + { + "id": "655168da-56fa-449b-a48e-9b8a00cdc621", + "key": "修改密码", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/mysql/phpmyadmin-modifypw-websoft9.png" + } + ] + }, + "hot": { + "en-US": 9000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "TdsvWxQeDCNl1jwOanqG2" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "highlights": { + "en-US": [ + "It is a web-based database GUI tool which provides rich web interface", + "Supports multiple databases", + "Data export and import in multiple formats" + ], + "zh-CN": [ + "提供可视化管理界面", + "支持 MySQL/MariaDB", + "支持多格式数据的导入与导出" + ] + }, + "faq": { + "en-US": [ + { + "id": "52aba122-5d93-474b-a294-1c60aeb6be03", + "key": "Does CloudBeaver support multiple languages?", + "value": "Yes, you can switch language online." + } + ], + "zh-CN": [ + { + "id": "2524649f-b0fb-4d86-8bc4-27e23a924321", + "key": "phpMyAdmin 是否支持多语言?", + "value": "支持(包含中文)后台直接切换语言" + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "12pnAjAAT5zkmPF33HKq6E" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CcnCaE2mWTEtqPMVPnSyF" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.phpmyadmin.net/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "keywords": { + "en-US": [ + "database", + "GUI tool", + "phpMyAdmin" + ], + "zh-CN": [ + "可视化管理", + "数据管理", + "phpMyAdmin" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "5.2.1", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 2, + "zh-CN": 2 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3s9UQROE01LunZLFJIBZ9N", + "type": "Entry", + "createdAt": "2023-05-15T09:38:58.501Z", + "updatedAt": "2023-05-15T09:41:41.967Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-05-15T09:41:41.967Z", + "firstPublishedAt": "2023-05-15T09:41:41.967Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3s9UQROE01LunZLFJIBZ9N" + }, + "fields": { + "title": { + "en-US": "phpMyadmin" + }, + "slug": { + "en-US": "phpmyadmin" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/phpmyadmin-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3S6rjYwRUlG1wEfHlBAUsT", + "type": "Entry", + "createdAt": "2023-05-22T11:08:31.708Z", + "updatedAt": "2024-12-12T03:22:13.636Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 115, + "publishedAt": "2024-12-12T03:22:13.636Z", + "firstPublishedAt": "2023-05-22T11:35:40.802Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 28, + "version": 116, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3S6rjYwRUlG1wEfHlBAUsT" + }, + "fields": { + "key": { + "en-US": "n8n" + }, + "trademark": { + "en-US": "n8n", + "zh-CN": "n8n" + }, + "title": { + "en-US": "Workflow automation tools", + "zh-CN": "流程自动化工具 n8n" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "47URo8Kuh51JZH5cqlmqyc" + } + } + }, + "summary": { + "en-US": "Workflow automation for technical people", + "zh-CN": "工作流与任务自动化" + }, + "overview": { + "en-US": "n8n allows you to build flexible workflows focused on deep data integration. And with sharable templates and a user-friendly UI, the less technical people on your team can collaborate on them too. ", + "zh-CN": "n8n 可以帮助用户在没有任何技术背景下,实现流程与任务自动化。同时,预制300+个系统集成模板,很方便的供客户连接多个软件" + }, + "description": { + "en-US": "n8n allows you to build flexible workflows focused on deep data integration. And with sharable templates and a user-friendly UI, the less technical people on your team can collaborate on them too. Unlike other tools, complexity is not a limitation. So you can build whatever you want — without stressing over budget.", + "zh-CN": "n8n 允许您构建专注于深度数据集成的灵活工作流。通过可共享的模板和用户友好的界面,团队中技术水平较低的人员也可以协作使用它们。与其他工具不同,复杂性不是限制因素。因此,您可以构建任何您想要的东西 - 无需担心预算问题。" + }, + "screenshots": { + "en-US": [ + { + "id": "6e53620d-08f6-497b-8b4f-f03e49420b3c", + "key": "process", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/n8n/n8n-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "b8f4c8aa-fa2c-49dd-a7ad-b64e18325736", + "key": "process", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/n8n/n8n-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4sQ7pGdSE29pYwCFHBFPVQ" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "37sCZgeZbNIfKK7jJ2PJ9W" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6dhUhSf0SPb3swoaJp8nj5" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English" + ], + "zh-CN": [ + "英文" + ] + }, + "solution": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2FMLKgAYKz6ZHHF6w5byS1" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52B5PbVYDmVFrql23FjlMv" + } + } + ] + }, + "highlights": { + "en-US": [ + "Web based GUI" + ], + "zh-CN": [ + "可视化界面" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5UuBH4b0zhyMD4oGb9FSpf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3znhjRCQbwCgbL3stdmP69" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7sAoBXjxdtWHcqEoxSHpJB" + } + } + ] + }, + "websiteurl": { + "en-US": "https://n8n.io" + }, + "trademarkUrl": { + "en-US": "https://docs.n8n.io/sustainable-use-license/#what-license-do-you-use" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "vbbiHNKxaNXh8noSStJfB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7rNeLNZpc0T7Dd0qJzFn7k" + } + } + ] + }, + "keywords": { + "en-US": [ + "rpa", + "ipaas", + "automation", + "data integration" + ], + "zh-CN": [ + "RPA", + "iPaaS", + "automation", + "data integration" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "1.36.4", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "47URo8Kuh51JZH5cqlmqyc", + "type": "Entry", + "createdAt": "2023-05-22T11:11:56.504Z", + "updatedAt": "2023-05-23T02:31:25.230Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2023-05-23T02:31:25.230Z", + "firstPublishedAt": "2023-05-22T11:19:30.893Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 3, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/47URo8Kuh51JZH5cqlmqyc" + }, + "fields": { + "title": { + "en-US": "n8n" + }, + "slug": { + "en-US": "n8n" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/n8n-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1Kv4oJuxOt0NQJROyQeXYf", + "type": "Entry", + "createdAt": "2023-05-23T07:06:33.846Z", + "updatedAt": "2023-05-23T07:07:55.705Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-05-23T07:07:55.705Z", + "firstPublishedAt": "2023-05-23T07:07:55.705Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1Kv4oJuxOt0NQJROyQeXYf" + }, + "fields": { + "title": { + "en-US": "vault" + }, + "slug": { + "en-US": "vault" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/vault-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5e0fj0HJSeShZosAeGg5m6", + "type": "Entry", + "createdAt": "2023-05-23T07:24:52.543Z", + "updatedAt": "2023-05-23T07:25:16.569Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-05-23T07:25:16.569Z", + "firstPublishedAt": "2023-05-23T07:25:16.569Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5e0fj0HJSeShZosAeGg5m6" + }, + "fields": { + "title": { + "en-US": "pgadmin" + }, + "slug": { + "en-US": "pgadmin" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/pgadmin-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5a44gYtzzng0XUNzfzGbvO", + "type": "Entry", + "createdAt": "2023-05-23T07:25:35.738Z", + "updatedAt": "2023-05-23T07:32:39.300Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2023-05-23T07:32:39.300Z", + "firstPublishedAt": "2023-05-23T07:32:39.300Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5a44gYtzzng0XUNzfzGbvO" + }, + "fields": { + "title": { + "en-US": "redisinsight" + }, + "slug": { + "en-US": "redisinsight" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/redisinsight-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7w2vdXa5lJ9JhHXi6A9ixr", + "type": "Entry", + "createdAt": "2023-05-23T07:33:41.584Z", + "updatedAt": "2025-01-06T00:48:47.596Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 107, + "publishedAt": "2025-01-06T00:48:47.596Z", + "firstPublishedAt": "2023-05-23T07:49:40.562Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 21, + "version": 108, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7w2vdXa5lJ9JhHXi6A9ixr" + }, + "fields": { + "key": { + "en-US": "pgadmin" + }, + "trademark": { + "en-US": "pgAdmin", + "zh-CN": "pgAdmin" + }, + "title": { + "en-US": "Web-based administration and development platform for PostgreSQL", + "zh-CN": "PostgreSQL 图形化管理工具 pgAdmin" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5e0fj0HJSeShZosAeGg5m6" + } + } + }, + "summary": { + "en-US": "Web-based GUI tool for PostgreSQL", + "zh-CN": "Web 图形化 PostgreSQL 数据库管理工具" + }, + "overview": { + "en-US": "pgAdmin is a popular and feature rich Open Source administration and development platform for PostgreSQL, the advanced Open Source database in the world.", + "zh-CN": "pgAdmin 官方出品具有 Web 界面的 PostgreSQL 数据库管理和开发平台。" + }, + "description": { + "en-US": "pgAdmin is the leading Open Source management tool for Postgres, the world’s advanced Open Source database. pgAdmin is designed to meet the needs of both novice and experienced Postgres users alike, providing a powerful graphical interface that simplifies the creation, maintenance and use of database objects.", + "zh-CN": "pgAdmin 是世界先进的开源数据库 Postgres 的领先开源管理工具。pgAdmin 旨在满足新手和有经验的 Postgres 用户的需求,提供强大的图形界面,简化数据库对象的创建、维护和使用。" + }, + "screenshots": { + "en-US": [ + { + "id": "6e53620d-08f6-497b-8b4f-f03e49420b3c", + "key": "gui", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/postgresql/pgadmin4-websoft9.png" + }, + { + "id": "608245eb-3e1e-4948-9263-38aac7d64035", + "key": "connect db", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/postgresql/pgadmin-setconnection-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "b8f4c8aa-fa2c-49dd-a7ad-b64e18325736", + "key": "gui", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/postgresql/pgadmin4-websoft9.png" + }, + { + "id": "c04f9bde-70f2-45e0-b8fd-b46ee866be78", + "key": "connect db", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/postgresql/pgadmin-setconnection-websoft9.png" + } + ] + }, + "hot": { + "en-US": 6000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "TdsvWxQeDCNl1jwOanqG2" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "solution": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52B5PbVYDmVFrql23FjlMv" + } + } + ] + }, + "highlights": { + "en-US": [ + "Web based GUI", + "Maintained by the official PostgreSQL community" + ], + "zh-CN": [ + "Web 可视化界面", + "由 PostgreSQL 官方社区维护" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7q0hwAGg1yIR7wNc8cQWZC" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ErftetWADiFvvgRO3pFnU" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.pgadmin.org/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7rNeLNZpc0T7Dd0qJzFn7k" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6PAPQ68qroHDGba7O9DQQ5" + } + } + ] + }, + "keywords": { + "en-US": [ + "Database", + "Web-based", + "GUI", + "PostgreSQL" + ], + "zh-CN": [ + "数据库", + "图形化界面", + "Web 界面", + "PostgreSQL" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "8.14.0", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 1, + "zh-CN": 1 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5KV7kOekuxzxCzr2Tq39Hw", + "type": "Entry", + "createdAt": "2023-05-23T08:05:34.092Z", + "updatedAt": "2025-01-07T09:29:05.334Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 90, + "publishedAt": "2025-01-07T09:29:05.334Z", + "firstPublishedAt": "2023-05-23T09:26:51.823Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 27, + "version": 91, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5KV7kOekuxzxCzr2Tq39Hw" + }, + "fields": { + "key": { + "en-US": "redisinsight" + }, + "trademark": { + "en-US": "RedisInsight", + "zh-CN": "RedisInsight" + }, + "title": { + "en-US": "The Redis GUI that works everywhere", + "zh-CN": "随处运行的 Redis GUI 工具" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5a44gYtzzng0XUNzfzGbvO" + } + } + }, + "summary": { + "en-US": "GUI tools for all Redis deployments", + "zh-CN": "官方出品的 Redis 可视化管理工具" + }, + "overview": { + "en-US": "RedisInsight provides an intuitive and efficient UI for Redis and Redis Stack and supports CLI interaction in a fully-featured desktop UI client.", + "zh-CN": "RedisInsight 为 Redis 和 Redis Stack 提供了直观高效的用户界面,并在功能齐全的桌面用户界面客户端中支持 CLI 交互。" + }, + "description": { + "en-US": "RedisInsight supports all Redis deployments. Whether you use Redis Open Source, Redis Stack, Redis Enterprise Software, Redis Enterprise Cloud, or Amazon ElastiCache, RedisInsight makes it easy to interact with your data and your application.", + "zh-CN": "无论您使用 Redis Open Source、Redis Stack、Redis Enterprise Software、Redis Enterprise Cloud,还是 Amazon ElastiCache,RedisInsight 都支持所有 Redis 部署,让您轻松与您的数据和应用程序进行交互。" + }, + "screenshots": { + "en-US": [ + { + "id": "3690b3aa-e82b-484b-9b53-05050bacaedd", + "key": "sitegui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/redis/redisinsight-dashboard-illustration-2.svg" + }, + { + "id": "716cf581-1be8-40e3-931a-41b455583b2f", + "key": "consolegui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/redis/redisinsight-consolegui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "6cc22074-6efa-4eae-a6cc-193e43381556", + "key": "sitegui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/redis/redisinsight-dashboard-illustration-2.svg" + }, + { + "id": "1bcef493-c1ef-448d-9105-727ab185d825", + "key": "consol", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/redis/redisinsight-consolegui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 4 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "TdsvWxQeDCNl1jwOanqG2" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "highlights": { + "en-US": [ + "RedisInsight supports all Redis deployments" + ], + "zh-CN": [ + "支持任何类型的 Redis 部署" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4iQsJxo95VUZYyGzuCD5rV" + } + } + }, + "licenseadditional": { + "en-US": "https://redis.io/docs/stack/license/" + }, + "websiteurl": { + "en-US": "https://redis.io/" + }, + "trademarkUrl": { + "en-US": "https://redis.io/legal/trademark-policy/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6PAPQ68qroHDGba7O9DQQ5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5nnWNotOqyUr46d2ZEQzsA" + } + } + ] + }, + "keywords": { + "en-US": [ + "gui" + ], + "zh-CN": [ + "gui" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "2.64.1", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "40PUDAY7PxnSiBf3NMhwOd", + "type": "Entry", + "createdAt": "2023-05-25T06:03:23.986Z", + "updatedAt": "2024-12-12T06:36:53.828Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 87, + "publishedAt": "2024-12-12T06:36:53.828Z", + "firstPublishedAt": "2023-05-25T06:07:44.065Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 26, + "version": 88, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/40PUDAY7PxnSiBf3NMhwOd" + }, + "fields": { + "key": { + "en-US": "appsmith" + }, + "trademark": { + "en-US": "Appsmith", + "zh-CN": "Appsmith" + }, + "title": { + "en-US": "Open-source Workbench for Internal Tools", + "zh-CN": "开源低代码平台 Akeneo" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "uby7CBgKTvhpdciJuu0iY" + } + } + }, + "summary": { + "en-US": "Appsmith | Open-source Workbench for Internal Tools", + "zh-CN": "快速构建内部工具的开源低代码平台" + }, + "overview": { + "en-US": "Stop grappling with data, scouring for the perfect React library, and coding everything from scratch. Build internal tools 10X faster with Appsmith.", + "zh-CN": "Appsmith 是一个开源框架,可让您的团队更快、更协作地构建自定义内部应用程序,如仪表板、管理面板、CRUD 应用程序" + }, + "description": { + "en-US": "Appsmith is an open-source tool that enables the rapid development of these internal apps. It can help organizations build internal applications such as dashboards, database GUIs, admin panels, approval apps, customer support dashboards, and more to help their teams perform day-to-day operations. ", + "zh-CN": "Appsmith 是一款开源工具,可快速开发这些内部应用程序。它可以帮助组织构建内部应用程序,如仪表板、数据库 GUI、管理面板、审批应用程序、客户支持仪表板等,以帮助其团队执行日常操作。\n" + }, + "screenshots": { + "en-US": [ + { + "id": "f618bffe-b689-42fe-9344-3121ef605450", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/appsmith/appsmith-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "3e66b007-9fe2-439c-9a74-63e2e7b23322", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/appsmith/appsmith-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7EhengWHk8so7BMWjTgPvQ" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7nMNcJU8pX0OQHaM70BoXI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5SdnsGA9jschKVnyHKYzck" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2FBEv6zDM3Tq2oYewnxE0o" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "Other" + ] + }, + "highlights": { + "en-US": [ + "" + ], + "zh-CN": [ + "" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5WKhPDoXrkwKkJomj8jzCp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3XLYU7pPQw1tv0esOTj1Qw" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "FBjnaWTea9jWIviVI9UXN" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7sAoBXjxdtWHcqEoxSHpJB" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.appsmith.com/" + }, + "trademarkUrl": { + "en-US": "https://www.appsmith.com/terms-and-conditions" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3QlkgARyx6qWODzbp2zwOY" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + } + ] + }, + "keywords": { + "en-US": [ + "PIM", + "Nocode", + "Lowcode" + ], + "zh-CN": [ + "低代码", + "零代码" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "v1.51", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2, + "zh-CN": 2 + }, + "memory": { + "en-US": 4, + "zh-CN": 4 + }, + "storage": { + "en-US": 1, + "zh-CN": 20 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "r18Naa1rOmgttJn1v0HOq", + "type": "Entry", + "createdAt": "2023-05-25T06:43:25.277Z", + "updatedAt": "2024-12-12T07:27:50.635Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 63, + "publishedAt": "2024-12-12T07:27:50.635Z", + "firstPublishedAt": "2023-05-25T06:45:30.729Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 20, + "version": 64, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/r18Naa1rOmgttJn1v0HOq" + }, + "fields": { + "key": { + "en-US": "budibase" + }, + "trademark": { + "en-US": "Budibase", + "zh-CN": "Budibase" + }, + "title": { + "en-US": "Internal tools made easy", + "zh-CN": "开源低代码平台 Budibase" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4sPimSFfYfSqeZQrqLBpRm" + } + } + }, + "summary": { + "en-US": "Internal tools made easy", + "zh-CN": "快速构建内部工具的开源低代码平台" + }, + "overview": { + "en-US": "Budibase saves teams 100s of hours building tools that integrate perfectly with any workflow", + "zh-CN": "Budibase 是一个开源低代码平台,是构建可提高生产力的内部应用程序的最简单方法" + }, + "description": { + "en-US": "Low code platform for creating internal tools, workflows, and admin panels in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s, and more\n\nUnlike other platforms, with Budibase you build and ship single page applications. Budibase applications have performance baked in and can be designed responsively, providing your users with a great experience.", + "zh-CN": "Budibase 可在几分钟内创建内部工具、工作流和管理面板。很方便的构建和发布单页应用程序。Budibase 应用程序具有内置的性能,可以响应式设计,为您的用户提供出色的体验。\n\nBudibase 从多个来源提取数据,包括 MongoDB、CouchDB、PostgreSQL、MySQL、Airtable、S3、DynamoDB 或 REST API。与其他平台不同,使用 Budibase,您可以从头开始创建没有数据源的业务应用程序。" + }, + "screenshots": { + "en-US": [ + { + "id": "f618bffe-b689-42fe-9344-3121ef605450", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/budibase/budibase-main-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "3e66b007-9fe2-439c-9a74-63e2e7b23322", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/budibase/budibase-main-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7EhengWHk8so7BMWjTgPvQ" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7nMNcJU8pX0OQHaM70BoXI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5SdnsGA9jschKVnyHKYzck" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2FBEv6zDM3Tq2oYewnxE0o" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "Other" + ] + }, + "highlights": { + "en-US": [ + "" + ], + "zh-CN": [ + "" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5WKhPDoXrkwKkJomj8jzCp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3XLYU7pPQw1tv0esOTj1Qw" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "FBjnaWTea9jWIviVI9UXN" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7sAoBXjxdtWHcqEoxSHpJB" + } + } + ] + }, + "websiteurl": { + "en-US": "https://budibase.com/" + }, + "trademarkUrl": { + "en-US": "https://budibase.com/eula/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3QlkgARyx6qWODzbp2zwOY" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "keywords": { + "en-US": [ + "PIM", + "Nocode", + "Lowcode" + ], + "zh-CN": [ + "低代码", + "零代码" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2, + "zh-CN": 2 + }, + "memory": { + "en-US": 6, + "zh-CN": 4 + }, + "storage": { + "en-US": 1, + "zh-CN": 20 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4sPimSFfYfSqeZQrqLBpRm", + "type": "Entry", + "createdAt": "2023-05-25T06:48:40.191Z", + "updatedAt": "2023-05-25T06:52:03.847Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-05-25T06:52:03.847Z", + "firstPublishedAt": "2023-05-25T06:52:03.847Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4sPimSFfYfSqeZQrqLBpRm" + }, + "fields": { + "title": { + "en-US": "budibase" + }, + "slug": { + "en-US": "budibase" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/budibase-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "Qc5LAUGtakqlOFjEa6fb5", + "type": "Entry", + "createdAt": "2023-05-29T02:55:14.208Z", + "updatedAt": "2023-05-29T02:55:39.026Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-05-29T02:55:39.026Z", + "firstPublishedAt": "2023-05-29T02:55:39.026Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/Qc5LAUGtakqlOFjEa6fb5" + }, + "fields": { + "title": { + "en-US": "bigbluebutton" + }, + "slug": { + "en-US": "bigbluebutton" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/bigbluebutton-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7BpPLLPIzA9j0FBvu0TLWR", + "type": "Entry", + "createdAt": "2023-05-29T08:48:52.221Z", + "updatedAt": "2024-10-24T09:18:25.110Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 81, + "publishedAt": "2024-10-24T09:18:25.110Z", + "firstPublishedAt": "2023-05-29T08:50:14.739Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 18, + "version": 82, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7BpPLLPIzA9j0FBvu0TLWR" + }, + "fields": { + "key": { + "en-US": "bigbluebutton" + }, + "trademark": { + "en-US": "BigBlueButton", + "zh-CN": "BigBlueButton" + }, + "title": { + "en-US": "Virtual Classroom Software BigBlueButton", + "zh-CN": "虚拟课堂软件 BigBlueButton" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "Qc5LAUGtakqlOFjEa6fb5" + } + } + }, + "summary": { + "en-US": "Virtual Classroom Software", + "zh-CN": "虚拟课堂软件" + }, + "overview": { + "en-US": "BigBlueButton is a purpose-built virtual classroom that empowers teachers to teach and learners to learn.", + "zh-CN": "围绕现实世界的学生、教师和学校设计的虚拟课堂软件" + }, + "description": { + "en-US": "BigBlueButton is completely open-source and was created by a community of dedicated developers passionate about helping improve online learning.BigBlueButton's focus is singular: support teaching with improved, on-line tools that allow teachers to connect with students in ways that are synchronized, collaborative and fun.\n\nBigBlueButton 能够 Moodle, Canvas, Sakai 等LMS 集成。", + "zh-CN": "BigBlueButton 是完全开源的,由热衷于帮助改善在线学习的敬业开发人员社区创建。BigBlueButton的愿景是通过改进的在线工具支持教学,使教师能够以同步、协作和有趣的方式与学生联系。\n\nBigBlueButton 能够 Moodle, Canvas, Sakai 等LMS 集成。" + }, + "screenshots": { + "en-US": [ + { + "id": "f618bffe-b689-42fe-9344-3121ef605450", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/bigbluebutton/bigbluebutton-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "3e66b007-9fe2-439c-9a74-63e2e7b23322", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/bigbluebutton/bigbluebutton-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3uADBd8l6k8a47o8mDTmWP" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "57bpJgGUENJXm5Vhuh1DdU" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "Other" + ] + }, + "highlights": { + "en-US": [ + "It has been adopted by Canvas, Moodle Cloud, Sakai, Jenzabar, D2L, and Schoology as their default virtual classroom." + ], + "zh-CN": [ + "它已被Canvas,Moodle Cloud,Sakai,Jenzabar,D2L和Schoology采用为默认虚拟教室" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hnMuBblEy7FxcAYQAMyDE" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7jP2z83zSPdBWg4ywrMgcK" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17Jq88yTIez2ftdYQRrZSc" + } + } + ] + }, + "websiteurl": { + "en-US": "https://bigbluebutton.org/" + }, + "trademarkUrl": { + "en-US": "https://bigbluebutton.org/trademark/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5nnWNotOqyUr46d2ZEQzsA" + } + } + ] + }, + "keywords": { + "en-US": [ + "LMS", + "Virtual Classroom", + "Schools" + ], + "zh-CN": [ + "LMS", + "在线交易", + "视频会议", + "虚拟课堂", + "学校" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2, + "zh-CN": 2 + }, + "memory": { + "en-US": 4, + "zh-CN": 4 + }, + "storage": { + "en-US": 1, + "zh-CN": 20 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3dz8iUqcdd7hYikI9VG1LP", + "type": "Entry", + "createdAt": "2023-05-29T09:39:59.594Z", + "updatedAt": "2023-05-29T09:40:24.597Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-05-29T09:40:24.597Z", + "firstPublishedAt": "2023-05-29T09:40:24.597Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3dz8iUqcdd7hYikI9VG1LP" + }, + "fields": { + "title": { + "en-US": "caddy" + }, + "slug": { + "en-US": "caddy" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/caddy-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4vgE4SZyf8nhGldT41njJA", + "type": "Entry", + "createdAt": "2023-05-29T09:40:45.979Z", + "updatedAt": "2023-05-29T09:45:15.150Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-05-29T09:45:15.150Z", + "firstPublishedAt": "2023-05-29T09:45:15.150Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4vgE4SZyf8nhGldT41njJA" + }, + "fields": { + "title": { + "en-US": "apache" + }, + "slug": { + "en-US": "apache" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/apache-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1gZbl42lGLwFamyxuCS592", + "type": "Entry", + "createdAt": "2023-05-29T09:45:41.311Z", + "updatedAt": "2024-10-23T03:10:03.861Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 86, + "publishedAt": "2024-10-23T03:10:03.861Z", + "firstPublishedAt": "2023-05-29T09:46:47.589Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 21, + "version": 87, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1gZbl42lGLwFamyxuCS592" + }, + "fields": { + "key": { + "en-US": "apache" + }, + "trademark": { + "en-US": "Apache HTTP Server", + "zh-CN": "Apache HTTP Server" + }, + "title": { + "en-US": "HTTP Server", + "zh-CN": "HTTP 服务器 Apache" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4vgE4SZyf8nhGldT41njJA" + } + } + }, + "summary": { + "en-US": "Apache HTTP Server", + "zh-CN": "HTTP 服务器软件" + }, + "overview": { + "en-US": "Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server", + "zh-CN": "Apache HTTP Server 是一个流行的开源 HTTP 服务器,为应用程序提供 HTTP 服务。" + }, + "description": { + "en-US": "The Apache HTTP Server is an open-source HTTP server project that aims to develop and maintain an HTTP server for modern operating systems, including UNIX and Windows. The goal of the project is to provide a secure, efficient, and extensible server that provides HTTP services in sync with current HTTP standards. It has been the most popular web server on the Internet since April 1996 .", + "zh-CN": "Apache HTTP Server 是一个开源的 HTTP 服务器项目,它旨在为现代操作系统(包括 UNIX 和 Windows)开发和维护一个 HTTP 服务器。该项目的目标是提供一个安全、高效、可扩展的服务器,以提供与当前 HTTP 标准同步的 HTTP 服务。" + }, + "screenshots": { + "en-US": [ + { + "id": "f618bffe-b689-42fe-9344-3121ef605450", + "key": "architecture", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/linux/apachehttp-architecture.gif" + } + ], + "zh-CN": [ + { + "id": "3e66b007-9fe2-439c-9a74-63e2e7b23322", + "key": "architecture", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/linux/apachehttp-architecture.gif" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7tdTxUUsFSI0GBtVt6YKxN" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "47gwM5WVHMgeYiur66PRzI" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "Other" + ] + }, + "highlights": { + "en-US": [ + "Run-time Loadable MPMs", + "Asynchronous support", + "Per-module and per-directory LogLevel configuration", + "KeepAliveTimeout in milliseconds" + ], + "zh-CN": [ + "Run-time Loadable MPMs", + "Asynchronous support", + "Per-module and per-directory LogLevel configuration", + "KeepAliveTimeout in milliseconds" + ] + }, + "faq": { + "en-US": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7jP2z83zSPdBWg4ywrMgcK" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DsfObBcFoAWJGQZC4AQeS" + } + } + ] + }, + "websiteurl": { + "en-US": "https://httpd.apache.org/" + }, + "trademarkUrl": { + "en-US": "https://httpd.apache.org/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + } + ] + }, + "keywords": { + "en-US": [ + "PHP", + "Apache", + "HTTP Server", + "Application Server", + "LAMP" + ], + "zh-CN": [ + "PHP", + "LAMP", + "Apache", + "HTTP 服务器", + "应用程序服务器" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "2.4", + "2.2", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 2 + }, + "memory": { + "en-US": 1, + "zh-CN": 4 + }, + "storage": { + "en-US": 2, + "zh-CN": 20 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4q4B0lXUAyf6PNWH0eAJFM", + "type": "Entry", + "createdAt": "2023-05-29T09:50:17.110Z", + "updatedAt": "2024-11-27T01:13:40.701Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 84, + "publishedAt": "2024-11-27T01:13:40.701Z", + "firstPublishedAt": "2023-05-29T09:52:15.231Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 23, + "version": 85, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4q4B0lXUAyf6PNWH0eAJFM" + }, + "fields": { + "key": { + "en-US": "caddy" + }, + "trademark": { + "en-US": "Caddy", + "zh-CN": "Caddy" + }, + "title": { + "en-US": "Ultimate Server with Automatic HTTPS", + "zh-CN": "自动 HTTPS 开源 Web 服务器 Caddy" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3dz8iUqcdd7hYikI9VG1LP" + } + } + }, + "summary": { + "en-US": "The Ultimate Server with Automatic HTTPS", + "zh-CN": "自动 HTTPS 开源 Web 服务器" + }, + "overview": { + "en-US": "Caddy 2 is a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go", + "zh-CN": "Caddy 是一个强大且可扩展的 HTTP/2 Web 服务器,它默认使用 HTTPS 并自动获取和更新 TLS 证书" + }, + "description": { + "en-US": "Caddy simplifies your infrastructure. It takes care of TLS certificate renewals, OCSP stapling, static file serving, reverse proxying, Kubernetes ingress, and more.\n\nIts modular architecture means you can do more with a single, static binary that compiles for any platform.\n\nCaddy runs great in containers because it has no dependencies—not even libc. Run Caddy practically anywhere.", + "zh-CN": "Caddy 简化了您的基础架构。它负责 TLS 证书续订、OCSP 装订、静态文件服务、反向代理、Kubernetes 入口等。" + }, + "screenshots": { + "en-US": [ + { + "id": "f618bffe-b689-42fe-9344-3121ef605450", + "key": "architecture", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/caddy/caddy-arch-websoft9.svg" + } + ], + "zh-CN": [ + { + "id": "3e66b007-9fe2-439c-9a74-63e2e7b23322", + "key": "architecture", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/caddy/caddy-arch-websoft9.svg" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7tdTxUUsFSI0GBtVt6YKxN" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "47gwM5WVHMgeYiur66PRzI" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "Other" + ] + }, + "highlights": { + "en-US": [ + "Caddy runs great in containers because it has no dependencies", + "Caddy obtains and renews TLS certificates for your sites automatically. ", + "Caddy is both a flexible, efficient static file server and a powerful, scalable reverse proxy." + ], + "zh-CN": [ + "Caddy 在容器中运行良好,因为它没有依赖项", + "Caddy 会自动获取并续订您网站的 TLS 证书。", + "Caddy 既是一个灵活、高效的静态文件服务器,也是一个功能强大、可扩展的反向代理。" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ZRY6UR6j4c4dOYz3PXXFs" + } + } + ] + }, + "websiteurl": { + "en-US": "https://caddyserver.com/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5nnWNotOqyUr46d2ZEQzsA" + } + } + ] + }, + "keywords": { + "en-US": [ + "HTTPS", + "Web Server", + "Proxy" + ], + "zh-CN": [ + "HTTPS", + "Web 服务器", + "代理服务器" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "2.9", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 2 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "MrcRoBNE6mAnHdD0CvgjE", + "type": "Entry", + "createdAt": "2023-05-30T03:08:49.704Z", + "updatedAt": "2023-05-30T03:35:18.350Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2023-05-30T03:35:18.350Z", + "firstPublishedAt": "2023-05-30T03:09:36.359Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/MrcRoBNE6mAnHdD0CvgjE" + }, + "fields": { + "title": { + "en-US": "pydio cells" + }, + "slug": { + "en-US": "pydio" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/pydio-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3lkEtjgjazmyBzR1jpBSbP", + "type": "Entry", + "createdAt": "2023-05-30T03:30:39.646Z", + "updatedAt": "2024-12-12T03:35:17.094Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 82, + "publishedAt": "2024-12-12T03:35:17.094Z", + "firstPublishedAt": "2023-05-30T03:32:46.503Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 25, + "version": 83, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3lkEtjgjazmyBzR1jpBSbP" + }, + "fields": { + "key": { + "en-US": "pydio" + }, + "trademark": { + "en-US": "Pydio Cells", + "zh-CN": "Pydio Cells" + }, + "title": { + "en-US": "Enterprise File Sharing & Sync Platform", + "zh-CN": "企业级文档管理平台 Pydio" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "MrcRoBNE6mAnHdD0CvgjE" + } + } + }, + "summary": { + "en-US": "Secure and open-core document sharing and collaboration", + "zh-CN": "安全可靠的文档共享和协作平台" + }, + "overview": { + "en-US": "Secure, cloud-native, scalable, self-hosted, open-core document sharing and collaboration without putting your data at risk.", + "zh-CN": "安全、云原生、可扩展、自托管、开放核心的文档共享和协作,而不会使数据面临风险。" + }, + "description": { + "en-US": "Pydio Cells is an open-source file synchronization and sharing platform for Windows, macOS, and Linux. It provides a simple and intuitive interface with rich functionality for easy file management and collaboration. Pydio Cells supports multiple storage backends and access protocols, such as FTP, SFTP, SMB, etc., facilitating data storage and management. Additionally, it features version control and permission management, allowing easy tracking of file changes and restricting access permissions. Overall, Pydio Cells is a powerful and easy-to-use file synchronization and sharing tool suitable for enterprises and teams of all sizes.", + "zh-CN": "Pydio Cells 是一款开源的文件同步和共享平台,适用于 Windows、macOS 和 Linux。它提供了简单易用的界面和丰富的功能,可以轻松实现文件管理和协作。Pydio Cells 支持多种存储后端和访问协议,如 FTP、SFTP、SMB 等,方便用户进行数据存储和管理。此外,它还支持版本控制和权限管理,可以方便地跟踪文件变化和限制访问权限。总的来说, Pydio Cells 是一款功能强大、易于使用的文件同步和共享工具,适用于各种规模的企业和团队。" + }, + "screenshots": { + "en-US": [ + { + "id": "f618bffe-b689-42fe-9344-3121ef605450", + "key": "GUI", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/en/cells/cells-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "3e66b007-9fe2-439c-9a74-63e2e7b23322", + "key": "GUI", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/en/cells/cells-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CQ3nWNNUrmMj6BjOw173z" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2GectU4rnPJVtEHB8fzz8d" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "Other" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2O8RaSlsatiVMNTatp20FU" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ZRY6UR6j4c4dOYz3PXXFs" + } + } + ] + }, + "websiteurl": { + "en-US": "https://pydio.com/" + }, + "trademarkUrl": { + "en-US": "https://pydio.com/en/legal-notice" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1MNlRXKNJmgwc9tUS5C8kD" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3QlkgARyx6qWODzbp2zwOY" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + } + ] + }, + "keywords": { + "en-US": [ + "ECM", + "Document" + ], + "zh-CN": [ + "ECM", + "企业内容管理", + "文档共享" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "4.4", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 1, + "zh-CN": 2 + }, + "storage": { + "en-US": 1, + "zh-CN": 10 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7ev2QmoE6FBwvc9yCrt0He", + "type": "Entry", + "createdAt": "2023-05-30T05:07:14.692Z", + "updatedAt": "2023-05-30T05:07:59.631Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-05-30T05:07:59.631Z", + "firstPublishedAt": "2023-05-30T05:07:59.631Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7ev2QmoE6FBwvc9yCrt0He" + }, + "fields": { + "title": { + "en-US": "ckan" + }, + "slug": { + "en-US": "ckan" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/ckan-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "mlQ5KMauFpjN6YfUrbzv7", + "type": "Entry", + "createdAt": "2023-05-30T05:08:15.320Z", + "updatedAt": "2024-10-28T08:59:58.877Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 74, + "publishedAt": "2024-10-28T08:59:58.877Z", + "firstPublishedAt": "2023-05-30T05:12:22.833Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 18, + "version": 75, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/mlQ5KMauFpjN6YfUrbzv7" + }, + "fields": { + "key": { + "en-US": "ckan" + }, + "trademark": { + "en-US": "CKAN", + "zh-CN": "CKAN" + }, + "title": { + "en-US": "Open source data publish and share", + "zh-CN": "开源大数据发布平台 CKAN" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7ev2QmoE6FBwvc9yCrt0He" + } + } + }, + "summary": { + "en-US": "A tool for making open data websites", + "zh-CN": "开源大数据分享与发布平台" + }, + "overview": { + "en-US": "CKAN is an open-source DMS (data management system) for powering data hubs and data portals. CKAN makes it easy to publish, share and use data. It powers hundreds of data portals worldwide.", + "zh-CN": "CKAN是一个开源DMS(数据管理系统),用于为数据中心和数据门户提供支持。CKAN 使发布、共享和使用数据变得容易。它为全球数百个数据门户提供支持。" + }, + "description": { + "en-US": "CKAN is a tool for making open data websites. (Think of a content management system like WordPress - but for data, instead of pages and blog posts.) It helps you manage and publish collections of data. It is used by national and local governments, research institutions, and other organizations who collect a lot of data.\n\nOnce your data is published, users can use its faceted search features to browse and find the data they need, and preview it using maps, graphs and tables - whether they are developers, journalists, researchers, NGOs, citizens, or even your own staff.", + "zh-CN": "CKAN是制作开放数据网站的工具。(考虑内容管理 像WordPress这样的系统 - 但用于数据,而不是页面和博客文章。它 帮助您管理和发布数据集合。它被国家和 地方政府、研究机构和其他收集 大量数据。\n\n发布数据后,用户可以使用其分面搜索功能来 浏览并查找他们需要的数据,并使用地图、图形和 表格 - 无论是开发人员、记者、研究人员、非政府组织、公民, 甚至是您自己的员工。" + }, + "screenshots": { + "en-US": [ + { + "id": "347b73bc-3e6f-4aa0-a767-e61bab982b79", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/ckan/ckan-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "90d505c8-999e-451b-898f-6cc089c50170", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/ckan/ckan-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "25O12xwjoBcnGyQ2pY8gi1" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7a6iXVFazKHCE4gyvwo2Yx" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "511GefnVfjYOcWGLZu9qOk" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "Chinese", + "English", + "Other" + ], + "zh-CN": [ + "简体中文", + "英文", + "Other" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DsfObBcFoAWJGQZC4AQeS" + } + } + ] + }, + "websiteurl": { + "en-US": "https://ckan.org/" + }, + "trademarkUrl": { + "en-US": "https://ckan.org/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4zs1RAViCqbskgaB7eTJtI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1MNlRXKNJmgwc9tUS5C8kD" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3QlkgARyx6qWODzbp2zwOY" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + } + ] + }, + "keywords": { + "en-US": [ + "BI", + "Master Data" + ], + "zh-CN": [ + "BI", + "主数据" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "2.11.0" + ] + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2, + "zh-CN": 2 + }, + "memory": { + "en-US": 4, + "zh-CN": 8 + }, + "storage": { + "en-US": 1, + "zh-CN": 20 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1Mn3YFdbIlk5PikTtcL0PL", + "type": "Entry", + "createdAt": "2023-05-30T06:17:50.686Z", + "updatedAt": "2023-05-30T06:18:15.166Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-05-30T06:18:15.166Z", + "firstPublishedAt": "2023-05-30T06:18:15.166Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1Mn3YFdbIlk5PikTtcL0PL" + }, + "fields": { + "title": { + "en-US": "clamav" + }, + "slug": { + "en-US": "clamav" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/clamav-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4QajctY5yDlOTxgWQXhZDX", + "type": "Entry", + "createdAt": "2023-05-30T06:18:56.407Z", + "updatedAt": "2024-11-01T02:25:55.769Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 67, + "publishedAt": "2024-11-01T02:25:55.769Z", + "firstPublishedAt": "2023-05-30T06:23:23.500Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 21, + "version": 68, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4QajctY5yDlOTxgWQXhZDX" + }, + "fields": { + "key": { + "en-US": "clamav" + }, + "trademark": { + "en-US": "ClamAV", + "zh-CN": "ClamAV" + }, + "title": { + "en-US": "open-source antivirus engine", + "zh-CN": "开源病毒扫描与检测 ClamAV" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1Mn3YFdbIlk5PikTtcL0PL" + } + } + }, + "summary": { + "en-US": "open-source antivirus engine", + "zh-CN": "开源病毒扫描与检测" + }, + "overview": { + "en-US": "ClamAV is an open-source antivirus engine for detecting trojans, viruses, malware & other malicious threats.", + "zh-CN": "ClamAV是一个开源的防病毒引擎,用于检测木马,病毒,恶意软件和其他 恶意威胁。" + }, + "description": { + "en-US": "ClamAV is an open source (GPLv2) anti-virus toolkit, designed especially for e-mail scanning on mail gateways. It provides a number of utilities including a flexible and scalable multi-threaded daemon, a command line scanner and advanced tool for automatic database updates. The core of the package is an anti-virus engine available in a form of shared library.", + "zh-CN": "ClamAV 是一个开源 (GPLv2) 防病毒工具包,专为邮件网关上的电子邮件扫描而设计。它提供了许多实用程序,包括灵活且可扩展的多线程守护程序、命令行扫描程序和用于自动数据库更新的高级工具。该软件包的核心是以共享库的形式提供的防病毒引擎。" + }, + "screenshots": { + "en-US": [ + { + "id": "a97ea5f7-fea2-4a60-a957-638015d8d655", + "key": "architecture", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/clamav/clamav-arch-websoft9.webp" + } + ], + "zh-CN": [ + { + "id": "65811856-8f3e-465b-99ec-24ac8fdded6a", + "key": "architecture", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/clamav/clamav-arch-websoft9.webp" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7bEZEybtxvYtBZ13iNQH5Y" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "511GefnVfjYOcWGLZu9qOk" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "Chinese", + "English", + "Other" + ], + "zh-CN": [ + "简体中文", + "英文", + "Other" + ] + }, + "highlights": { + "en-US": [ + "ClamAV is brought to you by Cisco Systems, Inc.", + "ClamAV detects millions of viruses, worms, trojans, and other malware, including Microsoft Office macro viruses, mobile malware, and other threats." + ], + "zh-CN": [ + "ClamAV is brought to you by Cisco Systems, Inc.", + "ClamAV 可检测数百万种病毒、蠕虫、特洛伊木马和其他恶意软件,包括 Microsoft Office 宏病毒、移动恶意软件和其他威胁" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "12pnAjAAT5zkmPF33HKq6E" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DsfObBcFoAWJGQZC4AQeS" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.clamav.net/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4zs1RAViCqbskgaB7eTJtI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1MNlRXKNJmgwc9tUS5C8kD" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3QlkgARyx6qWODzbp2zwOY" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + } + ] + }, + "keywords": { + "en-US": [ + "BI", + "Master Data" + ], + "zh-CN": [ + "BI", + "主数据" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest", + "1.4" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 2 + }, + "memory": { + "en-US": 1, + "zh-CN": 8 + }, + "storage": { + "en-US": 2, + "zh-CN": 20 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4A7sK1MhTXAkrMuqcPgW89", + "type": "Entry", + "createdAt": "2023-05-30T07:08:34.169Z", + "updatedAt": "2023-05-30T07:18:30.221Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2023-05-30T07:18:30.221Z", + "firstPublishedAt": "2023-05-30T07:18:30.221Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4A7sK1MhTXAkrMuqcPgW89" + }, + "fields": { + "title": { + "en-US": "Redpanda Console" + }, + "slug": { + "en-US": "redpandaconsole" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/redpandaconsole-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "TeOjY9cBnmE4HnAFMFQo9", + "type": "Entry", + "createdAt": "2023-05-30T07:18:52.904Z", + "updatedAt": "2025-01-06T00:50:53.137Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 76, + "publishedAt": "2025-01-06T00:50:53.137Z", + "firstPublishedAt": "2023-05-30T07:29:26.769Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 22, + "version": 77, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/TeOjY9cBnmE4HnAFMFQo9" + }, + "fields": { + "key": { + "en-US": "redpandaconsole" + }, + "trademark": { + "en-US": "Redpanda Console", + "zh-CN": "Redpanda Console" + }, + "title": { + "en-US": "A UI for Kafka/Redpanda workloads", + "zh-CN": "可视化 Kafka/Redpanda 集群管理工具 Redpanda Console" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4A7sK1MhTXAkrMuqcPgW89" + } + } + }, + "summary": { + "en-US": "A UI for Kafka/Redpanda workloads", + "zh-CN": "可视化 Kafka 集群管理工具" + }, + "overview": { + "en-US": "Redpanda Console (previously known as Kowl) is a web application that helps you manage and debug your Kafka/Redpanda workloads effortlessly.", + "zh-CN": "Redpanda Console(以前称为Kowl)是一个Web应用程序,可帮助您轻松管理和调试Kafka / Redpanda工作负载。" + }, + "description": { + "en-US": "Redpanda Console is a web-based interface for managing the Redpanda streaming data platform. Through Redpanda Console, users can monitor the real-time processing of streaming data, view cluster status, node information, logs, and more. It also provides configuration management and cluster management capabilities. Additionally, Redpanda Console offers visual data flow charts and job management features, allowing users to understand the processing of data flows and job execution intuitively. Overall, Redpanda Console provides convenient management tools, making the Redpanda streaming data platform easier to use and manage.", + "zh-CN": "Redpanda Console 是一个用于管理 Redpanda 流数据平台的Web界面。通过 Redpanda Console,用户可以监控流数据实时处理情况,查看集群状态、节点信息、日志等,以及进行配置管理和集群管理。此外,Redpanda Console 还提供了可视化的数据流图和作业管理功能,使用户能够直观地了解数据流的处理过程和作业运行情况。总之, Redpanda Console 为用户提供了方便的管理工具,使 Redpanda流数据平台更加易于使用和管理。" + }, + "screenshots": { + "en-US": [ + { + "id": "a97ea5f7-fea2-4a60-a957-638015d8d655", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/redpandaconsole/redpandaconsole-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "65811856-8f3e-465b-99ec-24ac8fdded6a", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/redpandaconsole/redpandaconsole-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7zp5RuDZVx2npQRlUlhpc7" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "511GefnVfjYOcWGLZu9qOk" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "Chinese", + "English", + "Other" + ], + "zh-CN": [ + "简体中文", + "英文", + "Other" + ] + }, + "highlights": { + "en-US": [ + "" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + } + ] + }, + "licenseadditional": { + "en-US": "Redpanda Community Edition is licensed with the [Redpanda Business Source License (BSL)](https://github.com/redpanda-data/redpanda/blob/dev/licenses/bsl.md). These core features are free and source-available." + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5bFfqXIcehqRrhgs5GSove" + } + } + ] + }, + "websiteurl": { + "en-US": "https://redpanda.com/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + } + ] + }, + "keywords": { + "en-US": [ + "MQ", + "Kafka", + "CMAK" + ], + "zh-CN": [ + "MQ", + "Kafka", + "CMAK" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "v2.8.1", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 2, + "zh-CN": 2 + }, + "storage": { + "en-US": 2, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "u3IlpEvz7jU4ZIUc0aR8g", + "type": "Entry", + "createdAt": "2023-05-31T01:11:37.069Z", + "updatedAt": "2023-05-31T01:12:24.740Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-05-31T01:12:24.740Z", + "firstPublishedAt": "2023-05-31T01:12:24.740Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/u3IlpEvz7jU4ZIUc0aR8g" + }, + "fields": { + "title": { + "en-US": "collabora" + }, + "slug": { + "en-US": "collabora" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/collabora-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6TE2hcKYyDcnqkPUeRAxuN", + "type": "Entry", + "createdAt": "2023-05-31T01:12:51.338Z", + "updatedAt": "2024-12-12T03:38:23.813Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 78, + "publishedAt": "2024-12-12T03:38:23.813Z", + "firstPublishedAt": "2023-05-31T01:15:23.321Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 21, + "version": 79, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6TE2hcKYyDcnqkPUeRAxuN" + }, + "fields": { + "key": { + "en-US": "collabora" + }, + "trademark": { + "en-US": "Collabora Online Development Edition", + "zh-CN": "Collabora 在线开发版" + }, + "title": { + "en-US": "Office suite integrated into your own infrastructure", + "zh-CN": "文档编辑与预览中间件 Collabora Online" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "u3IlpEvz7jU4ZIUc0aR8g" + } + } + }, + "summary": { + "en-US": "Office suite integrated into your own infrastructure", + "zh-CN": "文档编辑与预览中间件" + }, + "overview": { + "en-US": "Collabora Online is a powerful collaborative Office suite that supports all major document, spreadsheet and presentation file formats, which you can integrate into your own infrastructure. ", + "zh-CN": "Collabora Online 是一个功能强大的协作办公套件,支持所有主要的文档、电子表格和演示文稿文件格式,您可以将其集成到自己的基础架构中。" + }, + "description": { + "en-US": "Collabora Online provides data security and sovereignty, and is ideally suited to the demands of a modern distributed working environment. Delivering a familiar look and feel, Collabora Online represents a real alternative to other big-brands solutions, giving you control and flexibility.", + "zh-CN": "Collabora Online提供数据安全性和主权,非常适合现代分布式工作环境的需求。Collabora Online 提供熟悉的外观和感觉,是其他大品牌解决方案的真正替代方案,为您提供控制和灵活性。" + }, + "screenshots": { + "en-US": [ + { + "id": "a97ea5f7-fea2-4a60-a957-638015d8d655", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/collabora/collabora-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "65811856-8f3e-465b-99ec-24ac8fdded6a", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/collabora/collabora-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3Gd5YzlJlXXcP3rSxJtSVY" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CQ3nWNNUrmMj6BjOw173z" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2GectU4rnPJVtEHB8fzz8d" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "511GefnVfjYOcWGLZu9qOk" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "Chinese", + "English", + "Other" + ], + "zh-CN": [ + "简体中文", + "英文", + "Other" + ] + }, + "highlights": { + "en-US": [ + "Integrated with Nextcloud, ownCloud by default" + ], + "zh-CN": [ + "与 Nextcloud, ownCloud 等文档系统默认集成" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3XLYU7pPQw1tv0esOTj1Qw" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1jUWUsSYRSuTjAj9zoGO1i" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5bFfqXIcehqRrhgs5GSove" + } + } + ] + }, + "websiteurl": { + "en-US": "https://collaboraonline.github.io/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + } + ] + }, + "keywords": { + "en-US": [ + "Office", + "Documentation", + "Nextcloud" + ], + "zh-CN": [ + "Office", + "文档预览", + "文档编辑", + "Nextcloud" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 2, + "zh-CN": 2 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7LPW7bPoCUvKZzRDzTKFzs", + "type": "Entry", + "createdAt": "2023-05-31T01:55:54.850Z", + "updatedAt": "2023-05-31T01:56:18.501Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-05-31T01:56:18.501Z", + "firstPublishedAt": "2023-05-31T01:56:18.501Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7LPW7bPoCUvKZzRDzTKFzs" + }, + "fields": { + "title": { + "en-US": "countly" + }, + "slug": { + "en-US": "countly" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/countly-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4Zpuqeh4CDpD9xvKplKQJ1", + "type": "Entry", + "createdAt": "2023-05-31T01:57:16.523Z", + "updatedAt": "2024-07-24T07:26:48.517Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 59, + "publishedAt": "2024-07-24T07:26:48.517Z", + "firstPublishedAt": "2023-05-31T01:57:46.065Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 17, + "version": 60, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4Zpuqeh4CDpD9xvKplKQJ1" + }, + "fields": { + "key": { + "en-US": "countly" + }, + "trademark": { + "en-US": "Countly", + "zh-CN": "Countly" + }, + "title": { + "en-US": "Comprehensive and secure product analytics", + "zh-CN": "网站与移动应用分析平台 Countly" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7LPW7bPoCUvKZzRDzTKFzs" + } + } + }, + "summary": { + "en-US": "Comprehensive and secure product analytics", + "zh-CN": "网站与移动应用分析平台 " + }, + "overview": { + "en-US": "Countly is the platform available for on-premise mobile and web app analytics, with far more features, more intuitive UI, full API support and raw data access", + "zh-CN": "Countly 是可用于本地移动和 Web 应用程序分析的平台,具有更多功能、更直观的 UI、完整的 API 支持和原始数据访问" + }, + "screenshots": { + "en-US": [ + { + "id": "a97ea5f7-fea2-4a60-a957-638015d8d655", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/countly/countly-gui-websoft9.webp" + } + ], + "zh-CN": [ + { + "id": "65811856-8f3e-465b-99ec-24ac8fdded6a", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/countly/countly-gui-websoft9.webp" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7vKmtdyvwstWRUJ0tGcMN0" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "511GefnVfjYOcWGLZu9qOk" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "Chinese", + "English", + "Other" + ], + "zh-CN": [ + "简体中文", + "英文", + "Other" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3XLYU7pPQw1tv0esOTj1Qw" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2O8RaSlsatiVMNTatp20FU" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7sAoBXjxdtWHcqEoxSHpJB" + } + } + ] + }, + "websiteurl": { + "en-US": "https://countly.com/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4zs1RAViCqbskgaB7eTJtI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7rNeLNZpc0T7Dd0qJzFn7k" + } + } + ] + }, + "keywords": { + "en-US": [ + "Google Analytics", + "Web Analytics" + ], + "zh-CN": [ + "网站分析", + "应用分析", + "Google Analytics" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2, + "zh-CN": 1 + }, + "memory": { + "en-US": 4, + "zh-CN": 2 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7vKmtdyvwstWRUJ0tGcMN0", + "type": "Entry", + "createdAt": "2023-05-31T02:14:17.861Z", + "updatedAt": "2024-09-26T04:02:27.482Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 30, + "publishedAt": "2024-09-26T04:02:27.482Z", + "firstPublishedAt": "2023-05-31T02:25:45.741Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 7, + "version": 31, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7vKmtdyvwstWRUJ0tGcMN0" + }, + "fields": { + "title": { + "en-US": "Web Analytics", + "zh-CN": "网站访问分析" + }, + "key": { + "en-US": "web-analytics" + }, + "position": { + "en-US": 11 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4mF2lDUt1PNyZ5R6GP1VmF" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "65YrBrBlgXbR7BLCe6oP0K" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5Z298mMx1WOhhdYv3HMceF", + "type": "Entry", + "createdAt": "2023-05-31T02:40:31.781Z", + "updatedAt": "2023-05-31T02:48:55.557Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-05-31T02:48:55.557Z", + "firstPublishedAt": "2023-05-31T02:48:55.557Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5Z298mMx1WOhhdYv3HMceF" + }, + "fields": { + "title": { + "en-US": "matomo" + }, + "slug": { + "en-US": "matomo" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/matomo-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4rE4wmMVq9iHtTR9WRboPA", + "type": "Entry", + "createdAt": "2023-05-31T02:47:27.422Z", + "updatedAt": "2025-01-06T00:47:47.626Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 80, + "publishedAt": "2025-01-06T00:47:47.626Z", + "firstPublishedAt": "2023-05-31T02:49:40.287Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 33, + "version": 81, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4rE4wmMVq9iHtTR9WRboPA" + }, + "fields": { + "key": { + "en-US": "matomo" + }, + "trademark": { + "en-US": "Matomo Analytics", + "zh-CN": "Matomo Analytics" + }, + "title": { + "en-US": "Google Analytics alternative", + "zh-CN": "网站与移动应用分析平台 Matomo" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5Z298mMx1WOhhdYv3HMceF" + } + } + }, + "summary": { + "en-US": "A powerful web analytics platform that gives you 100% data ownership.", + "zh-CN": "网站与移动应用分析平台" + }, + "overview": { + "en-US": "Matomo is the ethical alternative where you won’t make privacy sacrifices or compromise your site. Matomo's the Google Analytics alternative that protects your data and your customer's privacy", + "zh-CN": "Matomo是Google Analytics(分析)的领先开放替代方案,可让您完全控制数据。Matomo让您可以轻松地从网站和应用程序中收集数据,并将其可视化。" + }, + "description": { + "en-US": "Matomo is an open-source web analytics tool also known as Piwik. It allows users to track and report on website visit data, such as page views, visitor sources, and time on site. Matomo supports multiple languages, can easily integrate with various website servers, and provides rich reporting and visualization capabilities to help users better understand website performance and user behavior. Additionally, Matomo has strong privacy protection features that protect user privacy and comply with data protection regulations.", + "zh-CN": "Matomo 是一款开源的网站分析工具,也被称为 Piwik 。它允许用户跟踪和报告网站的访问数据,如页面浏览量、访问者来源、停留时间等。 Matomo 支持多语言,可以轻松地与各种网站服务器集成,并提供了丰富的报告和可视化功能,帮助用户更好地理解网站的性能和用户行为。此外, Matomo 具有强大的隐私保护功能,可以保护用户的隐私并遵守数据保护法规。" + }, + "screenshots": { + "en-US": [ + { + "id": "a97ea5f7-fea2-4a60-a957-638015d8d655", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/matomo/matomo-show-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "65811856-8f3e-465b-99ec-24ac8fdded6a", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/matomo/matomo-show-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7vKmtdyvwstWRUJ0tGcMN0" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5yqWwdguLzWOz9SrRQ2Elk" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "Chinese", + "English", + "Other" + ], + "zh-CN": [ + "简体中文", + "英文", + "Other" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3XLYU7pPQw1tv0esOTj1Qw" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "581T3Tx1sCF3xWdG8fWXbm" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7sAoBXjxdtWHcqEoxSHpJB" + } + } + ] + }, + "websiteurl": { + "en-US": "https://matomo.org/" + }, + "trademarkUrl": { + "en-US": "https://matomo.org/trademark/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4zs1RAViCqbskgaB7eTJtI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7rNeLNZpc0T7Dd0qJzFn7k" + } + } + ] + }, + "keywords": { + "en-US": [ + "Google Analytics", + "Web Analytics" + ], + "zh-CN": [ + "网站分析", + "应用分析", + "Google Analytics" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "5.2.1", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 2 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2rYGl5GbgPPucVok4fyoXH", + "type": "Entry", + "createdAt": "2023-05-31T03:43:56.637Z", + "updatedAt": "2024-12-12T03:23:45.613Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 64, + "publishedAt": "2024-12-12T03:23:45.613Z", + "firstPublishedAt": "2023-05-31T03:45:28.446Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 25, + "version": 65, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2rYGl5GbgPPucVok4fyoXH" + }, + "fields": { + "key": { + "en-US": "plausible" + }, + "trademark": { + "en-US": "Plausible", + "zh-CN": "Plausible" + }, + "title": { + "en-US": "Google Analytics alternative", + "zh-CN": "网站与移动应用分析平台 Plausible" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5xI9bFntuw62uXXdCqJYOd" + } + } + }, + "summary": { + "en-US": "Easy to use and privacy-friendly Google Analytics alternative", + "zh-CN": "易于使用和隐私友好的谷歌分析替代方案" + }, + "overview": { + "en-US": "Plausible is intuitive, lightweight and open source web analytics. No cookies and fully compliant with GDPR, CCPA and PECR. Made and hosted in the EU, powered by European-owned cloud infrastructure 🇪🇺", + "zh-CN": "Plausible是直观,轻量级和开源的网络分析。没有 cookie,完全符合 GDPR、CCPA 和 PECR。在欧盟制造和托管,由欧洲拥有的云基础设施🇪🇺提供支持" + }, + "description": { + "en-US": "Plausible is a simple and user-friendly web analysis tool designed to give users in-depth insights into their website's user engagement, traffic sources, and conversion rates. With Plausible, users can easily generate detailed website reports, including key metrics such as page views, time on site, bounce rate, and more. Plausible offers both free and paid plans, making it suitable for individuals and small businesses. Its intuitive and straightforward interface makes it easy to get started and can help users quickly understand their website's performance, enabling them to optimize their content and marketing strategies.", + "zh-CN": "Plausible 是一款简单易用的网页分析工具,旨在帮助用户深入了解网站的用户参与度、流量来源和转化率。通过 Plausible,用户可以轻松获取详细的网站分析报告,包括页面浏览量、停留时间、跳出率等关键指标。Plausible 提供免费和付费版本,适合个人和小型企业使用。其界面简洁直观,易于上手,能够帮助用户快速了解网站表现,从而优化网站内容和营销策略。" + }, + "screenshots": { + "en-US": [ + { + "id": "a97ea5f7-fea2-4a60-a957-638015d8d655", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/plausible/plausible-gui-websoft9.webp" + } + ], + "zh-CN": [ + { + "id": "65811856-8f3e-465b-99ec-24ac8fdded6a", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/plausible/plausible-gui-websoft9.webp" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7vKmtdyvwstWRUJ0tGcMN0" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5yqWwdguLzWOz9SrRQ2Elk" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "511GefnVfjYOcWGLZu9qOk" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "Chinese", + "English", + "Other" + ], + "zh-CN": [ + "简体中文", + "英文", + "Other" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3XLYU7pPQw1tv0esOTj1Qw" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "saleOnMarketPlace": { + "en-US": { + "data": { + }, + "content": [ + { + "data": { + }, + "content": [ + { + "data": { + }, + "marks": [ + ], + "value": "Plausible is a simple and privacy-friendly website analytics tool. It \nhelps users analyze key metrics such as unique visitors, page views, \nbounce rate, and average time on site. As an open-source project, \nPlausible places a strong emphasis on user privacy, with lightweight \nanalysis scripts that do not require any third-party banners or consent.\n Additionally, it presents user data in a clear and concise manner, \nincluding traffic sources, most popular pages, and more. Users can \nchoose to pay for hosted Plausible or self-host it as needed.", + "nodeType": "text" + } + ], + "nodeType": "paragraph" + } + ], + "nodeType": "document" + }, + "zh-CN": { + "data": { + }, + "content": [ + { + "data": { + }, + "content": [ + { + "data": { + }, + "marks": [ + ], + "value": "Plausible 是一个简单且对隐私友好的网站分析工具。它帮助用户分析独立访客数量、页面浏览量、跳出率和访问时间等关键指标。作为开源项目,Plausible 非常重视用户隐私,分析脚本轻量且不需要任何第三方横幅或同意。此外,它以简单明了的方式展示用户数据,包括流量来源、最受欢迎页面等。用户可以根据需要选择付费托管或自行托管 Plausible。", + "nodeType": "text" + } + ], + "nodeType": "paragraph" + } + ], + "nodeType": "document" + } + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2O8RaSlsatiVMNTatp20FU" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7sAoBXjxdtWHcqEoxSHpJB" + } + } + ] + }, + "websiteurl": { + "en-US": "https://plausible.io/" + }, + "trademarkUrl": { + "en-US": "https://plausible.io/trademark" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4zs1RAViCqbskgaB7eTJtI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7rNeLNZpc0T7Dd0qJzFn7k" + } + } + ] + }, + "keywords": { + "en-US": [ + "Google Analytics", + "Web Analytics" + ], + "zh-CN": [ + "网站分析", + "应用分析", + "Google Analytics" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "v2.0", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 1, + "zh-CN": 1 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5xI9bFntuw62uXXdCqJYOd", + "type": "Entry", + "createdAt": "2023-05-31T03:46:27.265Z", + "updatedAt": "2023-05-31T03:46:50.012Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-05-31T03:46:50.012Z", + "firstPublishedAt": "2023-05-31T03:46:50.012Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5xI9bFntuw62uXXdCqJYOd" + }, + "fields": { + "title": { + "en-US": "Plausible" + }, + "slug": { + "en-US": "plausible" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/plausible-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6RPE07cltJORmD2jLTMPdI", + "type": "Entry", + "createdAt": "2023-05-31T07:06:30.091Z", + "updatedAt": "2023-05-31T07:06:48.315Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-05-31T07:06:48.315Z", + "firstPublishedAt": "2023-05-31T07:06:48.315Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6RPE07cltJORmD2jLTMPdI" + }, + "fields": { + "title": { + "en-US": "Umami" + }, + "slug": { + "en-US": "umami" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/umami-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1qV7Jks96PPIZMMTe05PZN", + "type": "Entry", + "createdAt": "2023-05-31T07:07:08.320Z", + "updatedAt": "2024-12-12T03:24:26.373Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 53, + "publishedAt": "2024-12-12T03:24:26.373Z", + "firstPublishedAt": "2023-05-31T07:14:18.075Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 19, + "version": 54, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1qV7Jks96PPIZMMTe05PZN" + }, + "fields": { + "key": { + "en-US": "umami" + }, + "trademark": { + "en-US": "Umami", + "zh-CN": "Umami" + }, + "title": { + "en-US": "Own your website analytics", + "zh-CN": "网站分析平台 Umami" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6RPE07cltJORmD2jLTMPdI" + } + } + }, + "summary": { + "en-US": "Open source, privacy-focused alternative to Google Analytics", + "zh-CN": "易于使用和隐私友好的谷歌分析替代方案" + }, + "overview": { + "en-US": "Umami is a simple, fast, privacy-focused alternative to Google Analytics.", + "zh-CN": "Umami is a simple, fast, privacy-focused alternative to Google Analytics." + }, + "description": { + "en-US": "Umami is a simple, easy-to-use, self-hosted web analytics solution. Its goal is to provide a more user-friendly and privacy-focused alternative to Google Analytics, as well as an alternative to paid solutions. Umami only collects metrics that are important to users, and all content is suitable for one-page viewing. Additionally, it features functions such as bypassing ad blockers, lightweight tracking scripts, multi-account management, data sharing, and a user-friendly interface that is also suitable for mobile devices.", + "zh-CN": "Umami 是一个简单、易于使用、自我托管的网络分析解决方案。其目标是提供一个更友好、注重隐私的谷歌分析替代品,以及一个免费的、开源的付费解决方案的替代品。Umami 只收集用户关心的指标,所有内容都适于一个页面查看。此外,它还具有绕过广告拦截器、轻量级追踪脚本、多账户管理、数据共享等功能,并且界面友好,适用于移动设备。" + }, + "screenshots": { + "en-US": [ + { + "id": "a97ea5f7-fea2-4a60-a957-638015d8d655", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/umami/umami-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "65811856-8f3e-465b-99ec-24ac8fdded6a", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/umami/umami-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7vKmtdyvwstWRUJ0tGcMN0" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5yqWwdguLzWOz9SrRQ2Elk" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "511GefnVfjYOcWGLZu9qOk" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "Chinese", + "English", + "Other" + ], + "zh-CN": [ + "简体中文", + "英文", + "Other" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3XLYU7pPQw1tv0esOTj1Qw" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7sAoBXjxdtWHcqEoxSHpJB" + } + } + ] + }, + "websiteurl": { + "en-US": "https://umami.is/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4zs1RAViCqbskgaB7eTJtI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7rNeLNZpc0T7Dd0qJzFn7k" + } + } + ] + }, + "keywords": { + "en-US": [ + "Google Analytics", + "Web Analytics" + ], + "zh-CN": [ + "网站分析", + "应用分析", + "Google Analytics" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 1, + "zh-CN": 1 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2QKdIkvsCfHuRucloVpcr6", + "type": "Entry", + "createdAt": "2023-05-31T08:46:55.714Z", + "updatedAt": "2023-05-31T08:51:49.145Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-05-31T08:51:49.145Z", + "firstPublishedAt": "2023-05-31T08:51:49.145Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2QKdIkvsCfHuRucloVpcr6" + }, + "fields": { + "title": { + "en-US": "typo3" + }, + "slug": { + "en-US": "typo3" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/typo3-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "39626EJJPARxjcVKSepBeW", + "type": "Entry", + "createdAt": "2023-05-31T08:52:29.299Z", + "updatedAt": "2024-12-12T03:21:29.228Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 71, + "publishedAt": "2024-12-12T03:21:29.228Z", + "firstPublishedAt": "2023-05-31T08:52:55.759Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 24, + "version": 72, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/39626EJJPARxjcVKSepBeW" + }, + "fields": { + "key": { + "en-US": "typo3" + }, + "trademark": { + "en-US": "Typo3", + "zh-CN": "Typo3" + }, + "title": { + "en-US": "Cloud Native CMS/DXP for Drupal", + "zh-CN": "Drupal内容管理系统" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2QKdIkvsCfHuRucloVpcr6" + } + } + }, + "summary": { + "en-US": "The Professional, Flexible Content Management System", + "zh-CN": "企业级内容管理系统 Typo3" + }, + "overview": { + "en-US": "TYPO3 CMS is an Open Source Enterprise Content Management System with a large global community, backed by the approximately 900 members of the TYPO3 Association.", + "zh-CN": "TYPO3 CMS是一个开源企业内容管理系统,拥有庞大的全球社区,由TYPO900协会的约3名成员提供支持。" + }, + "description": { + "en-US": "Typo3 is an open-source content management system (CMS) widely used for building websites and online applications. It provides powerful content management features, including content creation, editing, publishing, and management workflows. Typo3 also has a high level of customizability, allowing users to customize themes and expand functionality according to their needs. Additionally, the Typo3 community is active, with a large user base and extensive resources support, making it an ideal choice for both enterprise and individual developers.", + "zh-CN": "Typo3是一款开源的内容管理系统(CMS),广泛用于构建网站和在线应用。它提供了强大的内容管理功能,包括内容创建、编辑、发布和管理工作流。Typo3还具有高度的可定制性,允许用户根据需求进行主题设计和功能扩展。此外,Typo3社区活跃,拥有庞大的用户基础和丰富的资源支持,使其成为企业和个人开发者的理想选择。" + }, + "screenshots": { + "en-US": [ + { + "id": "755d2e94-bf86-42c6-ae0f-75419c822a52", + "key": "ui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/typo3/typo3-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "940b6560-1f94-4a5f-9069-91876b49b07f", + "key": "ui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/typo3/typo3-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1qwbdXJCwYeeXQoLRlpiCj" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "14lDYcrg2fLMbC1S9AkNDf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5yqWwdguLzWOz9SrRQ2Elk" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "highlights": { + "en-US": [ + "源自德国,严谨网站架构,满足企业级网站的各种需求" + ], + "zh-CN": [ + "源自德国,严谨网站架构,满足企业级网站的各种需求" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3dwN8h5SUNdrngpTP9puvD" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3dwN8h5SUNdrngpTP9puvD" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6ZxNBKnvZwSwK5hYJIO74C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "12pnAjAAT5zkmPF33HKq6E" + } + } + }, + "licenseadditional": { + "en-US": "https://typo3.org/project/licenses" + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CcnCaE2mWTEtqPMVPnSyF" + } + } + ] + }, + "websiteurl": { + "en-US": "https://typo3.org/" + }, + "trademarkUrl": { + "en-US": "https://typo3.org/project/brand/trademarks" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1VXky9TPc6JBCS6Gorxnzl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "keywords": { + "en-US": [ + "cms", + "website" + ], + "zh-CN": [ + "内容创作", + "内容管理", + "cms", + "建站" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "12.4", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2, + "zh-CN": 2 + }, + "memory": { + "en-US": 4, + "zh-CN": 4 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7AnoFrOBmJcNlhWtHHWlGx", + "type": "Entry", + "createdAt": "2023-05-31T09:54:47.224Z", + "updatedAt": "2023-05-31T09:55:01.413Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-05-31T09:55:01.413Z", + "firstPublishedAt": "2023-05-31T09:55:01.413Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7AnoFrOBmJcNlhWtHHWlGx" + }, + "fields": { + "title": { + "en-US": "dgraph" + }, + "slug": { + "en-US": "dgraph" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/dgraph-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5SKyMxm6hnrIGruwyBorK0", + "type": "Entry", + "createdAt": "2023-05-31T09:58:47.125Z", + "updatedAt": "2024-11-01T02:25:59.605Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 66, + "publishedAt": "2024-11-01T02:25:59.605Z", + "firstPublishedAt": "2023-06-01T06:26:33.473Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 22, + "version": 67, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5SKyMxm6hnrIGruwyBorK0" + }, + "fields": { + "key": { + "en-US": "dgraph" + }, + "trademark": { + "en-US": "Dgraph", + "zh-CN": "Dgraph" + }, + "title": { + "en-US": "Cloud Native Database for Graph", + "zh-CN": "图数据库 Dgraph" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7AnoFrOBmJcNlhWtHHWlGx" + } + } + }, + "summary": { + "en-US": "The Modern Graph Database", + "zh-CN": "高性能的 NoSQL 图数据库" + }, + "overview": { + "en-US": "Built to be fault-tolerant, on a distributed graph database, that gives developers the tools to rapidly build and model applications at scale", + "zh-CN": "在分布式图形数据库上构建为容错能力,为开发人员提供了快速构建和大规模建模应用程序的工具" + }, + "description": { + "en-US": "Dgraph is a horizontally scalable and distributed GraphQL database with a graph backend. It provides ACID transactions, consistent replication, and linearizable reads. It's built from the ground up to perform a rich set of queries. Being a native GraphQL database, it tightly controls how the data is arranged on disk to optimize for query performance and throughput, reducing disk seeks and network calls in a cluster.", + "zh-CN": "Dgraph是一个具有图形后端的水平可扩展和分布式GraphQL数据库。它提供ACID事务、一致复制和线性化读取。它从头开始构建,可以执行一组丰富的查询。作为原生GraphQL数据库,它严格控制数据在磁盘上的排列方式,以优化查询性能和吞吐量,减少集群中的磁盘寻道和网络调用。" + }, + "screenshots": { + "en-US": [ + { + "id": "92237fd2-0a40-4742-9c6a-23fa0553497c", + "key": "guiarchitecture", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/dgraph/dgraph-gui-websoft9.svg" + } + ], + "zh-CN": [ + { + "id": "978cd708-6681-47a5-9de5-155ea2f5a2d8", + "key": "architecture", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/dgraph/dgraph-gui-websoft9.svg" + } + ] + }, + "hot": { + "en-US": 18000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5wXzoQFG8oHlFtxnMq96Cf" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5wXzoQFG8oHlFtxnMq96Cf" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Other", + "Chinese" + ], + "zh-CN": [ + "英文", + "其它", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1ldGCVj2cz3NX9AiekPYW5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "websiteurl": { + "en-US": "https://dgraph.io/" + }, + "trademarkUrl": { + "en-US": "https://discuss.dgraph.io/t/dgraph-trademark/29" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4zs1RAViCqbskgaB7eTJtI" + } + } + ] + }, + "keywords": { + "en-US": [ + "NoSQL", + "graph database" + ], + "zh-CN": [ + "图数据库", + "数据库", + "NoSQL" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "v24.0.4", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 2 + }, + "memory": { + "en-US": 1, + "zh-CN": 4 + }, + "storage": { + "en-US": 2, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6NRX1EysTKa5llN50WiLB8", + "type": "Entry", + "createdAt": "2023-06-01T06:49:46.680Z", + "updatedAt": "2025-01-06T08:49:01.078Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 104, + "publishedAt": "2025-01-06T08:49:01.078Z", + "firstPublishedAt": "2023-06-01T06:56:42.028Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 26, + "version": 105, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6NRX1EysTKa5llN50WiLB8" + }, + "fields": { + "key": { + "en-US": "directus" + }, + "trademark": { + "en-US": "Directus", + "zh-CN": "Directus" + }, + "title": { + "en-US": "Headless CMS and Low-Code platform", + "zh-CN": "低代码开发平台 Directus" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7nefuOqjJCtGWpigv5wScp" + } + } + }, + "summary": { + "en-US": "Created application based on many Database", + "zh-CN": "数据驱动的低代码与后端即服务平台" + }, + "overview": { + "en-US": "Directus is a real-time API and App dashboard for managing SQL database content or create low-code application", + "zh-CN": "Directus 是一个实时 API 和应用程序仪表板,用于管理 SQL 数据库内容或创建低代码应用\n\n" + }, + "description": { + "en-US": "- Backend-as-a-Service\n- Headless CMS\n- Internal Tool Builder\n- Data Management & Analytics", + "zh-CN": "- 后端即服务\n- 无头内容管理系统\n- 内部工具生成器\n- 数据管理与分析" + }, + "screenshots": { + "en-US": [ + { + "id": "92237fd2-0a40-4742-9c6a-23fa0553497c", + "key": "architecture", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/directus/directus-arch-websoft9.svg" + } + ], + "zh-CN": [ + { + "id": "978cd708-6681-47a5-9de5-155ea2f5a2d8", + "key": "architecture", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/directus/directus-arch-websoft9.svg" + } + ] + }, + "hot": { + "en-US": 18000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7nMNcJU8pX0OQHaM70BoXI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7EhengWHk8so7BMWjTgPvQ" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2TdOvPReCuGPXjPjIlN98V" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "TdsvWxQeDCNl1jwOanqG2" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17nBnb3cekP3IkiDLGh1F0" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5wXzoQFG8oHlFtxnMq96Cf" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Other", + "Chinese" + ], + "zh-CN": [ + "英文", + "其它", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1ldGCVj2cz3NX9AiekPYW5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "581T3Tx1sCF3xWdG8fWXbm" + } + } + }, + "licenseadditional": { + "en-US": "https://github.com/directus/directus/blob/main/license" + }, + "websiteurl": { + "en-US": "https://directus.io/" + }, + "trademarkUrl": { + "en-US": "https://directus.io/terms" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4zs1RAViCqbskgaB7eTJtI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2V5Sey9mCVvizDs6ikr7ig" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "keywords": { + "en-US": [ + "Headless CMS", + "low-code", + "BaaS", + "API", + "SQL" + ], + "zh-CN": [ + "无头CMS", + "低代码", + "后端即服务", + "API", + "SQL" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "11.3.5", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 2 + }, + "memory": { + "en-US": 2, + "zh-CN": 4 + }, + "storage": { + "en-US": 2, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7nefuOqjJCtGWpigv5wScp", + "type": "Entry", + "createdAt": "2023-06-01T06:57:07.358Z", + "updatedAt": "2023-06-01T06:57:30.323Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-01T06:57:30.323Z", + "firstPublishedAt": "2023-06-01T06:57:30.323Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7nefuOqjJCtGWpigv5wScp" + }, + "fields": { + "title": { + "en-US": "Directus" + }, + "slug": { + "en-US": "directus" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/directus-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2TdOvPReCuGPXjPjIlN98V", + "type": "Entry", + "createdAt": "2023-06-01T07:13:51.958Z", + "updatedAt": "2023-06-01T07:14:14.078Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-06-01T07:14:14.078Z", + "firstPublishedAt": "2023-06-01T07:14:14.078Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2TdOvPReCuGPXjPjIlN98V" + }, + "fields": { + "title": { + "en-US": "Headless CMS", + "zh-CN": "无头 CMS" + }, + "key": { + "en-US": "headless-cms" + }, + "position": { + "en-US": 10 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4mF2lDUt1PNyZ5R6GP1VmF" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4mF2lDUt1PNyZ5R6GP1VmF" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2Apk5KtTj77Ycs5bVTGFDG", + "type": "Entry", + "createdAt": "2023-06-01T07:23:21.943Z", + "updatedAt": "2023-06-01T07:23:52.180Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-06-01T07:23:52.180Z", + "firstPublishedAt": "2023-06-01T07:23:52.180Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2Apk5KtTj77Ycs5bVTGFDG" + }, + "fields": { + "title": { + "en-US": "Elasticsearch" + }, + "slug": { + "en-US": "elasticsearch" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/elasticsearch-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3jwb2X3RyvlOMLEBqQK2yO", + "type": "Entry", + "createdAt": "2023-06-01T07:29:49.390Z", + "updatedAt": "2024-11-27T01:13:22.812Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 84, + "publishedAt": "2024-11-27T01:13:22.812Z", + "firstPublishedAt": "2023-06-01T07:37:03.553Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 29, + "version": 85, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3jwb2X3RyvlOMLEBqQK2yO" + }, + "fields": { + "key": { + "en-US": "elasticsearch" + }, + "trademark": { + "en-US": "Elasticsearch", + "zh-CN": "Elasticsearch" + }, + "title": { + "en-US": "Distributed, free and open search and analytics engine", + "zh-CN": "开放的分布式搜索和分析引擎 Elasticsearch" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Apk5KtTj77Ycs5bVTGFDG" + } + } + }, + "summary": { + "en-US": "Distributed, free and open search and analytics engine", + "zh-CN": "高性能数据存储、搜索和分析引擎" + }, + "overview": { + "en-US": "Elasticsearch is a distributed, free and open search and analytics engine for all types of data, including textual, numerical, geospatial, structured, and unstructured. ", + "zh-CN": "Elasticsearch 是一个分布式、免费和开放的搜索和分析引擎,适用于所有类型的数据,包括文本、数字、地理空间、结构化和非结构化。" + }, + "description": { + "en-US": "Elasticsearch is built on Apache Lucene and was first released in 2010 by Elasticsearch N.V. (now known as Elastic). Known for its simple REST APIs, distributed nature, speed, and scalability, Elasticsearch is the central component of the Elastic Stack, a set of free and open tools for data ingestion, enrichment, storage, analysis, and visualization. Commonly referred to as the ELK Stack (after Elasticsearch, Logstash, and Kibana), the Elastic Stack now includes a rich collection of lightweight shipping agents known as Beats for sending data to Elasticsearch.", + "zh-CN": "Elasticsearch建立在Apache Lucene之上,由Elasticsearch N.V.(现在称为Elastic)于2010年首次发布。Elasticsearch 以其简单的 REST API、分布式特性、速度和可扩展性而闻名,是 Elastic Stack 的核心组件,Elastic Stack 是一组用于数据摄取、扩充、存储、分析和可视化的免费开放工具。通常被称为ELK Stack(在Elasticsearch,Logstash和Kibana之后),Elastic Stack现在包括一个丰富的轻量级运输代理集合,称为Beats,用于将数据发送到Elasticsearch。" + }, + "screenshots": { + "en-US": [ + { + "id": "211154a5-af9d-40b2-bb05-ab18f9a3f032", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/elk/elk-gui-websoft9.gif" + } + ], + "zh-CN": [ + { + "id": "2a67c8fd-fdaf-4739-a8a8-eabe71f6e266", + "key": "wizard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/elk/elk-wizard1-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3pgr2mz2MsBWGpSNAXORrl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4lpAUBwj6o54U0b4CfLdbg" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English" + ], + "zh-CN": [ + "英文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1TsCAOuOF42b2e0wuuTP1r" + } + } + }, + "licenseadditional": { + "en-US": "Source code in this repository is covered by (i) a dual license under the Server\nSide Public License, v 1 and the Elastic License 2.0 or (ii) an Apache License\n2.0 compatible license or (iii) solely under the Elastic License 2.0, in each\ncase, as noted in the applicable header. The default throughout the repository\nis a dual license under the Server Side Public License, v 1 and the Elastic\nLicense 2.0, unless the header specifies another license. Code that is licensed\nsolely under the Elastic License 2.0 is found only in the x-pack folder." + }, + "websiteurl": { + "en-US": "https://www.elastic.co/" + }, + "trademarkUrl": { + "en-US": "https://www.elastic.co/legal/trademarks" + }, + "keywords": { + "en-US": [ + " Elasticsearch", + "big data", + "Data analysis", + "log" + ], + "zh-CN": [ + "大数据", + "数据分析", + "日志管理", + "可视化" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "8.16.0" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4lpAUBwj6o54U0b4CfLdbg", + "type": "Entry", + "createdAt": "2023-06-01T07:37:51.397Z", + "updatedAt": "2024-09-25T02:36:12.688Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 55, + "publishedAt": "2024-09-25T02:36:12.688Z", + "firstPublishedAt": "2023-06-01T07:38:42.680Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 8, + "version": 56, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4lpAUBwj6o54U0b4CfLdbg" + }, + "fields": { + "title": { + "en-US": "Real-time Streaming Analysis", + "zh-CN": "实时流式分析" + }, + "key": { + "en-US": "dstreaming " + }, + "position": { + "en-US": 4 + }, + "description": { + "zh-CN": "实时流式分析处理的是不断流入的实时数据流,需要即时计算和分析结果。注重实时性和低延迟。" + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "65YrBrBlgXbR7BLCe6oP0K" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "EGwkUk4YZKpbwMywSlCdG", + "type": "Entry", + "createdAt": "2023-06-01T08:16:28.429Z", + "updatedAt": "2023-06-01T08:16:45.583Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-01T08:16:45.583Z", + "firstPublishedAt": "2023-06-01T08:16:45.583Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/EGwkUk4YZKpbwMywSlCdG" + }, + "fields": { + "title": { + "en-US": "geoserver" + }, + "slug": { + "en-US": "geoserver" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/geoserver-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3FXCWEVU7C69nzLDfkNRtz", + "type": "Entry", + "createdAt": "2023-06-01T08:17:13.495Z", + "updatedAt": "2024-07-24T07:27:08.100Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 51, + "publishedAt": "2024-07-24T07:27:08.100Z", + "firstPublishedAt": "2023-06-01T08:19:25.886Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 15, + "version": 52, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3FXCWEVU7C69nzLDfkNRtz" + }, + "fields": { + "key": { + "en-US": "geoserver" + }, + "trademark": { + "en-US": "GeoServer", + "zh-CN": "GeoServer" + }, + "title": { + "en-US": "Open source server for sharing geospatial data", + "zh-CN": "开源地理信息系统 GeoServer" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "EGwkUk4YZKpbwMywSlCdG" + } + } + }, + "summary": { + "en-US": "Open source server for sharing geospatial data", + "zh-CN": "开源地理信息系统" + }, + "overview": { + "en-US": "GeoServer is an open source server for sharing geospatial data.Designed for interoperability, it publishes data from any major spatial data source using open standards.", + "zh-CN": "地理服务器是用于共享地理空间数据的开源服务器。它专为互操作性而设计,使用开放标准发布来自任何主要空间数据源的数据。" + }, + "screenshots": { + "en-US": [ + { + "id": "211154a5-af9d-40b2-bb05-ab18f9a3f032", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/geoserver/geoserver-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "2a67c8fd-fdaf-4739-a8a8-eabe71f6e266", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/geoserver/geoserver-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "66IPGhiIL6usPRASHs70Kl" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English" + ], + "zh-CN": [ + "英文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4iQsJxo95VUZYyGzuCD5rV" + } + } + }, + "websiteurl": { + "en-US": "https://geoserver.org/" + }, + "keywords": { + "en-US": [ + "Map", + "GIS", + "OGC" + ], + "zh-CN": [ + "GIS", + "地理信息系统", + "自建地图" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 2 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4ovmXEKBWpKQjO7SaPsYhq", + "type": "Entry", + "createdAt": "2023-06-01T09:13:58.747Z", + "updatedAt": "2023-06-01T09:23:38.943Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-06-01T09:23:38.943Z", + "firstPublishedAt": "2023-06-01T09:23:38.943Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4ovmXEKBWpKQjO7SaPsYhq" + }, + "fields": { + "title": { + "en-US": "gitea" + }, + "slug": { + "en-US": "gitea" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/gitea-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1guoWgn8Btj9kcbxYFQnlx", + "type": "Entry", + "createdAt": "2023-06-01T09:24:24.902Z", + "updatedAt": "2024-12-11T23:55:05.104Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 67, + "publishedAt": "2024-12-11T23:55:05.104Z", + "firstPublishedAt": "2023-06-01T09:30:12.041Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 21, + "version": 68, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1guoWgn8Btj9kcbxYFQnlx" + }, + "fields": { + "key": { + "en-US": "gitea" + }, + "trademark": { + "en-US": "Gitea", + "zh-CN": "Gitea" + }, + "title": { + "en-US": "The lite DevOps platform", + "zh-CN": "轻量级的 DevOps 平台 Gogs" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4ovmXEKBWpKQjO7SaPsYhq" + } + } + }, + "summary": { + "en-US": "The lite DevOps platform", + "zh-CN": "轻量级的 DevOps 平台软件" + }, + "overview": { + "en-US": "Gitea is a private, fast, reliable DevOps platform that brings teams and developers high-efficiency but easy operations from planning to production.", + "zh-CN": "Gitea 是一个轻量级的 DevOps 平台软件。从开发计划到产品成型的整个软件生命周期,他都能够高效而轻松的帮助团队和开发者。" + }, + "description": { + "en-US": "Gitea is an open-source, Git-based code hosting platform that provides code hosting, version control, and project management functionality to help developers collaborate and share code easily. It supports multiple languages and is compatible with platforms such as GitHub and GitLab, offering a powerful web interface and command-line tool for easy management of projects and code.", + "zh-CN": "Gitea是一款开源的、基于Git的代码托管平台。它提供了代码托管、版本控制、项目管理等功能,帮助开发者轻松协作开发、分享代码。Gitea支持多种语言,可与Github、GitLab等平台兼容,提供强大的Web界面和命令行工具,方便用户管理项目和代码。" + }, + "screenshots": { + "en-US": [ + { + "id": "8248371f-a25f-4ae6-82be-7c6d8f7b9bb0", + "key": "Gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/gitea/gitea-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "78475d9f-cd3a-484d-a201-046ea455908f", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/gitea/gitea-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2DltY233eD0xqBGq6o9NUL" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17yJkB6XQXVCd2BSxCxJnC" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17nBnb3cekP3IkiDLGh1F0" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ZRY6UR6j4c4dOYz3PXXFs" + } + } + ] + }, + "websiteurl": { + "en-US": "https://about.gitea.cn/" + }, + "trademarkUrl": { + "en-US": "https://about.gitea.com/terms-of-service" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + } + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": "1.22,latest" + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 1, + "zh-CN": 2 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "31ZTNKcOOhAo2rqcTZId5W", + "type": "Entry", + "createdAt": "2023-06-02T02:32:05.093Z", + "updatedAt": "2023-06-02T02:32:30.200Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-02T02:32:30.200Z", + "firstPublishedAt": "2023-06-02T02:32:30.200Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/31ZTNKcOOhAo2rqcTZId5W" + }, + "fields": { + "title": { + "en-US": "influxdb" + }, + "slug": { + "en-US": "influxdb" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/influxdb-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3SdTBCmCeczDJZzFV2Hmju", + "type": "Entry", + "createdAt": "2023-06-02T02:32:57.079Z", + "updatedAt": "2024-07-24T07:27:21.847Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 71, + "publishedAt": "2024-07-24T07:27:21.847Z", + "firstPublishedAt": "2023-06-02T02:34:24.040Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 18, + "version": 72, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3SdTBCmCeczDJZzFV2Hmju" + }, + "fields": { + "key": { + "en-US": "influxdb" + }, + "trademark": { + "en-US": "InfluxDB", + "zh-CN": "InfluxDB" + }, + "title": { + "en-US": "Times Series Data Platform", + "zh-CN": "时序数据库平台 InfluxDB" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "31ZTNKcOOhAo2rqcTZId5W" + } + } + }, + "summary": { + "en-US": "Manage all types of time series data in a single, purpose-built database. ", + "zh-CN": "在单个专用数据库中管理所有类型的时间序列数据。" + }, + "overview": { + "en-US": "InfluxDB is a strong database built specifically for time series data. It has made working with such data seamless and easy.", + "zh-CN": "InfluxDB是一个专门为时间序列数据构建的强大数据库。它使处理此类数据变得无缝而简单。" + }, + "description": { + "en-US": "The leading platform for time series apps. We are committed to helping our customers build cool stuff that transforms their business in less time – we call it Time to Awesome. We help developers at organizations including Cisco, IBM, and PayPal build real-time IoT, analytics and cloud applications with time-stamped data.", + "zh-CN": "时序应用的领先平台。致力于帮助我们的客户构建很酷的东西,在更短的时间内改变他们的业务 - 我们称之为“令人敬畏的时间”。知名的客户包括思科、IBM 和 PayPal 在内的组织的开发人员使用时间戳数据构建实时物联网、分析和云应用程序。" + }, + "screenshots": { + "en-US": [ + { + "id": "c3f52b51-f3e9-45ab-b26b-c13ed7ec6ac3", + "key": "arch", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/influxdb/influxdb-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "3a6e1655-d66e-4d36-9431-cbe000d069c1", + "key": "arch", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/influxdb/influxdb-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3s6zVXdiiZocF0gIGFJdPa" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2fiWuUVSbYfYT09duqZs7x" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CQ3nWNNUrmMj6BjOw173z" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5fhqDdiijbN558c2c6TkzN" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5gZWge046khyUO08MUS4VT" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4QxIvKHInU0GACwfp43Xit" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2RrsVsdbRuy1hmGe7vfnVx" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.influxdata.com/" + }, + "trademarkUrl": { + "en-US": "https://www.influxdata.com/legal/guidelines-for-using-influxdata-trademarks/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4zs1RAViCqbskgaB7eTJtI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2V5Sey9mCVvizDs6ikr7ig" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "keywords": { + "en-US": [ + "Time", + "database", + "Native SQL" + ], + "zh-CN": [ + "SQL", + "时序数据库" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3s6zVXdiiZocF0gIGFJdPa", + "type": "Entry", + "createdAt": "2023-06-02T02:39:03.342Z", + "updatedAt": "2023-06-06T09:09:20.727Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2023-06-06T09:09:20.727Z", + "firstPublishedAt": "2023-06-02T02:39:45.243Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3s6zVXdiiZocF0gIGFJdPa" + }, + "fields": { + "title": { + "en-US": "Time Series Database", + "zh-CN": "时序数据库" + }, + "key": { + "en-US": "timedbs" + }, + "position": { + "en-US": 4 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4mv9cboFR6s2EODk9Uzx4O" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4mv9cboFR6s2EODk9Uzx4O" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5WVDbtpRws94QO9Y6ynR9e", + "type": "Entry", + "createdAt": "2023-06-02T02:54:05.001Z", + "updatedAt": "2023-06-02T02:54:24.658Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-02T02:54:24.658Z", + "firstPublishedAt": "2023-06-02T02:54:24.658Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5WVDbtpRws94QO9Y6ynR9e" + }, + "fields": { + "title": { + "en-US": "jitsi" + }, + "slug": { + "en-US": "jitsi" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/jitsi-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7Cd0uDzt5wjwawfWLxV0xr", + "type": "Entry", + "createdAt": "2023-06-02T02:54:59.044Z", + "updatedAt": "2024-12-13T03:59:21.569Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 97, + "publishedAt": "2024-12-13T03:59:21.569Z", + "firstPublishedAt": "2023-06-02T02:56:35.656Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 28, + "version": 98, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7Cd0uDzt5wjwawfWLxV0xr" + }, + "fields": { + "key": { + "en-US": "jitsi" + }, + "trademark": { + "en-US": "Jitsi Meet", + "zh-CN": "Jitsi Meet" + }, + "title": { + "en-US": "Free Video Conferencing Solutions", + "zh-CN": "开源视频会议 Jitsi Meet" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5WVDbtpRws94QO9Y6ynR9e" + } + } + }, + "summary": { + "en-US": "Open Source video conferencing platforms with state-of-the-art video quality and features", + "zh-CN": "高视频质量和功能的视频会议平台" + }, + "overview": { + "en-US": "Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application.", + "zh-CN": "Jitsi Meet 是一个完全加密的 100% 开源视频会议解决方案,您可以全天免费使用,无需帐户。" + }, + "description": { + "en-US": "Jitsi Meet is a set of Open Source projects which empower users to use and deploy video conferencing platforms with state-of-the-art video quality and features.\n\nAmongst others here are the main features Jitsi Meet offers:\n\n- Support for all current browsers\n- Mobile applications\n- Web and native SDKs for integration\n- HD audio and video\n- Content sharing\n- Raise hand and reactions\n- Chat with private conversations\n- Polls\n- Virtual backgrounds", + "zh-CN": "Jitsi Meet是一组开源项目,使用户能够使用和部署,具有先进的视频质量和功能的视频会议平台。 \n\n其中包括Jitsi Meet提供的主要功能:\n\n- 支持所有当前浏览器\n- 移动应用\n- 用于集成的 Web 和本机 SDK\n- 高清音频和视频\n- 内容共享\n- 举手和反应\n- 使用私人对话聊天\n- 民意调查\n- 虚拟背景" + }, + "screenshots": { + "en-US": [ + { + "id": "c3f52b51-f3e9-45ab-b26b-c13ed7ec6ac3", + "key": "Create meeting", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/jitsi/jitsi-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "3a6e1655-d66e-4d36-9431-cbe000d069c1", + "key": "创建会议", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/jitsi/jitsi-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "57bpJgGUENJXm5Vhuh1DdU" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6dhUhSf0SPb3swoaJp8nj5" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CQ3nWNNUrmMj6BjOw173z" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5fhqDdiijbN558c2c6TkzN" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5gZWge046khyUO08MUS4VT" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6QQMkgwGkzG0FVbMExBym9" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5WKhPDoXrkwKkJomj8jzCp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3XLYU7pPQw1tv0esOTj1Qw" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7sAoBXjxdtWHcqEoxSHpJB" + } + } + ] + }, + "websiteurl": { + "en-US": "https://jitsi.org/" + }, + "trademarkUrl": { + "en-US": "https://jitsi.org/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + } + ] + }, + "keywords": { + "en-US": [ + "Video Meeting", + "LMS" + ], + "zh-CN": [ + "视频会议", + "远程办公", + "在线教育" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "stable-9779" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2, + "zh-CN": 2 + }, + "memory": { + "en-US": 4, + "zh-CN": 4 + }, + "storage": { + "en-US": 10, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1IBiHvsnj4zjj6qIk1FIcO", + "type": "Entry", + "createdAt": "2023-06-02T03:13:06.031Z", + "updatedAt": "2023-06-02T03:43:39.278Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2023-06-02T03:43:39.278Z", + "firstPublishedAt": "2023-06-02T03:14:16.641Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1IBiHvsnj4zjj6qIk1FIcO" + }, + "fields": { + "title": { + "en-US": "Privileged Access Management", + "zh-CN": "堡垒机" + }, + "key": { + "en-US": "pam" + }, + "position": { + "en-US": 10 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6WADietOzYFgb9uMKFSjts" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "rTGUtcPNAl2B4yazgt3rk", + "type": "Entry", + "createdAt": "2023-06-02T03:15:03.875Z", + "updatedAt": "2024-10-24T06:10:32.613Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 65, + "publishedAt": "2024-10-24T06:10:32.613Z", + "firstPublishedAt": "2023-06-02T03:16:17.484Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 18, + "version": 66, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/rTGUtcPNAl2B4yazgt3rk" + }, + "fields": { + "key": { + "en-US": "jumpserver" + }, + "trademark": { + "en-US": "JumpServer", + "zh-CN": "JumpServer" + }, + "title": { + "en-US": "JumpServer Privileged Access Management ", + "zh-CN": "开源堡垒机 JumpServer" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "Mr6k0xv39emmsiTZV1pDu" + } + } + }, + "summary": { + "en-US": "A Better Open Source PAM in Multi-Cloud Environment", + "zh-CN": "开源堡垒机" + }, + "overview": { + "en-US": "JumpServer Privileged Access Management (PAM) Complying with 4A Protocol of Operation and Security Auditing", + "zh-CN": "JumpServer 是一个开源特权访问管理 (PAM) 或堡垒机/跳板机解决方案,它符合 4A 操作和安全审核协议。" + }, + "screenshots": { + "en-US": [ + { + "id": "c3f52b51-f3e9-45ab-b26b-c13ed7ec6ac3", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/jumpserver/jumpserver-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "3a6e1655-d66e-4d36-9431-cbe000d069c1", + "key": "控制面板", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/jumpserver/jumpserver-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1IBiHvsnj4zjj6qIk1FIcO" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CQ3nWNNUrmMj6BjOw173z" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5fhqDdiijbN558c2c6TkzN" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5gZWge046khyUO08MUS4VT" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6QQMkgwGkzG0FVbMExBym9" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5WKhPDoXrkwKkJomj8jzCp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "12pnAjAAT5zkmPF33HKq6E" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ErftetWADiFvvgRO3pFnU" + } + } + ] + }, + "websiteurl": { + "en-US": "http://www.jumpserver.org/" + }, + "trademarkUrl": { + "en-US": "https://www.fit2cloud.com/legal/tos.html" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3vCjbC4LJQgteJ0A8T5eEF" + } + } + ] + }, + "keywords": { + "en-US": [ + "PAM", + "Access" + ], + "zh-CN": [ + "堡垒机", + "跳板机", + "PAM" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "Mr6k0xv39emmsiTZV1pDu", + "type": "Entry", + "createdAt": "2023-06-02T03:16:57.557Z", + "updatedAt": "2023-06-02T03:25:18.867Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2023-06-02T03:25:18.867Z", + "firstPublishedAt": "2023-06-02T03:17:40.150Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/Mr6k0xv39emmsiTZV1pDu" + }, + "fields": { + "title": { + "en-US": "jumpserver " + }, + "slug": { + "en-US": "jumpserver" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/jumpserver-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2U15FdOtfKci6CjDiOdcrV", + "type": "Entry", + "createdAt": "2023-06-02T03:46:30.340Z", + "updatedAt": "2023-06-02T03:46:59.010Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-06-02T03:46:59.010Z", + "firstPublishedAt": "2023-06-02T03:46:59.010Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2U15FdOtfKci6CjDiOdcrV" + }, + "fields": { + "title": { + "en-US": "teleport" + }, + "slug": { + "en-US": "teleport" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/teleport-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6al61vicJzZ8fKMfXDsAMn", + "type": "Entry", + "createdAt": "2023-06-02T03:53:42.765Z", + "updatedAt": "2024-07-24T07:29:06.919Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 53, + "publishedAt": "2024-07-24T07:29:06.919Z", + "firstPublishedAt": "2023-06-02T03:55:12.361Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 21, + "version": 54, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6al61vicJzZ8fKMfXDsAMn" + }, + "fields": { + "key": { + "en-US": "teleport" + }, + "trademark": { + "en-US": "Teleport", + "zh-CN": "Teleport" + }, + "title": { + "en-US": "The open source access platform", + "zh-CN": "开源堡垒机 Teleport" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2U15FdOtfKci6CjDiOdcrV" + } + } + }, + "summary": { + "en-US": "The open source access platform used by DevSecOps teams", + "zh-CN": "开源堡垒机" + }, + "overview": { + "en-US": "The open source access platform used by DevSecOps teams for SSH, Kubernetes, databases, internal web applications and Windows.", + "zh-CN": "Teleport 被 DevSecOps 团队用于 SSH、Kubernetes、数据库、内部 Web 应用程序和 Windows。" + }, + "description": { + "en-US": "Teleport prevents phishing by relying on biometrics and machine identity, stops attacker pivots with the Zero Trust architecture, is compatible with everything you have, comes as a cloud service or a self-hosted option and doesn't get in the way of an engineer's productivity.", + "zh-CN": "Teleport通过依靠生物识别和机器身份来防止网络钓鱼,使用零信任架构阻止攻击者透视,与你拥有的一切兼容,作为云服务或自托管选项提供,并且不会妨碍工程师的生产力。" + }, + "screenshots": { + "en-US": [ + { + "id": "c3f52b51-f3e9-45ab-b26b-c13ed7ec6ac3", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/teleport/teleport-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "3a6e1655-d66e-4d36-9431-cbe000d069c1", + "key": "控制面板", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/teleport/teleport-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1IBiHvsnj4zjj6qIk1FIcO" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "TdsvWxQeDCNl1jwOanqG2" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CQ3nWNNUrmMj6BjOw173z" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5fhqDdiijbN558c2c6TkzN" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5gZWge046khyUO08MUS4VT" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6QQMkgwGkzG0FVbMExBym9" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5WKhPDoXrkwKkJomj8jzCp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ZRY6UR6j4c4dOYz3PXXFs" + } + } + ] + }, + "websiteurl": { + "en-US": "https://goteleport.com/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3vCjbC4LJQgteJ0A8T5eEF" + } + } + ] + }, + "keywords": { + "en-US": [ + "PAM", + "Access" + ], + "zh-CN": [ + "堡垒机", + "跳板机", + "PAM" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "14.0", + "13.0" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 2 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4IbaxIknVobVrVV9b9ziJF", + "type": "Entry", + "createdAt": "2023-06-02T04:01:01.876Z", + "updatedAt": "2023-06-02T04:01:29.306Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-06-02T04:01:29.306Z", + "firstPublishedAt": "2023-06-02T04:01:29.306Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4IbaxIknVobVrVV9b9ziJF" + }, + "fields": { + "title": { + "en-US": "minio" + }, + "slug": { + "en-US": "minio" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/minio-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3sNiEy6t4XplQ7CNSd2TaA", + "type": "Entry", + "createdAt": "2023-06-02T04:04:18.897Z", + "updatedAt": "2024-12-09T00:42:03.822Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 62, + "publishedAt": "2024-12-09T00:42:03.822Z", + "firstPublishedAt": "2023-06-02T04:04:46.919Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 18, + "version": 63, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3sNiEy6t4XplQ7CNSd2TaA" + }, + "fields": { + "key": { + "en-US": "minio" + }, + "trademark": { + "en-US": "MinIO", + "zh-CN": "MinIO" + }, + "title": { + "en-US": "High Performance Object Storage", + "zh-CN": "高性能对象存储 MinIO" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4IbaxIknVobVrVV9b9ziJF" + } + } + }, + "summary": { + "en-US": "High Performance Object Storage for AI", + "zh-CN": "云原生高性能对象存储" + }, + "overview": { + "en-US": "MinIO is a high-performance, S3 compatible object store. It is built for large scale AI/ML, data lake and database workloads. ", + "zh-CN": "MinIO 是一种高性能、兼容 S3 的对象存储。它专为大规模 AI/ML、数据湖和数据库工作负载而构建。" + }, + "description": { + "en-US": "It runs on-prem and on any cloud (public or private) and from the data center to the edge. ", + "zh-CN": "它在本地和任何云(公共或私有云)上运行,从数据中心到边缘。" + }, + "screenshots": { + "en-US": [ + { + "id": "bb2475b3-8701-4d5e-87cd-ddba3bbc1b75", + "key": "Console", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/minio/minio-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "59011a31-302a-4ee4-a79b-0390f71a11b5", + "key": "控制台", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/minio/minio-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "511GefnVfjYOcWGLZu9qOk" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "511GefnVfjYOcWGLZu9qOk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5fhqDdiijbN558c2c6TkzN" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5gZWge046khyUO08MUS4VT" + } + } + ] + }, + "os": { + "en-US": [ + "Linux", + "Windows" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1ldGCVj2cz3NX9AiekPYW5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ICEmIGZflTrK6fwMFqg9C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39PsAJu60mmzLfKuJSlCfg" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2O8RaSlsatiVMNTatp20FU" + } + } + }, + "websiteurl": { + "en-US": "https://min.io/" + }, + "trademarkUrl": { + "en-US": "https://min.io/logo" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3QlkgARyx6qWODzbp2zwOY" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "keywords": { + "en-US": [ + "storage", + "Object" + ], + "zh-CN": [ + "云存储", + "对象存储", + "网盘" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "RELEASE.2024-11-07T00-52-20Z", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 2, + "zh-CN": 2 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "554Dn6TI5aUe6PhxY6weWV", + "type": "Entry", + "createdAt": "2023-06-02T04:40:04.855Z", + "updatedAt": "2025-01-05T03:37:37.015Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 19, + "publishedAt": "2025-01-05T03:37:37.015Z", + "firstPublishedAt": "2023-06-02T04:40:57.893Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 5, + "version": 20, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/554Dn6TI5aUe6PhxY6weWV" + }, + "fields": { + "title": { + "en-US": "AI User Interface", + "zh-CN": "AI 交互界面" + }, + "key": { + "en-US": "aiui" + }, + "position": { + "en-US": 1 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6z8egY08PT8n8rPjdkjeMD" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6z8egY08PT8n8rPjdkjeMD" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1JK6OygMDMbuJfQud1ugLe", + "type": "Entry", + "createdAt": "2023-06-02T06:07:45.881Z", + "updatedAt": "2023-06-02T06:08:02.538Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-02T06:08:02.538Z", + "firstPublishedAt": "2023-06-02T06:08:02.538Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1JK6OygMDMbuJfQud1ugLe" + }, + "fields": { + "title": { + "en-US": "jupyterhub" + }, + "slug": { + "en-US": "jupyterhub" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/jupyterhub-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6wPxkFRh15mMZDUpcE6S1k", + "type": "Entry", + "createdAt": "2023-06-02T06:09:22.345Z", + "updatedAt": "2025-01-06T00:48:32.841Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 70, + "publishedAt": "2025-01-06T00:48:32.841Z", + "firstPublishedAt": "2023-06-02T06:15:43.248Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 22, + "version": 71, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6wPxkFRh15mMZDUpcE6S1k" + }, + "fields": { + "key": { + "en-US": "jupyterhub" + }, + "trademark": { + "en-US": "JupyterHub", + "zh-CN": "JupyterHub" + }, + "title": { + "en-US": "Multi-user server for Jupyter notebooks", + "zh-CN": "多用户版的 Jupyter notebooks" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1JK6OygMDMbuJfQud1ugLe" + } + } + }, + "summary": { + "en-US": "Multi-user server for Jupyter notebooks", + "zh-CN": "多用户版的 Jupyter notebooks" + }, + "overview": { + "en-US": "JupyterHub brings the power of notebooks to groups of users. It gives users access to computational environments and resources without burdening the users with installation and maintenance tasks. ", + "zh-CN": "JupyterHub将笔记本的强大功能带给用户组。它给 用户无需负担即可访问计算环境和资源 具有安装和维护任务的用户。" + }, + "description": { + "en-US": "Users - including students, researchers, and data scientists - can get their work done in their own workspaces on shared resources which can be managed efficiently by system administrators.\n\nJupyterHub runs in the cloud or on your own hardware, and makes it possible to serve a pre-configured data science environment to any user in the world. It is customizable and scalable, and is suitable for small and large teams, academic courses, and large-scale infrastructure.", + "zh-CN": "用户 - 包括学生, 研究人员和数据科学家 - 可以自己完成工作 共享资源上的工作区,可由系统管理员高效管理。\n\nJupyterHub在云中或您自己的硬件上运行,并使之成为可能 为世界上的任何用户提供预配置的数据科学环境。 它是可定制和可扩展的,适用于小型和大型团队, 学术课程和大型基础设施。" + }, + "screenshots": { + "en-US": [ + { + "id": "3c3c3232-bc6f-47d7-a1a1-86b2fb978d0a", + "key": "Notebook", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/jupyterhub/jupyterhub-gui-websoft9.webp" + } + ], + "zh-CN": [ + { + "id": "ec40efc7-139e-4056-aa9a-7b0907b612f4", + "key": "Notebook", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/jupyterhub/jupyterhub-gui-websoft9.webp" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2DltY233eD0xqBGq6o9NUL" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3IbC5xwF9ZcADQI9tpRUGQ" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English" + ], + "zh-CN": [ + "英文" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6QQMkgwGkzG0FVbMExBym9" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "MDp7tV6lQD1WDc4OZrlxE" + } + } + }, + "websiteurl": { + "en-US": "https://jupyter.org/" + }, + "trademarkUrl": { + "en-US": "https://jupyter.org/governance/trademarks.html" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1VXky9TPc6JBCS6Gorxnzl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5nnWNotOqyUr46d2ZEQzsA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2V5Sey9mCVvizDs6ikr7ig" + } + } + ] + }, + "keywords": { + "en-US": [ + "computational notebooks", + "code" + ], + "zh-CN": [ + "在线编程", + "数据科学" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "5.2.1", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 2 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5GkRE6405qKzHSctxxdAjG", + "type": "Entry", + "createdAt": "2023-06-02T08:49:25.165Z", + "updatedAt": "2023-06-02T08:51:40.937Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-02T08:51:40.937Z", + "firstPublishedAt": "2023-06-02T08:51:40.937Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5GkRE6405qKzHSctxxdAjG" + }, + "fields": { + "title": { + "en-US": "kasmweb" + }, + "slug": { + "en-US": "kasmweb" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/kasmweb-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1fT8qONCTMdwrK1Jkexxax", + "type": "Entry", + "createdAt": "2023-06-02T08:52:02.214Z", + "updatedAt": "2024-11-27T01:12:11.410Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 70, + "publishedAt": "2024-11-27T01:12:11.410Z", + "firstPublishedAt": "2023-06-02T09:03:38.665Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 19, + "version": 71, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1fT8qONCTMdwrK1Jkexxax" + }, + "fields": { + "key": { + "en-US": "kasmweb" + }, + "trademark": { + "en-US": "Kasmweb", + "zh-CN": "Kasm Workspaces" + }, + "title": { + "en-US": "The Container Streaming Platform®", + "zh-CN": "容器化虚拟桌面平台" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5GkRE6405qKzHSctxxdAjG" + } + } + }, + "summary": { + "en-US": "The Container Streaming Platform", + "zh-CN": "容器化应用程序和桌面流 Kasm Workspaces" + }, + "overview": { + "en-US": "Streaming containerized apps and desktops to end-users. The Workspaces platform provides enterprise-class orchestration, data loss prevention, and web streaming technology to enable the delivery of containerized workloads to your browser.", + "zh-CN": "将容器化应用程序和桌面流式传输到最终用户。Workspaces 平台提供企业级编排、数据丢失防护和 Web 流技术,支持将容器化工作负载交付到浏览器。" + }, + "description": { + "en-US": "Kasmweb is a Docker-based container application platform that provides enterprise-level orchestration, data loss protection, and Web streaming technology. It enables the delivery of containerized workloads to the browser. Users can run various applications in the browser, such as Linux desktops, browsers, chat tools, office software, multimedia tools, and more. It also supports isolated protected browsers and Linux desktops.", + "zh-CN": "Kasmweb 是一款基于 Docker 的容器应用平台,它提供企业级编排、数据丢失防护和 Web 流技术,支持将容器化工作负载交付到浏览器。用户可以在浏览器内运行各种应用,如 Linux 桌面、浏览器、聊天工具、办公软件、多媒体工具等,并支持受隔离保护的浏览器和 Linux 桌面。" + }, + "screenshots": { + "en-US": [ + { + "id": "3c3c3232-bc6f-47d7-a1a1-86b2fb978d0a", + "key": "Console", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/kasmweb/kasmweb-gui-websoft9.webp" + } + ], + "zh-CN": [ + { + "id": "ec40efc7-139e-4056-aa9a-7b0907b612f4", + "key": "控制台", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/kasmweb/kasmweb-gui-websoft9.webp" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5NSpZ4nmAEWWmwm3XpNczD" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1L5FTwpWq09MgDXjY2VJci" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English" + ], + "zh-CN": [ + "英文" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6QQMkgwGkzG0FVbMExBym9" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "12pnAjAAT5zkmPF33HKq6E" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5bFfqXIcehqRrhgs5GSove" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.kasmweb.com/" + }, + "trademarkUrl": { + "en-US": "https://www.kasmweb.com/software_eula" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1VXky9TPc6JBCS6Gorxnzl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5nnWNotOqyUr46d2ZEQzsA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1MNlRXKNJmgwc9tUS5C8kD" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6PAPQ68qroHDGba7O9DQQ5" + } + } + ] + }, + "keywords": { + "en-US": [ + "Workspaces", + "Container" + ], + "zh-CN": [ + "虚拟桌面", + "容器桌面", + "云桌面", + "远程办公", + "云电脑" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "1.16.1" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 5 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5NSpZ4nmAEWWmwm3XpNczD", + "type": "Entry", + "createdAt": "2023-06-02T08:59:25.504Z", + "updatedAt": "2023-06-02T09:00:01.949Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-06-02T09:00:01.949Z", + "firstPublishedAt": "2023-06-02T09:00:01.949Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5NSpZ4nmAEWWmwm3XpNczD" + }, + "fields": { + "title": { + "en-US": "Cloud Workspaces", + "zh-CN": "云桌面" + }, + "key": { + "en-US": "cloud-workspaces" + }, + "position": { + "en-US": 10 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1fQ5nJAUb768z7n09J7sdK" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1fQ5nJAUb768z7n09J7sdK" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4zQVD8lcjwh2DOJirebZgr", + "type": "Entry", + "createdAt": "2023-06-02T09:11:05.003Z", + "updatedAt": "2023-06-02T09:11:18.954Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-02T09:11:18.954Z", + "firstPublishedAt": "2023-06-02T09:11:18.954Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4zQVD8lcjwh2DOJirebZgr" + }, + "fields": { + "title": { + "en-US": "kong" + }, + "slug": { + "en-US": "kong" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/kong-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "znIjwUaSYDrYlPoNFOb2g", + "type": "Entry", + "createdAt": "2023-06-02T09:11:36.790Z", + "updatedAt": "2024-11-12T09:02:11.102Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 67, + "publishedAt": "2024-11-12T09:02:11.102Z", + "firstPublishedAt": "2023-06-02T09:20:11.354Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 21, + "version": 68, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/znIjwUaSYDrYlPoNFOb2g" + }, + "fields": { + "key": { + "en-US": "kong" + }, + "trademark": { + "en-US": "Kong Gateway (OSS)", + "zh-CN": "Kong Gateway (OSS)" + }, + "title": { + "en-US": "The Cloud Native API Management Platform", + "zh-CN": "云原生 API 网关 Kong" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4zQVD8lcjwh2DOJirebZgr" + } + } + }, + "summary": { + "en-US": "The Cloud Native API Management Platform", + "zh-CN": "云原生 API 网关" + }, + "overview": { + "en-US": "Build delightful customer experiences and unleash developer productivity with Kong, the fastest cloud native API platform.", + "zh-CN": "使用 Kong(最快的云原生 API 平台)构建令人愉悦的客户体验并释放开发人员的工作效率。" + }, + "description": { + "en-US": "Kong is a cloud-native API gateway that provides full lifecycle management for HTTP APIs, including features such as API routing, authentication, rate limiting, and monitoring. It supports multiple languages and frameworks and can easily integrate with container orchestration tools like Kubernetes, providing enterprises with more efficient, flexible, and reliable services.", + "zh-CN": "Kong 是一款云原生的API网关,提供对 HTTP API 的全生命周期管理,包括 API 路由、身份验证、限流、监控等功能。它支持多种语言和框架,可以轻松地与 Kubernetes 等容器编排工具集成,为企业提供了更加高效、灵活和可靠的服务。" + }, + "screenshots": { + "en-US": [ + { + "id": "3c3c3232-bc6f-47d7-a1a1-86b2fb978d0a", + "key": "Console", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/kong/kong-gui-websoft9.webp" + } + ], + "zh-CN": [ + { + "id": "ec40efc7-139e-4056-aa9a-7b0907b612f4", + "key": "控制台", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/kong/kong-gui-websoft9.webp" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "18WRukzpbyA4ebyhWDJFsU" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English" + ], + "zh-CN": [ + "英文" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6ZxNBKnvZwSwK5hYJIO74C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6wDwrhWzPr7y7b84CoTTBv" + } + } + ] + }, + "websiteurl": { + "en-US": "https://konghq.com/" + }, + "trademarkUrl": { + "en-US": "https://konghq.com/legal/terms-of-use" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3vCjbC4LJQgteJ0A8T5eEF" + } + } + ] + }, + "keywords": { + "en-US": [ + "API", + "API Gatway" + ], + "zh-CN": [ + "API 网关" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "3.8", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 2 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "InzLy7T66qf9sAVMySRwc", + "type": "Entry", + "createdAt": "2023-06-02T09:21:40.789Z", + "updatedAt": "2023-06-02T09:21:53.005Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-02T09:21:53.005Z", + "firstPublishedAt": "2023-06-02T09:21:53.005Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/InzLy7T66qf9sAVMySRwc" + }, + "fields": { + "title": { + "en-US": "mautic" + }, + "slug": { + "en-US": "mautic" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/mautic-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3N1q7Xjn6wlgaZ4qPbLtt0", + "type": "Entry", + "createdAt": "2023-06-02T09:25:08.062Z", + "updatedAt": "2024-12-12T03:24:53.146Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 72, + "publishedAt": "2024-12-12T03:24:53.146Z", + "firstPublishedAt": "2023-06-02T09:36:54.287Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 21, + "version": 73, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3N1q7Xjn6wlgaZ4qPbLtt0" + }, + "fields": { + "key": { + "en-US": "mautic" + }, + "trademark": { + "en-US": "Mautic", + "zh-CN": "Mautic" + }, + "title": { + "en-US": "Open Source Marketing Automation Software", + "zh-CN": "营销自动化系统 Mautic" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "InzLy7T66qf9sAVMySRwc" + } + } + }, + "summary": { + "en-US": "Open Source Marketing Automation Software", + "zh-CN": "开源营销自动化系统" + }, + "overview": { + "en-US": "Mautic provides free and open source marketing automation software available to everyone. Free email marketing software, lead management software and more", + "zh-CN": "Mautic为 所有人提供免费和开源 的营销自动化软件。免费电子邮件营销软件,潜在客户管理软件等。" + }, + "description": { + "en-US": "Mautic is an open source customer relationship management (CRM) software that focuses on automated marketing, sales, and customer service. It has the following features:\n\nHigh customization: Users can customize the marketing automation process according to their own needs, improving business efficiency.\nConvenient integration: Mautic supports multiple plug-ins and tool integrations, making it easy for users to manage multiple channels.\nData analysis capability: Mautic provides powerful data analysis capabilities to help users better understand customer needs and market trends.\nHigh security: Mautic uses a series of security measures to ensure the security of user data.", + "zh-CN": "Mautic 是一款开源的客户关系管理(CRM)软件,专注于自动化营销、销售和客户服务。它具有以下特点:\n\n 自定义性强:用户可以根据自己的需求定制营销自动化流程,提高业务效率。\n 集成方便:Mautic 支持多种插件和工具集成,方便用户进行多渠道管理。\n 数据分析能力:Mautic 提供了强大的数据分析功能,帮助用户更好地了解客户需求和市场趋势。\n 安全性高:Mautic 采用了一系列安全措施,确保用户数据的安全性。\n" + }, + "screenshots": { + "en-US": [ + { + "id": "3c3c3232-bc6f-47d7-a1a1-86b2fb978d0a", + "key": "Console", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/mautic/mautic-gui-websoft9.jpg" + } + ], + "zh-CN": [ + { + "id": "ec40efc7-139e-4056-aa9a-7b0907b612f4", + "key": "控制台", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/mautic/mautic-gui-websoft9.jpg" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5MlAi8mrG3SPEvYCmhpxZO" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5yqWwdguLzWOz9SrRQ2Elk" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English" + ], + "zh-CN": [ + "英文" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6ZxNBKnvZwSwK5hYJIO74C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5UuBH4b0zhyMD4oGb9FSpf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "581T3Tx1sCF3xWdG8fWXbm" + } + } + }, + "licenseadditional": { + "en-US": "https://github.com/mautic/mautic/blob/5.x/LICENSE.txt" + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CcnCaE2mWTEtqPMVPnSyF" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.mautic.org/" + }, + "trademarkUrl": { + "en-US": "https://www.mautic.org/about/trademark" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3vCjbC4LJQgteJ0A8T5eEF" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3QlkgARyx6qWODzbp2zwOY" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "vbbiHNKxaNXh8noSStJfB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7rNeLNZpc0T7Dd0qJzFn7k" + } + } + ] + }, + "keywords": { + "en-US": [ + "Marketing Automation", + "CRM" + ], + "zh-CN": [ + "CRM", + "邮件营销", + "营销自动化", + "客户成功" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "5.1.1-apache" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 2 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7Aq6tLJSqnFlAfVs8USjYa", + "type": "Entry", + "createdAt": "2023-06-03T01:53:11.726Z", + "updatedAt": "2023-06-03T01:53:42.284Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-06-03T01:53:42.284Z", + "firstPublishedAt": "2023-06-03T01:53:42.284Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7Aq6tLJSqnFlAfVs8USjYa" + }, + "fields": { + "title": { + "en-US": "mongocompass" + }, + "slug": { + "en-US": "mongocompass" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/mongocompass-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "71HqrH85UckvBFC2kWsHCp", + "type": "Entry", + "createdAt": "2023-06-03T01:54:09.412Z", + "updatedAt": "2024-08-27T00:57:22.486Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 64, + "publishedAt": "2024-08-27T00:57:22.486Z", + "firstPublishedAt": "2023-06-03T01:59:03.469Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 20, + "version": 65, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/71HqrH85UckvBFC2kWsHCp" + }, + "fields": { + "key": { + "en-US": "mongocompass" + }, + "trademark": { + "en-US": "MongoDB Compass", + "zh-CN": "MongoDB Compass" + }, + "title": { + "en-US": "The GUI for MongoDB", + "zh-CN": "MongoDB 可视化工具 Compass" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7Aq6tLJSqnFlAfVs8USjYa" + } + } + }, + "summary": { + "en-US": "The GUI for MongoDB", + "zh-CN": "MongoDB 官方可视化工具" + }, + "overview": { + "en-US": "Compass is a free interactive tool for querying, optimizing, and analyzing your MongoDB data. Get key insights, drag and drop to build pipelines, and more.", + "zh-CN": "Compass 是一款免费的交互式工具,用于查询、优化和分析 MongoDB 数据。您可以通过拖放来构建管道等方式获得关键见解。" + }, + "description": { + "en-US": "Easily work with your data in Compass, the GUI built by — and for — MongoDB. Compass provides everything from schema analysis to index optimization to aggregation pipelines in a single, centralized interface.", + "zh-CN": "在Compass中轻松处理您的数据,Compass是由MongoDB构建的GUI。Compass 在单个集中式界面中提供从模式分析到索引优化再到聚合管道的所有内容。" + }, + "screenshots": { + "en-US": [ + { + "id": "6e65fa9f-89fe-44a1-a9a0-1984f34d2f2c", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/mongodb/mongodbcompass001-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "551d42ad-c973-4c75-a65f-bc15c15b636f", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/mongodb/mongodbcompass001-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "TdsvWxQeDCNl1jwOanqG2" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4mv9cboFR6s2EODk9Uzx4O" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English" + ], + "zh-CN": [ + "英文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4iQsJxo95VUZYyGzuCD5rV" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5bFfqXIcehqRrhgs5GSove" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.mongodb.com/products/compass" + }, + "trademarkUrl": { + "en-US": "https://www.mongodb.com/legal/trademark-usage-guidelines" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4zs1RAViCqbskgaB7eTJtI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2V5Sey9mCVvizDs6ikr7ig" + } + } + ] + }, + "keywords": { + "en-US": [ + "MongoDB", + "GUI" + ], + "zh-CN": [ + "MongoDB", + "图形化界面" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "1.41.0", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 2 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5jmtm1AlEH6DZhiXsMdEXP", + "type": "Entry", + "createdAt": "2023-06-03T02:00:51.099Z", + "updatedAt": "2023-06-03T02:01:11.169Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-06-03T02:01:11.169Z", + "firstPublishedAt": "2023-06-03T02:01:11.169Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5jmtm1AlEH6DZhiXsMdEXP" + }, + "fields": { + "title": { + "en-US": "netdata" + }, + "slug": { + "en-US": "netdata" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/netdata-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5V9WsR1qWXR0PGdlwRfqAP", + "type": "Entry", + "createdAt": "2023-06-03T02:09:28.159Z", + "updatedAt": "2024-10-24T02:39:29.672Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 56, + "publishedAt": "2024-10-24T02:39:29.672Z", + "firstPublishedAt": "2023-06-03T02:20:16.522Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 10, + "version": 57, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5V9WsR1qWXR0PGdlwRfqAP" + }, + "fields": { + "key": { + "en-US": "netdata" + }, + "trademark": { + "en-US": "Netdata", + "zh-CN": "Netdata" + }, + "title": { + "en-US": "Real-Time data collection and visualizatio", + "zh-CN": "实时可视化监控系统 Netdata" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5jmtm1AlEH6DZhiXsMdEXP" + } + } + }, + "summary": { + "en-US": "Real-Time data collection and visualizatio", + "zh-CN": "实时可视化的服务器监控系统" + }, + "overview": { + "en-US": "Netdata is a distributed, real-time, performance and health monitoring platform for systems, hardware, containers and applications, collecting thousands of useful metrics with zero configuration needed.", + "zh-CN": "Netdata 是一个面向系统、硬件、容器和应用程序的分布式实时性能和运行状况监控平台,无需配置即可收集数千个有用的指标。" + }, + "description": { + "en-US": "Netdata则不同。实时数据收集和可视化。无限的可扩展性融入其设计中。灵活且高度模块化。可立即进行故障排除,无需任何先验知识和准备。可以集成到现有的监控工具链中,如Prometheus和Grafana,Graphite,OpenTSDB,InfluxDB,甚至第三方商业解决方案。", + "zh-CN": "Netdata则不同。实时数据收集和可视化。无限的可扩展性融入其设计中。灵活且高度模块化。可立即进行故障排除,无需任何先验知识和准备。可以集成到现有的监控工具链中,如Prometheus和Grafana,Graphite,OpenTSDB,InfluxDB,甚至第三方商业解决方案。" + }, + "screenshots": { + "en-US": [ + { + "id": "291fde08-eec7-41ed-8bd8-616e5a3e6f64", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/netdata/netdata-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "b621c299-8c80-4026-8e42-81ccb0890416", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/netdata/netdata-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1wZ51O1lNNKJkfM9eFh1eV" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1M2nMpga1p9ppE1D59l357" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English" + ], + "zh-CN": [ + "英文" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1ldGCVj2cz3NX9AiekPYW5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39PsAJu60mmzLfKuJSlCfg" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "459qZ8YeZfxR5UtMPG3ijT" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "12pnAjAAT5zkmPF33HKq6E" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DsfObBcFoAWJGQZC4AQeS" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.netdata.cloud/" + }, + "trademarkUrl": { + "en-US": "https://www.netdata.cloud/terms/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + } + ] + }, + "keywords": { + "en-US": [ + "System Monitor" + ], + "zh-CN": [ + "系统监控", + "容器监控", + "可视化" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 2 + }, + "memory": { + "en-US": 1, + "zh-CN": 4 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "29q610BKyjiYJlOtXKBlbu", + "type": "Entry", + "createdAt": "2023-06-03T02:40:09.348Z", + "updatedAt": "2023-06-03T02:40:29.195Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-03T02:40:29.195Z", + "firstPublishedAt": "2023-06-03T02:40:29.195Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/29q610BKyjiYJlOtXKBlbu" + }, + "fields": { + "title": { + "en-US": "nextterminal" + }, + "slug": { + "en-US": "nextterminal" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/nextterminal-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "254PDKCtspEBLiHgAghnbN", + "type": "Entry", + "createdAt": "2023-06-03T02:41:17.679Z", + "updatedAt": "2024-10-24T02:37:31.513Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 53, + "publishedAt": "2024-10-24T02:37:31.513Z", + "firstPublishedAt": "2023-06-03T02:46:11.132Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 18, + "version": 54, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/254PDKCtspEBLiHgAghnbN" + }, + "fields": { + "key": { + "en-US": "nextterminal" + }, + "trademark": { + "en-US": "Next Terminal", + "zh-CN": "Next Terminal" + }, + "title": { + "en-US": "The open source access platform", + "zh-CN": "开源交互审计系统(堡垒机) Next Terminal" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "29q610BKyjiYJlOtXKBlbu" + } + } + }, + "summary": { + "en-US": "The open source access platform", + "zh-CN": "简单好用安全的开源交互审计系统" + }, + "overview": { + "en-US": "Next Terminal 用真实身份取代了传统账号,为连接到基础设施的每位工程师提供防钓鱼的零信任访问方案。", + "zh-CN": "Next Terminal 用真实身份取代了传统账号,为连接到基础设施的每位工程师提供防钓鱼的零信任访问方案。" + }, + "description": { + "en-US": "Next Terminal是一个简单好用安全的开源交互审计系统,支持RDP、SSH、VNC、Telnet、Kubernetes协议。\n\n目前支持的功能有:\n\n- 授权凭证管理\n- 资产管理(支持RDP、SSH、VNC、TELNET协议)\n- 指令管理\n- 批量执行命令\n- 在线会话管理(监控、强制断开)\n- 离线会话管理(查看录屏)\n- 双因素认证\n- 资产标签\n- 资产授权\n- 多用户&用户分组\n- 计划任务\n- ssh server\n- 登录策略\n- 系统监控", + "zh-CN": "Next Terminal是一个简单好用安全的开源交互审计系统,支持RDP、SSH、VNC、Telnet、Kubernetes协议。\n\n目前支持的功能有:\n\n- 授权凭证管理\n- 资产管理(支持RDP、SSH、VNC、TELNET协议)\n- 指令管理\n- 批量执行命令\n- 在线会话管理(监控、强制断开)\n- 离线会话管理(查看录屏)\n- 双因素认证\n- 资产标签\n- 资产授权\n- 多用户&用户分组\n- 计划任务\n- ssh server\n- 登录策略\n- 系统监控" + }, + "screenshots": { + "en-US": [ + { + "id": "c3f52b51-f3e9-45ab-b26b-c13ed7ec6ac3", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/nexterminal/nexterminal-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "3a6e1655-d66e-4d36-9431-cbe000d069c1", + "key": "控制面板", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/nexterminal/nexterminal-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1IBiHvsnj4zjj6qIk1FIcO" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6QQMkgwGkzG0FVbMExBym9" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5WKhPDoXrkwKkJomj8jzCp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2O8RaSlsatiVMNTatp20FU" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ZRY6UR6j4c4dOYz3PXXFs" + } + } + ] + }, + "websiteurl": { + "en-US": "https://next-terminal.typesafe.cn/" + }, + "trademarkUrl": { + "en-US": "https://next-terminal.typesafe.cn/terms" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3vCjbC4LJQgteJ0A8T5eEF" + } + } + ] + }, + "keywords": { + "en-US": [ + "PAM", + "Access" + ], + "zh-CN": [ + "堡垒机", + "跳板机", + "PAM" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2n4UVCxvZMQhHvEoMDg8tM", + "type": "Entry", + "createdAt": "2023-06-03T02:47:54.804Z", + "updatedAt": "2023-06-03T02:48:14.433Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-03T02:48:14.433Z", + "firstPublishedAt": "2023-06-03T02:48:14.433Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2n4UVCxvZMQhHvEoMDg8tM" + }, + "fields": { + "title": { + "en-US": "nocodb" + }, + "slug": { + "en-US": "nocodb" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/nocodb-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6XiF0HjKWh8ghk5AhJG0Ym", + "type": "Entry", + "createdAt": "2023-06-03T02:57:11.748Z", + "updatedAt": "2024-07-24T07:28:10.367Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 73, + "publishedAt": "2024-07-24T07:28:10.367Z", + "firstPublishedAt": "2023-06-03T02:59:03.263Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 22, + "version": 74, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6XiF0HjKWh8ghk5AhJG0Ym" + }, + "fields": { + "key": { + "en-US": "nocodb" + }, + "trademark": { + "en-US": "NocoDB", + "zh-CN": "NocoDB" + }, + "title": { + "en-US": "The Open Source Airtable Alternative", + "zh-CN": "Airtable 开源替代系统 NocoDB" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2n4UVCxvZMQhHvEoMDg8tM" + } + } + }, + "summary": { + "en-US": "The Open Source Airtable Alternative", + "zh-CN": "Airtable 开源替代系统" + }, + "overview": { + "en-US": "NocoDB is an open source #NoCode platform that turns any database into a smart spreadsheet.", + "zh-CN": "NocoDB是一个开源 NoCode 平台,可将任何数据库转换为智能电子表格。" + }, + "description": { + "en-US": "NocoDB is a no-code database platform that allows teams to collaborate and build applications with ease of a familiar and intuitive spreadsheet interface. This allows even non-developers or business users to become software creators.\n\nNocoDB works by connecting to any relational database and transforming them into a smart spreadsheet interface! This allows you to build no-code applications collaboratively with teams. NocoDB currently works with MySQL, PostgreSQL & SQLite (only in Open Source) databases.", + "zh-CN": "NocoDB是一个无代码数据库平台,允许团队通过熟悉和直观的电子表格界面轻松协作和构建应用程序。这使得即使是非开发人员或业务用户也可以成为软件创作者。\n\nNocoDB的工作原理是连接到任何关系数据库,并将其转换为智能电子表格界面!这使您可以与团队合作构建无代码应用程序。NocoDB目前支持MySQL、PostgreSQL和SQLite(仅在开源中)数据库。" + }, + "screenshots": { + "en-US": [ + { + "id": "c3f52b51-f3e9-45ab-b26b-c13ed7ec6ac3", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/nocodb/nocodb-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "3a6e1655-d66e-4d36-9431-cbe000d069c1", + "key": "控制面板", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/nocodb/nocodb-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7nMNcJU8pX0OQHaM70BoXI" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CQ3nWNNUrmMj6BjOw173z" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5fhqDdiijbN558c2c6TkzN" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5gZWge046khyUO08MUS4VT" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2O8RaSlsatiVMNTatp20FU" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7sAoBXjxdtWHcqEoxSHpJB" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.nocodb.com/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3vCjbC4LJQgteJ0A8T5eEF" + } + } + ] + }, + "keywords": { + "en-US": [ + "NoCode", + "LowCode", + "Airtable" + ], + "zh-CN": [ + "低代码", + "零代码", + "Airtable" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7aGHq9HzFzQOW6eWWcBHL6", + "type": "Entry", + "createdAt": "2023-06-03T03:13:38.993Z", + "updatedAt": "2023-06-03T03:13:57.503Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-06-03T03:13:57.503Z", + "firstPublishedAt": "2023-06-03T03:13:57.503Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7aGHq9HzFzQOW6eWWcBHL6" + }, + "fields": { + "title": { + "en-US": "nopcommerce" + }, + "slug": { + "en-US": "nopcommerce" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/nopcommerce-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2146r05MigS0WqSx3E4KnC", + "type": "Entry", + "createdAt": "2023-06-03T03:14:48.340Z", + "updatedAt": "2024-12-12T03:23:02.109Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 77, + "publishedAt": "2024-12-12T03:23:02.109Z", + "firstPublishedAt": "2023-06-03T03:16:26.503Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 24, + "version": 78, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2146r05MigS0WqSx3E4KnC" + }, + "fields": { + "key": { + "en-US": "nopcommerce" + }, + "trademark": { + "en-US": "nopCommerce", + "zh-CN": "nopCommerce" + }, + "title": { + "en-US": "Free and open-source eCommerce platform", + "zh-CN": "开源电子商务系统 nopCommerce" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7aGHq9HzFzQOW6eWWcBHL6" + } + } + }, + "summary": { + "en-US": "Free and open-source eCommerce platform", + "zh-CN": "开源电子商务系统" + }, + "overview": { + "en-US": "The popular ASP.NET Core shopping cart in the world based on Microsoft technologies", + "zh-CN": "基于微软技术的全球受欢迎的 ASP.NET 电商系统" + }, + "description": { + "en-US": "nopCommerce is a free and open-source eCommerce platform that offers rich functionality, customization, and security for any size and type of business. It is based on Microsoft .NET", + "zh-CN": "nopCommerce是一个适用于各种规模和业务类型的免费开源的电子商务平台,支持多供应商和多商店功能,丰富的内置功能和定制性。您可以在nopCommerce上快速启动和扩展您的在线商店,与付款和运输服务集成" + }, + "screenshots": { + "en-US": [ + { + "id": "99a59f4f-e3cc-4de1-9f7c-4e9b42f80bd1", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/nopcommerce/nopcommerce-devices.png" + } + ], + "zh-CN": [ + { + "id": "a6580172-4b8f-444c-b57f-ec480e042765", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/nopcommerce/nopcommerce-devices.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "14lDYcrg2fLMbC1S9AkNDf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5yqWwdguLzWOz9SrRQ2Elk" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5wVPQoc28yauIPIjbs7Ecp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5WKhPDoXrkwKkJomj8jzCp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3XLYU7pPQw1tv0esOTj1Qw" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "474NGZtIwb7OmYB6hwO3zt" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7mcAFr4uP0RuuHcJhWsUvv" + } + } + ] + }, + "licenseadditional": { + "en-US": "nopCommerce Public License Version 3.0 (\"NPL\")\nhttps://github.com/nopSolutions/nopCommerce/blob/develop/LICENSE.md" + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7akHgnkqSmGh1UJZMw0MO" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.nopcommerce.com/" + }, + "trademarkUrl": { + "en-US": "https://www.nopcommerce.com/en/branding" + }, + "keywords": { + "en-US": [ + "ecommerce", + "website" + ], + "zh-CN": [ + "电子商务", + "建站" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "4.70.5", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4FWlfnNVm8v8j8z134ulWI", + "type": "Entry", + "createdAt": "2023-06-03T03:27:30.571Z", + "updatedAt": "2023-06-03T03:27:50.238Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-06-03T03:27:50.238Z", + "firstPublishedAt": "2023-06-03T03:27:50.238Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4FWlfnNVm8v8j8z134ulWI" + }, + "fields": { + "title": { + "en-US": "opensearch" + }, + "slug": { + "en-US": "opensearch" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/opensearch-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3bCBnBly1HqDgKoLiREKIG", + "type": "Entry", + "createdAt": "2023-06-03T03:32:58.835Z", + "updatedAt": "2024-11-29T00:35:48.191Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 74, + "publishedAt": "2024-11-29T00:35:48.191Z", + "firstPublishedAt": "2023-06-03T03:41:58.192Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 23, + "version": 75, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3bCBnBly1HqDgKoLiREKIG" + }, + "fields": { + "key": { + "en-US": "opensearch" + }, + "trademark": { + "en-US": "OpenSearch", + "zh-CN": "OpenSearch" + }, + "title": { + "en-US": "Amazon Elasticsearch Service", + "zh-CN": "AWS 维护的 Elasticsearch 分支 OpenSearch" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4FWlfnNVm8v8j8z134ulWI" + } + } + }, + "summary": { + "en-US": "Open source fork of Elasticsearch and Kibana", + "zh-CN": "由社区共同推动的 Elasticsearch 与 Kibana 开源分支" + }, + "overview": { + "en-US": "OpenSearch is a scalable, flexible, and extensible open-source software suite for search, analytics, and observability applications", + "zh-CN": "OpenSearch 是一个可扩展、灵活且可扩展的开源软件套件,适用于根据 Apache 2.0 许可的搜索、分析和可观测性应用程序。" + }, + "description": { + "en-US": "OpenSearch is an open-source search and analysis suite composed of data storage and search engines, visualizations and user interfaces, and server-side data collectors. Users can expand its functionalities, including enhancing search, analysis, security, machine learning, etc. Driven by the community, OpenSearch provides a secure, high-quality search and analysis solution and supports full-text queries, natural language processing, and other functions.", + "zh-CN": "OpenSearch 是开源的搜索和分析套件,由数据存储和搜索引擎、可视化和用户界面以及服务器端数据收集器等组成。用户可以扩展其功能,包括增强搜索、分析、安全性、机器学习等。OpenSearch 社区驱动,提供安全、高质量的搜索和分析解决方案,并支持全文查询、自然语言处理等功能。" + }, + "screenshots": { + "en-US": [ + { + "id": "211154a5-af9d-40b2-bb05-ab18f9a3f032", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/opensearch/opensearch-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "2a67c8fd-fdaf-4739-a8a8-eabe71f6e266", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/opensearch/opensearch-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4lpAUBwj6o54U0b4CfLdbg" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "25O12xwjoBcnGyQ2pY8gi1" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3pgr2mz2MsBWGpSNAXORrl" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17Jq88yTIez2ftdYQRrZSc" + } + } + ] + }, + "websiteurl": { + "en-US": "https://opensearch.org/" + }, + "trademarkUrl": { + "en-US": "https://opensearch.org/trademark-brand-policy.html" + }, + "keywords": { + "en-US": [ + " Elasticsearch", + "big data", + "Data analysis", + "log", + "AWS" + ], + "zh-CN": [ + "大数据", + "数据分析", + "日志管理", + "可视化", + "AWS" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "2.18.0", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 8 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7mWozsABzSawWBB9fwzOW9", + "type": "Entry", + "createdAt": "2023-06-03T06:39:52.869Z", + "updatedAt": "2023-06-03T06:40:09.779Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-06-03T06:40:09.779Z", + "firstPublishedAt": "2023-06-03T06:40:09.779Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7mWozsABzSawWBB9fwzOW9" + }, + "fields": { + "title": { + "en-US": "pimcore" + }, + "slug": { + "en-US": "pimcore" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/pimcore-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7lrxpGnNLzjJ91ALTTH4xh", + "type": "Entry", + "createdAt": "2023-06-03T06:43:02.230Z", + "updatedAt": "2024-10-23T09:19:09.625Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 49, + "publishedAt": "2024-10-23T09:19:09.625Z", + "firstPublishedAt": "2023-06-03T06:49:17.243Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 14, + "version": 50, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7lrxpGnNLzjJ91ALTTH4xh" + }, + "fields": { + "key": { + "en-US": "pimcore" + }, + "trademark": { + "en-US": "Pimcore", + "zh-CN": "Pimcore" + }, + "title": { + "en-US": "Data and experience management platform", + "zh-CN": "数据与用户体验管理平台 Pimcore" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7mWozsABzSawWBB9fwzOW9" + } + } + }, + "summary": { + "en-US": "Data and experience management platform", + "zh-CN": "数据与用户体验管理平台" + }, + "overview": { + "en-US": "Fastest time-to-market and rapid digitization with the Open Source data and experience management platform for PIM/MDM, DAM, DXP/CMS, CDP, and digital commerce.", + "zh-CN": "借助面向 PIM/MDM、DAM、DXP/CMS、CDP 和数字商务的开源数据和体验管理平台,实现最快的上市时间和快速数字化。" + }, + "screenshots": { + "en-US": [ + { + "id": "881d7309-61bb-4dab-90b7-edb0c78413bc", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/pimcore/pimcore-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "9d6ca786-b209-4d95-84ac-1deb219fc4cb", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/pimcore/pimcore-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7EhengWHk8so7BMWjTgPvQ" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "14lDYcrg2fLMbC1S9AkNDf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1qwbdXJCwYeeXQoLRlpiCj" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "Other" + ] + }, + "highlights": { + "en-US": [ + "" + ], + "zh-CN": [ + "" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5WKhPDoXrkwKkJomj8jzCp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3XLYU7pPQw1tv0esOTj1Qw" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "FBjnaWTea9jWIviVI9UXN" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "581T3Tx1sCF3xWdG8fWXbm" + } + } + }, + "licenseadditional": { + "en-US": "Pimcore Commercial License (PCL) for no community edition" + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CcnCaE2mWTEtqPMVPnSyF" + } + } + ] + }, + "websiteurl": { + "en-US": "https://pimcore.com/" + }, + "trademarkUrl": { + "en-US": "https://pimcore.com/de/ueber-uns/brand" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1MNlRXKNJmgwc9tUS5C8kD" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3QlkgARyx6qWODzbp2zwOY" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + } + ] + }, + "keywords": { + "en-US": [ + "PIM", + "eCommerce", + "CMS", + "DAM", + "CDP" + ], + "zh-CN": [ + "产品信息管理", + "PIM", + "电商", + "CMS", + "ECM", + "DAM" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "php8.2-latest" + ] + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2, + "zh-CN": 2 + }, + "memory": { + "en-US": 4, + "zh-CN": 4 + }, + "storage": { + "en-US": 1, + "zh-CN": 20 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5jfylh4x7gXfuyKBe3bvBI", + "type": "Entry", + "createdAt": "2023-06-03T07:22:16.499Z", + "updatedAt": "2024-12-11T08:17:34.772Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 82, + "publishedAt": "2024-12-11T08:17:34.772Z", + "firstPublishedAt": "2023-06-03T07:22:41.976Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 23, + "version": 83, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5jfylh4x7gXfuyKBe3bvBI" + }, + "fields": { + "key": { + "en-US": "prometheus" + }, + "trademark": { + "en-US": "Prometheus", + "zh-CN": "Prometheus" + }, + "title": { + "en-US": "Open-source systems monitoring and alerting toolkit", + "zh-CN": "系统监控与报警平台 Prometheus" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1BathX61p8rqEOEdDBeAhM" + } + } + }, + "summary": { + "en-US": "Power your metrics and alerting with the leading open-source monitoring solution.", + "zh-CN": "系统监控与报警平台" + }, + "overview": { + "en-US": "An open-source monitoring system with a dimensional data model, flexible query language, efficient time series database and modern alerting approach.", + "zh-CN": "具有维度数据模型、灵活的查询语言、高效的时间序列数据库和现代警报方法的开源监视系统。" + }, + "description": { + "zh-CN": "Prometheus是 Google 监控系统 BorgMon 类似实现的开源版,整套系统由监控服务、告警服务、时序数据库等几个部分,及周边生态的各种指标收集器(Exporter)组成,是在当下主流的云原生监控告警系统" + }, + "screenshots": { + "en-US": [ + { + "id": "881d7309-61bb-4dab-90b7-edb0c78413bc", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/prometheus/prometheus-gui-websoft9.webp" + } + ], + "zh-CN": [ + { + "id": "9d6ca786-b209-4d95-84ac-1deb219fc4cb", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/prometheus/prometheus-gui-websoft9.webp" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1M2nMpga1p9ppE1D59l357" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "Other" + ] + }, + "highlights": { + "en-US": [ + "支持发现动态部署拓扑" + ], + "zh-CN": [ + "支持发现动态部署拓扑" + ] + }, + "faq": { + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ZRY6UR6j4c4dOYz3PXXFs" + } + } + ] + }, + "websiteurl": { + "en-US": "https://prometheus.io/" + }, + "trademarkUrl": { + "en-US": "https://www.linuxfoundation.org/legal/trademark-usage" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "keywords": { + "en-US": [ + "Monitor", + "Alert" + ], + "zh-CN": [ + "分布式监控", + "系统监控", + "系统告警" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "v3.0.1", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 2 + }, + "memory": { + "en-US": 1, + "zh-CN": 4 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1BathX61p8rqEOEdDBeAhM", + "type": "Entry", + "createdAt": "2023-06-03T07:22:55.481Z", + "updatedAt": "2023-06-03T07:23:12.872Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-03T07:23:12.872Z", + "firstPublishedAt": "2023-06-03T07:23:12.872Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1BathX61p8rqEOEdDBeAhM" + }, + "fields": { + "title": { + "en-US": "prometheus" + }, + "slug": { + "en-US": "prometheus" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/prometheus-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4YkazCkDVNWsDCYZaaX5k5", + "type": "Entry", + "createdAt": "2023-06-03T07:57:16.017Z", + "updatedAt": "2023-06-03T07:57:39.886Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-03T07:57:39.886Z", + "firstPublishedAt": "2023-06-03T07:57:39.886Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4YkazCkDVNWsDCYZaaX5k5" + }, + "fields": { + "title": { + "en-US": "redash" + }, + "slug": { + "en-US": "redash" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/redash-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "77meNk1q2ky8xRYwJBCTx", + "type": "Entry", + "createdAt": "2023-06-03T08:00:34.634Z", + "updatedAt": "2024-07-24T07:28:36.183Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 59, + "publishedAt": "2024-07-24T07:28:36.183Z", + "firstPublishedAt": "2023-06-03T08:01:01.812Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 19, + "version": 60, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/77meNk1q2ky8xRYwJBCTx" + }, + "fields": { + "key": { + "en-US": "redash" + }, + "trademark": { + "en-US": "Redash", + "zh-CN": "Redash" + }, + "title": { + "en-US": "Helps you make sense of your data", + "zh-CN": "数据可视化分析与共享 Redash" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4YkazCkDVNWsDCYZaaX5k5" + } + } + }, + "summary": { + "en-US": "Helps you make sense of your data", + "zh-CN": "查询、可视化和共享您的数据" + }, + "overview": { + "en-US": "Use Redash to connect to any data source (PostgreSQL, MySQL, Redshift, BigQuery, MongoDB and many others), query, visualize and share your data to make your company data driven.", + "zh-CN": "使用Redash连接到任何数据源(PostgreSQL,MySQL,Redshift,BigQuery,MongoDB和许多其他数据源),查询,可视化和共享您的数据,使您的公司数据驱动。" + }, + "description": { + "en-US": "Query, SQL, Visualize, Data, Insights, Dashboard, Alert, Alerts, web based sql client, integration, integrations, Amazong Redshift, BigQuery, PotsgreSQL, MySQL, TreasureData, MS SQL Server, MongoDB, ElasticSearch, Hive, Google Spreadsheets, Impala, InfluxDB, Presto, ScyllaDB, Cassandra, Amazon DynamoDB, Python, Vertica, Graphite, Stitch, URL", + "zh-CN": "支持的数据库与功能:Query, SQL, Visualize, Data, Insights, Dashboard, Alert, Alerts, web based sql client, integration, integrations, Amazong Redshift, BigQuery, PotsgreSQL, MySQL, TreasureData, MS SQL Server, MongoDB, ElasticSearch, Hive, Google Spreadsheets, Impala, InfluxDB, Presto, ScyllaDB, Cassandra, Amazon DynamoDB, Python, Vertica, Graphite, Stitch, URL" + }, + "screenshots": { + "en-US": [ + { + "id": "69648254-345e-4ed8-b09e-1d745c9413d5", + "key": "Console", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/redash/redash-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "30f35910-7b4a-43b5-b550-8ef814f7be65", + "key": "控制台", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/redash/redash-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "25O12xwjoBcnGyQ2pY8gi1" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "65YrBrBlgXbR7BLCe6oP0K" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5wVPQoc28yauIPIjbs7Ecp" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2HP1wSdacAnd4BuXYurKiA" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ErftetWADiFvvgRO3pFnU" + } + } + ] + }, + "websiteurl": { + "en-US": "https://redash.io/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4zs1RAViCqbskgaB7eTJtI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6PAPQ68qroHDGba7O9DQQ5" + } + } + ] + }, + "keywords": { + "en-US": [ + "BI", + "Data Analysis", + "Big Data" + ], + "zh-CN": [ + "数据分析", + "BI", + "大数据" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "10.1.0.b50633" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2, + "zh-CN": 2 + }, + "memory": { + "en-US": 4, + "zh-CN": 8 + }, + "storage": { + "en-US": 1, + "zh-CN": 3 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5RvtZRhq9BDlqRyTshu5LW", + "type": "Entry", + "createdAt": "2023-06-03T08:33:50.788Z", + "updatedAt": "2024-11-04T00:17:53.040Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 75, + "publishedAt": "2024-11-04T00:17:53.040Z", + "firstPublishedAt": "2023-06-03T08:39:29.498Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 21, + "version": 76, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5RvtZRhq9BDlqRyTshu5LW" + }, + "fields": { + "key": { + "en-US": "rocketchat" + }, + "trademark": { + "en-US": "Rocket.Chat", + "zh-CN": "Rocket.Chat" + }, + "title": { + "en-US": "Communications Platform You Can Fully Trust", + "zh-CN": "团队聊天和信息协作系统 Rocket.Chat" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3uLyzhUN4ArMIHKBl9sKwq" + } + } + }, + "summary": { + "en-US": "The ultimate Free Open Source Solution for team communications", + "zh-CN": "团队聊天和信息协作系统" + }, + "overview": { + "en-US": "Rocket.Chat is an open-source fully customizable communications platform developed in JavaScript for organizations with high standards of data protection.", + "zh-CN": "Rocket.Chat是一个开源的完全可定制的通信平台,用JavaScript开发,适用于具有高标准数据保护的组织。" + }, + "description": { + "en-US": "Rocket.Chat has four key product offerings:\n\n- Team collaboration - A single point for secure internal and cross-company collaboration.\n- Omnichannel customer service - Engage in seamless interactions with customers regardless of how they connect with you.\n- Chat engine - Create customized messaging experiences within your mobile or web app.\n- Marketplace - Choose a wide range of apps and native integrations that help your business communicate more effectively.", + "zh-CN": "Rocket.Chat有四个关键产品:\n\n- 团队协作 - 实现安全内部和跨公司协作的单点。\n- 全渠道客户服务 - 与客户进行无缝互动,无论他们如何与您联系。\n- 聊天引擎 - 在移动或 Web 应用中创建自定义消息传递体验。\n- 市场 - 选择广泛的应用和本机集成,帮助您的企业更有效地沟通。" + }, + "screenshots": { + "en-US": [ + { + "id": "1d263c64-8b51-4cd4-856f-88df0d1937ab", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/rocketchat/rocketchat-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "e0abb6b7-cce2-4009-a63d-aea819d591ee", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/rocketchat/rocketchat-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1fmHNMWYZDyeknD3uaSpAS" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1zLA51rr6A572NDgWOXbpo" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1fQ5nJAUb768z7n09J7sdK" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "Chinese", + "English", + "Other" + ], + "zh-CN": [ + "简体中文", + "英文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6QQMkgwGkzG0FVbMExBym9" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5WKhPDoXrkwKkJomj8jzCp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "474NGZtIwb7OmYB6hwO3zt" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7mcAFr4uP0RuuHcJhWsUvv" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "licenseadditional": { + "en-US": "Copyright (c) 2015-2022 Rocket.Chat Technologies Corp.\n\nPortions of this software are licensed as follows:\n\n* All content that resides under the \"apps/meteor/ee/\" and \"ee/\" directories\n of this repository, if that directory exists, is licensed under the license\n defined in \"apps/meteor/ee/LICENSE\".\n* All third-party components incorporated into the Rocket.Chat Software are\n licensed under the original license provided by the owner of the applicable\n component.\n* Content outside of the above-mentioned directories or restrictions above is\n available under the MIT (Expat) license as defined below.\n\nThe MIT License (MIT)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE." + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7sAoBXjxdtWHcqEoxSHpJB" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.rocket.chat/" + }, + "trademarkUrl": { + "en-US": "https://docs.rocket.chat/docs/terms-of-use" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3QlkgARyx6qWODzbp2zwOY" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7rNeLNZpc0T7Dd0qJzFn7k" + } + } + ] + }, + "keywords": { + "en-US": [ + "chat", + "CST" + ], + "zh-CN": [ + "在线聊天", + "客户成功", + "客服支持" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "6.11", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 2, + "zh-CN": 2 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5yA8yEcmbNOZq1gXFe3Uqn", + "type": "Entry", + "createdAt": "2023-06-03T08:58:45.662Z", + "updatedAt": "2023-06-03T08:59:06.446Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-06-03T08:59:06.446Z", + "firstPublishedAt": "2023-06-03T08:59:06.446Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5yA8yEcmbNOZq1gXFe3Uqn" + }, + "fields": { + "title": { + "en-US": "sakai" + }, + "slug": { + "en-US": "sakai" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/sakai-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5UjnAkVvb9ibqP8Tgx4dC1", + "type": "Entry", + "createdAt": "2023-06-03T09:09:07.119Z", + "updatedAt": "2023-06-03T09:09:24.627Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-03T09:09:24.627Z", + "firstPublishedAt": "2023-06-03T09:09:24.627Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5UjnAkVvb9ibqP8Tgx4dC1" + }, + "fields": { + "title": { + "en-US": "saleor" + }, + "slug": { + "en-US": "saleor" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/saleor-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7kTVwjDO2h0w5tjNvkJbzV", + "type": "Entry", + "createdAt": "2023-06-03T09:09:50.596Z", + "updatedAt": "2024-07-24T07:28:47.436Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 64, + "publishedAt": "2024-07-24T07:28:47.436Z", + "firstPublishedAt": "2023-06-03T09:10:24.121Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 16, + "version": 65, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7kTVwjDO2h0w5tjNvkJbzV" + }, + "fields": { + "key": { + "en-US": "saleor" + }, + "trademark": { + "en-US": "Saleor", + "zh-CN": "Saleor" + }, + "title": { + "en-US": "The Open Source Headless Commerce", + "zh-CN": "开源 Headless 电商系统 Saleor" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5UjnAkVvb9ibqP8Tgx4dC1" + } + } + }, + "summary": { + "en-US": "The Open Source Headless Commerce", + "zh-CN": "开源 Headless 电商系统 Saleor" + }, + "overview": { + "en-US": "Saleor is customer-centric e-commerce on a modern stack. A headless, GraphQL commerce platform delivering ultra-fast, dynamic, personalized shopping experiences. Beautiful online stores, anywhere, on any device.", + "zh-CN": "Saleor 是现代堆栈上以客户为中心的电子商务。是一个无头的 GraphQL 商务平台,提供超快速、动态、个性化的购物体验。美观的在线商店,任何地方,任何设备。" + }, + "screenshots": { + "en-US": [ + { + "id": "99a59f4f-e3cc-4de1-9f7c-4e9b42f80bd1", + "key": "Console", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/saleor/saleor-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "d75f5f27-b8b8-4695-8d60-08318887b009", + "key": "Console", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/saleor/saleor-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "14lDYcrg2fLMbC1S9AkNDf" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5wVPQoc28yauIPIjbs7Ecp" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "MDp7tV6lQD1WDc4OZrlxE" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ErftetWADiFvvgRO3pFnU" + } + } + ] + }, + "websiteurl": { + "en-US": "https://saleor.io/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1MNlRXKNJmgwc9tUS5C8kD" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3QlkgARyx6qWODzbp2zwOY" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + } + ] + }, + "keywords": { + "en-US": [ + "ecommerce", + "cms", + "headless", + "GraphQL" + ], + "zh-CN": [ + "Headless", + "cms", + "电商系统" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "2.2", + "latest" + ] + }, + { + "key": "enterprise", + "value": [ + "1.8.2", + "latest" + ] + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 2, + "zh-CN": 2 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1z6mYGDTuxZasETUhuhyVz", + "type": "Entry", + "createdAt": "2023-06-03T09:36:11.716Z", + "updatedAt": "2023-06-03T09:36:50.710Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-03T09:36:50.710Z", + "firstPublishedAt": "2023-06-03T09:36:50.710Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1z6mYGDTuxZasETUhuhyVz" + }, + "fields": { + "title": { + "en-US": "srs" + }, + "slug": { + "en-US": "srs" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/srs-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5lYK0lAWJBvBjiXLRYm5Py", + "type": "Entry", + "createdAt": "2023-06-03T09:39:11.141Z", + "updatedAt": "2023-06-03T09:39:38.024Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-06-03T09:39:38.024Z", + "firstPublishedAt": "2023-06-03T09:39:38.024Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5lYK0lAWJBvBjiXLRYm5Py" + }, + "fields": { + "title": { + "en-US": "Video Server", + "zh-CN": "视频服务" + }, + "key": { + "en-US": "video-server" + }, + "position": { + "en-US": 10 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "42xW7uUgXzPnNBRWmk2BHt" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "42xW7uUgXzPnNBRWmk2BHt" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7njG7ux1rSrhZ64LEbC8Yt", + "type": "Entry", + "createdAt": "2023-06-03T09:41:09.699Z", + "updatedAt": "2024-11-01T07:56:33.739Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 90, + "publishedAt": "2024-11-01T07:56:33.739Z", + "firstPublishedAt": "2023-06-03T09:48:48.104Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 21, + "version": 91, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7njG7ux1rSrhZ64LEbC8Yt" + }, + "fields": { + "key": { + "en-US": "srs" + }, + "trademark": { + "en-US": "SRS", + "zh-CN": "SRS" + }, + "title": { + "en-US": "Simple Realtime Video Server", + "zh-CN": "视频流服务器 SRS" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1z6mYGDTuxZasETUhuhyVz" + } + } + }, + "summary": { + "en-US": "A simple, high-efficiency, and real-time video server", + "zh-CN": "高性能视频流服务器" + }, + "overview": { + "en-US": "SRS is a simple and efficient real-time video server that supports various real-time streaming protocols such as RTMP, WebRTC, HLS, HTTP-FLV, SRT, and more. ", + "zh-CN": "SRS(Simple Realtime Server)是一个简单高效的实时视频服务器,支持RTMP、WebRTC、HLS、HTTP-FLV、SRT等多种实时流媒体协议。" + }, + "description": { + "en-US": "Based on coprocessing technology, SRS supports cloud native standards (Docker mirroring, K8s deployment, observability logs, and monitoring indicators, etc.) without the issue of asynchronous callbacks that are difficult to maintain, providing cloud SRS with no threshold applications. SRS focuses on real-time streaming gateways, achieving access, mutual conversion, and continuous iteration of real-time streaming protocols, such as RTMP, HLS, WebRTC, HTTP-FLV, and SRT.\n", + "zh-CN": "基于协程技术,无异步回调难以维护的问题,SRS支持云原生标准(Docker镜像、K8s部署、可观测性日志和监控指标等),提供云SRS无门槛应用。SRS聚焦于实时流媒体网关,实现实时流媒体协议的接入和互相转换以及不断迭代,比如RTMP、HLS、WebRTC、HTTP-FLV和SRT等。" + }, + "screenshots": { + "en-US": [ + { + "id": "211154a5-af9d-40b2-bb05-ab18f9a3f032", + "key": "Console", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/srs/srs-console-websoft9.png" + }, + { + "id": "9ed2c53d-3aba-45a2-8b75-5631159cc80f", + "key": "Architecture", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/srs/srs-main-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "2a67c8fd-fdaf-4739-a8a8-eabe71f6e266", + "key": "控制台", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/srs/srs-console-websoft9.png" + }, + { + "id": "59e2855e-f486-46fc-8d04-0d269e8ff017", + "key": "架构图", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/srs/srs-main-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5lYK0lAWJBvBjiXLRYm5Py" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "57bpJgGUENJXm5Vhuh1DdU" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "highlights": { + "en-US": [ + "Pre-configured, one-click to deploy on Cloud Server", + "All codes on your server, secure and customizable", + "Paid image, free professional support for your business" + ], + "zh-CN": [ + "开源,免费,支持多语言(包括中文)", + "基于协程技术,实现高效的流媒体应用", + "聚焦于实时流媒体网关,实现实时流媒体协议的接入和互相转换以及不断迭代", + "基于 Docker 的云原生架构,便于产品升级、版本变更、卸载以及安装更多应用", + "提供免费的技术支持服务" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5FDooZSIaiBCLbfdU9uFfS" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "licenseadditional": { + "en-US": "The MIT License (MIT)\n\nCopyright (c) 2013-2024 The SRS Authors\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE." + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5bFfqXIcehqRrhgs5GSove" + } + } + ] + }, + "websiteurl": { + "en-US": "https://ossrs.net/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7rNeLNZpc0T7Dd0qJzFn7k" + } + } + ] + }, + "keywords": { + "en-US": [ + "Video" + ], + "zh-CN": [ + "视频流服务器" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "6.0.155", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2, + "zh-CN": 2 + }, + "memory": { + "en-US": 4, + "zh-CN": 4 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1RxtEN6FrZneBvRxBpHIPy", + "type": "Entry", + "createdAt": "2023-06-03T09:55:24.591Z", + "updatedAt": "2023-06-06T03:44:13.523Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2023-06-06T03:44:13.523Z", + "firstPublishedAt": "2023-06-03T10:03:35.855Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1RxtEN6FrZneBvRxBpHIPy" + }, + "fields": { + "title": { + "en-US": "APM", + "zh-CN": "应用性能分析" + }, + "key": { + "en-US": "apm" + }, + "position": { + "en-US": 10 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39cPd5ouPrNZMpi2R2Lzg7" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4mv9cboFR6s2EODk9Uzx4O" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1EBo5vwqA8UQnkI1OtYhHq", + "type": "Entry", + "createdAt": "2023-06-05T00:50:29.798Z", + "updatedAt": "2023-06-05T00:50:55.033Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-06-05T00:50:55.033Z", + "firstPublishedAt": "2023-06-05T00:50:55.033Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1EBo5vwqA8UQnkI1OtYhHq" + }, + "fields": { + "title": { + "en-US": "sscms" + }, + "slug": { + "en-US": "sscms" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/sscms-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1Pqh5WnA1nv8Q6UI67H8Y0", + "type": "Entry", + "createdAt": "2023-06-05T00:51:29.639Z", + "updatedAt": "2024-12-23T09:22:54.517Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 84, + "publishedAt": "2024-12-23T09:22:54.517Z", + "firstPublishedAt": "2023-06-05T01:14:17.670Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 21, + "version": 85, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1Pqh5WnA1nv8Q6UI67H8Y0" + }, + "fields": { + "key": { + "en-US": "sscms" + }, + "trademark": { + "en-US": "SSCMS", + "zh-CN": "SSCMS" + }, + "title": { + "en-US": "SSCMS", + "zh-CN": "多站点内容管理系统 SSCMS" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1EBo5vwqA8UQnkI1OtYhHq" + } + } + }, + "summary": { + "en-US": "CMS based on Microsoft for multiple websites", + "zh-CN": "基于微软 .NET Core 平台的多站点 CMS" + }, + "overview": { + "en-US": "SSCMS is a cross-platform, distributed deployment of the product can run on all kinds of operating systems, while supporting MySql, SqlServer, PostgreSql, SQLite and domestic Damon database.", + "zh-CN": "SSCMS 是一款跨平台、可分布式部署的产品,产品能够运行在各类操作系统之上,同时支持 MySql、SqlServer、PostgreSql、SQLite 以及国产达梦数据库。" + }, + "description": { + "en-US": "SSCMS, also known as Site Server CMS, is a content management system. It enables users to build, maintain and operate their websites through simple website management and efficient webpage generation technology. SSCMS is easy to use, powerful, efficient and stable, suitable for enterprises and organizations of all sizes. Through SSCMS, users can easily manage website content, layout and functions to meet changing market needs. At the same time, SSCMS provides a series of advanced features such as multi-language support, SEO optimization, access statistics, etc., to help users improve website performance and user experience.", + "zh-CN": "SSCMS 是一种内容管理系统。它通过简洁的网站管理和高效的网页生成技术,帮助用户快速搭建、维护和运营自己的网站。SSCMS 具备易于使用、功能强大、高效稳定等特点,适用于各种规模的企业和组织。通过 SSCMS ,用户可以轻松管理网站内容、布局和功能,以适应不断变化的市场需求。同时, SSCMS 还提供了一系列高级功能,如多语言支持、 SEO 优化、访问统计等,帮助用户提升网站性能和用户体验。" + }, + "screenshots": { + "en-US": [ + { + "id": "10884dd7-fefb-47d9-9866-14311aad2e86", + "key": "template", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/sscms/sscms-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "f4312483-bc35-4439-aaf7-8264bb37f4f2", + "key": "模板", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/sscms/sscms-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 400 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1qwbdXJCwYeeXQoLRlpiCj" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5yqWwdguLzWOz9SrRQ2Elk" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3Fp0KurklabdjVy7ZrfONp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5fhqDdiijbN558c2c6TkzN" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "highlights": { + "en-US": [ + "SSCMS 能够在一个平台上管理成百上千个网站", + "全面完善的安全机制", + "拥有国家部委、上市公司、大型事业单位等重量级客户" + ], + "zh-CN": [ + "SSCMS 能够在一个平台上管理成百上千个网站", + "全面完善的安全机制", + "拥有国家部委、上市公司、大型事业单位等重量级客户" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "FBjnaWTea9jWIviVI9UXN" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5Vk8qs6yZ9XKGs493lyVbA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3XLYU7pPQw1tv0esOTj1Qw" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "581T3Tx1sCF3xWdG8fWXbm" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7akHgnkqSmGh1UJZMw0MO" + } + } + ] + }, + "websiteurl": { + "en-US": "https://sscms.com/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5nnWNotOqyUr46d2ZEQzsA" + } + } + ] + }, + "keywords": { + "en-US": [ + "cms" + ], + "zh-CN": [ + "网站管理", + "站群管理", + "CMS", + "内容管理" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 1, + "zh-CN": 1 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5T9ajIybXj9pGoiAEeqQsH", + "type": "Entry", + "createdAt": "2023-06-05T01:17:09.423Z", + "updatedAt": "2023-06-05T01:17:22.775Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-05T01:17:22.775Z", + "firstPublishedAt": "2023-06-05T01:17:22.775Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5T9ajIybXj9pGoiAEeqQsH" + }, + "fields": { + "title": { + "en-US": "Strapi" + }, + "slug": { + "en-US": "strapi" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/strapi-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5bSScAcYvbfXXuyfCSyrOu", + "type": "Entry", + "createdAt": "2023-06-05T01:25:30.059Z", + "updatedAt": "2024-12-12T03:11:17.434Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 59, + "publishedAt": "2024-12-12T03:11:17.434Z", + "firstPublishedAt": "2023-06-05T01:32:00.291Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 18, + "version": 60, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5bSScAcYvbfXXuyfCSyrOu" + }, + "fields": { + "key": { + "en-US": "strapi" + }, + "trademark": { + "en-US": "Strapi", + "zh-CN": "Strapi" + }, + "title": { + "en-US": "Node.js Headless CMS", + "zh-CN": "Node.js Headless CMS" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5T9ajIybXj9pGoiAEeqQsH" + } + } + }, + "summary": { + "en-US": "Open source Node.js Headless CMS", + "zh-CN": "Node.js Headless CMS,零代码构建后端" + }, + "overview": { + "en-US": "Strapi is the next-gen headless CMS, open-source, javascript, enabling content-rich experiences to be created, managed and exposed to any digital device.", + "zh-CN": "Strapi 是领先的开源无头 CMS。Strapi 让开发人员可以自由地使用他们喜欢的工具和框架,同时允许编辑人员轻松管理他们的内容并将其分发到任何地方。" + }, + "description": { + "en-US": "- Backend-as-a-Service\n- Headless CMS\n- RESTful or GraphQL", + "zh-CN": "- 后端即服务\n- 无头内容管理系统\n- RESTful or GraphQL" + }, + "screenshots": { + "en-US": [ + { + "id": "92237fd2-0a40-4742-9c6a-23fa0553497c", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/strapi/strapi-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "978cd708-6681-47a5-9de5-155ea2f5a2d8", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/strapi/strapi-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 2000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7nMNcJU8pX0OQHaM70BoXI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7EhengWHk8so7BMWjTgPvQ" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2TdOvPReCuGPXjPjIlN98V" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17nBnb3cekP3IkiDLGh1F0" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5wXzoQFG8oHlFtxnMq96Cf" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Other", + "Chinese" + ], + "zh-CN": [ + "英文", + "其它", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1ldGCVj2cz3NX9AiekPYW5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "licenseadditional": { + "en-US": "https://github.com/strapi/strapi/blob/main/LICENSE" + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7sAoBXjxdtWHcqEoxSHpJB" + } + } + ] + }, + "websiteurl": { + "en-US": "https://strapi.io/" + }, + "trademarkUrl": { + "en-US": "https://strapi.io/terms-of-use" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4zs1RAViCqbskgaB7eTJtI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2V5Sey9mCVvizDs6ikr7ig" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "keywords": { + "en-US": [ + "Headless CMS", + "low-code", + "BaaS", + "API", + "SQL" + ], + "zh-CN": [ + "无头CMS", + "低代码", + "后端即服务", + "API", + "SQL" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "3.6.8", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 1, + "zh-CN": 1 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4zEpdAYKbgz98rinNVqxTO", + "type": "Entry", + "createdAt": "2023-06-05T01:47:02.657Z", + "updatedAt": "2024-10-23T08:39:24.539Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 71, + "publishedAt": "2024-10-23T08:39:24.539Z", + "firstPublishedAt": "2023-06-05T01:48:43.174Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 20, + "version": 72, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4zEpdAYKbgz98rinNVqxTO" + }, + "fields": { + "key": { + "en-US": "theia" + }, + "trademark": { + "en-US": "Eclipse Theia", + "zh-CN": "Eclipse Theia" + }, + "title": { + "en-US": "Cloud & Desktop IDE Platform", + "zh-CN": "云 IDE 平台 Eclipse Theia" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hP94cbeyUztMzlOWpCqPO" + } + } + }, + "summary": { + "en-US": "Cloud & Desktop IDE Platform", + "zh-CN": "云 IDE 平台" + }, + "overview": { + "en-US": "Eclipse Theia is an extensible framework to develop full-fledged multi-language Cloud & Desktop IDEs and tools with state-of-the-art web technologies.", + "zh-CN": "Eclipse Theia是一个可扩展的框架,用于开发具有最先进Web技术的成熟的多语言云和桌面IDE和工具。" + }, + "description": { + "en-US": "Theia IDE (eclipse-theia) is an Eclipse Foundation-built cloud and desktop IDE framework, aiming to replace Microsoft's Visual Studio Code. Theia is fully open-source and developed by a diversified developer community. As a cloud IDE, Theia will be divided into two separate processes, one front-end and one back-end, communicating through Websockets' JSON-RPC messages or HTTP's REST API. As a desktop IDE, both front-end and back-end run locally. The official mentioned that Theia can be used as an alternative to Visual Studio Code, and its interface is extremely similar to Visual Studio Code.", + "zh-CN": "Theia IDE 是 Eclipse 基金会打造的云端及桌面IDE框架,旨在替代微软的 Visual Studio Code 。Theia 完全开源,由多元化开发者社区进行开发。作为云端 IDE 时, Theia 会分为两个独立进程,一个前端,一个后端,通过 Websockets 的 JSON-RPC 消息或 HTTP 的 REST API 进行通信。而作为桌面IDE时,前后端均在本地运行。官方提到 Theia 可以作为 Visual Studio Code 的替代方案,其界面与 Visual Studio Code 极其相似。" + }, + "screenshots": { + "en-US": [ + { + "id": "3c3c3232-bc6f-47d7-a1a1-86b2fb978d0a", + "key": "ui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/theia/theia-gui-websoft9.jpg" + } + ], + "zh-CN": [ + { + "id": "ceea3b6c-505c-42cd-9f01-6bbaddbd5187", + "key": "ui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/theia/theia-gui-websoft9.jpg" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2DltY233eD0xqBGq6o9NUL" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3IbC5xwF9ZcADQI9tpRUGQ" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English" + ], + "zh-CN": [ + "英文" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6QQMkgwGkzG0FVbMExBym9" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ROfC1ucVpKv0BNw4ylMW6" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1ldGCVj2cz3NX9AiekPYW5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ICEmIGZflTrK6fwMFqg9C" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "12pnAjAAT5zkmPF33HKq6E" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4qGUijXFbNgosOxYmHl5LT" + } + } + ] + }, + "websiteurl": { + "en-US": "https://theia-ide.org/" + }, + "trademarkUrl": { + "en-US": "https://www.eclipse.org/legal/logo-guidelines/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1VXky9TPc6JBCS6Gorxnzl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5nnWNotOqyUr46d2ZEQzsA" + } + } + ] + }, + "keywords": { + "en-US": [ + "vs code", + "Eclipse", + "IDE" + ], + "zh-CN": [ + "vs code", + "Eclipse", + "IDE", + "代码编辑器", + "开发工具" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": false + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1hP94cbeyUztMzlOWpCqPO", + "type": "Entry", + "createdAt": "2023-06-05T01:48:55.895Z", + "updatedAt": "2023-06-05T01:49:11.711Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-05T01:49:11.711Z", + "firstPublishedAt": "2023-06-05T01:49:11.711Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1hP94cbeyUztMzlOWpCqPO" + }, + "fields": { + "title": { + "en-US": "theia" + }, + "slug": { + "en-US": "theia" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/theia-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4qGUijXFbNgosOxYmHl5LT", + "type": "Entry", + "createdAt": "2023-06-05T01:55:32.356Z", + "updatedAt": "2023-06-05T01:56:19.510Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-06-05T01:56:19.510Z", + "firstPublishedAt": "2023-06-05T01:56:19.510Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "language" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4qGUijXFbNgosOxYmHl5LT" + }, + "fields": { + "key": { + "en-US": "TypeScript" + }, + "name": { + "en-US": "TypeScript" + }, + "url": { + "en-US": "https://www.typescriptlang.org/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3pqYS9tEn7WjRPc7da3tdx", + "type": "Entry", + "createdAt": "2023-06-05T02:16:32.779Z", + "updatedAt": "2023-06-05T02:20:25.356Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2023-06-05T02:20:25.356Z", + "firstPublishedAt": "2023-06-05T02:19:35.926Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3pqYS9tEn7WjRPc7da3tdx" + }, + "fields": { + "title": { + "en-US": "tooljet" + }, + "slug": { + "en-US": "tooljet" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/tooljet-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4AszYH5DdD3XE15K88xi4Z", + "type": "Entry", + "createdAt": "2023-06-05T02:17:36.433Z", + "updatedAt": "2024-12-12T07:26:36.156Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 53, + "publishedAt": "2024-12-12T07:26:36.156Z", + "firstPublishedAt": "2023-06-05T02:21:36.103Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 21, + "version": 54, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4AszYH5DdD3XE15K88xi4Z" + }, + "fields": { + "key": { + "en-US": "tooljet" + }, + "trademark": { + "en-US": "Tooljet", + "zh-CN": "Tooljet" + }, + "title": { + "en-US": "Low-code platform to build internal tools", + "zh-CN": "开源低代码平台 Tooljet" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3pqYS9tEn7WjRPc7da3tdx" + } + } + }, + "summary": { + "en-US": "Open-source low-code platform to build internal tools", + "zh-CN": "快速构建内部工具的开源低代码平台" + }, + "overview": { + "en-US": "Open-source low-code framework to build & deploy internal tools, dashboards and business applications in minutes.", + "zh-CN": "构建和部署业务应用程序的开源低代码应用程序开发平台" + }, + "description": { + "en-US": "Create custom internal tools quickly and easily, with less code and fewer resources. Boost productivity, cut costs, and deploy your tools faster, all while ensuring enterprise-grade security.", + "zh-CN": "快速轻松地创建自定义内部工具,使用更少的代码和资源。提高工作效率、降低成本并更快地部署工具,同时确保企业级安全性。" + }, + "screenshots": { + "en-US": [ + { + "id": "f618bffe-b689-42fe-9344-3121ef605450", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/tooljet/tooljet-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "3e66b007-9fe2-439c-9a74-63e2e7b23322", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/tooljet/tooljet-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7EhengWHk8so7BMWjTgPvQ" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7nMNcJU8pX0OQHaM70BoXI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5SdnsGA9jschKVnyHKYzck" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2FBEv6zDM3Tq2oYewnxE0o" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "Other" + ] + }, + "highlights": { + "en-US": [ + "" + ], + "zh-CN": [ + "" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5WKhPDoXrkwKkJomj8jzCp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3XLYU7pPQw1tv0esOTj1Qw" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "FBjnaWTea9jWIviVI9UXN" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2O8RaSlsatiVMNTatp20FU" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7sAoBXjxdtWHcqEoxSHpJB" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.tooljet.com/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3QlkgARyx6qWODzbp2zwOY" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "keywords": { + "en-US": [ + "Nocode", + "Lowcode" + ], + "zh-CN": [ + "低代码", + "零代码" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "v2.67.2", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 2 + }, + "memory": { + "en-US": 1, + "zh-CN": 4 + }, + "storage": { + "en-US": 1, + "zh-CN": 20 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "76mudoRiwTPsp0tIpzKjAf", + "type": "Entry", + "createdAt": "2023-06-05T02:29:39.390Z", + "updatedAt": "2023-06-05T02:30:32.843Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2023-06-05T02:30:32.843Z", + "firstPublishedAt": "2023-06-05T02:29:55.671Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/76mudoRiwTPsp0tIpzKjAf" + }, + "fields": { + "title": { + "en-US": "treafik" + }, + "slug": { + "en-US": "treafik" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/traefik-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "45hxEcPOdTYtzBxI9nAjyD", + "type": "Entry", + "createdAt": "2023-06-05T02:31:04.911Z", + "updatedAt": "2024-11-04T00:20:34.216Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 67, + "publishedAt": "2024-11-04T00:20:34.216Z", + "firstPublishedAt": "2023-06-05T02:33:58.794Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 20, + "version": 68, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/45hxEcPOdTYtzBxI9nAjyD" + }, + "fields": { + "key": { + "en-US": "traefik" + }, + "trademark": { + "en-US": "Traefik Proxy", + "zh-CN": "Traefik Proxy" + }, + "title": { + "en-US": "The Cloud Native Application Proxy", + "zh-CN": "云原生应用代理" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "76mudoRiwTPsp0tIpzKjAf" + } + } + }, + "summary": { + "en-US": "The Cloud Native Application Proxy", + "zh-CN": "云原生应用代理服务器软件" + }, + "overview": { + "en-US": "Traefik (pronounced traffic) is a modern HTTP reverse proxy and load balancer that makes deploying microservices easy. ", + "zh-CN": "Traefik(发音流量)是一种现代 HTTP 反向代理和负载均衡器,可轻松部署微服务" + }, + "description": { + "en-US": "Traefik integrates with your existing infrastructure components (Docker, Swarm mode, Kubernetes, Consul, Etcd, Rancher v2, Amazon ECS, ...) and configures itself automatically and dynamically. Pointing Traefik at your orchestrator should be the only configuration step you need.", + "zh-CN": "Traefik 与您现有的基础设施组件(Docker、Swarm mode、Kubernetes、Consul、Etcd、Rancher v2、Amazon ECS 等)集成,并自动动态地进行自我配置。 将 Traefik 指向业务流程协调程序应该是唯一需要的配置步骤。" + }, + "screenshots": { + "en-US": [ + { + "id": "f618bffe-b689-42fe-9344-3121ef605450", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/traefik/traefik-gui-websoft9.webp" + } + ], + "zh-CN": [ + { + "id": "3e66b007-9fe2-439c-9a74-63e2e7b23322", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/traefik/traefik-gui-websoft9.webp" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7tdTxUUsFSI0GBtVt6YKxN" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7rgRETCtAaeD5nKKUqaHX5" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "Other" + ] + }, + "faq": { + "en-US": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ZRY6UR6j4c4dOYz3PXXFs" + } + } + ] + }, + "websiteurl": { + "en-US": "https://traefik.io/traefik/" + }, + "trademarkUrl": { + "en-US": "https://traefik.io/legal/end-user-license-agreement/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + } + ] + }, + "keywords": { + "en-US": [ + "HTTP Server", + "Application Server", + "Micro Server", + "Gateway" + ], + "zh-CN": [ + "HTTP 服务器", + "应用程序服务器", + "微服务", + "网关" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "3.2", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 2 + }, + "memory": { + "en-US": 1, + "zh-CN": 4 + }, + "storage": { + "en-US": 1, + "zh-CN": 20 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7rgRETCtAaeD5nKKUqaHX5", + "type": "Entry", + "createdAt": "2023-06-05T02:41:20.010Z", + "updatedAt": "2024-02-18T00:28:13.493Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2024-02-18T00:28:13.493Z", + "firstPublishedAt": "2023-06-05T02:41:46.203Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7rgRETCtAaeD5nKKUqaHX5" + }, + "fields": { + "title": { + "en-US": "Application Gateway", + "zh-CN": "应用网关" + }, + "key": { + "en-US": "application-gateway" + }, + "position": { + "en-US": 10 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "42xW7uUgXzPnNBRWmk2BHt" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6RXVV319OK1hyFQD8W7q3g" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "42xW7uUgXzPnNBRWmk2BHt" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3JoDDIBmCNtctPvQdjpzje", + "type": "Entry", + "createdAt": "2023-06-05T03:08:45.657Z", + "updatedAt": "2023-06-05T03:09:01.585Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-05T03:09:01.585Z", + "firstPublishedAt": "2023-06-05T03:09:01.585Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3JoDDIBmCNtctPvQdjpzje" + }, + "fields": { + "title": { + "en-US": "typesense" + }, + "slug": { + "en-US": "typesense" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/typesense-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4WmAgpGaKSubXQ1tV69iSP", + "type": "Entry", + "createdAt": "2023-06-05T03:10:22.508Z", + "updatedAt": "2024-11-01T07:58:03.713Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 77, + "publishedAt": "2024-11-01T07:58:03.713Z", + "firstPublishedAt": "2023-06-05T03:14:18.180Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 23, + "version": 78, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4WmAgpGaKSubXQ1tV69iSP" + }, + "fields": { + "key": { + "en-US": "typesense" + }, + "trademark": { + "en-US": "Typesense", + "zh-CN": "Typesense" + }, + "title": { + "en-US": "Fast, typo-tolerant open source search engine", + "zh-CN": "开源搜索引擎" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3JoDDIBmCNtctPvQdjpzje" + } + } + }, + "summary": { + "en-US": "Fast, typo-tolerant open source search engine", + "zh-CN": "开源搜索引擎" + }, + "overview": { + "en-US": "Typesense is a fast, typo-tolerant search engine for building delightful search experiences.", + "zh-CN": "Typesense 是一个快速、容错字的搜索引擎,用于构建令人愉悦的搜索体验。" + }, + "description": { + "en-US": "Typesense is an open-source search platform that provides powerful full-text search capabilities for modern applications. By using advanced natural language processing and machine learning techniques, it can quickly and accurately retrieve and parse large amounts of textual data. Typesense offers an easy-to-use API and user interface, making it easy for developers to integrate search functionality into their applications. Additionally, Typesense supports multiple data sources and languages, and allows users to customize the processing and presentation of search results.", + "zh-CN": "Typesense 是一个开源的搜索平台,它为现代应用程序提供强大的全文搜索功能。该软件通过使用先进的自然语言处理和机器学习技术,能够快速准确地检索和解析大量文本数据。 Typesense 提供了易于使用的 API 和用户界面,使得开发者可以轻松集成搜索功能到他们的应用程序中。此外, Typesense 还支持多种数据源和多种语言,并允许用户自定义搜索结果的处理和展示方式。" + }, + "screenshots": { + "en-US": [ + { + "id": "f618bffe-b689-42fe-9344-3121ef605450", + "key": "Site", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/typesense/typesense-gui-websoft9.jpg" + } + ], + "zh-CN": [ + { + "id": "3e66b007-9fe2-439c-9a74-63e2e7b23322", + "key": "Site", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/typesense/typesense-gui-websoft9.jpg" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3pgr2mz2MsBWGpSNAXORrl" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "Other" + ] + }, + "faq": { + "en-US": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1ldGCVj2cz3NX9AiekPYW5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39PsAJu60mmzLfKuJSlCfg" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3dwN8h5SUNdrngpTP9puvD" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "saleOnMarketPlace": { + "en-US": { + "data": { + }, + "content": [ + { + "data": { + }, + "content": [ + { + "data": { + }, + "marks": [ + ], + "value": "Typo3 is an open-source content management system widely used for websites of all sizes and types. It provides a comprehensive set of tools that enable developers to easily create, manage, and maintain dynamic websites. Typo3 offers a high level of customization and \nflexibility, supporting multiple languages and managing multiple sites. Its robust extension ecosystem allows users to integrate various functionalities and plugins based on their needs.", + "nodeType": "text" + } + ], + "nodeType": "paragraph" + } + ], + "nodeType": "document" + }, + "zh-CN": { + "data": { + }, + "content": [ + { + "data": { + }, + "content": [ + { + "data": { + }, + "marks": [ + ], + "value": "Typo3 是一个开源的内容管理系统,广泛应用于各种规模和类型的网站。它提供了一套全面的工具,使开发人员能够轻松创建、管理和维护动态网站。Typo3 具有高度的可定制性和灵活性,支持多种语言和多站点管理。其强大的扩展生态系统使得用户可以根据需求集成各种功能和插件。", + "nodeType": "text" + } + ], + "nodeType": "paragraph" + } + ], + "nodeType": "document" + } + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "581T3Tx1sCF3xWdG8fWXbm" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5bFfqXIcehqRrhgs5GSove" + } + } + ] + }, + "websiteurl": { + "en-US": "https://typesense.org/" + }, + "trademarkUrl": { + "en-US": "https://typesense.org/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + } + ] + }, + "keywords": { + "en-US": [ + "Search", + "search engine", + " fuzzy search", + "algolia", + "elasticsearch" + ], + "zh-CN": [ + "搜索引擎", + "elasticsearch", + "algolia" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "27.1" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2, + "zh-CN": 2 + }, + "memory": { + "en-US": 4, + "zh-CN": 4 + }, + "storage": { + "en-US": 1, + "zh-CN": 20 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "263CMMS4zNfZJEfynAhdr7", + "type": "Entry", + "createdAt": "2023-06-05T03:45:13.724Z", + "updatedAt": "2024-10-23T08:31:01.478Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 50, + "publishedAt": "2024-10-23T08:31:01.478Z", + "firstPublishedAt": "2023-06-05T03:52:24.664Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 16, + "version": 51, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/263CMMS4zNfZJEfynAhdr7" + }, + "fields": { + "key": { + "en-US": "umbraco" + }, + "trademark": { + "en-US": "Umbraco", + "zh-CN": "Umbraco" + }, + "title": { + "en-US": "The flexible open-source .NET (ASP.NET Core) CMS", + "zh-CN": "企业级内容管理系统 Umbraco" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1H9WfOeATu1i6FlcdMbnOb" + } + } + }, + "summary": { + "en-US": "The flexible open-source .NET (ASP.NET Core) CMS", + "zh-CN": "企业级内容管理系统 Umbraco" + }, + "overview": { + "en-US": "Umbraco is the leading open-source ASP.NET Core CMS | More than 700,000 websites worldwide are powered by our flexible and editor-friendly CMS", + "zh-CN": "Umbraco 是领先的开源 ASP.NET 核心 CMS |全球超过 700,000 个网站由我们灵活且易于编辑的 CMS 提供支持" + }, + "screenshots": { + "en-US": [ + { + "id": "755d2e94-bf86-42c6-ae0f-75419c822a52", + "key": "ui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/umbraco/umbraco-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "940b6560-1f94-4a5f-9069-91876b49b07f", + "key": "ui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/umbraco/umbraco-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1qwbdXJCwYeeXQoLRlpiCj" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "14lDYcrg2fLMbC1S9AkNDf" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3dwN8h5SUNdrngpTP9puvD" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3dwN8h5SUNdrngpTP9puvD" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6ZxNBKnvZwSwK5hYJIO74C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5Vk8qs6yZ9XKGs493lyVbA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5wVPQoc28yauIPIjbs7Ecp" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7akHgnkqSmGh1UJZMw0MO" + } + } + ] + }, + "websiteurl": { + "en-US": "https://umbraco.com/" + }, + "trademarkUrl": { + "en-US": "https://umbraco.com/about-us/press/use-of-the-umbraco-brand/#" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1VXky9TPc6JBCS6Gorxnzl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "keywords": { + "en-US": [ + "cms", + "website", + "dotnet", + "Microsoft" + ], + "zh-CN": [ + "内容创作", + "内容管理", + "cms", + "建站", + ".net core" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2, + "zh-CN": 1 + }, + "memory": { + "en-US": 4, + "zh-CN": 1 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1H9WfOeATu1i6FlcdMbnOb", + "type": "Entry", + "createdAt": "2023-06-05T03:47:08.493Z", + "updatedAt": "2023-06-05T03:47:31.335Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-05T03:47:31.335Z", + "firstPublishedAt": "2023-06-05T03:47:31.335Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1H9WfOeATu1i6FlcdMbnOb" + }, + "fields": { + "title": { + "en-US": "umbraco" + }, + "slug": { + "en-US": "umbraco" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/umbraco-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7iIWGpnDd628BHd3aKlPLF", + "type": "Entry", + "createdAt": "2023-06-05T03:59:28.838Z", + "updatedAt": "2024-11-01T02:26:26.690Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 79, + "publishedAt": "2024-11-01T02:26:26.690Z", + "firstPublishedAt": "2023-06-05T04:01:39.764Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 26, + "version": 80, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7iIWGpnDd628BHd3aKlPLF" + }, + "fields": { + "key": { + "en-US": "vault" + }, + "trademark": { + "en-US": "HashiCorp Vault", + "zh-CN": "HashiCorp Vault" + }, + "title": { + "en-US": "Fast, typo-tolerant open source search engine", + "zh-CN": "开源搜索引擎" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1Kv4oJuxOt0NQJROyQeXYf" + } + } + }, + "summary": { + "en-US": "Manage Secrets & Protect Sensitive Data with Vault", + "zh-CN": "密码与敏感信息保护系统" + }, + "overview": { + "en-US": "Secure, store and tightly control access to tokens, passwords, certificates, encryption keys for protecting secrets and other sensitive data using a UI, CLI, or HTTP API.", + "zh-CN": "使用用户界面、CLI 或 HTTP API 安全、存储和严格控制对令牌、密码、证书、加密密钥的访问,以保护机密和其他敏感数据。" + }, + "description": { + "en-US": "Vault secures, stores, and tightly controls access to tokens, passwords, certificates, API keys, and other secrets in modern computing. Vault handles leasing, key revocation, key rolling, auditing, and provides secrets as a service through a unified API.", + "zh-CN": "Vault 是一个开源软件解决方案,用于安全地存储和严格控制现代计算中的令牌、密码、证书、API 密钥和其他秘密的访问。Vault 通过统一的 API 处理租约、密钥撤销、密钥轮换、审计,并提供作为服务的秘密。" + }, + "screenshots": { + "en-US": [ + { + "id": "f618bffe-b689-42fe-9344-3121ef605450", + "key": "Console", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/vault/vault-gui-websoft9.jpeg" + } + ], + "zh-CN": [ + { + "id": "3e66b007-9fe2-439c-9a74-63e2e7b23322", + "key": "Console", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/vault/vault-gui-websoft9.jpeg" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "RDEO24KwxFiCwaTan50x5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3GMxXg5wdj4R77cqCqiIKk" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "Other" + ] + }, + "faq": { + "en-US": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1ldGCVj2cz3NX9AiekPYW5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39PsAJu60mmzLfKuJSlCfg" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "459qZ8YeZfxR5UtMPG3ijT" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1jUWUsSYRSuTjAj9zoGO1i" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ZRY6UR6j4c4dOYz3PXXFs" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.vaultproject.io/" + }, + "trademarkUrl": { + "en-US": "https://www.hashicorp.com/trademark-policy" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + } + ] + }, + "keywords": { + "en-US": [ + "Key", + "Token", + "API", + "security" + ], + "zh-CN": [ + "安全", + "密码管理", + "Token" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "1.18", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 2 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3GMxXg5wdj4R77cqCqiIKk", + "type": "Entry", + "createdAt": "2023-06-05T04:47:36.444Z", + "updatedAt": "2023-06-05T04:48:54.581Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-06-05T04:48:54.581Z", + "firstPublishedAt": "2023-06-05T04:48:54.581Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3GMxXg5wdj4R77cqCqiIKk" + }, + "fields": { + "title": { + "en-US": "Key Management", + "zh-CN": "秘钥管理" + }, + "key": { + "en-US": "key-management" + }, + "position": { + "en-US": 10 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "42xW7uUgXzPnNBRWmk2BHt" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "42xW7uUgXzPnNBRWmk2BHt" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4bmkEnt1RWyxqdTwtPQJts", + "type": "Entry", + "createdAt": "2023-06-05T06:20:59.666Z", + "updatedAt": "2023-06-05T06:21:56.501Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-06-05T06:21:56.501Z", + "firstPublishedAt": "2023-06-05T06:21:56.501Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4bmkEnt1RWyxqdTwtPQJts" + }, + "fields": { + "title": { + "en-US": "zammad" + }, + "slug": { + "en-US": "zammad" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/zammad-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4nHylbRHlh8qcvrseRRTui", + "type": "Entry", + "createdAt": "2023-06-05T06:22:29.131Z", + "updatedAt": "2024-11-27T01:15:11.251Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 76, + "publishedAt": "2024-11-27T01:15:11.251Z", + "firstPublishedAt": "2023-06-05T06:24:24.123Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 26, + "version": 77, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4nHylbRHlh8qcvrseRRTui" + }, + "fields": { + "key": { + "en-US": "zammad" + }, + "trademark": { + "en-US": "Zammad", + "zh-CN": "Zammad" + }, + "title": { + "en-US": "Open source user support/ticketing solution", + "zh-CN": "客服与工单系统 Zammad" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4bmkEnt1RWyxqdTwtPQJts" + } + } + }, + "summary": { + "en-US": "Open source user support/ticketing solution", + "zh-CN": "客服与工单系统" + }, + "overview": { + "en-US": "Zammad is a web based open source helpdesk/customer support system with many features to manage customer communication via several channels like telephone, facebook, twitter, chat and e-mails. ", + "zh-CN": "Zammad 是一个基于 Web 的开源帮助台/客户支持系统,具有许多 通过电话等多种渠道管理客户沟通的功能, 脸书、推特、聊天和电子邮件。" + }, + "description": { + "en-US": "Zammad is an open-source, web-based customer service and support ticketing system. It offers multichannel support including email, phone, social media, and live chat. With an intuitive interface, Zammad is easy to set up and use, while also supporting customization and extensions. Its powerful automation and ticket management features increase team efficiency, ensuring quick response and resolution of customer issues. In addition, Zammad provides detailed analytics and reporting tools to help teams monitor and improve their service quality.", + "zh-CN": "Zammad 是一款开源的、基于网页的客户服务和支持票务系统。它提供了多渠道支持,包括电子邮件、电话、社交媒体和实时聊天。Zammad 具有直观的界面,易于设置和使用,且支持自定义和扩展。其强大的自动化和工单管理功能可提高团队效率,确保快速响应和解决客户问题。此外,Zammad 还提供了详细的分析和报告工具,帮助团队监控和改进他们的服务质量。" + }, + "screenshots": { + "en-US": [ + { + "id": "f618bffe-b689-42fe-9344-3121ef605450", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/zammad/zammad-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "3e66b007-9fe2-439c-9a74-63e2e7b23322", + "key": "控制台", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/zammad/zammad-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1zLA51rr6A572NDgWOXbpo" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "Other" + ] + }, + "faq": { + "en-US": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39PsAJu60mmzLfKuJSlCfg" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3XLYU7pPQw1tv0esOTj1Qw" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "474NGZtIwb7OmYB6hwO3zt" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5Vk8qs6yZ9XKGs493lyVbA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5wVPQoc28yauIPIjbs7Ecp" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1jUWUsSYRSuTjAj9zoGO1i" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5mKvsW7DU95pkeulIo28yF" + } + } + ] + }, + "websiteurl": { + "en-US": "https://zammad.org/" + }, + "trademarkUrl": { + "en-US": "https://zammad-foundation.org/policy/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3QlkgARyx6qWODzbp2zwOY" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "vbbiHNKxaNXh8noSStJfB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7rNeLNZpc0T7Dd0qJzFn7k" + } + } + ] + }, + "keywords": { + "en-US": [ + "CRM", + "Helpdesk", + "Support", + "Ticket" + ], + "zh-CN": [ + "CRM", + "客服工单", + "支持系统", + "售后系统" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "6.4", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 2, + "zh-CN": 2 + }, + "storage": { + "en-US": 2, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6tRYhSPVCxM0HJzOIFrhTP", + "type": "Entry", + "createdAt": "2023-06-05T06:34:23.553Z", + "updatedAt": "2023-06-05T06:34:38.007Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-05T06:34:38.007Z", + "firstPublishedAt": "2023-06-05T06:34:38.007Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6tRYhSPVCxM0HJzOIFrhTP" + }, + "fields": { + "title": { + "en-US": "discourse" + }, + "slug": { + "en-US": "discourse" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/discourse-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2aequGPHBs2cOQDSB5wh57", + "type": "Entry", + "createdAt": "2023-06-05T06:42:45.649Z", + "updatedAt": "2025-01-06T00:49:22.021Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 89, + "publishedAt": "2025-01-06T00:49:22.021Z", + "firstPublishedAt": "2023-06-05T06:47:13.069Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 28, + "version": 90, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2aequGPHBs2cOQDSB5wh57" + }, + "fields": { + "key": { + "en-US": "discourse" + }, + "trademark": { + "en-US": "Discourse", + "zh-CN": "Discourse" + }, + "title": { + "en-US": "The online home for your community", + "zh-CN": "论坛系统 Discourse" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6tRYhSPVCxM0HJzOIFrhTP" + } + } + }, + "summary": { + "en-US": "The online home for your community", + "zh-CN": "用户社区运营与论坛系统" + }, + "overview": { + "en-US": "Discourse is modern forum software for your community. Use it as a mailing list, discussion forum, long-form chat room, and more. Discourse will not work from an IP address, you must own a domain name such as example.com to proceed.", + "zh-CN": "Discourse 是适用于您社区的现代论坛软件,它必须绑定域名方可使用。" + }, + "description": { + "en-US": "Discourse is the online home for your community. It offer a 100% open source community platform to those who want complete control over how and where their site is run.\n\nDiscourse platform has been battle-tested for over a decade and continues to evolve to meet users’ needs for a powerful community platform. \n\nDiscourse allows you to create discussion topics and connect using real-time chat, as well as access an ever-growing number of official and community themes. In addition, it offer a wide variety of plugins for features ranging from chatbots powered by Discourse AI to functionalities like SQL analysis using the Data Explorer plugin.", + "zh-CN": "Discourse 可以为那些希望完全控制其网站运行方式和位置的人提供 100% 开源社区平台。\n\n它已经经过了十多年的实战考验,并不断发展以满足用户对强大社区平台的需求。Discourse 允许您创建讨论主题并使用实时聊天进行联系,以及访问越来越多的官方和社区主题。\n\n此外,Discourse 还提供了各种各样的插件,其功能范围从由 Discourse AI 提供支持的聊天机器人到使用 Data Explorer 插件的 SQL 分析等功能。" + }, + "screenshots": { + "en-US": [ + { + "id": "f618bffe-b689-42fe-9344-3121ef605450", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/discourse/discourse-gui-websoft9.webp" + } + ], + "zh-CN": [ + { + "id": "3e66b007-9fe2-439c-9a74-63e2e7b23322", + "key": "控制台", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/discourse/discourse-gui-websoft9.webp" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1zLA51rr6A572NDgWOXbpo" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6i6WusU3fEXb0rAIlS4ZmM" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "Other" + ] + }, + "faq": { + "en-US": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39PsAJu60mmzLfKuJSlCfg" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3XLYU7pPQw1tv0esOTj1Qw" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "474NGZtIwb7OmYB6hwO3zt" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5Vk8qs6yZ9XKGs493lyVbA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5wVPQoc28yauIPIjbs7Ecp" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "12pnAjAAT5zkmPF33HKq6E" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5mKvsW7DU95pkeulIo28yF" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.discourse.org/" + }, + "trademarkUrl": { + "en-US": "https://www.discourse.org/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3QlkgARyx6qWODzbp2zwOY" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "vbbiHNKxaNXh8noSStJfB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7rNeLNZpc0T7Dd0qJzFn7k" + } + } + ] + }, + "keywords": { + "en-US": [ + "Support", + "Ticket", + "Community", + "User" + ], + "zh-CN": [ + "论坛", + "用户社区", + "私域运营" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "3.3.3", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 2 + }, + "storage": { + "en-US": 2 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3qBphS6o9artL5oDiCPLM7", + "type": "Entry", + "createdAt": "2023-06-05T08:18:35.306Z", + "updatedAt": "2023-06-06T09:01:07.823Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2023-06-06T09:01:07.823Z", + "firstPublishedAt": "2023-06-05T08:19:23.377Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3qBphS6o9artL5oDiCPLM7" + }, + "fields": { + "title": { + "en-US": "NoSQL Database", + "zh-CN": "NoSQL 数据库" + }, + "key": { + "en-US": "nosql" + }, + "position": { + "en-US": 2 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4mv9cboFR6s2EODk9Uzx4O" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4mv9cboFR6s2EODk9Uzx4O" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5yqWwdguLzWOz9SrRQ2Elk", + "type": "Entry", + "createdAt": "2023-06-05T10:47:55.384Z", + "updatedAt": "2024-12-10T03:55:40.093Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 18, + "publishedAt": "2024-12-10T03:55:40.093Z", + "firstPublishedAt": "2023-06-05T10:48:12.631Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 19, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5yqWwdguLzWOz9SrRQ2Elk" + }, + "fields": { + "title": { + "en-US": "Content Marketing", + "zh-CN": "内容营销技术" + }, + "key": { + "en-US": "marktech" + }, + "position": { + "en-US": 10 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "35cww3ecSr45ovFjty4IZ" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2hZRCPvPqDhF7UcFCmnC0H" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5NnUPnn4oierElCt5AI0po", + "type": "Entry", + "createdAt": "2023-06-06T01:13:37.216Z", + "updatedAt": "2024-01-31T07:06:36.555Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2024-01-31T07:06:36.555Z", + "firstPublishedAt": "2023-06-06T01:13:56.210Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5NnUPnn4oierElCt5AI0po" + }, + "fields": { + "title": { + "en-US": "IT Developer", + "zh-CN": "IT 开发者" + }, + "key": { + "en-US": "itdeveloper" + }, + "position": { + "en-US": 21 + }, + "description": { + "en-US": "From planning to production, bring teams together in one application.", + "zh-CN": "软件从开发到交付部署一整套流程上的效率工具,包括:代码协作、代码审查、安全检测、编译构建、发布部署以及监控运维等。" + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Yp0TY3kBHgG6VDjsHZNpK" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Yp0TY3kBHgG6VDjsHZNpK" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1S3XEugbyrAKRWYfx0bWvh", + "type": "Entry", + "createdAt": "2023-06-06T03:07:18.161Z", + "updatedAt": "2023-06-26T09:54:04.098Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 20, + "publishedAt": "2023-06-26T09:54:04.098Z", + "firstPublishedAt": "2023-06-06T03:07:38.920Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 6, + "version": 21, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1S3XEugbyrAKRWYfx0bWvh" + }, + "fields": { + "title": { + "en-US": "DevOps All", + "zh-CN": "开发全栈" + }, + "key": { + "en-US": "devops" + }, + "position": { + "en-US": 0 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5NnUPnn4oierElCt5AI0po" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39cPd5ouPrNZMpi2R2Lzg7" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2Y9smp8fp4hEdZ0dmLINk8", + "type": "Entry", + "createdAt": "2023-06-06T06:53:57.924Z", + "updatedAt": "2023-11-14T05:45:52.913Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2023-11-14T05:45:52.913Z", + "firstPublishedAt": "2023-06-06T06:54:21.056Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 5, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2Y9smp8fp4hEdZ0dmLINk8" + }, + "fields": { + "title": { + "en-US": "Communication", + "zh-CN": "通信联络" + }, + "key": { + "en-US": "communication" + }, + "position": { + "en-US": 6 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Yp0TY3kBHgG6VDjsHZNpK" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Yp0TY3kBHgG6VDjsHZNpK" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "57bpJgGUENJXm5Vhuh1DdU", + "type": "Entry", + "createdAt": "2023-06-06T06:55:54.083Z", + "updatedAt": "2023-06-06T07:01:28.413Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2023-06-06T07:01:28.413Z", + "firstPublishedAt": "2023-06-06T06:56:14.454Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/57bpJgGUENJXm5Vhuh1DdU" + }, + "fields": { + "title": { + "en-US": "Meeting", + "zh-CN": "会议/直播" + }, + "key": { + "en-US": "meeting" + }, + "position": { + "en-US": 10 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Y9smp8fp4hEdZ0dmLINk8" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1fQ5nJAUb768z7n09J7sdK" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "wgrBVU9K63sTF0it5DfIT", + "type": "Entry", + "createdAt": "2023-06-06T07:07:59.012Z", + "updatedAt": "2024-12-10T07:57:09.622Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2024-12-10T07:57:09.622Z", + "firstPublishedAt": "2023-06-06T07:08:25.528Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/wgrBVU9K63sTF0it5DfIT" + }, + "fields": { + "title": { + "en-US": "Project and Task", + "zh-CN": "项目/任务/流程" + }, + "key": { + "en-US": "pm-task" + }, + "position": { + "en-US": 1 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1fQ5nJAUb768z7n09J7sdK" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1fQ5nJAUb768z7n09J7sdK" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1mAM0frMmxoTAfC60TKoRF", + "type": "Entry", + "createdAt": "2023-06-06T08:02:17.341Z", + "updatedAt": "2023-06-06T08:16:46.444Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 59, + "publishedAt": "2023-06-06T08:16:46.444Z", + "firstPublishedAt": "2023-06-06T08:16:46.444Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 60, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1mAM0frMmxoTAfC60TKoRF" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "mad2023" + }, + "title": { + "en-US": "The 2023 MAD (Machine Learning, Artificial Intelligence & Data) Landscape", + "zh-CN": "FirstMark MAD 2023 云图" + }, + "subTitle": { + "en-US": "One picture to see all Machine Learning, Artificial Intelligence & Data solution", + "zh-CN": "一张图看懂 Machine Learning 机器学习, Artificial Intelligence 人工智能& Data 大数据" + }, + "featureImage": { + "en-US": "https://libs.websoft9.com/Websoft9/resource/blog/2023/06/mad2023.png" + }, + "description": { + "en-US": "MAD=Machine Learning, Artificial Intelligence & Data", + "zh-CN": "MAD=Machine Learning 机器学习, Artificial Intelligence 人工智能& Data 大数据" + }, + "content": { + "en-US": "The rise of data, ML and AI is one of the most fundamental trends in our generation. Its importance goes well beyond the purely technical, with a deep impact on society, politics, geopolitics and ethics.\n\nEnter to [MAD 2023 Landscape](https://mad.firstmark.com/ \"click it\") to get it", + "zh-CN": "数据、ML 和 AI 的兴起是我们这一代最基本的趋势之一。它的重要性远远超出了纯粹的技术范围,对社会、政治、地缘政治和道德产生了深远的影响。\n\n当前全世界的 MAD 有哪些主流的技术供应商呢?\n\n小编为您找到了权威的 MAD 2023 Landscape,它来自美国的 VC 机构 firstmark 每年的研究成果。\n\n多余的话就不讲了,请直接进入 [MAD 2023 Landscape](https://mad.firstmark.com/ \"click it\") 网站吧" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "downloadUrl": { + "en-US": "https://mad.firstmark.com/" + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1yDnnV4tU0NWnq9X013fOC" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + } + ] + }, + "time": { + "en-US": "2023-06-06T02:25+00:00" + }, + "action": { + "en-US": [ + ], + "zh-CN": [ + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4zrap6pE4EuZdLzdjJ2H02", + "type": "Entry", + "createdAt": "2023-06-06T09:01:54.223Z", + "updatedAt": "2023-06-06T09:11:27.188Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2023-06-06T09:11:27.188Z", + "firstPublishedAt": "2023-06-06T09:02:13.949Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4zrap6pE4EuZdLzdjJ2H02" + }, + "fields": { + "title": { + "en-US": "NewSQL Database", + "zh-CN": "NewSQL 数据库" + }, + "key": { + "en-US": "newsql" + }, + "position": { + "en-US": 3 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4mv9cboFR6s2EODk9Uzx4O" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4mv9cboFR6s2EODk9Uzx4O" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "46cj5flvzxe4KBKdvhTbna", + "type": "Entry", + "createdAt": "2023-06-06T09:25:06.574Z", + "updatedAt": "2025-01-02T03:33:58.554Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 87, + "publishedAt": "2025-01-02T03:33:58.554Z", + "firstPublishedAt": "2023-06-06T09:32:57.360Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 26, + "version": 88, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/46cj5flvzxe4KBKdvhTbna" + }, + "fields": { + "key": { + "en-US": "arangodb" + }, + "trademark": { + "en-US": "ArangoDB", + "zh-CN": "ArangoDB" + }, + "title": { + "en-US": "A scalable graph database system", + "zh-CN": "图数据库平台 ArangoDB" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7lRNPy9GWoRR1Tnt2HoGme" + } + } + }, + "summary": { + "en-US": "A scalable graph database system", + "zh-CN": "开源图数据库平台" + }, + "overview": { + "en-US": "ArangoDB is a scalable graph database system to drive value from connected data, faster.", + "zh-CN": "ArangoDB是一个可扩展的图形数据库系统,可以从连接的数据中驱动价值, 更快" + }, + "description": { + "en-US": "Native Graph - Store both data and relationships, for faster queries even with multiple levels of joins and deeper insights that simply aren't possible with traditional relational and document database systems.\n\nDocument Store - Every node in your graph is a JSON document: flexible, extensible, and easily imported from your existing document database.\n\nArangoSearch - Natively integrated cross-platform indexing, text-search and ranking engine for information retrieval, optimized for speed and memory.\n\nArangoDB is available in a free and open-source Community Edition, as well as a commercial Enterprise Edition with additional features.", + "zh-CN": "本机图形 - 存储数据和关系,以便更快地查询 具有多个级别的联接和更深入的见解,这根本不可能实现 使用传统的关系和文档数据库系统。\n\n文档存储 - 图形中的每个节点都是一个 JSON 文档: 灵活、可扩展且易于从现有文档数据库导入。\n\nArangoSearch - 原生集成的跨平台索引、文本搜索和 用于信息检索的排名引擎,针对速度和内存进行了优化。\n\nArangoDB也提供免费和开源社区版。 作为具有附加功能的商业企业版。" + }, + "screenshots": { + "en-US": [ + { + "id": "c3f52b51-f3e9-45ab-b26b-c13ed7ec6ac3", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/arangodb/arangodb-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "3a6e1655-d66e-4d36-9431-cbe000d069c1", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/arangodb/arangodb-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5wXzoQFG8oHlFtxnMq96Cf" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CQ3nWNNUrmMj6BjOw173z" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5fhqDdiijbN558c2c6TkzN" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5gZWge046khyUO08MUS4VT" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English" + ], + "zh-CN": [ + "英文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1ldGCVj2cz3NX9AiekPYW5" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5O8hAeUBZVZqUs83i6v9XE" + } + } + }, + "licenseadditional": { + "en-US": "Licensed Work: ArangoDB Self Managed (Release Date: March 2024)\n\nChange Date: 4 year anniversary of the Release Date\nChange License: Apache License, Version 2.0\n\nAdditional Use Grant: Subject to your compliance with the terms of this \nAgreement, including this clause, you may make use of the Licensed Work \ninternally in production, provided that you may not use the Licensed Work \nin a commercial offering that allows one or more third parties \n(other than your contractors) to access, create or manage databases \nincluding data that is controlled by any such third parties.\n\nArangoDB has defined our Additional Use Grant to allow BSL-licensed ArangoDB source code to be deployed for any purpose (e.g. production) as long as you are not (i) creating a commercial derivative work or (ii) offering or including it in a commercial product, application, or service (e.g. commercial DBaaS, SaaS, Embedded or Packaged Distribution/OEM)." + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5bFfqXIcehqRrhgs5GSove" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.arangodb.com/" + }, + "trademarkUrl": { + "en-US": "https://arangodb.com/resources/logos/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4zs1RAViCqbskgaB7eTJtI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2V5Sey9mCVvizDs6ikr7ig" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "keywords": { + "en-US": [ + "database", + "Graph", + "JSON" + ], + "zh-CN": [ + "图数据库", + "JSON" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "3.12.3", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7lRNPy9GWoRR1Tnt2HoGme", + "type": "Entry", + "createdAt": "2023-06-06T09:27:03.528Z", + "updatedAt": "2023-06-06T09:27:19.677Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-06T09:27:19.677Z", + "firstPublishedAt": "2023-06-06T09:27:19.677Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7lRNPy9GWoRR1Tnt2HoGme" + }, + "fields": { + "title": { + "en-US": "ArangoDB" + }, + "slug": { + "en-US": "arangodb" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/arangodb-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1mt9QugRTIBHMvHycFPDLL", + "type": "Entry", + "createdAt": "2023-06-06T10:09:02.165Z", + "updatedAt": "2023-06-06T10:09:16.286Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-06T10:09:16.286Z", + "firstPublishedAt": "2023-06-06T10:09:16.286Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1mt9QugRTIBHMvHycFPDLL" + }, + "fields": { + "title": { + "en-US": "hasura" + }, + "slug": { + "en-US": "hasura" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/hasura-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6uqGFBEcn7UXL4Udm3yBEB", + "type": "Entry", + "createdAt": "2023-06-06T10:13:44.797Z", + "updatedAt": "2024-10-25T00:37:49.517Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 40, + "publishedAt": "2024-01-15T08:45:42.991Z", + "firstPublishedAt": "2023-06-06T10:30:31.906Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 5, + "version": 42, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "fieldStatus": { + "*": { + "en-US": "changed", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6uqGFBEcn7UXL4Udm3yBEB" + }, + "fields": { + "key": { + "en-US": "hasura" + }, + "trademark": { + "en-US": "Hasura", + "zh-CN": "Hasura" + }, + "title": { + "en-US": "Instant GraphQL on all your data", + "zh-CN": "实时 GraphQ LREST APIs 转换平台 Hasura" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1mt9QugRTIBHMvHycFPDLL" + } + } + }, + "summary": { + "en-US": "The Open Source Airtable Alternative", + "zh-CN": "将 MySQL 等数据库实时转换为 GraphQL/REST APIs" + }, + "overview": { + "en-US": "Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.", + "zh-CN": "Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events." + }, + "screenshots": { + "en-US": [ + { + "id": "c3f52b51-f3e9-45ab-b26b-c13ed7ec6ac3", + "key": "architecture", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/hasura/hasura-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "3a6e1655-d66e-4d36-9431-cbe000d069c1", + "key": "架构", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/hasura/hasura-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "18WRukzpbyA4ebyhWDJFsU" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CQ3nWNNUrmMj6BjOw173z" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5fhqDdiijbN558c2c6TkzN" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5gZWge046khyUO08MUS4VT" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4qGUijXFbNgosOxYmHl5LT" + } + } + ] + }, + "websiteurl": { + "en-US": "https://hasura.io/" + }, + "trademarkUrl": { + "en-US": "https://hasura.io/legal/hasura-resellers" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "keywords": { + "en-US": [ + "API", + "GraphQL", + "Database" + ], + "zh-CN": [ + "API", + "GraphQL", + "数据库" + ] + }, + "distribution": { + "en-US": [ + { + "id": "2c1a7943-f9b7-41e9-9d19-ed6dccd6db36", + "key": "Community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "63lAclzrEwyy3akHF0l9kH", + "type": "Entry", + "createdAt": "2023-06-07T00:56:07.155Z", + "updatedAt": "2024-09-26T04:10:07.896Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 39, + "publishedAt": "2024-09-26T04:10:07.896Z", + "firstPublishedAt": "2023-06-07T00:57:20.738Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 11, + "version": 40, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/63lAclzrEwyy3akHF0l9kH" + }, + "fields": { + "title": { + "en-US": "Data Orchestration and Integration", + "zh-CN": "数据采集/编排/集成" + }, + "key": { + "en-US": "dintegration" + }, + "position": { + "en-US": 5 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "65YrBrBlgXbR7BLCe6oP0K" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4sQ7pGdSE29pYwCFHBFPVQ", + "type": "Entry", + "createdAt": "2023-06-07T01:06:40.427Z", + "updatedAt": "2024-08-22T09:33:08.235Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 27, + "publishedAt": "2024-08-22T09:33:08.235Z", + "firstPublishedAt": "2023-06-07T01:07:26.969Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 6, + "version": 28, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4sQ7pGdSE29pYwCFHBFPVQ" + }, + "fields": { + "title": { + "en-US": "Operations Automation", + "zh-CN": "运维自动化" + }, + "key": { + "en-US": "opsauto" + }, + "position": { + "en-US": 12 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2hZRCPvPqDhF7UcFCmnC0H" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39cPd5ouPrNZMpi2R2Lzg7" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "cyyHJKjkmP4E7ODCAJk96", + "type": "Entry", + "createdAt": "2023-06-08T05:02:16.428Z", + "updatedAt": "2023-06-08T06:08:27.888Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2023-06-08T06:08:27.888Z", + "firstPublishedAt": "2023-06-08T05:02:36.245Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/cyyHJKjkmP4E7ODCAJk96" + }, + "fields": { + "title": { + "en-US": "Email Server", + "zh-CN": "企业邮箱" + }, + "key": { + "en-US": "email" + }, + "position": { + "en-US": 1 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Y9smp8fp4hEdZ0dmLINk8" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "42xW7uUgXzPnNBRWmk2BHt" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1fQ5nJAUb768z7n09J7sdK" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4342W5VJTQHjyVwv5GVgT5", + "type": "Entry", + "createdAt": "2023-06-08T05:51:07.260Z", + "updatedAt": "2024-07-24T07:27:44.197Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 91, + "publishedAt": "2024-07-24T07:27:44.197Z", + "firstPublishedAt": "2023-06-08T06:06:08.863Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 18, + "version": 92, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4342W5VJTQHjyVwv5GVgT5" + }, + "fields": { + "key": { + "en-US": "mailu" + }, + "trademark": { + "en-US": "Mailu", + "zh-CN": "Mailu" + }, + "title": { + "en-US": "Full-featured mail server", + "zh-CN": "自建邮件服务器 Mailu" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7Argy5Mu1Yc4Z7UlYNCEhQ" + } + } + }, + "summary": { + "en-US": "Full-featured mail server", + "zh-CN": "自建邮件服务器" + }, + "overview": { + "en-US": "Mailu is a simple yet full-featured mail server, it is free software, open to suggestions and external contributions. support IMAP and IMAP+, SMTP", + "zh-CN": "Mailu是一个简单但功能齐全的邮件服务器,它完全开源免费。支持 IMAP, IMAP+, SMTP 等邮件协议" + }, + "description": { + "en-US": "- Standard email server, IMAP and IMAP+, SMTP and Submission with autoconfiguration profiles for clients\n- Advanced email features, aliases, domain aliases, custom routing\n- Web access, multiple Webmails and administration interface\n- User features, aliases, auto-reply, auto-forward, fetched accounts, managesieve\n- Admin features, global admins, announcements, per-domain delegation, quotas\n- Security, enforced TLS, DANE, MTA-STS, Letsencrypt!, outgoing DKIM, anti-virus scanner, Snuffleupagus, block malicious attachments\n- Antispam, auto-learn, greylisting, DMARC and SPF, anti-spoofing\n- Freedom, all FOSS components, no tracker included", + "zh-CN": "- Standard email server, IMAP and IMAP+, SMTP and Submission with autoconfiguration profiles for clients\n- Advanced email features, aliases, domain aliases, custom routing\n- Web access, multiple Webmails and administration interface\n- User features, aliases, auto-reply, auto-forward, fetched accounts, managesieve\n- Admin features, global admins, announcements, per-domain delegation, quotas\n- Security, enforced TLS, DANE, MTA-STS, Letsencrypt!, outgoing DKIM, anti-virus scanner, Snuffleupagus, block malicious attachments\n- Antispam, auto-learn, greylisting, DMARC and SPF, anti-spoofing\n- Freedom, all FOSS components, no tracker included" + }, + "screenshots": { + "en-US": [ + { + "id": "f618bffe-b689-42fe-9344-3121ef605450", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/mailu/mailu-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "3e66b007-9fe2-439c-9a74-63e2e7b23322", + "key": "管理面板", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/mailu/mailu-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "cyyHJKjkmP4E7ODCAJk96" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "Other" + ] + }, + "faq": { + "en-US": [ + { + "id": "c303b17c-1e0f-48c8-9639-36294c25ece0", + "key": "Mailu 是完全免费的吗?", + "value": "是的,它只有开源版" + } + ], + "zh-CN": [ + { + "id": "71fd180f-934e-427b-b59b-d39507dcbce8", + "key": "Mailu 是完全免费的吗?", + "value": "是的,它只有开源版" + }, + { + "id": "596f2190-bc59-447a-94a7-d7ba58e9f71e", + "key": "Mailu vs poste.io?", + "value": "Mailu 是 Mailu 的开源分支" + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6QQMkgwGkzG0FVbMExBym9" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ErftetWADiFvvgRO3pFnU" + } + } + ] + }, + "websiteurl": { + "en-US": "https://mailu.io/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7rNeLNZpc0T7Dd0qJzFn7k" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + } + ] + }, + "keywords": { + "en-US": [ + "Email Server", + "SMTP", + "IMAP" + ], + "zh-CN": [ + "SMTP", + "IMAP", + "邮件服务器" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 2, + "zh-CN": 2 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7Argy5Mu1Yc4Z7UlYNCEhQ", + "type": "Entry", + "createdAt": "2023-06-08T05:58:43.018Z", + "updatedAt": "2023-06-08T05:58:56.899Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-08T05:58:56.899Z", + "firstPublishedAt": "2023-06-08T05:58:56.899Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7Argy5Mu1Yc4Z7UlYNCEhQ" + }, + "fields": { + "title": { + "en-US": "Mailu" + }, + "slug": { + "en-US": "mailu" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/mailu-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4Z92HHp71DUx1vB3269o5l", + "type": "Entry", + "createdAt": "2023-06-08T06:50:00.693Z", + "updatedAt": "2023-06-08T06:50:26.515Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2023-06-08T06:50:26.515Z", + "firstPublishedAt": "2023-06-08T06:50:26.515Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4Z92HHp71DUx1vB3269o5l" + }, + "fields": { + "title": { + "en-US": "dockermailserver" + }, + "slug": { + "en-US": "dockermailserver" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/dockermailserver-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6K8RE3gthoUX8ctAZJWqWD", + "type": "Entry", + "createdAt": "2023-06-08T06:58:21.900Z", + "updatedAt": "2024-12-12T03:26:13.656Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 66, + "publishedAt": "2024-12-12T03:26:13.656Z", + "firstPublishedAt": "2023-06-08T09:29:47.108Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 16, + "version": 67, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6K8RE3gthoUX8ctAZJWqWD" + }, + "fields": { + "key": { + "en-US": "bitwarden" + }, + "trademark": { + "en-US": "Bitwarden", + "zh-CN": "Bitwarden" + }, + "title": { + "en-US": "Open source password management solutions", + "zh-CN": "开源团队密码管理 Bitwarden" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7wZq7lcHWHiOHgfzj4yp6T" + } + } + }, + "summary": { + "en-US": "Open source password management solutions", + "zh-CN": "开源团队密码管理" + }, + "overview": { + "en-US": "Open source password management solutions for individuals, teams, and business organizations.", + "zh-CN": "适用于个人、团队和商业组织的开源密码管理解决方案。" + }, + "screenshots": { + "en-US": [ + { + "id": "f618bffe-b689-42fe-9344-3121ef605450", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/bitwarden/bitwarden-gui-websoft9.webp" + } + ], + "zh-CN": [ + { + "id": "3e66b007-9fe2-439c-9a74-63e2e7b23322", + "key": "管理面板", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/bitwarden/bitwarden-gui-websoft9.webp" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6cjfHKIUVysyZJ04yZRca5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6dhUhSf0SPb3swoaJp8nj5" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "Other" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "459qZ8YeZfxR5UtMPG3ijT" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2O8RaSlsatiVMNTatp20FU" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7akHgnkqSmGh1UJZMw0MO" + } + } + ] + }, + "websiteurl": { + "en-US": "https://bitwarden.com/" + }, + "trademarkUrl": { + "en-US": "https://github.com/alex-hammer11/bitwarden-server/blob/main/TRADEMARK_GUIDELINES.md" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6PAPQ68qroHDGba7O9DQQ5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3vCjbC4LJQgteJ0A8T5eEF" + } + } + ] + }, + "keywords": { + "en-US": [ + "Password management" + ], + "zh-CN": [ + "密码管理" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "dev", + "beta" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 2 + }, + "memory": { + "en-US": 2, + "zh-CN": 4 + }, + "storage": { + "en-US": 1, + "zh-CN": 20 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6cjfHKIUVysyZJ04yZRca5", + "type": "Entry", + "createdAt": "2023-06-08T09:16:12.374Z", + "updatedAt": "2024-12-10T07:57:36.933Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 19, + "publishedAt": "2024-12-10T07:57:36.933Z", + "firstPublishedAt": "2023-06-08T09:18:18.219Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 20, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6cjfHKIUVysyZJ04yZRca5" + }, + "fields": { + "title": { + "en-US": "Team Password Management", + "zh-CN": "团队密码共享" + }, + "key": { + "en-US": "teampassm" + }, + "position": { + "en-US": 1 + }, + "overview": { + "zh-CN": "团队密码管理,将密码数据存放到服务端,然后通过浏览器插件自动使用" + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6WADietOzYFgb9uMKFSjts" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1fQ5nJAUb768z7n09J7sdK" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1fQ5nJAUb768z7n09J7sdK" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7wZq7lcHWHiOHgfzj4yp6T", + "type": "Entry", + "createdAt": "2023-06-08T09:30:07.354Z", + "updatedAt": "2023-06-08T09:30:25.602Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-08T09:30:25.602Z", + "firstPublishedAt": "2023-06-08T09:30:25.602Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7wZq7lcHWHiOHgfzj4yp6T" + }, + "fields": { + "title": { + "en-US": "bitwarden" + }, + "slug": { + "en-US": "bitwarden" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/bitwarden-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7kFPdD7tMv5CZiatttO7A1", + "type": "Entry", + "createdAt": "2023-06-08T10:19:01.164Z", + "updatedAt": "2023-06-08T10:19:11.138Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-08T10:19:11.138Z", + "firstPublishedAt": "2023-06-08T10:19:11.138Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7kFPdD7tMv5CZiatttO7A1" + }, + "fields": { + "title": { + "en-US": "passbolt" + }, + "slug": { + "en-US": "passbolt" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/passbolt-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "60h9xJMIkZCTVgx4zZnPLb", + "type": "Entry", + "createdAt": "2023-06-08T10:30:07.286Z", + "updatedAt": "2024-10-17T02:40:07.905Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 31, + "publishedAt": "2024-10-17T02:40:07.905Z", + "firstPublishedAt": "2023-06-08T10:34:13.661Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 10, + "version": 32, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/60h9xJMIkZCTVgx4zZnPLb" + }, + "fields": { + "key": { + "en-US": "passbolt" + }, + "trademark": { + "en-US": "Passbolt", + "zh-CN": "Passbolt" + }, + "title": { + "en-US": "Self-Hosted Password Manager", + "zh-CN": "开源团队密码管理 Passbolt" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7kFPdD7tMv5CZiatttO7A1" + } + } + }, + "summary": { + "en-US": "Self-Hosted Password Manager", + "zh-CN": "开源团队密码管理" + }, + "overview": { + "en-US": "Keep full ownership of your data. With passbolt pro's ability to self host it's the perfect sidekick for those who value privacy or more control.", + "zh-CN": "保留数据的完全所有权。凭借 passbolt Pro 的自托管能力,对于那些重视隐私或更多控制权的人来说,它是完美的搭档。" + }, + "description": { + "en-US": "Passbolt is an open source password manager designed for team collaboration. It provides secure password storage and sharing features to ensure the protection of sensitive information.Passbolt uses strong encryption technologies, such as OpenPGP, to secure data. Its user-friendly interface and rich API support make it easy for teams to manage and share passwords and integrate seamlessly with existing workflows.Passbolt also supports multiple authentication methods, such as two-factor authentication, to further enhance security.", + "zh-CN": "Passbolt 是一个开源密码管理器,专为团队协作设计。它提供安全的密码存储和共享功能,确保敏感信息的保护。Passbolt 使用强大的加密技术,如OpenPGP,来保障数据安全。其用户友好的界面和丰富的API支持,使得团队可以轻松管理和共享密码,并且可以与现有的工作流程无缝集成。Passbolt 还支持多种身份验证方式,如双因素认证,进一步提升安全性。" + }, + "screenshots": { + "en-US": [ + { + "id": "f618bffe-b689-42fe-9344-3121ef605450", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/passbolt/passbolt-gui-websoft9.webp" + } + ], + "zh-CN": [ + { + "id": "3e66b007-9fe2-439c-9a74-63e2e7b23322", + "key": "管理面板", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/passbolt/passbolt-gui-websoft9.webp" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6cjfHKIUVysyZJ04yZRca5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3GMxXg5wdj4R77cqCqiIKk" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "Other" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "459qZ8YeZfxR5UtMPG3ijT" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2O8RaSlsatiVMNTatp20FU" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CcnCaE2mWTEtqPMVPnSyF" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.passbolt.com/" + }, + "trademarkUrl": { + "en-US": "https://www.passbolt.com/credits/trademark-guidelines" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6PAPQ68qroHDGba7O9DQQ5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3vCjbC4LJQgteJ0A8T5eEF" + } + } + ] + }, + "keywords": { + "en-US": [ + "Password management" + ], + "zh-CN": [ + "密码管理" + ] + }, + "distribution": { + "en-US": [ + { + "id": "55c787cf-0625-45af-8ca1-6b4d8e3aef9e", + "key": "Community", + "value": "4.9.0-1-ce,latest" + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 2 + }, + "memory": { + "en-US": 1, + "zh-CN": 4 + }, + "storage": { + "en-US": 1, + "zh-CN": 20 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7bDV3SSuAVrl82IvnaXpTg", + "type": "Entry", + "createdAt": "2023-06-16T02:02:16.248Z", + "updatedAt": "2023-06-16T02:02:43.093Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-16T02:02:43.093Z", + "firstPublishedAt": "2023-06-16T02:02:43.093Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7bDV3SSuAVrl82IvnaXpTg" + }, + "fields": { + "title": { + "en-US": "huginn" + }, + "slug": { + "en-US": "huginn" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/huginn-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1dozRAa6FMuX7KkNueYXfy", + "type": "Entry", + "createdAt": "2023-06-16T02:08:21.559Z", + "updatedAt": "2024-12-12T03:22:41.412Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 70, + "publishedAt": "2024-12-12T03:22:41.412Z", + "firstPublishedAt": "2023-06-16T02:09:21.997Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 24, + "version": 71, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1dozRAa6FMuX7KkNueYXfy" + }, + "fields": { + "key": { + "en-US": "huginn" + }, + "trademark": { + "en-US": "Huginn", + "zh-CN": "Huginn" + }, + "title": { + "en-US": "Workflow automation tools", + "zh-CN": "流程自动化工具 Huginn" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7bDV3SSuAVrl82IvnaXpTg" + } + } + }, + "summary": { + "en-US": "Workflow automation for technical people", + "zh-CN": "工作流与任务自动化" + }, + "overview": { + "en-US": "Huginn is a system for building agents that perform automated tasks for you online. They can read the web, watch for events, and take actions on your behalf. ", + "zh-CN": "Huginn是一个用于构建代理的系统,可以在线为您执行自动化任务。他们可以阅读网络、监视事件并代表您采取行动。" + }, + "description": { + "en-US": "Huginn is an open-source Ruby on Rails-based automation task management tool. It enables users to create custom agents that interact with other services through APIs to achieve automated tasks. Huginn provides flexible configuration options and a visual interface, making it easy for users to manage and monitor their tasks.", + "zh-CN": "Huginn 是一款开源的、基于 Ruby on Rails 的自动化任务管理工具。它允许用户创建自定义的代理,通过API与其他服务进行交互,从而实现自动化任务。Huginn提供了灵活的配置选项和可视化界面,使得用户能够轻松地管理和监控自己的任务。" + }, + "screenshots": { + "en-US": [ + { + "id": "6e53620d-08f6-497b-8b4f-f03e49420b3c", + "key": "Dashboard", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/huginn/huginn-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "b8f4c8aa-fa2c-49dd-a7ad-b64e18325736", + "key": "Dashboard", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/huginn/huginn-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4sQ7pGdSE29pYwCFHBFPVQ" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6dhUhSf0SPb3swoaJp8nj5" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English" + ], + "zh-CN": [ + "英文" + ] + }, + "solution": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2FMLKgAYKz6ZHHF6w5byS1" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52B5PbVYDmVFrql23FjlMv" + } + } + ] + }, + "highlights": { + "en-US": [ + "Web based GUI" + ], + "zh-CN": [ + "可视化界面" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5UuBH4b0zhyMD4oGb9FSpf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5mKvsW7DU95pkeulIo28yF" + } + } + ] + }, + "websiteurl": { + "en-US": "https://github.com/huginn/huginn" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "vbbiHNKxaNXh8noSStJfB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7rNeLNZpc0T7Dd0qJzFn7k" + } + } + ] + }, + "keywords": { + "en-US": [ + "rpa", + "ipaas", + "automation", + "data integration", + "IFTTT", + "Zapier " + ], + "zh-CN": [ + "RPA", + "iPaaS", + "automation", + "data integration", + "IFTTT", + "Zapier" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5lUlDfnVzjtNpXH0KBmu2m", + "type": "Entry", + "createdAt": "2023-06-16T03:39:38.353Z", + "updatedAt": "2023-06-16T03:39:54.667Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-16T03:39:54.667Z", + "firstPublishedAt": "2023-06-16T03:39:54.667Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5lUlDfnVzjtNpXH0KBmu2m" + }, + "fields": { + "title": { + "en-US": "rowy" + }, + "slug": { + "en-US": "rowy" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/rowy-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3xOgZOPK7DWmtPXTpHqcsP", + "type": "Entry", + "createdAt": "2023-06-16T03:41:10.903Z", + "updatedAt": "2024-10-23T08:52:33.824Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 48, + "publishedAt": "2024-10-23T08:52:33.824Z", + "firstPublishedAt": "2023-06-16T04:00:59.942Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 14, + "version": 49, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3xOgZOPK7DWmtPXTpHqcsP" + }, + "fields": { + "key": { + "en-US": "rowy" + }, + "trademark": { + "en-US": "Rowy", + "zh-CN": "Rowy" + }, + "title": { + "en-US": "Low-code backend platform", + "zh-CN": "开源低代码平台 Rowy" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5lUlDfnVzjtNpXH0KBmu2m" + } + } + }, + "summary": { + "en-US": "Airtable-like UI for managing database", + "zh-CN": "快速构建 Web 电子表格程序开源低代码平台" + }, + "overview": { + "en-US": "Low-code backend platform. Manage database on spreadsheet-like UI and build cloud functions workflows in JS/TS, all in your browser.", + "zh-CN": "低代码后端平台。在类似电子表格的 UI 上管理数据库,并在 JS/TS 中构建云函数工作流,所有这些都在您的浏览器中完成。" + }, + "screenshots": { + "en-US": [ + { + "id": "f618bffe-b689-42fe-9344-3121ef605450", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/rowy/rowy-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "3e66b007-9fe2-439c-9a74-63e2e7b23322", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/rowy/rowy-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7EhengWHk8so7BMWjTgPvQ" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7nMNcJU8pX0OQHaM70BoXI" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "Other" + ] + }, + "highlights": { + "en-US": [ + "" + ], + "zh-CN": [ + "" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5WKhPDoXrkwKkJomj8jzCp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3XLYU7pPQw1tv0esOTj1Qw" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "FBjnaWTea9jWIviVI9UXN" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4qGUijXFbNgosOxYmHl5LT" + } + } + ] + }, + "websiteurl": { + "en-US": "http://rowy.io/" + }, + "trademarkUrl": { + "en-US": "https://www.rowy.io/terms" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3QlkgARyx6qWODzbp2zwOY" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + } + ] + }, + "keywords": { + "en-US": [ + "Nocode", + "Lowcode", + "Airtable" + ], + "zh-CN": [ + "低代码", + "零代码", + "Airtable" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 2 + }, + "memory": { + "en-US": 1, + "zh-CN": 4 + }, + "storage": { + "en-US": 1, + "zh-CN": 20 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1IGgpxOXB7UoaSq6XlG3QR", + "type": "Entry", + "createdAt": "2023-06-17T02:36:25.444Z", + "updatedAt": "2023-06-17T02:36:44.081Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-06-17T02:36:44.081Z", + "firstPublishedAt": "2023-06-17T02:36:44.081Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1IGgpxOXB7UoaSq6XlG3QR" + }, + "fields": { + "title": { + "en-US": "cloudreve" + }, + "slug": { + "en-US": "cloudreve" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/cloudreve-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "TDt18yo5osnXrHFktbmIu", + "type": "Entry", + "createdAt": "2023-06-17T02:42:08.781Z", + "updatedAt": "2024-12-12T03:36:23.941Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 56, + "publishedAt": "2024-12-12T03:36:23.941Z", + "firstPublishedAt": "2023-06-17T02:52:07.968Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 13, + "version": 57, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/TDt18yo5osnXrHFktbmIu" + }, + "fields": { + "key": { + "en-US": "cloudreve" + }, + "trademark": { + "en-US": "Cloudreve", + "zh-CN": "Cloudreve" + }, + "title": { + "en-US": "Self-hosted file management and sharing system", + "zh-CN": "支持多家云存储的云盘系统 Cloudreve" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1IGgpxOXB7UoaSq6XlG3QR" + } + } + }, + "summary": { + "en-US": "Self-hosted file management system with muilt-cloud support", + "zh-CN": "支持多家云存储的云盘系统" + }, + "overview": { + "en-US": "Cloudreve is a self-hosted file management system with muilt-cloud support. It support storing files into Local storage, Remote storage, Qiniu, Aliyun OSS, Tencent COS, Upyun, OneDrive, S3 compatible API.", + "zh-CN": "Cloudreve 是一个支持多家云存储的云盘系统。支持使用本机、从机、七牛、阿里云 OSS、腾讯云 COS、又拍云、AWS S3、OneDrive 作为存储端,上传/下载 均支持客户端直传,无需服务器中转。" + }, + "screenshots": { + "en-US": [ + { + "id": "5a6b64c9-81b6-40b3-afaa-54916245200f", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/cloudreve/cloudreve-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "1fecd2be-94c4-47da-a188-c51b2ba2931b", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/cloudreve/cloudreve-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CQ3nWNNUrmMj6BjOw173z" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2GectU4rnPJVtEHB8fzz8d" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "511GefnVfjYOcWGLZu9qOk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5fhqDdiijbN558c2c6TkzN" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5gZWge046khyUO08MUS4VT" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Other", + "Chinese" + ], + "zh-CN": [ + "英文", + "其它", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1ldGCVj2cz3NX9AiekPYW5" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "581T3Tx1sCF3xWdG8fWXbm" + } + } + }, + "websiteurl": { + "en-US": "https://cloudreve.org/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1MNlRXKNJmgwc9tUS5C8kD" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3QlkgARyx6qWODzbp2zwOY" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + } + ] + }, + "keywords": { + "en-US": [ + "ECM", + "S3", + "owncloud", + "nextcloud" + ], + "zh-CN": [ + "网盘", + "企业内容管理", + "S3", + "对象存储", + "ownCloud", + "Nextcloud" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "3.8.3", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 2 + }, + "memory": { + "en-US": 2, + "zh-CN": 4 + }, + "storage": { + "en-US": 10, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "77M26ysgUQmm1J8fg6UC6P", + "type": "Entry", + "createdAt": "2023-06-17T03:17:56.299Z", + "updatedAt": "2023-06-17T03:18:09.060Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-17T03:18:09.060Z", + "firstPublishedAt": "2023-06-17T03:18:09.060Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/77M26ysgUQmm1J8fg6UC6P" + }, + "fields": { + "title": { + "en-US": "jellyfin" + }, + "slug": { + "en-US": "jellyfin" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/jellyfin-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7zX9LDtnbTyD3aYmDTqL7f", + "type": "Entry", + "createdAt": "2023-06-17T03:18:41.229Z", + "updatedAt": "2024-12-12T03:18:43.965Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 65, + "publishedAt": "2024-12-12T03:18:43.965Z", + "firstPublishedAt": "2023-06-17T03:30:31.890Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 12, + "version": 66, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7zX9LDtnbTyD3aYmDTqL7f" + }, + "fields": { + "key": { + "en-US": "jellyfin" + }, + "trademark": { + "en-US": "Jellyfin", + "zh-CN": "Jellyfin" + }, + "title": { + "en-US": "The Free Software Media System", + "zh-CN": "流媒体系统 Jellyfin" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "77M26ysgUQmm1J8fg6UC6P" + } + } + }, + "summary": { + "en-US": "The Free Software Media System", + "zh-CN": "开源流媒体系统,构建自己影音平台" + }, + "overview": { + "en-US": "Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps. ", + "zh-CN": "Jellyfin是一个自由软件媒体系统,可让您控制管理和流式传输媒体。它是专有的Emby和Plex的替代方案,通过多个应用程序将媒体从专用服务器提供给最终用户设备。" + }, + "description": { + "en-US": "Jellyfin supports a variety of media types, including but not limited to the following: Videos, Music, Live TV, Recorded TV Shows, Books, Photos, Podcasts, Music Videos\n\nJellyfin aims to be a comprehensive media solution, so it supports a wide range of media types and offers extensive metadata support and user interface customization options so that users can organize and access media content according to their needs. As Jellyfin is updated and the community evolves, the supported media types may continue to expand.", + "zh-CN": "Jellyfin 支持各种媒体类型,包括但不限于以下几类:视频、音乐、直播电视、录制的电视节目、书籍、照片、播客、音乐视频等\n\nJellyfin 的目标是成为一个全面的媒体解决方案,因此它不仅支持多种媒体类型,还提供了丰富的元数据支持和用户界面定制选项,以便用户可以根据自己的需求组织和访问媒体内容。随着 Jellyfin 的更新和社区的发展,支持的媒体类型可能会继续扩展。" + }, + "screenshots": { + "en-US": [ + { + "id": "5a6b64c9-81b6-40b3-afaa-54916245200f", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/jellyfin/jellyfin-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "1fecd2be-94c4-47da-a188-c51b2ba2931b", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/jellyfin/jellyfin-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5lYK0lAWJBvBjiXLRYm5Py" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6NOcBo02HlxiW6o5DkVLvV" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6dhUhSf0SPb3swoaJp8nj5" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "511GefnVfjYOcWGLZu9qOk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5fhqDdiijbN558c2c6TkzN" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5gZWge046khyUO08MUS4VT" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Other", + "Chinese" + ], + "zh-CN": [ + "英文", + "其它", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6ZxNBKnvZwSwK5hYJIO74C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "FBjnaWTea9jWIviVI9UXN" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "12pnAjAAT5zkmPF33HKq6E" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7akHgnkqSmGh1UJZMw0MO" + } + } + ] + }, + "websiteurl": { + "en-US": "https://jellyfin.org/" + }, + "trademarkUrl": { + "en-US": "https://jellyfin.org/docs/general/contributing/branding/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1MNlRXKNJmgwc9tUS5C8kD" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3QlkgARyx6qWODzbp2zwOY" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + } + ] + }, + "keywords": { + "en-US": [ + "Emby", + "Plex" + ], + "zh-CN": [ + "Plex", + "Emby" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2, + "zh-CN": 2 + }, + "memory": { + "en-US": 8, + "zh-CN": 4 + }, + "storage": { + "en-US": 5, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "29fbaIaDiMamSGjuDewkbz", + "type": "Entry", + "createdAt": "2023-06-17T03:41:10.020Z", + "updatedAt": "2023-06-17T03:41:27.361Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-06-17T03:41:27.361Z", + "firstPublishedAt": "2023-06-17T03:41:27.361Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/29fbaIaDiMamSGjuDewkbz" + }, + "fields": { + "title": { + "en-US": "searxng" + }, + "slug": { + "en-US": "searxng" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/searxng-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "77rns1P4llrmpgXpmTAIct", + "type": "Entry", + "createdAt": "2023-06-17T03:46:38.052Z", + "updatedAt": "2024-01-15T08:45:41.450Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 35, + "publishedAt": "2024-01-15T08:45:41.450Z", + "firstPublishedAt": "2023-06-17T03:49:18.339Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 7, + "version": 36, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/77rns1P4llrmpgXpmTAIct" + }, + "fields": { + "key": { + "en-US": "searxng" + }, + "trademark": { + "en-US": "SearXNG", + "zh-CN": "SearXNG" + }, + "title": { + "en-US": "Internet metasearch engine", + "zh-CN": "聚合互联网搜索引擎 SearXNG" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "29fbaIaDiMamSGjuDewkbz" + } + } + }, + "summary": { + "en-US": "Internet metasearch engine", + "zh-CN": "构建自己的搜索引擎" + }, + "overview": { + "en-US": "SearXNG is a free internet metasearch engine which aggregates results from more than 70 search services. ", + "zh-CN": "SearXNG是一个免费的互联网元搜索引擎,它汇总了来自各种搜索服务和数据库的结果。既不跟踪也不分析用户。" + }, + "screenshots": { + "en-US": [ + { + "id": "f618bffe-b689-42fe-9344-3121ef605450", + "key": "Site", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/searxng/searxng-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "3e66b007-9fe2-439c-9a74-63e2e7b23322", + "key": "Site", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/searxng/searxng-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3pgr2mz2MsBWGpSNAXORrl" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "Other" + ] + }, + "faq": { + "en-US": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1ldGCVj2cz3NX9AiekPYW5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39PsAJu60mmzLfKuJSlCfg" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3dwN8h5SUNdrngpTP9puvD" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "581T3Tx1sCF3xWdG8fWXbm" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ErftetWADiFvvgRO3pFnU" + } + } + ] + }, + "websiteurl": { + "en-US": "https://docs.searxng.org/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + } + ] + }, + "keywords": { + "en-US": [ + "Search", + "search engine", + "meta", + "Google ", + "Baidu" + ], + "zh-CN": [ + "搜索引擎", + "meta", + "Google", + "Baidu" + ] + }, + "distribution": { + "en-US": [ + { + "id": "55c787cf-0625-45af-8ca1-6b4d8e3aef9e", + "key": "Community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 2 + }, + "memory": { + "en-US": 1, + "zh-CN": 4 + }, + "storage": { + "en-US": 1, + "zh-CN": 20 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6rPXF650IAOjP9QRjYSUIt", + "type": "Entry", + "createdAt": "2023-06-17T07:14:02.685Z", + "updatedAt": "2023-06-17T07:14:16.235Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-17T07:14:16.235Z", + "firstPublishedAt": "2023-06-17T07:14:16.235Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6rPXF650IAOjP9QRjYSUIt" + }, + "fields": { + "title": { + "en-US": "searx" + }, + "slug": { + "en-US": "searx" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/searx-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1ieaQhxm7lnSX15t5qUXuR", + "type": "Entry", + "createdAt": "2023-06-17T07:17:35.857Z", + "updatedAt": "2024-01-15T08:45:42.235Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 34, + "publishedAt": "2024-01-15T08:45:42.235Z", + "firstPublishedAt": "2023-06-17T07:19:40.530Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 8, + "version": 35, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1ieaQhxm7lnSX15t5qUXuR" + }, + "fields": { + "key": { + "en-US": "searx" + }, + "trademark": { + "en-US": "searx", + "zh-CN": "searx" + }, + "title": { + "en-US": "Privacy-respecting, hackable metasearch engine ", + "zh-CN": "聚合互联网搜索引擎 searx" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6rPXF650IAOjP9QRjYSUIt" + } + } + }, + "summary": { + "en-US": "Privacy-respecting, hackable metasearch engine", + "zh-CN": "聚合互联网搜索引擎" + }, + "overview": { + "en-US": "Searx is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled. Additionally, searx can be used over Tor for online anonymity.", + "zh-CN": "Searx是一个免费的互联网元搜索引擎,它汇总了来自更多 超过 70 个搜索服务。既不跟踪也不分析用户。此外 searx可以通过Tor用于在线匿名。" + }, + "screenshots": { + "en-US": [ + { + "id": "f618bffe-b689-42fe-9344-3121ef605450", + "key": "Site", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/searx/searx-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "3e66b007-9fe2-439c-9a74-63e2e7b23322", + "key": "Site", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/searx/searx-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3pgr2mz2MsBWGpSNAXORrl" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "Other" + ] + }, + "faq": { + "en-US": [ + { + "id": "3e601487-1962-40d4-aa06-d4fc3ff50b66", + "key": "searx VS SearXNG?", + "value": "SearXNC fork from searx " + } + ], + "zh-CN": [ + { + "id": "b418d5e7-d4a9-4d00-9560-3fc59d0167a5", + "key": "searx VS SearXNG?", + "value": "SearXNC 是 searx 的分支" + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1ldGCVj2cz3NX9AiekPYW5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39PsAJu60mmzLfKuJSlCfg" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3dwN8h5SUNdrngpTP9puvD" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "581T3Tx1sCF3xWdG8fWXbm" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ErftetWADiFvvgRO3pFnU" + } + } + ] + }, + "websiteurl": { + "en-US": "https://searx.github.io/searx/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + } + ] + }, + "keywords": { + "en-US": [ + "Search", + "search engine", + "meta", + "Google ", + "Baidu" + ], + "zh-CN": [ + "搜索引擎", + "meta", + "Google", + "Baidu" + ] + }, + "distribution": { + "en-US": [ + { + "id": "55c787cf-0625-45af-8ca1-6b4d8e3aef9e", + "key": "Community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 2 + }, + "memory": { + "en-US": 1, + "zh-CN": 4 + }, + "storage": { + "en-US": 1, + "zh-CN": 20 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4dw6YxYT0UUcmQgviK2C1A", + "type": "Entry", + "createdAt": "2023-06-17T07:27:28.194Z", + "updatedAt": "2023-06-17T07:27:43.868Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-17T07:27:43.868Z", + "firstPublishedAt": "2023-06-17T07:27:43.868Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4dw6YxYT0UUcmQgviK2C1A" + }, + "fields": { + "title": { + "en-US": "rustdesk" + }, + "slug": { + "en-US": "rustdesk" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/rustdesk-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "tQDqIYwL2RQSFWy8DIFFF", + "type": "Entry", + "createdAt": "2023-06-17T07:35:00.764Z", + "updatedAt": "2024-01-15T08:45:53.008Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 43, + "publishedAt": "2024-01-15T08:45:53.008Z", + "firstPublishedAt": "2023-06-17T07:41:24.322Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 6, + "version": 44, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/tQDqIYwL2RQSFWy8DIFFF" + }, + "fields": { + "key": { + "en-US": "rustdesk" + }, + "trademark": { + "en-US": "RustDesk ", + "zh-CN": "RustDesk " + }, + "title": { + "en-US": "Virtual and Remote desktop infrastructure ", + "zh-CN": "虚拟与远程桌面系统 RustDesk " + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4dw6YxYT0UUcmQgviK2C1A" + } + } + }, + "summary": { + "en-US": "Virtual and Remote desktop infrastructure ", + "zh-CN": "虚拟与远程桌面服务端" + }, + "overview": { + "en-US": "远程桌面软件以及配套的注册/中继服务器,开箱即用,无需任何配置。您完全掌控数据,不用担心安全。Open source TeamViewer / Citrix alternative.", + "zh-CN": "远程桌面软件以及配套的注册/中继服务器,开箱即用,无需任何配置。您完全掌控数据,不用担心安全。TeamViewer 或 Citrix 的替代品" + }, + "screenshots": { + "en-US": [ + { + "id": "3c3c3232-bc6f-47d7-a1a1-86b2fb978d0a", + "key": "Console", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/rustdesk/rustdesk-gui-websoft9.jpg" + } + ], + "zh-CN": [ + { + "id": "ec40efc7-139e-4056-aa9a-7b0907b612f4", + "key": "控制台", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/rustdesk/rustdesk-gui-websoft9.jpg" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5NSpZ4nmAEWWmwm3XpNczD" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6QQMkgwGkzG0FVbMExBym9" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2O8RaSlsatiVMNTatp20FU" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2RrsVsdbRuy1hmGe7vfnVx" + } + } + ] + }, + "websiteurl": { + "en-US": "https://rustdesk.com/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6PAPQ68qroHDGba7O9DQQ5" + } + } + ] + }, + "keywords": { + "en-US": [ + "Workspaces", + "Remote", + "Desktop" + ], + "zh-CN": [ + "虚拟桌面", + "云桌面", + "远程办公", + "云电脑" + ] + }, + "distribution": { + "en-US": [ + { + "id": "1675d02c-0f9e-43ef-84d9-27e0f5a1856f", + "key": "Community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2RrsVsdbRuy1hmGe7vfnVx", + "type": "Entry", + "createdAt": "2023-06-17T07:45:19.772Z", + "updatedAt": "2023-06-17T07:45:48.699Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-06-17T07:45:48.699Z", + "firstPublishedAt": "2023-06-17T07:45:48.699Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "language" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2RrsVsdbRuy1hmGe7vfnVx" + }, + "fields": { + "key": { + "en-US": "Rust" + }, + "name": { + "en-US": "Rust" + }, + "url": { + "en-US": "https://www.rust-lang.org" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "hPxXCOEisJk1Nx8yMBPtk", + "type": "Entry", + "createdAt": "2023-06-17T08:05:10.494Z", + "updatedAt": "2025-01-07T09:29:27.005Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 75, + "publishedAt": "2025-01-07T09:29:27.005Z", + "firstPublishedAt": "2023-06-17T08:37:18.621Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 22, + "version": 76, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/hPxXCOEisJk1Nx8yMBPtk" + }, + "fields": { + "key": { + "en-US": "humhub" + }, + "trademark": { + "en-US": "HumHub", + "zh-CN": "HumHub" + }, + "title": { + "en-US": "Open Source Enterprise Social Network", + "zh-CN": "企业社交软件 HumHub" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3sftOahDZoj3Cz1AI0g7Jc" + } + } + }, + "summary": { + "en-US": "Open Source Enterprise Social Network", + "zh-CN": "企业社交软件,构建内部的 Facebook" + }, + "overview": { + "en-US": "HumHub is an intuitive to use and modular designed open-source software, used primarily as social network, knowledge database, intranet or information and communication platform.", + "zh-CN": "HumHub是一款直观易用和模块化设计的开源软件,主要用作社交网络,知识数据库,内部网或信息和通信平台。" + }, + "description": { + "en-US": "HumHub is an open-source social platform that enables users to create communities, collaborate on projects, share content, and interact with other users. It offers a wide range of features such as file sharing, task management, forums, and notifications to facilitate effortless collaboration and communication. With its flexible customization options, HumHub can be configured and expanded to meet different needs.", + "zh-CN": "HumHub 是一个开源的社交平台,它允许用户创建社区、协作项目、分享内容并与其他用户互动。它提供了丰富的功能,如文件共享、任务管理、论坛和消息通知等,帮助用户轻松地协作和交流。HumHub 具有灵活的定制性,可以根据不同的需求进行配置和扩展。" + }, + "screenshots": { + "en-US": [ + { + "id": "d06d6030-d645-474f-9af9-b2bae308b46c", + "key": "Interface", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/humhub/humhub-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "12ba0ea3-f6ae-497e-b846-d53a74d43e09", + "key": "界面", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/humhub/humhub-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 8000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6i6WusU3fEXb0rAIlS4ZmM" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "Chinese", + "English", + "Other" + ], + "zh-CN": [ + "简体中文", + "英文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7mcAFr4uP0RuuHcJhWsUvv" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2O8RaSlsatiVMNTatp20FU" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CcnCaE2mWTEtqPMVPnSyF" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.humhub.com/" + }, + "trademarkUrl": { + "en-US": "https://www.humhub.com/en/imprint/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3vCjbC4LJQgteJ0A8T5eEF" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "vbbiHNKxaNXh8noSStJfB" + } + } + ] + }, + "keywords": { + "en-US": [ + "sns", + "facebook", + "linkedin" + ], + "zh-CN": [ + "linkedin", + "facebook", + "社交" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "1.16.1", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 2 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3sftOahDZoj3Cz1AI0g7Jc", + "type": "Entry", + "createdAt": "2023-06-17T08:26:03.113Z", + "updatedAt": "2023-06-17T08:26:18.888Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-17T08:26:18.888Z", + "firstPublishedAt": "2023-06-17T08:26:18.888Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3sftOahDZoj3Cz1AI0g7Jc" + }, + "fields": { + "title": { + "en-US": "humhub" + }, + "slug": { + "en-US": "humhub" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/humhub-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3EOxRwNgURB6BwaJbcgrdh", + "type": "Entry", + "createdAt": "2023-06-17T08:47:58.183Z", + "updatedAt": "2023-06-17T08:48:09.703Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-17T08:48:09.703Z", + "firstPublishedAt": "2023-06-17T08:48:09.703Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3EOxRwNgURB6BwaJbcgrdh" + }, + "fields": { + "title": { + "en-US": "confluence" + }, + "slug": { + "en-US": "confluence" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/confluence-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "Gr5k3lusGnWgOrK5rm5px", + "type": "Entry", + "createdAt": "2023-06-17T08:49:29.705Z", + "updatedAt": "2024-12-10T08:16:34.694Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 38, + "publishedAt": "2024-12-10T08:16:34.694Z", + "firstPublishedAt": "2023-06-17T08:54:24.509Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 8, + "version": 39, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/Gr5k3lusGnWgOrK5rm5px" + }, + "fields": { + "key": { + "en-US": "confluence" + }, + "trademark": { + "en-US": "Confluence", + "zh-CN": "Confluence" + }, + "title": { + "en-US": "Create, organise and discuss work with your team", + "zh-CN": "团队知识协作与项目管理 Confluence" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3EOxRwNgURB6BwaJbcgrdh" + } + } + }, + "summary": { + "en-US": "Create, organise and discuss work with your team", + "zh-CN": "团队知识协作与项目管理" + }, + "overview": { + "en-US": "Confluence Server is where you create, organise and discuss work with your team. Give every team, project, or department its own space to create the things they need, whether it's meeting notes, product requirements, file lists, or project plans, you can get more done in Confluence.", + "zh-CN": "Confluence Server 是您创建、组织和讨论工作的地方 团队。给每个团队、项目或部门都有自己的空间来创造他们需要的东西, 无论是会议记录、产品要求、文件列表还是项目计划, 您可以在 Confluence 中完成更多工作。" + }, + "screenshots": { + "en-US": [ + { + "id": "5ae46e12-59e8-416d-9ea2-5b73b6fd0936", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/confluence/confluence-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "b7726315-f237-412a-bf32-827f7f29a8fd", + "key": "白板", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/confluence/confluence-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 300 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4KqOWojZmoXeCFvsu0sij5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "wgrBVU9K63sTF0it5DfIT" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "22IAKOsOzywVrL2jh8Tdh5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5gZWge046khyUO08MUS4VT" + } + } + ] + }, + "os": { + "en-US": [ + "Windows", + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "简体中文", + "英文", + "其它" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "12nhFYWwBLQIQ2zHUHELnA" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17Jq88yTIez2ftdYQRrZSc" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.atlassian.com/zh/software/confluence" + }, + "trademarkUrl": { + "en-US": "https://www.atlassian.com/legal/trademark#our-trademarks" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "keywords": { + "en-US": [ + "PMS", + "Scrum", + "DevOps", + "Issue Tracking" + ], + "zh-CN": [ + "项目管理", + "敏捷开发", + "产品管理", + "DevOps", + "PMS" + ] + }, + "distribution": { + "en-US": [ + { + "id": "54029d6d-4383-4418-9d4e-29e6b8cbfd77", + "key": "Community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 1, + "zh-CN": 1 + }, + "storage": { + "en-US": 1, + "zh-CN": 20 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5AMbm0X55DLkdi8TaK7VMM", + "type": "Entry", + "createdAt": "2023-06-19T02:48:40.051Z", + "updatedAt": "2023-06-19T02:49:03.606Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-06-19T02:49:03.606Z", + "firstPublishedAt": "2023-06-19T02:49:03.606Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5AMbm0X55DLkdi8TaK7VMM" + }, + "fields": { + "title": { + "en-US": "harbor" + }, + "slug": { + "en-US": "harbor" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/harbor-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6TonQd8q8oAnb3lI3WaqY9", + "type": "Entry", + "createdAt": "2023-06-19T03:01:43.859Z", + "updatedAt": "2024-10-25T00:32:52.503Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 43, + "publishedAt": "2024-10-25T00:32:52.503Z", + "firstPublishedAt": "2023-06-19T03:33:49.236Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 8, + "version": 44, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6TonQd8q8oAnb3lI3WaqY9" + }, + "fields": { + "key": { + "en-US": "harbor" + }, + "trademark": { + "en-US": "Harbor", + "zh-CN": "Harbor" + }, + "title": { + "en-US": "Trusted cloud native repository", + "zh-CN": "容器镜像仓库平台 Harbor" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5AMbm0X55DLkdi8TaK7VMM" + } + } + }, + "summary": { + "en-US": "Trusted cloud native repository", + "zh-CN": "安全受信的容器镜像仓库平台" + }, + "overview": { + "en-US": "Harbor is an open source registry that secures artifacts with policies and role-based access control, ensures images are scanned and free from vulnerabilities, and signs images as trusted. ", + "zh-CN": "Harbor 是一个开源注册表,它使用策略和基于角色的访问控制来保护工件,确保图像被扫描且没有漏洞,并将图像标记为受信任。" + }, + "screenshots": { + "en-US": [ + { + "id": "e21d7f48-331d-4c76-9619-92e2974f9202", + "key": "Dashbord", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/harbor/harbor-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "3c5f8afa-0618-4999-be55-2ee0d39bd7e2", + "key": "Dashbord", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/harbor/harbor-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1vIzbOT5AzQ4BScGrwye4Q" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1L5FTwpWq09MgDXjY2VJci" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6fZnF215aaFxiFBIj8H6II" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ZRY6UR6j4c4dOYz3PXXFs" + } + } + ] + }, + "websiteurl": { + "en-US": "https://goharbor.io/" + }, + "trademarkUrl": { + "en-US": "https://www.linuxfoundation.org/legal/trademark-usage" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + } + ] + }, + "keywords": { + "en-US": [ + "Docker", + "Kubernetes", + "Dockerhub" + ], + "zh-CN": [ + "Kubernetes", + "Docker", + "镜像仓库", + "DockerHub" + ] + }, + "distribution": { + "en-US": [ + { + "id": "21b7b8c9-9e78-4bd1-87ab-3656e188d206", + "key": "Community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 1, + "zh-CN": 2 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3NruaIOiZJ2yCJnaaM9YiL", + "type": "Entry", + "createdAt": "2023-06-19T03:50:45.564Z", + "updatedAt": "2023-08-08T03:05:14.948Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-19T03:50:59.444Z", + "firstPublishedAt": "2023-06-19T03:50:59.444Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3NruaIOiZJ2yCJnaaM9YiL" + }, + "fields": { + "title": { + "en-US": "Harness CI" + }, + "slug": { + "en-US": "harnessci" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/harnessci-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4ozgGotK3ayZAMIwWAK2eX", + "type": "Entry", + "createdAt": "2023-06-19T03:51:35.854Z", + "updatedAt": "2024-10-25T00:28:56.716Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 50, + "publishedAt": "2024-10-25T00:28:56.716Z", + "firstPublishedAt": "2023-06-19T06:02:53.474Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 7, + "version": 51, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4ozgGotK3ayZAMIwWAK2eX" + }, + "fields": { + "key": { + "en-US": "harnessci" + }, + "trademark": { + "en-US": "Harness CI (aka Drone)", + "zh-CN": "Harness CI (aka Drone)" + }, + "title": { + "en-US": "The Harness CI Community Edition (aka Drone)", + "zh-CN": "持续集成平台 Drone" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3NruaIOiZJ2yCJnaaM9YiL" + } + } + }, + "summary": { + "en-US": " Container-Native Continuous Delivery Platform", + "zh-CN": "持续集成平台" + }, + "overview": { + "en-US": "Drone is a continuous delivery system built on container technology. Drone uses a simple YAML build file, to define and execute build pipelines inside Docker containers.", + "zh-CN": "Drone 是一个建立在容器技术之上的持续交付系统。Drone 使用一个简单的 YAML 构建文件,在 Docker 容器中定义和执行构建管道。" + }, + "screenshots": { + "en-US": [ + { + "id": "e21d7f48-331d-4c76-9619-92e2974f9202", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/drone/drone-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "3c5f8afa-0618-4999-be55-2ee0d39bd7e2", + "key": "控制面板", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/drone/drone-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1L5FTwpWq09MgDXjY2VJci" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17yJkB6XQXVCd2BSxCxJnC" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "licenseadditional": { + "en-US": "The Drone Community Edition is licensed under the Apache License,\nVersion 2.0 \n\nThe Drone Enterprise Edition is licensed under the Drone\nNon-Commercial License (the \"Non-Commercial License\"). A copy of\nthe Non-Commercial License is provided below." + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ZRY6UR6j4c4dOYz3PXXFs" + } + } + ] + }, + "websiteurl": { + "en-US": "https://drone.io/" + }, + "trademarkUrl": { + "en-US": "https://www.harness.io/legal/trademark" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + } + ] + }, + "keywords": { + "en-US": [ + "Docker", + "Kubernetes", + "CD" + ], + "zh-CN": [ + "Kubernetes", + "Docker", + "CD" + ] + }, + "distribution": { + "en-US": [ + { + "id": "21b7b8c9-9e78-4bd1-87ab-3656e188d206", + "key": "Community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 1, + "zh-CN": 2 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1EcLxjh8VqZPegk7CZClEb", + "type": "Entry", + "createdAt": "2023-06-19T06:14:38.552Z", + "updatedAt": "2023-06-19T06:15:04.026Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-19T06:15:04.026Z", + "firstPublishedAt": "2023-06-19T06:15:04.026Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1EcLxjh8VqZPegk7CZClEb" + }, + "fields": { + "title": { + "en-US": "tidb" + }, + "slug": { + "en-US": "tidb" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/tidb-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3Dz07ZV8UjcXB5p7cVGzHi", + "type": "Entry", + "createdAt": "2023-06-19T06:27:18.179Z", + "updatedAt": "2024-01-15T08:45:49.045Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 39, + "publishedAt": "2024-01-15T08:45:49.045Z", + "firstPublishedAt": "2023-06-19T06:37:54.305Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 6, + "version": 40, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3Dz07ZV8UjcXB5p7cVGzHi" + }, + "fields": { + "key": { + "en-US": "tidb" + }, + "trademark": { + "en-US": "TiDB", + "zh-CN": "TiDB" + }, + "title": { + "en-US": "Hybrid Transactional and Analytical Processing (HTAP) workloads", + "zh-CN": "联机交易与分析融合性数据库 TiDB" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2NI7lbeicyl0hDZBj3eLe8" + } + } + }, + "summary": { + "en-US": "Database support Hybrid Transactional and Analytical Processing (HTAP) workloads", + "zh-CN": "支持事务与分析的融合性数据库" + }, + "overview": { + "en-US": "TiDB is an open-source distributed SQL database that supports Hybrid Transactional and Analytical Processing (HTAP) workloads. It is MySQL compatible and features horizontal scalability, strong consistency, and high availability.", + "zh-CN": "TiDB 是一个开源的分布式 SQL 数据库,支持混合事务和分析处理 (HTAP) 工作负载。它与 MySQL 兼容,并具有水平可扩展性、强一致性和高可用性。" + }, + "screenshots": { + "en-US": [ + { + "id": "26dc9776-776a-4848-b3e7-3ee824964a0f", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/tidb/tidb-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "547b71e4-25eb-46c1-b3a3-881ca7fda0fe", + "key": "structure", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/tidb/tidb-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 19000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4zrap6pE4EuZdLzdjJ2H02" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5gZWge046khyUO08MUS4VT" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English" + ], + "zh-CN": [ + "英文" + ] + }, + "highlights": { + "en-US": [ + "TiDB Dashboard by default" + ], + "zh-CN": [ + "内置 TiDB Dashboard 图形化界面,方便诊断、监视和管理集群" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ZRY6UR6j4c4dOYz3PXXFs" + } + } + ] + }, + "websiteurl": { + "en-US": "https://github.com/pingcap/tidb" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4rqwdinfu5GMYieb5agezJ" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5nnWNotOqyUr46d2ZEQzsA" + } + } + ] + }, + "keywords": { + "en-US": [ + "mysql", + "database", + "HTAP" + ], + "zh-CN": [ + "mysql", + "数据库", + "HTAP" + ] + }, + "distribution": { + "en-US": [ + { + "id": "166b53da-d091-4cda-9f08-77f0058fa1a0", + "key": "Community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": false + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 1, + "zh-CN": 1 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "35gLRDwhl2s4urch7R5XJO", + "type": "Entry", + "createdAt": "2023-06-19T06:42:56.402Z", + "updatedAt": "2024-01-15T08:45:49.746Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 30, + "publishedAt": "2024-01-15T08:45:49.746Z", + "firstPublishedAt": "2023-06-19T07:02:31.242Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 5, + "version": 31, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/35gLRDwhl2s4urch7R5XJO" + }, + "fields": { + "key": { + "en-US": "cockroachdb" + }, + "trademark": { + "en-US": "CockroachDB", + "zh-CN": "CockroachDB" + }, + "title": { + "en-US": "Cloud-native distributed SQL database", + "zh-CN": "云原生数据库 CockroachDB" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2NI7lbeicyl0hDZBj3eLe8" + } + } + }, + "summary": { + "en-US": "Database designed to build, scale, and manage modern, data-intensive applications.", + "zh-CN": "可伸缩的、支持地理位置处理、支持事务处理的数据存储系统" + }, + "overview": { + "en-US": "CockroachDB is a cloud-native distributed SQL database designed to build, scale, and manage modern, data-intensive applications.", + "zh-CN": "CockroachDB 是一个云原生分布式 SQL 数据库,旨在构建、扩展和管理现代数据密集型应用程序。" + }, + "screenshots": { + "en-US": [ + { + "id": "26dc9776-776a-4848-b3e7-3ee824964a0f", + "key": "Admin UI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/cockroachdb/cockroachdb-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "547b71e4-25eb-46c1-b3a3-881ca7fda0fe", + "key": "Admin UI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/cockroachdb/cockroachdb-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 19000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4zrap6pE4EuZdLzdjJ2H02" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5gZWge046khyUO08MUS4VT" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "highlights": { + "en-US": [ + "内置 Admin 图形化界面,方便诊断、监视和管理集群" + ], + "zh-CN": [ + "内置 Admin 图形化界面,方便诊断、监视和管理集群" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "licenseadditional": { + "en-US": "Current CockroachDB code is released under a combination of two licenses, the Business Source License (BSL) and the Cockroach Community License (CCL).\n\nhttps://www.cockroachlabs.com/docs/stable/licensing-faqs.html#types-of-licenses" + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ZRY6UR6j4c4dOYz3PXXFs" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.cockroachlabs.com/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4rqwdinfu5GMYieb5agezJ" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5nnWNotOqyUr46d2ZEQzsA" + } + } + ] + }, + "keywords": { + "en-US": [ + "mysql", + "database", + "HTAP" + ], + "zh-CN": [ + "mysql", + "数据库", + "HTAP" + ] + }, + "distribution": { + "en-US": [ + { + "id": "166b53da-d091-4cda-9f08-77f0058fa1a0", + "key": "Community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 1, + "zh-CN": 1 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3x8qk8ww0LZKOJUKJWkWRL", + "type": "Entry", + "createdAt": "2023-06-19T06:43:53.833Z", + "updatedAt": "2023-06-19T06:44:07.320Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-19T06:44:07.320Z", + "firstPublishedAt": "2023-06-19T06:44:07.320Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3x8qk8ww0LZKOJUKJWkWRL" + }, + "fields": { + "title": { + "en-US": "cockroachdb" + }, + "slug": { + "en-US": "cockroachdb" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/cockroachdb-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2JmLwCKZCC5jIDbf93wMUG", + "type": "Entry", + "createdAt": "2023-06-19T07:08:53.706Z", + "updatedAt": "2023-06-19T07:09:20.428Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-06-19T07:09:20.428Z", + "firstPublishedAt": "2023-06-19T07:09:20.428Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2JmLwCKZCC5jIDbf93wMUG" + }, + "fields": { + "title": { + "en-US": "tyk" + }, + "slug": { + "en-US": "tyk" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/tyk-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1SiiSlB3xSewjzjAElPRYL", + "type": "Entry", + "createdAt": "2023-06-19T07:15:09.080Z", + "updatedAt": "2024-01-15T08:45:43.761Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 22, + "publishedAt": "2024-01-15T08:45:43.761Z", + "firstPublishedAt": "2023-06-19T07:19:01.580Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 5, + "version": 23, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1SiiSlB3xSewjzjAElPRYL" + }, + "fields": { + "key": { + "en-US": "tky" + }, + "trademark": { + "en-US": "Tyk", + "zh-CN": "Tyk" + }, + "title": { + "en-US": "The Cloud Native API Management Platform", + "zh-CN": "云原生 API 网关 Tyk" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2JmLwCKZCC5jIDbf93wMUG" + } + } + }, + "summary": { + "en-US": "The Cloud Native API Management Platform", + "zh-CN": "云原生 API 网关 " + }, + "overview": { + "en-US": "Seriously reliable, configurable, and easy to use, Tyk’s proven API management platform helps developers build, publish, and monetise APIs quickly and easily – across all kinds of on-premises environments, containers, and clouds.", + "zh-CN": "Tyk 经过验证的 API 管理平台非常可靠、可配置且易于使用,可帮助开发人员跨各种本地环境、容器和云快速轻松地构建、发布 API" + }, + "screenshots": { + "en-US": [ + { + "id": "3c3c3232-bc6f-47d7-a1a1-86b2fb978d0a", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/tyk/tyk-gui-websoft9.svg" + } + ], + "zh-CN": [ + { + "id": "ec40efc7-139e-4056-aa9a-7b0907b612f4", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/tyk/tyk-gui-websoft9.svg" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "18WRukzpbyA4ebyhWDJFsU" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6ZxNBKnvZwSwK5hYJIO74C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1jUWUsSYRSuTjAj9zoGO1i" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ZRY6UR6j4c4dOYz3PXXFs" + } + } + ] + }, + "websiteurl": { + "en-US": "https://tyk.io/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3vCjbC4LJQgteJ0A8T5eEF" + } + } + ] + }, + "keywords": { + "en-US": [ + "API", + "API Gatway" + ], + "zh-CN": [ + "API 网关" + ] + }, + "distribution": { + "en-US": [ + { + "id": "1675d02c-0f9e-43ef-84d9-27e0f5a1856f", + "key": "Community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1MqS5ATTX6Ws4p6B011vxA", + "type": "Entry", + "createdAt": "2023-06-20T03:38:57.312Z", + "updatedAt": "2023-06-20T03:39:19.807Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-20T03:39:19.807Z", + "firstPublishedAt": "2023-06-20T03:39:19.807Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1MqS5ATTX6Ws4p6B011vxA" + }, + "fields": { + "title": { + "en-US": "waydroid" + }, + "slug": { + "en-US": "waydroid" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/waydroid-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "owpIblId1fUziB9EkUORm", + "type": "Entry", + "createdAt": "2023-06-20T03:44:25.480Z", + "updatedAt": "2024-01-15T08:45:53.778Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 25, + "publishedAt": "2024-01-15T08:45:53.778Z", + "firstPublishedAt": "2023-06-20T03:51:56.692Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 5, + "version": 26, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/owpIblId1fUziB9EkUORm" + }, + "fields": { + "key": { + "en-US": "waydroid" + }, + "trademark": { + "en-US": "Waydroid", + "zh-CN": "Waydroid" + }, + "title": { + "en-US": "Android system on a regular GNU/Linux system", + "zh-CN": "Android 模拟环境 Waydroid" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1MqS5ATTX6Ws4p6B011vxA" + } + } + }, + "summary": { + "en-US": "Android system on a regular GNU/Linux system", + "zh-CN": "运行在 Linux 上的 Android 模拟环境" + }, + "overview": { + "en-US": "A container-based approach to boot a full Android system on a regular GNU/Linux system like Ubuntu.", + "zh-CN": "一种基于容器的方法,用于在常规的GNU/Linux系统(如Ubuntu)上启动完整的Android系统。" + }, + "screenshots": { + "en-US": [ + { + "id": "3c3c3232-bc6f-47d7-a1a1-86b2fb978d0a", + "key": "Console", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/waydroid/waydroid-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "ec40efc7-139e-4056-aa9a-7b0907b612f4", + "key": "控制台", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/waydroid/waydroid-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5NSpZ4nmAEWWmwm3XpNczD" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6QQMkgwGkzG0FVbMExBym9" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "581T3Tx1sCF3xWdG8fWXbm" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ErftetWADiFvvgRO3pFnU" + } + } + ] + }, + "websiteurl": { + "en-US": "https://waydro.id/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6PAPQ68qroHDGba7O9DQQ5" + } + } + ] + }, + "keywords": { + "en-US": [ + "Workspaces", + "Remote", + "Desktop", + "Android" + ], + "zh-CN": [ + "虚拟桌面", + "云桌面", + "远程办公", + "云电脑", + "Android" + ] + }, + "distribution": { + "en-US": [ + { + "id": "1675d02c-0f9e-43ef-84d9-27e0f5a1856f", + "key": "Community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1A3QUwEGxYR9Nidala2ACE", + "type": "Entry", + "createdAt": "2023-06-20T04:51:46.126Z", + "updatedAt": "2023-06-20T04:54:02.190Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2023-06-20T04:54:02.190Z", + "firstPublishedAt": "2023-06-20T04:54:02.190Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1A3QUwEGxYR9Nidala2ACE" + }, + "fields": { + "title": { + "en-US": "Licensing and distribution", + "zh-CN": "授权许可" + }, + "key": { + "en-US": "licensing" + }, + "position": { + "en-US": 10 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "42xW7uUgXzPnNBRWmk2BHt" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "42xW7uUgXzPnNBRWmk2BHt" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4JoK1TlqjxKJTeP8BSYpDF", + "type": "Entry", + "createdAt": "2023-06-20T04:54:21.353Z", + "updatedAt": "2023-06-20T04:55:14.193Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-06-20T04:55:14.193Z", + "firstPublishedAt": "2023-06-20T04:55:14.193Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4JoK1TlqjxKJTeP8BSYpDF" + }, + "fields": { + "title": { + "en-US": "Subscriptions and billing", + "zh-CN": "订阅计费" + }, + "key": { + "en-US": "subscriptions-and-billing" + }, + "position": { + "en-US": 10 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "42xW7uUgXzPnNBRWmk2BHt" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "42xW7uUgXzPnNBRWmk2BHt" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6fZnF215aaFxiFBIj8H6II", + "type": "Entry", + "createdAt": "2023-06-20T06:36:05.484Z", + "updatedAt": "2023-06-26T06:00:56.017Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2023-06-26T06:00:56.017Z", + "firstPublishedAt": "2023-06-20T06:38:54.106Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6fZnF215aaFxiFBIj8H6II" + }, + "fields": { + "title": { + "en-US": "Artifact Repository", + "zh-CN": "制品仓库" + }, + "key": { + "en-US": "artifact-repository" + }, + "position": { + "en-US": 2 + }, + "overview": { + "zh-CN": "Generic、Maven、NPM、PYPI、Docker、Helm等各种不同的软件二进制或镜像成品" + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5NnUPnn4oierElCt5AI0po" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39cPd5ouPrNZMpi2R2Lzg7" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1jLYwxAT8MUn76tIxIdmIn", + "type": "Entry", + "createdAt": "2023-06-20T07:04:07.691Z", + "updatedAt": "2023-06-20T07:04:21.898Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-20T07:04:21.898Z", + "firstPublishedAt": "2023-06-20T07:04:21.898Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1jLYwxAT8MUn76tIxIdmIn" + }, + "fields": { + "title": { + "en-US": "nexus" + }, + "slug": { + "en-US": "nexus" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/nexus-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6YkVlOzA5vEsbpGwKjfct9", + "type": "Entry", + "createdAt": "2023-06-20T07:09:27.481Z", + "updatedAt": "2024-12-11T23:58:26.392Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 67, + "publishedAt": "2024-12-11T23:58:26.392Z", + "firstPublishedAt": "2023-06-20T07:17:24.976Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 15, + "version": 68, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6YkVlOzA5vEsbpGwKjfct9" + }, + "fields": { + "key": { + "en-US": "nexus" + }, + "trademark": { + "en-US": "Sonatype Nexus Repository", + "zh-CN": "Sonatype Nexus Repository" + }, + "title": { + "en-US": "Artifact repository manager", + "zh-CN": "可视化软包管理工具 Nexus" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1jLYwxAT8MUn76tIxIdmIn" + } + } + }, + "summary": { + "en-US": "Artifact repository manager", + "zh-CN": "可视化软件包&制品库管理工具" + }, + "overview": { + "en-US": "Sonatype Nexus can build and distribute software fast Build quickly and reliably Publish and cache components in a central repository that connects natively to all popular package managers. ", + "zh-CN": "Sonatype Nexus 可以快速构建和分发软件 快速且可靠地构建 在一个与所有流行的包管理器原生连接的中央存储库中发布和缓存组件。" + }, + "description": { + "en-US": "- 在一个与所有流行的包管理器天然连接的中央存储库中发布和缓存组件。\n- 直接从你的持续集成/持续部署服务器控制分段构建和自定义元数据的生命周期。\n- 通过动态存储、清理策略和多节点弹性来处理全球工作负载。", + "zh-CN": "- Publish and cache components in a central repository that connects natively to all popular package managers.\n\n- Control the lifecycle of staged builds and custom metadata directly from your CI/CD server.\n\n- Handle global workloads with dynamic storage, cleanup policies, and multi-node resiliency." + }, + "screenshots": { + "en-US": [ + { + "id": "e21d7f48-331d-4c76-9619-92e2974f9202", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/nexus/nexus-gui-websoft9.webp" + } + ], + "zh-CN": [ + { + "id": "3c5f8afa-0618-4999-be55-2ee0d39bd7e2", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/nexus/nexus-gui-websoft9.webp" + } + ] + }, + "hot": { + "en-US": 4300 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1vIzbOT5AzQ4BScGrwye4Q" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1L5FTwpWq09MgDXjY2VJci" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6fZnF215aaFxiFBIj8H6II" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17nBnb3cekP3IkiDLGh1F0" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "12xpPctNYCiUKDUMORkbEB" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17Jq88yTIez2ftdYQRrZSc" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.sonatype.com/products/sonatype-nexus-repository" + }, + "trademarkUrl": { + "en-US": " Sonatype and Sonatype Nexus are trademarks of Sonatype, Inc." + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + } + ] + }, + "keywords": { + "en-US": [ + "Docker", + "Kubernetes", + "Dockerhub", + "Apache Maven" + ], + "zh-CN": [ + "Kubernetes", + "Docker", + "镜像仓库", + "DockerHub", + "Apache Maven" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "3.75.1", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 2, + "zh-CN": 2 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "12xpPctNYCiUKDUMORkbEB", + "type": "Entry", + "createdAt": "2023-06-20T07:17:54.023Z", + "updatedAt": "2023-06-20T07:18:35.387Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-06-20T07:18:35.387Z", + "firstPublishedAt": "2023-06-20T07:18:35.387Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/12xpPctNYCiUKDUMORkbEB" + }, + "fields": { + "key": { + "en-US": "eclipse-public-license-10" + }, + "name": { + "en-US": "Eclipse Public License 1.0" + }, + "url": { + "en-US": "https://opensource.org/license/epl-1-0/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3nbysnaLPtCnbIdgFrNCtR", + "type": "Entry", + "createdAt": "2023-06-20T07:19:31.149Z", + "updatedAt": "2023-06-20T07:22:55.738Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-20T07:22:55.738Z", + "firstPublishedAt": "2023-06-20T07:22:55.738Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3nbysnaLPtCnbIdgFrNCtR" + }, + "fields": { + "title": { + "en-US": "jfrog" + }, + "slug": { + "en-US": "jfrog" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/jfrog-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2GjCi0sfyjfiR7k6Qr3k6U", + "type": "Entry", + "createdAt": "2023-06-20T07:25:58.951Z", + "updatedAt": "2024-10-25T00:29:55.454Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 19, + "publishedAt": "2024-10-25T00:29:55.454Z", + "firstPublishedAt": "2023-06-20T08:21:12.517Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 6, + "version": 20, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2GjCi0sfyjfiR7k6Qr3k6U" + }, + "fields": { + "key": { + "en-US": "jfrog" + }, + "trademark": { + "en-US": "JFrog Artifactory", + "zh-CN": "JFrog Artifactory" + }, + "title": { + "en-US": "Binary & Artifact Management", + "zh-CN": "二进制包与软件制品管理 JFrog Artifactory" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3nbysnaLPtCnbIdgFrNCtR" + } + } + }, + "summary": { + "en-US": "Binary & Artifact Management", + "zh-CN": "二进制包与软件制品管理" + }, + "overview": { + "en-US": "JFrog’s Artifactory open source project was created to speed up development cycles using binary repositories. It’s the world’s most advanced repository manager, creating a single place for teams to manage all their binary artifacts efficiently.", + "zh-CN": "JFrog’s Artifactory open source project was created to speed up development cycles using binary repositories. It’s the world’s most advanced repository manager, creating a single place for teams to manage all their binary artifacts efficiently." + }, + "screenshots": { + "en-US": [ + { + "id": "e21d7f48-331d-4c76-9619-92e2974f9202", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/jfrog/jfrog-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "3c5f8afa-0618-4999-be55-2ee0d39bd7e2", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/jfrog/jfrog-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1vIzbOT5AzQ4BScGrwye4Q" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1L5FTwpWq09MgDXjY2VJci" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6fZnF215aaFxiFBIj8H6II" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17Jq88yTIez2ftdYQRrZSc" + } + } + ] + }, + "websiteurl": { + "en-US": "https://jfrog.com/" + }, + "trademarkUrl": { + "en-US": "https://jfrog.com/terms-of-use/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + } + ] + }, + "keywords": { + "en-US": [ + "Docker", + "Kubernetes", + "Dockerhub", + "Apache Maven" + ], + "zh-CN": [ + "Kubernetes", + "Docker", + "镜像仓库", + "DockerHub", + "Apache Maven" + ] + }, + "distribution": { + "en-US": [ + { + "id": "21b7b8c9-9e78-4bd1-87ab-3656e188d206", + "key": "Community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 1, + "zh-CN": 2 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4d0RLNAlybpce5z8QEnu1Y", + "type": "Entry", + "createdAt": "2023-06-21T02:29:48.873Z", + "updatedAt": "2024-12-31T02:53:47.562Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2024-12-31T02:53:47.562Z", + "firstPublishedAt": "2023-06-21T02:30:14.628Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4d0RLNAlybpce5z8QEnu1Y" + }, + "fields": { + "title": { + "en-US": "nextchat" + }, + "slug": { + "en-US": "nextchat" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/nextchat-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3IH3rRDjM22v9HM127EmCi", + "type": "Entry", + "createdAt": "2023-06-21T03:24:45.026Z", + "updatedAt": "2024-12-31T03:12:27.434Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 85, + "publishedAt": "2024-12-31T03:12:27.434Z", + "firstPublishedAt": "2023-06-21T03:33:35.520Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 26, + "version": 86, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3IH3rRDjM22v9HM127EmCi" + }, + "fields": { + "key": { + "en-US": "nextchat" + }, + "trademark": { + "en-US": "NextChat", + "zh-CN": "NextChat" + }, + "title": { + "en-US": "Well-designed cross-platform ChatGPT web UI", + "zh-CN": "ChatGPT 私有化应用" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4d0RLNAlybpce5z8QEnu1Y" + } + } + }, + "summary": { + "en-US": "Well-designed cross-platform ChatGPT web UI", + "zh-CN": "ChatGPT 私有化应用" + }, + "overview": { + "en-US": "A well-designed cross-platform ChatGPT UI (Web / PWA / Linux / Win / MacOS)", + "zh-CN": "一键拥有你自己的跨平台 ChatGPT 应用 (Web / PWA / Linux / Win / MacOS)" + }, + "description": { + "en-US": "NextChat is a cloud-based solution designed to help individuals and organizations quickly set up their own ChatGPT web service with just one click. With this service, users can easily have their own dedicated ChatGPT interface, including text input, output, and model training functions, to achieve highly customized intelligent Q&A services.", + "zh-CN": "NextChat是一款基于云计算的解决方案,旨在帮助个人和机构一键搭建自己的ChatGPT网页服务。通过该服务,用户可以轻松拥有自己的专属ChatGPT接口,包括文本输入、输出和模型训练等功能,实现高度定制化的智能问答服务。" + }, + "screenshots": { + "en-US": [ + { + "id": "e21d7f48-331d-4c76-9619-92e2974f9202", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/nextchat/nextchat-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "3c5f8afa-0618-4999-be55-2ee0d39bd7e2", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/nextchat/nextchat-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "554Dn6TI5aUe6PhxY6weWV" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "licenseadditional": { + "en-US": "Anti 996 License Version 1.0\nhttps://github.com/Yidadaa/ChatGPT-Next-Web/blob/main/LICENSE" + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4qGUijXFbNgosOxYmHl5LT" + } + } + ] + }, + "websiteurl": { + "en-US": "https://nextchat.dev" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6PAPQ68qroHDGba7O9DQQ5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7rNeLNZpc0T7Dd0qJzFn7k" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "72X8EHkmIJuRPftrB2y4WV" + } + } + ] + }, + "keywords": { + "en-US": [ + "ChatGPT", + "IOS", + "Web" + ], + "zh-CN": [ + "ChatGPT", + "IOS", + "Web" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest", + "v2.15.8" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4WHyKy2rzH4Gk8wRvii8Cq", + "type": "Entry", + "createdAt": "2023-06-21T06:17:33.370Z", + "updatedAt": "2023-06-21T06:17:45.579Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-21T06:17:45.579Z", + "firstPublishedAt": "2023-06-21T06:17:45.579Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4WHyKy2rzH4Gk8wRvii8Cq" + }, + "fields": { + "title": { + "en-US": "mastodon" + }, + "slug": { + "en-US": "mastodon" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/mastodon-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2JownpXW4M2rCkMRG2NhlL", + "type": "Entry", + "createdAt": "2023-06-21T06:22:11.187Z", + "updatedAt": "2024-10-24T04:05:46.545Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 52, + "publishedAt": "2024-10-24T04:05:46.545Z", + "firstPublishedAt": "2023-06-21T06:45:35.246Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 14, + "version": 53, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2JownpXW4M2rCkMRG2NhlL" + }, + "fields": { + "key": { + "en-US": "mastodon" + }, + "trademark": { + "en-US": "Mastodon", + "zh-CN": "Mastodon" + }, + "title": { + "en-US": "Globally interconnected microblogging community", + "zh-CN": "自托管微博系统 Mastodon" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4WHyKy2rzH4Gk8wRvii8Cq" + } + } + }, + "summary": { + "en-US": "Your self-hosted and globally interconnected microblogging community", + "zh-CN": "自托管微博系统" + }, + "overview": { + "en-US": "Mastodon is a free, open-source social network server based on ActivityPub where users can follow friends and discover new ones. ", + "zh-CN": "Mastodon是一个基于ActivityPub的免费开源社交网络服务器,用户可以在其中关注朋友并发现新朋友。" + }, + "description": { + "en-US": "On Mastodon, users can publish anything they want: links, pictures, text, video. All Mastodon servers are interoperable as a federated network (users on one server can seamlessly communicate with users from another one, including non-Mastodon software that implements ActivityPub!)", + "zh-CN": "在Mastodon上,用户可以发布他们想要的任何内容:链接,图片,文本,视频。所有Mastodon服务器都可以作为联合网络进行互操作(一台服务器上的用户可以与另一台服务器上的用户无缝通信,包括实现ActivityPub的非Mastodon软件" + }, + "screenshots": { + "en-US": [ + { + "id": "d06d6030-d645-474f-9af9-b2bae308b46c", + "key": "Interface", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/mastodon/mastodon-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "12ba0ea3-f6ae-497e-b846-d53a74d43e09", + "key": "界面", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/mastodon/mastodon-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 8000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6i6WusU3fEXb0rAIlS4ZmM" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "Chinese", + "English", + "Other" + ], + "zh-CN": [ + "简体中文", + "英文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7mcAFr4uP0RuuHcJhWsUvv" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2O8RaSlsatiVMNTatp20FU" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5mKvsW7DU95pkeulIo28yF" + } + } + ] + }, + "websiteurl": { + "en-US": "https://joinmastodon.org/" + }, + "trademarkUrl": { + "en-US": "https://joinmastodon.org/trademark" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3vCjbC4LJQgteJ0A8T5eEF" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "vbbiHNKxaNXh8noSStJfB" + } + } + ] + }, + "keywords": { + "en-US": [ + "sns", + "facebook", + "linkedin", + "microblogging", + "community", + " community", + "twitter" + ], + "zh-CN": [ + "linkedin", + "facebook", + "社交", + "社区", + "微博", + "推特", + "twitter" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "4.1.5" + ] + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 2, + "zh-CN": 2 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2WXZbjjNXx9RTgNpwthpAj", + "type": "Entry", + "createdAt": "2023-06-21T06:55:32.351Z", + "updatedAt": "2023-06-21T06:56:13.848Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2023-06-21T06:56:13.848Z", + "firstPublishedAt": "2023-06-21T06:56:13.848Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2WXZbjjNXx9RTgNpwthpAj" + }, + "fields": { + "title": { + "en-US": "uptimekuma" + }, + "slug": { + "en-US": "uptimekuma" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/uptimekuma-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2qkhKqHSsPi5bMd6TcweCO", + "type": "Entry", + "createdAt": "2023-06-21T07:01:59.325Z", + "updatedAt": "2024-11-01T07:55:48.185Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 39, + "publishedAt": "2024-11-01T07:55:48.185Z", + "firstPublishedAt": "2023-06-21T07:08:01.285Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 8, + "version": 40, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2qkhKqHSsPi5bMd6TcweCO" + }, + "fields": { + "key": { + "en-US": "uptimekuma" + }, + "trademark": { + "en-US": "Uptime Kuma", + "zh-CN": "Uptime Kuma" + }, + "title": { + "en-US": "A fancy self-hosted monitoring tool", + "zh-CN": "网站与应用监控工具 Uptime Kuma" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2WXZbjjNXx9RTgNpwthpAj" + } + } + }, + "summary": { + "en-US": "A fancy self-hosted monitoring tool", + "zh-CN": "网站与应用监控工具" + }, + "overview": { + "en-US": "Uptime Kuma is an easy-to-use self-hosted monitoring tool. Monitoring uptime for HTTP(s) / TCP / HTTP(s) Keyword / Ping / DNS Record / Push / Steam Game Server", + "zh-CN": "Uptime Kuma 是一个易于使用的自托管监控工具。Monitoring uptime for HTTP(s) / TCP / HTTP(s) Keyword / Ping / DNS Record / Push / Steam Game Server" + }, + "screenshots": { + "en-US": [ + { + "id": "291fde08-eec7-41ed-8bd8-616e5a3e6f64", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/uptimekuma/uptimekuma-gui-websoft9.jpg" + } + ], + "zh-CN": [ + { + "id": "b621c299-8c80-4026-8e42-81ccb0890416", + "key": "界面", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/uptimekuma/uptimekuma-gui-websoft9.jpg" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1M2nMpga1p9ppE1D59l357" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1ldGCVj2cz3NX9AiekPYW5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39PsAJu60mmzLfKuJSlCfg" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "459qZ8YeZfxR5UtMPG3ijT" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7sAoBXjxdtWHcqEoxSHpJB" + } + } + ] + }, + "websiteurl": { + "en-US": "https://github.com/louislam/uptime-kuma" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + } + ] + }, + "keywords": { + "en-US": [ + "System Monitor", + "HTTPS" + ], + "zh-CN": [ + "系统监控", + "容器监控", + "可视化", + "HTTP 监控" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "1.23.15", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 2 + }, + "memory": { + "en-US": 1, + "zh-CN": 4 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2913EihRZPHKAbNoBW3nHF", + "type": "Entry", + "createdAt": "2023-06-21T09:15:23.048Z", + "updatedAt": "2023-06-21T09:15:36.958Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-21T09:15:36.958Z", + "firstPublishedAt": "2023-06-21T09:15:36.958Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2913EihRZPHKAbNoBW3nHF" + }, + "fields": { + "title": { + "en-US": "akaunting" + }, + "slug": { + "en-US": "akaunting" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/akaunting-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "66nvg2eHzQcGhpg4WLpcji", + "type": "Entry", + "createdAt": "2023-06-21T09:18:21.368Z", + "updatedAt": "2025-01-02T03:34:33.005Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 80, + "publishedAt": "2025-01-02T03:34:33.005Z", + "firstPublishedAt": "2023-06-21T09:24:33.094Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 28, + "version": 81, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/66nvg2eHzQcGhpg4WLpcji" + }, + "fields": { + "key": { + "en-US": "akaunting" + }, + "trademark": { + "en-US": "Akaunting", + "zh-CN": "Akaunting" + }, + "title": { + "en-US": "Open Source and online accounting software", + "zh-CN": "会计与记账系统 Akaunting" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2913EihRZPHKAbNoBW3nHF" + } + } + }, + "summary": { + "en-US": "Open Source and online accounting software", + "zh-CN": "会计与记账系统" + }, + "overview": { + "en-US": "Akaunting is a free, open source and online accounting software designed for small businesses and freelancers. ", + "zh-CN": "Akaunting是一款免费的开源在线会计软件,专为小型企业和自由职业者设计。" + }, + "description": { + "en-US": "Online accounting software designed for small businesses and freelancers. Akaunting is built with modern technologies such as Laravel, VueJS, Tailwind, RESTful API etc. Thanks to its modular structure, Akaunting provides an awesome App Store for users and developers.", + "zh-CN": "专为小型企业和自由职业者设计的在线会计软件。Akaunting 是使用 Laravel、VueJS、Tailwind、RESTful API 等现代技术构建的。由于其模块化结构,Akaunting 为用户和开发人员提供了一个很棒的 App Store。" + }, + "screenshots": { + "en-US": [ + { + "id": "3c3c3232-bc6f-47d7-a1a1-86b2fb978d0a", + "key": "Console", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/akaunting/akaunting-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "ec40efc7-139e-4056-aa9a-7b0907b612f4", + "key": "控制台", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/akaunting/akaunting-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1ACGyadDHErfZp8LVBbwKY" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5SdnsGA9jschKVnyHKYzck" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SpvHk6sAB6x7nPYM29ez7" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5WKhPDoXrkwKkJomj8jzCp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3XLYU7pPQw1tv0esOTj1Qw" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "581T3Tx1sCF3xWdG8fWXbm" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CcnCaE2mWTEtqPMVPnSyF" + } + } + ] + }, + "websiteurl": { + "en-US": "https://akaunting.com/" + }, + "trademarkUrl": { + "en-US": "https://akaunting.com/trademark" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3vCjbC4LJQgteJ0A8T5eEF" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6PAPQ68qroHDGba7O9DQQ5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Oqmqcy8Mc0BKH3SglB990" + } + } + ] + }, + "keywords": { + "en-US": [ + "Accounting" + ], + "zh-CN": [ + "会计软件" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "3.1.14", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "pwNqVOfzWyQtWNna0oJOk", + "type": "Entry", + "createdAt": "2023-06-25T01:08:47.631Z", + "updatedAt": "2023-06-25T01:09:07.032Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-06-25T01:09:07.032Z", + "firstPublishedAt": "2023-06-25T01:09:07.032Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/pwNqVOfzWyQtWNna0oJOk" + }, + "fields": { + "title": { + "en-US": "excalidraw" + }, + "slug": { + "en-US": "excalidraw" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/excalidraw-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1YrdAH2ii73NpK7DjCpKMR", + "type": "Entry", + "createdAt": "2023-06-25T01:15:20.451Z", + "updatedAt": "2024-12-10T08:16:50.779Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 68, + "publishedAt": "2024-12-10T08:16:50.779Z", + "firstPublishedAt": "2023-06-25T01:23:11.248Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 18, + "version": 69, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1YrdAH2ii73NpK7DjCpKMR" + }, + "fields": { + "key": { + "en-US": "excalidraw" + }, + "trademark": { + "en-US": "Excalidraw", + "zh-CN": "Excalidraw" + }, + "title": { + "en-US": "Virtual whiteboard for sketching hand-drawn like diagrams", + "zh-CN": "在线虚拟白板系统 Excalidraw" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "pwNqVOfzWyQtWNna0oJOk" + } + } + }, + "summary": { + "en-US": "Virtual whiteboard for sketching hand-drawn like diagrams", + "zh-CN": "在线虚拟白板系统" + }, + "overview": { + "en-US": "Excalidraw is an open source virtual hand-drawn style whiteboard. It can help you to create collaborative and end-to-end encrypted diagrams.\n", + "zh-CN": "Excalidraw是一个开源的虚拟手绘风格的白板。它可以帮助您创建协作和端到端加密逻辑示意图。" + }, + "description": { + "en-US": "Excalidraw is a powerful online drawing tool that is simple and easy to use with a hand-drawn style. It supports various types of graphics elements, including geometric shapes and custom hand-drawn elements, which can be directly inserted into Obsidian notes and seamlessly integrated with other Obsidian functions. Excalidraw is not only a drawing tool, but also a creative expression method that allows users to easily create and share visual content.", + "zh-CN": "Excalidraw是一款功能强大的在线绘图工具,以其简单易用和手绘风格而受到用户喜爱。它支持多种图形元素,包括几何形状和自定义手绘元素,可直接嵌入Obsidian笔记中,与Obsidian的其他功能无缝集成。Excalidraw不仅是一款绘图工具,更是一种创意表达方式,让用户能够轻松地创建和分享视觉内容。" + }, + "screenshots": { + "en-US": [ + { + "id": "3c3c3232-bc6f-47d7-a1a1-86b2fb978d0a", + "key": "Console", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/excalidraw/excalidraw-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "ec40efc7-139e-4056-aa9a-7b0907b612f4", + "key": "控制台", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/excalidraw/excalidraw-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1LSgKMbgqRQtjAMbxlYWvt" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "wgrBVU9K63sTF0it5DfIT" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5WKhPDoXrkwKkJomj8jzCp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3XLYU7pPQw1tv0esOTj1Qw" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "474NGZtIwb7OmYB6hwO3zt" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7mHuM5gWzBX7m9a2bPkzPw" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6ZxNBKnvZwSwK5hYJIO74C" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4qGUijXFbNgosOxYmHl5LT" + } + } + ] + }, + "websiteurl": { + "en-US": "https://github.com/excalidraw/excalidraw" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1MNlRXKNJmgwc9tUS5C8kD" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3QlkgARyx6qWODzbp2zwOY" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + } + ] + }, + "keywords": { + "en-US": [ + "Notion", + "virtual hand-drawn" + ], + "zh-CN": [ + "Notion", + "白板" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 1, + "zh-CN": 1 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1LSgKMbgqRQtjAMbxlYWvt", + "type": "Entry", + "createdAt": "2023-06-25T01:23:46.676Z", + "updatedAt": "2023-06-25T01:25:18.849Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2023-06-25T01:25:18.849Z", + "firstPublishedAt": "2023-06-25T01:25:12.284Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1LSgKMbgqRQtjAMbxlYWvt" + }, + "fields": { + "title": { + "en-US": "Whiteboard and Note", + "zh-CN": "白板/笔记" + }, + "key": { + "en-US": "whiteboard-and-note" + }, + "position": { + "en-US": 10 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5fhqDdiijbN558c2c6TkzN" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5aivMfmgFa2CuNo1NVUVwr", + "type": "Entry", + "createdAt": "2023-06-25T02:02:55.234Z", + "updatedAt": "2023-06-25T02:04:36.637Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-25T02:04:36.637Z", + "firstPublishedAt": "2023-06-25T02:04:36.637Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5aivMfmgFa2CuNo1NVUVwr" + }, + "fields": { + "title": { + "en-US": "focalboard" + }, + "slug": { + "en-US": "focalboard" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/focalboard-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1i1FTT5UFDNcZL30tsYns2", + "type": "Entry", + "createdAt": "2023-06-25T02:08:15.566Z", + "updatedAt": "2024-12-12T03:12:32.497Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 61, + "publishedAt": "2024-12-12T03:12:32.497Z", + "firstPublishedAt": "2023-06-25T02:19:16.609Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 12, + "version": 62, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1i1FTT5UFDNcZL30tsYns2" + }, + "fields": { + "key": { + "en-US": "focalboard" + }, + "trademark": { + "en-US": "Focalboard", + "zh-CN": "Focalboard" + }, + "title": { + "en-US": "Open source project management for technical teams", + "zh-CN": "项目管理系统 Focalboard" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5aivMfmgFa2CuNo1NVUVwr" + } + } + }, + "summary": { + "en-US": "Open source project management for technical teams", + "zh-CN": "面向技术人员的项目管理系统" + }, + "overview": { + "en-US": "Focalboard is an open source project management for technical teams. Keep everything and everyone on track, all in the Mattermost platform.", + "zh-CN": "Focalboard是一个面向技术团队的开源项目管理。让一切和每个人都步入正轨,所有这些都在 Mattermost 平台中。" + }, + "description": { + "en-US": "Focalboard is a project management tool that focuses on collaboration and tracking project progress through an intuitive interface and powerful features. The software supports multi-person online editing and real-time synchronization updates, ensuring smooth information sharing and communication among team members. In addition, Focalboard provides rich task management features, such as task allocation and prioritization, to help team members better allocate work and determine work priorities.", + "zh-CN": "Focalboard软件是一款专注于项目管理的工具,它通过直观的界面和强大的功能,帮助团队成员更好地协作和跟踪项目进度。该软件支持多人在线编辑,实时同步更新,确保团队成员之间的信息共享和沟通畅通无阻。此外,Focalboard还提供了丰富的任务管理功能,如任务分配、优先级排序等,帮助团队成员更好地分配工作和确定工作重点。同时,该软件还支持多种文件格式的导入和导出,方便用户进行文件管理和数据迁移。 " + }, + "screenshots": { + "en-US": [ + { + "id": "5ae46e12-59e8-416d-9ea2-5b73b6fd0936", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/focalboard/focalboard-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "b7726315-f237-412a-bf32-827f7f29a8fd", + "key": "控制台", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/focalboard/focalboard-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 300 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4KqOWojZmoXeCFvsu0sij5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "wgrBVU9K63sTF0it5DfIT" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17nBnb3cekP3IkiDLGh1F0" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "22IAKOsOzywVrL2jh8Tdh5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5gZWge046khyUO08MUS4VT" + } + } + ] + }, + "os": { + "en-US": [ + "Windows", + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "简体中文", + "英文", + "其它" + ] + }, + "faq": { + "en-US": [ + { + "id": "06f6fb49-206d-47cf-b090-ce10e7d1b45a", + "key": "Focalboard vs Mattermost?", + "value": "Focalboard is now Mattermost Boards" + } + ], + "zh-CN": [ + { + "id": "4e0d5ef5-932f-43ee-b628-8efd3ec98e9e", + "key": "Focalboard vs Mattermost?", + "value": "Focalboard 目前已经被 Mattemost 收购" + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hnMuBblEy7FxcAYQAMyDE" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7mHuM5gWzBX7m9a2bPkzPw" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6kuu4piIZr1L6dx8vsdYqp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6hjIgHYaVPjdIpDz1Y2s7u" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6ZxNBKnvZwSwK5hYJIO74C" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "12nhFYWwBLQIQ2zHUHELnA" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "licenseadditional": { + "en-US": "https://github.com/mattermost/focalboard/blob/main/LICENSE.txt" + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ZRY6UR6j4c4dOYz3PXXFs" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.focalboard.com/" + }, + "trademarkUrl": { + "en-US": "https://github.com/mattermost-community/focalboard/blob/main/LICENSE.txt" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "keywords": { + "en-US": [ + "PMS", + "Scrum", + "DevOps", + "Issue Tracking" + ], + "zh-CN": [ + "项目管理", + "敏捷开发", + "产品管理", + "DevOps", + "PMS" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 1, + "zh-CN": 1 + }, + "storage": { + "en-US": 1, + "zh-CN": 20 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3uZYtoYwTbbeqyQTjkUXfw", + "type": "Entry", + "createdAt": "2023-06-25T06:37:39.003Z", + "updatedAt": "2023-06-25T06:37:50.438Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-25T06:37:50.438Z", + "firstPublishedAt": "2023-06-25T06:37:50.438Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3uZYtoYwTbbeqyQTjkUXfw" + }, + "fields": { + "title": { + "en-US": "appflowy" + }, + "slug": { + "en-US": "appflowy" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/appflowy-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7FwhnvboG5hH0qSqPFuNfF", + "type": "Entry", + "createdAt": "2023-06-25T06:42:52.815Z", + "updatedAt": "2024-01-15T08:43:38.273Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 47, + "publishedAt": "2024-01-15T08:43:38.273Z", + "firstPublishedAt": "2023-06-25T06:49:42.637Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 8, + "version": 48, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7FwhnvboG5hH0qSqPFuNfF" + }, + "fields": { + "key": { + "en-US": "appflowy" + }, + "trademark": { + "en-US": "AppFlowy", + "zh-CN": "AppFlowy" + }, + "title": { + "en-US": "Open Source Notion Alternative", + "zh-CN": "Notion 开源替代品 AppFlowy" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3uZYtoYwTbbeqyQTjkUXfw" + } + } + }, + "summary": { + "en-US": "Open Source Notion Alternative", + "zh-CN": "Notion 开源替代品 " + }, + "overview": { + "en-US": "AppFlowy is an open-source alternative to Notion. You are in charge of your data and customizations. Built with Flutter and Rust.", + "zh-CN": "AppFlowy是Notion的开源替代品。您负责您的数据和自定义。用Flutter and Rust构建。" + }, + "screenshots": { + "en-US": [ + { + "id": "1d263c64-8b51-4cd4-856f-88df0d1937ab", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/appflowy/appflowy-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "5ce48cc3-a26e-488f-9b31-7ea947d8de53", + "key": "控制台", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/appflowy/appflowy-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "wgrBVU9K63sTF0it5DfIT" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1LSgKMbgqRQtjAMbxlYWvt" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1fQ5nJAUb768z7n09J7sdK" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "Chinese", + "English", + "Other" + ], + "zh-CN": [ + "简体中文", + "英文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ErftetWADiFvvgRO3pFnU" + } + } + ] + }, + "websiteurl": { + "en-US": "https://appflowy.io/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1MNlRXKNJmgwc9tUS5C8kD" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3QlkgARyx6qWODzbp2zwOY" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + } + ] + }, + "keywords": { + "en-US": [ + "Notion" + ], + "zh-CN": [ + "笔记", + "知识库", + "Notion" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 1, + "zh-CN": 2 + }, + "storage": { + "en-US": 2, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2ZxHBIiluDqF6Uv7hPCVAl", + "type": "Entry", + "createdAt": "2023-06-25T07:14:07.428Z", + "updatedAt": "2023-06-25T07:14:18.766Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-25T07:14:18.766Z", + "firstPublishedAt": "2023-06-25T07:14:18.766Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2ZxHBIiluDqF6Uv7hPCVAl" + }, + "fields": { + "title": { + "en-US": "affine" + }, + "slug": { + "en-US": "affine" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/affine-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2gem5XPiF4gkosXdGFXRDf", + "type": "Entry", + "createdAt": "2023-06-25T07:14:35.439Z", + "updatedAt": "2024-10-23T02:55:16.106Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 52, + "publishedAt": "2024-10-23T02:55:16.106Z", + "firstPublishedAt": "2023-06-25T07:23:36.428Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 20, + "version": 53, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2gem5XPiF4gkosXdGFXRDf" + }, + "fields": { + "key": { + "en-US": "affine" + }, + "trademark": { + "en-US": "AFFiNE", + "zh-CN": "AFFiNE" + }, + "title": { + "en-US": "The Next-Gen Collaborative Knowledge Base", + "zh-CN": "Notion 开源替代品 AFFiNE" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2ZxHBIiluDqF6Uv7hPCVAl" + } + } + }, + "summary": { + "en-US": "The Next-Gen Collaborative Knowledge Base", + "zh-CN": "Notion 开源替代品 " + }, + "overview": { + "en-US": "AFFiNE is a next-gen knowledge base that brings planning, sorting and creating all together.\nPrivacy first, open-source, customizable and ready to use - a free replacement for Notion & Miro.", + "zh-CN": "AFFiNE is a next-gen knowledge base that brings planning, sorting and creating all together.\nPrivacy first, open-source, customizable and ready to use - a free replacement for Notion & Miro." + }, + "screenshots": { + "en-US": [ + { + "id": "1d263c64-8b51-4cd4-856f-88df0d1937ab", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/affine/affine-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "5ce48cc3-a26e-488f-9b31-7ea947d8de53", + "key": "控制台", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/affine/affine-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "wgrBVU9K63sTF0it5DfIT" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1LSgKMbgqRQtjAMbxlYWvt" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1fQ5nJAUb768z7n09J7sdK" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "Chinese", + "English", + "Other" + ], + "zh-CN": [ + "简体中文", + "英文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1jUWUsSYRSuTjAj9zoGO1i" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4qGUijXFbNgosOxYmHl5LT" + } + } + ] + }, + "websiteurl": { + "en-US": "https://affine.pro/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1MNlRXKNJmgwc9tUS5C8kD" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3QlkgARyx6qWODzbp2zwOY" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + } + ] + }, + "keywords": { + "en-US": [ + "Notion" + ], + "zh-CN": [ + "笔记", + "知识库", + "Notion" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 1, + "zh-CN": 2 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5dw0UJ0DQjtzvuwFW45Pvl", + "type": "Entry", + "createdAt": "2023-06-25T07:29:01.512Z", + "updatedAt": "2023-06-25T07:29:15.007Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-25T07:29:15.007Z", + "firstPublishedAt": "2023-06-25T07:29:15.007Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5dw0UJ0DQjtzvuwFW45Pvl" + }, + "fields": { + "title": { + "en-US": "airflow" + }, + "slug": { + "en-US": "airflow" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/airflow-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "73sQK2CIMnbgqrHvgucgGb", + "type": "Entry", + "createdAt": "2023-06-25T07:29:30.829Z", + "updatedAt": "2025-01-02T03:34:21.640Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 51, + "publishedAt": "2025-01-02T03:34:21.640Z", + "firstPublishedAt": "2023-06-25T08:16:51.621Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 11, + "version": 52, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/73sQK2CIMnbgqrHvgucgGb" + }, + "fields": { + "key": { + "en-US": "airflow" + }, + "trademark": { + "en-US": "Apache Airflow", + "zh-CN": "Apache Airflow" + }, + "title": { + "en-US": "Platform to programmatically author, schedule and monitor workflows.", + "zh-CN": "可视化作业调度平台 Apache Airflow" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5dw0UJ0DQjtzvuwFW45Pvl" + } + } + }, + "summary": { + "en-US": "Platform to programmatically author, schedule and monitor workflows.", + "zh-CN": "可视化作业调度平台" + }, + "overview": { + "en-US": "Apache Airflow (or simply Airflow) is a platform to programmatically author, schedule, and monitor workflows.", + "zh-CN": "Apache Airflow(简称 Airflow)是一个以编程方式编写、调度和监控工作流的平台。" + }, + "description": { + "en-US": "Apache Airflow is an open source workflow management platform for orchestrating and scheduling complex tasks. It uses a directed acyclic graph (DAG) to define task dependencies , support for dynamic generation of tasks and flexible scheduling.Airflow provides a rich user interface and powerful extensions for data engineering , ETL processing and machine learning pipelines and other scenarios.", + "zh-CN": "Apache Airflow 是一个开源的工作流管理平台,用于编排和调度复杂的任务。它使用有向无环图(DAG)来定义任务依赖关系,支持动态生成任务和灵活的调度。Airflow 提供了丰富的用户界面和强大的扩展功能,适用于数据工程、ETL 处理和机器学习管道等场景。" + }, + "screenshots": { + "en-US": [ + { + "id": "1d263c64-8b51-4cd4-856f-88df0d1937ab", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/airflow/airflow-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "5ce48cc3-a26e-488f-9b31-7ea947d8de53", + "key": "控制台", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/airflow/airflow-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4sQ7pGdSE29pYwCFHBFPVQ" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1fQ5nJAUb768z7n09J7sdK" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "Chinese", + "English", + "Other" + ], + "zh-CN": [ + "简体中文", + "英文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ErftetWADiFvvgRO3pFnU" + } + } + ] + }, + "websiteurl": { + "en-US": "https://airflow.apache.org/" + }, + "trademarkUrl": { + "en-US": "https://airflow.apache.org/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4zs1RAViCqbskgaB7eTJtI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2V5Sey9mCVvizDs6ikr7ig" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "keywords": { + "en-US": [ + "workflow", + "automation" + ], + "zh-CN": [ + "工作流", + "自动化", + "集成" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "2.10.4", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2, + "zh-CN": 1 + }, + "memory": { + "en-US": 4, + "zh-CN": 2 + }, + "storage": { + "en-US": 10, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "577lr7jv4PmPKFDOps8c9E", + "type": "Entry", + "createdAt": "2023-06-25T08:26:54.036Z", + "updatedAt": "2023-06-25T08:27:06.226Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-06-25T08:27:06.226Z", + "firstPublishedAt": "2023-06-25T08:27:06.226Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/577lr7jv4PmPKFDOps8c9E" + }, + "fields": { + "title": { + "en-US": "nocobase" + }, + "slug": { + "en-US": "nocobase" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/nocobase-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7FRM6Ercqt1jcoyYCxHd23", + "type": "Entry", + "createdAt": "2023-06-25T08:28:37.604Z", + "updatedAt": "2024-12-13T08:49:50.585Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 40, + "publishedAt": "2024-12-13T08:49:50.585Z", + "firstPublishedAt": "2023-06-25T08:43:11.296Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 11, + "version": 41, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7FRM6Ercqt1jcoyYCxHd23" + }, + "fields": { + "key": { + "en-US": "nocobase" + }, + "trademark": { + "en-US": "Nocobase", + "zh-CN": "Nocobase" + }, + "title": { + "en-US": "Open-source no-code development platform", + "zh-CN": "开源零(低)代码平台 Nocobase" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "577lr7jv4PmPKFDOps8c9E" + } + } + }, + "summary": { + "en-US": "Open-source no-code development platform", + "zh-CN": "开源零(低)代码平台" + }, + "overview": { + "en-US": "NocoBase is a scalability-first, open-source no-code/low-code platform to build internal tools.", + "zh-CN": "NocoBase 是一个可扩展性优先的开源无代码/低代码平台,用于构建内部工具。" + }, + "description": { + "en-US": "NocoBase is a scalability-first, open-source no-code development platform.\nInstead of investing years of time and millions of dollars in research and development, deploy NocoBase in a few minutes and you'll have a private, controllable, and extremely scalable no-code development platform!", + "zh-CN": "NocoBase 是一个极易扩展的开源无代码开发平台。 不必投入几年时间、数百万资金研发,花几分钟时间部署 NocoBase,马上拥有一个私有、可控、极易扩展的无代码开发平台。" + }, + "screenshots": { + "en-US": [ + { + "id": "c3f52b51-f3e9-45ab-b26b-c13ed7ec6ac3", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/nocobase/nocobase-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "3a6e1655-d66e-4d36-9431-cbe000d069c1", + "key": "控制面板", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/nocobase/nocobase-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7nMNcJU8pX0OQHaM70BoXI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5SdnsGA9jschKVnyHKYzck" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CQ3nWNNUrmMj6BjOw173z" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5fhqDdiijbN558c2c6TkzN" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5gZWge046khyUO08MUS4VT" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2O8RaSlsatiVMNTatp20FU" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4qGUijXFbNgosOxYmHl5LT" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.nocobase.com/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3vCjbC4LJQgteJ0A8T5eEF" + } + } + ] + }, + "keywords": { + "en-US": [ + "NoCode", + "LowCode", + "Airtable" + ], + "zh-CN": [ + "低代码", + "零代码", + "Airtable" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "1.4", + "main" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7Lnv6TMmb4VVFP8vMXvNmM", + "type": "Entry", + "createdAt": "2023-06-26T06:42:49.650Z", + "updatedAt": "2023-06-26T07:07:10.766Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2023-06-26T07:07:10.766Z", + "firstPublishedAt": "2023-06-26T06:46:45.304Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7Lnv6TMmb4VVFP8vMXvNmM" + }, + "fields": { + "title": { + "en-US": "Application orchestration", + "zh-CN": "应用编排" + }, + "key": { + "en-US": "orchestration" + }, + "position": { + "en-US": 5 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5NnUPnn4oierElCt5AI0po" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39cPd5ouPrNZMpi2R2Lzg7" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "39FCUd9gZrN0YBL7BHZtMT", + "type": "Entry", + "createdAt": "2023-07-19T06:29:21.891Z", + "updatedAt": "2024-10-23T02:58:44.345Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 50, + "publishedAt": "2024-10-23T02:58:44.345Z", + "firstPublishedAt": "2023-07-19T06:31:48.067Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 16, + "version": 51, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/39FCUd9gZrN0YBL7BHZtMT" + }, + "fields": { + "key": { + "en-US": "supabase" + }, + "trademark": { + "en-US": "Supabase", + "zh-CN": "Supabase" + }, + "title": { + "en-US": "The Open Source Firebase alternative", + "zh-CN": "Firebase 开源替代系统 Supabase" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1jZA3mEuYGGFFUQLKCWm4k" + } + } + }, + "summary": { + "en-US": "The Open Source Firebase alternative", + "zh-CN": "Firebase 开源替代系统" + }, + "overview": { + "en-US": "Supabase is an open source Firebase alternative. Start your project with a Postgres database, Authentication, instant APIs, Edge Functions, Realtime subscriptions, Storage, and Vector embeddings.", + "zh-CN": "Supabase是一个开源的Firebase替代品。使用 Postgres 数据库、身份验证、即时 API、边缘函数、实时订阅、存储和矢量嵌入开始您的项目。" + }, + "screenshots": { + "en-US": [ + { + "id": "c3f52b51-f3e9-45ab-b26b-c13ed7ec6ac3", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/supabase/supabase-gui-websoft9.jpg" + } + ], + "zh-CN": [ + { + "id": "3a6e1655-d66e-4d36-9431-cbe000d069c1", + "key": "控制面板", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/supabase/supabase-gui-websoft9.jpg" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7nMNcJU8pX0OQHaM70BoXI" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CQ3nWNNUrmMj6BjOw173z" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5fhqDdiijbN558c2c6TkzN" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5gZWge046khyUO08MUS4VT" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4qGUijXFbNgosOxYmHl5LT" + } + } + ] + }, + "websiteurl": { + "en-US": "https://supabase.com/" + }, + "trademarkUrl": { + "en-US": "https://supabase.com/brand-assets" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3vCjbC4LJQgteJ0A8T5eEF" + } + } + ] + }, + "keywords": { + "en-US": [ + "NoCode", + "LowCode", + "Firebase" + ], + "zh-CN": [ + "低代码", + "零代码", + "Firebase" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2, + "zh-CN": 2 + }, + "memory": { + "en-US": 4, + "zh-CN": 4 + }, + "storage": { + "en-US": 2, + "zh-CN": 2 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1jZA3mEuYGGFFUQLKCWm4k", + "type": "Entry", + "createdAt": "2023-07-19T06:32:41.041Z", + "updatedAt": "2023-07-19T06:32:56.030Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-07-19T06:32:56.030Z", + "firstPublishedAt": "2023-07-19T06:32:56.030Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1jZA3mEuYGGFFUQLKCWm4k" + }, + "fields": { + "title": { + "en-US": "supabase" + }, + "slug": { + "en-US": "supabase" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/supabase-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6LqVZeqVOnPNu8vd3JTu48", + "type": "Entry", + "createdAt": "2023-07-20T07:38:20.846Z", + "updatedAt": "2023-07-20T07:38:39.200Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-07-20T07:38:39.200Z", + "firstPublishedAt": "2023-07-20T07:38:39.200Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6LqVZeqVOnPNu8vd3JTu48" + }, + "fields": { + "title": { + "en-US": "datahub" + }, + "slug": { + "en-US": "datahub" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/datahub-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "Cxl60TibFHkiD4EQpEjvk", + "type": "Entry", + "createdAt": "2023-07-20T07:39:43.058Z", + "updatedAt": "2024-07-24T07:26:49.438Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 53, + "publishedAt": "2024-07-24T07:26:49.438Z", + "firstPublishedAt": "2023-07-20T07:54:49.426Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 13, + "version": 54, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/Cxl60TibFHkiD4EQpEjvk" + }, + "fields": { + "key": { + "en-US": "datahub" + }, + "trademark": { + "en-US": "DataHub", + "zh-CN": "DataHub" + }, + "title": { + "en-US": "The Metadata Platform for the Modern Data Stack", + "zh-CN": "元数据平台 DataHub" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6LqVZeqVOnPNu8vd3JTu48" + } + } + }, + "summary": { + "en-US": "The Metadata Platform for the Modern Data Stack", + "zh-CN": "开源企业级元数据平台" + }, + "overview": { + "en-US": "DataHub's extensible metadata platform enables data discovery, data observability and federated governance that helps tame the complexity of your data ecosystem.", + "zh-CN": "DataHub 的可扩展元数据平台支持数据发现、数据可观测性和联合治理,有助于控制数据生态系统的复杂性。" + }, + "screenshots": { + "en-US": [ + { + "id": "69648254-345e-4ed8-b09e-1d745c9413d5", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/datahub/datahub-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "30f35910-7b4a-43b5-b550-8ef814f7be65", + "key": "控制台", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/datahub/datahub-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7EhengWHk8so7BMWjTgPvQ" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "65YrBrBlgXbR7BLCe6oP0K" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5wVPQoc28yauIPIjbs7Ecp" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17Jq88yTIez2ftdYQRrZSc" + } + } + ] + }, + "websiteurl": { + "en-US": "https://datahubproject.io/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4zs1RAViCqbskgaB7eTJtI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6PAPQ68qroHDGba7O9DQQ5" + } + } + ] + }, + "keywords": { + "en-US": [ + "BI", + "Data Analysis", + "Big Data", + "Metadata", + "Masterdata" + ], + "zh-CN": [ + "数据分析", + "BI", + "大数据", + "元数据" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "0.10.4" + ] + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 1, + "zh-CN": 1 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "01pheD3tWw92YfX65hEEAZ", + "type": "Entry", + "createdAt": "2023-07-27T07:19:55.291Z", + "updatedAt": "2023-07-27T07:20:14.944Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-07-27T07:20:14.944Z", + "firstPublishedAt": "2023-07-27T07:20:14.944Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/01pheD3tWw92YfX65hEEAZ" + }, + "fields": { + "title": { + "en-US": "chat2db" + }, + "slug": { + "en-US": "chat2db" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/chat2db-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4qwLRAce3CVSUPbI08JmTR", + "type": "Entry", + "createdAt": "2023-07-27T07:20:38.573Z", + "updatedAt": "2024-12-09T00:42:48.156Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 62, + "publishedAt": "2024-12-09T00:42:48.156Z", + "firstPublishedAt": "2023-07-27T07:45:18.740Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 17, + "version": 63, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4qwLRAce3CVSUPbI08JmTR" + }, + "fields": { + "key": { + "en-US": "chat2db" + }, + "trademark": { + "en-US": "chat2DB", + "zh-CN": "chat2DB" + }, + "title": { + "en-US": "Multi-database client with AI SQL", + "zh-CN": "AI SQL 多数据库管理工具 chat2DB" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "01pheD3tWw92YfX65hEEAZ" + } + } + }, + "summary": { + "en-US": "Multi-database client with AI SQL", + "zh-CN": "AI SQL 多数据库管理工具" + }, + "overview": { + "en-US": "An intelligent and versatile general-purpose SQL client and reporting tool for databases which integrates ChatGPT capabilities", + "zh-CN": "智能的通用数据库SQL客户端和报表工具" + }, + "description": { + "en-US": "Chat2DB is a free and open-source project that integrates ChatGPT's AI intelligent assistant to convert natural language into SQL and vice versa, and provide SQL optimization suggestions. It supports various databases, such as MySQL, PostgreSQL, Oracle, SQLServer, SQLite", + "zh-CN": "Chat2DB 是一个免费的 开源项目,它集成了 ChatGPT 的 AI 智能助手,将自然语言转换为 SQL, 反之亦然, 并提供 SQL优化建议。 它支持各种数据库, 如MySQL、PostgreSQL、Oracle、SQLServer、SQLite等" + }, + "screenshots": { + "en-US": [ + { + "id": "8e24e01a-02db-4ade-bc37-58abc35b3d00", + "key": "Connect DB", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/chat2db/chat2db-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "655168da-56fa-449b-a48e-9b8a00cdc621", + "key": "Connect DB", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/chat2db/chat2db-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 9000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "TdsvWxQeDCNl1jwOanqG2" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1yDnnV4tU0NWnq9X013fOC" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17Jq88yTIez2ftdYQRrZSc" + } + } + ] + }, + "websiteurl": { + "en-US": "https://chat2db.ai/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "keywords": { + "en-US": [ + "database", + "GUI tool", + "AI", + "SQL" + ], + "zh-CN": [ + "可视化管理", + "数据管理", + "AI" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest", + "3.4.1" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 1, + "zh-CN": 2 + }, + "storage": { + "en-US": 2, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4JYZxgYtU7XMN8yrziDHar", + "type": "Entry", + "createdAt": "2023-08-18T03:32:39.990Z", + "updatedAt": "2024-12-12T03:17:26.270Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 70, + "publishedAt": "2024-12-12T03:17:26.270Z", + "firstPublishedAt": "2023-08-18T03:40:50.267Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 21, + "version": 71, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4JYZxgYtU7XMN8yrziDHar" + }, + "fields": { + "key": { + "en-US": "thingsboard" + }, + "trademark": { + "en-US": "ThingsBoard", + "zh-CN": "ThingsBoard" + }, + "title": { + "en-US": "Open-source IoT Platform", + "zh-CN": "物联网控制平台 ThingsBoard" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6K7TyItlWd9UmtPhHOVXUo" + } + } + }, + "summary": { + "en-US": "Open-source IoT Platform", + "zh-CN": "物联网控制平台" + }, + "overview": { + "en-US": "Device management, data collection, processing and visualization for your IoT solution", + "zh-CN": "联网解决方案的设备管理、数据收集、处理和可视化" + }, + "description": { + "en-US": "ThingsBoard is an open-source IoT platform for device management, data collection, analysis, and visualization. It supports multiple communication protocols such as MQTT, CoAP, HTTP, and provides rich APIs for users to conduct secondary development and expansion. ThingsBoard is suitable for various IoT application scenarios such as smart homes, smart cities, industrial automation, etc.", + "zh-CN": "ThingsBoard 是一款开源的物联网平台,用于设备管理、数据收集、分析和可视化等功能。它支持多种通信协议,如 MQTT、CoAP、HTTP等,并提供了丰富的 API 方便用户进行二次开发和扩展。ThingsBoard 适用于多种物联网应用场景,如智能家居、智慧城市、工业自动化等。" + }, + "screenshots": { + "en-US": [ + { + "id": "408182f7-f209-4178-aa38-ea2dd03bac69", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/thingsboard/thingsboard-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "c3cf9328-2b17-4af0-94f4-01da118379d5", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/thingsboard/thingsboard-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2fiWuUVSbYfYT09duqZs7x" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6dhUhSf0SPb3swoaJp8nj5" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6QQMkgwGkzG0FVbMExBym9" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7mcAFr4uP0RuuHcJhWsUvv" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4QxIvKHInU0GACwfp43Xit" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17Jq88yTIez2ftdYQRrZSc" + } + } + ] + }, + "websiteurl": { + "en-US": "https://thingsboard.io/" + }, + "trademarkUrl": { + "en-US": "https://thingsboard.io/mediakit/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5nnWNotOqyUr46d2ZEQzsA" + } + } + ] + }, + "keywords": { + "en-US": [ + "Real-Time", + "Device Management" + ], + "zh-CN": [ + "实施", + "监控", + "设备管理" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "3.8.1", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 2, + "zh-CN": 2 + }, + "storage": { + "en-US": 2, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6K7TyItlWd9UmtPhHOVXUo", + "type": "Entry", + "createdAt": "2023-08-18T03:41:32.666Z", + "updatedAt": "2023-08-18T03:41:50.955Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-08-18T03:41:50.955Z", + "firstPublishedAt": "2023-08-18T03:41:50.955Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6K7TyItlWd9UmtPhHOVXUo" + }, + "fields": { + "title": { + "en-US": "ThingsBoard" + }, + "slug": { + "en-US": "thingsboard" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/thingsboard-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3MqZpz0fdYzrNUzrrezi3", + "type": "Entry", + "createdAt": "2023-08-18T07:03:35.660Z", + "updatedAt": "2023-08-18T07:04:09.115Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2023-08-18T07:04:09.115Z", + "firstPublishedAt": "2023-08-18T07:04:09.115Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3MqZpz0fdYzrNUzrrezi3" + }, + "fields": { + "title": { + "en-US": "MQTT", + "zh-CN": "MQTT" + }, + "key": { + "en-US": "mqtt" + }, + "position": { + "en-US": 10 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "22IAKOsOzywVrL2jh8Tdh5" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "vh3LcEJvgmFxxjl4aiIW9", + "type": "Entry", + "createdAt": "2023-08-18T07:06:27.897Z", + "updatedAt": "2024-12-12T03:17:54.121Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 70, + "publishedAt": "2024-12-12T03:17:54.121Z", + "firstPublishedAt": "2023-08-18T07:10:30.625Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 24, + "version": 71, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/vh3LcEJvgmFxxjl4aiIW9" + }, + "fields": { + "key": { + "en-US": "homeassistant" + }, + "trademark": { + "en-US": "Home Assistant", + "zh-CN": "Home Assistant" + }, + "title": { + "en-US": "Home Open-source IoT Platform - Home Assistant", + "zh-CN": "家庭物联网控制平台 - Home Assistant" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ldaVFSeGAatuhgGiOJd4N" + } + } + }, + "summary": { + "en-US": "Home Open-source IoT Platform", + "zh-CN": "智能家居管理平台" + }, + "overview": { + "en-US": "Open source home automation that puts local control and privacy first.", + "zh-CN": "开源家庭自动化,将本地控制和隐私放在首位。" + }, + "description": { + "en-US": "Home Assistant is an open-source home automation platform that can integrate various smart devices and services, providing customizable automation scenarios and voice control capabilities to make your home life more convenient, comfortable, and secure.", + "zh-CN": "Home Assistant 是一款智能家居自动化平台,支持各种智能设备和服务集成,提供自定义的自动化场景和语音控制功能,让您的家庭生活更加便捷、舒适和安全。" + }, + "screenshots": { + "en-US": [ + { + "id": "408182f7-f209-4178-aa38-ea2dd03bac69", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/homeassistant/homeassistant-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "c3cf9328-2b17-4af0-94f4-01da118379d5", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/homeassistant/homeassistant-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2fiWuUVSbYfYT09duqZs7x" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6dhUhSf0SPb3swoaJp8nj5" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6QQMkgwGkzG0FVbMExBym9" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7mcAFr4uP0RuuHcJhWsUvv" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4QxIvKHInU0GACwfp43Xit" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ErftetWADiFvvgRO3pFnU" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.home-assistant.io/" + }, + "trademarkUrl": { + "en-US": "https://www.home-assistant.io/developers/license/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5nnWNotOqyUr46d2ZEQzsA" + } + } + ] + }, + "keywords": { + "en-US": [ + "Real-Time", + "Device Management", + "Home IoT" + ], + "zh-CN": [ + "实施", + "监控", + "设备管理", + "智能家居" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5ldaVFSeGAatuhgGiOJd4N", + "type": "Entry", + "createdAt": "2023-08-18T07:18:38.404Z", + "updatedAt": "2023-08-18T07:19:26.885Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2023-08-18T07:19:26.885Z", + "firstPublishedAt": "2023-08-18T07:19:26.885Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5ldaVFSeGAatuhgGiOJd4N" + }, + "fields": { + "title": { + "en-US": " homeassistant" + }, + "slug": { + "en-US": "homeassistant" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/homeassistant-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1T2SEXp5pbTvhYz22BnLvJ", + "type": "Entry", + "createdAt": "2023-08-18T08:20:26.907Z", + "updatedAt": "2024-08-26T09:26:59.180Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 52, + "publishedAt": "2024-08-26T09:26:59.180Z", + "firstPublishedAt": "2023-08-18T09:00:26.434Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 16, + "version": 53, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1T2SEXp5pbTvhYz22BnLvJ" + }, + "fields": { + "key": { + "en-US": "mosquitto" + }, + "trademark": { + "en-US": "Eclipse Mosquitto", + "zh-CN": "Eclipse Mosquitto" + }, + "title": { + "en-US": "Open source message broker which implements MQTT", + "zh-CN": "物联网消息队列平台 Mosquitto" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "10YuyarL5Qcvq3OKvQS1aF" + } + } + }, + "summary": { + "en-US": "Open source message broker which implements MQTT", + "zh-CN": "物联网消息队列平台" + }, + "overview": { + "en-US": "Eclipse Mosquitto is an open source implementation of a server for versions 5, 3.1.1, and 3.1 of the MQTT protocol.", + "zh-CN": "Eclipse Mosquitto 是 MQTT 协议第 5、3.1.1 和 3.1 版服务器的开源实现。" + }, + "screenshots": { + "en-US": [ + { + "id": "408182f7-f209-4178-aa38-ea2dd03bac69", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/mosquitto/mosquitto-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "c3cf9328-2b17-4af0-94f4-01da118379d5", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/mosquitto/mosquitto-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3MqZpz0fdYzrNUzrrezi3" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7zp5RuDZVx2npQRlUlhpc7" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English" + ], + "zh-CN": [ + "英文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6QQMkgwGkzG0FVbMExBym9" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7mcAFr4uP0RuuHcJhWsUvv" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4QxIvKHInU0GACwfp43Xit" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "36jj6H1iKX82RMPLLsZq4V" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DsfObBcFoAWJGQZC4AQeS" + } + } + ] + }, + "websiteurl": { + "en-US": "https://mosquitto.org/" + }, + "trademarkUrl": { + "en-US": "https://www.eclipse.org/legal/#Trademarks" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5nnWNotOqyUr46d2ZEQzsA" + } + } + ] + }, + "keywords": { + "en-US": [ + "Real-Time", + "Device Management", + "Home IoT" + ], + "zh-CN": [ + "实施", + "监控", + "设备管理" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 1, + "zh-CN": 2 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "10YuyarL5Qcvq3OKvQS1aF", + "type": "Entry", + "createdAt": "2023-08-18T08:21:40.716Z", + "updatedAt": "2023-08-18T08:21:54.952Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-08-18T08:21:54.952Z", + "firstPublishedAt": "2023-08-18T08:21:54.952Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/10YuyarL5Qcvq3OKvQS1aF" + }, + "fields": { + "title": { + "en-US": "Mosquitto" + }, + "slug": { + "en-US": "mosquitto" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/mosquitto-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "74XMuVBwiCbHDKycwsKFoy", + "type": "Entry", + "createdAt": "2023-08-21T01:31:40.726Z", + "updatedAt": "2024-12-02T01:58:45.210Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 56, + "publishedAt": "2024-12-02T01:58:45.210Z", + "firstPublishedAt": "2023-08-21T01:46:11.893Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 11, + "version": 57, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/74XMuVBwiCbHDKycwsKFoy" + }, + "fields": { + "key": { + "en-US": "penpot" + }, + "trademark": { + "en-US": "Penpot", + "zh-CN": "Penpot" + }, + "title": { + "en-US": "Design & Prototype platform", + "zh-CN": "开源原型设计平台 Penpot" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "12b5I82w04VmEdAX45oKAz" + } + } + }, + "summary": { + "en-US": "Design & Prototype platform, Figma open source alternative", + "zh-CN": "原型设计平台,Figma 自托管替代品" + }, + "overview": { + "en-US": "Penpot is the only design & prototype platform that is deployment agnostic. You can use it or deploy it anywhere.", + "zh-CN": "Penpot是唯一与部署无关的设计和原型平台。您可以使用它或将其部署到任何地方。" + }, + "screenshots": { + "en-US": [ + { + "id": "670a8fb5-6089-4cac-ba36-4ae364537c80", + "key": "Console", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/penpot/penpot-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "8135695d-0cc1-4ec1-9ba7-a4d7ebadf77a", + "key": "Console", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/penpot/penpot-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7tIdZpU3nRqbKmcGhksfBT" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1jUWUsSYRSuTjAj9zoGO1i" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2PBkld1UPyttDciKaNW9m9" + } + } + ] + }, + "websiteurl": { + "en-US": "https://penpot.app/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1MNlRXKNJmgwc9tUS5C8kD" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3QlkgARyx6qWODzbp2zwOY" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + } + ] + }, + "keywords": { + "en-US": [ + "Design", + "Prototype", + "Collaborate", + " Devtools" + ], + "zh-CN": [ + "设计", + "原型", + "协作" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "2.3.3", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "12b5I82w04VmEdAX45oKAz", + "type": "Entry", + "createdAt": "2023-08-21T01:37:13.679Z", + "updatedAt": "2023-08-21T01:37:29.579Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-08-21T01:37:29.579Z", + "firstPublishedAt": "2023-08-21T01:37:29.579Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/12b5I82w04VmEdAX45oKAz" + }, + "fields": { + "title": { + "en-US": "penpot" + }, + "slug": { + "en-US": "penpot" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/penpot-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2PBkld1UPyttDciKaNW9m9", + "type": "Entry", + "createdAt": "2023-08-21T01:48:00.120Z", + "updatedAt": "2023-08-21T01:48:49.217Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-08-21T01:48:49.217Z", + "firstPublishedAt": "2023-08-21T01:48:49.217Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "language" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2PBkld1UPyttDciKaNW9m9" + }, + "fields": { + "key": { + "en-US": "clojure" + }, + "name": { + "en-US": "Clojure" + }, + "url": { + "en-US": "https://clojure.org/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4UzlJyYMmtqAwB2Ta3rMvO", + "type": "Entry", + "createdAt": "2023-08-21T04:05:52.881Z", + "updatedAt": "2024-12-12T03:14:34.212Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 56, + "publishedAt": "2024-12-12T03:14:34.212Z", + "firstPublishedAt": "2023-08-21T04:22:34.645Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 13, + "version": 57, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4UzlJyYMmtqAwB2Ta3rMvO" + }, + "fields": { + "key": { + "en-US": "chatwoot" + }, + "trademark": { + "en-US": "Chatwoot", + "zh-CN": "Chatwoot" + }, + "title": { + "en-US": "Omnichannel customer engagement center", + "zh-CN": "全渠道客户沟通平台 Chatwoot" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1WKAkZ0zSuMLMvN9REgv0K" + } + } + }, + "summary": { + "en-US": "Omnichannel customer engagement center", + "zh-CN": "全渠道客户沟通平台" + }, + "overview": { + "en-US": "Chatwoot gives you all the tools to manage conversations, build relationships and delight your customers from one place.", + "zh-CN": "Chatwoot 为您提供了从一个地方管理对话、建立关系和取悦客户的所有工具。" + }, + "description": { + "en-US": "Chatwoot can be self-hosted or used as a service, and it supports features such as automated responses, conversation continuity, and integration with other tools. The open-source nature of Chatwoot means that it can be customized to fit the specific needs of a business, and it allows developers to contribute to the project and extend its functionality.", + "zh-CN": "它支持通过实时聊天、电子邮件、社交媒体平台等方式与客户联系,所有这些渠道的消息都可以集中到一个仪表板上,使得客户支持团队能够更有效地管理和回应客户咨询。" + }, + "screenshots": { + "en-US": [ + { + "id": "6c144457-6c0e-4945-8217-61b15a3835ca", + "key": "Console", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/chatwoot/chatwoot-gui-websoft9.webp" + } + ], + "zh-CN": [ + { + "id": "dbb0c5a0-2c12-4bc0-8fe8-e8572ad36bed", + "key": "Console", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/chatwoot/chatwoot-gui-websoft9.webp" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1zLA51rr6A572NDgWOXbpo" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1fmHNMWYZDyeknD3uaSpAS" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5SdnsGA9jschKVnyHKYzck" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6QQMkgwGkzG0FVbMExBym9" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ZI5v46i4bcbpVZMqwZuvA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5WKhPDoXrkwKkJomj8jzCp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3XLYU7pPQw1tv0esOTj1Qw" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "licenseadditional": { + "en-US": "https://github.com/chatwoot/chatwoot/blob/develop/LICENSE" + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5mKvsW7DU95pkeulIo28yF" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.chatwoot.com/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3QlkgARyx6qWODzbp2zwOY" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6PAPQ68qroHDGba7O9DQQ5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "vbbiHNKxaNXh8noSStJfB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7rNeLNZpc0T7Dd0qJzFn7k" + } + } + ] + }, + "keywords": { + "en-US": [ + "CRM", + "Chat", + "Support" + ], + "zh-CN": [ + "CRM", + "聊天", + "客服支持" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1WKAkZ0zSuMLMvN9REgv0K", + "type": "Entry", + "createdAt": "2023-08-21T04:09:24.236Z", + "updatedAt": "2023-08-21T04:09:36.504Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-08-21T04:09:36.504Z", + "firstPublishedAt": "2023-08-21T04:09:36.504Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1WKAkZ0zSuMLMvN9REgv0K" + }, + "fields": { + "title": { + "en-US": "chatwoot" + }, + "slug": { + "en-US": "chatwoot" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/chatwoot-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "43NzIY57RQZFLCKHq15d2p", + "type": "Entry", + "createdAt": "2023-09-01T02:40:24.382Z", + "updatedAt": "2023-09-01T02:40:39.964Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2023-09-01T02:40:39.964Z", + "firstPublishedAt": "2023-09-01T02:40:39.964Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/43NzIY57RQZFLCKHq15d2p" + }, + "fields": { + "title": { + "en-US": "cloudreve" + }, + "slug": { + "en-US": "cloudreve" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/cloudreve-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5IXXhbhgSSIOyYn39KUrRJ", + "type": "Entry", + "createdAt": "2023-11-30T01:18:20.654Z", + "updatedAt": "2024-11-14T08:22:49.514Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 118, + "publishedAt": "2024-11-14T08:22:49.514Z", + "firstPublishedAt": "2024-01-15T06:10:55.024Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 15, + "version": 119, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5IXXhbhgSSIOyYn39KUrRJ" + }, + "fields": { + "key": { + "en-US": "php" + }, + "trademark": { + "en-US": "PHP", + "zh-CN": "PHP" + }, + "title": { + "en-US": "PHP Runtime", + "zh-CN": "PHP 运行环境" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3kvXolq4fJRCskIZhlLM0K" + } + } + }, + "summary": { + "en-US": "PHP language runtime with Apache for web application", + "zh-CN": "部署 PHP 应用的容器环境,由 Apache 作为应用程序服务器,支持任选 PHP 版本" + }, + "overview": { + "en-US": "This is multiply verion PHP language runtime with Apache for web application powered by Websoft9, it based on offcial Docker image. You can custom it by yourself very easy", + "zh-CN": "这是一个支持多版本 PHP 应用部署的运行环境,它由 Websoft9 基于 Docker 官方的 PHP 镜像制作,由 Apache 作为应用程序服务器,用户可以非常方便的对它进行客户化的设置。" + }, + "description": { + "en-US": "It use Apache and mod_php for web server, you can deploy PHP application by:\n\n- git repository\n- php composer\n- resource zip file", + "zh-CN": "它以 Apache 和 mod_php 作为应用服务器,支持多种 PHP 应用的部署方式:\n\n- git 项目\n- php composer\n- 源码下载" + }, + "screenshots": { + "en-US": [ + { + "id": "b80fe0c4-9d17-4b95-a980-207a4d7d81af", + "key": "Architecture", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/php/php-gui-websoft9.jpg" + } + ], + "zh-CN": [ + { + "id": "bea30bb7-c1ab-4565-ac56-730233a83fb8", + "key": "架构图", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/php/php-gui-websoft9.jpg" + } + ] + }, + "hot": { + "en-US": 4000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4OmQKK9EnkOv7j4pQMrbTE" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6QQMkgwGkzG0FVbMExBym9" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "69uODVCbSAcfdpLlmpibjI" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CcnCaE2mWTEtqPMVPnSyF" + } + } + ] + }, + "websiteurl": { + "en-US": "https://hub.docker.com/_/php" + }, + "trademarkUrl": { + "en-US": "https://www.php.net/license/index.php" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + } + ] + }, + "keywords": { + "en-US": [ + "php", + "docker", + "runtime", + "deployment", + "devops", + "dockerfile" + ], + "zh-CN": [ + "php", + "docker", + "运行环境", + "部署", + "devops", + "构建", + "镜像", + "dockerfile" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "8.3-apache", + "8.2-apache", + "8.1-apache", + "8.0-apache", + "7.4-apache", + "7.3-apache", + "7.2-apache", + "7.1-apache", + "7.0-apache", + "5.6-apache" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3kvXolq4fJRCskIZhlLM0K", + "type": "Entry", + "createdAt": "2023-11-30T01:20:26.173Z", + "updatedAt": "2023-11-30T01:20:59.627Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2023-11-30T01:20:59.627Z", + "firstPublishedAt": "2023-11-30T01:20:59.627Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3kvXolq4fJRCskIZhlLM0K" + }, + "fields": { + "title": { + "en-US": "php" + }, + "slug": { + "en-US": "php" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/php-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "47oNh8AbOcHkyQDdgdV7G4", + "type": "Entry", + "createdAt": "2023-12-25T03:01:12.324Z", + "updatedAt": "2024-10-24T08:56:32.224Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 34, + "publishedAt": "2024-10-24T08:56:32.224Z", + "firstPublishedAt": "2023-12-25T03:08:17.926Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 8, + "version": 35, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/47oNh8AbOcHkyQDdgdV7G4" + }, + "fields": { + "key": { + "en-US": "chronograf" + }, + "trademark": { + "en-US": "Chronograf", + "zh-CN": "Chronograf" + }, + "title": { + "en-US": "InfluxDB user interface and administrative", + "zh-CN": "InfluxDB 可视化管理工具" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3CnEsX59QuD7wPt0QQ3m2V" + } + } + }, + "summary": { + "en-US": "InfluxDB user interface and administrative", + "zh-CN": "InfluxDB 可视化管理工具" + }, + "overview": { + "en-US": "Chronograf is the user interface and administrative component of the InfluxDB 1.x platform.", + "zh-CN": "Chronograf 是 InfluxDB 1.x 平台的用户界面和管理组件。" + }, + "description": { + "en-US": "Chronograf allows you to quickly see the data that you have stored in InfluxDB so you can build robust queries and alerts. It is simple to use and includes templates and libraries to allow you to rapidly build dashboards with real-time visualizations of your data.", + "zh-CN": "Chronograf 允许您快速查看存储在 InfluxDB 中的数据,以便您可以构建可靠的查询和警报。它使用简单,包括模板和库,可让您快速构建具有数据实时可视化效果的仪表板。" + }, + "screenshots": { + "en-US": [ + { + "id": "c3f52b51-f3e9-45ab-b26b-c13ed7ec6ac3", + "key": "Console", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/chronograf/chronograf-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "3a6e1655-d66e-4d36-9431-cbe000d069c1", + "key": "控制台", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/chronograf/chronograf-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3s6zVXdiiZocF0gIGFJdPa" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2fiWuUVSbYfYT09duqZs7x" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CQ3nWNNUrmMj6BjOw173z" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5fhqDdiijbN558c2c6TkzN" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5gZWge046khyUO08MUS4VT" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4QxIvKHInU0GACwfp43Xit" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "websiteurl": { + "en-US": "https://www.influxdata.com/" + }, + "trademarkUrl": { + "en-US": "https://www.influxdata.com/legal/guidelines-for-using-influxdata-trademarks/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4zs1RAViCqbskgaB7eTJtI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2V5Sey9mCVvizDs6ikr7ig" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "keywords": { + "en-US": [ + "Time", + "database", + "Native SQL", + "GUI", + "Web-based" + ], + "zh-CN": [ + "SQL", + "时序数据库", + "数据库可视化" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3CnEsX59QuD7wPt0QQ3m2V", + "type": "Entry", + "createdAt": "2023-12-25T03:03:34.554Z", + "updatedAt": "2023-12-25T03:04:41.934Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2023-12-25T03:04:41.934Z", + "firstPublishedAt": "2023-12-25T03:04:33.785Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3CnEsX59QuD7wPt0QQ3m2V" + }, + "fields": { + "title": { + "en-US": "chronograf" + }, + "slug": { + "en-US": "chronograf" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/chronograf-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4SuTNaNZKLibQCGwpqHTSP", + "type": "Entry", + "createdAt": "2024-01-06T07:43:43.584Z", + "updatedAt": "2024-12-11T23:57:18.029Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 42, + "publishedAt": "2024-12-11T23:57:18.029Z", + "firstPublishedAt": "2024-01-06T07:54:46.131Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 11, + "version": 43, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4SuTNaNZKLibQCGwpqHTSP" + }, + "fields": { + "key": { + "en-US": "teamcity" + }, + "trademark": { + "en-US": "TeamCity", + "zh-CN": "TeamCity" + }, + "title": { + "en-US": " CI/CD platform TeamCity", + "zh-CN": "持续集成系统 TeamCity" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Rwq8GjU1kZNbf3uGkuZpv" + } + } + }, + "summary": { + "en-US": "self-contained, open source automation server", + "zh-CN": "热门的开源持续集成(CI&CD)软件" + }, + "overview": { + "en-US": "TeamCity is a general-purpose CI/CD software platform that allows for flexible workflows, collaboration and development practices.", + "zh-CN": "TeamCity 是一个通用的 CI/CD 软件平台,可以实现灵活的工作流、协作和开发" + }, + "description": { + "en-US": "TeamCity is a continuous integration server developed by JetBrains. It is available as an on-premises installation or as a cloud service. TeamCity On-Premises can be installed on Windows, Linux, and macOS, or run in Docker. TeamCity Cloud is powered by Amazon AWS.", + "zh-CN": "TeamCity 是由 JetBrains 开发的一个持续集成和持续部署(CI/CD)服务器。它被设计用来自动化软件开发的构建、测试和部署过程,以提高开发效率和软件质量。" + }, + "screenshots": { + "en-US": [ + { + "id": "e21d7f48-331d-4c76-9619-92e2974f9202", + "key": "devops", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/teamcity/teamcity-gui-websoft9.webp" + } + ], + "zh-CN": [ + { + "id": "3c08da17-38d7-46d1-815b-20981a6e4546", + "key": "devops", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/teamcity/teamcity-gui-websoft9.webp" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17yJkB6XQXVCd2BSxCxJnC" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17nBnb3cekP3IkiDLGh1F0" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6rP4w22AvOA8nZiAwfSLGm" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "licenseadditional": { + "en-US": "https://www.jetbrains.com/community/opensource/#support" + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17Jq88yTIez2ftdYQRrZSc" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.jetbrains.com.cn/en-us/teamcity/" + }, + "trademarkUrl": { + "en-US": "https://www.jetbrains.com/help/teamcity/licensing-policy.html#Copyright+and+Trademark+Notice" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6PAPQ68qroHDGba7O9DQQ5" + } + } + ] + }, + "keywords": { + "en-US": [ + "CI", + "CD" + ], + "zh-CN": [ + "CI", + "CD", + "持续集成" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2, + "zh-CN": 1 + }, + "memory": { + "en-US": 4, + "zh-CN": 2 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4Rwq8GjU1kZNbf3uGkuZpv", + "type": "Entry", + "createdAt": "2024-01-06T07:45:35.502Z", + "updatedAt": "2024-01-06T07:45:50.671Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2024-01-06T07:45:50.671Z", + "firstPublishedAt": "2024-01-06T07:45:50.671Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4Rwq8GjU1kZNbf3uGkuZpv" + }, + "fields": { + "title": { + "en-US": "teamcity" + }, + "slug": { + "en-US": "teamcity" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/teamcity-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4LfCakVb2Uf7ZO7iPgCqhV", + "type": "Entry", + "createdAt": "2024-01-12T00:50:05.907Z", + "updatedAt": "2024-01-12T00:52:04.270Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2024-01-12T00:52:04.270Z", + "firstPublishedAt": "2024-01-12T00:52:04.270Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4LfCakVb2Uf7ZO7iPgCqhV" + }, + "fields": { + "title": { + "en-US": "Plans", + "zh-CN": "价格" + }, + "key": { + "en-US": "plans" + }, + "position": { + "en-US": 10 + }, + "overview": { + "en-US": "Product subscription plans", + "zh-CN": "产品订阅计划" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y", + "type": "Entry", + "createdAt": "2024-01-12T00:52:15.913Z", + "updatedAt": "2024-01-12T00:52:50.962Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2024-01-12T00:52:50.962Z", + "firstPublishedAt": "2024-01-12T00:52:50.962Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6HhiOyVt6YDdWbyJ0Q8l9Y" + }, + "fields": { + "title": { + "en-US": "Free", + "zh-CN": "免费版" + }, + "key": { + "en-US": "free" + }, + "position": { + "en-US": 10 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4LfCakVb2Uf7ZO7iPgCqhV" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1hRql36oQt6Ic31k3Kw3Bd", + "type": "Entry", + "createdAt": "2024-01-12T00:53:01.245Z", + "updatedAt": "2024-01-12T00:53:17.620Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2024-01-12T00:53:17.620Z", + "firstPublishedAt": "2024-01-12T00:53:17.620Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1hRql36oQt6Ic31k3Kw3Bd" + }, + "fields": { + "title": { + "en-US": "Basic", + "zh-CN": "基础版" + }, + "key": { + "en-US": "basic" + }, + "position": { + "en-US": 10 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4LfCakVb2Uf7ZO7iPgCqhV" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1cV0ianwxnzrprnlAFDDNM", + "type": "Entry", + "createdAt": "2024-01-12T00:53:22.526Z", + "updatedAt": "2024-01-12T00:53:37.504Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2024-01-12T00:53:37.504Z", + "firstPublishedAt": "2024-01-12T00:53:37.504Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1cV0ianwxnzrprnlAFDDNM" + }, + "fields": { + "title": { + "en-US": "Team", + "zh-CN": "团队版" + }, + "key": { + "en-US": "team" + }, + "position": { + "en-US": 10 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4LfCakVb2Uf7ZO7iPgCqhV" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "48uR11Q2YEwK0u6W2L1Wyl", + "type": "Entry", + "createdAt": "2024-01-12T00:53:40.419Z", + "updatedAt": "2024-01-12T00:53:51.794Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2024-01-12T00:53:51.794Z", + "firstPublishedAt": "2024-01-12T00:53:51.794Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/48uR11Q2YEwK0u6W2L1Wyl" + }, + "fields": { + "title": { + "en-US": "Enterprise", + "zh-CN": "企业版" + }, + "key": { + "en-US": "enterprise" + }, + "position": { + "en-US": 10 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4LfCakVb2Uf7ZO7iPgCqhV" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "72Ad0P47DE58WocDBoLX5V", + "type": "Entry", + "createdAt": "2024-01-12T05:54:09.252Z", + "updatedAt": "2024-12-11T08:14:47.922Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 49, + "publishedAt": "2024-12-11T08:14:47.922Z", + "firstPublishedAt": "2024-01-12T06:01:01.838Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 10, + "version": 50, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/72Ad0P47DE58WocDBoLX5V" + }, + "fields": { + "key": { + "en-US": "answer" + }, + "trademark": { + "en-US": "Apache Answer", + "zh-CN": "Apache Answer" + }, + "title": { + "en-US": "Q&A Platform with Apache Answer", + "zh-CN": "问答软件平台 Apache Answer" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6xPn0jZWAb1ukLHS6id4gj" + } + } + }, + "summary": { + "en-US": "Q&A platform software for teams at any scales", + "zh-CN": "开源团队问答平台" + }, + "overview": { + "en-US": "A Q&A platform software for teams at any scales. Whether it’s a community forum, help center, or knowledge management platform, you can always count on Answer.", + "zh-CN": "一款适合任何团队的问答平台软件。无论是社区论坛、帮助中心还是知识管理平台,你可以永远信赖 Answer。" + }, + "description": { + "en-US": "Help members with questions and boost community participation. Your experts are happy to contribute, verify, upvote correct info. Your info keeping up-to-date and trusted.\n\nUse tags to organize questions and help contents into categories. They make knowledge easy to find for others. Use the search to quickly find the answer.", + "zh-CN": "帮助成员解答问题,提升社区参与度。社区内的专业人士将乐于分享、验证和点赞正确的信息。社区内的信息是可靠的,并将始终保持最新。\n\n使用标签将问题和内容进行归类。这样使寻找所需的知识变得更加轻松。你也可以使用搜索功能快速找到答案。" + }, + "screenshots": { + "en-US": [ + { + "id": "d7499093-285f-4505-b010-b28df29406cb", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/answer/answer-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "5a77f7b9-a165-4e0c-84e1-51a012f6c849", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/answer/answer-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6i6WusU3fEXb0rAIlS4ZmM" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "Chinese", + "English", + "Other" + ], + "zh-CN": [ + "简体中文", + "英文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3dwN8h5SUNdrngpTP9puvD" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4qGUijXFbNgosOxYmHl5LT" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ZRY6UR6j4c4dOYz3PXXFs" + } + } + ] + }, + "websiteurl": { + "en-US": "https://answer.apache.org/" + }, + "trademarkUrl": { + "en-US": "https://answer.apache.org/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5nnWNotOqyUr46d2ZEQzsA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4rqwdinfu5GMYieb5agezJ" + } + } + ] + }, + "keywords": { + "en-US": [ + "website", + "Forum" + ], + "zh-CN": [ + "论坛", + "问答" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "1.4.1", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 1, + "zh-CN": 1 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6xPn0jZWAb1ukLHS6id4gj", + "type": "Entry", + "createdAt": "2024-01-12T05:55:17.104Z", + "updatedAt": "2024-01-12T05:55:32.591Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2024-01-12T05:55:32.591Z", + "firstPublishedAt": "2024-01-12T05:55:32.591Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6xPn0jZWAb1ukLHS6id4gj" + }, + "fields": { + "title": { + "en-US": "answer" + }, + "slug": { + "en-US": "answer" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/answer-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4YKzgvGKc9oXaCBMhY0wpG", + "type": "Entry", + "createdAt": "2024-01-13T01:34:55.824Z", + "updatedAt": "2024-07-24T07:29:23.532Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 49, + "publishedAt": "2024-07-24T07:29:23.532Z", + "firstPublishedAt": "2024-01-13T01:48:40.335Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 10, + "version": 50, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4YKzgvGKc9oXaCBMhY0wpG" + }, + "fields": { + "key": { + "en-US": "xwiki" + }, + "trademark": { + "en-US": "XWiki", + "zh-CN": "XWiki" + }, + "title": { + "en-US": "Open Source Wiki and Knowledge Base Software", + "zh-CN": "开源 Wiki 系统" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3wRot7RkQVpycWryeUWODq" + } + } + }, + "summary": { + "en-US": "The Advanced Open Source Enterprise Wiki", + "zh-CN": "企业级 Wiki 系统" + }, + "overview": { + "en-US": "XWiki is an open-source enterprise wiki platform. It allows users to create and edit content so that team members can collaborate, share knowledge, and document information.", + "zh-CN": "XWiki是一个开源的企业级Wiki平台。它允许用户创建和编辑内容,以便团队成员可以协作工作、共享知识和文档。" + }, + "description": { + "en-US": "XWiki offers robust extensibility and customization options, allowing organizations to tailor and configure it according to their needs.\n\nXWiki's use cases are diverse: collaborative intranet, knowledge base, CMS, competitive intelligence, public debate, collaborative creation of school courses, web site creation", + "zh-CN": "XWiki具有强大的扩展性和可定制性,可以根据组织的需求进行定制和配置。\n\nXWiki 的用例多种多样:协作内联网、知识库、CMS、竞争情报、公共辩论、协作创建学校课程、网站创建等" + }, + "screenshots": { + "en-US": [ + { + "id": "fa499792-3b9c-425e-980d-a0cbcdea9d77", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/xwiki/xwiki-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "263d2efe-2fd6-4242-937b-0fc99592ce8f", + "key": "https://libs.websoft9.com/Websoft9/DocsPicture/en/mediawiki/mediawikiui.gif", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/xwiki/xwiki-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 180 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3BSiB3tGxHtdlyrleFDZ9T" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7jP2z83zSPdBWg4ywrMgcK" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17Jq88yTIez2ftdYQRrZSc" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.xwiki.org/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3QlkgARyx6qWODzbp2zwOY" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + } + ] + }, + "keywords": { + "en-US": [ + "wiki", + "CMS", + "knowledge base" + ], + "zh-CN": [ + "维基百科", + "知识库" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 2, + "zh-CN": 1 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3wRot7RkQVpycWryeUWODq", + "type": "Entry", + "createdAt": "2024-01-13T01:36:07.014Z", + "updatedAt": "2024-01-13T02:19:08.593Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2024-01-13T02:19:08.593Z", + "firstPublishedAt": "2024-01-13T01:36:36.406Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3wRot7RkQVpycWryeUWODq" + }, + "fields": { + "title": { + "en-US": "xwiki" + }, + "slug": { + "en-US": "xwiki" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/xwiki-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4yvjxIt70tYshV1ISr9mjH", + "type": "Entry", + "createdAt": "2024-01-13T02:00:48.137Z", + "updatedAt": "2024-07-24T07:29:10.776Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 40, + "publishedAt": "2024-07-24T07:29:10.776Z", + "firstPublishedAt": "2024-01-13T02:10:10.861Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 9, + "version": 41, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4yvjxIt70tYshV1ISr9mjH" + }, + "fields": { + "key": { + "en-US": "tinyproxy" + }, + "trademark": { + "en-US": "Tinyproxy", + "zh-CN": "Tinyproxy" + }, + "title": { + "en-US": "A light-weight HTTP/HTTPS proxy software", + "zh-CN": "轻量级 HTTP/HTTPS 代理软件" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5bLXsmI0End8NDgJQ6lcMj" + } + } + }, + "summary": { + "en-US": "A light-weight HTTP/HTTPS proxy software", + "zh-CN": "轻量级 HTTP/HTTPS 代理软件" + }, + "overview": { + "en-US": "Tinyproxy is a small, efficient HTTP/SSL proxy daemon released under the GNU General Public License. Tinyproxy is very useful in a small network setting, where a larger proxy would either be too resource intensive, or a security risk. One of the key features of Tinyproxy is the buffering connection concept. ", + "zh-CN": "Tinyproxy 是一个小型、高效的 HTTP/SSL 代理守护进程,在 GNU 通用公共许可证。Tinyproxy 在小型网络中非常有用 设置,其中较大的代理要么过于占用资源,要么 安全风险。Tinyproxy 的主要功能之一是缓冲 连接概念。" + }, + "description": { + "en-US": "Tinyproxy is a light-weight HTTP/HTTPS proxy daemon for POSIX operating systems. Designed from the ground up to be fast and yet small, it is an ideal solution for use cases such as embedded deployments where a full featured HTTP proxy is required, but the system resources for a larger proxy are unavailable.", + "zh-CN": "Tinyproxy 是用于 POSIX 操作系统的轻量级 HTTP/HTTPS 代理守护进程。它从头开始设计,速度快,但体积小,是嵌入式部署等用例的理想解决方案,在这些用例中,需要功能齐全的 HTTP 代理,但无法使用更大代理的系统资源。" + }, + "screenshots": { + "en-US": [ + { + "id": "f618bffe-b689-42fe-9344-3121ef605450", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/tinyproxy/tinyproxy-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "3e66b007-9fe2-439c-9a74-63e2e7b23322", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/tinyproxy/tinyproxy-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 100 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7tdTxUUsFSI0GBtVt6YKxN" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7rgRETCtAaeD5nKKUqaHX5" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English" + ], + "zh-CN": [ + "英文" + ] + }, + "faq": { + "en-US": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "12pnAjAAT5zkmPF33HKq6E" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DsfObBcFoAWJGQZC4AQeS" + } + } + ] + }, + "websiteurl": { + "en-US": "https://github.com/tinyproxy/tinyproxy" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + } + ] + }, + "keywords": { + "en-US": [ + "HTTP Server", + "Application Server", + "Gateway", + "Proxy" + ], + "zh-CN": [ + "HTTP 服务器", + "应用程序服务器", + "微服务", + "代理" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2, + "zh-CN": 2 + }, + "memory": { + "en-US": 4, + "zh-CN": 4 + }, + "storage": { + "en-US": 1, + "zh-CN": 20 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5bLXsmI0End8NDgJQ6lcMj", + "type": "Entry", + "createdAt": "2024-01-13T02:02:53.635Z", + "updatedAt": "2024-01-13T02:03:12.634Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2024-01-13T02:03:12.634Z", + "firstPublishedAt": "2024-01-13T02:03:12.634Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5bLXsmI0End8NDgJQ6lcMj" + }, + "fields": { + "title": { + "en-US": "tinyproxy" + }, + "slug": { + "en-US": "tinyproxy" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/tinyproxy-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7DgGhrOEDyUYrOrny2AMeF", + "type": "Entry", + "createdAt": "2024-01-13T07:28:06.959Z", + "updatedAt": "2024-10-23T02:55:30.700Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 38, + "publishedAt": "2024-10-23T02:55:30.700Z", + "firstPublishedAt": "2024-01-13T07:36:13.910Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 9, + "version": 39, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7DgGhrOEDyUYrOrny2AMeF" + }, + "fields": { + "key": { + "en-US": "autogptnextweb" + }, + "trademark": { + "en-US": "AutoGPT.NextWeb", + "zh-CN": "AutoGPT.NextWeb" + }, + "title": { + "en-US": "AutoGPT.NextWeb", + "zh-CN": "AutoGPT.NextWeb" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "10iwcT6dHYlkLb3SSte5Kp" + } + } + }, + "summary": { + "en-US": "Well-designed cross-platform AutoGPT web UI", + "zh-CN": "AutoGPT 私有化应用" + }, + "overview": { + "en-US": "Assemble, configure, and deploy autonomous AI Agents in your browser.", + "zh-CN": "一键免费部署你的私人AutoGPT 网页应用" + }, + "description": { + "en-US": "AutoGPT-Next-Web allows you to configure and deploy Autonomous AI agents. Name your custom AI and have it embark on any goal imaginable. ", + "zh-CN": "Auto-GPT是一个实验性的开源应用程序,展示了GPT-4语言模型的能力。这个程序由GPT-4驱动,将LLM“思想”连接在一起,以自主地实现您设置的任何目标。作为GPT-4完全自主运行的最早示例之一,Auto-GPT突破了人工智能的极限,将AI进程推向了新高度 -- 自主人工智能。" + }, + "screenshots": { + "en-US": [ + { + "id": "e21d7f48-331d-4c76-9619-92e2974f9202", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/autogptnextweb/autogptnextweb-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "3c5f8afa-0618-4999-be55-2ee0d39bd7e2", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/autogptnextweb/autogptnextweb-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "554Dn6TI5aUe6PhxY6weWV" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "581T3Tx1sCF3xWdG8fWXbm" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4qGUijXFbNgosOxYmHl5LT" + } + } + ] + }, + "websiteurl": { + "en-US": "https://github.com/ConnectAI-E/AutoGPT-Next-Web" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6PAPQ68qroHDGba7O9DQQ5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7rNeLNZpc0T7Dd0qJzFn7k" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "72X8EHkmIJuRPftrB2y4WV" + } + } + ] + }, + "keywords": { + "en-US": [ + "ChatGPT", + "Web", + "AutoGPT", + "OpenAI", + "AI Agent" + ], + "zh-CN": [ + "ChatGPT", + "Web", + "OpenAPI", + "AI Agent" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "10iwcT6dHYlkLb3SSte5Kp", + "type": "Entry", + "createdAt": "2024-01-13T07:28:41.472Z", + "updatedAt": "2024-01-13T07:28:55.973Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2024-01-13T07:28:55.973Z", + "firstPublishedAt": "2024-01-13T07:28:55.973Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/10iwcT6dHYlkLb3SSte5Kp" + }, + "fields": { + "title": { + "en-US": "autogptnextweb" + }, + "slug": { + "en-US": "autogptnextweb" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/autogptnextweb-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1T8EdWyH7ivrbzlmxzQIK2", + "type": "Entry", + "createdAt": "2024-01-13T07:48:17.053Z", + "updatedAt": "2024-10-24T06:43:18.038Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 34, + "publishedAt": "2024-10-24T06:43:18.038Z", + "firstPublishedAt": "2024-01-13T07:59:18.764Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 8, + "version": 35, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1T8EdWyH7ivrbzlmxzQIK2" + }, + "fields": { + "key": { + "en-US": "geminiprochat" + }, + "trademark": { + "en-US": "GeminiProChat", + "zh-CN": "GeminiProChat" + }, + "title": { + "en-US": "Minimal web UI for GeminiPro", + "zh-CN": "Minimal web UI for GeminiPro" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1r9A56RTGtZWCrtEHdC9sm" + } + } + }, + "summary": { + "en-US": "Minimal web UI for GeminiPro", + "zh-CN": "与 Gemini Pro 聊天的最简 WebUI" + }, + "overview": { + "en-US": "Minimal web UI for GeminiPro", + "zh-CN": "与 Gemini Pro 聊天的最简 WebUI" + }, + "description": { + "en-US": "Gemini is built from the ground up for multimodality — reasoning seamlessly across text, images, video, audio, and code.", + "zh-CN": "Gemini 是 Google 最大、能力最强的人工智能模型, Gemini分为三种规模:Ultra、Pro 和 Nano, 适用于从大型数据中心到移动设备的各种场景。" + }, + "screenshots": { + "en-US": [ + { + "id": "e21d7f48-331d-4c76-9619-92e2974f9202", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/geminiprochat/geminiprochat-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "3c5f8afa-0618-4999-be55-2ee0d39bd7e2", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/geminiprochat/geminiprochat-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "554Dn6TI5aUe6PhxY6weWV" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4qGUijXFbNgosOxYmHl5LT" + } + } + ] + }, + "websiteurl": { + "en-US": "https://github.com/babaohuang/GeminiProChat" + }, + "trademarkUrl": { + "en-US": "https://gprochat.com/terms-of-service" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6PAPQ68qroHDGba7O9DQQ5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7rNeLNZpc0T7Dd0qJzFn7k" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "72X8EHkmIJuRPftrB2y4WV" + } + } + ] + }, + "keywords": { + "en-US": [ + "ChatGPT", + "Web", + "AI", + "Google" + ], + "zh-CN": [ + "ChatGPT", + "Web", + "AI", + "Google" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6Jj67AGr22DU0ExIqjwMaS", + "type": "Entry", + "createdAt": "2024-01-15T03:40:24.911Z", + "updatedAt": "2024-01-15T03:41:33.880Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2024-01-15T03:41:33.880Z", + "firstPublishedAt": "2024-01-15T03:41:33.880Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6Jj67AGr22DU0ExIqjwMaS" + }, + "fields": { + "title": { + "en-US": "Backup & Restore", + "zh-CN": "备份恢复" + }, + "key": { + "en-US": "backup" + }, + "position": { + "en-US": 10 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39cPd5ouPrNZMpi2R2Lzg7" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "42xW7uUgXzPnNBRWmk2BHt" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39cPd5ouPrNZMpi2R2Lzg7" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3LkaKbIBnB6Bt6z7vF7eof", + "type": "Entry", + "createdAt": "2024-01-15T03:42:18.312Z", + "updatedAt": "2024-11-01T02:26:04.336Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 45, + "publishedAt": "2024-11-01T02:26:04.336Z", + "firstPublishedAt": "2024-01-15T03:51:44.185Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 9, + "version": 46, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3LkaKbIBnB6Bt6z7vF7eof" + }, + "fields": { + "key": { + "en-US": "duplicati" + }, + "trademark": { + "en-US": "Duplicati", + "zh-CN": "Duplicati" + }, + "title": { + "en-US": "Free backup software to store encrypted backups online", + "zh-CN": "在线加密备份软件" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2U3BMHB4GXfDr3nd4hlDLT" + } + } + }, + "summary": { + "en-US": "Free backup software to store encrypted backups online", + "zh-CN": "在线加密备份软件" + }, + "overview": { + "en-US": "Duplicati is a free, open source, backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers.", + "zh-CN": "Duplicati 是一个免费的开源备份客户端,可将加密的增量压缩备份安全地存储在云存储服务和远程文件服务器上。" + }, + "description": { + "en-US": "Duplicati works with standard protocols like FTP, SSH, and WebDAV, as well as popular services like Backblaze B2, Tardigrade, Microsoft OneDrive, Amazon S3, Google Drive, box.com, Mega, and many others.", + "zh-CN": "Duplicati 适用于 FTP、SSH 和 WebDAV 等标准协议,以及 Backblaze B2、Tardigrade、Microsoft OneDrive、Amazon S3、Google Drive、box.com、Mega 等流行服务。" + }, + "screenshots": { + "en-US": [ + { + "id": "f618bffe-b689-42fe-9344-3121ef605450", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/duplicati/duplicati-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "3e66b007-9fe2-439c-9a74-63e2e7b23322", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/duplicati/duplicati-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 100 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6Jj67AGr22DU0ExIqjwMaS" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "faq": { + "en-US": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7jP2z83zSPdBWg4ywrMgcK" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7akHgnkqSmGh1UJZMw0MO" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.duplicati.com/" + }, + "trademarkUrl": { + "en-US": "https://docs.duplicati.com/en/latest/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + } + ] + }, + "keywords": { + "en-US": [ + "S3", + "Backup", + "WebDAV" + ], + "zh-CN": [ + "S3", + "备份", + "WebDAV" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "2.0.8", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 2 + }, + "memory": { + "en-US": 1, + "zh-CN": 4 + }, + "storage": { + "en-US": 2, + "zh-CN": 20 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2U3BMHB4GXfDr3nd4hlDLT", + "type": "Entry", + "createdAt": "2024-01-15T03:43:27.824Z", + "updatedAt": "2024-01-15T03:43:38.777Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2024-01-15T03:43:38.777Z", + "firstPublishedAt": "2024-01-15T03:43:38.777Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2U3BMHB4GXfDr3nd4hlDLT" + }, + "fields": { + "title": { + "en-US": "duplicati" + }, + "slug": { + "en-US": "duplicati" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/duplicati-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "bBz4Zyad6MXzl3LKxj5KW", + "type": "Entry", + "createdAt": "2024-01-15T06:37:15.988Z", + "updatedAt": "2024-12-13T03:12:19.395Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 41, + "publishedAt": "2024-12-13T03:12:19.395Z", + "firstPublishedAt": "2024-01-15T06:42:19.577Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 11, + "version": 42, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/bBz4Zyad6MXzl3LKxj5KW" + }, + "fields": { + "key": { + "en-US": "kopia" + }, + "trademark": { + "en-US": "Kopia", + "zh-CN": "Kopia" + }, + "title": { + "en-US": "open-source backup/restore tool", + "zh-CN": "在线备份与恢复软件" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "10CnuOl2lWuZfxAeWOh94x" + } + } + }, + "summary": { + "en-US": "open-source backup/restore tool", + "zh-CN": "在线加密备份软件" + }, + "overview": { + "en-US": "Kopia is a fast and secure open-source backup/restore tool that allows you to create encrypted snapshots of your data and save the snapshots to remote or cloud storage of your choice", + "zh-CN": "Kopia 是一种快速安全的开源备份/恢复工具,允许您创建数据的加密快照,并将快照保存到您选择的远程或云存储、网络连接存储或服务器,或本地计算机上" + }, + "description": { + "en-US": "Kopia has both CLI (command-line interface) and GUI (graphical user interface) versions, making it the perfect tool for both advanced and regular users. You can read more about Kopia's unique features -- which include compression, deduplication, end-to-end 'zero knowledge' encryption, and error correction -- to get a better understanding of how Kopia works.", + "zh-CN": "Kopia 具有 CLI(命令行界面)和 GUI(图形用户界面)版本,使其成为高级和普通用户的完美工具。您可以详细了解 Kopia 的独特功能(包括压缩、重复数据删除、端到端“零知识”加密和纠错),以更好地了解 Kopia 的工作原理。" + }, + "screenshots": { + "en-US": [ + { + "id": "f618bffe-b689-42fe-9344-3121ef605450", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/kopia/kopia-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "3e66b007-9fe2-439c-9a74-63e2e7b23322", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/kopia/kopia-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 100 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6Jj67AGr22DU0ExIqjwMaS" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "faq": { + "en-US": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ZRY6UR6j4c4dOYz3PXXFs" + } + } + ] + }, + "websiteurl": { + "en-US": "https://github.com/kopia/kopia" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + } + ] + }, + "keywords": { + "en-US": [ + "S3", + "Backup", + "WebDAV" + ], + "zh-CN": [ + "S3", + "备份", + "WebDAV" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "0.15", + "latest" + ] + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": false + }, + "vcpu": { + "en-US": 1, + "zh-CN": 2 + }, + "memory": { + "en-US": 2, + "zh-CN": 4 + }, + "storage": { + "en-US": 1, + "zh-CN": 20 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "10CnuOl2lWuZfxAeWOh94x", + "type": "Entry", + "createdAt": "2024-01-15T06:38:35.064Z", + "updatedAt": "2024-01-15T06:38:49.621Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2024-01-15T06:38:49.621Z", + "firstPublishedAt": "2024-01-15T06:38:49.621Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/10CnuOl2lWuZfxAeWOh94x" + }, + "fields": { + "title": { + "en-US": "kopia" + }, + "slug": { + "en-US": "kopia" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/kopia-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6C9ZwfB1w2cRIKXQhPYbRc", + "type": "Entry", + "createdAt": "2024-01-16T04:15:38.164Z", + "updatedAt": "2024-01-16T04:16:03.700Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2024-01-16T04:16:03.700Z", + "firstPublishedAt": "2024-01-16T04:16:03.700Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6C9ZwfB1w2cRIKXQhPYbRc" + }, + "fields": { + "title": { + "en-US": "devtoys" + }, + "slug": { + "en-US": "devtoys" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/devtoys-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5BSr621F3ldbOB4bg0OGCy", + "type": "Entry", + "createdAt": "2024-01-19T00:26:33.169Z", + "updatedAt": "2024-09-26T08:40:29.719Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 15, + "publishedAt": "2024-09-26T08:40:29.719Z", + "firstPublishedAt": "2024-01-19T00:27:59.804Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 16, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5BSr621F3ldbOB4bg0OGCy" + }, + "fields": { + "title": { + "en-US": "Data Labeling Tools", + "zh-CN": "数据自动标识" + }, + "key": { + "en-US": "ai-labeling" + }, + "position": { + "en-US": 1 + }, + "description": { + "zh-CN": "一个用来连接多种人工智能模型的开源工具。 它允许开发者通过一个简单的API接口来访问不同的大语言模型。 " + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6z8egY08PT8n8rPjdkjeMD" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6z8egY08PT8n8rPjdkjeMD" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7qOCzhfW0k8LvLjHKlTS3k", + "type": "Entry", + "createdAt": "2024-01-19T04:31:11.236Z", + "updatedAt": "2025-01-06T00:51:10.258Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 53, + "publishedAt": "2025-01-06T00:51:10.258Z", + "firstPublishedAt": "2024-01-19T04:41:46.201Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 9, + "version": 54, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7qOCzhfW0k8LvLjHKlTS3k" + }, + "fields": { + "key": { + "en-US": "clickhouse" + }, + "trademark": { + "en-US": "ClickHouse", + "zh-CN": "ClickHouse" + }, + "title": { + "en-US": "Open-source database for real-time apps and analytics", + "zh-CN": "面向实时应用程序与分析的列式数据库" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4VFdhgJFl2IVfMKVySbimK" + } + } + }, + "summary": { + "en-US": "Open-source OLAP database for real-time apps and analytics", + "zh-CN": "面向实时应用程序与分析的 OLAP" + }, + "overview": { + "en-US": "ClickHouse supports all the data sources you need to power your apps and use cases that require exceptional performance.", + "zh-CN": "ClickHouse支持您需要的所有数据源,为您的应用程序和需要卓越性能的用例提供支持。" + }, + "description": { + "en-US": "ClickHouse is faster than most traditional data warehouses and databases and is most often used when real-time queries on large datasets are necessary at an affordable cost. However, developers also often use ClickHouse on top of their CDWH or OLTP databases to act as a “speed layer” within their existing infrastructure.", + "zh-CN": "ClickHouse比大多数传统的数据仓库和数据库更快,并且最常用于需要以可承受的成本对大型数据集进行实时查询的情况。然而,开发人员也经常在其 CDWH 或 OLTP 数据库之上使用 ClickHouse,作为其现有基础设施中的“速度层”。" + }, + "screenshots": { + "en-US": [ + { + "id": "26dc9776-776a-4848-b3e7-3ee824964a0f", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/clickhouse/clickhouse-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "547b71e4-25eb-46c1-b3a3-881ca7fda0fe", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/clickhouse/clickhouse-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 39000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4zrap6pE4EuZdLzdjJ2H02" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5az2WO5YkKr6IUpetZXEZy" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5gZWge046khyUO08MUS4VT" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5bFfqXIcehqRrhgs5GSove" + } + } + ] + }, + "websiteurl": { + "en-US": "https://clickhouse.com/" + }, + "trademarkUrl": { + "en-US": "https://clickhouse.com/legal/trademark-policy" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4rqwdinfu5GMYieb5agezJ" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4zs1RAViCqbskgaB7eTJtI" + } + } + ] + }, + "keywords": { + "en-US": [ + "database", + "Bigdata", + "Data warehouse", + "OLAP" + ], + "zh-CN": [ + "数据库", + "大数据", + "数据仓库", + "OLAP" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "24.12.1.1614", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 1, + "zh-CN": 1 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4VFdhgJFl2IVfMKVySbimK", + "type": "Entry", + "createdAt": "2024-01-19T04:34:27.041Z", + "updatedAt": "2024-01-19T04:34:38.903Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2024-01-19T04:34:38.903Z", + "firstPublishedAt": "2024-01-19T04:34:38.903Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4VFdhgJFl2IVfMKVySbimK" + }, + "fields": { + "title": { + "en-US": "clickhouse" + }, + "slug": { + "en-US": "clickhouse" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/clickhouse-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5UMdpnC9jANvZh0rwk9nSi", + "type": "Entry", + "createdAt": "2024-01-19T05:40:32.026Z", + "updatedAt": "2024-07-24T07:27:05.924Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 42, + "publishedAt": "2024-07-24T07:27:05.924Z", + "firstPublishedAt": "2024-01-19T08:10:27.906Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 4, + "version": 43, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5UMdpnC9jANvZh0rwk9nSi" + }, + "fields": { + "key": { + "en-US": "frappe" + }, + "trademark": { + "en-US": "Frappe", + "zh-CN": "Frappe" + }, + "title": { + "en-US": "Open Source Low Code Framework for business applications", + "zh-CN": "企业管理软件低代码开发框架" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8Wt6hM6oOtZgUFT6oLxnP" + } + } + }, + "summary": { + "en-US": "Open Source Low Code Framework for business applications", + "zh-CN": "企业管理软件低代码开发框架" + }, + "overview": { + "en-US": "Low code, open source, web framework in Python and Javascript for the 21st century, eliminate 97.42% of your software development effort", + "zh-CN": "21 世纪 Python 和 Javascript 中的低代码、开源、Web 框架。消除 97.42% 的软件开发工作" + }, + "description": { + "en-US": "Meta-data is a first class citizen in Frappe. It is used to generate database tables, design forms and configure a lot of features. Meta-data is stored in a Model which is known as DocType in Frappe.\n\nFrappe comes with a rich single page application (SPA) with built in forms, list, search and navigation.", + "zh-CN": "元数据是 Frappe 的一等公民。它用于生成数据库表, 设计表单并配置许多功能。元数据存储在一个模型中,该模型在 Frappe 中称为 DocType。\n\nFrappe 不仅管理后端,还带有一个名为 Desk 的功能丰富的管理界面。 当您在 Frappe 中创建 DocType 时,会为其生成许多视图。" + }, + "screenshots": { + "en-US": [ + { + "id": "f618bffe-b689-42fe-9344-3121ef605450", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/frappe/frappe-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "3e66b007-9fe2-439c-9a74-63e2e7b23322", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/frappe/frappe-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7EhengWHk8so7BMWjTgPvQ" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7nMNcJU8pX0OQHaM70BoXI" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "Other" + ] + }, + "highlights": { + "en-US": [ + "" + ], + "zh-CN": [ + "" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5WKhPDoXrkwKkJomj8jzCp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3XLYU7pPQw1tv0esOTj1Qw" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "FBjnaWTea9jWIviVI9UXN" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ErftetWADiFvvgRO3pFnU" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7sAoBXjxdtWHcqEoxSHpJB" + } + } + ] + }, + "websiteurl": { + "en-US": "https://frappeframework.com/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3QlkgARyx6qWODzbp2zwOY" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "keywords": { + "en-US": [ + "Lowcode", + "ERPNext", + "Business Application", + "ERP" + ], + "zh-CN": [ + "低代码", + "ERPNext", + "企业管理软件", + "ERP开发平台" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "v14", + "v13" + ] + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2, + "zh-CN": 2 + }, + "memory": { + "en-US": 8, + "zh-CN": 4 + }, + "storage": { + "en-US": 1, + "zh-CN": 20 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "8Wt6hM6oOtZgUFT6oLxnP", + "type": "Entry", + "createdAt": "2024-01-19T08:02:29.584Z", + "updatedAt": "2024-01-19T08:02:40.521Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2024-01-19T08:02:40.521Z", + "firstPublishedAt": "2024-01-19T08:02:40.521Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/8Wt6hM6oOtZgUFT6oLxnP" + }, + "fields": { + "title": { + "en-US": "frappe" + }, + "slug": { + "en-US": "frappe" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/frappe-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6yoAYlR2wjVH5vzM6wWazE", + "type": "Entry", + "createdAt": "2024-01-27T00:52:36.823Z", + "updatedAt": "2025-01-06T00:50:24.005Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 51, + "publishedAt": "2025-01-06T00:50:24.005Z", + "firstPublishedAt": "2024-01-27T01:08:02.297Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 10, + "version": 52, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6yoAYlR2wjVH5vzM6wWazE" + }, + "fields": { + "key": { + "en-US": "bytebase" + }, + "trademark": { + "en-US": "Bytebase", + "zh-CN": "Bytebase" + }, + "title": { + "en-US": "Open-source database DevOps tool", + "zh-CN": "数据库的 DevOps 工具" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6lJsDuHI41dhDjxpHWXjOL" + } + } + }, + "summary": { + "en-US": "Open-source database DevOps tool", + "zh-CN": "数据库的 DevOps 工具" + }, + "overview": { + "en-US": "Bytebase is GitLab/GitHub for Database DevOps, built for developers, DBAs and platform teams.", + "zh-CN": "Bytebase 是面向数据库 DevOps 的 GitLab/GitHub,专为开发人员、DBA 和平台团队打造。" + }, + "description": { + "en-US": "Bytebase is an open-source database DevOps tool, it's the GitLab/GitHub for managing databases throughout the application development lifecycle. \n\nBytebase analyzes SQL changes to enforce rules in compliance with your organization's policy. ", + "zh-CN": "Bytebase 是一个开源数据库 DevOps 工具,它是用于在整个应用程序开发生命周期中管理数据库的 GitLab/GitHub。它为 DBA、开发人员和平台工程师提供了一个基于 Web 的协作工作区。\n\n由于 GitLab/GitHub 为团队提供了 GUI 和协作工作区来管理代码,因此 Bytebase 在管理数据库方面也做了类似的工作。" + }, + "screenshots": { + "en-US": [ + { + "id": "8e24e01a-02db-4ade-bc37-58abc35b3d00", + "key": "Architecture", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/bytebase/bytebase-arch-websoft9.webp" + } + ], + "zh-CN": [ + { + "id": "2763f01d-181f-4d77-85ce-565dc68df348", + "key": "架构", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/bytebase/bytebase-arch-websoft9.webp" + } + ] + }, + "hot": { + "en-US": 9000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "TdsvWxQeDCNl1jwOanqG2" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "licenseadditional": { + "en-US": "https://github.com/bytebase/bytebase/blob/main/LICENSE" + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ZRY6UR6j4c4dOYz3PXXFs" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.bytebase.com/" + }, + "trademarkUrl": { + "en-US": "https://www.bytebase.com/terms/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4zs1RAViCqbskgaB7eTJtI" + } + } + ] + }, + "keywords": { + "en-US": [ + "database", + "GUI tool", + "DevOps", + "GitOps", + "Navicat" + ], + "zh-CN": [ + "可视化管理", + "数据管理", + "DevOps", + "GitOps", + "Navicat" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "3.2.0", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 1, + "zh-CN": 2 + }, + "storage": { + "en-US": 2, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6lJsDuHI41dhDjxpHWXjOL", + "type": "Entry", + "createdAt": "2024-01-27T00:54:57.002Z", + "updatedAt": "2024-01-27T00:55:15.765Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2024-01-27T00:55:15.765Z", + "firstPublishedAt": "2024-01-27T00:55:15.765Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6lJsDuHI41dhDjxpHWXjOL" + }, + "fields": { + "title": { + "en-US": "bytebase" + }, + "slug": { + "en-US": "bytebase" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/bytebase-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6IHVy3L5FA62NM7p1UXOdG", + "type": "Entry", + "createdAt": "2024-02-01T00:46:41.828Z", + "updatedAt": "2025-01-06T00:49:55.150Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 45, + "publishedAt": "2025-01-06T00:49:55.150Z", + "firstPublishedAt": "2024-02-01T00:55:37.984Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 7, + "version": 46, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6IHVy3L5FA62NM7p1UXOdG" + }, + "fields": { + "key": { + "en-US": "syncthing" + }, + "trademark": { + "en-US": "Syncthing", + "zh-CN": "Syncthing" + }, + "title": { + "en-US": "Continuous file synchronization program", + "zh-CN": "点对点的跨平台文件同步工具" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2brGeAgBRzyRp9cRU833p7" + } + } + }, + "summary": { + "en-US": "Continuous file synchronization program", + "zh-CN": "点对点的跨平台文件同步工具" + }, + "overview": { + "en-US": "Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers in real time, safely protected from prying eyes.", + "zh-CN": "Syncthing是一个连续的文件同步程序。它同步 两台或多台计算机之间的实时文件,安全防止被窥探 眼睛。" + }, + "description": { + "en-US": "Configure and monitor Syncthing via a responsive and powerful interface accessible via your browser. Works on macOS, Windows, Linux, FreeBSD, Solaris, OpenBSD, and many others. Run it on your desktop computers and synchronize them with your server for backup.", + "zh-CN": "Syncthing 完全支持跨平台使用,适用于 macOS、Windows、Linux、 FreeBSD、Solaris、OpenBSD 等。它可以在台式计算机与服务器之间同步,也可以在服务器与服务器之间同步。" + }, + "screenshots": { + "en-US": [ + { + "id": "f618bffe-b689-42fe-9344-3121ef605450", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/syncthing/syncthing-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "3e66b007-9fe2-439c-9a74-63e2e7b23322", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/syncthing/syncthing-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 100 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6Jj67AGr22DU0ExIqjwMaS" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "faq": { + "en-US": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1jUWUsSYRSuTjAj9zoGO1i" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ZRY6UR6j4c4dOYz3PXXFs" + } + } + ] + }, + "websiteurl": { + "en-US": "https://syncthing.net/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + } + ] + }, + "keywords": { + "en-US": [ + "Backup", + "p2p", + "Synchronization" + ], + "zh-CN": [ + "备份", + "同步", + "点对点", + "P2P" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "1.28.1", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 2 + }, + "memory": { + "en-US": 2, + "zh-CN": 4 + }, + "storage": { + "en-US": 2, + "zh-CN": 20 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2brGeAgBRzyRp9cRU833p7", + "type": "Entry", + "createdAt": "2024-02-01T00:49:55.136Z", + "updatedAt": "2024-02-01T00:50:10.519Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2024-02-01T00:50:10.519Z", + "firstPublishedAt": "2024-02-01T00:50:10.519Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2brGeAgBRzyRp9cRU833p7" + }, + "fields": { + "title": { + "en-US": "Syncthing " + }, + "slug": { + "en-US": "syncthing" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/syncthing-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6taXJTqm9BhKUXDewZCar6", + "type": "Entry", + "createdAt": "2024-02-01T01:47:48.661Z", + "updatedAt": "2024-10-24T01:27:09.797Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 62, + "publishedAt": "2024-10-24T01:27:09.797Z", + "firstPublishedAt": "2024-02-01T02:58:15.607Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 4, + "version": 63, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6taXJTqm9BhKUXDewZCar6" + }, + "fields": { + "key": { + "en-US": "palworld" + }, + "trademark": { + "en-US": "Palworld", + "zh-CN": "Palworld 幻兽帕鲁" + }, + "title": { + "en-US": "Palworld Server", + "zh-CN": "Palworld(幻兽帕鲁 )独立服务器" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3TPHquDF8I6EftIZCH159v" + } + } + }, + "summary": { + "en-US": "Palworld Server", + "zh-CN": "Palworld(幻兽帕鲁 )独立服务器" + }, + "overview": { + "en-US": "One-click deployment for Palworld Server", + "zh-CN": "即开即用的 幻兽帕鲁 Palworld 私有服务器" + }, + "description": { + "en-US": "\"Palworld\" is a multiplayer, open-world survival crafting game developed by Pocketpair, the creators of \"Craftopia.\" The game was announced with trailers and information released around 2021. In \"Palworld,\" players can explore a vast world filled with diverse ecosystems and creatures known as Pals, which are reminiscent of Pokémon in that they are collectible, can be caught, bred, and used in battles.", + "zh-CN": "\"Palworld\"是一款开放世界的多人生存游戏,由 Pocketpair 开发。在这款游戏中,玩家可以捕捉和培养Pal(类似宠物的生物),并在一个充满各种生物和环境挑战的世界中探险、建造和生存。" + }, + "screenshots": { + "en-US": [ + { + "id": "39721825-483d-4158-a4ef-9ef5025e9f38", + "key": "Palworld", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/palworld/palworld-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "54f9a68b-a0ba-4a5b-bcd4-e4a08e97a627", + "key": "Palworld", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/palworld/palworld-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4SnKw6IntGUXTeNcrKdVRk" + } + } + ] + }, + "os": { + "en-US": [ + "Linux", + "Windows" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "faq": { + "zh-CN": [ + { + "id": "705e7e2c-a8f7-4bc3-b7e3-0a1f2eae6658", + "key": "Palworld 私有服务器合法吗?", + "value": "Steam 官方帖子表示支持私有部署(https://store.steampowered.com/news/app/1623730/view/3943530908925344453)" + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7mcAFr4uP0RuuHcJhWsUvv" + } + } + ] + }, + "licenseadditional": { + "en-US": "https://store.steampowered.com/news/app/1623730/view/3943530908925344453" + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7akHgnkqSmGh1UJZMw0MO" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.pocketpair.jp/palworld" + }, + "trademarkUrl": { + "en-US": "https://www.pocketpair.jp/guidelines-derivativework" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5nnWNotOqyUr46d2ZEQzsA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1MNlRXKNJmgwc9tUS5C8kD" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3QlkgARyx6qWODzbp2zwOY" + } + } + ] + }, + "keywords": { + "en-US": [ + "Games" + ], + "zh-CN": [ + "游戏" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "v0.33", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 4, + "zh-CN": 1 + }, + "memory": { + "en-US": 16, + "zh-CN": 1 + }, + "storage": { + "en-US": 8, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3TPHquDF8I6EftIZCH159v", + "type": "Entry", + "createdAt": "2024-02-01T02:39:34.001Z", + "updatedAt": "2024-02-01T02:39:53.056Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2024-02-01T02:39:53.056Z", + "firstPublishedAt": "2024-02-01T02:39:53.056Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3TPHquDF8I6EftIZCH159v" + }, + "fields": { + "title": { + "en-US": "Palworld" + }, + "slug": { + "en-US": "palworld" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/palworld-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "eK7sxDJTcbY6LODUjPj2i", + "type": "Entry", + "createdAt": "2024-02-01T03:13:03.148Z", + "updatedAt": "2024-12-10T08:08:04.016Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 18, + "publishedAt": "2024-12-10T08:08:04.016Z", + "firstPublishedAt": "2024-02-01T03:15:04.622Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 19, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/eK7sxDJTcbY6LODUjPj2i" + }, + "fields": { + "title": { + "en-US": "Files Management", + "zh-CN": "文件共享与传输" + }, + "key": { + "en-US": "files" + }, + "position": { + "en-US": 10 + }, + "overview": { + "en-US": "Files", + "zh-CN": "文件下载、同步与大文件分享" + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1fQ5nJAUb768z7n09J7sdK" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1fQ5nJAUb768z7n09J7sdK" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "10aOs59K8iBzyVb5mwT8zb", + "type": "Entry", + "createdAt": "2024-02-01T03:15:55.006Z", + "updatedAt": "2024-10-23T02:55:29.474Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 43, + "publishedAt": "2024-10-23T02:55:29.474Z", + "firstPublishedAt": "2024-02-01T03:21:26.741Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 7, + "version": 44, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/10aOs59K8iBzyVb5mwT8zb" + }, + "fields": { + "key": { + "en-US": "aria2" + }, + "trademark": { + "en-US": "aria2", + "zh-CN": "aria2" + }, + "title": { + "en-US": "The ultra fast download utility", + "zh-CN": "超快的在线下载工具" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "55yx2NYBLMLhE1AoHA4iV9" + } + } + }, + "summary": { + "en-US": "The ultra fast download utility", + "zh-CN": "超快的在线下载工具" + }, + "overview": { + "en-US": "aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.", + "zh-CN": "Aria2 是一个轻量级的多协议和多源、跨平台下载实用程序,在命令行中运行。它支持 HTTP/HTTPS、FTP、SFTP、BitTorrent 和 Metalink。" + }, + "description": { + "en-US": "aria2 is a utility for downloading files. The supported protocols are HTTP(S), FTP, SFTP, BitTorrent, and Metalink. aria2 can download a file from multiple sources/protocols and tries to utilize your maximum download bandwidth. It supports downloading a file from HTTP(S)/FTP/SFTP and BitTorrent at the same time, while the data downloaded from HTTP(S)/FTP/SFTP is uploaded to the BitTorrent swarm. Using Metalink's chunk checksums, aria2 automatically validates chunks of data while downloading a file like BitTorrent.", + "zh-CN": "Aria2 是一个用于下载文件的实用程序。支持的协议包括 HTTP(S)、FTP、SFTP、BitTorrent 和 Metalink。Aria2 可以下载 来自多个来源/协议的文件,并尝试利用您的最大值 下载带宽。它支持从以下位置下载文件 HTTP(S)/FTP/SFTP 和 BitTorrent 同时,同时数据 从 HTTP(S)/FTP/SFTP 下载的 BitTorrent 群。使用 Metalink 的块校验和,aria2 会自动验证 下载像 BitTorrent 这样的文件时的数据块。" + }, + "screenshots": { + "en-US": [ + { + "id": "bb2475b3-8701-4d5e-87cd-ddba3bbc1b75", + "key": "Webui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/aria2/aria2-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "000b8b47-edaf-4764-a98b-210acb572c9f", + "key": "Webui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/aria2/aria2-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "eK7sxDJTcbY6LODUjPj2i" + } + } + ] + }, + "os": { + "en-US": [ + "Linux", + "Windows" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3XLYU7pPQw1tv0esOTj1Qw" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6QQMkgwGkzG0FVbMExBym9" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "12pnAjAAT5zkmPF33HKq6E" + } + } + }, + "websiteurl": { + "en-US": "https://aria2.github.io/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1VXky9TPc6JBCS6Gorxnzl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3QlkgARyx6qWODzbp2zwOY" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + } + ] + }, + "keywords": { + "en-US": [ + "sync", + "download", + "BitTorrent " + ], + "zh-CN": [ + "数据同步", + "下载", + "BitTorrent " + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "55yx2NYBLMLhE1AoHA4iV9", + "type": "Entry", + "createdAt": "2024-02-01T03:17:35.952Z", + "updatedAt": "2024-02-01T03:18:01.668Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2024-02-01T03:18:01.668Z", + "firstPublishedAt": "2024-02-01T03:18:01.668Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/55yx2NYBLMLhE1AoHA4iV9" + }, + "fields": { + "title": { + "en-US": "aria2" + }, + "slug": { + "en-US": "aria2" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/aria2-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1PEfFOWTb0aHcKlV52Q5WS", + "type": "Entry", + "createdAt": "2024-02-01T03:33:41.194Z", + "updatedAt": "2024-08-27T03:08:01.971Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 52, + "publishedAt": "2024-08-27T03:08:01.971Z", + "firstPublishedAt": "2024-02-01T03:58:30.620Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 8, + "version": 53, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1PEfFOWTb0aHcKlV52Q5WS" + }, + "fields": { + "key": { + "en-US": "zookeeper" + }, + "trademark": { + "en-US": "Apache ZooKeeper", + "zh-CN": "Apache ZooKeeper" + }, + "title": { + "en-US": "Apache ZooKeeper", + "zh-CN": "Apache ZooKeeper" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7ColoTrvgC6swPr7CF9wk3" + } + } + }, + "summary": { + "en-US": "High-performance coordination service for distributed applications", + "zh-CN": "分布式应用的协调服务软件" + }, + "overview": { + "en-US": "Apache ZooKeeper is an effort to develop and maintain an open-source server which enables highly reliable distributed coordination.", + "zh-CN": "Apache ZooKeeper 致力于开发和维护一个开源服务器,以实现高度可靠的分布式协调。" + }, + "description": { + "en-US": "ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. All of these kinds of services are used in some form or another by distributed applications. Each time they are implemented there is a lot of work that goes into fixing the bugs and race conditions that are inevitable. Because of the difficulty of implementing these kinds of services, applications initially usually skimp on them, which make them brittle in the presence of change and difficult to manage. Even when done correctly, different implementations of these services lead to management complexity when the applications are deployed.", + "zh-CN": "ZooKeeper 是一个集中式服务,用于维护配置信息、命名、提供分布式同步和提供组服务。所有这些类型的服务都以某种形式被分布式应用程序使用。每次实施它们时,都会有很多工作来修复不可避免的错误和竞争条件。由于实现此类服务的困难,应用程序最初通常会吝啬它们,这使得它们在存在变化时变得脆弱并且难以管理。即使操作得当,这些服务的不同实现也会导致部署应用程序时的管理复杂性。" + }, + "screenshots": { + "en-US": [ + { + "id": "24987943-6e38-459e-bc92-840e42b42b8f", + "key": "Architecture", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/zookeeper/zookeeper-archi-websoft9.webp" + } + ], + "zh-CN": [ + { + "id": "3170296d-4c9e-49e4-b649-c432abea5b3d", + "key": "架构", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/zookeeper/zookeeper-archi-websoft9.webp" + } + ] + }, + "hot": { + "en-US": 4000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7zp5RuDZVx2npQRlUlhpc7" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "puulqYVW0NsC7OQpmmykR" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "22IAKOsOzywVrL2jh8Tdh5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5gZWge046khyUO08MUS4VT" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17Jq88yTIez2ftdYQRrZSc" + } + } + ] + }, + "websiteurl": { + "en-US": "https://zookeeper.apache.org/" + }, + "trademarkUrl": { + "en-US": "https://www.apache.org/foundation/marks/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "keywords": { + "en-US": [ + "MQ", + "Kafka" + ], + "zh-CN": [ + "MQ", + "Kafka" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "3.9", + "3.8", + "3.7", + "3.6", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7ColoTrvgC6swPr7CF9wk3", + "type": "Entry", + "createdAt": "2024-02-01T03:34:28.996Z", + "updatedAt": "2024-02-01T03:35:00.561Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2024-02-01T03:35:00.561Z", + "firstPublishedAt": "2024-02-01T03:35:00.561Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7ColoTrvgC6swPr7CF9wk3" + }, + "fields": { + "title": { + "en-US": "zookeeper" + }, + "slug": { + "en-US": "zookeeper" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/zookeeper-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1r9A56RTGtZWCrtEHdC9sm", + "type": "Entry", + "createdAt": "2024-02-01T04:06:06.116Z", + "updatedAt": "2024-02-01T04:06:19.867Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2024-02-01T04:06:19.867Z", + "firstPublishedAt": "2024-02-01T04:06:19.867Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1r9A56RTGtZWCrtEHdC9sm" + }, + "fields": { + "title": { + "en-US": "GeminiProChat" + }, + "slug": { + "en-US": "geminiprochat" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/geminiprochat-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2ADIuVn5mgcXnYt8Y6dUbq", + "type": "Entry", + "createdAt": "2024-02-03T01:40:19.780Z", + "updatedAt": "2024-10-24T09:26:11.621Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 36, + "publishedAt": "2024-10-24T09:26:11.621Z", + "firstPublishedAt": "2024-02-03T01:45:33.720Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 4, + "version": 37, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2ADIuVn5mgcXnYt8Y6dUbq" + }, + "fields": { + "key": { + "en-US": "sqlite" + }, + "trademark": { + "en-US": "SQLite", + "zh-CN": "SQLite" + }, + "title": { + "en-US": "Self-contained, high-reliability, full-featured, SQL database engine", + "zh-CN": "嵌入式数据库 SQLite" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6N2yJvZbo0jZ5KIXBw0wS0" + } + } + }, + "summary": { + "en-US": "Self-contained, high-reliability, full-featured, SQL database engine", + "zh-CN": "嵌入式数据库" + }, + "overview": { + "en-US": "SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. SQLite is the most used database engine in the world.", + "zh-CN": "SQLite是一种嵌入式数据库,它的数据库就是一个文件。它体积很小,功能强大,经常被集成到各种应用程序中,甚至在 iOS 和 Android 的App中" + }, + "description": { + "en-US": "SQLite is an in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. The code for SQLite is in the public domain and is thus free for use for any purpose, commercial or private. SQLite is the most widely deployed database in the world with more applications than we can count, including several high-profile projects.", + "zh-CN": "SQLite 是一个进程内库,它实现了一个独立的、无服务器的、零配置的事务性 SQL 数据库引擎。 SQLite的代码属于公共领域,因此对 用于任何目的,商业或私人目的。 SQLite是世界上部署最广泛的数据库 应用程序比我们能做的要多 计数,包括几个备受瞩目的项目。" + }, + "screenshots": { + "en-US": [ + { + "id": "bd39b6a6-dffd-4c09-a75f-84af4e28367c", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/sqlite/sqlite-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "27c0b349-0d58-4511-9aea-67171accb67b", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/sqlite/sqlite-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 30000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5gZWge046khyUO08MUS4VT" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5gZWge046khyUO08MUS4VT" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39PsAJu60mmzLfKuJSlCfg" + } + } + ] + }, + "licenseadditional": { + "en-US": "https://www.sqlite.org/copyright.html" + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DsfObBcFoAWJGQZC4AQeS" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.sqlite.org/" + }, + "trademarkUrl": { + "en-US": "https://www.sqlite.org/copyright.html" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5nnWNotOqyUr46d2ZEQzsA" + } + } + ] + }, + "keywords": { + "en-US": [ + "database", + "SQL", + "iot" + ], + "zh-CN": [ + "数据库", + "嵌入式", + "物联网" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 1, + "zh-CN": 2 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6N2yJvZbo0jZ5KIXBw0wS0", + "type": "Entry", + "createdAt": "2024-02-03T01:41:04.606Z", + "updatedAt": "2024-02-03T01:41:22.800Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2024-02-03T01:41:22.800Z", + "firstPublishedAt": "2024-02-03T01:41:22.800Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6N2yJvZbo0jZ5KIXBw0wS0" + }, + "fields": { + "title": { + "en-US": "sqlite" + }, + "slug": { + "en-US": "sqlite" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/sqlite-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3sv1M4xfbyZ1lzgRdPFCf6", + "type": "Entry", + "createdAt": "2024-02-04T07:25:59.259Z", + "updatedAt": "2024-02-04T07:26:17.590Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2024-02-04T07:26:17.590Z", + "firstPublishedAt": "2024-02-04T07:26:17.590Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3sv1M4xfbyZ1lzgRdPFCf6" + }, + "fields": { + "title": { + "en-US": "BaaS", + "zh-CN": "后端即服务" + }, + "key": { + "en-US": "baas" + }, + "position": { + "en-US": 10 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "42xW7uUgXzPnNBRWmk2BHt" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "42xW7uUgXzPnNBRWmk2BHt" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "55HRxlTOqKw956n9AdvIjr", + "type": "Entry", + "createdAt": "2024-02-04T07:26:34.279Z", + "updatedAt": "2024-04-29T09:13:02.004Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 33, + "publishedAt": "2024-04-29T09:13:02.004Z", + "firstPublishedAt": "2024-02-04T07:33:13.716Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 34, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/55HRxlTOqKw956n9AdvIjr" + }, + "fields": { + "key": { + "en-US": "parseserver" + }, + "trademark": { + "en-US": "Parse Server", + "zh-CN": "Parse Server" + }, + "title": { + "en-US": "Backend as Server based on Node", + "zh-CN": "基于 Node 的后端即服务平台" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6QlV74j3UPrl7TohOE2yM9" + } + } + }, + "summary": { + "en-US": "Backend as Server based on Node", + "zh-CN": "基于 Node 的后端即服务平台" + }, + "overview": { + "en-US": "Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. ", + "zh-CN": "Parse Server 是一个 Node.js 开源后端,它通过对象和文件存储、用户身份验证、推送通知、仪表板等, 更快地构建应用程序。" + }, + "description": { + "en-US": "Parse Server works with the Express web application framework. It can be added to existing web applications, or run by itself.", + "zh-CN": "Parse Server 可与 Express Web 应用程序框架配合使用。它可以添加到现有的 Web 应用程序中,也可以自行运行。" + }, + "screenshots": { + "en-US": [ + { + "id": "f618bffe-b689-42fe-9344-3121ef605450", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/parseserver/dashboard.png" + } + ], + "zh-CN": [ + { + "id": "3e66b007-9fe2-439c-9a74-63e2e7b23322", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/parseserver/dashboard.png" + } + ] + }, + "hot": { + "en-US": 4000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3sv1M4xfbyZ1lzgRdPFCf6" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "Other" + ] + }, + "highlights": { + "en-US": [ + "" + ], + "zh-CN": [ + "" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5WKhPDoXrkwKkJomj8jzCp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7sAoBXjxdtWHcqEoxSHpJB" + } + } + ] + }, + "websiteurl": { + "en-US": "https://parseplatform.org/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "keywords": { + "en-US": [ + "Lowcode", + "Backend", + "BaaS", + "Node.js" + ], + "zh-CN": [ + "低代码", + "后端即服务", + "后端框架", + "Node.js" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 2 + }, + "memory": { + "en-US": 1, + "zh-CN": 4 + }, + "storage": { + "en-US": 1, + "zh-CN": 20 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6QlV74j3UPrl7TohOE2yM9", + "type": "Entry", + "createdAt": "2024-02-04T07:28:14.048Z", + "updatedAt": "2024-04-29T09:12:00.080Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2024-04-29T09:12:00.080Z", + "firstPublishedAt": "2024-02-04T07:28:41.731Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6QlV74j3UPrl7TohOE2yM9" + }, + "fields": { + "title": { + "en-US": "parseserver" + }, + "slug": { + "en-US": "parseserver" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/parseserver-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4E1J9RrBlNYtQLVuy2p1Ju", + "type": "Entry", + "createdAt": "2024-02-04T10:22:18.597Z", + "updatedAt": "2024-09-26T08:31:41.832Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2024-09-26T08:31:41.832Z", + "firstPublishedAt": "2024-02-04T10:23:08.078Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4E1J9RrBlNYtQLVuy2p1Ju" + }, + "fields": { + "title": { + "en-US": "AIOps", + "zh-CN": "AI 管理运维" + }, + "key": { + "en-US": "aiops" + }, + "position": { + "en-US": 4 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6z8egY08PT8n8rPjdkjeMD" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6z8egY08PT8n8rPjdkjeMD" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6w90xVSZxdZ2b8vW0FjzmL", + "type": "Entry", + "createdAt": "2024-02-08T07:34:44.650Z", + "updatedAt": "2024-02-08T07:34:57.596Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2024-02-08T07:34:57.596Z", + "firstPublishedAt": "2024-02-08T07:34:57.596Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6w90xVSZxdZ2b8vW0FjzmL" + }, + "fields": { + "title": { + "en-US": "logstash" + }, + "slug": { + "en-US": "logstash" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/logstash-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6RXVV319OK1hyFQD8W7q3g", + "type": "Entry", + "createdAt": "2024-02-18T00:24:55.687Z", + "updatedAt": "2024-03-30T01:54:41.054Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2024-03-30T01:54:41.054Z", + "firstPublishedAt": "2024-02-18T00:25:33.906Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6RXVV319OK1hyFQD8W7q3g" + }, + "fields": { + "title": { + "en-US": "Networking", + "zh-CN": "网络" + }, + "key": { + "en-US": "networking" + }, + "position": { + "en-US": 13 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Yp0TY3kBHgG6VDjsHZNpK" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6wsAd8JaHbjK1sJFXlQTLs", + "type": "Entry", + "createdAt": "2024-02-18T00:25:49.747Z", + "updatedAt": "2024-02-18T00:26:39.677Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2024-02-18T00:26:39.677Z", + "firstPublishedAt": "2024-02-18T00:26:39.677Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6wsAd8JaHbjK1sJFXlQTLs" + }, + "fields": { + "title": { + "en-US": "DNS Server", + "zh-CN": "DNS 服务" + }, + "key": { + "en-US": "dns" + }, + "position": { + "en-US": 10 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6RXVV319OK1hyFQD8W7q3g" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4QfN1FKmJsLrTF2CusvdMM", + "type": "Entry", + "createdAt": "2024-02-18T07:06:51.101Z", + "updatedAt": "2024-09-26T07:47:56.564Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 33, + "publishedAt": "2024-09-26T07:47:56.564Z", + "firstPublishedAt": "2024-02-18T07:07:29.462Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 8, + "version": 34, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4QfN1FKmJsLrTF2CusvdMM" + }, + "fields": { + "title": { + "en-US": "AI for Image + Machine Vision", + "zh-CN": "AI 图像处理/机器视觉" + }, + "key": { + "en-US": "ai-image" + }, + "position": { + "en-US": 1.1 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6z8egY08PT8n8rPjdkjeMD" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4BNip78jRFFxz7VdpaAVDa", + "type": "Entry", + "createdAt": "2024-02-21T08:43:38.372Z", + "updatedAt": "2024-12-11T08:14:35.686Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 63, + "publishedAt": "2024-12-11T08:14:35.686Z", + "firstPublishedAt": "2024-02-21T09:01:50.162Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 8, + "version": 64, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4BNip78jRFFxz7VdpaAVDa" + }, + "fields": { + "key": { + "en-US": "screego" + }, + "trademark": { + "en-US": "screego", + "zh-CN": "screego" + }, + "title": { + "en-US": "Screen sharing by browser", + "zh-CN": "无客户端的共享屏幕工具" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2wxeupq2CrEcL6lpKbiyZ3" + } + } + }, + "summary": { + "en-US": "Screen sharing by browser", + "zh-CN": "无客户端的共享屏幕工具" + }, + "overview": { + "en-US": "Screego is a screen sharing tool that allows users to share their screens with others over the web.", + "zh-CN": "Screen 是一个低延时、高质量的屏幕共享软件。它完全基于浏览器运行,不需要任何客户端即可支持多人使用。" + }, + "description": { + "en-US": "Screen is designed to be easy to use and set up, often requiring no installation or registration for the participants. Screego can be particularly useful for remote work, online presentations, or collaborative sessions where participants need to share visual information in real-time.", + "zh-CN": "ScreeGo 是一款开源、可自托管的多人屏幕分享工具,用户只需要使用浏览器,即可分享电脑屏幕,软件窗口,或浏览器标签页,通过 WebRTC 安全传输数据,响应迅速" + }, + "screenshots": { + "en-US": [ + { + "id": "211154a5-af9d-40b2-bb05-ab18f9a3f032", + "key": "Console", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/screego/screego-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "2a67c8fd-fdaf-4739-a8a8-eabe71f6e266", + "key": "控制台", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/screego/screego-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "57bpJgGUENJXm5Vhuh1DdU" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "highlights": { + "en-US": [ + "Multi User Screenshare", + "Secure transfer via WebRTC", + "Low latency / High resolution" + ], + "zh-CN": [ + "多用户", + "基于 WebRTC 技术", + "低延时、高质量" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5FDooZSIaiBCLbfdU9uFfS" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6QQMkgwGkzG0FVbMExBym9" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hnMuBblEy7FxcAYQAMyDE" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ZI5v46i4bcbpVZMqwZuvA" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "581T3Tx1sCF3xWdG8fWXbm" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ZRY6UR6j4c4dOYz3PXXFs" + } + } + ] + }, + "websiteurl": { + "en-US": "https://app.screego.net" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7rNeLNZpc0T7Dd0qJzFn7k" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3QlkgARyx6qWODzbp2zwOY" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6PAPQ68qroHDGba7O9DQQ5" + } + } + ] + }, + "keywords": { + "en-US": [ + "Screen share", + "WebRTC", + "Remote" + ], + "zh-CN": [ + "屏幕共享", + "WebRTC", + "Remote" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "1.11.2" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 2 + }, + "memory": { + "en-US": 2, + "zh-CN": 4 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2wxeupq2CrEcL6lpKbiyZ3", + "type": "Entry", + "createdAt": "2024-02-21T08:45:32.649Z", + "updatedAt": "2024-02-21T08:45:51.355Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2024-02-21T08:45:51.355Z", + "firstPublishedAt": "2024-02-21T08:45:51.355Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2wxeupq2CrEcL6lpKbiyZ3" + }, + "fields": { + "title": { + "en-US": "screego" + }, + "slug": { + "en-US": "screego" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/screego-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6L7tZS2kN0zzaM2nCfQ0je", + "type": "Entry", + "createdAt": "2024-02-22T06:37:14.422Z", + "updatedAt": "2024-11-04T06:28:05.677Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 53, + "publishedAt": "2024-11-04T06:28:05.677Z", + "firstPublishedAt": "2024-02-22T06:50:37.761Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 9, + "version": 54, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6L7tZS2kN0zzaM2nCfQ0je" + }, + "fields": { + "key": { + "en-US": "postgrest" + }, + "trademark": { + "en-US": "PostgREST", + "zh-CN": "PostgREST" + }, + "title": { + "en-US": "Web server turns PostgreSQL into a RESTful API", + "zh-CN": "PostgreSQL 转换为 API 的中间件" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7ssEFcCGSVN9PokecmHmr7" + } + } + }, + "summary": { + "en-US": "Web server turns PostgreSQL into a RESTful API", + "zh-CN": "将 PostgreSQL 转换成 RESTful API 的中间件" + }, + "overview": { + "en-US": "PostgREST is a standalone web server that turns your PostgreSQL database directly into a RESTful API. The structural constraints and permissions in the database determine the API endpoints and operations.", + "zh-CN": "PostgREST 是一个独立的 Web 服务器,可将您的 PostgreSQL 数据库直接转换为 RESTful API。数据库中的结构约束和权限决定了 API 端点和操作。" + }, + "description": { + "en-US": "PostgREST is an open-source tool that turns your PostgreSQL database directly into a RESTful API. The basic idea is that rather than writing backend code to interact with your database, you can simply configure PostgREST and it will provide a web API interface automatically, based on the structure of your database.", + "zh-CN": "PostgREST 是一种开源工具,可以将您的 PostgreSQL 数据库直接转换为 RESTful API。其基本思想是,您无需编写与数据库交互的后端代码,只需配置 PostgREST,它就会根据数据库的结构自动提供 Web API 接口。" + }, + "screenshots": { + "en-US": [ + { + "id": "c6b40aee-f444-43ba-bdef-fd6cc3c5f93b", + "key": "gui", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/postgrest/postgrest-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "7c787dda-6a6b-457a-abd1-ba5394830134", + "key": "gui", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/postgrest/postgrest-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 5000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5gZWge046khyUO08MUS4VT" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "TdsvWxQeDCNl1jwOanqG2" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3sv1M4xfbyZ1lzgRdPFCf6" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5gZWge046khyUO08MUS4VT" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Other", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1La1i50JNXmlgSg6bDraWA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ROfC1ucVpKv0BNw4ylMW6" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "websiteurl": { + "en-US": "https://postgrest.org" + }, + "trademarkUrl": { + "en-US": "https://www.postgresql.org/about/policies/trademarks/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3QlkgARyx6qWODzbp2zwOY" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4zs1RAViCqbskgaB7eTJtI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6PAPQ68qroHDGba7O9DQQ5" + } + } + ] + }, + "keywords": { + "en-US": [ + "postgresql", + "ORDBMS", + "API", + "SQL" + ], + "zh-CN": [ + "postgresql", + "关系型数据库", + "数据管理", + "API", + "SQL" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "v12.2.3", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 2 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7ssEFcCGSVN9PokecmHmr7", + "type": "Entry", + "createdAt": "2024-02-22T06:39:42.170Z", + "updatedAt": "2024-02-22T06:39:54.516Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2024-02-22T06:39:54.516Z", + "firstPublishedAt": "2024-02-22T06:39:54.516Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7ssEFcCGSVN9PokecmHmr7" + }, + "fields": { + "title": { + "en-US": "postgrest" + }, + "slug": { + "en-US": "postgrest" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/postgrest-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5LCcFcA6RaIreDp3QTMs8S", + "type": "Entry", + "createdAt": "2024-02-25T00:27:56.647Z", + "updatedAt": "2024-10-24T06:05:10.098Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 35, + "publishedAt": "2024-10-24T06:05:10.098Z", + "firstPublishedAt": "2024-02-25T01:47:44.141Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 8, + "version": 36, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5LCcFcA6RaIreDp3QTMs8S" + }, + "fields": { + "key": { + "en-US": "kibana" + }, + "trademark": { + "en-US": "Elastic Kibana", + "zh-CN": "Elastic Kibana" + }, + "title": { + "en-US": "Elasticsearch Dashboard", + "zh-CN": "Elasticsearch 仪表板" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1OMjB5edo4EQrTJP9xqwyP" + } + } + }, + "summary": { + "en-US": "Elasticsearch Dashboard", + "zh-CN": "Elasticsearch 仪表板" + }, + "overview": { + "en-US": "Kibana is a powerful tool for data analysis, visualization, and discovery on any data from any source. ", + "zh-CN": "Kibana 是一个基于 Elasticsearch 的数据分析平台,可以使用 ES|QL 语言进行全面透彻的数据分析,从威胁情报到搜索分析,从日志到应用程序监测。" + }, + "description": { + "en-US": "Run data analytics at speed and scale for observability, security, and search with Kibana. Powerful analysis on any data from any source, from threat intelligence to search analytics, logs to application monitoring, and much more.", + "zh-CN": "使用 Kibana 针对大规模数据快速运行数据分析,以实现可观测性、安全和搜索。对来自任何来源的任何数据进行全面透彻的分析,从威胁情报到搜索分析,从日志到应用程序监测,不一而足。" + }, + "screenshots": { + "en-US": [ + { + "id": "211154a5-af9d-40b2-bb05-ab18f9a3f032", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/kibana/kibana-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "2a67c8fd-fdaf-4739-a8a8-eabe71f6e266", + "key": "仪表盘", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/kibana/kibana-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 500 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "25O12xwjoBcnGyQ2pY8gi1" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1TsCAOuOF42b2e0wuuTP1r" + } + } + }, + "websiteurl": { + "en-US": "https://www.elastic.co/kibana" + }, + "trademarkUrl": { + "en-US": "https://www.elastic.co/legal/trademarks" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1MNlRXKNJmgwc9tUS5C8kD" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3QlkgARyx6qWODzbp2zwOY" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4zs1RAViCqbskgaB7eTJtI" + } + } + ] + }, + "keywords": { + "en-US": [ + "ELK", + " Elasticsearch", + "Kibana ", + "big data", + "Data analysis", + "log" + ], + "zh-CN": [ + "ELK", + "大数据", + "数据分析", + "日志管理", + "可视化" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "8.12.2" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 5 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1OMjB5edo4EQrTJP9xqwyP", + "type": "Entry", + "createdAt": "2024-02-25T01:37:46.949Z", + "updatedAt": "2024-02-25T01:38:03.939Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2024-02-25T01:38:03.939Z", + "firstPublishedAt": "2024-02-25T01:38:03.939Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1OMjB5edo4EQrTJP9xqwyP" + }, + "fields": { + "title": { + "en-US": "kibana" + }, + "slug": { + "en-US": "kibana" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/kibana-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3BUysQcFixJtvU9fCu9vXC", + "type": "Entry", + "createdAt": "2024-03-03T22:37:14.939Z", + "updatedAt": "2025-01-07T09:28:29.470Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 42, + "publishedAt": "2025-01-07T09:28:29.470Z", + "firstPublishedAt": "2024-03-03T22:47:36.611Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 7, + "version": 43, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3BUysQcFixJtvU9fCu9vXC" + }, + "fields": { + "key": { + "en-US": "mqttx" + }, + "trademark": { + "en-US": "MQTTX", + "zh-CN": "MQTTX" + }, + "title": { + "en-US": "All-in-One MQTT Client Toolbox", + "zh-CN": "MQTT 客户端工具箱 MQTTX" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2uVTRLsaO9qIq9pBQ8dSLW" + } + } + }, + "summary": { + "en-US": "All-in-One MQTT Client Toolbox", + "zh-CN": "MQTT 客户端工具箱" + }, + "overview": { + "en-US": "Eclipse Mosquitto is an open source implementation of a server for versions 5, 3.1.1, and 3.1 of the MQTT protocol.", + "zh-CN": "MQTTX端是一个开源的、跨平台的 MQTT 5.0 桌面客户端,最初由EMQ,可以在 macOS、Linux 和 Windows 上运行。" + }, + "description": { + "en-US": "MQTTX simplifies test operation with the help of a familiar, chat-like interface. It’s easy and quick to create multiple, simultaneous online MQTT client connections, and can test the connection, publishing, and subscription functions of MQTT/TCP, MQTT/TLS, MQTT/WebSocket as well as other MQTT protocol features.", + "zh-CN": "MQTTX 借助熟悉的类似聊天的界面简化了测试操作。创建多个同时在线 MQTT 客户端连接简单快捷,可以测试 MQTT/TCP、MQTT/TLS、MQTT/WebSocket 等 MQTT 协议功能的连接、发布和订阅功能。" + }, + "screenshots": { + "en-US": [ + { + "id": "408182f7-f209-4178-aa38-ea2dd03bac69", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/mqttx/mqttx-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "c3cf9328-2b17-4af0-94f4-01da118379d5", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/mqttx/mqttx-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 5000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3MqZpz0fdYzrNUzrrezi3" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7zp5RuDZVx2npQRlUlhpc7" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6QQMkgwGkzG0FVbMExBym9" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7mcAFr4uP0RuuHcJhWsUvv" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4QxIvKHInU0GACwfp43Xit" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4qGUijXFbNgosOxYmHl5LT" + } + } + ] + }, + "websiteurl": { + "en-US": "https://mqttx.app/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5nnWNotOqyUr46d2ZEQzsA" + } + } + ] + }, + "keywords": { + "en-US": [ + "Real-Time", + "Device Management", + "Home IoT", + "MQTT", + "IoT", + "IIoT" + ], + "zh-CN": [ + "监控", + "设备管理", + "MQTT", + "物联网", + "IoT", + "IIoT" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "v1.11.1", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 2, + "zh-CN": 2 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2uVTRLsaO9qIq9pBQ8dSLW", + "type": "Entry", + "createdAt": "2024-03-03T22:38:52.093Z", + "updatedAt": "2024-03-03T22:39:03.205Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2024-03-03T22:39:03.205Z", + "firstPublishedAt": "2024-03-03T22:39:03.205Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2uVTRLsaO9qIq9pBQ8dSLW" + }, + "fields": { + "title": { + "en-US": "mqttx" + }, + "slug": { + "en-US": "mqttx" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/mqttx-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "s2aaLajoCav25ckZZrTNk", + "type": "Entry", + "createdAt": "2024-03-03T22:53:01.170Z", + "updatedAt": "2025-01-06T08:48:33.984Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 48, + "publishedAt": "2025-01-06T08:48:33.984Z", + "firstPublishedAt": "2024-03-03T23:03:55.609Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 8, + "version": 49, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/s2aaLajoCav25ckZZrTNk" + }, + "fields": { + "key": { + "en-US": "emqx" + }, + "trademark": { + "en-US": "EMQX", + "zh-CN": "EMQX" + }, + "title": { + "en-US": "Open-source MQTT broker - EMQX", + "zh-CN": "分布式 MQTT 服务器 - EMQX" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2fjpINwo0Y3R7X4McZgmee" + } + } + }, + "summary": { + "en-US": "Open-source MQTT broker for IoT, IIoT, and connected vehicles", + "zh-CN": "物联网/车联网 MQTT 服务器" + }, + "overview": { + "en-US": "EMQX is an open-source, highly scalable, and feature-rich MQTT broker designed for IoT and real-time messaging applications. ", + "zh-CN": "EMQX 是一款开源、可扩展性强、功能丰富的 MQTT 服务器,专为物联网和实时消息应用而设计。" + }, + "description": { + "en-US": "EMQX supports up to 100 million concurrent IoT device connections per cluster while maintaining a throughput of 1 million messages per second and a sub-millisecond latency.\n\nEMQX supports various protocols, including MQTT (3.1, 3.1.1, and 5.0), HTTP, QUIC, and WebSocket. It also provides secure bi-directional communication with MQTT over TLS/SSL and various authentication mechanisms, ensuring reliable and efficient communication infrastructure for IoT devices and applications.", + "zh-CN": "EMQX支持每个集群多达 1 亿个并发 IoT 设备连接,同时保持每秒 100 万条消息的吞吐量和亚毫秒级延迟。\n\nEMQX 支持多种协议,包括 MQTT(3.1、3.1.1 和 5.0)、HTTP、QUIC 和 WebSocket。它还通过 TLS/SSL 和 MQTT 以及各种身份验证机制提供安全的双向通信,确保物联网设备和应用程序的可靠和高效的通信基础设施。" + }, + "screenshots": { + "en-US": [ + { + "id": "408182f7-f209-4178-aa38-ea2dd03bac69", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/emqx/emqx-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "c3cf9328-2b17-4af0-94f4-01da118379d5", + "key": "控制台", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/emqx/emqx-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 5000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3MqZpz0fdYzrNUzrrezi3" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7zp5RuDZVx2npQRlUlhpc7" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6QQMkgwGkzG0FVbMExBym9" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7mcAFr4uP0RuuHcJhWsUvv" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4QxIvKHInU0GACwfp43Xit" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6cLnTYtAlFZZVCOaRFYk2S" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.emqx.io/" + }, + "trademarkUrl": { + "en-US": "https://www.emqx.com/en/policy/terms-of-use" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5nnWNotOqyUr46d2ZEQzsA" + } + } + ] + }, + "keywords": { + "en-US": [ + "Real-Time", + "Device Management", + "Home IoT", + "MQTT", + "IIoT", + "IoT", + "Connected vehicles" + ], + "zh-CN": [ + "设备管理", + "MQTT", + "物联网", + "车联网", + "IoT", + "IIoT" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "5.8.4", + "5.5", + "5.4", + "5.3", + "5.2", + "5.1", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 1, + "zh-CN": 2 + }, + "storage": { + "en-US": 2, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2fjpINwo0Y3R7X4McZgmee", + "type": "Entry", + "createdAt": "2024-03-03T22:57:00.608Z", + "updatedAt": "2024-03-03T22:57:14.581Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2024-03-03T22:57:14.581Z", + "firstPublishedAt": "2024-03-03T22:57:14.581Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2fjpINwo0Y3R7X4McZgmee" + }, + "fields": { + "title": { + "en-US": "emqx" + }, + "slug": { + "en-US": "emqx" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/emqx-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6NOcBo02HlxiW6o5DkVLvV", + "type": "Entry", + "createdAt": "2024-03-06T09:29:27.261Z", + "updatedAt": "2024-03-06T09:31:09.969Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2024-03-06T09:31:09.969Z", + "firstPublishedAt": "2024-03-06T09:31:09.969Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6NOcBo02HlxiW6o5DkVLvV" + }, + "fields": { + "title": { + "en-US": "Media System", + "zh-CN": "视频音频" + }, + "key": { + "en-US": "media-system" + }, + "position": { + "en-US": 6 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4mF2lDUt1PNyZ5R6GP1VmF" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4mF2lDUt1PNyZ5R6GP1VmF" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6nnEGIbLScDud7XmAKTxes", + "type": "Entry", + "createdAt": "2024-03-06T09:53:29.008Z", + "updatedAt": "2024-12-12T03:20:54.849Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 37, + "publishedAt": "2024-12-12T03:20:54.849Z", + "firstPublishedAt": "2024-03-06T10:04:16.485Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 5, + "version": 38, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6nnEGIbLScDud7XmAKTxes" + }, + "fields": { + "key": { + "en-US": "navidrome" + }, + "trademark": { + "en-US": "Navidrome", + "zh-CN": "Navidrome" + }, + "title": { + "en-US": "Your Personal Streaming Service - Navidrome", + "zh-CN": "自建音乐网站 Navidrome" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Oth006MM9AWnhhwzAmkE9" + } + } + }, + "summary": { + "en-US": "Your Personal Streaming Service for music", + "zh-CN": "开源流媒体平台,构建自己音乐网站" + }, + "overview": { + "en-US": "Navidrome can be used as a standalone server, that allows you to browse and listen to your music collection using a web browser.", + "zh-CN": "Navidrome 可以用作独立服务器,允许您使用 Web 浏览器浏览和收听您的音乐收藏。" + }, + "description": { + "en-US": "- Handles very large music collections\n- Streams virtually any audio format available\n- Reads and uses all your beautifully curated metadata\n- Great support for compilations (Various Artists albums) and box sets (multi-disc albums)\n- Multi-user, each user has their own play counts, playlists, favorites, etc..", + "zh-CN": "- 处理非常大的音乐收藏\n- 流式传输几乎任何可用的音频格式\n- 读取和使用所有精心策划的元数据\n- 对合辑(各种艺术家专辑)和盒装(多碟专辑)的大力支持\n- 多用户,每个用户都有自己的播放次数、播放列表、收藏夹等。" + }, + "screenshots": { + "en-US": [ + { + "id": "5a6b64c9-81b6-40b3-afaa-54916245200f", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/navidrome/navidrome-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "1fecd2be-94c4-47da-a188-c51b2ba2931b", + "key": "控制台", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/navidrome/navidrome-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 5000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5lYK0lAWJBvBjiXLRYm5Py" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6NOcBo02HlxiW6o5DkVLvV" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6dhUhSf0SPb3swoaJp8nj5" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "511GefnVfjYOcWGLZu9qOk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5fhqDdiijbN558c2c6TkzN" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5gZWge046khyUO08MUS4VT" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Other", + "Chinese" + ], + "zh-CN": [ + "英文", + "其它", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6ZxNBKnvZwSwK5hYJIO74C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "FBjnaWTea9jWIviVI9UXN" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "581T3Tx1sCF3xWdG8fWXbm" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ZRY6UR6j4c4dOYz3PXXFs" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.navidrome.org/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1MNlRXKNJmgwc9tUS5C8kD" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3QlkgARyx6qWODzbp2zwOY" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + } + ] + }, + "keywords": { + "en-US": [ + "Emby", + "Plex", + "Music", + "streamer" + ], + "zh-CN": [ + "Plex", + "Emby", + "音乐网站", + "流媒体平台", + "自建" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2, + "zh-CN": 2 + }, + "memory": { + "en-US": 4, + "zh-CN": 4 + }, + "storage": { + "en-US": 5, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4Oth006MM9AWnhhwzAmkE9", + "type": "Entry", + "createdAt": "2024-03-06T09:56:46.075Z", + "updatedAt": "2024-03-06T09:57:00.965Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2024-03-06T09:57:00.965Z", + "firstPublishedAt": "2024-03-06T09:57:00.965Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4Oth006MM9AWnhhwzAmkE9" + }, + "fields": { + "title": { + "en-US": "Navidrome" + }, + "slug": { + "en-US": "navidrome" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/navidrome-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3qUDNpaxFplaEZ3176p2jO", + "type": "Entry", + "createdAt": "2024-03-07T02:35:59.702Z", + "updatedAt": "2024-03-07T05:57:29.323Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 384, + "publishedAt": "2024-03-07T05:57:29.323Z", + "firstPublishedAt": "2024-03-07T02:52:31.152Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 8, + "version": 385, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3qUDNpaxFplaEZ3176p2jO" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "eam-factory-future" + }, + "title": { + "en-US": "开源打造未来工厂:中小企业设备管理的智能之道", + "zh-CN": "开源打造未来工厂:中小企业设备管理的智能之道" + }, + "featureImage": { + "en-US": "https://libs.websoft9.com/Websoft9/blog/zh/2024/03/eam-featured.png" + }, + "description": { + "en-US": "深入探讨中小企业如何通过智能化的设备管理手段提升自身竞争力,实现生产效率的飞跃,并为未来的发展打下坚实的基础。", + "zh-CN": "深入探讨中小企业如何通过智能化的设备管理手段提升自身竞争力,实现生产效率的飞跃,并为未来的发展打下坚实的基础。" + }, + "features_List": { + "en-US": [ + ] + }, + "content": { + "en-US": "## 背景\n\n智能制造是全球的趋势,也是制造业的未来,它在大型企业和500强企业中已经广泛应用。\n\n中小企业在当今快速变化的市场环境中面临的挑战,包括:资源有限、竞争激烈以及对效率和灵活性的日益增长的需求。如何充分发挥资产效率,保持极高的资产利用率是竞争的关键。\n\n智能设备管理通过:设备资产、实时监控、预测性维护、自动化控制等核心要素,可以帮助企业优化生产流程、减少停机时间和维护成本。\n\n虽然设备管理在软件业是一个细分的市场,拥有像:[IBM Maximo](https://www.ibm.com/cn-zh/products/maximo/manufacturing),[SAP EAM](https://www.sap.cn/products/scm/asset-management-eam/what-is-eam.html),[Hexagon](https://hexagon.com/)等专业的产品。但它们的价格昂贵,强大的功能却不完全合适中小型企业。\n\n## 需求\n\n中小型企业的设备管理重点是解决两大问题:\n\n1. 设备数据管理:企业在任何时候都可以准确的知晓设备(备件)的信息\n2. 设备可用管理:通过人工的活动,保障设备在需要的时候处于可用的状态\n\n解决以上两大问题的同时,需要考虑成本,以及设备管理系统与 ERP、WMS 或 OA 系统的互通。\n\n## 解决方案\n\n那么开源软件是如何解决上述需求呢?\n\n### 设备数据管理\n\n设备的数据管理即维护一个可用的设备数据库。企业的设备有两类,一类是具备物联网接口的设备,它提供 API 供其他系统查询或控制设置;另外一类是非物联网设备,它需要人为的对信息进行登记和录入。\n\n所以设备数据管理中,我们要有几个需要考虑的组件:\n\n- 物联网组件:MQTT 中间件(例如:EMQX),物联网设备控制中心(例如:ThingsBoard)\n- 设备数据库:提供便于维护设备数据的界面,通常可以使用低代码平台实现(例如:Budibase)\n\n### 设备可用管理\n\n设备的可用管理需要人工干预,它是本系统的核心。它的主要功能包括:\n\n- 盘点:财务视角上保证设备存在与否的一种维护活动\n- 故障:设备出现故障后的一种人为活动过程管理\n- 自动化策略:系统自发的策略性维护配置,高效的驱动人工创建工单\n- 主动性维护(巡检或点检):人工根据实践经验发起的主动性维护,检查是预防性维护的一个重要组成部分,有助于识别潜在问题并及时解决,从而避免生产中断和昂贵的紧急维修。通过有效的巡检,可以提高设备的可靠性和效率,同时确保工作环境的安全。\n- 维修:由故障或维护活动中产生的新的人工活动\n- 保养:由故障或维护活动中产生的新的人工活动\n\n以上功能主要以**工单**为中心,驱动人工完成工单,结束任务。 \n\n工单过程中可能需要多人参与,同时还需要有佐证材料(拍照或其他)。 \n\n不同的工单的工作内容会有差异,这个需要提前模板化处理。以巡检为例,包括的动作为:\n\n```\n视觉检查:检查设备是否有明显的损坏、磨损、腐蚀或泄漏。\n功能检查:确保设备的所有功能都按预期工作。\n安全检查:确保设备的安全防护装置正常工作,没有安全隐患。\n清洁:对设备进行必要的清洁,以防灰尘和污垢影响设备性能。\n润滑:根据需要对机械部件进行润滑,以减少磨损。\n紧固:检查并紧固松动的螺栓和紧固件。\n记录:记录巡检结果,包括发现的问题和采取的措施。\n```\n\n以上需求的实现通常也采用低代码平台 Budibase/ToolJet 等工具。 \n\n### 统计分析\n\n基于管理层的全局视角,提供全面的数据分析需求。包括:\n\n- 统计报表:财务视角的报表\n- 可视化分析:管理洞察与业务分析视角的可视化呈现\n\n### 边界外功能\n\n除以上三个核心功能之外,有一些功能并不合适放到资产管理中:\n\n- 知识管理/经验库:这个建议采用额外的一套在线文档管理+检索来实现\n- 备件仓库:这个建议以生产性物料管理的方式在 WMS (仓库管理系统)中维护\n- 设备租赁、调拨:这个建议在销售系统中管理\n\n任何系统的边界是一个企业科学管理能力的延伸,它有很强的个性化,但仍然有一个原则:数字化需要各个业务系统各司其职的同时,有一套确保数据在系统之间流通的整体策略。\n\n如果数据无法流通,而通过在跨越边界来“增强”软件的功能,这种做法往往事与愿维。\n\n## 落到\n\n以上规划和设想如何落地?建议采用如下几个步骤层层推进:\n\n1. 学习与调研:广泛调研[主流的 EAM 系统](https://www.g2.com/categories/enterprise-asset-management-eam)的架构、管理思想与功能要点\n\n2. 提炼需求:根据以上三大核心模块,明确自身的核心需求\n\n3. 软件选型:与软件架构专家一起选取核心的开源软件组件,确保快捷开发的同时可持续迭代\n\n4. 项目交付:采用【高管+业务专家(专项)+项目经理(兼)+开发工程师】这种简单的组织结构,在2个月内快速将项目落地。\n", + "zh-CN": "## 背景\n\n智能制造是全球的趋势,也是制造业的未来,它在大型企业和500强企业中已经广泛应用。\n\n中小企业在当今快速变化的市场环境中面临的挑战,包括:资源有限、竞争激烈以及对效率和灵活性的日益增长的需求。如何充分发挥资产效率,保持极高的资产利用率是竞争的关键。\n\n智能设备管理通过:设备资产、实时监控、预测性维护、自动化控制等核心要素,可以帮助企业优化生产流程、减少停机时间和维护成本。\n\n虽然设备管理在软件业是一个细分的市场,拥有像:[IBM Maximo](https://www.ibm.com/cn-zh/products/maximo/manufacturing),[SAP EAM](https://www.sap.cn/products/scm/asset-management-eam/what-is-eam.html),[Hexagon](https://hexagon.com/)等专业的产品。但它们的价格昂贵,强大的功能却不完全合适中小型企业。\n\n## 需求\n\n中小型企业的设备管理重点是解决两大问题:\n\n1. 设备数据管理:企业在任何时候都可以准确的知晓设备(备件)的信息\n2. 设备可用管理:通过人工的活动,保障设备在需要的时候处于可用的状态\n\n解决以上两大问题的同时,需要考虑成本,以及设备管理系统与 ERP、WMS 或 OA 系统的互通。\n\n## 解决方案\n\n那么开源软件是如何解决上述需求呢?\n\n### 设备数据管理\n\n设备的数据管理即维护一个可用的设备数据库。企业的设备有两类,一类是具备物联网接口的设备,它提供 API 供其他系统查询或控制设置;另外一类是非物联网设备,它需要人为的对信息进行登记和录入。\n\n所以设备数据管理中,我们要有几个需要考虑的组件:\n\n- 物联网组件:MQTT 中间件(例如:EMQX),物联网设备控制中心(例如:ThingsBoard)\n- 设备数据库:提供便于维护设备数据的界面,通常可以使用低代码平台实现(例如:Budibase)\n\n### 设备可用管理\n\n设备的可用管理需要人工干预,它是本系统的核心。它的主要功能包括:\n\n- 盘点:财务视角上保证设备存在与否的一种维护活动\n- 故障:设备出现故障后的一种人为活动过程管理\n- 自动化策略:系统自发的策略性维护配置,高效的驱动人工创建工单\n- 主动性维护(巡检或点检):人工根据实践经验发起的主动性维护,检查是预防性维护的一个重要组成部分,有助于识别潜在问题并及时解决,从而避免生产中断和昂贵的紧急维修。通过有效的巡检,可以提高设备的可靠性和效率,同时确保工作环境的安全。\n- 维修:由故障或维护活动中产生的新的人工活动\n- 保养:由故障或维护活动中产生的新的人工活动\n\n以上功能主要以**工单**为中心,驱动人工完成工单,结束任务。 \n\n工单过程中可能需要多人参与,同时还需要有佐证材料(拍照或其他)。 \n\n不同的工单的工作内容会有差异,这个需要提前模板化处理。以巡检为例,包括的动作为:\n\n```\n视觉检查:检查设备是否有明显的损坏、磨损、腐蚀或泄漏。\n功能检查:确保设备的所有功能都按预期工作。\n安全检查:确保设备的安全防护装置正常工作,没有安全隐患。\n清洁:对设备进行必要的清洁,以防灰尘和污垢影响设备性能。\n润滑:根据需要对机械部件进行润滑,以减少磨损。\n紧固:检查并紧固松动的螺栓和紧固件。\n记录:记录巡检结果,包括发现的问题和采取的措施。\n```\n\n以上需求的实现通常也采用低代码平台 Budibase/ToolJet 等工具。 \n\n### 统计分析\n\n基于管理层的全局视角,提供全面的数据分析需求。包括:\n\n- 统计报表:财务视角的报表\n- 可视化分析:管理洞察与业务分析视角的可视化呈现\n\n### 移动端\n\n手持移动终端+自动识别(条码或RFID等技术)是企业设备管理中高效的数据采集反馈方式。 \n\n### 边界外功能\n\n除以上三个核心功能之外,有一些功能并不合适放到资产管理中:\n\n- 知识管理/经验库:这个建议采用额外的一套在线文档管理+检索来实现\n- 备件仓库:这个建议以生产性物料管理的方式在 WMS (仓库管理系统)中维护\n- 设备租赁、调拨:这个建议在销售系统中管理\n\n任何系统的边界是一个企业科学管理能力的延伸,它有很强的个性化,但仍然有一个原则:数字化需要各个业务系统各司其职的同时,有一套确保数据在系统之间流通的整体策略。\n\n如果数据无法流通,而通过在跨越边界来“增强”软件的功能,这种做法往往事与愿维。\n\n## 落地\n\n以上规划和设想如何落地?建议采用如下几个步骤层层推进:\n\n1. 学习与调研:广泛调研[主流的 EAM 系统](https://www.g2.com/categories/enterprise-asset-management-eam)的架构、管理思想与功能要点\n\n2. 提炼需求:根据以上三大核心模块,明确自身的核心需求\n\n3. 软件选型:与软件架构专家一起选取核心的开源软件组件,确保快捷开发的同时可持续迭代\n\n4. 项目交付:采用【高管+业务专家(专项)+项目经理(兼)+开发工程师】这种简单的组织结构,在2个月内快速将项目落地。\n" + }, + "author": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6SdcvZR270eDRs3FrIlQZx" + } + } + ] + }, + "products": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3BUysQcFixJtvU9fCu9vXC" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4JYZxgYtU7XMN8yrziDHar" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1NfrwGiDkWOdDVKdmHm0e2" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "r18Naa1rOmgttJn1v0HOq" + } + } + ] + }, + "time": { + "en-US": "2024-03-07T02:25+00:00" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2g0GhUSzii7SVSkhIX0d5m", + "type": "Entry", + "createdAt": "2024-03-12T02:43:43.368Z", + "updatedAt": "2024-10-17T01:27:53.013Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 35, + "publishedAt": "2024-10-17T01:27:53.013Z", + "firstPublishedAt": "2024-03-12T02:56:46.370Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 36, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2g0GhUSzii7SVSkhIX0d5m" + }, + "fields": { + "key": { + "en-US": "gopeed" + }, + "trademark": { + "en-US": "Gopeed", + "zh-CN": "Gopeed" + }, + "title": { + "en-US": "Web-based download software - Gopeed", + "zh-CN": "基于浏览器运行的下载工具 Gopeed" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1GdcWsXel1TFzg5eDlmNv1" + } + } + }, + "summary": { + "en-US": "Web-based download software", + "zh-CN": "基于浏览器运行的下载工具" + }, + "overview": { + "en-US": "Gopeed (full name Go Speed) is a high-speed downloader developed by Golang + Flutter, which supports (HTTP, BitTorrent, Magnet) protocol download.", + "zh-CN": "Gopeed(全称 Go Speed)是一款由 Golang + Flutter 开发的高速下载器,支持(HTTP、BitTorrent、Magnet)协议下载。" + }, + "description": { + "en-US": "- Support HTTP & HTTPS\n- Support BitTorrent & Magnet\n- Seed, DHT, PEX, uTP, Webtorrent, Upnp\n- Update tracker list every day automatically\n- Internationalization\n- Dark mode\n- API", + "zh-CN": "- HTTP & HTTPS 多协程下载\n- Torrent & Magnet 下载\n- 每日自动更新 tracker 列表\n- Seed, DHT, PEX, uTP, Webtorrent, Upnp\n- 国际化\n- 暗黑主题\n- API" + }, + "screenshots": { + "en-US": [ + { + "id": "bb2475b3-8701-4d5e-87cd-ddba3bbc1b75", + "key": "Console", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/gopeed/gopeed-gui-websoft9.webp" + } + ], + "zh-CN": [ + { + "id": "000b8b47-edaf-4764-a98b-210acb572c9f", + "key": "控制台", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/gopeed/gopeed-gui-websoft9.webp" + } + ] + }, + "hot": { + "en-US": 5000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "eK7sxDJTcbY6LODUjPj2i" + } + } + ] + }, + "os": { + "en-US": [ + "Linux", + "Windows" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3XLYU7pPQw1tv0esOTj1Qw" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6QQMkgwGkzG0FVbMExBym9" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "581T3Tx1sCF3xWdG8fWXbm" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ZRY6UR6j4c4dOYz3PXXFs" + } + } + ] + }, + "websiteurl": { + "en-US": "https://gopeed.com/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1VXky9TPc6JBCS6Gorxnzl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3QlkgARyx6qWODzbp2zwOY" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + } + ] + }, + "keywords": { + "en-US": [ + "sync", + "download", + "BitTorrent ", + "Magnet" + ], + "zh-CN": [ + "数据同步", + "下载", + "BitTorrent ", + "Magnet" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1GdcWsXel1TFzg5eDlmNv1", + "type": "Entry", + "createdAt": "2024-03-12T02:47:29.513Z", + "updatedAt": "2024-03-12T02:47:51.696Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2024-03-12T02:47:51.696Z", + "firstPublishedAt": "2024-03-12T02:47:51.696Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1GdcWsXel1TFzg5eDlmNv1" + }, + "fields": { + "title": { + "en-US": "Gopeed" + }, + "slug": { + "en-US": "gopeed" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/gopeed-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4chNYXNme8zKe4Se4vCwuz", + "type": "Entry", + "createdAt": "2024-03-12T02:59:57.926Z", + "updatedAt": "2024-03-12T03:01:35.665Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2024-03-12T03:01:35.665Z", + "firstPublishedAt": "2024-03-12T03:01:35.665Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4chNYXNme8zKe4Se4vCwuz" + }, + "fields": { + "title": { + "en-US": "Flowise" + }, + "slug": { + "en-US": "flowise" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/flowise-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4wy4iIUKaEF1HmamWdpI6d", + "type": "Entry", + "createdAt": "2024-03-12T03:01:46.157Z", + "updatedAt": "2025-01-07T09:29:41.573Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 49, + "publishedAt": "2025-01-07T09:29:41.573Z", + "firstPublishedAt": "2024-03-12T04:14:10.760Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 10, + "version": 50, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4wy4iIUKaEF1HmamWdpI6d" + }, + "fields": { + "key": { + "en-US": "flowise" + }, + "trademark": { + "en-US": "Flowise", + "zh-CN": "Flowise" + }, + "title": { + "en-US": "Low-code tool for developers to build customized LLM apps", + "zh-CN": "低代码 LLM 应用构建系统" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4chNYXNme8zKe4Se4vCwuz" + } + } + }, + "summary": { + "en-US": "Low-code tool for developers to build customized LLM apps", + "zh-CN": "低代码 LLM 应用构建系统" + }, + "overview": { + "en-US": "Open source low-code tool for developers to build customized LLM orchestration flow & AI agents", + "zh-CN": "开源低代码工具,供开发人员构建定制的 LLM 编排流程和 AI 代理" + }, + "description": { + "en-US": "- Connect LLMs with memory, data loaders, cache, moderation and many more\n- Create autonomous agent that can uses tools to execute different tasks\n- Extend and integrate to your applications using APIs, SDK and Embedded Chat", + "zh-CN": "- 使用 API、SDK 和嵌入式聊天扩展和集成到您的应用程序\n- 创建可以使用工具执行不同任务的自治代理\n- 将 LLM 与内存、数据加载器、缓存、审核等连接起来" + }, + "screenshots": { + "en-US": [ + { + "id": "e21d7f48-331d-4c76-9619-92e2974f9202", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/flowise/flowise-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "3c5f8afa-0618-4999-be55-2ee0d39bd7e2", + "key": "控制台", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/flowise/flowise-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "554Dn6TI5aUe6PhxY6weWV" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7nMNcJU8pX0OQHaM70BoXI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7EOyFir15l7gPNZLei0Xy5" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4qGUijXFbNgosOxYmHl5LT" + } + } + ] + }, + "websiteurl": { + "en-US": "https://flowiseai.com/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6PAPQ68qroHDGba7O9DQQ5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7rNeLNZpc0T7Dd0qJzFn7k" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "72X8EHkmIJuRPftrB2y4WV" + } + } + ] + }, + "keywords": { + "en-US": [ + "ChatGPT", + "Web", + "LLM", + "Lowcode" + ], + "zh-CN": [ + "ChatGPT", + "Web", + "LLM", + "低代码" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "2.2.3", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 2 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "49MmdyF3J3BW6qE8lRRPVg", + "type": "Entry", + "createdAt": "2024-03-12T03:03:42.681Z", + "updatedAt": "2024-03-13T07:09:49.201Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2024-03-13T07:09:49.201Z", + "firstPublishedAt": "2024-03-13T07:09:49.201Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/49MmdyF3J3BW6qE8lRRPVg" + }, + "fields": { + "title": { + "en-US": "Graphite" + }, + "slug": { + "en-US": "graphite" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/graphite-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5r7F9h0To8oqkjlOi8FquI", + "type": "Entry", + "createdAt": "2024-03-13T05:48:42.474Z", + "updatedAt": "2024-12-13T04:41:57.833Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 51, + "publishedAt": "2024-12-13T04:41:57.833Z", + "firstPublishedAt": "2024-03-13T06:07:59.204Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 7, + "version": 52, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5r7F9h0To8oqkjlOi8FquI" + }, + "fields": { + "key": { + "en-US": "rundeck" + }, + "trademark": { + "en-US": "Rundeck", + "zh-CN": "Rundeck" + }, + "title": { + "en-US": "Job scheduler and runbook automation system", + "zh-CN": "自动化作业调度系统" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4uvo2x1vQGDdwUtB9Z0oyZ" + } + } + }, + "summary": { + "en-US": "Job scheduler and runbook automation system", + "zh-CN": "自动化作业调度系统" + }, + "overview": { + "en-US": "Rundeck automation can help DevOps and Operations teams can manage automation in a central UI while delegating tasks within different private networks or multi-cloud environments", + "zh-CN": "Rundeck 自动化可以让 DevOps 和运营团队可以在中央 UI 中管理自动化,同时在不同的专用网络或多云环境中执行任务。" + }, + "description": { + "en-US": "Rundeck is an open-source job scheduler and runbook automation system designed for IT operations managers. It enables users to automate workflows that span and invoke existing automation and manual commands, execute diagnostic procedures or remediation procedures, audit and search previous job and command executions, manage infrastructure (including managing redundancy, load balancing, data storage, and monitoring of the cluster), as well as store sensitive security credentials for remote access. Features include compliance management, incident resolution, automated diagnostics, privileged access management, and workflow automation. ", + "zh-CN": "Runbook 自动化系统,专为 IT 运营经理设计。它使用户能够自动执行跨越和调用现有自动化和手动命令的工作流、执行诊断过程或修复过程、审核和搜索以前的作业和命令执行、管理基础架构(包括管理冗余、负载平衡、数据存储和群集监控),以及存储敏感的安全凭据以进行远程访问。功能包括合规性管理、事件解决、自动诊断、特权访问管理和工作流自动化。" + }, + "screenshots": { + "en-US": [ + { + "id": "e21d7f48-331d-4c76-9619-92e2974f9202", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/rundeck/rundeck-gui-websoft9.webp" + } + ], + "zh-CN": [ + { + "id": "3c08da17-38d7-46d1-815b-20981a6e4546", + "key": "控制台", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/rundeck/rundeck-gui-websoft9.webp" + } + ] + }, + "hot": { + "en-US": 13000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17yJkB6XQXVCd2BSxCxJnC" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6rP4w22AvOA8nZiAwfSLGm" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6QQMkgwGkzG0FVbMExBym9" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6ZxNBKnvZwSwK5hYJIO74C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1ldGCVj2cz3NX9AiekPYW5" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1uTfACydn6VF6lplEuetzd" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.rundeck.com" + }, + "trademarkUrl": { + "en-US": "https://www.pagerduty.com/website-terms-of-use/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6PAPQ68qroHDGba7O9DQQ5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6PAPQ68qroHDGba7O9DQQ5" + } + } + ] + }, + "keywords": { + "en-US": [ + "Jenkins", + "Ansible", + "Automation", + "Runbook", + "CICD" + ], + "zh-CN": [ + "Jenkins", + "自动化", + "CICD", + "Runbook", + "Ansible" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "5.8.0" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 1 + }, + "memory": { + "en-US": 2, + "zh-CN": 2 + }, + "storage": { + "en-US": 2, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4uvo2x1vQGDdwUtB9Z0oyZ", + "type": "Entry", + "createdAt": "2024-03-13T05:50:44.558Z", + "updatedAt": "2024-03-13T05:51:00.823Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2024-03-13T05:51:00.823Z", + "firstPublishedAt": "2024-03-13T05:51:00.823Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4uvo2x1vQGDdwUtB9Z0oyZ" + }, + "fields": { + "title": { + "en-US": "rundeck" + }, + "slug": { + "en-US": "rundeck" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/rundeck-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1uTfACydn6VF6lplEuetzd", + "type": "Entry", + "createdAt": "2024-03-13T06:04:56.159Z", + "updatedAt": "2024-03-13T06:05:28.728Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2024-03-13T06:05:28.728Z", + "firstPublishedAt": "2024-03-13T06:05:28.728Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "language" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1uTfACydn6VF6lplEuetzd" + }, + "fields": { + "key": { + "en-US": "groovy" + }, + "name": { + "en-US": "Groovy" + }, + "url": { + "en-US": "https://www.groovy-lang.org/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1PTX8A46yWVWyCa0ts2Ky1", + "type": "Entry", + "createdAt": "2024-03-13T07:07:35.511Z", + "updatedAt": "2024-07-24T07:27:15.486Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 25, + "publishedAt": "2024-07-24T07:27:15.486Z", + "firstPublishedAt": "2024-03-13T07:07:57.791Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 5, + "version": 26, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1PTX8A46yWVWyCa0ts2Ky1" + }, + "fields": { + "key": { + "en-US": "graphite" + }, + "trademark": { + "en-US": "Graphite", + "zh-CN": "Graphite" + }, + "title": { + "en-US": "Enterprise-scale monitoring and graphing tool", + "zh-CN": "企业级开源监控工具" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "49MmdyF3J3BW6qE8lRRPVg" + } + } + }, + "summary": { + "en-US": "Power your metrics and alerting with the leading open-source monitoring solution", + "zh-CN": "系统监控与报警平台" + }, + "overview": { + "en-US": "Graphite is an enterprise-scale monitoring and graphing tool designed for web developers. It enables users to track the performance of websites, applications, business services, and networked servers.", + "zh-CN": "Graphite 是专为 Web 开发人员设计的企业级监控和绘图工具。它使用户能够跟踪网站、应用程序、业务服务和网络服务器的性能。" + }, + "description": { + "en-US": "Graphite consists of three software components: Carbon (a twisted daemon that listens for time-series data), Whisper (a database library for storing time-series data), and Graphite-web (a Django UI and API for rendering graphs and dashboards). Features include various output styles and formats (raw images, CSV, XML, JSON) and integrations with collection, forwarding, visualization, monitoring, storage backend, and other applications. ", + "zh-CN": "Graphite 由三个软件组件组成:Carbon(一个侦听时间序列数据的扭曲守护程序)、Whisper(一个用于存储时间序列数据的数据库库)和 Graphite-web(一个用于渲染图形和仪表板的 Django UI 和 API)。功能包括各种输出样式和格式(原始图像、CSV、XML、JSON)以及与收集、转发、可视化、监控、存储后端和其他应用程序的集成。" + }, + "screenshots": { + "en-US": [ + { + "id": "881d7309-61bb-4dab-90b7-edb0c78413bc", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/graphite/graphite-gui-websoft9.jpg" + } + ], + "zh-CN": [ + { + "id": "9d6ca786-b209-4d95-84ac-1deb219fc4cb", + "key": "GUI", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/graphite/graphite-gui-websoft9.jpg" + } + ] + }, + "hot": { + "en-US": 34000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1M2nMpga1p9ppE1D59l357" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "Other" + ] + }, + "faq": { + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ZRY6UR6j4c4dOYz3PXXFs" + } + } + ] + }, + "websiteurl": { + "en-US": "https://graphiteapp.org/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "keywords": { + "en-US": [ + "Monitor", + "Alert" + ], + "zh-CN": [ + "分布式监控", + "系统监控", + "系统告警" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1, + "zh-CN": 2 + }, + "memory": { + "en-US": 1, + "zh-CN": 4 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3OZIYkrgwxk3snQYZfJuPL", + "type": "Entry", + "createdAt": "2024-03-16T06:46:04.268Z", + "updatedAt": "2024-03-18T07:10:49.340Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 17, + "publishedAt": "2024-03-18T07:10:49.340Z", + "firstPublishedAt": "2024-03-16T06:54:42.133Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 18, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "marketplace" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3OZIYkrgwxk3snQYZfJuPL" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1HOq8kZE5RSbHa16P0jspK" + } + } + }, + "key": { + "en-US": "jetbrains" + }, + "name": { + "en-US": "JetBrains", + "zh-CN": "JetBrains" + }, + "description": { + "en-US": "We make professional software development a more productive and enjoyable experience", + "zh-CN": "致力于将专业的软件开发变成生产力更高、更愉悦的体验" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "29XaPBPFlJHjE1FrD0ZURo" + } + } + }, + "siteurl": { + "en-US": "https://www.jetbrains.com/zh-cn/company/partners/#regions=CN" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "29XaPBPFlJHjE1FrD0ZURo", + "type": "Entry", + "createdAt": "2024-03-16T06:51:27.062Z", + "updatedAt": "2024-03-16T06:54:22.654Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2024-03-16T06:54:22.654Z", + "firstPublishedAt": "2024-03-16T06:54:22.654Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/29XaPBPFlJHjE1FrD0ZURo" + }, + "fields": { + "title": { + "en-US": "JetBrains" + }, + "slug": { + "en-US": "jetbrains" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/vendor/vendor-JetBrains-websoft9.png" + }, + "type": { + "en-US": [ + "Vendor" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7IUACftfkGDZdE1qOFnVrn", + "type": "Entry", + "createdAt": "2024-03-16T07:00:35.589Z", + "updatedAt": "2024-03-19T06:55:52.759Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2024-03-19T06:55:52.759Z", + "firstPublishedAt": "2024-03-16T07:04:28.754Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7IUACftfkGDZdE1qOFnVrn" + }, + "fields": { + "title": { + "en-US": "Red Hat" + }, + "slug": { + "en-US": "redhat" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/vendor/vendor-redhat-websoft9.png" + }, + "type": { + "en-US": [ + "Vendor" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4AhVCoDcnMKGNxWqY1nYv0", + "type": "Entry", + "createdAt": "2024-03-16T07:04:46.841Z", + "updatedAt": "2024-03-16T07:06:16.743Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2024-03-16T07:06:16.743Z", + "firstPublishedAt": "2024-03-16T07:06:16.743Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4AhVCoDcnMKGNxWqY1nYv0" + }, + "fields": { + "title": { + "en-US": "ONLYOFFICE" + }, + "slug": { + "en-US": "onlyofficedocs" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/vendor/vendor-onlyoffice-websoft9.png" + }, + "type": { + "en-US": [ + "Vendor" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4tNdukaLsoIyvzYkZ2qY6X", + "type": "Entry", + "createdAt": "2024-03-16T07:06:31.703Z", + "updatedAt": "2024-03-16T07:28:00.257Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2024-03-16T07:28:00.257Z", + "firstPublishedAt": "2024-03-16T07:13:46.338Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 2, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "marketplace" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4tNdukaLsoIyvzYkZ2qY6X" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1HOq8kZE5RSbHa16P0jspK" + } + } + }, + "key": { + "en-US": "onlyoffice" + }, + "name": { + "en-US": "ONLYOFFICE", + "zh-CN": "ONLYOFFICE" + }, + "description": { + "en-US": "Bring the most innovative web office apps to everyone", + "zh-CN": "为每一个人带来创新的网络办公应用" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4AhVCoDcnMKGNxWqY1nYv0" + } + } + }, + "siteurl": { + "en-US": "https://www.onlyoffice.com/zh/find-partners.aspx" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6rIQMCghOkJOKIZ94UKmOD", + "type": "Entry", + "createdAt": "2024-03-16T07:14:00.672Z", + "updatedAt": "2024-03-19T06:57:32.999Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 17, + "publishedAt": "2024-03-19T06:57:32.999Z", + "firstPublishedAt": "2024-03-16T07:15:57.680Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 18, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "marketplace" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6rIQMCghOkJOKIZ94UKmOD" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1HOq8kZE5RSbHa16P0jspK" + } + } + }, + "key": { + "en-US": "redhat" + }, + "name": { + "en-US": "Red Hat", + "zh-CN": "Red Hat" + }, + "description": { + "en-US": "Building a better foundation for the future of IT", + "zh-CN": "为 IT 的未来筑就坚实基础" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7IUACftfkGDZdE1qOFnVrn" + } + } + }, + "siteurl": { + "en-US": "https://www.redhat.com/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4hJ1MgFomGDJ8g0Gt3kFiA", + "type": "Entry", + "createdAt": "2024-03-19T06:47:07.530Z", + "updatedAt": "2024-03-26T01:09:34.026Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 23, + "publishedAt": "2024-03-26T01:09:34.026Z", + "firstPublishedAt": "2024-03-19T06:49:39.001Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 4, + "version": 24, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "marketplace" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4hJ1MgFomGDJ8g0Gt3kFiA" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "TGMUFy27pWS4zH7v1UPoq" + } + } + }, + "key": { + "en-US": "googlecloud" + }, + "name": { + "en-US": "Google Cloud", + "zh-CN": "Google 云" + }, + "description": { + "en-US": "Google Cloud platform", + "zh-CN": "Google 旗下的云计算平台,Websof9 是 Google 云全球合作伙伴,可以服务于美国、欧洲、亚太等多个区域。" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "gJZtKdz1bFuEutVV7YpWJ" + } + }, + "zh-CN": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2RC98eaOPxfO7LpfaWA74T" + } + } + }, + "siteurl": { + "en-US": "https://cloud.google.com/find-a-partner/partner/websoft9-inc", + "zh-CN": "https://cloud.google.com/find-a-partner/partner/websoft9-inc" + }, + "storeurl": { + "en-US": "https://cloud.google.com/find-a-partner/partner/websoft9-inc", + "zh-CN": "https://cloud.google.com/find-a-partner/partner/websoft9-inc" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "gJZtKdz1bFuEutVV7YpWJ", + "type": "Entry", + "createdAt": "2024-03-19T06:56:00.222Z", + "updatedAt": "2024-03-19T06:57:09.113Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2024-03-19T06:57:09.113Z", + "firstPublishedAt": "2024-03-19T06:57:09.113Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/gJZtKdz1bFuEutVV7YpWJ" + }, + "fields": { + "title": { + "en-US": "Google Cloud" + }, + "slug": { + "en-US": "googlecloud" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/marketplace/googlecloud-logo.png" + }, + "type": { + "en-US": [ + "Vendor" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "cdA7IoG8SfbxKqWAeCl9X", + "type": "Entry", + "createdAt": "2024-03-25T06:08:28.654Z", + "updatedAt": "2024-12-12T03:39:05.435Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 37, + "publishedAt": "2024-12-12T03:39:05.435Z", + "firstPublishedAt": "2024-03-25T06:24:57.731Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 5, + "version": 38, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/cdA7IoG8SfbxKqWAeCl9X" + }, + "fields": { + "key": { + "en-US": "snapdrop" + }, + "trademark": { + "en-US": "Snapdrop", + "zh-CN": "Snapdrop" + }, + "title": { + "en-US": "File sharing in your browser", + "zh-CN": "基于浏览器的文件共享工具" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "26BfFeHCWuGp2uw2vKNuQu" + } + } + }, + "summary": { + "en-US": "File sharing in your browser", + "zh-CN": "基于浏览器的文件共享工具" + }, + "overview": { + "en-US": "local file sharing in your browser. Inspired by Apple's Airdrop.", + "zh-CN": "基于浏览器的文件共享工具,不需要任何客户端,不需要登录" + }, + "description": { + "en-US": "Open Snapdrop on other devices to send files", + "zh-CN": "设备之间访问同一个网站,即可互传文件" + }, + "screenshots": { + "en-US": [ + { + "id": "bb2475b3-8701-4d5e-87cd-ddba3bbc1b75", + "key": "Console", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/snapdrop/snapdrop-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "000b8b47-edaf-4764-a98b-210acb572c9f", + "key": "主界面", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/snapdrop/snapdrop-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "eK7sxDJTcbY6LODUjPj2i" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2GectU4rnPJVtEHB8fzz8d" + } + } + ] + }, + "os": { + "en-US": [ + "Linux", + "Windows" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3XLYU7pPQw1tv0esOTj1Qw" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6QQMkgwGkzG0FVbMExBym9" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "581T3Tx1sCF3xWdG8fWXbm" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7sAoBXjxdtWHcqEoxSHpJB" + } + } + ] + }, + "websiteurl": { + "en-US": "https://snapdrop.net/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1VXky9TPc6JBCS6Gorxnzl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3QlkgARyx6qWODzbp2zwOY" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + } + ] + }, + "keywords": { + "en-US": [ + "sync", + "download", + "BitTorrent ", + "file sharing", + "WebRTC" + ], + "zh-CN": [ + "数据同步", + "下载", + "文件共享", + "文件传输", + "WebRTC" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "26BfFeHCWuGp2uw2vKNuQu", + "type": "Entry", + "createdAt": "2024-03-25T06:09:47.056Z", + "updatedAt": "2024-03-25T06:15:46.492Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2024-03-25T06:15:46.492Z", + "firstPublishedAt": "2024-03-25T06:15:46.492Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/26BfFeHCWuGp2uw2vKNuQu" + }, + "fields": { + "title": { + "en-US": "snapdrop" + }, + "slug": { + "en-US": "snapdrop" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/snapdrop-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6Bei1y9EaB8ypyj0gv29Qn", + "type": "Entry", + "createdAt": "2024-03-25T07:47:33.624Z", + "updatedAt": "2024-07-24T07:27:37.347Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 30, + "publishedAt": "2024-07-24T07:27:37.347Z", + "firstPublishedAt": "2024-03-25T08:20:06.465Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 4, + "version": 31, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6Bei1y9EaB8ypyj0gv29Qn" + }, + "fields": { + "key": { + "en-US": "koishi" + }, + "trademark": { + "en-US": "Koishi", + "zh-CN": "Koishi" + }, + "title": { + "en-US": "Cross-platform chatbot framework", + "zh-CN": "开箱即用的聊天机器人框架" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "506vNAPYv8JCZvI32ItaRb" + } + } + }, + "summary": { + "en-US": "Cross-platform chatbot framework", + "zh-CN": "开箱即用的聊天机器人框架" + }, + "overview": { + "en-US": "Koishi is a cross-platform, extensive, high-performance chatbot framework", + "zh-CN": "Koishi 是一个跨平台、可扩展、高性能的聊天机器人框架" + }, + "description": { + "en-US": "Koishi provides an out-of-the-box console. Even zero-based users can build their own chatbots in a few minutes.", + "zh-CN": "Koishi 提供了一个开箱即用的控制台。即使是零基用户也可以在几分钟内构建自己的聊天机器人。" + }, + "screenshots": { + "en-US": [ + { + "id": "e21d7f48-331d-4c76-9619-92e2974f9202", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/koishi/koishi-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "3c5f8afa-0618-4999-be55-2ee0d39bd7e2", + "key": "控制台", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/koishi/koishi-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "554Dn6TI5aUe6PhxY6weWV" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4qGUijXFbNgosOxYmHl5LT" + } + } + ] + }, + "websiteurl": { + "en-US": "https://koishi.chat" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6PAPQ68qroHDGba7O9DQQ5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7rNeLNZpc0T7Dd0qJzFn7k" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "72X8EHkmIJuRPftrB2y4WV" + } + } + ] + }, + "keywords": { + "en-US": [ + "AI Agent", + "AI Chat" + ], + "zh-CN": [ + "AI Agent", + "聊天机器人" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest-lite", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "506vNAPYv8JCZvI32ItaRb", + "type": "Entry", + "createdAt": "2024-03-25T07:49:53.968Z", + "updatedAt": "2024-03-25T07:50:05.604Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2024-03-25T07:50:05.604Z", + "firstPublishedAt": "2024-03-25T07:50:05.604Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/506vNAPYv8JCZvI32ItaRb" + }, + "fields": { + "title": { + "en-US": "koishi" + }, + "slug": { + "en-US": "koishi" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/koishi-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6nzy7AJAq15a5pT95UNynZ", + "type": "Entry", + "createdAt": "2024-03-27T05:51:40.700Z", + "updatedAt": "2024-03-27T06:00:54.699Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2024-03-27T06:00:54.699Z", + "firstPublishedAt": "2024-03-27T05:52:31.031Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "page" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6nzy7AJAq15a5pT95UNynZ" + }, + "fields": { + "key": { + "en-US": "demo" + }, + "title": { + "en-US": "Demo", + "zh-CN": "试用" + }, + "content": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3hgoURKHivY8OAgXQcyTuZ" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1kyrvPQ8R9qxsHFiPXud5g" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3hgoURKHivY8OAgXQcyTuZ", + "type": "Entry", + "createdAt": "2024-03-27T05:53:42.969Z", + "updatedAt": "2024-03-27T08:51:50.882Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2024-03-27T08:51:50.882Z", + "firstPublishedAt": "2024-03-27T05:54:53.339Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 3, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3hgoURKHivY8OAgXQcyTuZ" + }, + "fields": { + "type": { + "en-US": [ + "Feature Grid" + ] + }, + "title": { + "en-US": "Try Websoft9", + "zh-CN": "试用 Websoft9" + }, + "slug": { + "en-US": "try-websoft9" + }, + "buttons": { + "en-US": [ + ] + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6RRfPOjyBUQJb8CziEV3jm" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7Em4nMAQqMgORiMo3xf8c5" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1kyrvPQ8R9qxsHFiPXud5g", + "type": "Entry", + "createdAt": "2024-03-27T05:55:07.576Z", + "updatedAt": "2024-03-28T06:08:41.599Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 22, + "publishedAt": "2024-03-28T06:08:41.599Z", + "firstPublishedAt": "2024-03-27T06:00:13.123Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 2, + "version": 23, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blockHero" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1kyrvPQ8R9qxsHFiPXud5g" + }, + "fields": { + "type": { + "en-US": [ + "CTA" + ] + }, + "title": { + "en-US": "Github Open Source", + "zh-CN": "Github开源" + }, + "slug": { + "en-US": "github-open-source" + }, + "subTitle": { + "en-US": "If you like Websoft9, please give us stars.", + "zh-CN": "如果你喜欢Websoft9,请给我们stars吧" + }, + "buttons": { + "en-US": [ + { + "id": "8ffaa702-6ee0-4a72-9455-490937b21255", + "key": "Star at Github", + "value": "https://github.com/Websoft9/websoft9" + } + ], + "zh-CN": [ + { + "id": "85d205db-8755-480b-b9a3-e37c3bdcb739", + "key": "Github 标星", + "value": "https://github.com/Websoft9/websoft9" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6RRfPOjyBUQJb8CziEV3jm", + "type": "Entry", + "createdAt": "2024-03-27T06:01:41.292Z", + "updatedAt": "2024-03-28T01:03:08.935Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 28, + "publishedAt": "2024-03-28T01:03:08.935Z", + "firstPublishedAt": "2024-03-27T06:12:10.436Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 5, + "version": 29, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6RRfPOjyBUQJb8CziEV3jm" + }, + "fields": { + "type": { + "en-US": [ + "Gallery" + ] + }, + "title": { + "en-US": "Live demo", + "zh-CN": "立即演示" + }, + "slug": { + "en-US": "live-preview" + }, + "description": { + "en-US": "URL: [http://t.demo.goweb.cc:9000/](http://t.demo.goweb.cc:9000/) \nUser: demo \nPassword: 4[qseJ&q53HM%P3p ", + "zh-CN": "网址:[http://t.demo.goweb.cc:9000/](http://t.demo.goweb.cc:9000/) \n账号:demo \n密码:websoft9" + }, + "icon": { + "en-US": "login" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7Em4nMAQqMgORiMo3xf8c5", + "type": "Entry", + "createdAt": "2024-03-27T06:12:33.932Z", + "updatedAt": "2024-09-04T06:08:29.025Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 44, + "publishedAt": "2024-09-04T06:08:29.025Z", + "firstPublishedAt": "2024-03-27T06:17:18.848Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 8, + "version": 45, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7Em4nMAQqMgORiMo3xf8c5" + }, + "fields": { + "type": { + "en-US": [ + "Gallery" + ] + }, + "title": { + "en-US": "Trial On Cloud", + "zh-CN": "在云平台上试用" + }, + "slug": { + "en-US": "trial-on-cloud" + }, + "description": { + "en-US": "We provide production-ready image environments on the major cloud platforms Azure, AWS, and Alibaba Cloud, with up to one month of free trial available.", + "zh-CN": "我们在全球主流的云平台Azure,AWS,Alibaba Cloud都提供了可以用于生产用途的镜像环境,最多有一个月的免费试用期。" + }, + "icon": { + "en-US": "cloud_done" + }, + "link": { + "en-US": [ + { + "id": "6c7f9f6b-9ec5-41f5-82eb-81c97cff9a00", + "key": "Try it now", + "value": "https://support.websoft9.com/en/docs/next/install-cloud/" + } + ], + "zh-CN": [ + { + "id": "3a841ee0-fe7c-4740-8f90-e6e25ad7b504", + "key": "马上试用", + "value": "https://support.websoft9.com/docs/next/install-cloud" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4OmQKK9EnkOv7j4pQMrbTE", + "type": "Entry", + "createdAt": "2024-03-30T01:56:41.747Z", + "updatedAt": "2024-03-30T01:57:31.624Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2024-03-30T01:57:31.624Z", + "firstPublishedAt": "2024-03-30T01:57:19.682Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4OmQKK9EnkOv7j4pQMrbTE" + }, + "fields": { + "title": { + "en-US": "PHP", + "zh-CN": "PHP" + }, + "key": { + "en-US": "php" + }, + "position": { + "en-US": 10 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7IivM9Ft2RQVu3MGPdP1Qj" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6ReEhDe5ZOzXk9E07Spw6A", + "type": "Entry", + "createdAt": "2024-03-30T01:57:38.487Z", + "updatedAt": "2024-03-30T01:57:57.125Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2024-03-30T01:57:57.125Z", + "firstPublishedAt": "2024-03-30T01:57:57.125Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6ReEhDe5ZOzXk9E07Spw6A" + }, + "fields": { + "title": { + "en-US": "Java", + "zh-CN": "Java" + }, + "key": { + "en-US": "java" + }, + "position": { + "en-US": 10 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7IivM9Ft2RQVu3MGPdP1Qj" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7CkHxr2Z8P8NL5OeYYCRPC", + "type": "Entry", + "createdAt": "2024-03-30T01:58:04.576Z", + "updatedAt": "2024-03-30T01:58:14.940Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2024-03-30T01:58:14.940Z", + "firstPublishedAt": "2024-03-30T01:58:14.940Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7CkHxr2Z8P8NL5OeYYCRPC" + }, + "fields": { + "title": { + "en-US": "Node", + "zh-CN": "Node" + }, + "key": { + "en-US": "node" + }, + "position": { + "en-US": 10 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7IivM9Ft2RQVu3MGPdP1Qj" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "533vypx7iiowGgvl2umxpr", + "type": "Entry", + "createdAt": "2024-03-30T01:58:33.881Z", + "updatedAt": "2024-03-30T01:58:46.146Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2024-03-30T01:58:46.146Z", + "firstPublishedAt": "2024-03-30T01:58:46.146Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/533vypx7iiowGgvl2umxpr" + }, + "fields": { + "title": { + "en-US": "Python", + "zh-CN": "Python" + }, + "key": { + "en-US": "python" + }, + "position": { + "en-US": 10 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7IivM9Ft2RQVu3MGPdP1Qj" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1gsJ7hKBaQZBpxWfDUFErp", + "type": "Entry", + "createdAt": "2024-03-30T01:59:51.478Z", + "updatedAt": "2024-03-30T02:00:03.292Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2024-03-30T02:00:03.292Z", + "firstPublishedAt": "2024-03-30T02:00:03.292Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1gsJ7hKBaQZBpxWfDUFErp" + }, + "fields": { + "title": { + "en-US": "Ruby", + "zh-CN": "Ruby" + }, + "key": { + "en-US": "ruby" + }, + "position": { + "en-US": 10 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7IivM9Ft2RQVu3MGPdP1Qj" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "47gwM5WVHMgeYiur66PRzI", + "type": "Entry", + "createdAt": "2024-03-30T02:00:19.017Z", + "updatedAt": "2024-04-22T04:31:51.639Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 18, + "publishedAt": "2024-04-22T04:31:51.639Z", + "firstPublishedAt": "2024-03-30T02:00:39.200Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 19, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/47gwM5WVHMgeYiur66PRzI" + }, + "fields": { + "title": { + "en-US": "HTML", + "zh-CN": "HTML" + }, + "key": { + "en-US": "html" + }, + "position": { + "en-US": 10 + }, + "overview": { + "en-US": "HTML and JS files", + "zh-CN": "静态网站 HTML/JS 文件" + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7IivM9Ft2RQVu3MGPdP1Qj" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7eF5XSJOQkjwjR9ypTA53s", + "type": "Entry", + "createdAt": "2024-03-30T02:04:19.467Z", + "updatedAt": "2024-03-30T02:05:41.730Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 2, + "publishedAt": "2024-03-30T02:05:41.730Z", + "firstPublishedAt": "2024-03-30T02:05:41.730Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 3, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7eF5XSJOQkjwjR9ypTA53s" + }, + "fields": { + "title": { + "en-US": "Go", + "zh-CN": "Go" + }, + "key": { + "en-US": "go" + }, + "position": { + "en-US": 10 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7IivM9Ft2RQVu3MGPdP1Qj" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1Q6sbljbBJU0A1HSSTTowg", + "type": "Entry", + "createdAt": "2024-03-30T06:52:10.714Z", + "updatedAt": "2024-11-04T00:18:56.447Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 43, + "publishedAt": "2024-11-04T00:18:56.447Z", + "firstPublishedAt": "2024-03-30T07:01:13.028Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 9, + "version": 44, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1Q6sbljbBJU0A1HSSTTowg" + }, + "fields": { + "key": { + "en-US": "nodejs" + }, + "trademark": { + "en-US": "Node.js", + "zh-CN": "Node.js" + }, + "title": { + "en-US": "Node.js Runtime", + "zh-CN": "Node.js 运行环境" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5MBDxtZbe8YxgUiJgjrFua" + } + } + }, + "summary": { + "en-US": "Node.js language runtime for web application", + "zh-CN": "部署 Node.js 应用的容器环境,支持任选 Node 版本" + }, + "overview": { + "en-US": "This is multiply verion Node.js language runtime for web application powered by Websoft9, it based on offcial Docker image. You can custom it by yourself very easy", + "zh-CN": "这是一个支持多版本 Node.js 应用部署的运行环境,它由 Websoft9 基于 Docker 官方的 Node.js 镜像制作,用户可以非常方便的对它进行客户化的设置。" + }, + "description": { + "en-US": "You can deploy Node.js application by:\n\n- git repository\n- resource zip file\n- npm/npx/yarn", + "zh-CN": "它支持多种 Node.js 应用的部署方式:\n\n- git 项目\n- 源码下载\n- npm/npx/yarn" + }, + "screenshots": { + "en-US": [ + { + "id": "b80fe0c4-9d17-4b95-a980-207a4d7d81af", + "key": "Architecture", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/nodejs/nodejs-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "bea30bb7-c1ab-4565-ac56-730233a83fb8", + "key": "架构图", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/nodejs/nodejs-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 4000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7CkHxr2Z8P8NL5OeYYCRPC" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6QQMkgwGkzG0FVbMExBym9" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "licenseadditional": { + "en-US": "Node.js is available under the MIT license. Node.js also includes external libraries that are available under a variety of licenses.\n\nMore information:https://github.com/nodejs/node/blob/main/LICENSE" + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7sAoBXjxdtWHcqEoxSHpJB" + } + } + ] + }, + "websiteurl": { + "en-US": "https://hub.docker.com/_/node" + }, + "trademarkUrl": { + "en-US": "https://trademark-policy.openjsf.org/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + } + ] + }, + "keywords": { + "en-US": [ + "docker", + "runtime", + "deployment", + "devops", + "dockerfile", + "node" + ], + "zh-CN": [ + "docker", + "运行环境", + "部署", + "devops", + "构建", + "镜像", + "dockerfile", + "node" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "23", + "23-alpine", + "23-slim", + "22", + "22-alpine", + "22-slim", + "21", + "21-alpine", + "21-slim", + "20", + "20-alpine", + "20-slim", + "19", + "19-alpine", + "19-slim", + "18", + "18-alpine", + "18-slim", + "17", + "17-alpine", + "17-slim" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5MBDxtZbe8YxgUiJgjrFua", + "type": "Entry", + "createdAt": "2024-03-30T06:53:29.187Z", + "updatedAt": "2024-03-30T06:53:48.660Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2024-03-30T06:53:48.660Z", + "firstPublishedAt": "2024-03-30T06:53:48.660Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5MBDxtZbe8YxgUiJgjrFua" + }, + "fields": { + "title": { + "en-US": "nodejs" + }, + "slug": { + "en-US": "nodejs" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/nodejs-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2tIxP5ZXRcdKU5VCYFbrba", + "type": "Entry", + "createdAt": "2024-03-30T07:08:46.628Z", + "updatedAt": "2024-10-24T09:25:13.578Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 33, + "publishedAt": "2024-10-24T09:25:13.578Z", + "firstPublishedAt": "2024-03-30T07:15:17.479Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 3, + "version": 34, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2tIxP5ZXRcdKU5VCYFbrba" + }, + "fields": { + "key": { + "en-US": "laravel" + }, + "trademark": { + "en-US": "Laravel", + "zh-CN": "Laravel" + }, + "title": { + "en-US": "Laravel for production and development", + "zh-CN": "用于生产和开发的 Laravel" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "s4BnHsc9BE1pAIZF2nsnc" + } + } + }, + "summary": { + "en-US": "Laravel for production and development", + "zh-CN": "用于生产和开发的 Laravel" + }, + "overview": { + "en-US": "The Bitnami Laravel Development Container has been carefully engineered to provide you and your team with a highly reproducible Laravel development environment. ", + "zh-CN": "Bitnami Laravel 开发容器经过精心设计,为您和您的团队提供高度可重复的 Laravel 开发环境。" + }, + "description": { + "en-US": "Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects", + "zh-CN": "Laravel 是一个 Web 应用程序框架,具有富有表现力、优雅的语法。我们相信,开发必须是一种愉快和创造性的体验,才能真正实现。Laravel 通过简化许多 Web 项目中使用的常见任务来消除开发的痛苦" + }, + "screenshots": { + "en-US": [ + { + "id": "b80fe0c4-9d17-4b95-a980-207a4d7d81af", + "key": "Architecture", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/laravel/laravel-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "bea30bb7-c1ab-4565-ac56-730233a83fb8", + "key": "架构图", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/laravel/laravel-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 4000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4OmQKK9EnkOv7j4pQMrbTE" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7EOyFir15l7gPNZLei0Xy5" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6QQMkgwGkzG0FVbMExBym9" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CcnCaE2mWTEtqPMVPnSyF" + } + } + ] + }, + "websiteurl": { + "en-US": "https://laravel.com/" + }, + "trademarkUrl": { + "en-US": "https://laravel.com/trademark" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "keywords": { + "en-US": [ + "php", + "docker", + "runtime", + "deployment", + "devops", + "dockerfile", + "laravel" + ], + "zh-CN": [ + "php", + "docker", + "运行环境", + "部署", + "devops", + "构建", + "镜像", + "dockerfile", + "laravel" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "s4BnHsc9BE1pAIZF2nsnc", + "type": "Entry", + "createdAt": "2024-03-30T07:09:48.730Z", + "updatedAt": "2024-03-30T07:10:06.922Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2024-03-30T07:10:06.922Z", + "firstPublishedAt": "2024-03-30T07:10:06.922Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/s4BnHsc9BE1pAIZF2nsnc" + }, + "fields": { + "title": { + "en-US": "Laravel" + }, + "slug": { + "en-US": "laravel" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/laravel-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5znTm26ueMyLxGVF8w1Iwk", + "type": "Entry", + "createdAt": "2024-04-02T08:50:55.347Z", + "updatedAt": "2024-10-24T01:30:10.695Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 60, + "publishedAt": "2024-10-24T01:30:10.695Z", + "firstPublishedAt": "2024-04-02T08:56:38.612Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 8, + "version": 61, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5znTm26ueMyLxGVF8w1Iwk" + }, + "fields": { + "key": { + "en-US": "openjdk" + }, + "trademark": { + "en-US": "OpenJDK", + "zh-CN": "OpenJDK" + }, + "title": { + "en-US": "OpenJDK runtime for production and development", + "zh-CN": "用于生产和开发的 OpenJDK 运行环境" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7ildB2qA7tG7U2W71AMWqm" + } + } + }, + "summary": { + "en-US": "OpenJDK runtime for production and development", + "zh-CN": "用于生产和开发的 OpenJDK 运行环境" + }, + "overview": { + "en-US": "The Oracle official OpenJDK container has been carefully engineered to provide you and your team with a highly reproducible Java production and development environment. ", + "zh-CN": "Oracle 官方 OpenJDK 容器经过精心设计,为您和您的团队提供高度可重复的 Java 生产与开发环境。" + }, + "description": { + "en-US": "This application includes the Java runtime with Git repository, developer can use it to create semi-automatic CI/CD platform", + "zh-CN": "本应用提供多种可选的 Java 运行环境,与仓库连接起来,打造一个开箱即用的半自动 CI/CD 环境。" + }, + "screenshots": { + "en-US": [ + { + "id": "b80fe0c4-9d17-4b95-a980-207a4d7d81af", + "key": "Architecture", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/java/java-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "bea30bb7-c1ab-4565-ac56-730233a83fb8", + "key": "架构图", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/java/java-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 4000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6ReEhDe5ZOzXk9E07Spw6A" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6QQMkgwGkzG0FVbMExBym9" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "12pnAjAAT5zkmPF33HKq6E" + } + } + }, + "licenseadditional": { + "en-US": "GPL V2 with the Classpath Exception\n\nhttps://openjdk.org/legal/gplv2+ce.html" + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17Jq88yTIez2ftdYQRrZSc" + } + } + ] + }, + "websiteurl": { + "en-US": "https://container-registry.oracle.com/ords/ocr/ba/java/openjdk" + }, + "trademarkUrl": { + "en-US": "https://www.oracle.com/legal/trademarks/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "keywords": { + "en-US": [ + "docker", + "runtime", + "deployment", + "devops", + "dockerfile", + "OpenJDK" + ], + "zh-CN": [ + "docker", + "运行环境", + "部署", + "devops", + "构建", + "镜像", + "dockerfile", + "Java", + "OpenJDK" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "22", + "21", + "20", + "19", + "18", + "17", + "16", + "15", + "14" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "rmxeWRDzozs4LXwlUNO4u", + "type": "Entry", + "createdAt": "2024-04-02T08:57:28.975Z", + "updatedAt": "2024-04-02T08:57:51.431Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2024-04-02T08:57:51.431Z", + "firstPublishedAt": "2024-04-02T08:57:51.431Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/rmxeWRDzozs4LXwlUNO4u" + }, + "fields": { + "title": { + "en-US": "java" + }, + "slug": { + "en-US": "java" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/java-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7ildB2qA7tG7U2W71AMWqm", + "type": "Entry", + "createdAt": "2024-04-02T09:15:17.274Z", + "updatedAt": "2024-04-02T09:15:30.332Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2024-04-02T09:15:30.332Z", + "firstPublishedAt": "2024-04-02T09:15:30.332Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7ildB2qA7tG7U2W71AMWqm" + }, + "fields": { + "title": { + "en-US": "OpenJDK" + }, + "slug": { + "en-US": "openjdk" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/openjdk-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2mDJVDYOtXVPoKHvjpVkVN", + "type": "Entry", + "createdAt": "2024-04-02T09:20:17.359Z", + "updatedAt": "2024-11-01T07:57:59.093Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 38, + "publishedAt": "2024-11-01T07:57:59.093Z", + "firstPublishedAt": "2024-04-02T09:26:47.555Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 9, + "version": 39, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2mDJVDYOtXVPoKHvjpVkVN" + }, + "fields": { + "key": { + "en-US": "python" + }, + "trademark": { + "en-US": "Python", + "zh-CN": "Python" + }, + "title": { + "en-US": "Python Runtime", + "zh-CN": "Python 运行环境" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6JPEYlza7H1nPrv4z0GlB2" + } + } + }, + "summary": { + "en-US": "Python language runtime for web application", + "zh-CN": "部署 Python 应用的容器环境,支持任选 Python 版本" + }, + "overview": { + "en-US": "This is multiply verion Python language runtime for web application powered by Websoft9, it based on offcial Docker image. You can custom it by yourself very easy", + "zh-CN": "这是一个支持多版本 Python 应用部署的运行环境,它由 Websoft9 基于 Docker 官方的 Python 镜像制作,用户可以非常方便的对它进行客户化的设置。" + }, + "description": { + "en-US": "You can deploy Python application by:\n\n- git repository\n- pip\n- resource zip file(not recommend)", + "zh-CN": "它支持多种 Python 应用的部署方式:\n\n- git 项目\n- pip\n- 源码下载(不推荐)" + }, + "screenshots": { + "en-US": [ + { + "id": "b80fe0c4-9d17-4b95-a980-207a4d7d81af", + "key": "Architecture", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/python/python-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "bea30bb7-c1ab-4565-ac56-730233a83fb8", + "key": "架构图", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/python/python-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 4000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "533vypx7iiowGgvl2umxpr" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6QQMkgwGkzG0FVbMExBym9" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "xG3RHSXOo6uOohTplR8cJ" + } + } + }, + "licenseadditional": { + "en-US": "https://docs.python.org/3/license.html\n\nA. HISTORY OF THE SOFTWARE\n==========================\n\nPython was created in the early 1990s by Guido van Rossum at Stichting\nMathematisch Centrum (CWI, see https://www.cwi.nl) in the Netherlands\nas a successor of a language called ABC. Guido remains Python's\nprincipal author, although it includes many contributions from others.\n\nIn 1995, Guido continued his work on Python at the Corporation for\nNational Research Initiatives (CNRI, see https://www.cnri.reston.va.us)\nin Reston, Virginia where he released several versions of the\nsoftware.\n\nIn May 2000, Guido and the Python core development team moved to\nBeOpen.com to form the BeOpen PythonLabs team. In October of the same\nyear, the PythonLabs team moved to Digital Creations, which became\nZope Corporation. In 2001, the Python Software Foundation (PSF, see\nhttps://www.python.org/psf/) was formed, a non-profit organization\ncreated specifically to own Python-related Intellectual Property.\nZope Corporation was a sponsoring member of the PSF.\n\nAll Python releases are Open Source (see https://opensource.org for\nthe Open Source Definition). Historically, most, but not all, Python\nreleases have also been GPL-compatible; the table below summarizes\nthe various releases.\n\n Release Derived Year Owner GPL-\n from compatible? (1)\n\n 0.9.0 thru 1.2 1991-1995 CWI yes\n 1.3 thru 1.5.2 1.2 1995-1999 CNRI yes\n 1.6 1.5.2 2000 CNRI no\n 2.0 1.6 2000 BeOpen.com no\n 1.6.1 1.6 2001 CNRI yes (2)\n 2.1 2.0+1.6.1 2001 PSF no\n 2.0.1 2.0+1.6.1 2001 PSF yes\n 2.1.1 2.1+2.0.1 2001 PSF yes\n 2.1.2 2.1.1 2002 PSF yes\n 2.1.3 2.1.2 2002 PSF yes\n 2.2 and above 2.1.1 2001-now PSF yes\n\nFootnotes:\n\n(1) GPL-compatible doesn't mean that we're distributing Python under\n the GPL. All Python licenses, unlike the GPL, let you distribute\n a modified version without making your changes open source. The\n GPL-compatible licenses make it possible to combine Python with\n other software that is released under the GPL; the others don't.\n\n(2) According to Richard Stallman, 1.6.1 is not GPL-compatible,\n because its license has a choice of law clause. According to\n CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1\n is \"not incompatible\" with the GPL.\n\nThanks to the many outside volunteers who have worked under Guido's\ndirection to make these releases possible.\n\nB. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON\n===============================================================\n\nPython software and documentation are licensed under the\nPython Software Foundation License Version 2.\n\nStarting with Python 3.8.6, examples, recipes, and other code in\nthe documentation are dual licensed under the PSF License Version 2\nand the Zero-Clause BSD license.\n\nSome software incorporated into Python is under different licenses.\nThe licenses are listed with code falling under that license.\n\nPYTHON SOFTWARE FOUNDATION LICENSE VERSION 2\n--------------------------------------------\n\n1. This LICENSE AGREEMENT is between the Python Software Foundation\n(\"PSF\"), and the Individual or Organization (\"Licensee\") accessing and\notherwise using this software (\"Python\") in source or binary form and\nits associated documentation.\n\n2. Subject to the terms and conditions of this License Agreement, PSF hereby\ngrants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,\nanalyze, test, perform and/or display publicly, prepare derivative works,\ndistribute, and otherwise use Python alone or in any derivative version,\nprovided, however, that PSF's License Agreement and PSF's notice of copyright,\ni.e., \"Copyright (c) 2001-2024 Python Software Foundation; All Rights Reserved\"\nare retained in Python alone or in any derivative version prepared by Licensee.\n\n3. In the event Licensee prepares a derivative work that is based on\nor incorporates Python or any part thereof, and wants to make\nthe derivative work available to others as provided herein, then\nLicensee hereby agrees to include in any such work a brief summary of\nthe changes made to Python.\n\n4. PSF is making Python available to Licensee on an \"AS IS\"\nbasis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR\nIMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND\nDISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS\nFOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT\nINFRINGE ANY THIRD PARTY RIGHTS.\n\n5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON\nFOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS\nA RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,\nOR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.\n\n6. This License Agreement will automatically terminate upon a material\nbreach of its terms and conditions.\n\n7. Nothing in this License Agreement shall be deemed to create any\nrelationship of agency, partnership, or joint venture between PSF and\nLicensee. This License Agreement does not grant permission to use PSF\ntrademarks or trade name in a trademark sense to endorse or promote\nproducts or services of Licensee, or any third party.\n\n8. By copying, installing or otherwise using Python, Licensee\nagrees to be bound by the terms and conditions of this License\nAgreement.\n\nBEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0\n-------------------------------------------\n\nBEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1\n\n1. This LICENSE AGREEMENT is between BeOpen.com (\"BeOpen\"), having an\noffice at 160 Saratoga Avenue, Santa Clara, CA 95051, and the\nIndividual or Organization (\"Licensee\") accessing and otherwise using\nthis software in source or binary form and its associated\ndocumentation (\"the Software\").\n\n2. Subject to the terms and conditions of this BeOpen Python License\nAgreement, BeOpen hereby grants Licensee a non-exclusive,\nroyalty-free, world-wide license to reproduce, analyze, test, perform\nand/or display publicly, prepare derivative works, distribute, and\notherwise use the Software alone or in any derivative version,\nprovided, however, that the BeOpen Python License is retained in the\nSoftware, alone or in any derivative version prepared by Licensee.\n\n3. BeOpen is making the Software available to Licensee on an \"AS IS\"\nbasis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR\nIMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND\nDISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS\nFOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT\nINFRINGE ANY THIRD PARTY RIGHTS.\n\n4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE\nSOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS\nAS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY\nDERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.\n\n5. This License Agreement will automatically terminate upon a material\nbreach of its terms and conditions.\n\n6. This License Agreement shall be governed by and interpreted in all\nrespects by the law of the State of California, excluding conflict of\nlaw provisions. Nothing in this License Agreement shall be deemed to\ncreate any relationship of agency, partnership, or joint venture\nbetween BeOpen and Licensee. This License Agreement does not grant\npermission to use BeOpen trademarks or trade names in a trademark\nsense to endorse or promote products or services of Licensee, or any\nthird party. As an exception, the \"BeOpen Python\" logos available at\nhttp://www.pythonlabs.com/logos.html may be used according to the\npermissions granted on that web page.\n\n7. By copying, installing or otherwise using the software, Licensee\nagrees to be bound by the terms and conditions of this License\nAgreement.\n\nCNRI LICENSE AGREEMENT FOR PYTHON 1.6.1\n---------------------------------------\n\n1. This LICENSE AGREEMENT is between the Corporation for National\nResearch Initiatives, having an office at 1895 Preston White Drive,\nReston, VA 20191 (\"CNRI\"), and the Individual or Organization\n(\"Licensee\") accessing and otherwise using Python 1.6.1 software in\nsource or binary form and its associated documentation.\n\n2. Subject to the terms and conditions of this License Agreement, CNRI\nhereby grants Licensee a nonexclusive, royalty-free, world-wide\nlicense to reproduce, analyze, test, perform and/or display publicly,\nprepare derivative works, distribute, and otherwise use Python 1.6.1\nalone or in any derivative version, provided, however, that CNRI's\nLicense Agreement and CNRI's notice of copyright, i.e., \"Copyright (c)\n1995-2001 Corporation for National Research Initiatives; All Rights\nReserved\" are retained in Python 1.6.1 alone or in any derivative\nversion prepared by Licensee. Alternately, in lieu of CNRI's License\nAgreement, Licensee may substitute the following text (omitting the\nquotes): \"Python 1.6.1 is made available subject to the terms and\nconditions in CNRI's License Agreement. This Agreement together with\nPython 1.6.1 may be located on the internet using the following\nunique, persistent identifier (known as a handle): 1895.22/1013. This\nAgreement may also be obtained from a proxy server on the internet\nusing the following URL: http://hdl.handle.net/1895.22/1013\".\n\n3. In the event Licensee prepares a derivative work that is based on\nor incorporates Python 1.6.1 or any part thereof, and wants to make\nthe derivative work available to others as provided herein, then\nLicensee hereby agrees to include in any such work a brief summary of\nthe changes made to Python 1.6.1.\n\n4. CNRI is making Python 1.6.1 available to Licensee on an \"AS IS\"\nbasis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR\nIMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND\nDISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS\nFOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT\nINFRINGE ANY THIRD PARTY RIGHTS.\n\n5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON\n1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS\nA RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,\nOR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.\n\n6. This License Agreement will automatically terminate upon a material\nbreach of its terms and conditions.\n\n7. This License Agreement shall be governed by the federal\nintellectual property law of the United States, including without\nlimitation the federal copyright law, and, to the extent such\nU.S. federal law does not apply, by the law of the Commonwealth of\nVirginia, excluding Virginia's conflict of law provisions.\nNotwithstanding the foregoing, with regard to derivative works based\non Python 1.6.1 that incorporate non-separable material that was\npreviously distributed under the GNU General Public License (GPL), the\nlaw of the Commonwealth of Virginia shall govern this License\nAgreement only as to issues arising under or with respect to\nParagraphs 4, 5, and 7 of this License Agreement. Nothing in this\nLicense Agreement shall be deemed to create any relationship of\nagency, partnership, or joint venture between CNRI and Licensee. This\nLicense Agreement does not grant permission to use CNRI trademarks or\ntrade name in a trademark sense to endorse or promote products or\nservices of Licensee, or any third party.\n\n8. By clicking on the \"ACCEPT\" button where indicated, or by copying,\ninstalling or otherwise using Python 1.6.1, Licensee agrees to be\nbound by the terms and conditions of this License Agreement.\n\n ACCEPT\n\nCWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2\n--------------------------------------------------\n\nCopyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,\nThe Netherlands. All rights reserved.\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Stichting Mathematisch\nCentrum or CWI not be used in advertising or publicity pertaining to\ndistribution of the software without specific, written prior\npermission.\n\nSTICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO\nTHIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND\nFITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE\nFOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT\nOF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\nZERO-CLAUSE BSD LICENSE FOR CODE IN THE PYTHON DOCUMENTATION\n----------------------------------------------------------------------\n\nPermission to use, copy, modify, and/or distribute this software for any\npurpose with or without fee is hereby granted.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\nPERFORMANCE OF THIS SOFTWARE." + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ErftetWADiFvvgRO3pFnU" + } + } + ] + }, + "websiteurl": { + "en-US": "https://hub.docker.com/_/python" + }, + "trademarkUrl": { + "en-US": "https://www.python.org/about/legal/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + } + ] + }, + "keywords": { + "en-US": [ + "docker", + "runtime", + "deployment", + "devops", + "dockerfile", + "Python" + ], + "zh-CN": [ + "docker", + "运行环境", + "部署", + "devops", + "构建", + "镜像", + "dockerfile", + "Python" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "3.13", + "3.12", + "3.11", + "3.10", + "3.9", + "3.8", + "3.7", + "3.6" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6JPEYlza7H1nPrv4z0GlB2", + "type": "Entry", + "createdAt": "2024-04-02T09:20:54.920Z", + "updatedAt": "2024-04-02T09:21:05.779Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2024-04-02T09:21:05.779Z", + "firstPublishedAt": "2024-04-02T09:21:05.779Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6JPEYlza7H1nPrv4z0GlB2" + }, + "fields": { + "title": { + "en-US": "Python" + }, + "slug": { + "en-US": "python" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/python-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7lupjNwAemI2C25lQ7mzMC", + "type": "Entry", + "createdAt": "2024-04-08T02:35:16.100Z", + "updatedAt": "2024-04-10T09:22:47.764Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 21, + "publishedAt": "2024-04-10T09:22:47.764Z", + "firstPublishedAt": "2024-04-08T02:44:53.309Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "publishedCounter": 2, + "version": 22, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "marketplace" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7lupjNwAemI2C25lQ7mzMC" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1HOq8kZE5RSbHa16P0jspK" + } + } + }, + "key": { + "en-US": "microsoft" + }, + "name": { + "en-US": "Microsoft", + "zh-CN": "Microsoft" + }, + "description": { + "en-US": "AI, Cloud, Computers, Apps & Gaming", + "zh-CN": "AI, 云, 计算机, 应用 & 游戏" + }, + "content": { + "en-US": "Microsoft products and services for your home or business, including Surface, Xbox, Windows, Azure, and Microsoft 365. ", + "zh-CN": "Microsoft 产品和服务,包括 AI、Surface、Xbox、Windows、Azure 和 Microsoft 365" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63IUswUoc56Fvsu8am9BTV" + } + } + }, + "siteurl": { + "en-US": "https://partner.microsoft.com" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "63IUswUoc56Fvsu8am9BTV", + "type": "Entry", + "createdAt": "2024-04-08T02:45:17.723Z", + "updatedAt": "2024-04-08T02:45:56.406Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2024-04-08T02:45:56.406Z", + "firstPublishedAt": "2024-04-08T02:45:56.406Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/63IUswUoc56Fvsu8am9BTV" + }, + "fields": { + "title": { + "en-US": "microsoft" + }, + "slug": { + "en-US": "microsoft" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/vendor/vendor-microsoft-websoft9.png" + }, + "type": { + "en-US": [ + "Vendor" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6uDCYWBAq950U5w06giGZ7", + "type": "Entry", + "createdAt": "2024-04-08T03:28:50.565Z", + "updatedAt": "2024-04-08T03:29:24.658Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2024-04-08T03:29:24.658Z", + "firstPublishedAt": "2024-04-08T03:29:24.658Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6uDCYWBAq950U5w06giGZ7" + }, + "fields": { + "title": { + "en-US": "gitlab-partner" + }, + "slug": { + "en-US": "gitlab-partner" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/vendor/vendor-gitlab-websoft9.png" + }, + "type": { + "en-US": [ + "Vendor" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1elJT6rhZmCjpLMAMJeJt6", + "type": "Entry", + "createdAt": "2024-04-08T03:29:35.570Z", + "updatedAt": "2024-07-24T08:33:29.922Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2024-07-24T08:33:29.922Z", + "firstPublishedAt": "2024-04-08T03:29:55.003Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 5, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1elJT6rhZmCjpLMAMJeJt6" + }, + "fields": { + "title": { + "en-US": "kaspersky" + }, + "slug": { + "en-US": "kaspersky" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/kaspersky-websoft9.png" + }, + "type": { + "en-US": [ + "Product", + "Vendor" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2HViEAihEJhcVv1aQxOAGe", + "type": "Entry", + "createdAt": "2024-04-08T03:30:19.948Z", + "updatedAt": "2024-04-08T03:34:28.007Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2024-04-08T03:34:28.007Z", + "firstPublishedAt": "2024-04-08T03:34:28.007Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "marketplace" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2HViEAihEJhcVv1aQxOAGe" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1HOq8kZE5RSbHa16P0jspK" + } + } + }, + "key": { + "en-US": "kaspersky" + }, + "name": { + "en-US": "Kaspersky", + "zh-CN": "Kaspersky" + }, + "description": { + "en-US": "Cyber Security Solutions for Home and Business", + "zh-CN": "家庭和企业的网络安全解决方案" + }, + "content": { + "en-US": "Global leader in next-generation cybersecurity solutions and services, offering award-winning, easy-to-use security plans for various devices and needs. ", + "zh-CN": "下一代网络安全解决方案和服务的全球领导者,提供屡获殊荣、易于使用的安全计划,适用于各种设备和需求" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1elJT6rhZmCjpLMAMJeJt6" + } + } + }, + "siteurl": { + "en-US": "https://www.kaspersky.com" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4IUU0DlSfQUPujesLGakV3", + "type": "Entry", + "createdAt": "2024-04-08T03:38:37.786Z", + "updatedAt": "2024-04-08T03:41:57.200Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 13, + "publishedAt": "2024-04-08T03:41:57.200Z", + "firstPublishedAt": "2024-04-08T03:41:57.200Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 14, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "marketplace" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4IUU0DlSfQUPujesLGakV3" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1HOq8kZE5RSbHa16P0jspK" + } + } + }, + "key": { + "en-US": "gitlab" + }, + "name": { + "en-US": "GitLab", + "zh-CN": "GitLab" + }, + "description": { + "en-US": "AI-powered DevSecOps Platform.", + "zh-CN": "AI 驱动的 DevSecOps 平台" + }, + "content": { + "en-US": "GitLab is a comprehensive platform that integrates Dev, Sec, and Ops tools in one place. It helps you automate, secure, and deploy your software faster and more efficiently.", + "zh-CN": "GitLab 是一个综合性平台,将开发、安全和运营工具集成在一个地方。它帮助您更快、更高效地自动化、保护和部署您的软件。" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6uDCYWBAq950U5w06giGZ7" + } + } + }, + "siteurl": { + "en-US": "https://www.gitlab.com" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7kO5nBp6dkqD2lsNao1091", + "type": "Entry", + "createdAt": "2024-04-10T03:19:14.912Z", + "updatedAt": "2024-09-26T04:01:19.095Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 65, + "publishedAt": "2024-09-26T04:01:19.095Z", + "firstPublishedAt": "2024-04-10T05:25:29.233Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 12, + "version": 66, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7kO5nBp6dkqD2lsNao1091" + }, + "fields": { + "key": { + "en-US": "ruby" + }, + "trademark": { + "en-US": "Ruby", + "zh-CN": "Ruby" + }, + "title": { + "en-US": "Ruby Runtime for Web App", + "zh-CN": "Ruby 运行环境" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "27qIbL9BKON7BDSLJpns8F" + } + } + }, + "summary": { + "en-US": "Node.js language runtime for web application", + "zh-CN": "部署 Ruby 应用的容器环境,支持任选 Ruby 版本" + }, + "overview": { + "en-US": "This is multiply verion Ruby language runtime for web application powered by Websoft9, it based on offcial Docker image. You can custom it by yourself very easy", + "zh-CN": "这是一个支持多版本 Ruby 应用部署的运行环境,它由 Websoft9 基于 Docker 官方的 Ruby 镜像制作,用户可以非常方便的对它进行客户化的设置。" + }, + "description": { + "en-US": "You can deploy Ruby application by:\n\n- git repository\n- resource zip file\n- gem/bundler\n\nYou can write your commands for CI/CD, or acesss container to run commands", + "zh-CN": "它支持多种 Ruby 应用的部署方式:\n\n- git 项目\n- 源码下载\n- gem/bundler\n\n可以编写自动化脚本,实现持续部署;也支持进入容器后手动部署" + }, + "screenshots": { + "en-US": [ + { + "id": "b80fe0c4-9d17-4b95-a980-207a4d7d81af", + "key": "Architecture", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/runtime/runtime-web-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "bea30bb7-c1ab-4565-ac56-730233a83fb8", + "key": "架构图", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/runtime/runtime-web-websoft9.png" + } + ] + }, + "hot": { + "en-US": 4000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1gsJ7hKBaQZBpxWfDUFErp" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6QQMkgwGkzG0FVbMExBym9" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2HP1wSdacAnd4BuXYurKiA" + } + } + }, + "licenseadditional": { + "en-US": "Ruby is copyrighted free software by Yukihiro Matsumoto .\nYou can redistribute it and/or modify it under either the terms of the\n2-clause BSDL (see the file BSDL), or the conditions below:\n\n 1. You may make and give away verbatim copies of the source form of the\n software without restriction, provided that you duplicate all of the\n original copyright notices and associated disclaimers.\n\n 2. You may modify your copy of the software in any way, provided that\n you do at least ONE of the following:\n\n a) place your modifications in the Public Domain or otherwise\n make them Freely Available, such as by posting said\n\t modifications to Usenet or an equivalent medium, or by allowing\n\t the author to include your modifications in the software.\n\n b) use the modified software only within your corporation or\n organization.\n\n c) give non-standard binaries non-standard names, with\n instructions on where to get the original software distribution.\n\n d) make other distribution arrangements with the author.\n\n 3. You may distribute the software in object code or binary form,\n provided that you do at least ONE of the following:\n\n a) distribute the binaries and library files of the software,\n\t together with instructions (in the manual page or equivalent)\n\t on where to get the original distribution.\n\n b) accompany the distribution with the machine-readable source of\n\t the software.\n\n c) give non-standard binaries non-standard names, with\n instructions on where to get the original software distribution.\n\n d) make other distribution arrangements with the author.\n\n 4. You may modify and include the part of the software into any other\n software (possibly commercial). But some files in the distribution\n are not written by the author, so that they are not under these terms.\n\n For the list of those files and their copying conditions, see the\n file LEGAL.\n\n 5. The scripts and library files supplied as input to or produced as\n output from the software do not automatically fall under the\n copyright of the software, but belong to whomever generated them,\n and may be sold commercially, and may be aggregated with this\n software.\n\n 6. THIS SOFTWARE IS PROVIDED \"AS IS\" AND WITHOUT ANY EXPRESS OR\n IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED\n WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n PURPOSE." + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5mKvsW7DU95pkeulIo28yF" + } + } + ] + }, + "websiteurl": { + "en-US": "https://hub.docker.com/_/ruby" + }, + "trademarkUrl": { + "en-US": "https://rubyonrails.org/trademarks" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + } + ] + }, + "keywords": { + "en-US": [ + "docker", + "runtime", + "deployment", + "devops", + "dockerfile", + "ruby" + ], + "zh-CN": [ + "docker", + "运行环境", + "部署", + "devops", + "构建", + "镜像", + "dockerfile", + "ruby" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "3.3", + "3.2", + "3.1", + "3.0", + "2.7", + "2.6", + "2.5" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "27qIbL9BKON7BDSLJpns8F", + "type": "Entry", + "createdAt": "2024-04-10T03:31:49.493Z", + "updatedAt": "2024-04-10T03:32:05.662Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2024-04-10T03:32:05.662Z", + "firstPublishedAt": "2024-04-10T03:32:05.662Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/27qIbL9BKON7BDSLJpns8F" + }, + "fields": { + "title": { + "en-US": "ruby" + }, + "slug": { + "en-US": "ruby" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/ruby-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6s5rNSwMC8OE3Z98gtyUfZ", + "type": "Entry", + "createdAt": "2024-04-10T05:26:28.855Z", + "updatedAt": "2024-11-01T02:26:10.481Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 45, + "publishedAt": "2024-11-01T02:26:10.481Z", + "firstPublishedAt": "2024-04-10T05:30:17.562Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 12, + "version": 46, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6s5rNSwMC8OE3Z98gtyUfZ" + }, + "fields": { + "key": { + "en-US": "go" + }, + "trademark": { + "en-US": "Go", + "zh-CN": "Go" + }, + "title": { + "en-US": "Go Runtime for Web App", + "zh-CN": "Go 运行环境" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6cDTJf0zyqGmzYN18iLfLA" + } + } + }, + "summary": { + "en-US": "Go language runtime for web application", + "zh-CN": "部署 Go 应用的容器环境,支持任选 Go 版本" + }, + "overview": { + "en-US": "This is multiply verion Go language runtime for web application powered by Websoft9, it based on offcial Docker image. You can custom it by yourself very easy", + "zh-CN": "这是一个支持多版本 Go 应用部署的运行环境,它由 Websoft9 基于 Docker 官方的 Go 镜像制作,用户可以非常方便的对它进行客户化的设置。" + }, + "description": { + "en-US": "You can deploy Ruby application by:\n\n- git repository\n- resource zip file\n- language packages\n\nYou can write your commands for CI/CD, or acesss container to run commands", + "zh-CN": "它支持多种 Ruby 应用的部署方式:\n\n- git 项目\n- 源码下载\n- 程序包管理器\n\n可以编写自动化脚本,实现持续部署;也支持进入容器后手动部署" + }, + "screenshots": { + "en-US": [ + { + "id": "b80fe0c4-9d17-4b95-a980-207a4d7d81af", + "key": "Architecture", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/runtime/runtime-web-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "bea30bb7-c1ab-4565-ac56-730233a83fb8", + "key": "架构图", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/runtime/runtime-web-websoft9.png" + } + ] + }, + "hot": { + "en-US": 4000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7eF5XSJOQkjwjR9ypTA53s" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6QQMkgwGkzG0FVbMExBym9" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "MDp7tV6lQD1WDc4OZrlxE" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ZRY6UR6j4c4dOYz3PXXFs" + } + } + ] + }, + "websiteurl": { + "en-US": "https://hub.docker.com/_/golang" + }, + "trademarkUrl": { + "en-US": "https://go.dev/brand" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + } + ] + }, + "keywords": { + "en-US": [ + "docker", + "runtime", + "deployment", + "devops", + "dockerfile", + "go", + "golang" + ], + "zh-CN": [ + "docker", + "运行环境", + "部署", + "devops", + "构建", + "镜像", + "dockerfile", + "go", + "golang" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "1.23", + "1.22", + "1.21", + "1.20" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6cDTJf0zyqGmzYN18iLfLA", + "type": "Entry", + "createdAt": "2024-04-10T05:27:32.038Z", + "updatedAt": "2024-04-10T05:27:46.880Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2024-04-10T05:27:46.880Z", + "firstPublishedAt": "2024-04-10T05:27:46.880Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6cDTJf0zyqGmzYN18iLfLA" + }, + "fields": { + "title": { + "en-US": "go" + }, + "slug": { + "en-US": "go" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/go-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5SJUWQMOiA826hnWGY3xuY", + "type": "Entry", + "createdAt": "2024-04-11T05:23:25.930Z", + "updatedAt": "2024-08-27T03:13:32.444Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 46, + "publishedAt": "2024-08-27T03:13:32.444Z", + "firstPublishedAt": "2024-04-11T05:27:55.263Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 10, + "version": 47, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5SJUWQMOiA826hnWGY3xuY" + }, + "fields": { + "key": { + "en-US": "tomcat" + }, + "trademark": { + "en-US": "Tomcat", + "zh-CN": "Tomcat" + }, + "title": { + "en-US": "Tomcat Runtime for Web App", + "zh-CN": "Tomcat 运行环境" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1x9v4G2ZHms5vlJnOdFgJm" + } + } + }, + "summary": { + "en-US": "Tomcat and JDK runtime for web application", + "zh-CN": "Tomcat 容器环境,支持多个 Tomcat/JDK 版本" + }, + "overview": { + "en-US": "This is multiply verion Tomcat/JDK runtime for web application powered by Websoft9, it based on offcial Docker image. You can custom it by yourself very easy", + "zh-CN": "这是一个支持多版本 Tomcat/JDK 运行环境,它由 Websoft9 基于 Docker 官方的 Tomcat 镜像制作,用户可以非常方便的对它进行客户化的设置。" + }, + "description": { + "en-US": "You can deploy Java application by:\n\n- git repository\n- resource zip file\n- language packages\n\nYou can write your commands for CI/CD, or acesss container to run commands", + "zh-CN": "它支持多种 Java 应用的部署方式:\n\n- git 项目\n- 源码下载\n- 程序包管理器\n\n可以编写自动化脚本,实现持续部署;也支持进入容器后手动部署" + }, + "screenshots": { + "en-US": [ + { + "id": "b80fe0c4-9d17-4b95-a980-207a4d7d81af", + "key": "Architecture", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/runtime/runtime-web-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "bea30bb7-c1ab-4565-ac56-730233a83fb8", + "key": "架构图", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/runtime/runtime-web-websoft9.png" + } + ] + }, + "hot": { + "en-US": 4000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6ReEhDe5ZOzXk9E07Spw6A" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6QQMkgwGkzG0FVbMExBym9" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17Jq88yTIez2ftdYQRrZSc" + } + } + ] + }, + "websiteurl": { + "en-US": "https://hub.docker.com/_/tomcat" + }, + "trademarkUrl": { + "en-US": "https://tomcat.apache.org/legal.html" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + } + ] + }, + "keywords": { + "en-US": [ + "docker", + "runtime", + "deployment", + "devops", + "dockerfile", + "tomcat", + "java", + "jdk" + ], + "zh-CN": [ + "docker", + "运行环境", + "部署", + "devops", + "构建", + "镜像", + "dockerfile", + "java", + "jdk", + "tomcat" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "11.0-jdk21-temurin", + "10-jdk21-temurin", + "10-jdk17-temurin", + "10-jdk11-temurin", + "9-jdk21-temurin", + "9-jdk17-temurin", + "9-jdk11-temurin", + "9-jdk8-temurin", + "9-jdk21-corretto", + "9-jdk17-corretto", + "9-jdk11-corretto", + "9-jdk8-corretto" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7HjEas2m5OVgq5YQJumB2", + "type": "Entry", + "createdAt": "2024-04-11T05:23:53.485Z", + "updatedAt": "2024-04-11T05:30:53.630Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2024-04-11T05:30:53.630Z", + "firstPublishedAt": "2024-04-11T05:30:53.630Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7HjEas2m5OVgq5YQJumB2" + }, + "fields": { + "title": { + "en-US": "jetty" + }, + "slug": { + "en-US": "jetty" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/jetty-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "68tPO7g0LbxtcAWcG9ncrL", + "type": "Entry", + "createdAt": "2024-04-11T05:28:23.388Z", + "updatedAt": "2024-09-19T03:21:02.784Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 25, + "publishedAt": "2024-09-19T03:21:02.784Z", + "firstPublishedAt": "2024-04-11T05:29:34.864Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 9, + "version": 26, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/68tPO7g0LbxtcAWcG9ncrL" + }, + "fields": { + "key": { + "en-US": "tomee" + }, + "trademark": { + "en-US": "Tomee", + "zh-CN": "Tomee" + }, + "title": { + "en-US": "Tomee Runtime for Web App", + "zh-CN": "Tomee 运行环境" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7iKfFrldE3j5JF5R3RUYg6" + } + } + }, + "summary": { + "en-US": "Tomee and JDK runtime for web application", + "zh-CN": "Tomee 容器环境,支持多个 Tomee/JDK 版本" + }, + "overview": { + "en-US": "This is multiply verion Tomee/JDK runtime for web application powered by Websoft9, it based on offcial Docker image. You can custom it by yourself very easy", + "zh-CN": "这是一个支持多版本 Tomee/JDK 运行环境,它由 Websoft9 基于 Docker 官方的 Tomee 镜像制作,用户可以非常方便的对它进行客户化的设置。" + }, + "description": { + "en-US": "You can deploy Java application by:\n\n- git repository\n- resource zip file\n- language packages\n\nYou can write your commands for CI/CD, or acesss container to run commands", + "zh-CN": "它支持多种 Java 应用的部署方式:\n\n- git 项目\n- 源码下载\n- 程序包管理器\n\n可以编写自动化脚本,实现持续部署;也支持进入容器后手动部署" + }, + "screenshots": { + "en-US": [ + { + "id": "b80fe0c4-9d17-4b95-a980-207a4d7d81af", + "key": "Architecture", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/runtime/runtime-web-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "bea30bb7-c1ab-4565-ac56-730233a83fb8", + "key": "架构图", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/runtime/runtime-web-websoft9.png" + } + ] + }, + "hot": { + "en-US": 4000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6ReEhDe5ZOzXk9E07Spw6A" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6QQMkgwGkzG0FVbMExBym9" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17Jq88yTIez2ftdYQRrZSc" + } + } + ] + }, + "websiteurl": { + "en-US": "https://hub.docker.com/_/tomee" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + } + ] + }, + "keywords": { + "en-US": [ + "docker", + "runtime", + "deployment", + "devops", + "dockerfile", + "tomcat", + "java", + "jdk", + "Tomee" + ], + "zh-CN": [ + "docker", + "运行环境", + "部署", + "devops", + "构建", + "镜像", + "dockerfile", + "java", + "jdk", + "tomcat", + "Tomee" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "8-jre17-webprofile", + "8-jre17-microprofile", + "8-jre17-plume", + "8-jre17-plus", + "8-jre11-webprofile", + "8-jre11-microprofile", + "8-jre11-plume", + "8-jre11-plus", + "8-jre8-webprofile", + "8-jre8-microprofile", + "8-jre8-plume", + "8-jre8-plus", + "9-jre17-webprofile", + "9-jre17-microprofile", + "9-jre17-plume", + "9-jre17-plus", + "9-jre11-webprofile", + "9-jre11-microprofile", + "9-jre11-plume", + "9-jre11-plus" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "12v5Vsiix78sdS1eTPFdoM", + "type": "Entry", + "createdAt": "2024-04-11T05:29:48.682Z", + "updatedAt": "2024-09-29T08:39:28.378Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 51, + "publishedAt": "2024-09-29T08:39:28.378Z", + "firstPublishedAt": "2024-04-11T05:32:36.190Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 12, + "version": 52, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/12v5Vsiix78sdS1eTPFdoM" + }, + "fields": { + "key": { + "en-US": "jetty" + }, + "trademark": { + "en-US": "Jetty", + "zh-CN": "Jetty" + }, + "title": { + "en-US": "Jetty Runtime for Web App", + "zh-CN": "Jetty 运行环境" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7HjEas2m5OVgq5YQJumB2" + } + } + }, + "summary": { + "en-US": "Jetty and JRE runtime for deploying Java web application", + "zh-CN": "部署 Java 应用的容器环境,支持 Jetty 和 JRE 多版本" + }, + "overview": { + "en-US": "This is multiply verion Jetty/JRE runtime for web application powered by Websoft9, it based on offcial Docker image. You can custom it by yourself very easy", + "zh-CN": "这是一个支持多版本 Jetty/JRE 运行环境,它由 Websoft9 基于 Docker 官方的 Jetty 镜像制作,用户可以非常方便的对它进行客户化的设置。" + }, + "description": { + "en-US": "You can deploy Java application by:\n\n- git repository\n- resource zip file\n- language packages\n\nYou can write your commands for CI/CD, or acesss container to run commands", + "zh-CN": "它支持多种 Java 应用的部署方式:\n\n- git 项目\n- 源码下载\n- 程序包管理器\n\n可以编写自动化脚本,实现持续部署;也支持进入容器后手动部署" + }, + "screenshots": { + "en-US": [ + { + "id": "b80fe0c4-9d17-4b95-a980-207a4d7d81af", + "key": "Architecture", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/runtime/runtime-web-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "bea30bb7-c1ab-4565-ac56-730233a83fb8", + "key": "架构图", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/runtime/runtime-web-websoft9.png" + } + ] + }, + "hot": { + "en-US": 4000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6ReEhDe5ZOzXk9E07Spw6A" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6QQMkgwGkzG0FVbMExBym9" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17Jq88yTIez2ftdYQRrZSc" + } + } + ] + }, + "websiteurl": { + "en-US": "https://hub.docker.com/_/jetty" + }, + "trademarkUrl": { + "en-US": "https://jetty.org/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + } + ] + }, + "keywords": { + "en-US": [ + "docker", + "runtime", + "deployment", + "devops", + "dockerfile", + "tomcat", + "java", + "jdk", + "jre", + "jetty" + ], + "zh-CN": [ + "docker", + "运行环境", + "部署", + "devops", + "构建", + "镜像", + "dockerfile", + "java", + "jdk", + "jre", + "jetty" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "12-jdk21-amazoncorretto", + "12-jdk17-amazoncorretto", + "11-jdk21-amazoncorretto", + "11-jdk17-amazoncorretto", + "11-jdk11-amazoncorretto", + "10-jdk21-amazoncorretto", + "10-jdk17-amazoncorretto", + "10-jdk11-amazoncorretto", + "9-jdk21-amazoncorretto", + "9-jdk17-amazoncorretto", + "9-jdk11-amazoncorretto", + "9-jdk8-amazoncorretto", + "12-jdk21-eclipse-temurin", + "12-jdk17-eclipse-temurin", + "11-jdk21-eclipse-temurin", + "11-jdk17-eclipse-temurin", + "11-jdk11-eclipse-temurin", + "10-jdk21-eclipse-temurin", + "10-jdk17-eclipse-temurin", + "10-jdk11-eclipse-temurin", + "9-jdk21-eclipse-temurin", + "9-jdk17-eclipse-temurin", + "9-jdk11-eclipse-temurin", + "9-jdk8-eclipse-temurin" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 2 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3XNaFERJJWqqMuqDdZd5XU", + "type": "Entry", + "createdAt": "2024-04-11T05:33:00.860Z", + "updatedAt": "2024-07-26T07:44:08.421Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 32, + "publishedAt": "2024-07-26T07:44:08.421Z", + "firstPublishedAt": "2024-04-11T05:36:19.376Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 7, + "version": 33, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3XNaFERJJWqqMuqDdZd5XU" + }, + "fields": { + "key": { + "en-US": "maven" + }, + "trademark": { + "en-US": "Maven", + "zh-CN": "Maven" + }, + "title": { + "en-US": "Maven Runtime for build Java App", + "zh-CN": "Maven 构建环境" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "18aFkQvRiYjMDblXZ2saLI" + } + } + }, + "summary": { + "en-US": "Maven Runtime for build Java App", + "zh-CN": "Maven 容器环境,支持多个 JDK 版本" + }, + "overview": { + "en-US": "This is multiply verion Maven runtime for build Java application powered by Websoft9, it based on offcial Docker image. You can custom it by yourself very easy", + "zh-CN": "这是一个支持多版本 Maven/JDK 构建环境,它由 Websoft9 基于 Docker 官方的 Maven 镜像制作,用户可以非常方便的对它进行客户化的设置。" + }, + "description": { + "en-US": "You can build and deploy Java application by:\n\n- git repository\n- resource zip file\n- language packages\n\nYou can write your commands for CI/CD, or acesss container to run commands", + "zh-CN": "它支持多种 Java 应用的构建与部署方式:\n\n- git 项目\n- 源码下载\n- 程序包管理器\n\n可以编写自动化脚本,实现持续部署;也支持进入容器后手动部署" + }, + "screenshots": { + "en-US": [ + { + "id": "b80fe0c4-9d17-4b95-a980-207a4d7d81af", + "key": "Architecture", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/runtime/runtime-web-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "bea30bb7-c1ab-4565-ac56-730233a83fb8", + "key": "架构图", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/runtime/runtime-web-websoft9.png" + } + ] + }, + "hot": { + "en-US": 4000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6ReEhDe5ZOzXk9E07Spw6A" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6QQMkgwGkzG0FVbMExBym9" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17Jq88yTIez2ftdYQRrZSc" + } + } + ] + }, + "websiteurl": { + "en-US": "https://hub.docker.com/_/maven" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + } + ] + }, + "keywords": { + "en-US": [ + "docker", + "runtime", + "deployment", + "devops", + "dockerfile", + "tomcat", + "java", + "jdk", + "jre", + "maven", + "build", + "ci" + ], + "zh-CN": [ + "docker", + "运行环境", + "部署", + "devops", + "构建", + "镜像", + "dockerfile", + "java", + "jdk", + "jre", + "maven" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "3-eclipse-temurin-22", + "3-eclipse-temurin-21", + "3-eclipse-temurin-17", + "3-eclipse-temurin-11", + "3-eclipse-temurin-8", + "3-amazoncorretto-21", + "3-amazoncorretto-17", + "3-amazoncorretto-11", + "3-amazoncorretto-8", + "3-sapmachine-21", + "3-sapmachine-17", + "3-sapmachine-11", + "3-ibm-semeru-21-jammy", + "3-ibm-semeru-17-focal", + "3-ibm-semeru-11-focal", + "3-ibmjava-8" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "18aFkQvRiYjMDblXZ2saLI", + "type": "Entry", + "createdAt": "2024-04-11T05:34:00.180Z", + "updatedAt": "2024-04-11T05:34:13.123Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2024-04-11T05:34:13.123Z", + "firstPublishedAt": "2024-04-11T05:34:13.123Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/18aFkQvRiYjMDblXZ2saLI" + }, + "fields": { + "title": { + "en-US": "maven" + }, + "slug": { + "en-US": "maven" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/maven-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1HTum5S8nELjcR7w6xdMfp", + "type": "Entry", + "createdAt": "2024-04-11T05:36:53.221Z", + "updatedAt": "2024-10-23T04:05:41.732Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 48, + "publishedAt": "2024-10-23T04:05:41.732Z", + "firstPublishedAt": "2024-04-11T05:41:46.002Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 9, + "version": 49, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1HTum5S8nELjcR7w6xdMfp" + }, + "fields": { + "key": { + "en-US": "dotnet" + }, + "trademark": { + "en-US": ".NET SDK", + "zh-CN": ".NET SDK" + }, + "title": { + "en-US": ".NET SDK Runtime for Web App", + "zh-CN": ".NET SDK 运行环境" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3bZICbWarYTCpoXW6DszzM" + } + } + }, + "summary": { + "en-US": ".NET SDK Runtime for Web App", + "zh-CN": ".NET SDK 运行环境,支持多个 SDK 版本" + }, + "overview": { + "en-US": "This is multiply verion .NET SDK runtime for running .NET application powered by Websoft9, it based on Microsoft official Docker image. You can custom it by yourself very easy", + "zh-CN": "这是一个支持多版本 .NET SDK 构建环境,它由 Websoft9 基于 Microsoft 官方的 .NET SDK 镜像制作,用户可以非常方便的对它进行客户化的设置。" + }, + "description": { + "en-US": "You can build and deploy .NET application by:\n\n- git repository\n- resource zip file\n- language packages\n\nYou can write your commands for CI/CD, or acesss container to run commands", + "zh-CN": "它支持多种 NET 应用的构建与部署方式:\n\n- git 项目\n- 源码下载\n- 程序包管理器\n\n可以编写自动化脚本,实现持续部署;也支持进入容器后手动部署" + }, + "screenshots": { + "en-US": [ + { + "id": "b80fe0c4-9d17-4b95-a980-207a4d7d81af", + "key": "Architecture", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/en/runtime/runtime-web-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "bea30bb7-c1ab-4565-ac56-730233a83fb8", + "key": "架构图", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/runtime/runtime-web-websoft9.png" + } + ] + }, + "hot": { + "en-US": 4000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "78ZTyW4x4SBbahG4mf2pJ4" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6QQMkgwGkzG0FVbMExBym9" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "68la9rJVc8XlwulNq94rID" + } + } + ] + }, + "websiteurl": { + "en-US": "https://mcr.microsoft.com/en-us/product/dotnet/sdk/about" + }, + "trademarkUrl": { + "en-US": "https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + } + ] + }, + "keywords": { + "en-US": [ + "docker", + "runtime", + "deployment", + "devops", + "dockerfile", + "build", + "ci", + "microsoft", + ".net" + ], + "zh-CN": [ + "docker", + "运行环境", + "部署", + "devops", + "构建", + "镜像", + "dockerfile", + "jre", + ".net", + "microsoft" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "8.0", + "7.0", + "6.0", + "5.0", + "4.0" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3bZICbWarYTCpoXW6DszzM", + "type": "Entry", + "createdAt": "2024-04-11T05:38:42.798Z", + "updatedAt": "2024-04-11T05:38:53.927Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2024-04-11T05:38:53.927Z", + "firstPublishedAt": "2024-04-11T05:38:53.927Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3bZICbWarYTCpoXW6DszzM" + }, + "fields": { + "title": { + "en-US": "dotnet" + }, + "slug": { + "en-US": "dotnet" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/dotnet-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "78ZTyW4x4SBbahG4mf2pJ4", + "type": "Entry", + "createdAt": "2024-04-11T05:42:21.952Z", + "updatedAt": "2024-04-11T05:43:01.848Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2024-04-11T05:43:01.848Z", + "firstPublishedAt": "2024-04-11T05:43:01.848Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/78ZTyW4x4SBbahG4mf2pJ4" + }, + "fields": { + "title": { + "en-US": ".NET", + "zh-CN": ".NET" + }, + "key": { + "en-US": "dotnet" + }, + "position": { + "en-US": 10 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7IivM9Ft2RQVu3MGPdP1Qj" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7iKfFrldE3j5JF5R3RUYg6", + "type": "Entry", + "createdAt": "2024-04-18T04:52:33.184Z", + "updatedAt": "2024-04-18T04:52:48.358Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2024-04-18T04:52:48.358Z", + "firstPublishedAt": "2024-04-18T04:52:48.358Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7iKfFrldE3j5JF5R3RUYg6" + }, + "fields": { + "title": { + "en-US": "tomee" + }, + "slug": { + "en-US": "tomee" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/tomee-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "76bTUScg3iujcTtK8X5HVm", + "type": "Entry", + "createdAt": "2024-04-18T05:53:38.096Z", + "updatedAt": "2024-04-18T05:55:39.378Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2024-04-18T05:55:39.378Z", + "firstPublishedAt": "2024-04-18T05:55:39.378Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/76bTUScg3iujcTtK8X5HVm" + }, + "fields": { + "title": { + "en-US": "Docker", + "zh-CN": "Docker" + }, + "key": { + "en-US": "docker" + }, + "position": { + "en-US": 10 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7IivM9Ft2RQVu3MGPdP1Qj" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "U3t3Jn5qWOC8Gi8QjJntC", + "type": "Entry", + "createdAt": "2024-04-22T23:54:22.215Z", + "updatedAt": "2024-11-05T01:03:05.618Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 94, + "publishedAt": "2024-11-05T01:03:05.618Z", + "firstPublishedAt": "2024-04-23T00:12:18.377Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 8, + "version": 95, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/U3t3Jn5qWOC8Gi8QjJntC" + }, + "fields": { + "key": { + "en-US": "nginx" + }, + "trademark": { + "en-US": "NGINX", + "zh-CN": "NGINX" + }, + "title": { + "en-US": "Advanced Load Balancer, Web Server, & Reverse Proxy - NGINX", + "zh-CN": "开源 Web 服务器 NGINX" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3meKHhnbKXHyZGieaKibtK" + } + } + }, + "summary": { + "en-US": "Deployment static website by NGINX", + "zh-CN": "适用于静态网站部署的 NGINX 容器" + }, + "overview": { + "en-US": "This is NGINX container for HTML/JS Static website deployment, and it can also used for Proxy. NGINX is a high-performance web proxy server with excellent static resource and high concurrency processing capabilities.", + "zh-CN": "这是一个适用于部署静态网站(HTML/JS)的 NGINX 容器,也可以作为反向代理使用。NGINX 是高性能的 Web 代理服务器,具有优异的静态资源和高并发处理能力。" + }, + "description": { + "en-US": "Use NGINX to deploy static website, just need to:\n\n- Start NGINX application\n- Upload your HTML/JS files to NGINX container", + "zh-CN": "使用 NGINX 部署静态网站,只需要:\n\n- 启动本应用\n- 将静态网站上传到容器中,重启后生效" + }, + "screenshots": { + "en-US": [ + { + "id": "f618bffe-b689-42fe-9344-3121ef605450", + "key": "architecture", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/nginx/nginx-architecture-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "3e66b007-9fe2-439c-9a74-63e2e7b23322", + "key": "architecture", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/nginx/nginx-architecture-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7tdTxUUsFSI0GBtVt6YKxN" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "47gwM5WVHMgeYiur66PRzI" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "Other" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "u1QvFzfIRWLJmDdtQnXhu" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DsfObBcFoAWJGQZC4AQeS" + } + } + ] + }, + "websiteurl": { + "en-US": "https://hub.docker.com/_/nginx" + }, + "trademarkUrl": { + "en-US": "https://nginx.org/LICENSE" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5nnWNotOqyUr46d2ZEQzsA" + } + } + ] + }, + "keywords": { + "en-US": [ + "HTTPS", + "Web Server", + " Load Balancer", + "Reverse Proxy " + ], + "zh-CN": [ + "HTTPS", + "Web 服务器", + "代理服务器", + "负载均衡", + "反向代理" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "1.27", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3meKHhnbKXHyZGieaKibtK", + "type": "Entry", + "createdAt": "2024-04-23T00:00:17.422Z", + "updatedAt": "2024-04-23T00:00:43.955Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2024-04-23T00:00:43.955Z", + "firstPublishedAt": "2024-04-23T00:00:34.427Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3meKHhnbKXHyZGieaKibtK" + }, + "fields": { + "title": { + "en-US": "NGINX" + }, + "slug": { + "en-US": "nginx" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/nginx-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7aAPnGi6tJU3somyw3q5lV", + "type": "Entry", + "createdAt": "2024-04-28T23:26:46.606Z", + "updatedAt": "2024-04-28T23:38:16.302Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 14, + "publishedAt": "2024-04-28T23:38:16.302Z", + "firstPublishedAt": "2024-04-28T23:27:38.737Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 5, + "version": 15, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7aAPnGi6tJU3somyw3q5lV" + }, + "fields": { + "type": { + "en-US": [ + "Pricing" + ] + }, + "title": { + "en-US": "3 apps limit", + "zh-CN": "3 个应用" + }, + "slug": { + "en-US": "pricing-apps-starter" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3MCZBJcymMHAoajbpmXTm1", + "type": "Entry", + "createdAt": "2024-04-28T23:28:28.067Z", + "updatedAt": "2024-04-28T23:38:05.574Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2024-04-28T23:38:05.574Z", + "firstPublishedAt": "2024-04-28T23:29:22.425Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3MCZBJcymMHAoajbpmXTm1" + }, + "fields": { + "type": { + "en-US": [ + "Pricing" + ] + }, + "title": { + "en-US": "2 apps limit", + "zh-CN": "2 个应用" + }, + "slug": { + "en-US": "2-apps" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7wYwEg41L2RaRQ20tqVFAw", + "type": "Entry", + "createdAt": "2024-04-28T23:37:33.537Z", + "updatedAt": "2024-04-28T23:37:51.952Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2024-04-28T23:37:51.952Z", + "firstPublishedAt": "2024-04-28T23:37:51.952Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7wYwEg41L2RaRQ20tqVFAw" + }, + "fields": { + "type": { + "en-US": [ + "Pricing" + ] + }, + "title": { + "en-US": "10 apps limit", + "zh-CN": "10 个应用" + }, + "slug": { + "en-US": "10-apps-limit" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "223y4DHWf8QTSz6kXWE09U", + "type": "Entry", + "createdAt": "2024-05-08T04:10:56.825Z", + "updatedAt": "2025-01-06T08:48:05.029Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 74, + "publishedAt": "2025-01-06T08:48:05.029Z", + "firstPublishedAt": "2024-05-08T04:33:49.438Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 11, + "version": 75, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/223y4DHWf8QTSz6kXWE09U" + }, + "fields": { + "key": { + "en-US": "semaphore" + }, + "trademark": { + "en-US": "Semaphore UI", + "zh-CN": "Semaphore UI" + }, + "title": { + "en-US": "Modern UI for Ansible,Terraform", + "zh-CN": "可视化 Ansible/Terraform平台" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4WoAS8TXE4NC2KAU9N9jOL" + } + } + }, + "summary": { + "en-US": "Modern UI for Ansible, Terraform, OpenTofu, Bash, Pulumi.", + "zh-CN": "Ansible, Terraform, OpenTofu, Bash, Pulumi 可视化平台" + }, + "overview": { + "en-US": "Semaphore is a modern UI for Ansible, Terraform, OpenTofu, Bash, Pulumi . It lets you easily run Ansible playbooks, get notifications about fails, control access to deployment system.", + "zh-CN": "Semaphore 是 Ansible、Terraform/OpenTofu、Bash 和 Pulumi 的现代 UI。它使您可以轻松运行 Ansible playbook,获取有关失败的通知,控制对部署系统的访问。" + }, + "description": { + "en-US": "Effortlessly manage the tasks with a modern, intuitive interface built for DevOps teams.\n\n- Appears well on smartphones and tablets.\n- The fewest steps required to accomplish any tasks.", + "zh-CN": "使用专为 DevOps 团队打造的现代直观界面,轻松管理任务。\n\n- 在智能手机和平板电脑上显示效果良好。\n- 完成任何任务所需的步骤最少。" + }, + "screenshots": { + "en-US": [ + { + "id": "caca4990-4cd7-4793-9f11-c205961af196", + "key": "Console", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/semaphore/semaphore-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "41e835a7-0d5c-4555-9fcf-42f8f113d7cd", + "key": "控制台", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/semaphore/semaphore-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 4000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7Lnv6TMmb4VVFP8vMXvNmM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17yJkB6XQXVCd2BSxCxJnC" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4sQ7pGdSE29pYwCFHBFPVQ" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "32WtPgyvOgBajG1FTcteCe" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5UuBH4b0zhyMD4oGb9FSpf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6QQMkgwGkzG0FVbMExBym9" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ZRY6UR6j4c4dOYz3PXXFs" + } + } + ] + }, + "websiteurl": { + "en-US": "https://semaphoreui.com/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "keywords": { + "en-US": [ + "ansible", + "automation", + "Terraform", + "OpenTofu", + "Pulumi", + "Bash", + "GUI" + ], + "zh-CN": [ + "ansible", + "自动化运维", + "Terraform", + "OpenTofu", + "Pulumi", + "Bash", + "UI" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "v2.11.2", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 2 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4WoAS8TXE4NC2KAU9N9jOL", + "type": "Entry", + "createdAt": "2024-05-08T04:12:14.093Z", + "updatedAt": "2024-05-08T04:12:31.288Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2024-05-08T04:12:31.288Z", + "firstPublishedAt": "2024-05-08T04:12:31.288Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4WoAS8TXE4NC2KAU9N9jOL" + }, + "fields": { + "title": { + "en-US": "semaphore" + }, + "slug": { + "en-US": "semaphore" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/semaphore-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "xG3RHSXOo6uOohTplR8cJ", + "type": "Entry", + "createdAt": "2024-05-10T06:05:17.245Z", + "updatedAt": "2024-05-10T06:12:50.230Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2024-05-10T06:12:50.230Z", + "firstPublishedAt": "2024-05-10T06:12:25.283Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/xG3RHSXOo6uOohTplR8cJ" + }, + "fields": { + "key": { + "en-US": "gpl-compatible" + }, + "name": { + "en-US": "GPL-compatible" + }, + "title": { + "en-US": "GPL-compatible" + }, + "description": { + "en-US": "GPL-compatible doesn’t mean that we’re distributing Python under the GPL. All Python licenses, unlike the GPL, let you distribute a modified version without making your changes open source. The GPL-compatible licenses make it possible to combine Python with other software that is released under the GPL; the others don’t." + }, + "url": { + "en-US": "https://docs.python.org/3/license.html" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1TsCAOuOF42b2e0wuuTP1r", + "type": "Entry", + "createdAt": "2024-05-10T06:30:00.663Z", + "updatedAt": "2024-05-10T06:34:39.568Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2024-05-10T06:34:39.568Z", + "firstPublishedAt": "2024-05-10T06:34:39.568Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1TsCAOuOF42b2e0wuuTP1r" + }, + "fields": { + "key": { + "en-US": "elv2-sspl" + }, + "name": { + "en-US": "Elv2+SSPL" + }, + "title": { + "en-US": "Elastic License V2 and Server Side Public License (SSPL)" + }, + "description": { + "en-US": "https://www.elastic.co/licensing/elastic-license/faq/\nhttps://www.elastic.co/licensing/elastic-license\n\nWe are moving our Apache 2.0-licensed source code in Elasticsearch and Kibana to be dual licensed under the Elastic License and Server Side Public License (SSPL), giving users the choice of which license to apply. This will apply to all maintained branches of these two products starting with the 7.11 release. Our default distribution will continue to be under the Elastic License." + }, + "url": { + "en-US": "https://www.elastic.co/licensing/elastic-license" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3ZCXed5MRE1C4gxv3cn8cb", + "type": "Entry", + "createdAt": "2024-05-14T07:56:53.637Z", + "updatedAt": "2024-05-14T08:01:37.126Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2024-05-14T08:01:37.126Z", + "firstPublishedAt": "2024-05-14T08:01:37.126Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "baseFeature" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3ZCXed5MRE1C4gxv3cn8cb" + }, + "fields": { + "type": { + "en-US": [ + "Contact" + ] + }, + "title": { + "en-US": "Customer Community WeChat Group", + "zh-CN": "用户交流企业微信群" + }, + "slug": { + "en-US": "customer-community-wechat-group" + }, + "image": { + "en-US": "https://libs.websoft9.com/Websoft9/feature/icon-userchatgroup-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5LJYL7DALrydEB2MI4Tqcu", + "type": "Entry", + "createdAt": "2024-05-30T02:52:09.470Z", + "updatedAt": "2024-10-24T09:23:50.177Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 33, + "publishedAt": "2024-10-24T09:23:50.177Z", + "firstPublishedAt": "2024-05-30T03:07:48.994Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 34, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5LJYL7DALrydEB2MI4Tqcu" + }, + "fields": { + "key": { + "en-US": "woocommerce" + }, + "trademark": { + "en-US": "WooCommerce", + "zh-CN": "WooCommerce" + }, + "title": { + "en-US": "Enterprise E-Commerce Platform", + "zh-CN": "企业级开源电子商务系统 WooCommerce" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52noMJIN0qODQNxgZQvEvB" + } + } + }, + "summary": { + "en-US": "Open-source commerce solution built on WordPress", + "zh-CN": "基于 WordPress 的企业电商系统" + }, + "overview": { + "en-US": "WooCommerce is the open-source ecommerce platform for WordPress that powers success for more than four million online stores.", + "zh-CN": "WooCommerce 是 WordPress 的开源电子商务平台,为超过 400 万家在线商店的成功提供动力。" + }, + "description": { + "en-US": "WooCommerce lets you sell everything from simple products, to customizable bundles, to downloads. You can also add on extensions for selling subscriptions, taking bookings and more.\n\nNo matter what you need to do for your business, you can do it with WooCommerce. Customize your store to match your exact vision and connect it to any other software you need — anything’s possible.", + "zh-CN": "WooCommerce 可让您销售从简单产品到可自定义捆绑包再到下载的所有内容。您还可以添加用于销售订阅、接受预订等的扩展程序。\n\n无论您需要为您的企业做什么,您都可以使用 WooCommerce 来完成。自定义您的商店以匹配您的确切愿景,并将其连接到您需要的任何其他软件——一切皆有可能。" + }, + "screenshots": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "hot": { + "en-US": 5000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "14lDYcrg2fLMbC1S9AkNDf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1qwbdXJCwYeeXQoLRlpiCj" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5wVPQoc28yauIPIjbs7Ecp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3dwN8h5SUNdrngpTP9puvD" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5WKhPDoXrkwKkJomj8jzCp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3XLYU7pPQw1tv0esOTj1Qw" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "474NGZtIwb7OmYB6hwO3zt" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "581T3Tx1sCF3xWdG8fWXbm" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CcnCaE2mWTEtqPMVPnSyF" + } + } + ] + }, + "websiteurl": { + "en-US": "https://woocommerce.com/" + }, + "trademarkUrl": { + "en-US": "https://woocommerce.com/trademark-guidelines/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "HLzuo36B0v5nappGJtWyB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7rNeLNZpc0T7Dd0qJzFn7k" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5nnWNotOqyUr46d2ZEQzsA" + } + } + ] + }, + "keywords": { + "en-US": [ + "WordPress", + "ecommerce" + ], + "zh-CN": [ + "WordPress", + "电商建站" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "52noMJIN0qODQNxgZQvEvB", + "type": "Entry", + "createdAt": "2024-05-30T02:53:15.034Z", + "updatedAt": "2024-05-30T02:53:33.797Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2024-05-30T02:53:33.797Z", + "firstPublishedAt": "2024-05-30T02:53:33.797Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/52noMJIN0qODQNxgZQvEvB" + }, + "fields": { + "title": { + "en-US": "woocommerce" + }, + "slug": { + "en-US": "woocommerce" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/woocommerce-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3ZuPReqbRfHgrYs7mcJNeu", + "type": "Entry", + "createdAt": "2024-06-05T08:55:29.931Z", + "updatedAt": "2024-11-05T01:02:47.012Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 39, + "publishedAt": "2024-11-05T01:02:47.012Z", + "firstPublishedAt": "2024-06-05T09:08:52.293Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 5, + "version": 40, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3ZuPReqbRfHgrYs7mcJNeu" + }, + "fields": { + "key": { + "en-US": "nodered" + }, + "trademark": { + "en-US": "Node-RED", + "zh-CN": "Node-RED" + }, + "title": { + "en-US": "Low-code programming for event-driven applications", + "zh-CN": "事件驱动型应用的低代码工具" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2DOZOMBA4WEgoJI12l4owd" + } + } + }, + "summary": { + "en-US": "Manage all types of time series data in a single, purpose-built database. ", + "zh-CN": "事件驱动型应用的低代码工具" + }, + "overview": { + "en-US": "Low-code programming for event-driven applications", + "zh-CN": "Node-RED 是一种编程工具,用于以新颖有趣的方式将硬件设备、API 和在线服务连接在一起。" + }, + "description": { + "en-US": "It provides a browser-based editor that makes it easy to wire together flows using the wide range of nodes in the palette that can be deployed to its runtime in a single-click.", + "zh-CN": "它提供了一个基于浏览器的编辑器,只需单击一下即可将面板中的各种节点轻松连接在一起,这些节点可以部署到其运行时。" + }, + "screenshots": { + "en-US": [ + { + "id": "c3f52b51-f3e9-45ab-b26b-c13ed7ec6ac3", + "key": "Console", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/nodered/nodered-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "3a6e1655-d66e-4d36-9431-cbe000d069c1", + "key": "Console", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/nodered/nodered-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 5000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2fiWuUVSbYfYT09duqZs7x" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4sQ7pGdSE29pYwCFHBFPVQ" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7nMNcJU8pX0OQHaM70BoXI" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CQ3nWNNUrmMj6BjOw173z" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5fhqDdiijbN558c2c6TkzN" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5gZWge046khyUO08MUS4VT" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4QxIvKHInU0GACwfp43Xit" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6QQMkgwGkzG0FVbMExBym9" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7sAoBXjxdtWHcqEoxSHpJB" + } + } + ] + }, + "websiteurl": { + "en-US": "https://nodered.org/" + }, + "trademarkUrl": { + "en-US": "https://images.prismic.io/openjsf/69641abf-ac84-44a2-b719-ee4498d07b06_OpenJS-Foundation-Trademark-Policy-2021-01-12.docx.pdf" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4zs1RAViCqbskgaB7eTJtI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2V5Sey9mCVvizDs6ikr7ig" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "keywords": { + "en-US": [ + "IoT", + "automation", + "process", + "event-driven " + ], + "zh-CN": [ + "物联网", + "事件驱动", + "api", + "低代码", + "流程控制" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "4.0", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 2 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2DOZOMBA4WEgoJI12l4owd", + "type": "Entry", + "createdAt": "2024-06-05T08:57:18.372Z", + "updatedAt": "2024-06-05T08:57:35.853Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2024-06-05T08:57:35.853Z", + "firstPublishedAt": "2024-06-05T08:57:35.853Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2DOZOMBA4WEgoJI12l4owd" + }, + "fields": { + "title": { + "en-US": "nodered" + }, + "slug": { + "en-US": "nodered" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/nodered-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1YReaNgNcWJXacH9JBwwST", + "type": "Entry", + "createdAt": "2024-06-12T03:37:00.875Z", + "updatedAt": "2024-06-12T03:37:39.808Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2024-06-12T03:37:39.808Z", + "firstPublishedAt": "2024-06-12T03:37:39.808Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1YReaNgNcWJXacH9JBwwST" + }, + "fields": { + "title": { + "en-US": "Blog", + "zh-CN": "博客" + }, + "key": { + "en-US": "blog" + }, + "position": { + "en-US": 1.2 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4mF2lDUt1PNyZ5R6GP1VmF" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4mF2lDUt1PNyZ5R6GP1VmF" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4QJpcI5f5spFgQyhbPL6SP", + "type": "Entry", + "createdAt": "2024-06-13T09:21:24.850Z", + "updatedAt": "2024-12-12T03:11:49.894Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 50, + "publishedAt": "2024-12-12T03:11:49.894Z", + "firstPublishedAt": "2024-06-14T02:22:00.760Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 9, + "version": 51, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4QJpcI5f5spFgQyhbPL6SP" + }, + "fields": { + "key": { + "en-US": "registry" + }, + "trademark": { + "en-US": "Docker registry", + "zh-CN": "Docker registry" + }, + "title": { + "en-US": "Docker registry", + "zh-CN": "Docker registry" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4TmG0xfwAJaCtHXjGHZTyE" + } + } + }, + "summary": { + "en-US": "Stores and distribute container images", + "zh-CN": "镜像仓库系统,DockerHub 背后的平台" + }, + "overview": { + "en-US": "The Registry is a stateless, highly scalable server side application that stores and lets you distribute container images and other content. ", + "zh-CN": "注册表是一个无状态、高度可伸缩的服务器端应用程序,用于存储 并允许您分发容器映像和其他内容。" + }, + "description": { + "en-US": "- 严格控制图像的存储位置\n- 完全拥有您的映像分发管道\n- 将图像存储和分发紧密集成到您的内部开发工作流程中", + "zh-CN": "- tightly control where your images are being stored\n- fully own your images distribution pipeline\n- integrate image storage and distribution tightly into your in-house development workflow" + }, + "screenshots": { + "en-US": [ + { + "id": "ac41a2ad-d282-4f90-8ca8-4af04fb58587", + "key": "Architecture", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/docker/docker-registry-gui.webp" + } + ], + "zh-CN": [ + { + "id": "49edd094-f0be-461d-9e69-0a422a210bc1", + "key": "架构图", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/docker/docker-registry-gui.webp" + } + ] + }, + "hot": { + "en-US": 3000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6fZnF215aaFxiFBIj8H6II" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17nBnb3cekP3IkiDLGh1F0" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1La1i50JNXmlgSg6bDraWA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ROfC1ucVpKv0BNw4ylMW6" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ZRY6UR6j4c4dOYz3PXXFs" + } + } + ] + }, + "websiteurl": { + "en-US": "https://github.com/distribution/distribution/" + }, + "trademarkUrl": { + "en-US": "https://www.linuxfoundation.org/legal/trademark-usage" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "ANUuuUmob0lrfiQPlOdoX" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6PAPQ68qroHDGba7O9DQQ5" + } + } + ] + }, + "keywords": { + "en-US": [ + "Docker", + "Registry", + "Image", + "DockerHub" + ], + "zh-CN": [ + "镜像", + "Docker", + "仓库", + "DockerHub" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "2.8", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4TmG0xfwAJaCtHXjGHZTyE", + "type": "Entry", + "createdAt": "2024-06-13T09:21:48.010Z", + "updatedAt": "2024-06-17T05:31:06.719Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2024-06-17T05:31:06.719Z", + "firstPublishedAt": "2024-06-17T05:31:06.719Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4TmG0xfwAJaCtHXjGHZTyE" + }, + "fields": { + "title": { + "en-US": "registry" + }, + "slug": { + "en-US": "registry" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/registry-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1tKGKcagFP1Qap6LFOAZBu", + "type": "Entry", + "createdAt": "2024-06-14T07:07:19.552Z", + "updatedAt": "2024-12-10T08:05:07.869Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 86, + "publishedAt": "2024-12-10T08:05:07.869Z", + "firstPublishedAt": "2024-06-14T09:58:19.795Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 9, + "version": 87, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1tKGKcagFP1Qap6LFOAZBu" + }, + "fields": { + "key": { + "en-US": "jihu" + }, + "trademark": { + "en-US": "Jihu GitLab", + "zh-CN": "极狐 GitLab" + }, + "title": { + "en-US": "Jihu GitLab Enterprise Edition", + "zh-CN": "极狐 GitLab 企业版" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3Y9H6mTpx1c0NJulLhD0b1" + } + } + }, + "summary": { + "en-US": "A GitLab distribution for needs of Chinese users", + "zh-CN": "极狐 GitLab 企业版" + }, + "overview": { + "en-US": "Jihu GitLab is the Chinese distribution of the GitLab DevOps platform, which focuses on addressing the needs of Chinese users.", + "zh-CN": "极狐GitLab专注于解决中国用户需求的,是GitLab DevOps平台的中国发行版。" + }, + "description": { + "en-US": "Jihu GitLab combines advanced DevOps technology with localized innovation, independent research and customized services, dedicated to providing Chinese users with a one-stop open and integrated DevOps platform that covers the entire software development lifecycle. Jihu GitLab possesses the exclusive intellectual property rights and brand authorization from GitLab, Inc., and updates monthly based on the GitLab EE version, with additional customized features tailored for domestic users.\"", + "zh-CN": "极狐 GitLab 结合先进的DevOps技术与国产化自研创新和定制化服务,致力于为中国用户提供一站式覆盖软件开发生命周期的开放一体化DevOps平台。极狐 GitLab 拥有GitLab, Inc.独家知识产权和品牌授权,基于GitLab EE版本每月同步更新,并在此基础之上加入我们为国内用户定制的功能特性。" + }, + "screenshots": { + "en-US": [ + { + "id": "82e2bd5f-a757-4e95-bc83-c132aca4be7e", + "key": "console", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/gitlab/jihu-gitlab-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "86050eeb-be18-4e4b-b990-dd83bf0f7d3c", + "key": "控制台", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/gitlab/jihu-gitlab-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": true + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2DltY233eD0xqBGq6o9NUL" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17yJkB6XQXVCd2BSxCxJnC" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1S3XEugbyrAKRWYfx0bWvh" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6fZnF215aaFxiFBIj8H6II" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4KqOWojZmoXeCFvsu0sij5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1vIzbOT5AzQ4BScGrwye4Q" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "wgrBVU9K63sTF0it5DfIT" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "faq": { + "en-US": [ + ], + "zh-CN": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ROfC1ucVpKv0BNw4ylMW6" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5WKhPDoXrkwKkJomj8jzCp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6hjIgHYaVPjdIpDz1Y2s7u" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6ZxNBKnvZwSwK5hYJIO74C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5UuBH4b0zhyMD4oGb9FSpf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1ldGCVj2cz3NX9AiekPYW5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ICEmIGZflTrK6fwMFqg9C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39PsAJu60mmzLfKuJSlCfg" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3soce9uYG0MFqETVSryQ0x" + } + } + }, + "licenseadditional": { + "en-US": "https://gitlab.cn/terms/open-source/\n\nGitLab是建立在一个开放的核心模型上。GitLab 社区版(CE)是开源的,拥有MIT Expat许可证。极狐GitLab(JH)是建立在社区版之上的企业级中国发行版,在此基础上增加了额外的特性和功能。这些额外的功能是在一个专有的许可证内,源代码公开可见。欲了解更多信息,您可以查看极狐GitLab许可证(链接:https://gitlab.com/gitlab-jh/gitlab/-/blob/main-jh/jh/LICENSE)。\n\n极狐GitLab的所有javascript代码都是开源的。所有由GitLab编写的javascript代码都在相同的MIT Expat许可证内。\n" + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5mKvsW7DU95pkeulIo28yF" + } + } + ] + }, + "websiteurl": { + "en-US": "https://gitlab.cn/" + }, + "trademarkUrl": { + "en-US": "https://gitlab.cn/terms/statement/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6PAPQ68qroHDGba7O9DQQ5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "keywords": { + "en-US": [ + "gitlab", + "ci/cd", + "Jihu" + ], + "zh-CN": [ + "gitlab", + "ci/cd", + "极狐" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "17.0.2", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2, + "zh-CN": 2 + }, + "memory": { + "en-US": 8, + "zh-CN": 8 + }, + "storage": { + "en-US": 1, + "zh-CN": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3soce9uYG0MFqETVSryQ0x", + "type": "Entry", + "createdAt": "2024-06-17T03:22:24.247Z", + "updatedAt": "2024-06-17T03:24:00.193Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2024-06-17T03:24:00.193Z", + "firstPublishedAt": "2024-06-17T03:24:00.193Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3soce9uYG0MFqETVSryQ0x" + }, + "fields": { + "key": { + "en-US": "jh_license" + }, + "name": { + "en-US": "JH License" + }, + "title": { + "en-US": "JH License" + }, + "description": { + "en-US": "The JiHu Edition License (the \"JH License\")\nCopyright (c) 2021-present GitLab Information Technology (Hubei) Co., Ltd.\n\nWith regard to the JiHu Software:\n\nThis software and associated documentation files (the \"Software\") may only be\nused in production, if you (and any entity that you represent) have agreed to,\nand are in compliance with, the Subscription Terms of Service, available at\nhttps://about.gitlab.cn/terms/#subscription, or other agreement governing the\nuse of the Software, as agreed by you and JiHu, and otherwise have a valid\nJiHu subscription for the correct number of user seats. Subject to the\nforegoing sentence, you are free to modify this Software and publish patches\nto the Software. You agree that JiHu and/or its licensors (as applicable)\nretain all right, title and interest in and to all such modifications and/or\npatches, and all such modifications and/or patches may only be used, copied,\nmodified, displayed, distributed or otherwise exploited with a valid JiHu\nsubscription for the correct number of user seats. Notwithstanding the\nforegoing, you may copy and modify the Software for development and testing\npurposes, without requiring a subscription. You agree that JiHu and/or its\nlicensors (as applicable) retain all right, title and interest in and to all\nsuch modifications. You are not granted any other rights beyond what is\nexpressly stated herein. Subject to the foregoing, it is forbidden to copy,\nmerge, publish, distribute, sublicense, and/or sell the Software.\n\nThis JH License applies only to the part of this Software that is not\ndistributed as part of GitLab Community Edition (CE) and GitLab Enterprise\nEdition (EE). Any part of this Software distributed as part of GitLab CE or\nis served client-side as an image, font, cascading stylesheet (CSS), file\nwhich produces or is compiled, arranged, augmented, or combined into\nclient-side JavaScript, in whole or in part, is copyrighted under the MIT\nExpat license. Any part of this Software distributed as part of GitLab EE is\ncopyrighted under the GitLab EE license. Any copyright notices of JiHu and/or\nits licensors (as applicable) shall not be removed, altered or obscured.\nThe full text of this JH License shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\nFor all third party components incorporated into the Software, those components\nare licensed under the original license provided by the owner of the applicable\ncomponent.\n" + }, + "url": { + "en-US": "https://gitlab.com/gitlab-jh/gitlab/-/blob/main-jh/jh/LICENSE" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "EPX90u1TXwXkVqFJqI5Ha", + "type": "Entry", + "createdAt": "2024-06-19T02:54:37.921Z", + "updatedAt": "2024-06-19T03:25:24.251Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 15, + "publishedAt": "2024-06-19T03:25:24.251Z", + "firstPublishedAt": "2024-06-19T03:06:30.683Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 3, + "version": 16, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/EPX90u1TXwXkVqFJqI5Ha" + }, + "fields": { + "key": { + "en-US": "sql_server_2022" + }, + "name": { + "en-US": "Microsoft SQL SERVER 2022 DEVELOPER, EXPRESS, EVALUATION" + }, + "title": { + "en-US": "MICROSOFT SOFTWARE LICENSE TERMS" + }, + "url": { + "en-US": "https://www.microsoft.com/en-us/Useterms/Retail/SQLServer2022/SQLServer2022DeveloperExpressEvaluation/Useterms_Retail_SQLServer2022_SQLServer2022DeveloperExpressEvaluation_English.htm" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5l6rJE3To9kA2o5aWicFCM", + "type": "Entry", + "createdAt": "2024-06-25T02:57:35.435Z", + "updatedAt": "2024-11-05T05:56:46.054Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 46, + "publishedAt": "2024-11-05T05:56:46.054Z", + "firstPublishedAt": "2024-06-25T03:29:46.383Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 6, + "version": 47, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5l6rJE3To9kA2o5aWicFCM" + }, + "fields": { + "key": { + "en-US": "manageiq" + }, + "trademark": { + "en-US": "ManageIQ", + "zh-CN": "ManageIQ" + }, + "title": { + "en-US": "Open source management platform for Hybrid IT", + "zh-CN": "面向多云和混合 IT 的开源管理平台" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "39YnNnZrtWuP6TWomjtDcR" + } + } + }, + "summary": { + "en-US": "Manage containers, virtual machines, networks, and storage from a single platform", + "zh-CN": "面向多云和混合 IT 的开源管理平台" + }, + "overview": { + "en-US": "Connect ManageIQ to your virtualization, container, network, and storage management systems, where it will discover inventory, map relationships, and listen for changes. ", + "zh-CN": "将 ManageIQ 连接到您的虚拟化、容器、网络和存储管理系统,在其中它将发现库存、映射关系并监听更改。" + }, + "description": { + "en-US": "With ManageIQ you will be able to:\n\n- Continuously discover the latest state of your environment.\n- Implement self service for your end users.\n- Enforce compliance across the environment.\n- Optimize the performance and utilization of your environment.", + "zh-CN": "使用ManageIQ,您将能够:\n\n- 不断发现环境的最新状态。\n- 为最终用户实施自助服务。\n- 在整个环境中强制执行合规性。\n- 优化环境的性能和利用率。" + }, + "screenshots": { + "en-US": [ + { + "id": "7f9a778e-5db0-4dd2-ae5e-ea1562f22fe6", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/manageiq/manageiq-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "0a17ca9a-8870-44b4-bc72-f50a943334dc", + "key": "面板", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/manageiq/manageiq-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 3550 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5t1qHAcwiYV0CPZbNlOebk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "46F42uLohDyqmvpdbMtjT0" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6ZxNBKnvZwSwK5hYJIO74C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1ldGCVj2cz3NX9AiekPYW5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5UuBH4b0zhyMD4oGb9FSpf" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5mKvsW7DU95pkeulIo28yF" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.manageiq.org/" + }, + "trademarkUrl": { + "en-US": "https://www.manageiq.org/legal/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6PAPQ68qroHDGba7O9DQQ5" + } + } + ] + }, + "keywords": { + "en-US": [ + "Hybrid IT", + "Multi Cloud", + "AWS", + "Azure" + ], + "zh-CN": [ + "混合云", + "多云管理", + "AWS", + "Azure" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "quinteros-2.1" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 1 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "39YnNnZrtWuP6TWomjtDcR", + "type": "Entry", + "createdAt": "2024-06-25T03:00:54.156Z", + "updatedAt": "2024-06-25T03:14:16.560Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2024-06-25T03:14:16.560Z", + "firstPublishedAt": "2024-06-25T03:01:20.210Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/39YnNnZrtWuP6TWomjtDcR" + }, + "fields": { + "title": { + "en-US": "ManageIQ" + }, + "slug": { + "en-US": "manageiq" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/manageiq-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4YCKnKO4QaubOE8ome2xNP", + "type": "Entry", + "createdAt": "2024-06-25T05:03:06.052Z", + "updatedAt": "2024-06-25T06:31:55.346Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 38, + "publishedAt": "2024-06-25T06:31:55.346Z", + "firstPublishedAt": "2024-06-25T05:13:22.120Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 39, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4YCKnKO4QaubOE8ome2xNP" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6L1iC7HYFCxlvPBPd9wmQS" + } + }, + "zh-CN": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "digital-supply-chain" + }, + "title": { + "en-US": "Digital Supply Chain", + "zh-CN": "数字化供应链" + }, + "subTitle": { + "zh-CN": "在技术革命和不断变化的全球格局的推动下,制造业的供应链管理领域正在迅速发展,而数字化将重塑供应链的运作和适应方式。" + }, + "featureImage": { + "en-US": "https://libs.websoft9.com/Websoft9/resource/solution/digtal-supply-chain-websoft9.png" + }, + "description": { + "zh-CN": "供应链典型场景之间有极强的关联依赖性:从供应链合作伙伴数据交换、采购和库存计划、端到端供应链可见性、透明度和编排,到智能全渠道订单履行优化。\n\n原有业务流程和项目面向新的数字化挑战:" + }, + "features_List": { + "en-US": [ + ], + "zh-CN": [ + { + "id": "ba82ccac-4427-456f-82f8-8ace674311da", + "key": "people/产品管理(PIM)", + "value": "以产品的全生命周期为视角,帮助企业集中管理大量产品信息并确保其准确性和最新性" + }, + { + "id": "727f50e0-b062-4da0-934f-bc5a3844c1b2", + "key": "data_thresholding/企业资源计划(ERP)", + "value": "以财务和管控为视角,对企业的销售、采购、制造、库存、财务进行全面的管理" + }, + { + "id": "6c7dc1d9-e920-403a-b786-be4393c7f69f", + "key": "developer_board/订单协同(OMS)", + "value": "以订单为核心,协同上下游,确保订单可预测、可生产、可交付" + }, + { + "id": "579fa996-ea35-4f26-aba0-cc8ebc4928f8", + "key": "co_present/仓库管理(WMS)", + "value": "对仓库运营的过程进行精准的计划与执行管理,确保物料可追溯,作业任务可快速交付" + }, + { + "id": "e7a1e3ef-2dc3-4272-b1e9-743dc9d015ab", + "key": "loop/制造管理(MES)", + "value": "对制造的过程进行计划、预测、排产和执行过程管理,确保高质量的生产" + } + ] + }, + "content": { + "zh-CN": "数字化供应链是一个系统化工程,是企业的一把手工程,它包含的:\n\n- 选择工具:通过 Websoft9 控制台 \"应用商店\" 选择合适的数字化供应链工具和技术,如 [Odoo](https://www.websoft9.com/apps/odoo), [ERPNext](https://www.websoft9.com/apps/erpnext), [AITable](https://www.websoft9.com/apps/aitable), [Budibase](https://www.websoft9.com/apps/budibase) 等\n- 建立认知:在实践中体验和测试这些工具,建立对工具的认知\n- 整体管控:先建设元数据平台、产品管理、企业资源计划等偏重于规划的系统入手,打下坚实的基础\n- 精益管理:逐个业务板块进行精细的过程管理,包括制造执行、仓库执行等\n- 关注集成:需关注系统集成和数据交换,确保解决方案能够与其他业务系统无缝对接" + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "67HnVx3n84uc5RL5Y3RaKV" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2vJpo1HfxfWhIwHrTzCKfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2egsbucdICHe16HXbXVeRf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2pARFDEPOkLnVBlFJIvdhS" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7gSUmRSvmDJZHtNixbTv37" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "71kNpUiu74R0BJKqHBqv1z" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3dbPbdpxLJMlJmuPuBTamt" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3dbPbdpxLJMlJmuPuBTamt" + } + } + ] + }, + "customers": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bYclvYSqaexKfV6t5KiVH" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "KdBNDl9xR0alNP7L5E9kl" + } + } + ] + }, + "persons": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3CXg9yAV2KAaZVGCRgmj3k" + } + } + ] + }, + "products": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1NfrwGiDkWOdDVKdmHm0e2" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5YSaWTBBKaeFZbIEKeXYpK" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "r18Naa1rOmgttJn1v0HOq" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5uwmfb7BW4wbQb8vMwKWLc" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "LTWbkdq2GrC9rBXNcVlCY" + } + } + ] + }, + "services": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ISFskJJHMDSaU6FutQXGT" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5EnJ228K0n3yi7Np6NQyeI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4S33mXyFJ3L65kwiSpavVU" + } + } + ] + }, + "resources": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "37hbTbpX2IgMHhDNT7bQXh" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "64lZhS6eI3SkmXQ9vrLpYx" + } + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5WKhPDoXrkwKkJomj8jzCp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "wrdKvKirsgcNXMvlmppVJ" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + } + ] + }, + "action": { + "en-US": [ + { + "id": "21d0cd2b-2699-448b-a5f7-d1ac3924e92e", + "key": "Get solution", + "value": "/demo" + } + ], + "zh-CN": [ + { + "id": "bf89d09c-f78f-4c36-b5c2-037c7071aee5", + "key": "体验产品", + "value": "/demo" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4XgK8jivkcEzMChqDjQhLO", + "type": "Entry", + "createdAt": "2024-06-25T06:10:39.990Z", + "updatedAt": "2024-06-25T06:28:09.042Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 114, + "publishedAt": "2024-06-25T06:28:09.042Z", + "firstPublishedAt": "2024-06-25T06:28:09.042Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 115, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4XgK8jivkcEzMChqDjQhLO" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6L1iC7HYFCxlvPBPd9wmQS" + } + }, + "zh-CN": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "department-level-organizational-innovation" + }, + "title": { + "en-US": "Department-level organizational innovation", + "zh-CN": "部门级组织创新" + }, + "subTitle": { + "zh-CN": "大型组织中的部门往往受制于全局的约束,业务缺乏灵活性。Websoft9 部门级组织创新解决方案,主要是以平台为核心,内置的 200+ 应用模板,天然可以作为部门级创新的数字化工具。同时, 结合部门组织所处的环境,提供的一整套端到端的解决方案。" + }, + "featureImage": { + "en-US": "https://libs.websoft9.com/Websoft9/resource/solution/innovation-for-department-websoft9.png" + }, + "description": { + "zh-CN": "大型企业或政府单位,往往具有比较完善的系统和严格的建设规划。这样部门级组织内部的创新,也会受制于这种复杂的流程约束,导致新工具、新应用的使用困难重重。\n\n尽管如此,部门级用户经常会遇到需要做出迅速响应的业务需求,这就要求他们必须寻找并利用更高效的工具来解决这些需求。\n\n所以,部门级组织的数字化创新是真实存在的需求,且期望可以得到解决。\n\n部门级组织创新解决方案,对大型企业的特殊性做出了应对:\n\n- 安全等保\n- 信创适配\n- 离线部署\n- 现场交付\n\n部门级组织创新无处不在,主要的业务场景包括:" + }, + "features_List": { + "en-US": [ + ], + "zh-CN": [ + { + "id": "ba82ccac-4427-456f-82f8-8ace674311da", + "key": "people/自动化的表单填写", + "value": "日常工作中,需要登录不同的系统填报数据,RPA 应用成为可能" + }, + { + "id": "727f50e0-b062-4da0-934f-bc5a3844c1b2", + "key": "data_thresholding/数据采集", + "value": "采集客户和民意数据,是基层部门常见而繁琐的工作" + }, + { + "id": "6c7dc1d9-e920-403a-b786-be4393c7f69f", + "key": "developer_board/专属项目的网站", + "value": "在特定的时期内需要快速搭建专题项目网站,低成本的快速交付" + }, + { + "id": "579fa996-ea35-4f26-aba0-cc8ebc4928f8", + "key": "co_present/生成式 AI 运营", + "value": "生成式 AI 处理日常文案工作" + }, + { + "id": "e7a1e3ef-2dc3-4272-b1e9-743dc9d015ab", + "key": "loop/项目管理", + "value": "灵活的项目计划与任务跟踪可以提高写作效率" + }, + { + "id": "b21ca507-5e69-407d-9083-d09c1c26f2f5", + "key": "public/加密通信联络", + "value": "个性化的加密通信替代微信/WhatApp等公开通信服务" + }, + { + "id": "f8caab20-bea3-434c-9493-8789b0e77e68", + "key": "public/文档管理", + "value": "海量的文案需集中管理,增强组织的知识协作" + }, + { + "id": "7a4a3517-4c90-4cbf-986b-23eaff8983fc", + "key": "public/文件分享", + "value": "文档在大型组织中传播,提供统一的出口至关重要" + }, + { + "id": "bb36a8f6-b43b-4d1c-9a0d-7f24f77bdc58", + "key": "public/物联网设备管理", + "value": "交付部门级的物联网设备监控与管理" + }, + { + "id": "053eb5b6-364e-4664-890b-c486dd92ad7f", + "key": "public/数据分析", + "value": "高效率的数据分析工具,为上级部门提供决策依据" + }, + { + "id": "7853a26e-f497-47c4-a7b2-cc9061d844dc", + "key": "public/快速应用开发", + "value": "使用零代码或低代码工具开发业务系统" + } + ] + }, + "content": { + "zh-CN": "Websoft9 部门级组织创新解决方案,主要是以平台为核心,内置的 200+ 应用模板,天然可以作为部门级创新的数字化工具。同时, 结合部门组织所处的环境,提供的一整套端到端的解决方案。\n\n1. 选择工具:通过 Websoft9 控制台 \"应用商店\" 选择合适的部门级工具和技术,如 [n8n](https://www.websoft9.com/apps/n8n), [可道云](https://www.websoft9.com/apps/kodbox), [Budibase](https://www.websoft9.com/apps/budibase) 等\n2. 建立认知:在实践中体验和测试这些工具,建立对工具的认知\n3. 需求沟通:与 Websoft9 客户成功团队沟通业务需求,锁定业务范围\n4. 实施交付:由 Websoft9 客户成功团队匹配合适的软件,并进行有限的、快速的个性化定制\n5. 合规安全:需时刻关注符合组织所在的企业(政府)整体的合规要求" + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "67HnVx3n84uc5RL5Y3RaKV" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2vJpo1HfxfWhIwHrTzCKfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2egsbucdICHe16HXbXVeRf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2pARFDEPOkLnVBlFJIvdhS" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7gSUmRSvmDJZHtNixbTv37" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "71kNpUiu74R0BJKqHBqv1z" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3dbPbdpxLJMlJmuPuBTamt" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3dbPbdpxLJMlJmuPuBTamt" + } + } + ] + }, + "customers": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bYclvYSqaexKfV6t5KiVH" + } + } + ] + }, + "persons": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3CXg9yAV2KAaZVGCRgmj3k" + } + } + ] + }, + "products": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5YSaWTBBKaeFZbIEKeXYpK" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1ypqMYVLwu287CucGuTsOp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1NfrwGiDkWOdDVKdmHm0e2" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "DEOp8ynxuO4rMELqtrNRl" + } + } + ] + }, + "services": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ISFskJJHMDSaU6FutQXGT" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5EnJ228K0n3yi7Np6NQyeI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4S33mXyFJ3L65kwiSpavVU" + } + } + ] + }, + "resources": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "37hbTbpX2IgMHhDNT7bQXh" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "64lZhS6eI3SkmXQ9vrLpYx" + } + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5WKhPDoXrkwKkJomj8jzCp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "wrdKvKirsgcNXMvlmppVJ" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + } + ] + }, + "action": { + "en-US": [ + { + "id": "21d0cd2b-2699-448b-a5f7-d1ac3924e92e", + "key": "Get solution", + "value": "/" + } + ], + "zh-CN": [ + { + "id": "bf89d09c-f78f-4c36-b5c2-037c7071aee5", + "key": "体验产品", + "value": "/demo" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2sxuCFpQ99qOedDhfPBDVI", + "type": "Entry", + "createdAt": "2024-06-25T06:40:33.391Z", + "updatedAt": "2024-06-25T06:52:29.401Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 58, + "publishedAt": "2024-06-25T06:52:29.401Z", + "firstPublishedAt": "2024-06-25T06:51:51.167Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 59, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "blog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2sxuCFpQ99qOedDhfPBDVI" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6L1iC7HYFCxlvPBPd9wmQS" + } + }, + "zh-CN": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63LUFmrU2rHE5QAfqZQDoa" + } + } + }, + "slug": { + "en-US": "high-availability-hosting" + }, + "title": { + "en-US": "High Availability Hosting", + "zh-CN": "高可用性托管" + }, + "subTitle": { + "en-US": "软件的高可用性(High Availability, HA)是指确保应用程序和服务的持续运行和最小化停机时间的能力。Websoft9 高可用性托管解决方案包括:工具+咨询+实施+包年运维服务,是一个端到端的解决方案。", + "zh-CN": "软件的高可用性(High Availability, HA)是指确保应用程序和服务的持续运行和最小化停机时间的能力。Websoft9 高可用性托管解决方案包括:工具+咨询+实施+包年运维服务,是一个端到端的解决方案。" + }, + "featureImage": { + "en-US": "https://libs.websoft9.com/Websoft9/resource/solution/ha-hosting-websoft9.png" + }, + "description": { + "zh-CN": "软件的高可用性(High Availability, HA)是指确保应用程序和服务的持续运行和最小化停机时间的能力。\n\n高可用性托管的典型场景包括:\n\n- GitOps 驱动的持续部署\n- 缓存机制\n- 负载均衡\n- 弹性基础设置\n- 用户访问分析\n- 应用性能监控\n- 日志管理与监控\n- 全球加速与 CDN\n\n要保障软件的高可用性,具有较高的技术门槛。在托管软件时,为了实现高可用性,可能会面临以下问题和挑战:" + }, + "features_List": { + "en-US": [ + ], + "zh-CN": [ + { + "id": "86a8a729-409b-407d-bb11-51cfacc3697c", + "key": "data_array/基础设施故障", + "value": "多供应商、灵活多变的基础设施提高了运维人员的技能要求" + }, + { + "id": "e8e1a05e-160d-4fa3-b8d4-7111b5d2512c", + "key": "send_time_extension/错误的架构与配置", + "value": "错误的配置可以造成不可估量的损失" + }, + { + "id": "6792e9b2-0bf7-4280-b37f-f1de0d8c3d8b", + "key": "data_array/网络问题", + "value": "全球化企业和全球化市场,需要一个稳定可靠的全球访问" + }, + { + "id": "7e1b4e2b-ebe1-44c9-b194-e2c4a491a5d7", + "key": "data_array/软件故障", + "value": "微服务架构下的软件组件庞大,需要快速甄别故障" + }, + { + "id": "55955fa6-9873-4d46-9f45-c3185c7c4527", + "key": "data_array/安全性攻击", + "value": "灵活应对安全攻击、快速响应安全故障是HA的核心" + } + ] + }, + "content": { + "zh-CN": "Websoft9 高可用性托管解决方案包括:工具+咨询+实施+包年运维服务,是一个端到端的解决方案。它作为一个独立的技术支撑中心,帮助用户大大降低维护系统所需的成本,减少不必要的人员招聘。\n\n1. 选择工具:通过 Websoft9 控制台 \"应用商店\" 的 运维监控 类目,选择合适的工具\n2. 建立认知:在实践中体验和测试这些工具,建立对工具的认知\n3. 需求沟通:与 Websoft9 客户成功团队沟通高可用性的具体需求,锁定业务范围\n4. 实施交付:由 Websoft9 客户成功团队匹配合适的软件,并进行有限的、快速的个性化实施建议\n5. 关注集成:需关注系统集成和数据交换,确保解决方案能够与其他业务系统无缝对接" + }, + "features": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2vJpo1HfxfWhIwHrTzCKfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2egsbucdICHe16HXbXVeRf" + } + } + ] + }, + "customers": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5J2KMiB79zn0848VEUWmE6" + } + } + ] + }, + "persons": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3CXg9yAV2KAaZVGCRgmj3k" + } + } + ] + }, + "products": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5iI41E1ctdn7XBuv5g1oqU" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3hhszKLEOur4obfBqAGI8u" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1qjlphna9bZr2UIJuPimXG" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "yhZBwXL9qelsD2sPfsMxC" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4dyFaL0wj9kr5WE9akRHkg" + } + } + ] + }, + "services": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4dKup4KPY8IrUWUAsFURjU" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5CHlpGDPM4LjmkyY6WriXd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1NbJE6EuFhtauO6gderoYr" + } + } + ] + }, + "resources": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "64lZhS6eI3SkmXQ9vrLpYx" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6Wg4L16cNLQ4zEF45zHi0m" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "b70AFS1dHlksEMxAaDwuK" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7yeiTDftOGTbqT6LueLQXB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1ksWFx2h8sLt1uDGDJuLoI" + } + } + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5WKhPDoXrkwKkJomj8jzCp" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "wrdKvKirsgcNXMvlmppVJ" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5VnT7doKS9SCSyYsEECmiz" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6ZxNBKnvZwSwK5hYJIO74C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5UuBH4b0zhyMD4oGb9FSpf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1yDnnV4tU0NWnq9X013fOC" + } + } + ] + }, + "action": { + "en-US": [ + { + "id": "21d0cd2b-2699-448b-a5f7-d1ac3924e92e", + "key": "Get solution", + "value": "/" + } + ], + "zh-CN": [ + { + "id": "bf89d09c-f78f-4c36-b5c2-037c7071aee5", + "key": "体验产品", + "value": "/" + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2GP44h7i4Wu23Zpd5S4qm6", + "type": "Entry", + "createdAt": "2024-06-26T07:09:11.769Z", + "updatedAt": "2024-06-26T08:06:00.497Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2024-06-26T08:06:00.497Z", + "firstPublishedAt": "2024-06-26T07:09:48.855Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2GP44h7i4Wu23Zpd5S4qm6" + }, + "fields": { + "key": { + "en-US": "vtiger" + }, + "name": { + "en-US": "Vtiger Public License" + }, + "title": { + "en-US": "Vtiger Public License" + }, + "url": { + "en-US": "https://www.vtiger.com/open-source-crm/vtiger-public-license/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3LHVhMWV5DakQyrKCpC99T", + "type": "Entry", + "createdAt": "2024-06-26T08:01:10.285Z", + "updatedAt": "2024-06-26T08:05:15.061Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 18, + "publishedAt": "2024-06-26T08:05:15.061Z", + "firstPublishedAt": "2024-06-26T08:01:52.815Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 3, + "version": 19, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3LHVhMWV5DakQyrKCpC99T" + }, + "fields": { + "key": { + "en-US": "redis" + }, + "name": { + "en-US": "RSALv2+SSPLv1" + }, + "title": { + "en-US": "Redis Source Available License 2.0 + Server Side Public License v1" + }, + "url": { + "en-US": "https://redis.io/legal/licenses/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7JmMJCyHICYLl0eNsHloj9", + "type": "Entry", + "createdAt": "2024-06-26T08:19:55.526Z", + "updatedAt": "2024-06-26T08:23:02.466Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2024-06-26T08:23:02.466Z", + "firstPublishedAt": "2024-06-26T08:23:02.466Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7JmMJCyHICYLl0eNsHloj9" + }, + "fields": { + "key": { + "en-US": "oracle-free" + }, + "name": { + "en-US": "oracle-free" + }, + "title": { + "en-US": "Oracle Free License" + }, + "url": { + "en-US": "https://www.oracle.com/downloads/licenses/oracle-free-license.html" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "28IPT26qcxDND0zuRF2nKe", + "type": "Entry", + "createdAt": "2024-06-26T08:30:03.701Z", + "updatedAt": "2024-06-26T08:30:31.308Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2024-06-26T08:30:31.308Z", + "firstPublishedAt": "2024-06-26T08:30:31.308Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/28IPT26qcxDND0zuRF2nKe" + }, + "fields": { + "key": { + "en-US": "agreement-fastpanel" + }, + "name": { + "en-US": "Agreement FASTPANEL" + }, + "title": { + "en-US": "Agreement FASTPANEL" + }, + "url": { + "en-US": "https://fastpanel.direct/assets/docs/agreement_en.pdf" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "u1QvFzfIRWLJmDdtQnXhu", + "type": "Entry", + "createdAt": "2024-06-26T09:02:11.921Z", + "updatedAt": "2024-06-26T09:04:01.255Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2024-06-26T09:04:01.255Z", + "firstPublishedAt": "2024-06-26T09:04:01.255Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/u1QvFzfIRWLJmDdtQnXhu" + }, + "fields": { + "key": { + "en-US": "nginx" + }, + "name": { + "en-US": "2-clause BSD-like license" + }, + "title": { + "en-US": "BSD 2-Clause \"Simplified\" License" + }, + "url": { + "en-US": "https://github.com/nginx/njs/blob/master/LICENSE" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1cwhDKWq4fEwK28pX1cDeb", + "type": "Entry", + "createdAt": "2024-07-17T03:52:43.403Z", + "updatedAt": "2024-07-17T03:53:33.820Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2024-07-17T03:53:33.820Z", + "firstPublishedAt": "2024-07-17T03:53:33.820Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1cwhDKWq4fEwK28pX1cDeb" + }, + "fields": { + "title": { + "en-US": "trivy" + }, + "slug": { + "en-US": "trivy" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/trivy-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "46hv7lLOP09h2Fg1PL0j5J", + "type": "Entry", + "createdAt": "2024-07-17T03:55:04.192Z", + "updatedAt": "2024-12-11T07:18:50.399Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 72, + "publishedAt": "2024-12-11T07:18:50.399Z", + "firstPublishedAt": "2024-07-17T06:23:45.573Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 10, + "version": 73, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/46hv7lLOP09h2Fg1PL0j5J" + }, + "fields": { + "key": { + "en-US": "trivy" + }, + "trademark": { + "en-US": "Trivy", + "zh-CN": "Trivy" + }, + "title": { + "en-US": "open-source security vulnerability scanner", + "zh-CN": "开源安全漏洞扫描 Trivy" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cwhDKWq4fEwK28pX1cDeb" + } + } + }, + "summary": { + "en-US": "open-source security vulnerability scanner", + "zh-CN": "开源安全漏洞扫描" + }, + "overview": { + "en-US": "Trivy is an open-source tool for scanning container images, filesystems, and repositories for vulnerabilities.", + "zh-CN": "Trivy 是一个开源工具,用于扫描容器镜像、文件系统和代码仓库的漏洞。" + }, + "description": { + "en-US": "Trivy is an open-source security tool designed to scan container images, filesystems, and code repositories for vulnerabilities and misconfigurations. It supports multiple operating systems and programming languages, providing fast and accurate detection of known security issues. Trivy integrates easily into CI/CD pipelines, helping developers identify and fix vulnerabilities early in the development process. It offers detailed reports and recommendations, aiding users in understanding and addressing the detected issues. Trivy's efficiency and broad compatibility make it an ideal choice for DevOps and security teams.", + "zh-CN": "Trivy 是一个开源的安全工具,专门用于扫描容器镜像、文件系统和代码仓库中的漏洞和错误配置。它支持多种操作系统和编程语言,能够快速、准确地检测已知的安全问题。Trivy 易于集成到 CI/CD 流水线中,帮助开发者在开发过程的早期阶段识别和修复漏洞。它提供详细的报告和建议,帮助用户理解和解决发现的问题。Trivy 的高效性和广泛兼容性使其成为 DevOps 和安全团队的理想选择。" + }, + "screenshots": { + "en-US": [ + { + "id": "574ffd1f-4172-47b2-90e9-491d8b6ccc52", + "key": "architecture", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/trivy/trivy-product-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "c8aca49d-56a9-493c-9c9f-226dc99e30f6", + "key": "architecture", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/trivy/trivy-product-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7bEZEybtxvYtBZ13iNQH5Y" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "highlights": { + "en-US": [ + "Multi-functional scanning: Comprehensive coverage of containers, files, and code.", + "Easy integration: Seamless integration into CI/CD pipelines.", + "Detailed reports: Provides fix suggestions and detailed information." + ], + "zh-CN": [ + "多功能扫描:容器、文件、代码全覆盖。", + "易于集成:无缝接入 CI/CD 流程。", + "详细报告:提供修复建议和详细信息。" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ZRY6UR6j4c4dOYz3PXXFs" + } + } + ] + }, + "websiteurl": { + "en-US": "https://trivy.dev/" + }, + "trademarkUrl": { + "en-US": "https://www.aquasec.com/terms-of-use/" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "79sW6fIZmgeWRjeXqRs1RM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + } + ] + }, + "keywords": { + "en-US": [ + "BI", + "Master Data" + ], + "zh-CN": [ + "BI", + "主数据" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "0.58.0", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 2 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5G4AiRSk0lzgRZzRkxv0FD", + "type": "Entry", + "createdAt": "2024-07-17T06:28:25.658Z", + "updatedAt": "2024-07-24T08:05:22.962Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 46, + "publishedAt": "2024-07-24T08:05:22.962Z", + "firstPublishedAt": "2024-07-17T07:53:33.322Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 6, + "version": 47, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5G4AiRSk0lzgRZzRkxv0FD" + }, + "fields": { + "key": { + "en-US": "kaspersky" + }, + "trademark": { + "en-US": "Kaspersky", + "zh-CN": "Kaspersky" + }, + "title": { + "en-US": "Antivirus and security engine", + "zh-CN": "防病毒和安全引擎" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1elJT6rhZmCjpLMAMJeJt6" + } + } + }, + "summary": { + "en-US": "Antivirus and security engine", + "zh-CN": "防病毒和安全引擎" + }, + "overview": { + "en-US": "Kaspersky Endpoint Security for Linux offers robust antivirus protection and threat detection, ensuring comprehensive security for enterprise servers and critical infrastructure.", + "zh-CN": "卡巴斯基Linux端点安全提供强大的防病毒保护和威胁检测,确保企业服务器和关键基础设施的全面安全。" + }, + "description": { + "en-US": "Kaspersky Endpoint Security for Linux provides comprehensive protection for Linux-based servers and workstations. It features advanced threat detection, real-time malware protection, and robust anti-virus capabilities. The solution is designed to secure critical business assets from cyber threats, including ransomware, rootkits, and network attacks. It offers centralized management through the Kaspersky Security Center, allowing administrators to deploy, monitor, and manage security policies efficiently. The software also integrates seamlessly with other Kaspersky products, ensuring a unified security approach across different platforms. With its low system impact and high detection rates, Kaspersky Endpoint Security for Linux is ideal for maintaining the security and integrity of enterprise environments.", + "zh-CN": "卡巴斯基终端安全 for Linux 提供针对基于 Linux 的服务器和工作站的全面保护。它具有先进的威胁检测、实时恶意软件保护和强大的防病毒功能。该解决方案旨在保护关键业务资产免受网络威胁,包括勒索软件、根工具包和网络攻击。通过卡巴斯基安全中心提供集中管理,允许管理员高效地部署、监控和管理安全策略。该软件还与其他卡巴斯基产品无缝集成,确保在不同平台上实现统一的安全策略。凭借低系统影响和高检测率,卡巴斯基终端安全 for Linux 是维护企业环境安全和完整性的理想选择。" + }, + "screenshots": { + "en-US": [ + { + "id": "3581bf86-0848-4a5a-b31d-c1a7b8abf6ad", + "key": "product", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/kaspersky/kaspersky-product-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "5edb350f-9038-4daa-8f56-b7dc55b3f437", + "key": "product", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/kaspersky/kaspersky-product-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7bEZEybtxvYtBZ13iNQH5Y" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "highlights": { + "en-US": [ + "Advanced threat detection with real-time protection.", + "Comprehensive security features including privacy and parental controls." + ], + "zh-CN": [ + "高级威胁检测与实时保护。", + "全面的安全功能,包括隐私和家长控制。" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DmwGRxVVFBeiR5MGbv9ea" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1bTSCPdOUh0103h7X4ssUk" + } + } + ] + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DsfObBcFoAWJGQZC4AQeS" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.kaspersky.com/" + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 1 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6wYXCIDlZvqse4ySEvSboF", + "type": "Entry", + "createdAt": "2024-07-31T07:54:30.313Z", + "updatedAt": "2024-07-31T07:58:28.939Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2024-07-31T07:58:28.939Z", + "firstPublishedAt": "2024-07-31T07:58:28.939Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6wYXCIDlZvqse4ySEvSboF" + }, + "fields": { + "title": { + "en-US": "portkey" + }, + "slug": { + "en-US": "Portkey" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/portkey-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5EYKx8EUgA1eOHufbQAGQM", + "type": "Entry", + "createdAt": "2024-07-31T08:38:03.492Z", + "updatedAt": "2024-09-26T08:33:13.205Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 67, + "publishedAt": "2024-09-26T08:33:13.205Z", + "firstPublishedAt": "2024-07-31T09:04:12.271Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 6, + "version": 68, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5EYKx8EUgA1eOHufbQAGQM" + }, + "fields": { + "key": { + "en-US": "portkey" + }, + "trademark": { + "en-US": "Portkey", + "zh-CN": "Portkey" + }, + "title": { + "en-US": "AI Gateway for LLM integrations", + "zh-CN": "AI 大模型网关" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6wYXCIDlZvqse4ySEvSboF" + } + } + }, + "summary": { + "en-US": "AI Gateway for LLM integrations", + "zh-CN": "AI 大模型网关" + }, + "overview": { + "en-US": "Connect, load balance, setup fallbacks and seamlessly manage 100+ AI models using a single consistent API.", + "zh-CN": "使用单一的、一致的 API 进行连接、负载均衡、设置回退并无缝管理 100+ AI 模型。" + }, + "description": { + "en-US": "Gateway streamlines requests to 200+ open & closed source models with a unified API. It is also production-ready with support for caching, fallbacks, retries, timeouts, loadbalancing, and can be edge-deployed for minimum latency.\n\n- Blazing fast (9.9x faster) with a tiny footprint (~45kb installed)\n- Load balance across multiple models, providers, and keys\n- Fallbacks make sure your app stays resilient\n- Automatic Retries with exponential fallbacks come by default\n- Configurable Request Timeouts to easily handle unresponsive LLM requests\n- Multimodal to support routing between Vision, TTS, STT, Image Gen, and more models\n- Plug-in middleware as needed\n- Battle tested over 300B tokens\n- Enterprise-ready for enhanced security, scale, and custom deployments", + "zh-CN": "Gateway 使用统一的 API 简化了对 200+ 开源和闭源模型的请求。它还支持生产就绪,支持缓存、回退、重试、超时、负载均衡,并且可以进行边缘部署以实现最小的延迟。\n\n- 速度极快(9.9 倍),占用空间极小(安装后约 45kb)\n- 在多个模型、提供商和密钥之间实现负载平衡\n- 回退功能确保您的应用保持弹性\n- 默认情况下自动重试指数级回退\n- 可配置请求超时,轻松处理无响应的 LLM 请求\n- 多模式支持视觉、TTS、STT、图像生成和更多模式之间的路由选择\n- 根据需要插入中间件\n- 经过超过 300B 令牌的实战测试\n- 企业就绪,可增强安全性、扩展性和自定义部署" + }, + "screenshots": { + "en-US": [ + { + "id": "9f9ecbbf-1e89-4a9c-b7a2-388d060b5a38", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/portkey/portkey-dashboard-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "808ab618-764d-4990-8ca7-7c597de613c6", + "key": "控制台", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/portkey/portkey-dashboard-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4E1J9RrBlNYtQLVuy2p1Ju" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7rgRETCtAaeD5nKKUqaHX5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "18WRukzpbyA4ebyhWDJFsU" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4qGUijXFbNgosOxYmHl5LT" + } + } + ] + }, + "websiteurl": { + "en-US": "https://portkey.ai/" + }, + "distribution": { + "en-US": [ + { + "id": "a508c7e8-c322-4477-be05-4931bfb0b659", + "key": "community", + "value": "1.5.2,latest" + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "69NTPW4eEVCQPNTjROwZJO", + "type": "Entry", + "createdAt": "2024-08-08T08:25:25.986Z", + "updatedAt": "2024-08-08T08:26:46.994Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2024-08-08T08:26:46.994Z", + "firstPublishedAt": "2024-08-08T08:26:46.994Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/69NTPW4eEVCQPNTjROwZJO" + }, + "fields": { + "title": { + "en-US": "Zulip" + }, + "slug": { + "en-US": "zulip" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/zulip-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1UH2zZzODPDl2s2Jcpshgj", + "type": "Entry", + "createdAt": "2024-08-08T08:28:32.063Z", + "updatedAt": "2024-12-18T01:30:52.927Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 34, + "publishedAt": "2024-12-18T01:30:52.927Z", + "firstPublishedAt": "2024-08-08T08:56:46.170Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 7, + "version": 35, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1UH2zZzODPDl2s2Jcpshgj" + }, + "fields": { + "key": { + "en-US": "zulip" + }, + "trademark": { + "en-US": "Zulip", + "zh-CN": "Zulip" + }, + "title": { + "en-US": "Organized team chat", + "zh-CN": "组织团队聊天" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "69NTPW4eEVCQPNTjROwZJO" + } + } + }, + "summary": { + "en-US": "Organized team chat", + "zh-CN": "组织团队聊天" + }, + "overview": { + "en-US": "open-source team chat with topic-based threading for organization.", + "zh-CN": "Zulip 是一个开源团队聊天工具,支持话题化讨论。" + }, + "description": { + "en-US": "Zulip is an open-source team chat application that combines the immediacy of real-time chat with an email-like threading model. This unique approach allows users to organize conversations by topics within channels, making it easier to follow discussions and stay on top of important messages. Zulip supports integrations with numerous tools, enabling seamless workflows and enhanced productivity. It is available on multiple platforms, including web, desktop, and mobile, ensuring accessibility for all team members. With features like advanced search, message pinning, and customizable notifications, Zulip is designed to facilitate efficient and organized team communication.", + "zh-CN": "Zulip 是一款开源团队聊天应用程序,它将实时聊天的即时性与类似电子邮件的线程模式相结合。这种独特的方法允许用户在频道内按主题组织会话,从而更容易跟踪讨论并掌握重要信息。Zulip 支持与多种工具集成,实现了无缝工作流并提高了工作效率。它可在网页、桌面和移动等多个平台上使用,确保所有团队成员都能使用。Zulip 具有高级搜索、消息固定和自定义通知等功能,旨在促进高效、有序的团队沟通。" + }, + "screenshots": { + "en-US": [ + { + "id": "e1da94f1-8656-4a97-bcbe-82461c324bd8", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/zulip/zulip-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "48a06b4d-0f6f-427a-89d7-1a8818a8e2ad", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/zulip/zulip-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1fmHNMWYZDyeknD3uaSpAS" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "websiteurl": { + "en-US": "https://zulip.com/" + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "9.1-3", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 2 + }, + "storage": { + "en-US": 10 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7yijiEebkG1HRge0Ek9oJI", + "type": "Entry", + "createdAt": "2024-08-08T09:25:07.650Z", + "updatedAt": "2024-08-08T09:27:20.330Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2024-08-08T09:27:20.330Z", + "firstPublishedAt": "2024-08-08T09:27:20.330Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7yijiEebkG1HRge0Ek9oJI" + }, + "fields": { + "title": { + "en-US": "PMM" + }, + "slug": { + "en-US": "pmm" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/pmm-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "46g9X4jHZkIzblZpBekngM", + "type": "Entry", + "createdAt": "2024-08-09T01:22:18.256Z", + "updatedAt": "2024-08-19T08:30:46.315Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2024-08-19T08:30:46.315Z", + "firstPublishedAt": "2024-08-09T01:22:59.084Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 3, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/46g9X4jHZkIzblZpBekngM" + }, + "fields": { + "title": { + "en-US": "MySQL Workbench" + }, + "slug": { + "en-US": "mysqlworkbench" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/mysqlworkbench-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7r2nWS9S0SyWCCdKNoN1ef", + "type": "Entry", + "createdAt": "2024-08-09T01:25:59.796Z", + "updatedAt": "2025-01-07T09:27:43.225Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 42, + "publishedAt": "2025-01-07T09:27:43.225Z", + "firstPublishedAt": "2024-08-09T01:54:45.189Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 12, + "version": 43, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7r2nWS9S0SyWCCdKNoN1ef" + }, + "fields": { + "key": { + "en-US": "pmm" + }, + "trademark": { + "en-US": "PMM", + "zh-CN": "PMM" + }, + "title": { + "en-US": "Percona Monitoring and Management", + "zh-CN": "Percona 监控和管理" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7yijiEebkG1HRge0Ek9oJI" + } + } + }, + "summary": { + "en-US": "Percona Monitoring and Management", + "zh-CN": "Percona 监控和管理" + }, + "overview": { + "en-US": "Percona Monitoring and Management is an open-source database monitoring, management, and observability solution for MySQL, PostgreSQL, and MongoDB.", + "zh-CN": "PMM 是一款开源数据库监控、管理和可观察性解决方案,适用于 MySQL、PostgreSQL 和 MongoDB。" + }, + "description": { + "en-US": "Percona Monitoring and Management (PMM) is an open-source database monitoring and management tool designed for MySQL, MariaDB, PostgreSQL, and MongoDB. It provides comprehensive insights into database performance with features like real-time monitoring, query analytics, and alerting. PMM helps identify performance bottlenecks, optimize queries, and ensure database reliability. It includes a user-friendly interface with dashboards powered by Grafana and integrates with Prometheus for metrics collection. PMM is essential for database administrators aiming to maintain optimal performance, security, and uptime of their database environments.", + "zh-CN": "PMM 是一款开源数据库监控和管理工具,适用于 MySQL、MariaDB、PostgreSQL 和 MongoDB。它具有实时监控、查询分析和警报等功能,能全面洞察数据库性能。PMM 可帮助识别性能瓶颈、优化查询并确保数据库的可靠性。它具有用户友好的界面,由 Grafana 提供仪表盘,并与 Prometheus 集成以收集指标。PMM 对于旨在保持数据库环境最佳性能、安全性和正常运行时间的数据库管理员来说至关重要。" + }, + "screenshots": { + "en-US": [ + { + "id": "fce7c8fb-7c3e-4cc7-998a-ed1b26accc51", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/pmm/pmm-dashboard-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "1dd368a7-cd76-4ee1-bae1-2b93221bb72d", + "key": "控制台", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/pmm/pmm-dashboard-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "TdsvWxQeDCNl1jwOanqG2" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2O8RaSlsatiVMNTatp20FU" + } + } + }, + "websiteurl": { + "en-US": "https://www.percona.com/" + }, + "trademarkUrl": { + "en-US": "https://docs.percona.com/percona-monitoring-and-management/trademark-policy.html" + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "2.44.0", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 2 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5EXSmXj1q8vdJDE4kvxmq2", + "type": "Entry", + "createdAt": "2024-08-19T07:31:15.760Z", + "updatedAt": "2024-11-05T01:01:25.648Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 42, + "publishedAt": "2024-11-05T01:01:25.648Z", + "firstPublishedAt": "2024-08-19T07:47:26.089Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 7, + "version": 43, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5EXSmXj1q8vdJDE4kvxmq2" + }, + "fields": { + "key": { + "en-US": "mysqlworkbench" + }, + "trademark": { + "en-US": "MySQL Workbench", + "zh-CN": "MySQL Workbench" + }, + "title": { + "en-US": "unified visual tool for MySQL", + "zh-CN": "MySQL可视化工具" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "46g9X4jHZkIzblZpBekngM" + } + } + }, + "summary": { + "en-US": "unified visual tool for MySQL", + "zh-CN": "MySQL可视化工具" + }, + "overview": { + "en-US": "MySQL Workbench is an integrated tool for database design, development and administration.", + "zh-CN": "MySQL Workbench 是一个用于数据库设计、开发和管理的集成工具。" + }, + "description": { + "en-US": "MySQL Workbench is a comprehensive database management tool designed for MySQL. It provides data modeling, SQL development, and database administration functions. Users can design database architecture, execute and optimize SQL queries, manage users and permissions, and perform database backups and restores through a graphical interface.Workbench also supports database migration to help users migrate to MySQL from other database systems.Its intuitive interface and powerful features make it ideal for developers and database administrators to simplify complex database Workbench also supports database migration to help users migrate from other database systems to MySQL.", + "zh-CN": "MySQL Workbench 是一个综合性的数据库管理工具,专为 MySQL 设计。它提供数据建模、SQL 开发和数据库管理功能。用户可以通过图形界面设计数据库架构、执行和优化 SQL 查询、管理用户和权限,以及进行数据库备份和恢复。Workbench 还支持数据库迁移,帮助用户从其他数据库系统迁移到 MySQL。其直观的界面和强大的功能使其成为开发者和数据库管理员的理想选择,简化了复杂的数据库管理任务,提高了工作效率。" + }, + "screenshots": { + "en-US": [ + { + "id": "6044a165-9b3b-4abc-ac6e-4d75e8b2ee9b", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/mysqlworkbench/mysqlworkbench-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "a3d837d9-207e-43bb-af80-44b7844e92ae", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/mysqlworkbench/mysqlworkbench-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "TdsvWxQeDCNl1jwOanqG2" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5bFfqXIcehqRrhgs5GSove" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.mysql.com/products/workbench/" + }, + "trademarkUrl": { + "en-US": "https://www.oracle.com/legal/trademarks/?er=221886" + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "8.0.40", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 3 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5jpnFYVmpwImZRt21o3ab7", + "type": "Entry", + "createdAt": "2024-08-19T08:29:20.820Z", + "updatedAt": "2024-08-19T08:31:33.479Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2024-08-19T08:31:33.479Z", + "firstPublishedAt": "2024-08-19T08:31:33.479Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5jpnFYVmpwImZRt21o3ab7" + }, + "fields": { + "title": { + "en-US": "Gitness" + }, + "slug": { + "en-US": "gitness" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/gitness-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7cIiMqQWIm8zNKOdthIc68", + "type": "Entry", + "createdAt": "2024-08-19T08:31:56.511Z", + "updatedAt": "2024-08-19T08:32:51.838Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2024-08-19T08:32:51.838Z", + "firstPublishedAt": "2024-08-19T08:32:51.838Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7cIiMqQWIm8zNKOdthIc68" + }, + "fields": { + "title": { + "en-US": "Vaultwarden" + }, + "slug": { + "en-US": "vaultwarden" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/vaultwarden-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3edDkc38XFwcmFX4aQ4Aqf", + "type": "Entry", + "createdAt": "2024-08-19T08:36:21.753Z", + "updatedAt": "2025-01-06T08:47:50.110Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 46, + "publishedAt": "2025-01-06T08:47:50.110Z", + "firstPublishedAt": "2024-08-19T08:51:43.624Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 13, + "version": 47, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3edDkc38XFwcmFX4aQ4Aqf" + }, + "fields": { + "key": { + "en-US": "vaultwarden" + }, + "trademark": { + "en-US": "Vaultwarden", + "zh-CN": "Vaultwarden" + }, + "title": { + "en-US": "Open source password manager", + "zh-CN": "开源团队密码管理器" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7cIiMqQWIm8zNKOdthIc68" + } + } + }, + "summary": { + "en-US": "Open source password manager", + "zh-CN": "开源团队密码管理器" + }, + "overview": { + "en-US": "Vaultwarden is a lightweight Bitwarden server implementation for managing and storing passwords.", + "zh-CN": "Vaultwarden 是一个轻量级的 Bitwarden 服务器实现,用于管理和存储密码。" + }, + "description": { + "en-US": "Vaultwarden is an open source, lightweight password management solution based on Bitwarden's API implementation. It provides a self-hosted server environment that allows users to securely store and manage passwords, credit card information, identities, and security notes.Vaultwarden is known for its low resource footprint and ease of deployment, making it suitable for running on resource-constrained devices such as the Raspberry Pi. It supports multi-user, multi-device synchronization and provides strong encryption mechanisms to ensure the security and privacy of user data.", + "zh-CN": "Vaultwarden 是一个开源、轻量级的密码管理解决方案,基于 Bitwarden 的 API 实现。它提供了一个自托管的服务器环境,允许用户安全地存储和管理密码、信用卡信息、身份和安全笔记。Vaultwarden 以其低资源占用和易于部署而闻名,适合在资源有限的设备上运行,如树莓派。它支持多用户、多设备同步,并提供强大的加密机制,确保用户数据的安全性和隐私性。" + }, + "screenshots": { + "en-US": [ + { + "id": "bfcb3077-f528-4815-8ce9-1fc3952a815b", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/vaultwarden/vaultwarden-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "69462e1b-5bbb-433a-a9f4-499930588f2b", + "key": "管理面板", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/vaultwarden/vaultwarden-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6cjfHKIUVysyZJ04yZRca5" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "581T3Tx1sCF3xWdG8fWXbm" + } + } + }, + "websiteurl": { + "en-US": "https://www.vaultwarden.net/" + }, + "trademarkUrl": { + "en-US": "https://vaultwarden.discourse.group/t/rebranding-of-vaultwarden/2792" + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "1.32.7", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 1 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5tgdA1UtB6lD0gwbSjWd92", + "type": "Entry", + "createdAt": "2024-08-19T09:17:29.373Z", + "updatedAt": "2024-10-23T06:56:22.365Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 30, + "publishedAt": "2024-10-23T06:56:22.365Z", + "firstPublishedAt": "2024-08-19T09:29:18.172Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 6, + "version": 31, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5tgdA1UtB6lD0gwbSjWd92" + }, + "fields": { + "key": { + "en-US": "gitness" + }, + "trademark": { + "en-US": "Gitness", + "zh-CN": "Gitness" + }, + "title": { + "en-US": "Open-source code hosting & pipeline engine", + "zh-CN": "开源代码托管和管道引擎" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5jpnFYVmpwImZRt21o3ab7" + } + } + }, + "summary": { + "en-US": "Open-source code hosting & pipeline engine", + "zh-CN": "开源代码托管和管道引擎" + }, + "overview": { + "en-US": "Gitness is an open source Git service that provides code hosting and collaboration features.", + "zh-CN": "Gitness 是一个开源的 Git 服务,提供代码托管和协作功能。" + }, + "description": { + "en-US": "Gitness is an open source Git service platform designed to provide efficient code hosting and collaboration capabilities. It supports the creation, management, and access of Git repositories, allowing team members to perform code reviews, merge requests, and branch management.Gitness provides an intuitive user interface and powerful permission controls to ensure code security and ease of collaboration. It also integrates Continuous Integration and Continuous Deployment (CI/CD) capabilities to help development teams automate the build, test and deployment process. As a self-hosted solution, Gitness can be deployed on local servers or in cloud environments to meet the needs of teams of different sizes.", + "zh-CN": "Gitness 是一个开源的 Git 服务平台,旨在提供高效的代码托管和协作功能。它支持 Git 仓库的创建、管理和访问,允许团队成员进行代码审查、合并请求和分支管理。Gitness 提供了直观的用户界面和强大的权限控制,确保代码的安全性和协作的便捷性。它还集成了持续集成和持续部署(CI/CD)功能,帮助开发团队自动化构建、测试和部署流程。作为一个自托管解决方案,Gitness 可以部署在本地服务器或云环境中,满足不同规模团队的需求。" + }, + "screenshots": { + "en-US": [ + { + "id": "0fcf9931-e2d0-4049-8199-8b17544dfb29", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/gitness/gitness-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "f56ddfbd-4f8a-45cb-990c-4270b047da8c", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/gitness/gitness-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2DltY233eD0xqBGq6o9NUL" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17yJkB6XQXVCd2BSxCxJnC" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ZRY6UR6j4c4dOYz3PXXFs" + } + } + ] + }, + "websiteurl": { + "en-US": "https://gitness.com/" + }, + "trademarkUrl": { + "en-US": "https://www.harness.io/legal/trademark" + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 1 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1USpcbXSCM18phDuGY7joC", + "type": "Entry", + "createdAt": "2024-08-21T01:58:10.120Z", + "updatedAt": "2024-08-21T03:15:16.206Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2024-08-21T03:15:16.206Z", + "firstPublishedAt": "2024-08-21T02:06:37.380Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 2, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1USpcbXSCM18phDuGY7joC" + }, + "fields": { + "title": { + "en-US": "JetBrains-1" + }, + "slug": { + "en-US": "JetBrains AuthorizedReseller" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/vendor/vendor-JetBrains-Authorized-Reseller-websoft9.png" + }, + "type": { + "en-US": [ + "Vendor" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7DWQuIZr4pWBhwzzYRTpHh", + "type": "Entry", + "createdAt": "2024-08-21T02:11:57.386Z", + "updatedAt": "2024-08-21T02:14:25.335Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 14, + "publishedAt": "2024-08-21T02:14:25.335Z", + "firstPublishedAt": "2024-08-21T02:14:25.335Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 15, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "marketplace" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7DWQuIZr4pWBhwzzYRTpHh" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1HOq8kZE5RSbHa16P0jspK" + } + } + }, + "key": { + "en-US": "jetbrains-reseller" + }, + "name": { + "en-US": "JetBrains", + "zh-CN": "JetBrains" + }, + "description": { + "en-US": "We make professional software development a more productive and enjoyable experience", + "zh-CN": "致力于将专业的软件开发变成生产力更高、更愉悦的体验" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1USpcbXSCM18phDuGY7joC" + } + } + }, + "siteurl": { + "en-US": "https://www.jetbrains.com/zh-cn/company/partners/#regions=CN", + "zh-CN": "https://www.jetbrains.com/zh-cn/company/partners/#regions=CN" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5O8hAeUBZVZqUs83i6v9XE", + "type": "Entry", + "createdAt": "2024-08-22T09:14:28.636Z", + "updatedAt": "2024-08-22T09:18:17.512Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2024-08-22T09:18:17.512Z", + "firstPublishedAt": "2024-08-22T09:18:17.512Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5O8hAeUBZVZqUs83i6v9XE" + }, + "fields": { + "key": { + "en-US": "business-sl11" + }, + "name": { + "en-US": "BSL1.1" + }, + "title": { + "en-US": "Business Source License 1.1" + }, + "url": { + "en-US": "https://mariadb.com/bsl11/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "37sCZgeZbNIfKK7jJ2PJ9W", + "type": "Entry", + "createdAt": "2024-08-22T09:22:09.456Z", + "updatedAt": "2024-08-22T09:26:46.860Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2024-08-22T09:26:46.860Z", + "firstPublishedAt": "2024-08-22T09:26:46.860Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/37sCZgeZbNIfKK7jJ2PJ9W" + }, + "fields": { + "title": { + "en-US": "Business automation", + "zh-CN": "业务自动化" + }, + "key": { + "en-US": "business-automation" + }, + "position": { + "en-US": 12 + }, + "overview": { + "en-US": "Marketing, Recruiting, Sales, HelpDesk automation", + "zh-CN": "企业运营的业务自动化" + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2hZRCPvPqDhF7UcFCmnC0H" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3HjhIaDMod8KcMZ5dWq1j2" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3YcBAZd9WeIAPsJrtyPQLL", + "type": "Entry", + "createdAt": "2024-08-26T06:16:44.933Z", + "updatedAt": "2024-08-26T06:17:28.859Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2024-08-26T06:17:28.859Z", + "firstPublishedAt": "2024-08-26T06:17:28.859Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3YcBAZd9WeIAPsJrtyPQLL" + }, + "fields": { + "title": { + "en-US": "Mage" + }, + "slug": { + "en-US": "mage" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/mage-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "72XCqEyQpMLk8BrFWmXInq", + "type": "Entry", + "createdAt": "2024-08-26T06:18:27.785Z", + "updatedAt": "2024-08-26T06:19:03.526Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2024-08-26T06:19:03.526Z", + "firstPublishedAt": "2024-08-26T06:19:03.526Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/72XCqEyQpMLk8BrFWmXInq" + }, + "fields": { + "title": { + "en-US": "Couchbase" + }, + "slug": { + "en-US": "couchbase" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/couchbase-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2Nds0FYu2YFKGk3BgPXrY", + "type": "Entry", + "createdAt": "2024-08-26T06:38:02.923Z", + "updatedAt": "2024-08-30T08:50:34.787Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 37, + "publishedAt": "2024-08-30T08:50:34.787Z", + "firstPublishedAt": "2024-08-26T06:42:35.552Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 9, + "version": 38, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2Nds0FYu2YFKGk3BgPXrY" + }, + "fields": { + "key": { + "en-US": "couchbase" + }, + "trademark": { + "en-US": "Couchbase", + "zh-CN": "Couchbase" + }, + "title": { + "en-US": "Couchbase Capella", + "zh-CN": "Couchbase云数据库" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "72XCqEyQpMLk8BrFWmXInq" + } + } + }, + "summary": { + "en-US": "NoSQL cloud database platform", + "zh-CN": "NoSQL 云数据库平台" + }, + "overview": { + "en-US": "Couchbase is a high-performance, distributed NoSQL database with support for document storage and in-memory caching.", + "zh-CN": "Couchbase是一个高性能、分布式NoSQL数据库,支持文档存储和内存缓存。" + }, + "description": { + "en-US": "Couchbase is a high-performance, distributed NoSQL database designed for modern applications. It combines document storage and in-memory caching, supports the JSON document format, and provides a flexible data model.Couchbase is highly scalable and highly available, with support for automatic sharding and multi-node clustering. It also provides ACID transaction support, full-text search and real-time analytics. With Couchbase's built-in caching layer, low-latency data access can be achieved, which is suitable for application scenarios requiring high throughput and low latency, such as real-time analytics, content management and personalized recommendations.", + "zh-CN": "Couchbase 是一个高性能、分布式 NoSQL 数据库,专为现代应用设计。它结合了文档存储和内存缓存功能,支持 JSON 文档格式,提供灵活的数据模型。Couchbase 具有强大的可扩展性和高可用性,支持自动分片和多节点集群。它还提供 ACID 事务支持、全文搜索和实时分析功能。通过 Couchbase 的内置缓存层,可以实现低延迟的数据访问,适用于需要高吞吐量和低延迟的应用场景,如实时分析、内容管理和个性化推荐等。" + }, + "screenshots": { + "en-US": [ + { + "id": "f2ac6d4c-bf8d-4999-ba80-dc1959956140", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/couchbase/couchbase-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "81cb2255-ed34-4cb4-aa1c-31ab94ee02b3", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/couchbase/couchbase-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3qBphS6o9artL5oDiCPLM7" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "websiteurl": { + "en-US": "https://www.couchbase.com/" + }, + "trademarkUrl": { + "en-US": "https://www.couchbase.com/trademark-policy" + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "community-7.6.2", + "community" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 8 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6vXHvFak1x8NFehc9XQyMU", + "type": "Entry", + "createdAt": "2024-08-26T07:15:11.653Z", + "updatedAt": "2024-12-11T07:18:34.712Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 50, + "publishedAt": "2024-12-11T07:18:34.712Z", + "firstPublishedAt": "2024-08-26T08:19:58.538Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 12, + "version": 51, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6vXHvFak1x8NFehc9XQyMU" + }, + "fields": { + "key": { + "en-US": "mage" + }, + "trademark": { + "en-US": "Mage", + "zh-CN": "Mage" + }, + "title": { + "en-US": "Open-source data pipeline tool", + "zh-CN": "开源数据管道工具" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3YcBAZd9WeIAPsJrtyPQLL" + } + } + }, + "summary": { + "en-US": "Open-source data pipeline tool", + "zh-CN": "开源数据管道工具" + }, + "overview": { + "en-US": "Build, run, and manage data pipelines for integrating and transforming data.", + "zh-CN": "构建、运行和管理用于集成和转换数据的数据管道" + }, + "description": { + "en-US": "- Integrate and synchronize data from 3rd party sources\n- Build real-time and batch pipelines to transform data using Python, SQL, and R\n- Run, monitor, and orchestrate thousands of pipelines without losing sleep", + "zh-CN": "- 整合和同步第三方来源的数据\n- 使用 Python、SQL 和 R 构建实时和批处理管道来转换数据\n- 不眠不休地运行、监控和协调数千个管道" + }, + "screenshots": { + "en-US": [ + { + "id": "0b025645-cf8e-41f8-858d-529f1711f477", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/mage/mage-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "e44180e0-8cf0-4a2c-9b56-b544ddc1d7ed", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/mage/mage-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "TdsvWxQeDCNl1jwOanqG2" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63lAclzrEwyy3akHF0l9kH" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ErftetWADiFvvgRO3pFnU" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.mage.ai/" + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "0.9.75" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 4 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3znhjRCQbwCgbL3stdmP69", + "type": "Entry", + "createdAt": "2024-08-27T00:47:19.406Z", + "updatedAt": "2024-08-27T00:52:06.563Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2024-08-27T00:52:06.563Z", + "firstPublishedAt": "2024-08-27T00:52:06.563Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "publishedCounter": 1, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1KROn8PiuA9MP6BIEy4lib" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "license" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3znhjRCQbwCgbL3stdmP69" + }, + "fields": { + "key": { + "en-US": "sustainable-use-license-1.0" + }, + "name": { + "en-US": "Sustainable Use License 1.0" + }, + "title": { + "en-US": "Sustainable Use License 1.0" + }, + "description": { + "en-US": "The license allows you the free right to use, modify, create derivative works, and redistribute, with three limitations:\n\n- You may use or modify the software only for your own internal business purposes or for non-commercial or personal use.\n- You may distribute the software or provide it to others only if you do so free of charge for non-commercial purposes.\n- You may not alter, remove, or obscure any licensing, copyright, or other notices of the licensor in the software. Any use of the licensor's trademarks is subject to applicable law.\n\nwouldn't be allowed:\n\n- White-labeling n8n and offering it to your customers for money.\n- Hosting n8n and charging people money to access it." + }, + "url": { + "en-US": "https://github.com/n8n-io/n8n/blob/master/LICENSE.md" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1z1ZQHWU0hOnsBepSby9aW", + "type": "Entry", + "createdAt": "2024-09-13T07:45:35.665Z", + "updatedAt": "2024-09-13T07:46:25.462Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2024-09-13T07:46:25.462Z", + "firstPublishedAt": "2024-09-13T07:46:25.462Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1z1ZQHWU0hOnsBepSby9aW" + }, + "fields": { + "title": { + "en-US": "YouTrack" + }, + "slug": { + "en-US": "youtrack" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/youtrack-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6R1AyzCbZixg3QrWDAcbN7", + "type": "Entry", + "createdAt": "2024-09-13T07:48:04.789Z", + "updatedAt": "2024-12-12T03:21:56.321Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 45, + "publishedAt": "2024-12-12T03:21:56.321Z", + "firstPublishedAt": "2024-09-13T07:52:31.353Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 11, + "version": 46, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6R1AyzCbZixg3QrWDAcbN7" + }, + "fields": { + "key": { + "en-US": "youtrack" + }, + "trademark": { + "en-US": "YouTrack", + "zh-CN": "YouTrack" + }, + "title": { + "en-US": "project management for all your teams", + "zh-CN": "团队项目管理系统" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1z1ZQHWU0hOnsBepSby9aW" + } + } + }, + "summary": { + "en-US": "project management for all your teams", + "zh-CN": "团队项目管理系统" + }, + "overview": { + "en-US": "YouTrack is a project management and issue tracking tool developed by JetBrains.", + "zh-CN": "YouTrack 是一款由 JetBrains 开发的项目管理和问题跟踪工具。" + }, + "description": { + "en-US": "YouTrack is a powerful project management and issue tracking tool developed by JetBrains and designed for development teams. With support for multiple issue types, flexible workflows, and custom fields, it adapts to a variety of project management methodologies, such as Scrum and Kanban. youTrack provides powerful search and query capabilities that enable teams to quickly find and manage issues. Its integrated time tracking and reporting features help teams better plan and analyze project progress. By seamlessly integrating with other JetBrains tools, YouTrack provides a unified development environment that enhances team collaboration.", + "zh-CN": "YouTrack 是由 JetBrains 开发的一款功能强大的项目管理和问题跟踪工具,专为开发团队设计。它支持多种问题类型、灵活的工作流和自定义字段,能够适应各种项目管理方法,如 Scrum 和 Kanban。YouTrack 提供强大的搜索和查询功能,使团队能够快速找到和管理问题。其集成的时间跟踪和报告功能,有助于团队更好地规划和分析项目进度。通过与 JetBrains 其他工具的无缝集成,YouTrack 提供了一个统一的开发环境,提升了团队的协作效率。" + }, + "screenshots": { + "en-US": [ + { + "id": "eff938ff-68b5-4823-bf45-1b1f4a0531b8", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/youtrack/youtrack-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "038d9f60-a61c-4ce2-8280-6ca2d4e5e678", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/youtrack/youtrack-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4KqOWojZmoXeCFvsu0sij5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "wgrBVU9K63sTF0it5DfIT" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17nBnb3cekP3IkiDLGh1F0" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "solution": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52B5PbVYDmVFrql23FjlMv" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "OBOPzHM0Q6rfPvJoKMEBL" + } + } + ] + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17Jq88yTIez2ftdYQRrZSc" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.jetbrains.com/youtrack/" + }, + "trademarkUrl": { + "en-US": "https://www.jetbrains.com/company/brand/" + }, + "distribution": { + "en-US": [ + { + "id": "dc3ee0c5-91fb-4812-af8d-8e47f885ff8e", + "key": "community", + "value": "2024.3.52635" + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 5 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2NhYzMKp9FM8iaUHddJ7To", + "type": "Entry", + "createdAt": "2024-09-20T05:59:02.914Z", + "updatedAt": "2024-09-20T06:00:17.177Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2024-09-20T06:00:17.177Z", + "firstPublishedAt": "2024-09-20T06:00:17.177Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2NhYzMKp9FM8iaUHddJ7To" + }, + "fields": { + "title": { + "en-US": "Danswer " + }, + "slug": { + "en-US": "danswer" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/danswer-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1uci2K8mt940f3yDLKLjre", + "type": "Entry", + "createdAt": "2024-09-20T06:03:08.851Z", + "updatedAt": "2024-09-20T06:03:43.251Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2024-09-20T06:03:43.251Z", + "firstPublishedAt": "2024-09-20T06:03:43.251Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1uci2K8mt940f3yDLKLjre" + }, + "fields": { + "title": { + "en-US": "Immich" + }, + "slug": { + "en-US": "immich" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/immich-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "62DRkZGZdPuaPJvIGEo1Hb", + "type": "Entry", + "createdAt": "2024-09-20T06:07:25.996Z", + "updatedAt": "2024-12-18T01:30:49.672Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 30, + "publishedAt": "2024-12-18T01:30:49.672Z", + "firstPublishedAt": "2024-09-20T06:23:39.605Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 4, + "version": 31, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/62DRkZGZdPuaPJvIGEo1Hb" + }, + "fields": { + "key": { + "en-US": "danswer" + }, + "trademark": { + "en-US": "Danswer", + "zh-CN": "Danswer" + }, + "title": { + "en-US": "Danswer AI Assistant", + "zh-CN": "Danswer AI 助手" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2NhYzMKp9FM8iaUHddJ7To" + } + } + }, + "summary": { + "en-US": "Danswer AI Assistant", + "zh-CN": "Danswer AI 助手" + }, + "overview": { + "en-US": "Danswer is a generative AI chat platform for teams.", + "zh-CN": "Danswer 是一个为团队设计的生成式 AI 聊天平台。" + }, + "description": { + "en-US": "Danswer is an open source enterprise search and Q&A platform designed for team collaboration. Its core function is to utilize generative AI technology to provide intelligent chat and information retrieval services to help team members quickly find the information they need.Danswer supports the integration of multiple data sources, including documents, databases, and third-party applications. Users can ask questions in natural language, and Danswer generates accurate and contextually relevant answers. It not only improves productivity, but also facilitates knowledge sharing and team collaboration. the open source nature of Danswer allows organizations to customize and extend it to meet their needs, ensuring flexibility and adaptability.", + "zh-CN": "Danswer 是一个开源的企业搜索和问答平台,专为团队协作设计。其核心功能是利用生成式 AI 技术,提供智能聊天和信息检索服务,帮助团队成员快速找到所需信息。Danswer 支持多种数据源的集成,包括文档、数据库和第三方应用。用户可以通过自然语言提问,Danswer 会生成准确且上下文相关的答案。它不仅提高了工作效率,还促进了知识共享和团队协作。Danswer 的开源性质允许企业根据自身需求进行定制和扩展,确保灵活性和适应性。" + }, + "screenshots": { + "en-US": [ + { + "id": "58978138-cf3f-40b0-b72f-6fe003c0d92f", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/danswer/danswer-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "9d50bd41-3935-4eda-9ad5-f5f1a4d14a2a", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/danswer/danswer-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "554Dn6TI5aUe6PhxY6weWV" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "websiteurl": { + "en-US": "https://www.danswer.ai/" + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "v0.5.23", + "latest" + ] + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 4 + }, + "memory": { + "en-US": 10 + }, + "storage": { + "en-US": 50 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1uCLx6nvRoVQw9fhNmXbag", + "type": "Entry", + "createdAt": "2024-09-20T06:35:20.830Z", + "updatedAt": "2024-12-12T03:19:43.599Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 30, + "publishedAt": "2024-12-12T03:19:43.599Z", + "firstPublishedAt": "2024-09-20T06:36:56.869Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 7, + "version": 31, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1uCLx6nvRoVQw9fhNmXbag" + }, + "fields": { + "key": { + "en-US": "immich" + }, + "trademark": { + "en-US": "Immich ", + "zh-CN": "Immich" + }, + "title": { + "en-US": "photo and video management solution", + "zh-CN": "照片和视频管理解决方案" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1uci2K8mt940f3yDLKLjre" + } + } + }, + "summary": { + "en-US": "photo and video management solution", + "zh-CN": "照片和视频管理解决方案" + }, + "overview": { + "en-US": "Open source photo and video backup, management, and sharing platform.", + "zh-CN": "开源照片和视频备份、管理、共享平台。" + }, + "description": { + "en-US": "Immich is an open source photo and video backup, management and sharing platform designed to provide user-friendly multi-device synchronization. It supports efficient media uploads and downloads, ensuring data security and privacy.Immich offers automated backup options, allowing users to easily manage and organize their media libraries. The platform supports tagging, albums, and search features that enable users to quickly find specific photos or videos.Immich's cross-platform compatibility makes it suitable for a wide range of devices, including phones, tablets, and computers. With the support of the open source community, Immich continues to improve and expand its functionality to meet the changing needs of its users.", + "zh-CN": "Immich 是一个开源的照片和视频备份、管理与共享平台,旨在提供用户友好的多设备同步功能。它支持高效的媒体上传和下载,确保数据安全和隐私。Immich 提供自动化的备份选项,允许用户轻松管理和组织他们的媒体库。该平台支持标签、相册和搜索功能,使用户能够快速找到特定的照片或视频。Immich 的跨平台兼容性使其适用于各种设备,包括手机、平板和电脑。通过开源社区的支持,Immich 持续改进和扩展功能,以满足用户不断变化的需求。" + }, + "screenshots": { + "en-US": [ + { + "id": "2996e1ec-52d3-47f0-86d4-6f3e642c9302", + "key": "Interface", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/immich/immich-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "265e38d4-f76c-4f30-8097-4fa0d3315b46", + "key": "界面", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/immich/immich-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6NOcBo02HlxiW6o5DkVLvV" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6dhUhSf0SPb3swoaJp8nj5" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "websiteurl": { + "en-US": "https://immich.app/" + }, + "trademarkUrl": { + "en-US": "https://immich.app/blog/2024/immich-core-team-goes-fulltime#what-will-change" + }, + "distribution": { + "en-US": [ + { + "id": "7621d714-4da5-4a16-8905-bf847454a84e", + "key": "community", + "value": "v1.115.0,release" + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 2 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5wN4HpxD1rMyVjXxqqwI2o", + "type": "Entry", + "createdAt": "2024-09-21T06:44:18.322Z", + "updatedAt": "2024-09-21T06:45:24.920Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2024-09-21T06:45:24.920Z", + "firstPublishedAt": "2024-09-21T06:45:24.920Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5wN4HpxD1rMyVjXxqqwI2o" + }, + "fields": { + "title": { + "en-US": "PhotoPrism" + }, + "slug": { + "en-US": "photoprism" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/photoprism-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5vcZhQTE6KmOfwAmroOV0v", + "type": "Entry", + "createdAt": "2024-09-21T06:50:09.016Z", + "updatedAt": "2024-12-31T01:56:43.501Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 31, + "publishedAt": "2024-12-31T01:56:43.501Z", + "firstPublishedAt": "2024-09-21T07:03:14.091Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 6, + "version": 32, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5vcZhQTE6KmOfwAmroOV0v" + }, + "fields": { + "key": { + "en-US": "photoprism" + }, + "trademark": { + "en-US": "PhotoPrism", + "zh-CN": "PhotoPrism" + }, + "title": { + "en-US": "AI-Powered Photos App", + "zh-CN": "人工智能驱动的照片应用程序" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5wN4HpxD1rMyVjXxqqwI2o" + } + } + }, + "summary": { + "en-US": "AI-Powered Photos App", + "zh-CN": "人工智能驱动的照片应用程序" + }, + "overview": { + "en-US": "PhotoPrism is an open source AI-powered photo management app.", + "zh-CN": "PhotoPrism 是一个开源的 AI 驱动照片管理应用。" + }, + "description": { + "en-US": "PhotoPrism is an open-source, AI-powered photo management application designed to help you organize, search, and share your photo collection. It uses machine learning to automatically tag and categorize images, making it easy to find specific photos based on content, location, or date. The platform supports a wide range of file formats and integrates with various cloud storage services, ensuring your photos are accessible from anywhere. PhotoPrism also offers privacy-focused features, allowing you to keep your photo library secure. Its user-friendly interface and powerful search capabilities make it an excellent choice for both personal and professional use.", + "zh-CN": "PhotoPrism 是一款开源、人工智能驱动的照片管理应用程序,旨在帮助您组织、搜索和共享您的照片收藏。它利用机器学习来自动标记和分类图片,从而可以根据内容、位置或日期轻松查找特定照片。该平台支持多种文件格式,并与各种云存储服务集成,确保你可以随时随地访问照片。PhotoPrism 还提供注重隐私的功能,可确保照片库的安全。其友好的用户界面和强大的搜索功能使其成为个人和专业用途的绝佳选择。" + }, + "screenshots": { + "en-US": [ + { + "id": "a663bc94-76a6-4850-8364-e69a8e8df703", + "key": "Interface", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/photoprism/photoprism-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "0acb1fde-d768-4d61-993f-4c98b762475e", + "key": "界面", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/photoprism/photoprism-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6NOcBo02HlxiW6o5DkVLvV" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ZRY6UR6j4c4dOYz3PXXFs" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.photoprism.app/" + }, + "trademarkUrl": { + "en-US": "https://www.photoprism.app/trademark" + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 10 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7dLJMk1EjBPVLnsrNVIcYG", + "type": "Entry", + "createdAt": "2024-09-25T08:30:01.701Z", + "updatedAt": "2024-09-25T08:32:50.623Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2024-09-25T08:32:50.623Z", + "firstPublishedAt": "2024-09-25T08:32:50.623Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7dLJMk1EjBPVLnsrNVIcYG" + }, + "fields": { + "title": { + "en-US": "Vector Databases", + "zh-CN": "矢量数据库" + }, + "key": { + "en-US": "vector-databases" + }, + "position": { + "en-US": 5.1 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4mv9cboFR6s2EODk9Uzx4O" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4mv9cboFR6s2EODk9Uzx4O" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5l32rnnoCy87vdQ9CcAYV7", + "type": "Entry", + "createdAt": "2024-09-26T07:29:54.512Z", + "updatedAt": "2024-09-26T08:35:20.708Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 10, + "publishedAt": "2024-09-26T08:35:20.708Z", + "firstPublishedAt": "2024-09-26T07:30:40.717Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 3, + "version": 11, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5l32rnnoCy87vdQ9CcAYV7" + }, + "fields": { + "title": { + "en-US": "AI for Video and Audio", + "zh-CN": "AI 音视频处理" + }, + "key": { + "en-US": "ai-for-video" + }, + "position": { + "en-US": 1.2 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6z8egY08PT8n8rPjdkjeMD" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "589HMAexpMchGfU0VfqlrP", + "type": "Entry", + "createdAt": "2024-09-26T07:31:35.684Z", + "updatedAt": "2024-09-26T07:55:50.546Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2024-09-26T07:55:50.546Z", + "firstPublishedAt": "2024-09-26T07:34:10.087Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/589HMAexpMchGfU0VfqlrP" + }, + "fields": { + "title": { + "en-US": "AI for Developer", + "zh-CN": "AI 开发者工具" + }, + "key": { + "en-US": "ai-for-developer" + }, + "position": { + "en-US": 1.4 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6z8egY08PT8n8rPjdkjeMD" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4lugh1wcHtyv7nBXh71aJ5", + "type": "Entry", + "createdAt": "2024-09-26T07:35:41.656Z", + "updatedAt": "2024-09-29T01:34:48.986Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 16, + "publishedAt": "2024-09-29T01:20:23.934Z", + "firstPublishedAt": "2024-09-26T07:36:02.420Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 20, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "changed", + "zh-CN": "changed" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4lugh1wcHtyv7nBXh71aJ5" + }, + "fields": { + "title": { + "en-US": "AI for Text", + "zh-CN": "AI 文本处理" + }, + "key": { + "en-US": "ai-for-text" + }, + "position": { + "en-US": 1.3 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6z8egY08PT8n8rPjdkjeMD" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "76SL0PBPsg4XUl9F7EiAFF", + "type": "Entry", + "createdAt": "2024-09-26T08:14:16.892Z", + "updatedAt": "2024-09-26T08:14:46.635Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2024-09-26T08:14:46.635Z", + "firstPublishedAt": "2024-09-26T08:14:46.635Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/76SL0PBPsg4XUl9F7EiAFF" + }, + "fields": { + "title": { + "en-US": "Gladys" + }, + "slug": { + "en-US": "gladys" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/gladys-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "73oxbJlpfTU9VqDrcLCPH2", + "type": "Entry", + "createdAt": "2024-09-26T08:16:06.325Z", + "updatedAt": "2024-10-08T03:52:51.906Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 54, + "publishedAt": "2024-10-08T03:52:51.906Z", + "firstPublishedAt": "2024-09-26T09:08:50.099Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 7, + "version": 55, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/73oxbJlpfTU9VqDrcLCPH2" + }, + "fields": { + "key": { + "en-US": "gladys" + }, + "trademark": { + "en-US": "Gladys", + "zh-CN": "Gladys" + }, + "title": { + "en-US": "Smart Home Assistant for equipment management and automation", + "zh-CN": "Smart Home Assistant for equipment management and automation" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "76SL0PBPsg4XUl9F7EiAFF" + } + } + }, + "summary": { + "en-US": "Smart Home Assistant for equipment management and automation", + "zh-CN": "智能家居集成与自动化平台" + }, + "overview": { + "en-US": "GladysAssistant is an open source home assistant for smart home automation.", + "zh-CN": "GladysAssistant 是一个开源家庭助理,用于智能家居自动化。" + }, + "description": { + "en-US": "GladysAssistant is an open source home assistant designed for smart home automation. It supports the integration of a wide range of smart devices and platforms, such as smart lights, thermostats, security cameras and voice assistants. Users can create automation scenarios and achieve interconnectivity between devices through a simple interface or by writing scripts.GladysAssistant provides strong community support and a rich library of plug-ins, enabling users to customize and extend it according to their needs. Both beginners and advanced users can utilize GladysAssistant to enhance the level of intelligence and ease of living in their homes.", + "zh-CN": "- 支持多种智能设备和平台的集成,如智能灯光、温控器、安全摄像头和语音助手等\n- 用户可以通过简单的界面或编写脚本来创建自动化场景,实现设备之间的互联互通\n- 提供了强大的社区支持和丰富的插件库,使用户能够根据自己的需求进行定制和扩展" + }, + "screenshots": { + "en-US": [ + { + "id": "3663f353-a230-4951-9a09-dde65c22fff8", + "key": "Dashboard", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/gladys/gladys-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "5cee540b-288c-4e2a-bc38-4da8a249cf04", + "key": "控制台", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/gladys/gladys-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2fiWuUVSbYfYT09duqZs7x" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "websiteurl": { + "en-US": "https://gladysassistant.com/" + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "v4", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6u1yLEoyQfzpPRQyHFZncq", + "type": "Entry", + "createdAt": "2024-10-08T06:22:13.027Z", + "updatedAt": "2024-10-08T06:25:04.265Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2024-10-08T06:25:04.265Z", + "firstPublishedAt": "2024-10-08T06:25:04.265Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6u1yLEoyQfzpPRQyHFZncq" + }, + "fields": { + "title": { + "en-US": "Milvus" + }, + "slug": { + "en-US": "milvus" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/milvus-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7agXqV4VdPXWBfuEewqnSI", + "type": "Entry", + "createdAt": "2024-10-08T06:28:58.432Z", + "updatedAt": "2024-10-08T06:29:30.340Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2024-10-08T06:29:30.340Z", + "firstPublishedAt": "2024-10-08T06:29:30.340Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7agXqV4VdPXWBfuEewqnSI" + }, + "fields": { + "title": { + "en-US": "MLflow" + }, + "slug": { + "en-US": "mlflow" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/mlflow-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3WAlsyfBpgVpaQp1oasfB4", + "type": "Entry", + "createdAt": "2024-10-08T07:16:08.256Z", + "updatedAt": "2024-10-08T07:54:37.103Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 26, + "publishedAt": "2024-10-08T07:54:37.103Z", + "firstPublishedAt": "2024-10-08T07:33:31.428Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 5, + "version": 27, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3WAlsyfBpgVpaQp1oasfB4" + }, + "fields": { + "key": { + "en-US": "milvus" + }, + "trademark": { + "en-US": "Milvus", + "zh-CN": "Milvus" + }, + "title": { + "en-US": "vector database", + "zh-CN": "矢量数据库" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6u1yLEoyQfzpPRQyHFZncq" + } + } + }, + "summary": { + "en-US": "vector database", + "zh-CN": "矢量数据库" + }, + "overview": { + "en-US": "AI vector database that supports efficient similarity search and large-scale data management.", + "zh-CN": "AI向量数据库,支持高效相似搜索和大规模数据管理。" + }, + "description": { + "en-US": "Milvus is an open source AI vector database designed for processing massive vector data. It supports efficient similarity search, vector indexing and large-scale data management, and is widely used in image retrieval, recommender systems, natural language processing, etc. Milvus provides a rich SDK and APIs, supports multiple programming languages, and is easy to integrate into various applications. Its high performance and scalability make it ideal for processing AI and big data applications.", + "zh-CN": "Milvus 是一个开源的 AI 向量数据库,专为处理海量向量数据而设计。它支持高效的相似搜索、向量索引和大规模数据管理,广泛应用于图像检索、推荐系统、自然语言处理等领域。Milvus 提供了丰富的 SDK 和 API,支持多种编程语言,便于集成到各种应用中。其高性能和可扩展性使其成为处理 AI 和大数据应用的理想选择。" + }, + "screenshots": { + "en-US": [ + { + "id": "9d22ea51-5f60-446b-9c53-370d2ddf646b", + "key": "gui", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/milvus/milvus-ui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "a21eeffe-3dc4-41de-ac9a-4d531982968b", + "key": "gui", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/milvus/milvus-ui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7dLJMk1EjBPVLnsrNVIcYG" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "websiteurl": { + "en-US": "https://milvus.io/" + }, + "distribution": { + "en-US": [ + { + "id": "2be0eb67-9263-4b1e-b63f-8997a434305c", + "key": "community", + "value": "v2.4.12,latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 8 + }, + "memory": { + "en-US": 32 + }, + "storage": { + "en-US": 2 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "645nQ8wfxTtYBgzC3Rd22f", + "type": "Entry", + "createdAt": "2024-10-09T03:22:36.177Z", + "updatedAt": "2024-12-31T01:56:42.632Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 28, + "publishedAt": "2024-12-31T01:56:42.632Z", + "firstPublishedAt": "2024-10-09T03:30:12.501Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 6, + "version": 29, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/645nQ8wfxTtYBgzC3Rd22f" + }, + "fields": { + "key": { + "en-US": "mlflow" + }, + "trademark": { + "en-US": "MLflow", + "zh-CN": "MLflow" + }, + "title": { + "en-US": "Unified platform for both traditional ML and GenAI applications", + "zh-CN": "适用于传统 ML 和 GenAI 应用的统一平台" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7agXqV4VdPXWBfuEewqnSI" + } + } + }, + "summary": { + "en-US": "Unified platform for both traditional ML and GenAI applications", + "zh-CN": "适用于传统 ML 和 GenAI 应用的统一平台" + }, + "overview": { + "en-US": "Machine learning experiment management and model tracking tool with version control support.", + "zh-CN": "机器学习实验管理和模型跟踪工具,支持版本控制。" + }, + "description": { + "en-US": "MLflow is an open source platform for managing the machine learning lifecycle, including experiment tracking, project packaging, model management and deployment. It provides a simple API and user interface, supports multiple storage backends and deployment environments, and helps data scientists and machine learning engineers efficiently manage and reproduce experiments.MLflow consists of four main components: Tracking, Projects, Models, and Registry, and is designed to simplify complex machine learning workflows.", + "zh-CN": "MLflow 是一个开源平台,用于管理机器学习生命周期,包括实验跟踪、项目打包、模型管理和部署。它提供了简单的 API 和用户界面,支持多种存储后端和部署环境,帮助数据科学家和机器学习工程师高效地管理和复现实验。MLflow 包括四个主要组件:Tracking(跟踪)、Projects(项目)、Models(模型)和 Registry(注册表),旨在简化复杂的机器学习工作流。" + }, + "screenshots": { + "en-US": [ + { + "id": "a1ad68c1-9992-44ff-b554-5d28d8ed62d1", + "key": "ui", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/mlflow/mlflow-ui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "859d1ebc-6ded-4fff-b693-2120e8cb80e9", + "key": "ui", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/mlflow/mlflow-ui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3qYPrhMIqVldt4VKaOAVNm" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "websiteurl": { + "en-US": "https://mlflow.org/" + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "v2.19.0", + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 2 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "66Ubk8fRcnQzZCjpneiWq", + "type": "Entry", + "createdAt": "2024-10-11T07:49:37.888Z", + "updatedAt": "2024-10-11T07:50:24.167Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2024-10-11T07:50:24.167Z", + "firstPublishedAt": "2024-10-11T07:50:24.167Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 1, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/66Ubk8fRcnQzZCjpneiWq" + }, + "fields": { + "title": { + "en-US": "Jetbrains-TC" + }, + "slug": { + "en-US": "jetbrains-tc" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/vendor/vendor-teamcity-certified-partner-websoft9.png" + }, + "type": { + "en-US": [ + "Vendor" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4a83dSh3qoPf4uBIX7gFCv", + "type": "Entry", + "createdAt": "2024-10-11T07:51:40.296Z", + "updatedAt": "2024-10-11T08:07:35.173Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 15, + "publishedAt": "2024-10-11T08:07:35.173Z", + "firstPublishedAt": "2024-10-11T07:55:04.658Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "publishedCounter": 2, + "version": 16, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "1CD6aqpHPKSA0U3GILYQqe" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "marketplace" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4a83dSh3qoPf4uBIX7gFCv" + }, + "fields": { + "type": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1HOq8kZE5RSbHa16P0jspK" + } + } + }, + "key": { + "en-US": "TeamCity" + }, + "name": { + "en-US": "TeamCity", + "zh-CN": "TeamCity" + }, + "description": { + "en-US": "Powerful CI/CD solution for modern DevOps teams", + "zh-CN": "面向开发者和 DevOps 工程师的强大持续集成和部署工具" + }, + "content": { + "en-US": "Powerful CI/CD solution for modern DevOps teams", + "zh-CN": "面向开发者和 DevOps 工程师的强大持续集成和部署工具" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "66Ubk8fRcnQzZCjpneiWq" + } + } + }, + "siteurl": { + "en-US": "https://www.jetbrains.com/teamcity/", + "zh-CN": "https://www.jetbrains.com/zh-cn/teamcity/" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3GSZtfpuWWJVzR6ona4LFq", + "type": "Entry", + "createdAt": "2024-10-14T07:00:37.607Z", + "updatedAt": "2024-10-14T07:01:53.020Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2024-10-14T07:01:53.020Z", + "firstPublishedAt": "2024-10-14T07:01:53.020Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3GSZtfpuWWJVzR6ona4LFq" + }, + "fields": { + "title": { + "en-US": "Weaviate" + }, + "slug": { + "en-US": "weaviate" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/weaviate-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6Dd03TQ7uzruZIaM4ljAD3", + "type": "Entry", + "createdAt": "2024-10-14T07:02:30.145Z", + "updatedAt": "2024-10-14T07:03:05.578Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2024-10-14T07:03:05.578Z", + "firstPublishedAt": "2024-10-14T07:03:05.578Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6Dd03TQ7uzruZIaM4ljAD3" + }, + "fields": { + "title": { + "en-US": "DocuSeal" + }, + "slug": { + "en-US": "docuseal" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/docuseal-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3hB8ro7Gat9KDrtBAUTq4K", + "type": "Entry", + "createdAt": "2024-10-14T07:44:15.773Z", + "updatedAt": "2025-01-03T07:06:19.938Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 32, + "publishedAt": "2025-01-03T07:06:19.938Z", + "firstPublishedAt": "2024-10-14T08:05:14.075Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 5, + "version": 33, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3hB8ro7Gat9KDrtBAUTq4K" + }, + "fields": { + "key": { + "en-US": "docuseal" + }, + "trademark": { + "en-US": "DocuSeal", + "zh-CN": "DocuSeal" + }, + "title": { + "en-US": "document filling and signing", + "zh-CN": "文档数字签名工具" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6Dd03TQ7uzruZIaM4ljAD3" + } + } + }, + "summary": { + "en-US": "document filling and signing", + "zh-CN": "文档数字签名工具" + }, + "overview": { + "en-US": "DocuSeal is an open source electronic signature and document management tool.", + "zh-CN": "DocuSeal 是一个开源的电子签名和文档管理工具。" + }, + "description": { + "en-US": "DocuSeal is an open source electronic signature and document management tool designed to simplify and securely handle the document signing process. Users can upload, manage and sign various types of documents without relying on third-party services.DocuSeal offers an intuitive user interface and powerful features such as multi-user collaboration, real-time signature tracking and automated workflows. Its open source nature ensures transparency and customizability for businesses and individuals of all sizes, enhancing the efficiency and security of document management.", + "zh-CN": "DocuSeal 是一个开源的电子签名和文档管理工具,旨在简化和安全地处理文档签名流程。用户可以上传、管理和签署各种类型的文件,而无需依赖第三方服务。DocuSeal 提供直观的用户界面和强大的功能,如多用户协作、实时签名追踪和自动化工作流。其开源性质确保了透明度和可定制性,适合各种规模的企业和个人使用,提升了文档管理的效率和安全性。" + }, + "screenshots": { + "en-US": [ + { + "id": "5c3ee999-1b49-4ba5-aeca-f0ae10518aae", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/docuseal/docuseal-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "2a05a25f-b496-464d-97b0-be595d1b59cf", + "key": "界面", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/docuseal/docuseal-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3Gd5YzlJlXXcP3rSxJtSVY" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "websiteurl": { + "en-US": "https://www.docuseal.co/" + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 2 + }, + "storage": { + "en-US": 6 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5IM6GL1kkci4FSpg9L6hUZ", + "type": "Entry", + "createdAt": "2024-10-21T09:22:52.837Z", + "updatedAt": "2024-12-18T01:30:52.210Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 16, + "publishedAt": "2024-12-18T01:30:52.210Z", + "firstPublishedAt": "2024-10-21T09:28:25.728Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 17, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5IM6GL1kkci4FSpg9L6hUZ" + }, + "fields": { + "key": { + "en-US": "weaviate" + }, + "trademark": { + "en-US": "Weaviate", + "zh-CN": "Weaviate" + }, + "title": { + "en-US": "open source vector database", + "zh-CN": "开源矢量数据库" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3GSZtfpuWWJVzR6ona4LFq" + } + } + }, + "summary": { + "en-US": "open source vector database", + "zh-CN": "开源矢量数据库" + }, + "overview": { + "en-US": "Weaviate is an open source, vector-based search engine.", + "zh-CN": "Weaviate是一个开源的、基于向量的搜索引擎。" + }, + "description": { + "en-US": "Weaviate is an open source, vector-based search engine designed to handle large-scale, high-dimensional data. It utilizes machine learning and natural language processing techniques to convert data such as text and images into vectors for efficient similarity search.Weaviate supports a wide range of data sources and schemas, including graph databases and time series data. Its modular architecture allows users to customize and extend its functionality for application scenarios such as recommender systems, knowledge graphs, and semantic search, providing high performance and scalability.", + "zh-CN": "Weaviate是一个开源的、基于向量的搜索引擎,专为处理大规模、高维度数据设计。它利用机器学习和自然语言处理技术,将文本、图像等数据转换为向量,实现高效的相似性搜索。Weaviate支持多种数据源和模式,包括图数据库和时间序列数据。其模块化架构允许用户自定义和扩展功能,适用于推荐系统、知识图谱、语义搜索等应用场景,提供高性能和可扩展性。" + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7dLJMk1EjBPVLnsrNVIcYG" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "websiteurl": { + "en-US": "https://weaviate.io/" + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "1.26.6", + "latest" + ] + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 10 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1u9wiRkjJeLnuTDb8pWfXk", + "type": "Entry", + "createdAt": "2024-11-11T03:54:21.188Z", + "updatedAt": "2024-11-15T08:55:07.397Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 89, + "publishedAt": "2024-11-15T08:55:07.397Z", + "firstPublishedAt": "2024-11-11T03:59:23.294Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 11, + "version": 90, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1u9wiRkjJeLnuTDb8pWfXk" + }, + "fields": { + "key": { + "en-US": "phpfpmnginx" + }, + "trademark": { + "en-US": "PHP-FPM-NGINX", + "zh-CN": "PHP-FPM-NGINX" + }, + "title": { + "en-US": "PHP Runtime", + "zh-CN": "PHP 运行环境" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3kvXolq4fJRCskIZhlLM0K" + } + } + }, + "summary": { + "en-US": "PHP language runtime for web application", + "zh-CN": "部署 PHP 应用的容器环境,由 php-fpm 和 nginx 组成应用服务器,支持任选 PHP 版本" + }, + "overview": { + "en-US": "This is multiply verion PHP language runtime includes php-fpm and nginx for web application powered by Websoft9, it based on offcial Docker image. You can custom it by yourself very easy.", + "zh-CN": "这是一个支持多版本 PHP 应用部署的运行环境,它由 Websoft9 基于 Docker 官方的 PHP 镜像制作,包含 php-fpm 和 nginx,用户可以非常方便的对它进行客户化的设置。" + }, + "description": { + "en-US": "It components include:\n\n- PHP\n- PHP-FPM\n- NGINX\n\nYou can deploy PHP application by:\n\n- git repository\n- php composer\n- resource zip file", + "zh-CN": "它的默认组件:\n\n- PHP 以及相关模块\n- php-fpm\n- NGINX\n\n它支持多种 PHP 应用的部署方式:\n\n- git 项目\n- php composer\n- 源码下载" + }, + "screenshots": { + "en-US": [ + { + "id": "1ae038df-b602-47ab-b5a4-3001b56275df", + "key": "Architecture", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/php/php-gui-websoft9.jpg" + } + ], + "zh-CN": [ + { + "id": "a764eaeb-0d92-48db-bcca-2c567a533804", + "key": "架构图", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/php/php-gui-websoft9.jpg" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4OmQKK9EnkOv7j4pQMrbTE" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6QQMkgwGkzG0FVbMExBym9" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + } + ] + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CcnCaE2mWTEtqPMVPnSyF" + } + } + ] + }, + "websiteurl": { + "en-US": "https://hub.docker.com/_/php" + }, + "trademarkUrl": { + "en-US": "https://www.php.net/license/index.php" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "keywords": { + "en-US": [ + "PHP-FPM", + "NGINX", + "LAMP", + "LEMP", + "Web Runtime" + ], + "zh-CN": [ + "PHP", + "PHP-FPM", + "NGINX", + "LAMP", + "LEMP", + "运行环境" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "8.3-fpm", + "8.2-fpm", + "8.1-fpm", + "8.0-fpm", + "7.4-fpm", + "7.3-fpm", + "7.2-fpm", + "7.1-fpm", + "7.0-fpm", + "5.6-fpm" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 2 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "TRTFlMe85NWchXFWDgGzw", + "type": "Entry", + "createdAt": "2024-11-11T07:05:40.556Z", + "updatedAt": "2024-11-15T08:56:56.735Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 17, + "publishedAt": "2024-11-15T08:56:56.735Z", + "firstPublishedAt": "2024-11-11T07:06:27.453Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 6, + "version": 18, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/TRTFlMe85NWchXFWDgGzw" + }, + "fields": { + "title": { + "en-US": "phpfpmnginx" + }, + "slug": { + "en-US": "phpfpmnginx" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/phpfpmnginx-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5izSnR0TgZ861FN4pj7sO5", + "type": "Entry", + "createdAt": "2024-11-15T08:55:40.998Z", + "updatedAt": "2024-11-20T10:30:03.824Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 18, + "publishedAt": "2024-11-20T10:30:03.824Z", + "firstPublishedAt": "2024-11-15T08:56:06.570Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 4, + "version": 19, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5izSnR0TgZ861FN4pj7sO5" + }, + "fields": { + "key": { + "en-US": "phpfpmapache" + }, + "trademark": { + "en-US": "PHP-FPM-APACHE", + "zh-CN": "PHP-FPM-APACHE" + }, + "title": { + "en-US": "PHP Runtime", + "zh-CN": "PHP 运行环境" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3kvXolq4fJRCskIZhlLM0K" + } + } + }, + "summary": { + "en-US": "PHP language runtime for web application", + "zh-CN": "部署 PHP 应用的容器环境,由 php-fpm 和 Apache 组成应用服务器,支持任选 PHP 版本" + }, + "overview": { + "en-US": "This is multiply verion PHP language runtime includes php-fpm and Apache for web application powered by Websoft9, it based on offcial Docker image. You can custom it by yourself very easy.", + "zh-CN": "这是一个支持多版本 PHP 应用部署的运行环境,它由 Websoft9 基于 Docker 官方的 PHP 镜像制作,包含 php-fpm 和 Apache,用户可以非常方便的对它进行客户化的设置。" + }, + "description": { + "en-US": "It components include:\n\n- PHP\n- PHP-FPM\n- Apache\n\nYou can deploy PHP application by:\n\n- git repository\n- php composer\n- resource zip file", + "zh-CN": "它的默认组件:\n\n- PHP 以及相关模块\n- php-fpm\n- Apache\n\n它支持多种 PHP 应用的部署方式:\n\n- git 项目\n- php composer\n- 源码下载" + }, + "screenshots": { + "en-US": [ + { + "id": "1ae038df-b602-47ab-b5a4-3001b56275df", + "key": "Architecture", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/php/php-gui-websoft9.jpg" + } + ], + "zh-CN": [ + { + "id": "a764eaeb-0d92-48db-bcca-2c567a533804", + "key": "架构图", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/php/php-gui-websoft9.jpg" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4OmQKK9EnkOv7j4pQMrbTE" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese", + "Other" + ], + "zh-CN": [ + "英文", + "简体中文", + "其它" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "VhfSYH2Kc5scBY15HVj4c" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6QQMkgwGkzG0FVbMExBym9" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + } + ] + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CcnCaE2mWTEtqPMVPnSyF" + } + } + ] + }, + "websiteurl": { + "en-US": "https://hub.docker.com/_/php" + }, + "trademarkUrl": { + "en-US": "https://www.php.net/license/index.php" + }, + "userType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1khB3UdFfSkwndBbZhXTux" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "52ZGmeDcuMPlYTbNu2sW0C" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5G92v7QLnQPGywCFTCFmfA" + } + } + ] + }, + "keywords": { + "en-US": [ + "PHP-FPM", + "LAMP", + "LEMP", + "Web Runtime", + "Apache", + "phpmyadmin", + "MySQL" + ], + "zh-CN": [ + "PHP", + "PHP-FPM", + "LAMP", + "LEMP", + "运行环境", + "Apache", + "phpmyadmin", + "mysql" + ] + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "8.3-fpm", + "8.2-fpm", + "8.1-fpm", + "8.0-fpm", + "7.4-fpm", + "7.3-fpm", + "7.2-fpm", + "7.1-fpm", + "7.0-fpm", + "5.6-fpm" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 2 + }, + "plans": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "48uR11Q2YEwK0u6W2L1Wyl" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1cV0ianwxnzrprnlAFDDNM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1hRql36oQt6Ic31k3Kw3Bd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6HhiOyVt6YDdWbyJ0Q8l9Y" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4HXKzUTL0bzGJXi4dwPHb", + "type": "Entry", + "createdAt": "2024-11-15T08:58:12.689Z", + "updatedAt": "2024-11-15T08:58:25.146Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2024-11-15T08:58:25.146Z", + "firstPublishedAt": "2024-11-15T08:58:25.146Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4HXKzUTL0bzGJXi4dwPHb" + }, + "fields": { + "title": { + "en-US": "phpfpmapache" + }, + "slug": { + "en-US": "phpfpmapache" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/phpfpmapache-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4j19PhmLPnd3Bdn9hJY9Xd", + "type": "Entry", + "createdAt": "2024-12-10T01:08:02.291Z", + "updatedAt": "2024-12-10T01:10:43.602Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2024-12-10T01:10:43.602Z", + "firstPublishedAt": "2024-12-10T01:10:43.602Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "catalog" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4j19PhmLPnd3Bdn9hJY9Xd" + }, + "fields": { + "title": { + "en-US": "News Feed", + "zh-CN": "文章聚合" + }, + "key": { + "en-US": "news-feed" + }, + "position": { + "en-US": 10 + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4mF2lDUt1PNyZ5R6GP1VmF" + } + } + ], + "zh-CN": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4mF2lDUt1PNyZ5R6GP1VmF" + } + } + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3sd3ugMnv0TlvOZdHQDEuC", + "type": "Entry", + "createdAt": "2024-12-10T01:16:22.917Z", + "updatedAt": "2024-12-10T01:16:43.891Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2024-12-10T01:16:43.891Z", + "firstPublishedAt": "2024-12-10T01:16:43.891Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3sd3ugMnv0TlvOZdHQDEuC" + }, + "fields": { + "title": { + "en-US": "rsshub" + }, + "slug": { + "en-US": "rsshub" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/rsshub-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "32N2aOkkMU9WbFU9m4hCem", + "type": "Entry", + "createdAt": "2024-12-26T06:12:06.089Z", + "updatedAt": "2024-12-27T08:50:27.837Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2024-12-27T08:50:27.837Z", + "firstPublishedAt": "2024-12-26T06:12:44.847Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/32N2aOkkMU9WbFU9m4hCem" + }, + "fields": { + "title": { + "en-US": "Neko" + }, + "slug": { + "en-US": "neko" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/neko-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1ZV5gFU2icEsyPBGMehFx2", + "type": "Entry", + "createdAt": "2024-12-26T06:15:09.656Z", + "updatedAt": "2025-01-06T07:26:53.243Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 31, + "publishedAt": "2025-01-06T07:26:53.243Z", + "firstPublishedAt": "2024-12-26T06:16:58.518Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 5, + "version": 32, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1ZV5gFU2icEsyPBGMehFx2" + }, + "fields": { + "key": { + "en-US": "neko" + }, + "trademark": { + "en-US": "Neko", + "zh-CN": "Neko" + }, + "title": { + "en-US": "web browser", + "zh-CN": "Web浏览器" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "32N2aOkkMU9WbFU9m4hCem" + } + } + }, + "summary": { + "en-US": "a self-hosted virtual browser that runs in Docker and uses WebRTC technology", + "zh-CN": "一个在 Docker 中运行并使用 WebRTC 技术的自托管虚拟浏览器" + }, + "overview": { + "en-US": "a self-hosted virtual browser that runs in Docker and uses WebRTC technology", + "zh-CN": "一个在 Docker 中运行并使用 WebRTC 技术的自托管虚拟浏览器" + }, + "description": { + "en-US": "Neko is a self-hosted virtual browser designed to provide a secure and private web browsing experience. It avoids the risk of data leakage and privacy invasion by running in a local environment.Neko supports a wide range of browser features including tab management, bookmarks, and extensions, which can be customized by the user. The open source nature of Neko allows developers to freely modify and extend the functionality, making it suitable for technology enthusiasts and privacy-conscious users.Neko also offers support for multiple operating systems, ensuring a smooth browsing experience across different platforms.", + "zh-CN": "Neko 是一个自托管的虚拟浏览器,旨在提供安全、私密的网络浏览体验。它通过在本地环境中运行,避免了数据泄露和隐私侵犯的风险。Neko 支持多种浏览器功能,包括标签页管理、书签和扩展,用户可以根据需求自定义设置。其开源特性使得开发者能够自由修改和扩展功能,适合技术爱好者和注重隐私的用户。Neko 还提供了对多种操作系统的支持,确保用户在不同平台上都能享受流畅的浏览体验。" + }, + "screenshots": { + "en-US": [ + { + "id": "3bf417f0-ec56-4ef2-b62a-6905c46cefb6", + "key": "Console", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/neko/neko-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "7025d5b6-2e31-42f2-864c-82d344d50a23", + "key": "控制台", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/neko/neko-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1X7PifLao8Xp3mqFvQgXtz" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1L5FTwpWq09MgDXjY2VJci" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ZRY6UR6j4c4dOYz3PXXFs" + } + } + ] + }, + "websiteurl": { + "en-US": "https://neko.m1k1o.net/" + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 1 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4qy0GSIDUypPlF3hhOyJsy", + "type": "Entry", + "createdAt": "2024-12-27T08:49:43.237Z", + "updatedAt": "2024-12-27T08:50:49.278Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2024-12-27T08:50:49.278Z", + "firstPublishedAt": "2024-12-27T08:50:49.278Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4qy0GSIDUypPlF3hhOyJsy" + }, + "fields": { + "title": { + "en-US": "LobeChat" + }, + "slug": { + "en-US": "lobechat" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/lobechat-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "xvouiHBUhdCLJoVkWKBQ8", + "type": "Entry", + "createdAt": "2024-12-27T08:51:17.745Z", + "updatedAt": "2024-12-27T08:52:48.505Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2024-12-27T08:52:48.505Z", + "firstPublishedAt": "2024-12-27T08:52:48.505Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/xvouiHBUhdCLJoVkWKBQ8" + }, + "fields": { + "title": { + "en-US": "listmonk" + }, + "slug": { + "en-US": "listmonk" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/listmonk-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3gQ2YxOoLo881RawTFtumK", + "type": "Entry", + "createdAt": "2024-12-27T09:16:07.945Z", + "updatedAt": "2024-12-27T09:16:21.952Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2024-12-27T09:16:21.952Z", + "firstPublishedAt": "2024-12-27T09:16:21.952Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3gQ2YxOoLo881RawTFtumK" + }, + "fields": { + "title": { + "en-US": "FreshRSS" + }, + "slug": { + "en-US": "freshrss" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/freshrss-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1DRF5aLtNHPSxHe31CcirL", + "type": "Entry", + "createdAt": "2024-12-27T09:17:23.613Z", + "updatedAt": "2024-12-27T09:18:40.179Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2024-12-27T09:18:40.179Z", + "firstPublishedAt": "2024-12-27T09:18:40.179Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1DRF5aLtNHPSxHe31CcirL" + }, + "fields": { + "title": { + "en-US": "CommaFeed" + }, + "slug": { + "en-US": "commafeed" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/commafeed-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "10YwxTele0JtyHOUNtNzs2", + "type": "Entry", + "createdAt": "2024-12-27T09:21:24.204Z", + "updatedAt": "2024-12-27T09:22:25.965Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2024-12-27T09:22:25.965Z", + "firstPublishedAt": "2024-12-27T09:22:02.331Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/10YwxTele0JtyHOUNtNzs2" + }, + "fields": { + "title": { + "en-US": "TinyTinyRSS" + }, + "slug": { + "en-US": "ttrss" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/ttrss-websoft9.png" + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2HXpMzQvocDjzbLytxjPC2", + "type": "Entry", + "createdAt": "2024-12-27T09:24:35.391Z", + "updatedAt": "2025-01-06T06:21:29.281Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 43, + "publishedAt": "2025-01-06T06:21:29.281Z", + "firstPublishedAt": "2024-12-27T09:26:58.354Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 12, + "version": 44, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2HXpMzQvocDjzbLytxjPC2" + }, + "fields": { + "key": { + "en-US": "ttrss" + }, + "trademark": { + "en-US": "Tiny Tiny RSS", + "zh-CN": "Tiny Tiny RSS" + }, + "title": { + "en-US": "a web-based news feed reader and aggregator", + "zh-CN": "网络新闻阅读器和聚合器" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "10YwxTele0JtyHOUNtNzs2" + } + } + }, + "summary": { + "en-US": "a web-based news feed reader and aggregator", + "zh-CN": "网络新闻阅读器和聚合器" + }, + "overview": { + "en-US": "Tiny Tiny RSS is an open source self-hosted RSS reader that supports multiple feed management and offline reading.", + "zh-CN": "Tiny Tiny RSS 是一个开源的自托管 RSS 阅读器,支持多种订阅源管理和离线阅读。" + }, + "description": { + "en-US": "Tiny Tiny RSS (TT-RSS) is an open source self-hosted RSS reader designed to provide a flexible and customizable news aggregation platform. Users can access and manage their RSS feeds through a web interface or mobile application.TT-RSS supports a variety of features including offline reading, tag management, article sharing, full text extraction and multi-user support. It works with a variety of database backends and allows users to extend functionality through plug-ins. Due to its self-hosted nature, users have full control over their data and privacy, making it ideal for technical users and developers.", + "zh-CN": "Tiny Tiny RSS(TT-RSS)是一个开源的自托管 RSS 阅读器,旨在提供一个灵活且可定制的新闻聚合平台。用户可以通过网页界面或移动应用访问和管理他们的 RSS 订阅。TT-RSS 支持多种功能,包括离线阅读、标签管理、文章分享、全文提取和多用户支持。它可以与多种数据库后端配合使用,并允许用户通过插件扩展功能。由于其自托管特性,用户可以完全控制自己的数据和隐私,非常适合技术用户和开发者。" + }, + "screenshots": { + "en-US": [ + { + "id": "6cc77529-14ad-44d0-bdee-016b72ef78a1", + "key": "Interface", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/ttrss/ttrss-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "8bd9bebc-a2ee-4900-af53-224ecb182ffc", + "key": "界面", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/ttrss/ttrss-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4j19PhmLPnd3Bdn9hJY9Xd" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "581T3Tx1sCF3xWdG8fWXbm" + } + } + }, + "websiteurl": { + "en-US": "https://tt-rss.org" + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6FDuF0k3GsfMMv5WjUMmtb", + "type": "Entry", + "createdAt": "2024-12-27T09:43:49.907Z", + "updatedAt": "2025-01-06T06:21:26.304Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 44, + "publishedAt": "2025-01-06T06:21:26.304Z", + "firstPublishedAt": "2024-12-27T09:46:03.679Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 14, + "version": 45, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6FDuF0k3GsfMMv5WjUMmtb" + }, + "fields": { + "key": { + "en-US": "commafeed" + }, + "trademark": { + "en-US": "CommaFeed", + "zh-CN": "CommaFeed" + }, + "title": { + "en-US": "Bloat-free feed reader", + "zh-CN": "轻量级订阅阅读器" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1DRF5aLtNHPSxHe31CcirL" + } + } + }, + "summary": { + "en-US": "Bloat-free feed reader", + "zh-CN": "轻量级订阅阅读器" + }, + "overview": { + "en-US": "CommaFeed is an open source RSS reader with a simple interface that supports self-hosted and online use, making it easy to manage feeds.", + "zh-CN": "CommaFeed 是一个开源的 RSS 阅读器,界面简洁,支持自托管和在线使用,方便管理订阅源" + }, + "description": { + "en-US": "CommaFeed is an open source RSS reader designed to provide a clean and efficient user experience. It supports self-hosting, which allows users to run it on their own servers to ensure data privacy and security.CommaFeed provides an intuitive interface for users to manage and browse subscribed RSS feeds. Users can easily add, delete and categorize subscriptions, and it supports offline reading and full-text extraction. In addition, CommaFeed supports a variety of themes and customization options to meet the needs of different users. Whether for personal use or teamwork, CommaFeed is an ideal choice for those who like minimalist design and efficient reading.", + "zh-CN": "CommaFeed 是一个开源的 RSS 阅读器,旨在提供简洁而高效的用户体验。它支持自托管,用户可以在自己的服务器上运行,确保数据的隐私和安全。CommaFeed 提供了直观的界面,方便用户管理和浏览订阅的 RSS 源。用户可以轻松添加、删除和分类订阅,支持离线阅读和全文提取功能。此外,CommaFeed 还支持多种主题和自定义选项,满足不同用户的需求。无论是个人使用还是团队协作,CommaFeed 都是一个理想的选择,适合喜欢简约设计和高效阅读的用户。" + }, + "screenshots": { + "en-US": [ + { + "id": "a4d2f107-e4b1-44f0-9053-e4d2517cafc5", + "key": "Interface", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/commafeed/commafeed-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "c9871315-9ab9-4ac1-8e4c-791ab3211d57", + "key": "界面", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/commafeed/commafeed-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4j19PhmLPnd3Bdn9hJY9Xd" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "websiteurl": { + "en-US": "https://www.commafeed.com/" + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest-h2" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2AQ93vD0FfdSPL2WuGZFgX", + "type": "Entry", + "createdAt": "2024-12-27T10:10:03.267Z", + "updatedAt": "2025-01-09T07:04:37.771Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 33, + "publishedAt": "2025-01-09T07:04:37.771Z", + "firstPublishedAt": "2024-12-27T10:12:19.416Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 8, + "version": 34, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2AQ93vD0FfdSPL2WuGZFgX" + }, + "fields": { + "key": { + "en-US": "freshrss" + }, + "trademark": { + "en-US": "FreshRSS", + "zh-CN": "FreshRSS" + }, + "title": { + "en-US": "self-hosted RSS and Atom feed aggregator", + "zh-CN": "自托管 RSS 和 Atom 新闻聚合器" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3gQ2YxOoLo881RawTFtumK" + } + } + }, + "summary": { + "en-US": "self-hosted RSS and Atom feed aggregator", + "zh-CN": "自托管 RSS 和 Atom 新闻聚合器" + }, + "overview": { + "en-US": "FreshRSS is an open source self-hosted RSS reader with a user-friendly interface, multi-user support and plug-in extensions.", + "zh-CN": "FreshRSS 是一个开源的自托管 RSS 阅读器,界面友好,支持多用户和插件扩展功能。" + }, + "description": { + "en-US": "FreshRSS is an open source self-hosted RSS reader designed to provide an efficient and flexible news aggregation experience. Users can install FreshRSS on their own servers, ensuring data privacy and security. It supports multi-user functionality, allowing different users to manage their own feeds. FreshRSS provides an intuitive interface with support for tagging, categorization and full-text extraction, making it easy for users to quickly browse and manage information. In addition, FreshRSS supports a variety of plug-ins and themes that can be customized according to individual needs. Whether for personal use or teamwork, FreshRSS is an ideal choice for those who prefer minimalist design and efficient reading.", + "zh-CN": "FreshRSS 是一个开源的自托管 RSS 阅读器,旨在提供高效、灵活的新闻聚合体验。用户可以在自己的服务器上安装 FreshRSS,确保数据的隐私和安全。它支持多用户功能,允许不同用户管理各自的订阅源。FreshRSS 提供直观的界面,支持标签、分类和全文提取,方便用户快速浏览和管理信息。此外,FreshRSS 还支持多种插件和主题,用户可以根据个人需求进行定制。无论是个人使用还是团队协作,FreshRSS 都是一个理想的选择,适合喜欢简约设计和高效阅读的用户。" + }, + "screenshots": { + "en-US": [ + { + "id": "a65d4752-8d25-4f70-a669-3c569515c744", + "key": "Interface", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/freshrss/freshrss-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "7b7583be-0c16-4054-b97f-23d744a25f37", + "key": "界面", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/freshrss/freshrss-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4j19PhmLPnd3Bdn9hJY9Xd" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "websiteurl": { + "en-US": "https://freshrss.org/" + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "1", + "latest" + ] + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 2 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1Xhh7JeisDBNo3971bGNEa", + "type": "Entry", + "createdAt": "2024-12-28T01:30:40.065Z", + "updatedAt": "2025-01-06T06:21:27.178Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 59, + "publishedAt": "2025-01-06T06:21:27.178Z", + "firstPublishedAt": "2024-12-28T01:33:18.915Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 15, + "version": 60, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1Xhh7JeisDBNo3971bGNEa" + }, + "fields": { + "key": { + "en-US": "listmonk" + }, + "trademark": { + "en-US": "listmonk", + "zh-CN": "listmonk" + }, + "title": { + "en-US": "Self-hosted newsletter and mailing list manager", + "zh-CN": "自托管通讯和邮件列表管理器" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "xvouiHBUhdCLJoVkWKBQ8" + } + } + }, + "summary": { + "en-US": "Self-hosted newsletter and mailing list manager", + "zh-CN": "自托管通讯和邮件列表管理器" + }, + "overview": { + "en-US": "Listmonk is a self-hosted newsletter and mailing list manager that supports efficient email marketing and subscriber management.", + "zh-CN": "Listmonk 是一个自托管的通讯和邮件列表管理器,支持高效的邮件营销和用户管理。" + }, + "description": { + "en-US": "listmonk is a Self-hosted newsletter and mailing list manager.It has the following features:\n\n- Manage millions of subscribers across many single and double opt-in one-way mailing lists with custom JSON attributes for each subscriber. Query and segment subscribers with SQL expressions.\n- Send messages as e-mail, SMS, Whatsapp messages or any medium via Messenger interfaces.\n- Simple analytics and visualizations. Connect external visualization programs to the database easily with the simple table structure.\n- Multi-threaded, high-throughput, multi-SMTP e-mail queues. Throughput and sliding window rate limiting for fine grained control. ", + "zh-CN": "listmonk是一款自托管的新闻通讯和邮件列表管理器,具有以下功能:\n\n- 管理多个单向和双向选择邮件列表中的数百万订阅者,并为每个订阅者自定义 JSON 属性。使用 SQL 表达式查询和细分订阅者。\n- 通过 Messenger 界面以电子邮件、短信、Whatsapp 消息或任何媒介发送消息。\n- 简单的分析和可视化。利用简单的表格结构,轻松将外部可视化程序连接到数据库。\n- 多线程、高吞吐量、多 SMTP 电子邮件队列。吞吐量和滑动窗口速率限制可实现精细控制。" + }, + "screenshots": { + "en-US": [ + { + "id": "232f2744-0569-4109-8cb7-a3b2feb721d1", + "key": "Interface", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/listmonk/listmonk-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "96c614cb-aeef-4c0b-a775-2120e632a9f9", + "key": "界面", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/listmonk/listmonk-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5MlAi8mrG3SPEvYCmhpxZO" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5yqWwdguLzWOz9SrRQ2Elk" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2O8RaSlsatiVMNTatp20FU" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ZRY6UR6j4c4dOYz3PXXFs" + } + } + ] + }, + "websiteurl": { + "en-US": "https://listmonk.app/" + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 1 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1hGC1tlu1CIrXHekuMiq5p", + "type": "Entry", + "createdAt": "2024-12-28T02:08:29.627Z", + "updatedAt": "2025-01-06T06:21:27.942Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 42, + "publishedAt": "2025-01-06T06:21:27.942Z", + "firstPublishedAt": "2024-12-28T02:14:02.788Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 13, + "version": 43, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1hGC1tlu1CIrXHekuMiq5p" + }, + "fields": { + "key": { + "en-US": "lobechat" + }, + "trademark": { + "en-US": "LobeChat", + "zh-CN": "LobeChat" + }, + "title": { + "en-US": "An open-source, modern-design ChatGPT/LLMs UI/Framework", + "zh-CN": "一个开源、现代设计的聊天 GPT/LLM 框架" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4qy0GSIDUypPlF3hhOyJsy" + } + } + }, + "summary": { + "en-US": "An open-source, modern-design ChatGPT/LLMs UI/Framework", + "zh-CN": "一个开源、现代设计的聊天 GPT/LLM 框架" + }, + "overview": { + "en-US": "LobeChat is an intelligent chat tool that uses AI technology to provide natural dialogue and personalized interactive experience.", + "zh-CN": "LobeChat是一款智能聊天工具,利用AI技术提供自然对话和个性化互动体验。" + }, + "description": { + "en-US": "LobeChat is an intelligent chat tool based on artificial intelligence designed to provide a natural and smooth conversation experience. It leverages advanced natural language processing technology to understand user intent and generate relevant responses. LobeChat supports a variety of application scenarios, including customer service, social interaction and information query, helping users quickly obtain the information they need. Its interface is friendly, easy to use, and suitable for all types of users. Through continuous learning and optimization, LobeChat is able to provide personalized interactions and improve user satisfaction. Whether it is a business or an individual, LobeChat can be a powerful assistant for efficient communication.", + "zh-CN": "LobeChat是一款基于人工智能的智能聊天工具,旨在提供自然流畅的对话体验。它利用先进的自然语言处理技术,能够理解用户的意图并生成相关的回复。LobeChat支持多种应用场景,包括客户服务、社交互动和信息查询等,帮助用户快速获取所需信息。其界面友好,易于使用,适合各类用户。通过不断学习和优化,LobeChat能够提供个性化的互动,提升用户满意度。无论是企业还是个人,LobeChat都能成为高效沟通的得力助手。" + }, + "screenshots": { + "en-US": [ + { + "id": "62fcfafa-ea46-4de0-a02e-cef5e48ffaf2", + "key": "Interface", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/lobechat/lobechat-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "55a86a77-0e61-4abc-87cf-e2c25056ab4a", + "key": "界面", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/lobechat/lobechat-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "554Dn6TI5aUe6PhxY6weWV" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4qGUijXFbNgosOxYmHl5LT" + } + } + ] + }, + "websiteurl": { + "en-US": "https://lobechat.com/" + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2LFbLEN0lNOeTEPwhuj28j", + "type": "Entry", + "createdAt": "2024-12-31T03:38:39.896Z", + "updatedAt": "2024-12-31T03:39:22.195Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2024-12-31T03:39:22.195Z", + "firstPublishedAt": "2024-12-31T03:39:22.195Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2LFbLEN0lNOeTEPwhuj28j" + }, + "fields": { + "title": { + "en-US": "Ollama" + }, + "slug": { + "en-US": "ollama" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/ollama-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6kpAc61oUQaN3c9NLZXXgY", + "type": "Entry", + "createdAt": "2024-12-31T03:42:26.016Z", + "updatedAt": "2025-01-06T06:21:28.594Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 48, + "publishedAt": "2025-01-06T06:21:28.594Z", + "firstPublishedAt": "2024-12-31T03:44:21.004Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 11, + "version": 49, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6kpAc61oUQaN3c9NLZXXgY" + }, + "fields": { + "key": { + "en-US": "ollama" + }, + "trademark": { + "en-US": "Ollama", + "zh-CN": "Ollama" + }, + "title": { + "en-US": "large language models", + "zh-CN": "大型语言模型" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2LFbLEN0lNOeTEPwhuj28j" + } + } + }, + "summary": { + "en-US": "large language models", + "zh-CN": "大型语言模型" + }, + "overview": { + "en-US": "Ollama is an open source tool that simplifies the deployment and management of machine learning models, supporting multiple model formats.", + "zh-CN": "Ollama 是一个开源工具,简化了机器学习模型的部署和管理,支持多种模型格式。" + }, + "description": { + "en-US": "Ollama is an open source tool designed to simplify the deployment and management of machine learning models. It allows users to easily run a variety of machine learning models on local or private servers, ensuring data privacy and security. Ollama provides an intuitive command line interface with support for a variety of model formats, allowing users to quickly load and reason about models. Its efficient performance optimizations make models more responsive and enhance the user experience. In addition, Ollama is supported by an active community, and users can get continuous updates and help, which is suitable for developers and data scientists to use in real-world applications.", + "zh-CN": "Ollama 是一个开源工具,旨在简化机器学习模型的部署和管理。它允许用户轻松地在本地或私有服务器上运行各种机器学习模型,确保数据隐私和安全。Ollama 提供直观的命令行界面,支持多种模型格式,用户可以快速加载和推理模型。其高效的性能优化使得模型的响应速度更快,提升了用户体验。此外,Ollama 拥有活跃的社区支持,用户可以获得持续的更新和帮助,适合开发者和数据科学家在实际应用中使用。" + }, + "screenshots": { + "en-US": [ + { + "id": "173b3af7-2b3c-4827-b16d-9676e209a000", + "key": "gui", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/ollama/ollama-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "10d3003b-e0bc-41d2-998f-d9a007087893", + "key": "界面", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/ollama/ollama-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8eSVF7ACQAZ76qbsLqT66" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ZRY6UR6j4c4dOYz3PXXFs" + } + } + ] + }, + "websiteurl": { + "en-US": "https://ollama.com/" + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": true + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 10 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2Q270UfGmkYW4D16N4ZC8T", + "type": "Entry", + "createdAt": "2025-01-01T01:31:22.899Z", + "updatedAt": "2025-01-01T01:32:01.378Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2025-01-01T01:32:01.378Z", + "firstPublishedAt": "2025-01-01T01:32:01.378Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2Q270UfGmkYW4D16N4ZC8T" + }, + "fields": { + "title": { + "en-US": "Outline" + }, + "slug": { + "en-US": "outline" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/outline-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3BmW6DYaq5VeyN72wIn79L", + "type": "Entry", + "createdAt": "2025-01-02T02:55:28.411Z", + "updatedAt": "2025-01-02T03:20:48.224Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 41, + "publishedAt": "2025-01-02T03:20:48.224Z", + "firstPublishedAt": "2025-01-02T02:57:41.676Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 7, + "version": 42, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3BmW6DYaq5VeyN72wIn79L" + }, + "fields": { + "key": { + "en-US": "outline" + }, + "trademark": { + "en-US": "Outline", + "zh-CN": "Outline" + }, + "title": { + "en-US": "team’s knowledge base", + "zh-CN": "团队知识库" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2Q270UfGmkYW4D16N4ZC8T" + } + } + }, + "summary": { + "en-US": "team’s knowledge base", + "zh-CN": "团队知识库" + }, + "overview": { + "en-US": "The fastest knowledge base for growing teams. Beautiful, realtime collaborative, feature packed, and markdown compatible.", + "zh-CN": "适用于成长型团队的最快知识库。美观、实时协作、功能丰富、兼容 markdown。" + }, + "description": { + "en-US": "Outline is the fastest knowledge base for growing teams. Aesthetically pleasing, real-time collaborative, feature-rich, and markdown-compatible, it has the following features:\n\n- Intuitive editing experience\n- Multiplayer collabAlexoration\n- Powerful search and question answering\n- Integrated with Slack\n- Public sharing", + "zh-CN": "Outline 是成长型团队最快速的知识库。它美观大方、实时协作、功能丰富且兼容 markdown,具有以下特点:\n\n- 直观的编辑体验\n- 多人协作\n- 强大的搜索和问题解答功能\n- 与 Slack 集成\n- 公共共享" + }, + "screenshots": { + "en-US": [ + { + "id": "18089a67-a584-474f-b9dd-682b3b86c7a4", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/outline/outline-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "850e428c-ee6f-4aeb-8534-d909ef51c483", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/outline/outline-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5O8hAeUBZVZqUs83i6v9XE" + } + } + }, + "websiteurl": { + "en-US": "https://www.getoutline.com/" + }, + "distribution": { + "en-US": [ + { + "id": "6daebfa7-3a74-4153-92e0-38154ba34c6f", + "key": "community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 10 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2MO1d1OEvpRbF7uORzkrbn", + "type": "Entry", + "createdAt": "2025-01-02T03:59:39.878Z", + "updatedAt": "2025-01-02T04:00:15.211Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2025-01-02T04:00:15.211Z", + "firstPublishedAt": "2025-01-02T04:00:15.211Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2MO1d1OEvpRbF7uORzkrbn" + }, + "fields": { + "title": { + "en-US": "AnythingLLM" + }, + "slug": { + "en-US": "anythingllm" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/anythingllm-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4uw9aLN4PBd1mmiMBkIIFG", + "type": "Entry", + "createdAt": "2025-01-02T04:05:52.482Z", + "updatedAt": "2025-01-02T04:08:05.644Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2025-01-02T04:08:05.644Z", + "firstPublishedAt": "2025-01-02T04:08:05.644Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4uw9aLN4PBd1mmiMBkIIFG" + }, + "fields": { + "title": { + "en-US": "OpenWebUI" + }, + "slug": { + "en-US": "openwebui" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/openwebui-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6W5FTuIGbbiH7Nt0FgV2zO", + "type": "Entry", + "createdAt": "2025-01-02T05:46:22.156Z", + "updatedAt": "2025-01-02T05:46:54.380Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2025-01-02T05:46:54.380Z", + "firstPublishedAt": "2025-01-02T05:46:54.380Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6W5FTuIGbbiH7Nt0FgV2zO" + }, + "fields": { + "title": { + "en-US": "Langflow" + }, + "slug": { + "en-US": "langflow" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/langflow-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6vJS2kExe2v8ZbLGMGrgbY", + "type": "Entry", + "createdAt": "2025-01-02T05:55:49.967Z", + "updatedAt": "2025-01-02T05:56:49.191Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2025-01-02T05:56:49.191Z", + "firstPublishedAt": "2025-01-02T05:56:49.191Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6vJS2kExe2v8ZbLGMGrgbY" + }, + "fields": { + "title": { + "en-US": "HeyForm" + }, + "slug": { + "en-US": "heyform" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/heyform-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5o7NrAuPJFMv5CR98tYz0B", + "type": "Entry", + "createdAt": "2025-01-02T06:02:19.947Z", + "updatedAt": "2025-01-02T07:00:00.015Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 41, + "publishedAt": "2025-01-02T07:00:00.015Z", + "firstPublishedAt": "2025-01-02T06:04:03.645Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 6, + "version": 42, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5o7NrAuPJFMv5CR98tYz0B" + }, + "fields": { + "key": { + "en-US": "anythingllm" + }, + "trademark": { + "en-US": "AnythingLLM", + "zh-CN": "AnythingLLM" + }, + "title": { + "en-US": "all-in-one AI application", + "zh-CN": "一体化人工智能应用程序" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2MO1d1OEvpRbF7uORzkrbn" + } + } + }, + "summary": { + "en-US": "all-in-one AI application", + "zh-CN": "一体化人工智能应用程序" + }, + "overview": { + "en-US": "AnythingLLM is a versatile language model that supports a wide range of tasks and applications, providing intelligent dialog and text generation.", + "zh-CN": "AnythingLLM是一个多功能的语言模型,支持多种任务和应用,提供智能对话和文本生成。" + }, + "description": { + "en-US": "AnythingLLM is a versatile language model that supports a wide range of tasks and applications, providing intelligent dialog and text generation.It has the following characteristics:\n- AnythingLLM works with both text only and multi-modal LLMs in a single interface.\n- Run your preferred LLM locally in a click, or connects to your local or cloud LLM engine.\n- AnythingLLM wraps all of this incredible functionality into a sleek UI for you to leverage LLMs easily for any task.\n- Extend AnythingLLMs with custom agents, data connectors, and more. \n- AnythingLLM is also suitable to be used as a powerful API for any custom development or feature in existing products.", + "zh-CN": "AnythingLLM 是一种多功能语言模型,可支持多种任务和应用,提供智能对话和文本生成功能:\n- AnythingLLM 可在单一界面中使用纯文本和多模式 LLM。\n- 只需点击一下,即可在本地运行您喜欢的 LLM,或连接到本地或云 LLM 引擎。\n- AnythingLLM 将所有这些令人难以置信的功能都整合到了一个时尚的用户界面中,让您可以轻松地利用 LLM 完成任何任务。\n- 使用自定义代理、数据连接器等扩展 AnythingLLM。\n- AnythingLLM 也适合作为强大的应用程序接口,用于任何定制开发或现有产品中的功能。" + }, + "screenshots": { + "en-US": [ + { + "id": "e7174038-5070-44cf-8b4c-041247387bd9", + "key": "gui", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/anythingllm/anythingllm-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "78de9174-ac1a-479a-a0a8-4e8bf8b455fa", + "key": "gui", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/anythingllm/anythingllm-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8eSVF7ACQAZ76qbsLqT66" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7sAoBXjxdtWHcqEoxSHpJB" + } + } + ] + }, + "websiteurl": { + "en-US": "https://anythingllm.com/" + }, + "distribution": { + "en-US": [ + { + "id": "ebe63067-6f18-4c66-8c54-e51f2e800a36", + "key": "community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 10 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1oA4Qc7fN4GsCpPinNvfQA", + "type": "Entry", + "createdAt": "2025-01-02T07:26:40.239Z", + "updatedAt": "2025-01-02T08:02:06.139Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 38, + "publishedAt": "2025-01-02T08:02:06.139Z", + "firstPublishedAt": "2025-01-02T07:50:59.294Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 8, + "version": 39, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1oA4Qc7fN4GsCpPinNvfQA" + }, + "fields": { + "key": { + "en-US": "open-webui" + }, + "trademark": { + "en-US": "Open WebUI", + "zh-CN": "Open WebUI" + }, + "title": { + "en-US": "an extensible, self-hosted AI interface", + "zh-CN": "可扩展、自托管的人工智能界面" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4uw9aLN4PBd1mmiMBkIIFG" + } + } + }, + "summary": { + "en-US": "an extensible, self-hosted AI interface", + "zh-CN": "可扩展、自托管的人工智能界面" + }, + "overview": { + "en-US": "Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform designed to operate entirely offline. It supports various LLM runners like Ollama and OpenAI-compatible APIs, with built-in inference engine for RAG, making it a powerful AI deployment solution.", + "zh-CN": "Open WebUI 是一个可扩展、功能丰富、用户友好的自托管人工智能平台,可完全离线运行。它支持各种 LLM 运行程序,如 Ollama 和 OpenAI 兼容 API,并内置 RAG 推理引擎,是一个强大的人工智能部署解决方案。" + }, + "description": { + "en-US": "Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform designed to operate entirely offline, ensuring data privacy and security. It supports various LLM runners, including Ollama and OpenAI-compatible APIs, allowing users to leverage different models based on their specific needs. The platform features a built-in inference engine for Retrieval-Augmented Generation (RAG), which enhances the capabilities of language models by integrating external knowledge sources, thereby improving the relevance and accuracy of generated responses. Open WebUI is designed for ease of use, with an intuitive interface that simplifies the deployment and management of AI applications. Users can customize the platform to fit their workflows, making it suitable for a wide range of applications, from chatbots to content generation. With its robust architecture and support for multiple AI frameworks, Open WebUI stands out as a powerful solution for organizations looking to implement AI technologies while maintaining control over their data and infrastructure.", + "zh-CN": "Open WebUI 是一个可扩展、功能丰富、用户友好的自托管人工智能平台,可完全离线运行,确保数据隐私和安全。它支持各种 LLM 运行程序,包括 Ollama 和 OpenAI 兼容 API,允许用户根据自己的特定需求利用不同的模型。该平台具有一个用于检索-增强生成(RAG)的内置推理引擎,它通过整合外部知识源来增强语言模型的能力,从而提高生成回复的相关性和准确性。开放式 WebUI 设计易于使用,其直观的界面简化了人工智能应用的部署和管理。用户可以根据自己的工作流程定制平台,使其适用于从聊天机器人到内容生成等各种应用。凭借其强大的架构和对多种人工智能框架的支持,Open WebUI 对于希望在保持对数据和基础设施控制的同时实施人工智能技术的企业来说,是一个功能强大的解决方案。" + }, + "screenshots": { + "en-US": [ + { + "id": "e98d6675-5225-4211-840d-f878e8bf8c11", + "key": "gui", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/openwebui/openwebui-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "b0274fdf-4785-46a9-9c39-205816a01b0d", + "key": "界面", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/openwebui/openwebui-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "554Dn6TI5aUe6PhxY6weWV" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7sAoBXjxdtWHcqEoxSHpJB" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ErftetWADiFvvgRO3pFnU" + } + } + ] + }, + "websiteurl": { + "en-US": "https://openwebui.com" + }, + "distribution": { + "en-US": [ + { + "id": "cc045a73-e5d4-4f3d-a1aa-91e335d9aa82", + "key": "community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 10 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5xFSdW9ojJXoXXgazzace5", + "type": "Entry", + "createdAt": "2025-01-02T08:18:10.543Z", + "updatedAt": "2025-01-10T03:44:57.689Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 26, + "publishedAt": "2025-01-10T03:44:57.689Z", + "firstPublishedAt": "2025-01-02T08:24:26.515Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 6, + "version": 27, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5xFSdW9ojJXoXXgazzace5" + }, + "fields": { + "key": { + "en-US": "langflow" + }, + "trademark": { + "en-US": "Langflow", + "zh-CN": "Langflow" + }, + "title": { + "en-US": "a low-code tool to build AI agents and workflows", + "zh-CN": "构建人工智能代理和工作流程的低代码工具" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6W5FTuIGbbiH7Nt0FgV2zO" + } + } + }, + "summary": { + "en-US": "a low-code tool to build AI agents and workflows", + "zh-CN": "构建人工智能代理和工作流程的低代码工具" + }, + "overview": { + "en-US": "Langflow is a low-code tool for developers that makes it easier to build powerful AI agents and workflows that can use any API, model, or database.", + "zh-CN": "Langflow 是一款面向开发人员的低代码工具,它能让开发人员更轻松地构建强大的人工智能代理和工作流,这些代理和工作流可以使用任何 API、模型或数据库。" + }, + "description": { + "en-US": "Langflow is a new, visual framework for building multi-agent and RAG applications. It is open-source, Python-powered, fully customizable, and LLM and vector store agnostic.\n\nIts intuitive interface allows for easy manipulation of AI building blocks, enabling developers to quickly prototype and turn their ideas into powerful, real-world solutions.\n\nLangflow empowers developers to rapidly prototype and build AI applications with its user-friendly interface and powerful features. Whether you're a seasoned AI developer or just starting out, Langflow provides the tools you need to bring your AI ideas to life.", + "zh-CN": "Langflow 是一种用于构建多代理和 RAG 应用程序的全新可视化框架。它是开源的、由 Python 提供支持的、完全可定制的,并且与 LLM 和向量存储无关。\n\n其直观的界面可以轻松操作 AI 构建块,使开发人员能够快速制作原型并将他们的想法转化为强大的现实世界解决方案。\n\nLangflow 凭借其用户友好的界面和强大的功能,使开发人员能够快速制作原型并构建 AI 应用程序。无论您是经验丰富的 AI 开发人员还是刚刚起步,Langflow 都能为您提供实现 AI 创意所需的工具。" + }, + "screenshots": { + "en-US": [ + { + "id": "cb637ffa-73e5-4291-a21b-9757a55c0294", + "key": "gui", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/langflow/langflow-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "c82bbe30-ecb5-4f53-b599-6aa079e8639d", + "key": "界面", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/langflow/langflow-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7nMNcJU8pX0OQHaM70BoXI" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "589HMAexpMchGfU0VfqlrP" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "websiteurl": { + "en-US": "https://www.langflow.org" + }, + "distribution": { + "en-US": [ + { + "id": "95083eaa-3b52-4dbc-9c9d-3397aa013462", + "key": "community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 10 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1X7GzY9ehkNi9rNu9PSUtY", + "type": "Entry", + "createdAt": "2025-01-02T08:45:12.449Z", + "updatedAt": "2025-01-07T09:28:05.431Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 40, + "publishedAt": "2025-01-07T09:28:05.431Z", + "firstPublishedAt": "2025-01-02T08:47:21.531Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 10, + "version": 41, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1X7GzY9ehkNi9rNu9PSUtY" + }, + "fields": { + "key": { + "en-US": "heyform" + }, + "trademark": { + "en-US": "HeyForm", + "zh-CN": "HeyForm" + }, + "title": { + "en-US": "a engaging forms tool", + "zh-CN": "吸引人的表格工具" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6vJS2kExe2v8ZbLGMGrgbY" + } + } + }, + "summary": { + "en-US": "a engaging forms tool", + "zh-CN": "吸引人的表格工具" + }, + "overview": { + "en-US": "HeyForm is a simple yet powerful software for SMEs to create engaging forms with ease. It offers modern features to collect and analyze data through customizable forms, integrate with various applications, and simplify workflows.", + "zh-CN": "HeyForm 是一款简单但功能强大的软件,适合中小企业轻松创建吸引人的表单。它具有现代化的功能,可通过自定义表单收集和分析数据,与各种应用程序集成,并简化工作流程。" + }, + "description": { + "en-US": "HeyForm is a simple yet powerful software designed for small and medium-sized businesses, designed to help users create engaging forms with ease. It offers a range of modern features that enable users to efficiently collect and analyze data through customizable forms. Whether it is for customer feedback, market research or internal process management, HeyForm can fulfill a variety of needs.\nThe software supports integration with a wide range of applications, allowing users to seamlessly connect forms to existing workflows and increase productivity. In addition, HeyForm's intuitive interface makes it easy for users with no technical background to get started and design professional forms. With real-time data analytics and reporting capabilities, users can gain insights into the information they collect to make more informed decisions, making HeyForm the ideal choice for small and medium-sized businesses to improve operational efficiency and optimize the customer experience.", + "zh-CN": "HeyForm 是一款简单而强大的软件,专为中小企业设计,旨在帮助用户轻松创建引人入胜的表单。它提供了一系列现代化的功能,使用户能够通过可定制的表单高效地收集和分析数据。无论是客户反馈、市场调研还是内部流程管理,HeyForm 都能满足各种需求。\n该软件支持与多种应用程序的集成,用户可以将表单与现有的工作流程无缝连接,提升工作效率。此外,HeyForm 的直观界面使得即使没有技术背景的用户也能快速上手,轻松设计出专业的表单。通过实时数据分析和报告功能,用户能够深入了解收集到的信息,从而做出更明智的决策。HeyForm 是中小企业提升运营效率、优化客户体验的理想选择。" + }, + "screenshots": { + "en-US": [ + { + "id": "9b5826d7-db1f-4e53-905d-74dac03ca559", + "key": "gui", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/heyform/heyform-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "a1a4457e-14b0-4607-a82f-efe1b692b569", + "key": "界面", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/heyform/heyform-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1fQ5nJAUb768z7n09J7sdK" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2O8RaSlsatiVMNTatp20FU" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4qGUijXFbNgosOxYmHl5LT" + } + } + ] + }, + "websiteurl": { + "en-US": "https://heyform.net/" + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 1 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2nduu2ShSXRbhylHdI10ve", + "type": "Entry", + "createdAt": "2025-01-03T01:46:55.909Z", + "updatedAt": "2025-01-03T01:47:40.892Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2025-01-03T01:47:40.892Z", + "firstPublishedAt": "2025-01-03T01:47:40.892Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2nduu2ShSXRbhylHdI10ve" + }, + "fields": { + "title": { + "en-US": "Lago" + }, + "slug": { + "en-US": "lago" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/lago-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "23DI8EIZy7jvPIn01Zvj3h", + "type": "Entry", + "createdAt": "2025-01-03T01:48:16.054Z", + "updatedAt": "2025-01-03T02:05:29.608Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 34, + "publishedAt": "2025-01-03T02:05:29.608Z", + "firstPublishedAt": "2025-01-03T01:54:44.721Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 6, + "version": 35, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/23DI8EIZy7jvPIn01Zvj3h" + }, + "fields": { + "key": { + "en-US": "lago" + }, + "trademark": { + "en-US": "Lago", + "zh-CN": "Lago" + }, + "title": { + "en-US": "enterprise hosting platform", + "zh-CN": "企业托管平台" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2nduu2ShSXRbhylHdI10ve" + } + } + }, + "summary": { + "en-US": "enterprise hosting platform", + "zh-CN": "企业托管平台" + }, + "overview": { + "en-US": "Lago是一款灵活的计费平台,支持自托管和云端架构,专注于用量计费和资源管理,助力企业高效运营。", + "zh-CN": "Lago is a flexible billing platform that supports both self-hosted and cloud-based architectures, focusing on usage billing and resource management to help enterprises operate efficiently." + }, + "description": { + "en-US": "Lago is an innovative billing solution designed for the modern enterprise, supporting both self-hosted and cloud-based architectures. It offers flexible and modular functionality to meet the needs of different sizes and industries.Focusing on usage billing and resource management, Lago helps enterprises monitor and analyze usage in real-time to optimize costs and improve efficiency. Whether you are in a startup or a large enterprise, Lago integrates easily to provide a scalable billing system that ensures your organization stays competitive in a rapidly changing marketplace. Choose Lago to make your billing process smarter and more efficient.", + "zh-CN": "Lago是一款创新的计费解决方案,专为现代企业设计,支持自托管和云端架构。它提供灵活的模块化功能,能够满足不同规模和行业的需求。Lago专注于用量计费和资源管理,帮助企业实时监控和分析使用情况,从而优化成本和提升效率。无论是在初创公司还是大型企业,Lago都能轻松集成,提供可扩展的计费系统,确保企业在快速变化的市场中保持竞争力。选择Lago,让您的计费流程更智能、更高效。" + }, + "screenshots": { + "en-US": [ + { + "id": "ed989d7b-1291-41e1-a79d-65920ea0443e", + "key": "gui", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/lago/lago-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "afa96aac-3acb-41c9-8ca1-1241f3c25477", + "key": "界面", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/lago/lago-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4sQ7pGdSE29pYwCFHBFPVQ" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2O8RaSlsatiVMNTatp20FU" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1l8eeZ9VDhd668dryUVvDc" + } + } + ] + }, + "websiteurl": { + "en-US": "https://getlago.com" + }, + "distribution": { + "en-US": [ + { + "id": "2ad102f6-89b0-47be-ab7b-431cb9379337", + "key": "community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 10 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3s8ZdhEpCDCMegeWEGSdU9", + "type": "Entry", + "createdAt": "2025-01-03T02:24:10.962Z", + "updatedAt": "2025-01-03T05:32:36.131Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 47, + "publishedAt": "2025-01-03T05:32:36.131Z", + "firstPublishedAt": "2025-01-03T03:21:05.902Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 3, + "version": 48, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3s8ZdhEpCDCMegeWEGSdU9" + }, + "fields": { + "key": { + "en-US": "khoj" + }, + "trademark": { + "en-US": "Khoj", + "zh-CN": "Khoj" + }, + "title": { + "en-US": "Your AI assistant", + "zh-CN": "AI助手" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "n5QVjvWg6BDgCcz1XTo2W" + } + } + }, + "summary": { + "en-US": "Khoj is an open-source personalized AI assistant designed to be your 'second brain'", + "zh-CN": "Khoj是一款开源的个人化AI助手,旨在成为您的“第二大脑”" + }, + "overview": { + "en-US": "The core functions of Khoj include note taking and document intelligent assistant, real-time Internet information access, fast and accurate semantic search, personalized image generation and voice understanding, and open source self hosting to protect privacy.", + "zh-CN": "Khoj的核心功能包括笔记和文档智能助手、实时互联网信息接入、快速准确的语义搜索、个性化图像生成和语音理解以及开源自托管保护隐私。" + }, + "description": { + "en-US": "The core functions of Khoj include note taking and document intelligent assistant, real-time Internet information access, fast and accurate semantic search, personalized image generation and voice understanding, and open source self hosting to protect privacy.The core functions of Khoj include notes and document intelligent assistant, real-time Internet information access, multi platform support (including desktop applications, Emacs, Observer, web pages, WhatsApp), support for PDF, Markdown, Org mode, Notion files and GitHub repository, fast and accurate semantic search, personalized image generation and voice understanding, and open source self hosting to protect privacy. Through these features, Khoj can integrate your knowledge, replace search engines, provide online and local model support, personalize image generation and speech understanding, self hosted and cloud instances, and personalize AI agents.", + "zh-CN": "Khoj的核心功能包括笔记和文档智能助手、实时互联网信息接入、多平台支持(包括桌面应用、Emacs、Obsidian、网页、WhatsApp)、支持PDF、Markdown、Org-mode、Notion文件和GitHub仓库、快速准确的语义搜索、个性化图像生成和语音理解以及开源自托管保护隐私。通过这些功能,Khoj能够整合您的知识、替代搜索引擎、提供在线与本地模型支持、个性化图像生成和语音理解、自托管与云实例以及个性化AI代理。" + }, + "screenshots": { + "en-US": [ + { + "id": "da59c13c-1849-4110-95fb-978e6bb4a321", + "key": "gui", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/khoj/khoj-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "8f85fe01-bc25-488b-b252-a3d3836f90e0", + "key": "界面", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/khoj/khoj-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "554Dn6TI5aUe6PhxY6weWV" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1yDnnV4tU0NWnq9X013fOC" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2O8RaSlsatiVMNTatp20FU" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ErftetWADiFvvgRO3pFnU" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4qGUijXFbNgosOxYmHl5LT" + } + } + ] + }, + "websiteurl": { + "en-US": "https://khoj.dev" + }, + "distribution": { + "en-US": [ + { + "id": "8490d47a-aad8-41d1-af00-f154019161c1", + "key": "community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 10 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7gxofBUConcQ1fbcq52JCd", + "type": "Entry", + "createdAt": "2025-01-03T02:24:35.909Z", + "updatedAt": "2025-01-03T03:51:21.745Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 45, + "publishedAt": "2025-01-03T03:51:21.745Z", + "firstPublishedAt": "2025-01-03T03:26:16.297Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 7, + "version": 46, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7gxofBUConcQ1fbcq52JCd" + }, + "fields": { + "key": { + "en-US": "bunkerweb" + }, + "trademark": { + "en-US": "BunkerWeb", + "zh-CN": "BunkerWeb" + }, + "title": { + "en-US": "Next-Generation Open-Source WAF and Full-Featured Web Server", + "zh-CN": "下一代开源 WAF 和全功能网络服务器" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "67h9gRAugDS2VqKolMLZN5" + } + } + }, + "summary": { + "en-US": "Next-Generation Open-Source WAF and Full-Featured Web Server", + "zh-CN": "下一代开源 WAF 和全功能网络服务器" + }, + "overview": { + "en-US": "BunkerWeb是一个安全的在线平台,提供数据存储和管理服务,确保用户信息的隐私和安全。", + "zh-CN": "BunkerWeb is a secure online platform that provides data storage and management services to ensure the privacy and security of user information." + }, + "description": { + "en-US": "BunkerWeb is a next-generation and open-source Web Application Firewall (WAF).\nBeing a full-featured web server (based on NGINX under the hood), it will protect your web services to make them \"secure by default\". BunkerWeb integrates seamlessly into your existing environments (Linux, Docker, Swarm, Kubernetes, …) and is fully configurable (don't panic, there is an awesome web UI if you don't like the CLI) to meet your own use-cases . In other words, cybersecurity is no more a hassle.\nBunkerWeb contains primary security features as part of the core but can be easily extended with additional ones thanks to a plugin system.", + "zh-CN": "BunkerWeb是下一代开源Web应用程序防火墙(WAF)。作为一个功能齐全的web服务器(基于底层的NGINX),它将保护您的web服务,使其“默认安全”。BunkerWeb无缝集成到您现有的环境(Linux、Docker、Swarm、Kubernetes等)中,并且是完全可配置的(不要惊慌,如果您不喜欢CLI,有一个很棒的web UI),以满足您自己的用例。换句话说,网络安全不再是一个麻烦。BunkerWeb包含作为核心的主要安全功能,但由于插件系统,可以很容易地扩展其他功能。" + }, + "screenshots": { + "en-US": [ + { + "id": "9ac22666-fa09-4eae-941e-78ae91109dae", + "key": "gui", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/bunkerweb/bunkerweb-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "3d3379cb-79ef-44ff-96b2-b45d3f81772a", + "key": "界面", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/bunkerweb/bunkerweb-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6WADietOzYFgb9uMKFSjts" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "459qZ8YeZfxR5UtMPG3ijT" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2R5PTh8eMkJkOR9GpmHNHY" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2O8RaSlsatiVMNTatp20FU" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ErftetWADiFvvgRO3pFnU" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.bunkerweb.io" + }, + "distribution": { + "en-US": [ + { + "id": "2d471d71-d070-4cc0-b783-dd8a66b49e77", + "key": "community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 10 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "n5QVjvWg6BDgCcz1XTo2W", + "type": "Entry", + "createdAt": "2025-01-03T02:31:19.723Z", + "updatedAt": "2025-01-03T03:52:24.917Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2025-01-03T03:52:24.917Z", + "firstPublishedAt": "2025-01-03T03:52:24.917Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/n5QVjvWg6BDgCcz1XTo2W" + }, + "fields": { + "title": { + "en-US": "Khoj" + }, + "slug": { + "en-US": "khoj" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/khoj-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "67h9gRAugDS2VqKolMLZN5", + "type": "Entry", + "createdAt": "2025-01-03T02:31:20.062Z", + "updatedAt": "2025-01-03T02:40:10.133Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2025-01-03T02:40:10.133Z", + "firstPublishedAt": "2025-01-03T02:40:10.133Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/67h9gRAugDS2VqKolMLZN5" + }, + "fields": { + "title": { + "en-US": "Bunkerweb" + }, + "slug": { + "en-US": "bunkerweb" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/bunkerweb-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "QnShDX17VsGy1U6czhBOS", + "type": "Entry", + "createdAt": "2025-01-03T03:21:55.159Z", + "updatedAt": "2025-01-03T03:24:01.372Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2025-01-03T03:24:01.372Z", + "firstPublishedAt": "2025-01-03T03:24:01.372Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/QnShDX17VsGy1U6czhBOS" + }, + "fields": { + "title": { + "en-US": "Formbricks" + }, + "slug": { + "en-US": "formbricks" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/formbricks-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6GUjluIuu7Wk7oopTbqWn6", + "type": "Entry", + "createdAt": "2025-01-03T03:31:44.948Z", + "updatedAt": "2025-01-09T07:04:58.660Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 37, + "publishedAt": "2025-01-09T07:04:58.660Z", + "firstPublishedAt": "2025-01-03T03:35:58.305Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 10, + "version": 38, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6GUjluIuu7Wk7oopTbqWn6" + }, + "fields": { + "key": { + "en-US": "formbricks" + }, + "trademark": { + "en-US": "Formbricks", + "zh-CN": "Formbricks" + }, + "title": { + "en-US": "Forms building and management platform", + "zh-CN": "表单构建和管理平台" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "QnShDX17VsGy1U6czhBOS" + } + } + }, + "summary": { + "en-US": "Forms building and management platform", + "zh-CN": "表单构建和管理平台" + }, + "overview": { + "en-US": "Formbricks is an open source form building platform that simplifies data collection and management, supporting customization and real-time data analysis.", + "zh-CN": "Formbricks是一个开源表单构建平台,简化数据收集与管理,支持自定义和实时数据分析。" + }, + "description": { + "en-US": "Formbricks is an open source form building and management platform designed to simplify the process of data collection and user feedback. It allows users to easily create custom forms, collect and analyze data, and supports a wide range of integrations and customization options.Formbricks provides an intuitive interface that enables users to quickly design forms, set up logical jumps, and view submitted data in real time. The platform is suitable for a variety of scenarios such as surveys, registrations, feedback and market research, helping organizations and developers efficiently capture and manage information. With Formbricks, users can improve the efficiency of data collection and optimize the user experience.", + "zh-CN": "Formbricks是一个开源的表单构建和管理平台,旨在简化数据收集和用户反馈的过程。它允许用户轻松创建自定义表单,收集和分析数据,支持多种集成和自定义选项。Formbricks提供直观的界面,使用户能够快速设计表单,设置逻辑跳转,并实时查看提交的数据。该平台适用于各种场景,如调查、注册、反馈和市场研究,帮助企业和开发者高效地获取和管理信息。通过Formbricks,用户可以提升数据收集的效率,优化用户体验。" + }, + "screenshots": { + "en-US": [ + { + "id": "06ac2fd5-881c-47a7-842d-b1d7c40fcf95", + "key": "gui", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/formbricks/formbricks-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "378e0fd9-21ce-4835-b277-eed6476583e5", + "key": "界面", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/formbricks/formbricks-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1fQ5nJAUb768z7n09J7sdK" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2O8RaSlsatiVMNTatp20FU" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4qGUijXFbNgosOxYmHl5LT" + } + } + ] + }, + "websiteurl": { + "en-US": "https://formbricks.com" + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest", + "3.0.0" + ] + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 2 + }, + "storage": { + "en-US": 2 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2rGp4qMdw2GM6pNc3ioNL1", + "type": "Entry", + "createdAt": "2025-01-03T05:35:35.492Z", + "updatedAt": "2025-01-03T05:35:49.135Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2025-01-03T05:35:49.135Z", + "firstPublishedAt": "2025-01-03T05:35:49.135Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2rGp4qMdw2GM6pNc3ioNL1" + }, + "fields": { + "title": { + "en-US": "Activepieces" + }, + "slug": { + "en-US": "activepieces" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/activepieces-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5qNOGuTPEdm5s5AeRUDAG5", + "type": "Entry", + "createdAt": "2025-01-03T05:36:26.349Z", + "updatedAt": "2025-01-03T08:27:42.522Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 34, + "publishedAt": "2025-01-03T08:27:42.522Z", + "firstPublishedAt": "2025-01-03T05:45:58.608Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 9, + "version": 35, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5qNOGuTPEdm5s5AeRUDAG5" + }, + "fields": { + "key": { + "en-US": "activepieces" + }, + "trademark": { + "en-US": "Activepieces", + "zh-CN": "Activepieces" + }, + "title": { + "en-US": "Automated workflow and task management platform", + "zh-CN": "自动化工作流与任务管理平台" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2rGp4qMdw2GM6pNc3ioNL1" + } + } + }, + "summary": { + "en-US": "Automated workflow and task management platform", + "zh-CN": "自动化工作流与任务管理平台" + }, + "overview": { + "en-US": "Activepieces is an automation tool that helps users create and manage workflows to streamline task processing and improve efficiency for a variety of business scenarios.", + "zh-CN": "Activepieces是一款自动化工具,帮助用户创建和管理工作流,简化任务处理,提高效率,适用于各种业务场景。" + }, + "description": { + "en-US": "Activepieces is an open source automation tool designed to simplify workflow and task management. Users can create automated “snippets” through a visual interface that connects different applications and services to automate the transfer and processing of data. It supports a wide range of integrations, including email, social media, databases, etc., and is suitable for both individual and team use.The flexibility and scalability of Activepieces makes it ideal for increasing productivity and efficiency, allowing users to customize workflows to their specific needs and reduce repetitive tasks.", + "zh-CN": "Activepieces 是一个开源的自动化工具,旨在简化工作流程和任务管理。用户可以通过可视化界面创建自动化“片段”,将不同的应用程序和服务连接起来,实现数据的自动传输和处理。它支持多种集成,包括电子邮件、社交媒体、数据库等,适用于个人和团队使用。Activepieces 的灵活性和可扩展性使其成为提高生产力和效率的理想选择,用户可以根据具体需求自定义工作流程,减少重复性工作。" + }, + "screenshots": { + "en-US": [ + { + "id": "069384e1-733e-458d-adf5-39b04f0e42fe", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/activepieces/activepieces-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "5dddbae8-f722-488b-9a89-813525a9f57b", + "key": "界面", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/activepieces/activepieces-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4sQ7pGdSE29pYwCFHBFPVQ" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "37sCZgeZbNIfKK7jJ2PJ9W" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2R5PTh8eMkJkOR9GpmHNHY" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4qGUijXFbNgosOxYmHl5LT" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.activepieces.com " + }, + "distribution": { + "en-US": [ + { + "id": "b56318b0-8f67-436a-84f2-3ffd94a7c5d8", + "key": "community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 10 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "61Wx3c02bVcQrCQaCkXbXv", + "type": "Entry", + "createdAt": "2025-01-03T05:40:01.258Z", + "updatedAt": "2025-01-03T09:49:31.087Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 42, + "publishedAt": "2025-01-03T09:49:31.087Z", + "firstPublishedAt": "2025-01-03T06:12:29.416Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 4, + "version": 43, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/61Wx3c02bVcQrCQaCkXbXv" + }, + "fields": { + "key": { + "en-US": "frp" + }, + "trademark": { + "en-US": "frp", + "zh-CN": "frp" + }, + "title": { + "en-US": "内网穿透代理工具", + "zh-CN": "Internal network penetration proxy tool" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "43lMtDosjRPt4Cjo31oxj5" + } + } + }, + "summary": { + "en-US": "内网穿透代理工具", + "zh-CN": "Internal network penetration proxy tool" + }, + "overview": { + "en-US": "FRP is a high-performance reverse proxy tool mainly used for intranet penetration to help users securely expose intranet services to the public network.", + "zh-CN": "FRP 是一款高性能的反向代理工具,主要用于内网穿透,帮助用户将内网服务安全地暴露到公网上。" + }, + "description": { + "en-US": "FRP (Fast Reverse Proxy) is a high-performance reverse proxy application primarily used for intranet penetration. It allows users to securely expose services located on the intranet to the public network for remote access.FRP supports multiple protocols, including TCP, UDP, and HTTP, and is suitable for a variety of scenarios, such as remote desktops, web services, and IoT devices. Users only need to deploy one FRP client and one FRP server on both the intranet and extranet to easily access intranet services. FRP also provides rich configuration options and security mechanisms to ensure the security and stability of data transmission, making it one of the most commonly used tools by developers and O&M personnel.", + "zh-CN": "FRP(Fast Reverse Proxy)是一款高性能的反向代理应用,主要用于内网穿透。它允许用户将位于内网的服务安全地暴露到公网上,从而实现远程访问。FRP 支持多种协议,包括 TCP、UDP 和 HTTP,适用于各种场景,如远程桌面、Web 服务和 IoT 设备等。用户只需在内网和外网各部署一个 FRP 客户端和服务端,即可轻松实现内网服务的访问。FRP 还提供了丰富的配置选项和安全机制,确保数据传输的安全性和稳定性,是开发者和运维人员常用的工具之一。" + }, + "screenshots": { + "en-US": [ + { + "id": "7433d02f-5640-48ef-bae3-47bbec8c354e", + "key": "gui", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/frp/frp-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "ca87176e-c5e6-4c58-9e7b-b34ccfbebcfb", + "key": "界面", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/frp/frp-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6RXVV319OK1hyFQD8W7q3g" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2R5PTh8eMkJkOR9GpmHNHY" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ZRY6UR6j4c4dOYz3PXXFs" + } + } + ] + }, + "websiteurl": { + "en-US": "https://gofrp.org" + }, + "distribution": { + "en-US": [ + { + "id": "3300dd46-544b-454f-a90b-53d814344d36", + "key": "community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 10 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "43lMtDosjRPt4Cjo31oxj5", + "type": "Entry", + "createdAt": "2025-01-03T05:46:47.265Z", + "updatedAt": "2025-01-03T05:49:31.126Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2025-01-03T05:49:31.126Z", + "firstPublishedAt": "2025-01-03T05:49:31.126Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/43lMtDosjRPt4Cjo31oxj5" + }, + "fields": { + "title": { + "en-US": "frp" + }, + "slug": { + "en-US": "frp" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/frp-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7rwDa1K9WT8uT9TaYJ2SEa", + "type": "Entry", + "createdAt": "2025-01-03T06:00:56.406Z", + "updatedAt": "2025-01-10T02:14:56.624Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 39, + "publishedAt": "2025-01-10T02:14:56.624Z", + "firstPublishedAt": "2025-01-03T06:14:24.833Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 6, + "version": 40, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7rwDa1K9WT8uT9TaYJ2SEa" + }, + "fields": { + "key": { + "en-US": "openhands" + }, + "trademark": { + "en-US": "OpenHands", + "zh-CN": "OpenHands" + }, + "title": { + "en-US": "A developer community that utilizes AI to solve problems", + "zh-CN": "利用AI解决问题的开发者社区" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2bbSM5GT1jaDL3VTvFm1hO" + } + } + }, + "summary": { + "en-US": "A developer community that utilizes AI to solve problems", + "zh-CN": "利用AI解决问题的开发者社区" + }, + "overview": { + "en-US": "OpenHands AI engineers revolutionize software development by integrating advanced AI capabilities to solve complex coding tasks. Join the developer community that utilizes AI to solve over half of SWE bench validation problems, focusing on creative challenges.", + "zh-CN": "OpenHands AI工程师通过集成先进的AI能力,革新软件开发,解决复杂的编码任务。加入利用AI解决超过一半SWE-bench验证问题的开发者社区,专注于创造性挑战。" + }, + "description": { + "en-US": "OpenHands is a leading AI software engineer capable of solving over 50% of problems in SWE bench validation sets. Our AI agent is open-source and developed under the MIT license on GitHub, ensuring the freedom and transparency of the technology. With 39k stars and over 200 contributors, OpenHands continues to improve with the help of top code generation researchers. We collaborate with AI security experts to ensure that our powerful tools are used responsibly. OpenHands is compatible with any large language model provider, ready to change the way you develop software.", + "zh-CN": "OpenHands是领先的AI软件工程师,能够解决SWE-bench验证集中超过50%的问题。我们的AI代理是开源的,在GitHub上以MIT许可证开发,确保技术的自由和透明。拥有39k星和200+贡献者,OpenHands在顶级代码生成研究人员的帮助下不断进步。我们与AI安全专家合作,确保我们的强力工具被负责任地使用。OpenHands与任何大型语言模型提供商兼容,准备好改变您的软件开发方式。" + }, + "screenshots": { + "en-US": [ + { + "id": "56f5c781-b636-4a51-877b-35ddb38f86ba", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/openhands/openhands-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "83dc30f0-e214-4bde-a916-975c67815b45", + "key": "界面", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/openhands/openhands-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "589HMAexpMchGfU0VfqlrP" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1yDnnV4tU0NWnq9X013fOC" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2R5PTh8eMkJkOR9GpmHNHY" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ErftetWADiFvvgRO3pFnU" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.all-hands.dev" + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 10 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2bbSM5GT1jaDL3VTvFm1hO", + "type": "Entry", + "createdAt": "2025-01-03T06:07:00.508Z", + "updatedAt": "2025-01-03T06:08:42.807Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2025-01-03T06:08:42.807Z", + "firstPublishedAt": "2025-01-03T06:08:42.807Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2bbSM5GT1jaDL3VTvFm1hO" + }, + "fields": { + "title": { + "en-US": "OpenHands" + }, + "slug": { + "en-US": "openhands" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/openhands-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "21IpWYXmGiFFuAoTe4Y08V", + "type": "Entry", + "createdAt": "2025-01-03T06:12:34.849Z", + "updatedAt": "2025-01-03T06:12:59.132Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2025-01-03T06:12:59.132Z", + "firstPublishedAt": "2025-01-03T06:12:59.132Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/21IpWYXmGiFFuAoTe4Y08V" + }, + "fields": { + "title": { + "en-US": "PocketBase" + }, + "slug": { + "en-US": "pocketbase" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/pocketbase-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "61OqNBz6FrDQmspLyw0jsd", + "type": "Entry", + "createdAt": "2025-01-03T06:15:25.881Z", + "updatedAt": "2025-01-03T09:24:18.256Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 37, + "publishedAt": "2025-01-03T09:24:18.256Z", + "firstPublishedAt": "2025-01-03T06:34:33.339Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 3, + "version": 38, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/61OqNBz6FrDQmspLyw0jsd" + }, + "fields": { + "key": { + "en-US": "huggingchat" + }, + "trademark": { + "en-US": "HuggingChat", + "zh-CN": "HuggingChat" + }, + "title": { + "en-US": "Open source chat interface for Hugging Face", + "zh-CN": "Hugging Face的开源聊天界面" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2owx5ZlYoJDpzPqD3Ggyrq" + } + } + }, + "summary": { + "en-US": "Open source chat interface for Hugging Face", + "zh-CN": "Hugging Face的开源聊天界面" + }, + "overview": { + "en-US": "HuggingChat is an open-source chatbot based on natural language processing technology that supports conversation generation in multiple languages.", + "zh-CN": "HuggingChat 是一个开源聊天机器人,基于自然语言处理技术,支持多种语言的对话生成。" + }, + "description": { + "en-US": "HuggingChat is an open source chatbot based on the Hugging Face platform, designed to provide natural language processing and dialog generation capabilities. It utilizes advanced deep learning models that are able to understand and generate natural language and support conversations in multiple languages. Users can interact with the chatbot through a simple interface for Q&A, small talk, or information.HuggingChat's flexibility and customizability make it suitable for developers and researchers to implement intelligent dialog systems in a variety of application scenarios.", + "zh-CN": "HuggingChat 是一个基于 Hugging Face 平台的开源聊天机器人,旨在提供自然语言处理和对话生成的功能。它利用先进的深度学习模型,能够理解和生成自然语言,支持多种语言的对话。用户可以通过简单的界面与聊天机器人互动,进行问答、闲聊或获取信息。HuggingChat 的灵活性和可定制性使其适用于开发者和研究人员,能够在各种应用场景中实现智能对话系统。" + }, + "screenshots": { + "en-US": [ + { + "id": "934e98b4-be98-4ea1-a6f1-85bd7de0abb4", + "key": "gui", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/huggingchat/huggingchat-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "ea204c64-879b-4a3f-aba5-d5050a70a73c", + "key": "界面", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/huggingchat/huggingchat-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1fmHNMWYZDyeknD3uaSpAS" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "554Dn6TI5aUe6PhxY6weWV" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2R5PTh8eMkJkOR9GpmHNHY" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4qGUijXFbNgosOxYmHl5LT" + } + } + ] + }, + "websiteurl": { + "en-US": "https://huggingface.co" + }, + "distribution": { + "en-US": [ + { + "id": "120e9fe4-6ca5-4e16-9026-74d011d2e385", + "key": "community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 10 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4aGdB0N4huAHuh9XWDzdG8", + "type": "Entry", + "createdAt": "2025-01-03T06:15:33.931Z", + "updatedAt": "2025-01-03T10:11:46.562Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 33, + "publishedAt": "2025-01-03T10:11:46.562Z", + "firstPublishedAt": "2025-01-03T06:21:57.945Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 6, + "version": 34, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4aGdB0N4huAHuh9XWDzdG8" + }, + "fields": { + "key": { + "en-US": "nodebb" + }, + "trademark": { + "en-US": "NodeBB", + "zh-CN": "NodeBB" + }, + "title": { + "en-US": "Modern Community Forum Software", + "zh-CN": "现代社区论坛软件" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4O6rgeuDruSDDAKteeFHFT" + } + } + }, + "summary": { + "en-US": "NodeBB is a mobile-ready, open-source community platform that fosters real conversations and engagement, perfect for businesses and growing communities.", + "zh-CN": "NodeBB是一款移动优先、开源的社区平台,促进真实对话和互动,适合企业和成长型社区。" + }, + "overview": { + "en-US": "NodeBB is a modern, mobile-first community platform designed to help businesses and communities establish their own space for genuine conversations, away from the noise of traditional social media. With a focus on user engagement and retention, NodeBB offers a suite of features that include mobile responsiveness, internationalization support, search optimization, GDPR compliance, and social media integration. It's the perfect solution for those looking to create a vibrant online community.", + "zh-CN": "NodeBB是一个现代的、移动优先的社区平台,旨在帮助企业和社区建立自己的真实对话空间,远离传统社交媒体的喧嚣。NodeBB专注于用户参与度和留存率,提供包括移动响应性、国际化支持、搜索引擎优化、GDPR合规和社交媒体集成在内的一系列功能。对于希望创建活跃在线社区的人来说,这是完美的解决方案。" + }, + "description": { + "en-US": "NodeBB is more than just a forum software; it's a complete community engagement platform that brings the spirit of traditional online forums into the modern era with powerful features and a mobile-first design. Whether you're a tech-savvy DIY pro looking to self-host or a growing business needing a one-click forum solution, NodeBB has you covered. With built-in support for over 50 languages, real-time interactions, and native analytics, NodeBB is designed to meet the needs of any community, large or small. Start your free trial today and join the thousands of forums already powered by NodeBB.", + "zh-CN": "NodeBB不仅仅是论坛软件;它是一个完整的社区参与平台,将传统在线论坛的精神带入现代时代,拥有强大的功能和移动优先的设计。无论您是技术娴熟的DIY专业人士寻求自托管,还是需要一键式论坛解决方案的成长型企业,NodeBB都能满足您的需求。NodeBB内置支持超过50种语言,实时互动和原生分析,旨在满足任何社区的需求,无论大小。今天就开始您的免费试用,并加入已经由NodeBB驱动的数千个论坛。" + }, + "screenshots": { + "en-US": [ + { + "id": "7398be52-0036-4a83-a2c7-ea8d47d556af", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/nodebb/nodebb-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "cd043cde-c04d-484b-a8f7-806c82c15a16", + "key": "界面", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/nodebb/nodebb-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6i6WusU3fEXb0rAIlS4ZmM" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1qwbdXJCwYeeXQoLRlpiCj" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3dwN8h5SUNdrngpTP9puvD" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2R5PTh8eMkJkOR9GpmHNHY" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "581T3Tx1sCF3xWdG8fWXbm" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7sAoBXjxdtWHcqEoxSHpJB" + } + } + ] + }, + "websiteurl": { + "en-US": "https://nodebb.org/" + }, + "distribution": { + "en-US": [ + { + "id": "71f5a89f-7fd9-4c76-81b2-c6d5561e5ba0", + "key": "community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 10 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2owx5ZlYoJDpzPqD3Ggyrq", + "type": "Entry", + "createdAt": "2025-01-03T06:17:57.381Z", + "updatedAt": "2025-01-03T06:19:02.845Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2025-01-03T06:19:02.845Z", + "firstPublishedAt": "2025-01-03T06:19:02.845Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2owx5ZlYoJDpzPqD3Ggyrq" + }, + "fields": { + "title": { + "en-US": "HuggingChat" + }, + "slug": { + "en-US": "huggingchat" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/huggingchat-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4O6rgeuDruSDDAKteeFHFT", + "type": "Entry", + "createdAt": "2025-01-03T06:18:18.143Z", + "updatedAt": "2025-01-03T06:18:49.524Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2025-01-03T06:18:49.524Z", + "firstPublishedAt": "2025-01-03T06:18:49.524Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4O6rgeuDruSDDAKteeFHFT" + }, + "fields": { + "title": { + "en-US": "NodeBB" + }, + "slug": { + "en-US": "nodebb" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/nodebb-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1ZuG79e9Y8RpH1KyoGIqrj", + "type": "Entry", + "createdAt": "2025-01-03T06:20:31.566Z", + "updatedAt": "2025-01-03T07:00:31.903Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 37, + "publishedAt": "2025-01-03T07:00:31.903Z", + "firstPublishedAt": "2025-01-03T06:27:04.982Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 8, + "version": 38, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1ZuG79e9Y8RpH1KyoGIqrj" + }, + "fields": { + "key": { + "en-US": "pocketbase" + }, + "trademark": { + "en-US": "PocketBase", + "zh-CN": "PocketBase" + }, + "title": { + "en-US": "Lightweight BaaS platform", + "zh-CN": "轻量级 BaaS 平台" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "21IpWYXmGiFFuAoTe4Y08V" + } + } + }, + "summary": { + "en-US": "Lightweight BaaS platform", + "zh-CN": "轻量级 BaaS 平台" + }, + "overview": { + "en-US": "PocketBase is a lightweight open source back-end service that provides real-time database, user authentication and file storage to simplify the application development process.", + "zh-CN": "PocketBase 是轻量级开源后端服务,提供实时数据库、用户认证和文件存储,简化应用开发流程。" + }, + "description": { + "en-US": "PocketBase is a lightweight, open source Backend-as-a-Service (BaaS) platform designed to help developers rapidly build and deploy applications. It provides features such as real-time databases, user authentication, file storage, and support for a variety of front-end frameworks to simplify the development process. With PocketBase, developers can focus on application logic without worrying about complex back-end infrastructure.", + "zh-CN": "PocketBase 是一个轻量级的开源后端即服务(BaaS)平台,旨在帮助开发者快速构建和部署应用程序。它提供了实时数据库、用户身份验证、文件存储等功能,支持多种前端框架,简化了开发流程。通过 PocketBase,开发者可以专注于应用逻辑,而无需担心复杂的后端基础设施。" + }, + "screenshots": { + "en-US": [ + { + "id": "593cbb53-3805-40fc-adb8-835f4e445074", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/pocketbase/pocketbase-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "c6f1ed39-5db2-4cc3-821d-da13541935f4", + "key": "界面", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/pocketbase/pocketbase-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7nMNcJU8pX0OQHaM70BoXI" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2R5PTh8eMkJkOR9GpmHNHY" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "websiteurl": { + "en-US": "https://pocketbase.io" + }, + "distribution": { + "en-US": [ + { + "id": "eb74ff76-d6ca-4650-a0a5-483dbc76e729", + "key": "community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 10 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3qg1O54d1YuLa1LWAEimuI", + "type": "Entry", + "createdAt": "2025-01-03T06:23:11.970Z", + "updatedAt": "2025-01-03T10:24:16.427Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 28, + "publishedAt": "2025-01-03T10:24:16.427Z", + "firstPublishedAt": "2025-01-03T06:34:34.887Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 4, + "version": 29, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3qg1O54d1YuLa1LWAEimuI" + }, + "fields": { + "key": { + "en-US": "posthog" + }, + "trademark": { + "en-US": "PostHog", + "zh-CN": "PostHog" + }, + "title": { + "en-US": "All-in-One Product Analytics & Feature Management Platform", + "zh-CN": "一体化产品分析与特性管理平台" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7rhSJvhWmWuBcHhqsexLEx" + } + } + }, + "summary": { + "en-US": "PostHog is a comprehensive platform for product analytics, web analytics, session replay, feature flags, and experiments, empowering developers to build successful products.", + "zh-CN": "PostHog是一个全面的产品分析、网站分析、会话回放、特性旗帜和实验的平台,赋能开发者构建成功的产品。" + }, + "overview": { + "en-US": "PostHog is an all-in-one platform that simplifies the process of analyzing, testing, observing, and deploying new features for your product. With capabilities in product analytics, web analytics, session replay, feature flags, and experiments, PostHog provides the tools needed to understand user behavior, optimize user experience, and drive product growth. It's the perfect solution for developers looking to make data-driven decisions and iterate quickly.", + "zh-CN": "PostHog是一个一体化平台,简化了分析、测试、观察和部署产品新特性的过程。凭借产品分析、网站分析、会话回放、特性旗帜和实验等功能,PostHog提供了理解用户行为、优化用户体验和推动产品增长所需的工具。它是寻求做出数据驱动决策和快速迭代的开发者的完美解决方案。\n\nDescription" + }, + "description": { + "en-US": "PostHog is a powerful product analytics platform that offers a wide range of features to help you build successful products. With PostHog, you can analyze user behavior through funnels, graphs, and user paths, and gain insights into product stickiness, lifecycle, retention, and more. The platform also includes session replay for watching user interactions, feature flags for safely rolling out new features, and experiments to test different variations. Additionally, PostHog provides surveys for collecting in-app feedback and data pipelines for building your customer data platform. Join the community of developers using PostHog to make data-driven decisions and accelerate product development.", + "zh-CN": "PostHog是一个功能强大的产品分析平台,提供广泛的功能帮助您构建成功的产品。使用PostHog,您可以通过漏斗、图表和用户路径分析用户行为,并获得关于产品粘性、生命周期、留存等的洞察。平台还包括会话回放以观看用户交互,特性旗帜用于安全推出新特性,以及实验以测试不同变体。此外,PostHog提供调查以收集应用内反馈和数据管道以构建您的客户数据平台。加入使用PostHog的开发者社区,做出数据驱动的决策,加速产品开发。" + }, + "screenshots": { + "en-US": [ + { + "id": "71b9333b-0f89-4d09-91a8-8086a8815b48", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/posthog/posthog-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "c7ee1800-1218-4600-9e58-5022914f80bd", + "key": "界面", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/posthog/posthog-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "65YrBrBlgXbR7BLCe6oP0K" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "71GcILZIPwJRwVC6kEjqQc" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2R5PTh8eMkJkOR9GpmHNHY" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "websiteurl": { + "en-US": "https://posthog.com/" + }, + "distribution": { + "en-US": [ + { + "id": "37ae5b8c-e646-4da6-b0e5-e24b79ab544c", + "key": "community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 10 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7rhSJvhWmWuBcHhqsexLEx", + "type": "Entry", + "createdAt": "2025-01-03T06:25:07.532Z", + "updatedAt": "2025-01-03T06:25:34.295Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2025-01-03T06:25:34.295Z", + "firstPublishedAt": "2025-01-03T06:25:34.295Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7rhSJvhWmWuBcHhqsexLEx" + }, + "fields": { + "title": { + "en-US": "PostHog" + }, + "slug": { + "en-US": "posthog" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/posthog-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "16U3YO1hvrL4ZVTZA6Ys4L", + "type": "Entry", + "createdAt": "2025-01-03T06:37:30.015Z", + "updatedAt": "2025-01-10T03:15:33.128Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 44, + "publishedAt": "2025-01-10T03:15:33.128Z", + "firstPublishedAt": "2025-01-03T06:57:20.630Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 4, + "version": 45, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/16U3YO1hvrL4ZVTZA6Ys4L" + }, + "fields": { + "key": { + "en-US": "keila" + }, + "trademark": { + "en-US": "Keila", + "zh-CN": "Keila" + }, + "title": { + "en-US": "Open Source Newsletter Tool", + "zh-CN": "开源通讯工具" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7dxtmDC4PA2taubDpWdfJ0" + } + } + }, + "summary": { + "en-US": "Open Source Newsletter Tool", + "zh-CN": "开源通讯工具" + }, + "overview": { + "en-US": "Manage and grow your contact lists, design and send personalized newsletter campaigns easier than ever before.", + "zh-CN": "管理和扩充联系人列表,设计和发送个性化时事通讯活动,比以往任何时候都更轻松。" + }, + "description": { + "en-US": "Keila is an email newsletter platform designed to help users create, manage and send newsletters easily and reliably. Here are some of the key features and aspects of Keila:\n\nUser-friendly interface: Keila offers an intuitive and simple interface that makes it easy for users (even those with less technical experience) to design and send newsletters.\nCustomizable templates: The platform offers a wide range of customizable templates that allow users to create visually appealing newsletters that match their brand image.\nList management: Keila includes tools to manage subscriber lists, allowing users to segment audiences, track engagement, and ensure compliance with email marketing regulations.\nAnalytics and Reporting: Users have access to detailed analytics data to track newsletter performance, including open rates, click-through rates, and subscriber growth. This data helps optimize future marketing campaigns.", + "zh-CN": "Keila 是一个电子邮件新闻通讯平台,旨在帮助用户轻松、可靠地创建、管理和发送新闻通讯。以下是 Keila 的一些关键特点和方面:\n\n用户友好的界面:Keila 提供直观且简单的界面,使用户(即使是技术经验较少的人)也能轻松设计和发送新闻通讯。\n可定制的模板:该平台提供多种可定制的模板,允许用户创建与品牌形象相符的视觉吸引力强的新闻通讯。\n列表管理:Keila 包含管理订阅者列表的工具,允许用户对受众进行细分、跟踪参与度,并确保遵守电子邮件营销法规。\n分析和报告:用户可以访问详细的分析数据,以跟踪新闻通讯的表现,包括打开率、点击率和订阅者增长。这些数据有助于优化未来的营销活动。" + }, + "screenshots": { + "en-US": [ + { + "id": "3c08327a-61a8-4228-8767-f069d1e23e0a", + "key": "gui", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/keila/keila-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "b12d7e15-7808-45f1-aeaf-e2a2242c9b4e", + "key": "界面", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/keila/keila-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4j19PhmLPnd3Bdn9hJY9Xd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CQ3nWNNUrmMj6BjOw173z" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2R5PTh8eMkJkOR9GpmHNHY" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2O8RaSlsatiVMNTatp20FU" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7sAoBXjxdtWHcqEoxSHpJB" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.keila.io" + }, + "distribution": { + "en-US": [ + { + "id": "8afa5cd4-d15a-4163-b56a-90f5cca59e58", + "key": "community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 10 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2LtXXWbeC7bLv0TZFPPdda", + "type": "Entry", + "createdAt": "2025-01-03T06:38:38.354Z", + "updatedAt": "2025-01-04T01:43:53.589Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 33, + "publishedAt": "2025-01-04T01:43:53.589Z", + "firstPublishedAt": "2025-01-03T06:52:05.052Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 5, + "version": 34, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2LtXXWbeC7bLv0TZFPPdda" + }, + "fields": { + "key": { + "en-US": "supertokens" + }, + "trademark": { + "en-US": "supertokens", + "zh-CN": "supertokens" + }, + "title": { + "en-US": "Open Source Authentication for Modern Apps", + "zh-CN": "现代应用的开源认证解决方案" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "BbFQUrDGnz3K5k4mwqc6q" + } + } + }, + "summary": { + "en-US": "SuperTokens offers a fast, customizable, and open source user authentication solution that reduces costs and enhances security for applications of all sizes.", + "zh-CN": "SuperTokens提供快速、可定制的开源用户认证解决方案,降低成本并增强各种规模应用的安全性。" + }, + "overview": { + "en-US": "SuperTokens is an open source user authentication platform designed to help developers build and maintain control over their authentication systems with ease and efficiency. With support for custom password policies, session limits, and prebuilt UI, it enables quick setup and integration with over 25+ frameworks. SuperTokens empowers businesses to reduce costs, enhance security, and tailor authentication flows to their specific needs.", + "zh-CN": "SuperTokens是一个开源用户认证平台,旨在帮助开发者轻松高效地构建和维护他们的认证系统。支持自定义密码策略、会话限制和预构建UI,它支持与25+框架快速设置和集成。SuperTokens使企业能够降低成本、增强安全性,并根据特定需求定制认证流程。" + }, + "description": { + "en-US": "SuperTokens is a comprehensive open source authentication solution that simplifies the process of securing user identities in modern applications. It offers a unique architecture that allows for flexibility and scalability, ensuring that authentication can be tailored to fit specific business requirements. Key features include magic link login, single sign-on (SSO), multi-tenant support, account linking, and an attack protection suite. With SuperTokens, developers can implement custom UI or use the provided prebuilt UI to create a seamless user authentication experience. The platform is SOC2 compliant and trusted by startups and enterprises alike, securing over 250 million identities with a 99.99% uptime across 2K+ production applications.", + "zh-CN": "SuperTokens是一个全面的开源认证解决方案,简化了现代应用中保护用户身份的过程。它提供了独特的架构,允许灵活性和可扩展性,确保认证可以定制以适应特定的业务需求。关键特性包括魔法链接登录、单点登录(SSO)、多租户支持、账户链接和攻击防护套件。使用SuperTokens,开发者可以实施自定义UI或使用提供的预构建UI来创建无缝的用户认证体验。该平台符合SOC2标准,受到初创企业和企业的信任,保护超过2.5亿身份信息,在2K+生产应用中实现99.99%的uptime。" + }, + "screenshots": { + "en-US": [ + { + "id": "693c5b58-5a47-4196-b101-04373a195555", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/supertokens/supertokens-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "6608c30f-6c67-46cc-96bc-93b467b5ae08", + "key": "界面", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/supertokens/supertokens-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "63lAclzrEwyy3akHF0l9kH" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "faq": { + "en-US": [ + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6rP4w22AvOA8nZiAwfSLGm" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3lxWtIBSIprcHIEK9JHUmJ" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "78Ny1Ej7eKMWHnoTiBpjA7" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17Jq88yTIez2ftdYQRrZSc" + } + } + ] + }, + "websiteurl": { + "en-US": "https://supertokens.com" + }, + "distribution": { + "en-US": [ + { + "id": "6efcb08a-b125-4f0c-996e-2104aa67c3e6", + "key": "community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 10 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7dxtmDC4PA2taubDpWdfJ0", + "type": "Entry", + "createdAt": "2025-01-03T06:39:41.854Z", + "updatedAt": "2025-01-03T06:45:41.965Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 11, + "publishedAt": "2025-01-03T06:45:41.965Z", + "firstPublishedAt": "2025-01-03T06:45:41.965Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 12, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7dxtmDC4PA2taubDpWdfJ0" + }, + "fields": { + "title": { + "en-US": "Keila" + }, + "slug": { + "en-US": "keila" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/keila-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "BbFQUrDGnz3K5k4mwqc6q", + "type": "Entry", + "createdAt": "2025-01-03T06:39:45.247Z", + "updatedAt": "2025-01-03T06:40:02.137Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2025-01-03T06:40:02.137Z", + "firstPublishedAt": "2025-01-03T06:40:02.137Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/BbFQUrDGnz3K5k4mwqc6q" + }, + "fields": { + "title": { + "en-US": "supertokens" + }, + "slug": { + "en-US": "supertokens" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/supertokens-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "40HTgdyOwEW49ar1LYoL6g", + "type": "Entry", + "createdAt": "2025-01-03T06:55:56.222Z", + "updatedAt": "2025-01-03T08:25:23.550Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 29, + "publishedAt": "2025-01-03T08:25:23.550Z", + "firstPublishedAt": "2025-01-03T07:03:01.440Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 3, + "version": 30, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/40HTgdyOwEW49ar1LYoL6g" + }, + "fields": { + "key": { + "en-US": "komga" + }, + "trademark": { + "en-US": "Komga", + "zh-CN": "Komga" + }, + "title": { + "en-US": "Your All-in-One Media Server for Comics, Manga, and More", + "zh-CN": "一站式漫画、漫画书和其他多媒体服务器" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1IT6xwnC8qDI4CekVVGov2" + } + } + }, + "summary": { + "en-US": "Komga is a powerful media server designed to organize, manage, and read your comic books, mangas, BDs, magazines, and eBooks with ease.", + "zh-CN": "Komga是一个强大的媒体服务器,旨在轻松组织、管理和阅读您的漫画书、漫画、BD、杂志和电子书。" + }, + "overview": { + "en-US": "Komga is a comprehensive media server solution that allows you to organize your CBZ, CBR, PDF, and EPUB files into various libraries, collections, or reading lists. It comes with an integrated Webreader, Mihon extension support, and compatibility with any OPDS reader, making it easy to read your content. Manage and edit metadata for your series and books to keep your collection up-to-date and well-organized. Komga is the perfect solution for comic and manga enthusiasts, as well as eBook lovers, providing a centralized platform to enjoy all your media.", + "zh-CN": "Komga是一个全面的媒体服务器解决方案,允许您将CBZ、CBR、PDF和EPUB文件组织到不同的库、收藏或阅读列表中。它内置了Webreader、Mihon扩展支持,并与任何OPDS阅读器兼容,使您能够轻松阅读您的内容。管理和编辑您的系列和书籍的元数据,以保持您的收藏最新和井井有条。对于漫画和漫画爱好者,以及电子书爱好者来说,Komga是完美的解决方案,提供了一个集中的平台来享受您的所有媒体。" + }, + "description": { + "en-US": "Komga is a feature-rich media server created to cater to the needs of comic book, manga, BD, magazine, and eBook enthusiasts. With Komga, you can effortlessly organize your digital collections by creating multiple libraries, collections, and reading lists. The integrated Webreader and support for the Mihon extension, along with compatibility with any OPDS reader, provide a seamless reading experience. For management, Komga allows you to edit metadata, ensuring your series and books are well-cataloged and easy to find. Whether you're a casual reader or a collector, Komga offers a centralized platform to manage and enjoy your media with ease.", + "zh-CN": "Komga是一个功能丰富的媒体服务器,旨在满足漫画书、漫画、BD、杂志和电子书爱好者的需求。使用Komga,您可以轻松地通过创建多个库、收藏和阅读列表来组织您的数字收藏。内置的Webreader和对Mihon扩展的支持,以及与任何OPDS阅读器的兼容性,提供了无缝的阅读体验。在管理方面,Komga允许您编辑元数据,确保您的系列和书籍编目良好且易于查找。无论您是休闲读者还是收藏家,Komga都提供了一个集中的平台,让您轻松管理和享受您的媒体。" + }, + "screenshots": { + "en-US": [ + { + "id": "7fb15155-77e0-4d6c-aade-6239350670e4", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/komga/komga-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "f7296c60-ba94-4571-a46f-f8dde5dfabd7", + "key": "界面", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/komga/komga-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6NOcBo02HlxiW6o5DkVLvV" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2R5PTh8eMkJkOR9GpmHNHY" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "websiteurl": { + "en-US": "https://komga.org" + }, + "distribution": { + "en-US": [ + { + "id": "26a619c6-3842-4b4f-ba74-4af524a4d51f", + "key": "community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 10 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1IT6xwnC8qDI4CekVVGov2", + "type": "Entry", + "createdAt": "2025-01-03T06:57:41.787Z", + "updatedAt": "2025-01-03T06:58:19.778Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2025-01-03T06:58:19.778Z", + "firstPublishedAt": "2025-01-03T06:58:19.778Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1IT6xwnC8qDI4CekVVGov2" + }, + "fields": { + "title": { + "en-US": "Komga" + }, + "slug": { + "en-US": "komga" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/komga-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2dfit1Sf8Ec3FNXBbpSg0E", + "type": "Entry", + "createdAt": "2025-01-03T06:58:18.976Z", + "updatedAt": "2025-01-07T09:13:54.944Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 36, + "publishedAt": "2025-01-07T09:13:54.944Z", + "firstPublishedAt": "2025-01-03T07:11:19.136Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 6, + "version": 37, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2dfit1Sf8Ec3FNXBbpSg0E" + }, + "fields": { + "key": { + "en-US": "stirlingpdf" + }, + "trademark": { + "en-US": "Stirling PDF", + "zh-CN": "Stirling PDF" + }, + "title": { + "en-US": "Your locally hosted one-stop-shop for all your PDF needs.", + "zh-CN": "您本地托管的一站式服务,满足您所有的PDF需求。" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7yhoXlh6JseXQeD0HwrHkv" + } + } + }, + "summary": { + "en-US": "Your locally hosted one-stop-shop for all your PDF needs.", + "zh-CN": "您本地托管的一站式服务,满足您所有的PDF需求。" + }, + "overview": { + "en-US": "Stirling PDF is a powerful and Docker based locally hosted web tool specifically designed for processing PDF files.", + "zh-CN": "Stirling-PDF是一个强大且基于Docker的本地托管Web工具,专门用于处理PDF文件。" + }, + "description": { + "en-US": "Stirling-PDF is a robust, locally hosted web-based PDF manipulation tool using Docker. It enables you to carry out various operations on PDF files, including splitting, merging, converting, reorganizing, adding images, rotating, compressing, and more.", + "zh-CN": "Stirling PDF是一个使用Docker的强大的、本地托管的基于web的PDF操作工具。它使您能够对PDF文件执行各种操作,包括拆分、合并、转换、重新组织、添加图像、旋转、压缩等。" + }, + "screenshots": { + "en-US": [ + { + "id": "7b510ed4-60f0-4e70-a89e-49f6440e906f", + "key": "gui", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/stirlingpdf/stirlingpdf-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "f46c1ec9-b31a-44fd-8bf7-d45e5c6dec43", + "key": "界面", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/stirlingpdf/stirlingpdf-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CQ3nWNNUrmMj6BjOw173z" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2R5PTh8eMkJkOR9GpmHNHY" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17Jq88yTIez2ftdYQRrZSc" + } + } + ] + }, + "websiteurl": { + "en-US": "https://stirlingpdf.io" + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 10 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "7yhoXlh6JseXQeD0HwrHkv", + "type": "Entry", + "createdAt": "2025-01-03T06:59:46.463Z", + "updatedAt": "2025-01-03T08:32:23.786Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2025-01-03T08:32:23.786Z", + "firstPublishedAt": "2025-01-03T07:00:54.543Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 3, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/7yhoXlh6JseXQeD0HwrHkv" + }, + "fields": { + "title": { + "en-US": "Stirling PDF" + }, + "slug": { + "en-US": "stirlingpdf" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/stirlingpdf-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "C6clCuf9u7OstR2o2hMrK", + "type": "Entry", + "createdAt": "2025-01-03T07:04:14.755Z", + "updatedAt": "2025-01-10T08:46:59.865Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 25, + "publishedAt": "2025-01-10T08:46:59.865Z", + "firstPublishedAt": "2025-01-03T07:09:01.163Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 3, + "version": 26, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/C6clCuf9u7OstR2o2hMrK" + }, + "fields": { + "key": { + "en-US": "keycloak" + }, + "trademark": { + "en-US": "Keycloak", + "zh-CN": "Keycloak" + }, + "title": { + "en-US": "Open Source Identity and Access Management", + "zh-CN": "开源身份认证与访问管理" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4ouE0CAUYMEWsQYsR4DzO5" + } + } + }, + "summary": { + "en-US": "Keycloak is an open source IAM solution that simplifies authentication and secures services with user federation, strong authentication, and fine-grained authorization.", + "zh-CN": "Keycloak是一个开源IAM解决方案,通过用户联合、强认证和细粒度授权简化认证并保护服务。" + }, + "overview": { + "en-US": "Keycloak is an open source identity and access management solution that enables single sign-on (SSO) across various applications and secures them with minimal effort. It supports standard protocols like OpenID Connect, OAuth 2.0, and SAML 2.0, and offers features like identity brokering, social login, user federation with LDAP and Active Directory, and centralized management for admins and users. Keycloak's high-performance architecture is cloud-native, scalable, and extensible, making it ideal for modern applications and services.", + "zh-CN": "Keycloak是一个开源身份和访问管理解决方案,它能够在各种应用程序之间实现单点登录(SSO)并以最小的努力保护它们。它支持OpenID Connect、OAuth 2.0和SAML 2.0等标准协议,并提供身份经纪、社交登录、与LDAP和Active Directory的用户联合以及管理员和用户的集中管理等功能。Keycloak的高性能架构是云原生的,可扩展且可扩展,非常适合现代应用程序和服务。" + }, + "description": { + "en-US": "Keycloak is a powerful open source identity and access management solution designed to add authentication to applications and secure services efficiently. It provides a range of features including single sign-on, identity brokering, social login, user federation, centralized management, and fine-grained authorization. With support for standard protocols like OpenID Connect, OAuth 2.0, and SAML 2.0, Keycloak can integrate with a wide variety of applications and identity providers. Its cloud-native architecture ensures high performance, scalability, and the ability to cluster for increased availability. Keycloak is also highly customizable, allowing organizations to tailor the authentication experience to their specific needs.", + "zh-CN": "Keycloak是一个功能强大的开源身份和访问管理解决方案,旨在高效地为应用程序添加认证并保护服务。它提供了一系列功能,包括单点登录、身份经纪、社交登录、用户联合、集中管理和细粒度授权。支持OpenID Connect、OAuth 2.0和SAML 2.0等标准协议,Keycloak能够与各种应用程序和身份提供者集成。其云原生架构确保了高性能、可扩展性,并能够集群以提高可用性。Keycloak还具有高度的可定制性,允许组织根据特定需求定制认证体验。" + }, + "screenshots": { + "en-US": [ + { + "id": "18f62dd1-8bbd-4d86-9242-e33895caf837", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/keycloak/keycloak-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "2e5c8aa9-48ac-41fd-90bd-60c0d62619b7", + "key": "界面", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/keycloak/keycloak-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3GMxXg5wdj4R77cqCqiIKk" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2R5PTh8eMkJkOR9GpmHNHY" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "websiteurl": { + "en-US": "https://www.keycloak.org" + }, + "distribution": { + "en-US": [ + { + "id": "dec53b70-3c16-4642-bec8-c1db332d0c91", + "key": "community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 10 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4ouE0CAUYMEWsQYsR4DzO5", + "type": "Entry", + "createdAt": "2025-01-03T07:06:00.497Z", + "updatedAt": "2025-01-03T10:35:38.847Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2025-01-03T10:35:38.847Z", + "firstPublishedAt": "2025-01-03T07:06:24.250Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4ouE0CAUYMEWsQYsR4DzO5" + }, + "fields": { + "title": { + "en-US": "keycloak" + }, + "slug": { + "en-US": "keycloak" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/keycloak-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2ZAuFyEB1YsAIAD80N8NqS", + "type": "Entry", + "createdAt": "2025-01-03T07:21:40.660Z", + "updatedAt": "2025-01-03T08:11:42.259Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 33, + "publishedAt": "2025-01-03T08:11:42.259Z", + "firstPublishedAt": "2025-01-03T07:40:38.196Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 4, + "version": 34, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2ZAuFyEB1YsAIAD80N8NqS" + }, + "fields": { + "key": { + "en-US": "gotify" + }, + "trademark": { + "en-US": "Gotify", + "zh-CN": "Gotify" + }, + "title": { + "en-US": "Open Source Messaging Server", + "zh-CN": "开源消息服务器" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5AQon0vRsus5VuEbWjRQaO" + } + } + }, + "summary": { + "en-US": "Open Source Messaging Server", + "zh-CN": "开源消息服务器" + }, + "overview": { + "en-US": "Gotify is a free and open-source messaging server that allows users to send and receive messages through a REST API and WebSocket connections. ", + "zh-CN": "Gotify是一个免费开源的消息服务器,允许用户通过REST API和WebSocket连接发送和接收消息。它被设计为简单易用,并且注重跨平台兼容性。" + }, + "description": { + "en-US": "Gotify is a minimalist messaging server that provides a straightforward solution for teams and individuals to manage and exchange messages. Its core features include a REST API for sending messages, WebSocket subscriptions for real-time message reception, and a WebUI for user and client management. Gotify's simplicity extends to its installation and operation, making it an accessible choice for self-hosting. With support for Android clients, Gotify ensures that users are notified promptly about new messages. The project's commitment to open-source principles ensures that it remains free and adaptable to various use cases", + "zh-CN": "Gotify是一个极简的消息服务器,为团队和个人提供了一个直接管理交换消息的解决方案。其核心功能包括用于发送消息的REST API、用于实时接收消息的WebSocket订阅以及用于用户和客户端管理的WebUI。Gotify的简单性扩展到其安装和操作,使其成为自托管的可访问选择。支持Android客户端,Gotify确保用户能够及时收到新消息的通知。项目对开源原则的承诺确保它保持免费并适应各种用例。" + }, + "screenshots": { + "en-US": [ + { + "id": "c2a352df-286b-4db3-945f-2e7032568447", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/gotify/gotify-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "a36d7a6f-2f1e-4278-8726-c9b2f376b28f", + "key": "界面", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/gotify/gotify-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "cyyHJKjkmP4E7ODCAJk96" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6rP4w22AvOA8nZiAwfSLGm" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2R5PTh8eMkJkOR9GpmHNHY" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ZRY6UR6j4c4dOYz3PXXFs" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1l8eeZ9VDhd668dryUVvDc" + } + } + ] + }, + "websiteurl": { + "en-US": "https://gotify.net" + }, + "distribution": { + "en-US": [ + { + "id": "3da53646-760b-493a-b47f-b40de59bb630", + "key": "community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 10 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5AQon0vRsus5VuEbWjRQaO", + "type": "Entry", + "createdAt": "2025-01-03T07:34:49.774Z", + "updatedAt": "2025-01-03T07:35:30.928Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2025-01-03T07:35:30.928Z", + "firstPublishedAt": "2025-01-03T07:35:30.928Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5AQon0vRsus5VuEbWjRQaO" + }, + "fields": { + "title": { + "en-US": "gotify" + }, + "slug": { + "en-US": "gotify" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/gotify-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "qYQEOBJNbmu3COnDnrWLs", + "type": "Entry", + "createdAt": "2025-01-03T07:44:00.907Z", + "updatedAt": "2025-01-10T03:46:26.442Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 32, + "publishedAt": "2025-01-10T03:46:26.442Z", + "firstPublishedAt": "2025-01-03T07:54:33.334Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 4, + "version": 33, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/qYQEOBJNbmu3COnDnrWLs" + }, + "fields": { + "key": { + "en-US": "librechat" + }, + "trademark": { + "en-US": "LibreChat", + "zh-CN": "LibreChat" + }, + "title": { + "en-US": "All-In-One AI Conversations with LibreChat", + "zh-CN": "与LibreChat的多功能AI对话" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "28plMBhLWvxcL450CdqMGw" + } + } + }, + "summary": { + "en-US": "All-In-One AI Conversations with LibreChat", + "zh-CN": "与LibreChat的多功能AI对话" + }, + "overview": { + "en-US": "LibreChat brings together the future of assistant AIs with the revolutionary technology of OpenAI's ChatGPT.", + "zh-CN": "LibreChat将助理人工智能的未来与OpenAI的ChatGPT的革命性技术结合在一起。" + }, + "description": { + "en-US": "LibreChat is the ultimate open-source app for all your AI conversations, fully customizable and compatible with any AI provider — all in one sleek interface", + "zh-CN": "LibreChat是您所有人工智能对话的终极开源应用程序,完全可定制,与任何人工智能提供商兼容——所有这些都在一个时尚的界面中" + }, + "screenshots": { + "en-US": [ + { + "id": "45ba3f1b-bb3d-4a92-8c89-2c0f7f824497", + "key": "gui", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/librechat/librechat-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "7d9b71eb-2de3-481b-a576-9e155393f78b", + "key": "界面", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/librechat/librechat-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1fmHNMWYZDyeknD3uaSpAS" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "554Dn6TI5aUe6PhxY6weWV" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1yDnnV4tU0NWnq9X013fOC" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2R5PTh8eMkJkOR9GpmHNHY" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4qGUijXFbNgosOxYmHl5LT" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.librechat.ai" + }, + "distribution": { + "en-US": [ + { + "id": "d0302ac6-b375-4c88-8955-c11e45f09160", + "key": "community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 10 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5O7EFMHYmfGBeixM1K6JHL", + "type": "Entry", + "createdAt": "2025-01-03T07:45:33.957Z", + "updatedAt": "2025-01-05T01:35:47.610Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 28, + "publishedAt": "2025-01-05T01:35:47.610Z", + "firstPublishedAt": "2025-01-03T07:52:21.969Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 4, + "version": 29, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5O7EFMHYmfGBeixM1K6JHL" + }, + "fields": { + "key": { + "en-US": "opengauss" + }, + "trademark": { + "en-US": "openGauss", + "zh-CN": "openGauss" + }, + "title": { + "en-US": "Enterprise-grade Open Source RDBMS", + "zh-CN": "企业级开源关系型数据库管理系统" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "51Kj07uvEWbdNpWdIvKTVC" + } + } + }, + "summary": { + "en-US": "Enterprise-grade Open Source RDBMS", + "zh-CN": "企业级开源关系型数据库管理系统" + }, + "overview": { + "en-US": "openGauss is an open-source relational database management system that leverages years of expertise in the database field to offer a high-reliability, high-performance, and high-security solution tailored for enterprise needs. With features like sub-10 second failover times, over 1.5 million tpmC on dual Kunpeng performance, and end-to-end security measures, openGauss is equipped with AI-based intelligent parameter tuning for easy maintenance. Join the openGauss community to explore its capabilities and contribute to its growth.", + "zh-CN": "Overview (Chinese): openGauss是一个开源关系型数据库管理系统,融合了多年的数据库领域经验,为企业提供高可靠性、高性能和高安全的解决方案。具备小于10秒的故障切换时间、双路鲲鹏性能超过150万tpmC,以及端到端的安全防护措施,openGauss还拥有基于AI的智能参数调优功能,便于运维管理。加入openGauss社区,探索其能力并为其发展做出贡献。" + }, + "description": { + "en-US": " openGauss is a next-generation open-source relational database that combines the extensive experience of Huawei in the database domain with the flexibility of open-source collaboration. It is licensed under the Mulan Permissive Software License v2 and is designed to meet the demands of enterprise-grade applications. Key features include high reliability with rapid failover, superior performance as evidenced by benchmark results, comprehensive security measures to protect data at all stages, and AI-driven smart tuning for simplified operations. The openGauss community welcomes developers, enterprises, and contributors to join and benefit from this powerful database solution.", + "zh-CN": "openGauss是一个新一代开源关系型数据库,结合了华为在数据库领域的丰富经验和开源合作的灵活性。它采用木兰宽松许可证v2发行,旨在满足企业级应用的需求。主要特点包括快速故障切换的高可靠性、以基准测试结果为证的卓越性能、全方位保护数据的综合性安全措施,以及简化操作的AI驱动智能调优。openGauss社区欢迎开发者、企业和贡献者加入并从这个强大的数据库解决方案中获益。" + }, + "screenshots": { + "en-US": [ + { + "id": "1f08e623-1c4e-4ab4-8b65-716ec88be9d2", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/opengauss/opengauss-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "e3a2c16e-8e8d-4a5d-a455-df1c2839dd41", + "key": "界面", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/opengauss/opengauss-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "TdsvWxQeDCNl1jwOanqG2" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5gZWge046khyUO08MUS4VT" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4Zumkkxl7i6hH0ykPh3ugH" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2R5PTh8eMkJkOR9GpmHNHY" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "710HtDMPpPIEbBEfccFzow" + } + } + }, + "websiteurl": { + "en-US": "https://opengauss.org" + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "6.0.0", + "latest" + ] + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 1 + }, + "storage": { + "en-US": 2 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "28plMBhLWvxcL450CdqMGw", + "type": "Entry", + "createdAt": "2025-01-03T07:45:47.501Z", + "updatedAt": "2025-01-03T07:46:52.028Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2025-01-03T07:46:52.028Z", + "firstPublishedAt": "2025-01-03T07:46:52.028Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/28plMBhLWvxcL450CdqMGw" + }, + "fields": { + "title": { + "en-US": "LibreChat" + }, + "slug": { + "en-US": "librechat" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/librechat-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "51Kj07uvEWbdNpWdIvKTVC", + "type": "Entry", + "createdAt": "2025-01-03T07:48:33.725Z", + "updatedAt": "2025-01-03T07:48:55.311Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2025-01-03T07:48:55.311Z", + "firstPublishedAt": "2025-01-03T07:48:55.311Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/51Kj07uvEWbdNpWdIvKTVC" + }, + "fields": { + "title": { + "en-US": "openGauss" + }, + "slug": { + "en-US": "opengauss" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/opengauss-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1MMsOVPiaTAtWKrxfCv7jc", + "type": "Entry", + "createdAt": "2025-01-03T07:55:15.912Z", + "updatedAt": "2025-01-04T01:44:36.104Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 31, + "publishedAt": "2025-01-04T01:44:36.104Z", + "firstPublishedAt": "2025-01-03T08:02:32.655Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 6, + "version": 32, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/1MMsOVPiaTAtWKrxfCv7jc" + }, + "fields": { + "key": { + "en-US": "calcom" + }, + "trademark": { + "en-US": "Cal.com", + "zh-CN": "Cal.com" + }, + "title": { + "en-US": "Intelligent Scheduling Platform", + "zh-CN": "智能排程平台" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5lCyr5Iv4ztarTowVZmu7C" + } + } + }, + "summary": { + "en-US": "Intelligent Scheduling Platform", + "zh-CN": "智能排程平台" + }, + "overview": { + "en-US": "Cal.com offers a fully customizable scheduling experience for individuals and businesses, simplifying the process of meeting coordination with advanced features and integrations.", + "zh-CN": "Cal.com为个人和企业提供完全可定制的排程体验,通过先进的功能和集成简化会议协调流程。" + }, + "description": { + "en-US": "Cal.com is more than just a scheduling tool; it's a comprehensive solution that caters to the needs of modern professionals and growing businesses. It offers effortless scheduling with the ability to set personal limits, buffers around events, and custom booking links that are easy to remember. For businesses, Cal.com provides advanced group meeting capabilities, routing forms, and round-robin features to enhance team efficiency. It also integrates with over 65 languages and a wide range of popular apps, making it a versatile choice for any organization. Cal.com's open-source nature allows for self-hosting and white-labeling, empowering users to tailor the platform to their specific needs.", + "zh-CN": "Cal.com不仅仅是一个排程工具;它是满足现代专业人士和成长中企业需求的全面解决方案。它提供轻松的排程能力,可以设置个人限制、事件周围的缓冲时间,以及易于记忆的自定义预订链接。对于企业来说,Cal.com提供先进的团队会议功能、路由表单和轮询功能,以提高团队效率。它还支持65多种语言,并与一系列流行应用集成,使其成为任何组织的多功能选择。Cal.com的开源特性允许自托管和白标,使用户能够根据特定需求定制平台。" + }, + "screenshots": { + "en-US": [ + { + "id": "71126d22-7ff3-46a5-8fac-1fafca786d7d", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/calcom/calcom-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "c14f4533-1135-4136-a27e-26f4fcc01ffd", + "key": "界面", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/calcom/calcom-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4sQ7pGdSE29pYwCFHBFPVQ" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "37sCZgeZbNIfKK7jJ2PJ9W" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "wrdKvKirsgcNXMvlmppVJ" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2R5PTh8eMkJkOR9GpmHNHY" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2O8RaSlsatiVMNTatp20FU" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1l8eeZ9VDhd668dryUVvDc" + } + } + ] + }, + "websiteurl": { + "en-US": "https://cal.com" + }, + "distribution": { + "en-US": [ + { + "id": "425176c4-9983-4907-b4fa-f35b21f204ef", + "key": "community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 10 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "hp8Zvb2HxEIlKBwPorymJ", + "type": "Entry", + "createdAt": "2025-01-03T07:56:14.003Z", + "updatedAt": "2025-01-10T04:06:38.004Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 31, + "publishedAt": "2025-01-10T04:06:38.004Z", + "firstPublishedAt": "2025-01-03T08:09:57.766Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 6, + "version": 32, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/hp8Zvb2HxEIlKBwPorymJ" + }, + "fields": { + "key": { + "en-US": "dashy" + }, + "trademark": { + "en-US": "Dashy", + "zh-CN": "Dashy" + }, + "title": { + "en-US": "A self-hostable personal dashboard built for you", + "zh-CN": "为您打造的自助式个人仪表板" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "210w9nfirBQXYj8xwaeZUl" + } + } + }, + "summary": { + "en-US": "A self-hostable personal dashboard built for you", + "zh-CN": "为您打造的自助式个人仪表板" + }, + "overview": { + "en-US": "Dashy is an open source, highly customizable, easy to use, privacy-respecting dashboard app.", + "zh-CN": "Dashy是一款开源、高度可定制、易于使用、尊重隐私的仪表板应用程序。" + }, + "description": { + "en-US": "It's packed full of useful features, to help you build your perfect dashboard. Including status checks, keyboard shortcuts, dynamic widgets, auto-fetched favicon icons and font-awesome support, built-in authentication, tons of themes, an interactive config editor, many display layouts plus loads more.\nAll the code is free and open source, and everything is thoroughly documented, you can get support with any questions on GitHub.", + "zh-CN": "它充满了有用的功能,可以帮助您构建完美的仪表板。包括状态检查、键盘快捷键、动态小部件、自动获取的favicon图标和字体支持、内置身份验证、大量主题、交互式配置编辑器、许多显示布局以及加载更多内容。\n所有代码都是免费和开源的,所有内容都有完整的文档记录,您可以在GitHub上获得任何问题的支持。" + }, + "screenshots": { + "en-US": [ + { + "id": "64393ea7-0f70-4066-a178-d2a47db58795", + "key": "gui", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/dashy/dashy-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "a4c9de4f-20e4-4903-8fe7-c7adda8a7ff6", + "key": "界面", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/dashy/dashy-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6dhUhSf0SPb3swoaJp8nj5" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2R5PTh8eMkJkOR9GpmHNHY" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7sAoBXjxdtWHcqEoxSHpJB" + } + } + ] + }, + "websiteurl": { + "en-US": "https://dashy.to" + }, + "distribution": { + "en-US": [ + { + "id": "5819f595-2b3e-4fdf-8770-7eb83cd767da", + "key": "community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 10 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5lCyr5Iv4ztarTowVZmu7C", + "type": "Entry", + "createdAt": "2025-01-03T07:58:06.297Z", + "updatedAt": "2025-01-03T07:58:29.271Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2025-01-03T07:58:29.271Z", + "firstPublishedAt": "2025-01-03T07:58:29.271Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5lCyr5Iv4ztarTowVZmu7C" + }, + "fields": { + "title": { + "en-US": "calcom" + }, + "slug": { + "en-US": "calcom" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/calcom-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "210w9nfirBQXYj8xwaeZUl", + "type": "Entry", + "createdAt": "2025-01-03T07:58:06.941Z", + "updatedAt": "2025-01-03T07:58:58.101Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2025-01-03T07:58:58.101Z", + "firstPublishedAt": "2025-01-03T07:58:58.101Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/210w9nfirBQXYj8xwaeZUl" + }, + "fields": { + "title": { + "en-US": "Dashy" + }, + "slug": { + "en-US": "dashy" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/dashy-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2szecMqoH0x4YFQKy68LBd", + "type": "Entry", + "createdAt": "2025-01-03T08:13:16.735Z", + "updatedAt": "2025-01-10T03:47:41.660Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 45, + "publishedAt": "2025-01-10T03:47:41.660Z", + "firstPublishedAt": "2025-01-03T08:24:24.875Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 10, + "version": 46, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2szecMqoH0x4YFQKy68LBd" + }, + "fields": { + "key": { + "en-US": "paperlessngx" + }, + "trademark": { + "en-US": "Paperless-ngx", + "zh-CN": "Paperless-ngx" + }, + "title": { + "en-US": "Document management system that transforms your physical documents into a searchable online archive", + "zh-CN": "文档管理系统,将您的物理文档转换为可搜索的在线存档" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4WYX2ac5o6kBRfQw123UQu" + } + } + }, + "summary": { + "en-US": "Document management system that transforms your physical documents into a searchable online archive", + "zh-CN": "文档管理系统,将您的物理文档转换为可搜索的在线存档" + }, + "overview": { + "en-US": "Paperless-ngx is an open source document management system that supports document scanning, OCR, categorization and search to improve management efficiency.", + "zh-CN": "Paperless-ngx 是开源文档管理系统,支持文档扫描、OCR、分类和搜索,提升管理效率。" + }, + "description": { + "en-US": "Paperless-ngx is an open source document management system designed to help users digitize and manage paper documents. It supports document scanning, uploading and optical character recognition (OCR) to make document content searchable. Users can add tags and categorize documents for easy retrieval. The system provides a user-friendly web interface, supports multi-device access, and features user rights management to ensure document security. In addition , Paperless-ngx provides API interface , easy to integrate with other applications . As an active open source project, Paperless-ngx is suitable for individual and team use to improve document management efficiency.", + "zh-CN": "Paperless-ngx 是一个开源文档管理系统,旨在帮助用户数字化和管理纸质文档。它支持文档扫描、上传和光学字符识别(OCR),使文档内容可搜索。用户可以为文档添加标签和分类,方便检索。系统提供友好的 Web 界面,支持多设备访问,并具备用户权限管理功能,确保文档安全。此外,Paperless-ngx 提供 API 接口,便于与其他应用集成。作为一个活跃的开源项目,Paperless-ngx 适合个人和团队使用,提升文档管理效率。" + }, + "screenshots": { + "en-US": [ + { + "id": "da828c45-64ed-4172-85a8-a9244f71d829", + "key": "gui", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/paperlessngx/paperlessngx-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "aa2981ed-c6e7-49fa-aaec-a498ccfb1f25", + "key": "界面", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/paperlessngx/paperlessngx-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CQ3nWNNUrmMj6BjOw173z" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "eK7sxDJTcbY6LODUjPj2i" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2R5PTh8eMkJkOR9GpmHNHY" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "581T3Tx1sCF3xWdG8fWXbm" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ErftetWADiFvvgRO3pFnU" + } + } + ] + }, + "websiteurl": { + "en-US": "https://docs.paperless-ngx.com " + }, + "distribution": { + "en-US": [ + { + "id": "18d370c0-f625-4a30-9d21-33da4e0a5a8c", + "key": "community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 10 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4WYX2ac5o6kBRfQw123UQu", + "type": "Entry", + "createdAt": "2025-01-03T08:14:32.053Z", + "updatedAt": "2025-01-03T11:06:50.750Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 9, + "publishedAt": "2025-01-03T11:06:50.750Z", + "firstPublishedAt": "2025-01-03T08:15:27.432Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 10, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4WYX2ac5o6kBRfQw123UQu" + }, + "fields": { + "title": { + "en-US": "Paperless-ngx" + }, + "slug": { + "en-US": "paperlessngx" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/paperlessngx-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "546SOFSnRS5pyBJDXIcj0X", + "type": "Entry", + "createdAt": "2025-01-03T08:18:16.420Z", + "updatedAt": "2025-01-03T10:57:02.394Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 27, + "publishedAt": "2025-01-03T10:57:02.394Z", + "firstPublishedAt": "2025-01-03T08:26:13.526Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 4, + "version": 28, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/546SOFSnRS5pyBJDXIcj0X" + }, + "fields": { + "key": { + "en-US": "wikijs" + }, + "trademark": { + "en-US": "Wiki.js", + "zh-CN": "Wiki.js" + }, + "title": { + "en-US": "The Extensible Open Source Wiki Software", + "zh-CN": "可扩展的开源维基软件" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4egjCGWjWAYOZONtRdCSA8" + } + } + }, + "summary": { + "en-US": "The Extensible Open Source Wiki Software", + "zh-CN": "可扩展的开源维基软件" + }, + "overview": { + "en-US": "Wiki.js is a powerful and customizable open source wiki software that makes documentation a joy to write with its beautiful and intuitive interface, compatible with various databases and platforms.", + "zh-CN": "Wiki.js是一款强大且可定制的开源维基软件,它拥有美观直观的界面,让编写文档成为一种乐趣,并且兼容多种数据库和平台。" + }, + "description": { + "en-US": "Wiki.js is the open source wiki platform that combines power and flexibility to create a seamless documentation experience. With its extensive admin area, you can manage all aspects of your wiki, from content creation to user permissions. It's designed to be blazing fast, running on Node.js, and is fully customizable, including themes for light and dark modes. Wiki.js scales intelligently, performing well on both small devices like Raspberry Pi and high-performance cloud VMs. Installation is a breeze, with step-by-step guides available for all platforms, and it comes bundled with everything you need to get started. Wiki.js is more than just free software; it's a community effort where anyone can contribute, ensuring continuous improvement and feature enhancement.", + "zh-CN": "Wiki.js是一个开源维基平台,结合了强大和灵活性,创造了无缝的文档体验。通过其广泛的管理区域,你可以管理你的维基的所有方面,从内容创建到用户权限。它旨在快速运行,基于Node.js,并且完全可定制,包括浅色和深色模式的主题。Wiki.js智能扩展,在小型设备如树莓派和高性能云虚拟机上表现良好。安装简单,所有平台都有分步指南,并且包含了开始所需的一切。Wiki.js不仅仅是免费软件;它是一个社区努力的成果,任何人都可以贡献,确保持续改进和功能增强。" + }, + "screenshots": { + "en-US": [ + { + "id": "e2fa46f6-83e7-4bf2-a40a-971169220b16", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/wikijs/wikijs-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "03090e12-6a4c-4b92-afa3-1834d44fdfa8", + "key": "界面", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/wikijs/wikijs-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3BSiB3tGxHtdlyrleFDZ9T" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "124HaMDLb0Px3rWa0GYYSf" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2R5PTh8eMkJkOR9GpmHNHY" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2O8RaSlsatiVMNTatp20FU" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7sAoBXjxdtWHcqEoxSHpJB" + } + } + ] + }, + "websiteurl": { + "en-US": "https://js.wiki" + }, + "distribution": { + "en-US": [ + { + "id": "98aad49d-9bb9-42e7-8e47-afb456e8613f", + "key": "community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 10 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4egjCGWjWAYOZONtRdCSA8", + "type": "Entry", + "createdAt": "2025-01-03T08:20:03.409Z", + "updatedAt": "2025-01-03T10:54:02.894Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2025-01-03T10:54:02.894Z", + "firstPublishedAt": "2025-01-03T08:20:35.672Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4egjCGWjWAYOZONtRdCSA8" + }, + "fields": { + "title": { + "en-US": "Wiki.js" + }, + "slug": { + "en-US": "wikijs" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/wikijs-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4Juz0j4czaF71HEj9pmLTx", + "type": "Entry", + "createdAt": "2025-01-03T08:26:10.429Z", + "updatedAt": "2025-01-10T03:51:03.249Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 34, + "publishedAt": "2025-01-10T03:51:03.249Z", + "firstPublishedAt": "2025-01-03T08:40:24.298Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 5, + "version": 35, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4Juz0j4czaF71HEj9pmLTx" + }, + "fields": { + "key": { + "en-US": "sonarqube" + }, + "trademark": { + "en-US": "SonarQube", + "zh-CN": "SonarQube" + }, + "title": { + "en-US": "Continuous Inspection for your code", + "zh-CN": "持续检查您的代码" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6Eabhx1kgce4mpjnAWcwCg" + } + } + }, + "summary": { + "en-US": "Continuous Inspection for your code", + "zh-CN": "持续检查您的代码" + }, + "overview": { + "en-US": "SonarQube is a code quality management tool", + "zh-CN": "SonarQube是代码质量管理工具" + }, + "description": { + "en-US": "SonarQube is an open source code quality management platform designed to help development teams continuously monitor and improve code quality. It detects potential issues, including defects, vulnerabilities, and code odor, through static code analysis and supports multiple programming languages such as Java, C#, JavaScript, and Python. sonarQube integrates with continuous integration tools such as Jenkins and GitLab CI to automate the analysis and ensure that code quality is maintained throughout the development cycle. The platform provides visual reports and dashboards to help teams quickly identify issues and supports customization of rules to meet specific needs. In addition, SonarQube features security vulnerability detection to help improve application security. Its Enterprise Edition offers more advanced features for larger organizations and is an effective tool for improving the efficiency and reliability of software development.", + "zh-CN": "SonarQube 是一个开源的代码质量管理平台,旨在帮助开发团队持续监控和改善代码质量。它通过静态代码分析检测潜在问题,包括缺陷、漏洞和代码异味,支持多种编程语言,如 Java、C#、JavaScript 和 Python。SonarQube 可与持续集成工具(如 Jenkins 和 GitLab CI)集成,实现自动化分析,确保代码质量在开发周期中得到维护。平台提供可视化报告和仪表板,帮助团队快速识别问题,并支持自定义规则以满足特定需求。此外,SonarQube 具备安全漏洞检测功能,帮助提高应用程序安全性。其企业版提供更多高级功能,适合大型组织使用,是提升软件开发效率和可靠性的有效工具。" + }, + "screenshots": { + "en-US": [ + { + "id": "de041957-f896-46d4-b688-e09021055c16", + "key": "gui", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/sonarqube/sonarqube-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "52da9771-7351-475d-912a-746a63a08583", + "key": "界面", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/sonarqube/sonarqube-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17yJkB6XQXVCd2BSxCxJnC" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17nBnb3cekP3IkiDLGh1F0" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2R5PTh8eMkJkOR9GpmHNHY" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "78Ny1Ej7eKMWHnoTiBpjA7" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "17Jq88yTIez2ftdYQRrZSc" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.sonarsource.com" + }, + "distribution": { + "en-US": [ + { + "id": "483cdf56-0845-496b-9e61-3ae58e599341", + "key": "community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 10 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6hpevXxeqTKNpi5ZzS5l5f", + "type": "Entry", + "createdAt": "2025-01-03T08:28:04.591Z", + "updatedAt": "2025-01-04T01:41:46.506Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 27, + "publishedAt": "2025-01-04T01:41:46.506Z", + "firstPublishedAt": "2025-01-03T08:36:55.167Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 5, + "version": 28, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6hpevXxeqTKNpi5ZzS5l5f" + }, + "fields": { + "key": { + "en-US": "plex" + }, + "trademark": { + "en-US": "Plex Media Server", + "zh-CN": "Plex Media Server" + }, + "title": { + "en-US": "Your Personal Media Streaming Platform", + "zh-CN": "您的个人媒体流平台" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2z3RmXH1v7Y2sk0uiYqjud" + } + } + }, + "summary": { + "en-US": "Your Personal Media Streaming Platform", + "zh-CN": "您的个人媒体流平台" + }, + "overview": { + "en-US": "Plex is a personal media streaming platform that allows you to organize, stream, and enjoy your media collection across various devices, with live TV, free movies, and advanced DVR capabilities.", + "zh-CN": " Plex是一个个人媒体流平台,让您能够跨多个设备组织、流式传输和享受您的媒体收藏,包括直播电视、免费电影和高级DVR功能。" + }, + "description": { + "en-US": "Plex is more than just a media player; it's a complete ecosystem for all your media needs. It enables you to create your own personal streaming service, complete with movies, TV shows, music, and photos. Plex works on almost any device, from smartphones and tablets to gaming consoles and smart TVs, ensuring that your media is always at your fingertips. With the Plex Media Server, you can centralize your media library and access it from anywhere. The Plex Pass offers exclusive features like the Ultimate DVR, which allows you to watch and record live TV, and Plexamp, providing a premium listening experience. Plex is not just about consuming media; it's about curating and enjoying your collection with ease and sophistication.", + "zh-CN": "Plex不仅仅是一个媒体播放器;它是所有媒体需求的完整生态系统。它使您能够创建自己的个人流媒体服务,包括电影、电视节目、音乐和照片。Plex几乎可以在任何设备上工作,从智能手机和平板电脑到游戏机和智能电视,确保您的媒体始终触手可及。有了Plex Media Server,您可以集中您的媒体库,并随时随地访问。Plex Pass提供独家功能,如Ultimate DVR,允许您观看和录制直播电视,以及提供高级听觉体验的Plexamp。Plex不仅仅是消费媒体;它是关于以轻松和优雅的方式策划和享受您的收藏。" + }, + "screenshots": { + "en-US": [ + { + "id": "b576885e-5624-4b55-87bd-e52daac86e2a", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/plex/plex-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "ec86f9c0-3afa-431c-abe2-9d2af4719d16", + "key": "界面", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/plex/plex-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5lYK0lAWJBvBjiXLRYm5Py" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3dwN8h5SUNdrngpTP9puvD" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2R5PTh8eMkJkOR9GpmHNHY" + } + } + ] + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1l8eeZ9VDhd668dryUVvDc" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.plex.tv/media-server-downloads" + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 10 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6Eabhx1kgce4mpjnAWcwCg", + "type": "Entry", + "createdAt": "2025-01-03T08:28:22.439Z", + "updatedAt": "2025-01-03T08:29:04.124Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2025-01-03T08:29:04.124Z", + "firstPublishedAt": "2025-01-03T08:29:04.124Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6Eabhx1kgce4mpjnAWcwCg" + }, + "fields": { + "title": { + "en-US": "SonarQube" + }, + "slug": { + "en-US": "sonarqube" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/sonarqube-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2z3RmXH1v7Y2sk0uiYqjud", + "type": "Entry", + "createdAt": "2025-01-03T08:30:09.779Z", + "updatedAt": "2025-01-03T10:49:49.359Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 8, + "publishedAt": "2025-01-03T10:49:49.359Z", + "firstPublishedAt": "2025-01-03T08:30:32.849Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 3, + "version": 9, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2z3RmXH1v7Y2sk0uiYqjud" + }, + "fields": { + "title": { + "en-US": "Plex Media Server" + }, + "slug": { + "en-US": "plex" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/plex-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "21M5dadrr9oL2eyP09upXf", + "type": "Entry", + "createdAt": "2025-01-08T05:43:24.735Z", + "updatedAt": "2025-01-09T07:04:20.556Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 52, + "publishedAt": "2025-01-09T07:04:20.556Z", + "firstPublishedAt": "2025-01-08T06:14:56.502Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 11, + "version": 53, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/21M5dadrr9oL2eyP09upXf" + }, + "fields": { + "key": { + "en-US": "g4f" + }, + "trademark": { + "en-US": "GPT4Free", + "zh-CN": "GPT4Free" + }, + "title": { + "en-US": "Open Source AI API for Text and Image Generation", + "zh-CN": "用于文本和图像生成的开源AI " + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "tUsOicpilJBLhj8Y9qOfW" + } + } + }, + "summary": { + "en-US": "Open Source AI API for Text and Image Generation", + "zh-CN": "用于文本和图像生成的开源AI " + }, + "overview": { + "en-US": "GPT4Free is an open source AI API package that enables text and image generation with multi-provider support, load balancing, and flow control.", + "zh-CN": "GPT4Free 是一个开源AI API包,支持多提供者文本和图像生成、负载平衡和流量控制." + }, + "description": { + "en-US": "GPT4Free is an open source AI API package that enables developers to easily integrate text and image generation capabilities into their applications. It supports a wide range of AI models and providers, making it versatile for various use cases. The package includes features such as load balancing, flow control, and timeouts, ensuring that AI services remain efficient and reliable. GPT4Free is designed to be user-friendly, with comprehensive documentation and community support, allowing developers to get started quickly and scale their AI integration as needed.", + "zh-CN": "GPT4Free API包,使开发人员能够轻松将文本和图像生成功能集成到他们的应用程序中。它支持广泛的AI模型和提供者,使其适用于各种用例。该软件包包括负载平衡、流量控制和超时等功能,确保AI服务保持高效和可靠。GPT4Free 旨在用户友好,提供全面的文档和社区支持,使开发人员能够快速开始并根据需要扩展AI集成." + }, + "screenshots": { + "en-US": [ + { + "id": "c5fa4a35-4bea-4d0f-8ecf-06ed9877903c", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/g4f/g4f-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "66fffb3b-e575-4466-96c8-e796d95973f6", + "key": "界面", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/g4f/g4f-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4lugh1wcHtyv7nBXh71aJ5" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4QfN1FKmJsLrTF2CusvdMM" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1yDnnV4tU0NWnq9X013fOC" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2R5PTh8eMkJkOR9GpmHNHY" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "581T3Tx1sCF3xWdG8fWXbm" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ErftetWADiFvvgRO3pFnU" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7sAoBXjxdtWHcqEoxSHpJB" + } + } + ] + }, + "websiteurl": { + "en-US": "https://github.com/xtekky/gpt4free" + }, + "distribution": { + "en-US": [ + { + "key": "community", + "value": [ + "latest" + ] + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 1 + }, + "memory": { + "en-US": 2 + }, + "storage": { + "en-US": 10 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "tUsOicpilJBLhj8Y9qOfW", + "type": "Entry", + "createdAt": "2025-01-08T06:05:23.472Z", + "updatedAt": "2025-01-08T08:19:51.301Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2025-01-08T08:19:51.301Z", + "firstPublishedAt": "2025-01-08T06:06:20.552Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 4, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/tUsOicpilJBLhj8Y9qOfW" + }, + "fields": { + "title": { + "en-US": "GPT4Free" + }, + "slug": { + "en-US": "g4f" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/g4f-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6x2Os8Xk2QJUuJ5GolmY5x", + "type": "Entry", + "createdAt": "2025-01-08T06:15:22.357Z", + "updatedAt": "2025-01-08T09:11:06.562Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 38, + "publishedAt": "2025-01-08T09:11:06.562Z", + "firstPublishedAt": "2025-01-08T06:27:55.218Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 4, + "version": 39, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6x2Os8Xk2QJUuJ5GolmY5x" + }, + "fields": { + "key": { + "en-US": "taskingai" + }, + "trademark": { + "en-US": "TaskingAI", + "zh-CN": "TaskingAI" + }, + "title": { + "en-US": "Orchestrating Artificial Intelligence Applications, the AI that really understands your business", + "zh-CN": "协调人工智能应用,真正了解您的业务的AI" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4xQR6WT9wqdqaxVeERdjGa" + } + } + }, + "summary": { + "en-US": "Orchestrating Artificial Intelligence Applications, the AI that really understands your business", + "zh-CN": "协调人工智能应用,真正了解您的业务的AI" + }, + "overview": { + "en-US": "TaskingAI is an innovative platform that enables businesses to create customizable AI applications tailored to their needs, with features like chat assistants, web widgets, and knowledge bases.", + "zh-CN": "TaskingAI是一个创新平台,使企业能够创建可定制的AI应用,满足其需求,功能包括聊天助手、网页小部件和知识库." + }, + "description": { + "en-US": "TaskingAI is an AI development platform that revolutionizes the way businesses create and deploy AI applications. It allows users to build customizable AI applications that cater to their specific business needs, with features like chat assistants for internal knowledge alignment and brand representation on social media, web widgets for easy access, and knowledge bases for sharing information with clear boundaries. TaskingAI supports the creation of applications from scratch or from templates, ensuring flexibility and scalability. The platform also facilitates seamless integration with leading third-party platforms, expanding its reach and impact. With abundant resources and a supportive community, TaskingAI makes it easy for businesses to get started and grow their AI capabilities.", + "zh-CN": "TaskingAI是一个AI开发平台,彻底改变了企业创建和部署AI应用的方式。它允许用户构建可定制的AI应用,满足其特定的业务需求,功能包括用于内部知识对齐和社交媒体品牌展示的聊天助手、便于访问的网页小部件和用于明确界限分享信息的知识库。TaskingAI支持从头开始或从模板创建应用程序,确保灵活性和可扩展性。该平台还促进了与领先的第三方平台的无缝集成,扩大了其影响力和影响范围。凭借丰富的资源和支持性社区,TaskingAI使企业能够轻松开始并增强其AI能力." + }, + "screenshots": { + "en-US": [ + { + "id": "8a8558f7-41d5-4a54-b287-385c35d72701", + "key": "ui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/taskingai/taskingai-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "4d5a9b4a-e1e9-4801-b9c9-a1bb8a2266e6", + "key": "界面", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/taskingai/taskingai-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "589HMAexpMchGfU0VfqlrP" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1yDnnV4tU0NWnq9X013fOC" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2R5PTh8eMkJkOR9GpmHNHY" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5P5YYP23yvJUouhsVhSyYe" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5ErftetWADiFvvgRO3pFnU" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4qGUijXFbNgosOxYmHl5LT" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.tasking.ai" + }, + "distribution": { + "en-US": [ + { + "id": "99b059b2-3441-4393-85eb-4bacc5d3634d", + "key": "community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 10 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "2phVC35nJWxjP4jqauyZwx", + "type": "Entry", + "createdAt": "2025-01-08T06:19:21.647Z", + "updatedAt": "2025-01-08T08:50:45.575Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 35, + "publishedAt": "2025-01-08T08:50:45.575Z", + "firstPublishedAt": "2025-01-08T07:39:17.982Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 5, + "version": 36, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/2phVC35nJWxjP4jqauyZwx" + }, + "fields": { + "key": { + "en-US": "linkwarden" + }, + "trademark": { + "en-US": "Linkwarden", + "zh-CN": "Linkwarden" + }, + "title": { + "en-US": "an open-source collaborative bookmark manager to collect, organize and preserve webpages.", + "zh-CN": "一个开源的协作书签管理器,用于收集、组织和保存网页。" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "5KfpBOomNfFDUiM7l9r8Da" + } + } + }, + "summary": { + "en-US": "an open-source collaborative bookmark manager to collect, organize and preserve webpages.", + "zh-CN": "一个开源的协作书签管理器,用于收集、组织和保存网页。" + }, + "overview": { + "en-US": "Self-hosted collaborative bookmark manager to collect, organize, and preserve webpages, articles, and documents.", + "zh-CN": "自托管协作书签管理器,用于收集、组织和保存网页、文章和文档。" + }, + "description": { + "en-US": "Linkwarden is an open-source collaborative bookmark management tool designed to help users efficiently collect, organize, and archive web links. It supports collecting web pages and bookmarks from any browser, and organizing links through collections, subsets, and tags. Linkwarden has powerful webpage archiving capabilities, which can automatically save screenshots and PDF copies of webpages. Even if the webpage is taken down, it can still be accessed, effectively preventing link corruption. In addition, it supports collaboration functionality, where users can collaborate to collect resources in a collection and assign customizable permissions to each member, making it easy to share curated collections. As a self hosted solution, Linkwarden guarantees the privacy of user data and will not sell it to third parties. It also offers responsive design, supports multiple screen sizes, and powerful search functionality, making it easy for users to find and manage their favorite content.", + "zh-CN": "Linkwarden 是一款开源的协作式书签管理工具,旨在帮助用户高效地收集、整理和存档网页链接。它支持从任何浏览器收集网页和书签,并通过集合、子集合和标签来组织链接。Linkwarden 具备强大的网页存档功能,可以自动保存网页的截图和 PDF 副本,即使网页被撤下也能访问,有效防止链接腐烂。此外,它支持协作功能,用户可以在集合中协作收集资源,并为每个成员分配可定制的权限,轻松共享精选集合。作为一款自托管的解决方案,Linkwarden 保障用户数据的隐私,不会将数据出售给第三方。它还提供了响应式设计,支持多种屏幕尺寸,以及强大的搜索功能,方便用户查找和管理收藏的内容。" + }, + "screenshots": { + "en-US": [ + { + "id": "65593052-6769-4f61-a263-d2596b300595", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/linkwarden/linkwarden-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "72be143d-28dc-438c-aa3a-b2a9983792d9", + "key": "界面", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/linkwarden/linkwarden-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4mF2lDUt1PNyZ5R6GP1VmF" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "eK7sxDJTcbY6LODUjPj2i" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2R5PTh8eMkJkOR9GpmHNHY" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2O8RaSlsatiVMNTatp20FU" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4qGUijXFbNgosOxYmHl5LT" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "7sAoBXjxdtWHcqEoxSHpJB" + } + } + ] + }, + "websiteurl": { + "en-US": "https://linkwarden.app" + }, + "distribution": { + "en-US": [ + { + "id": "e6ca587c-420b-4825-8951-4c757497d7b7", + "key": "community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 10 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "4xQR6WT9wqdqaxVeERdjGa", + "type": "Entry", + "createdAt": "2025-01-08T06:19:31.442Z", + "updatedAt": "2025-01-08T06:19:55.100Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 4, + "publishedAt": "2025-01-08T06:19:55.100Z", + "firstPublishedAt": "2025-01-08T06:19:55.100Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 5, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/4xQR6WT9wqdqaxVeERdjGa" + }, + "fields": { + "title": { + "en-US": "TaskingAI" + }, + "slug": { + "en-US": "taskingai" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/taskingai-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5KfpBOomNfFDUiM7l9r8Da", + "type": "Entry", + "createdAt": "2025-01-08T07:12:25.187Z", + "updatedAt": "2025-01-08T07:24:42.474Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 12, + "publishedAt": "2025-01-08T07:24:42.474Z", + "firstPublishedAt": "2025-01-08T07:24:42.474Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 13, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/5KfpBOomNfFDUiM7l9r8Da" + }, + "fields": { + "title": { + "en-US": "Linkwarden" + }, + "slug": { + "en-US": "linkwarden" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/linkwarden-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6VKheIV5p51bWVzFZdGxOD", + "type": "Entry", + "createdAt": "2025-01-08T07:39:42.048Z", + "updatedAt": "2025-01-08T08:44:41.467Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 31, + "publishedAt": "2025-01-08T08:44:41.467Z", + "firstPublishedAt": "2025-01-08T07:56:34.423Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 4, + "version": 32, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6VKheIV5p51bWVzFZdGxOD" + }, + "fields": { + "key": { + "en-US": "kavita" + }, + "trademark": { + "en-US": "Kavita", + "zh-CN": "Kavita" + }, + "title": { + "en-US": "Kavita is a fast, feature rich, cross-platform reading server.", + "zh-CN": "Kavita是一个快速、功能丰富、跨平台的阅读服务器。" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6EvVnFZLBiuTbtomEu9Yse" + } + } + }, + "summary": { + "en-US": "Kavita is a fast, feature rich, cross-platform reading server.", + "zh-CN": "Kavita是一个快速、功能丰富、跨平台的阅读服务器。" + }, + "overview": { + "en-US": "Kavita is a fast, feature rich, cross platform reading server. Built with the goal of being a full solution for all your reading needs. Setup your own server and share your reading collection with your friends and family.", + "zh-CN": "Kavita是一个快速、功能丰富、跨平台的阅读服务器。旨在为您的所有阅读需求提供完整的解决方案。设置自己的服务器,并与朋友和家人分享您的阅读收藏。\n" + }, + "description": { + "en-US": "Kavita is a feature rich open-source media manager that focuses on organizing and reading comics, light novels, and e-books. It supports multiple file formats, including ZIP, RAR, EPUB, and PDF, and provides built-in image, EPUB, and PDF readers. Users can customize their reading experience, such as fonts, spacing, themes, and more. Kavita has a full-text search function, which can quickly find files, bookmarks, reading lists, etc. It also supports metadata filtering, rating, and commenting functions, making it convenient for users to manage and discover content. It also allows users to create and manage accounts, share library resources, and provide cross platform support without relying on external programs, responding quickly and suitable for comic book enthusiasts and e-book readers.", + "zh-CN": "Kavita 是一款功能丰富的开源媒体管理器,专注于漫画、轻小说和电子书的整理与阅读。它支持多种文件格式,包括 ZIP、RAR、EPUB 和 PDF 等,提供内置的图像、EPUB 和 PDF 阅读器,用户可自定义阅读体验,如字体、间距、主题等。Kavita 具备全文搜索功能,可快速查找文件、书签、阅读列表等,还支持元数据过滤、评分和评论功能,方便用户管理和发现内容。它还允许用户创建和管理账户,共享图书馆资源,并提供跨平台支持,无需依赖外部程序,响应迅速,适合漫画爱好者和电子书读者使用。" + }, + "screenshots": { + "en-US": [ + { + "id": "b19ab146-9e76-4860-919d-b68c70d986f8", + "key": "gui", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/kavita/kavita-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "85de3af2-9807-4fb6-a4c1-b38666e9df03", + "key": "界面", + "value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/kavita/kavita-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4j19PhmLPnd3Bdn9hJY9Xd" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "6CQ3nWNNUrmMj6BjOw173z" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "8p9Jguy5UGOSKFp3n9M1N" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2R5PTh8eMkJkOR9GpmHNHY" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "581T3Tx1sCF3xWdG8fWXbm" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4DsfObBcFoAWJGQZC4AQeS" + } + }, + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "4qGUijXFbNgosOxYmHl5LT" + } + } + ] + }, + "websiteurl": { + "en-US": "https://www.kavitareader.com" + }, + "distribution": { + "en-US": [ + { + "id": "9954b254-f079-41a1-a445-7a22f3b1fc8c", + "key": "community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 10 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "6EvVnFZLBiuTbtomEu9Yse", + "type": "Entry", + "createdAt": "2025-01-08T07:42:48.838Z", + "updatedAt": "2025-01-08T07:45:01.136Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2025-01-08T07:45:01.136Z", + "firstPublishedAt": "2025-01-08T07:45:01.136Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/6EvVnFZLBiuTbtomEu9Yse" + }, + "fields": { + "title": { + "en-US": "Kavita" + }, + "slug": { + "en-US": "kavita" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/kavita-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3CXNF4srSYLn8hVkb0Yuf1", + "type": "Entry", + "createdAt": "2025-01-08T07:57:34.080Z", + "updatedAt": "2025-01-08T08:34:08.089Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 28, + "publishedAt": "2025-01-08T08:34:08.089Z", + "firstPublishedAt": "2025-01-08T08:06:39.244Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 2, + "version": 29, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published", + "zh-CN": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "product" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/3CXNF4srSYLn8hVkb0Yuf1" + }, + "fields": { + "key": { + "en-US": "localai" + }, + "trademark": { + "en-US": "LocalAI", + "zh-CN": "LocalAI" + }, + "title": { + "en-US": "Self-hosted AI running on consumer-grade hardware", + "zh-CN": "在消费级硬件上运行的自托管AI" + }, + "logo": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "137sU0w2S91hwsPXWwG0vI" + } + } + }, + "summary": { + "en-US": "Self-hosted AI running on consumer-grade hardware", + "zh-CN": "在消费级硬件上运行的自托管AI" + }, + "overview": { + "en-US": "Local AI is an open-source platform that supports local deployment of AI models, protects data privacy, and enables efficient AI application development.", + "zh-CN": "Local AI 是开源平台,支持本地部署 AI 模型,保护数据隐私,实现高效 AI 应用开发。" + }, + "description": { + "en-US": "Local AI is an open-source artificial intelligence platform designed to provide users with localized artificial intelligence services. It allows users to run and deploy AI models on local devices without relying on remote servers or cloud services. Local AI supports various AI functions, such as natural language processing, image recognition, and machine learning. Users can choose and customize AI models according to their own needs. Through Local AI, users can achieve efficient and fast AI application development and deployment while protecting data privacy, suitable for application scenarios that require high data security and low latency.", + "zh-CN": "Local AI 是一个开源的人工智能平台,旨在为用户提供本地化的人工智能服务。它允许用户在本地设备上运行和部署 AI 模型,无需依赖远程服务器或云服务。Local AI 支持多种 AI 功能,如自然语言处理、图像识别和机器学习等,用户可以根据自己的需求选择和定制 AI 模型。通过 Local AI,用户可以在保护数据隐私的同时,实现高效、快速的 AI 应用开发和部署,适用于需要高数据安全性和低延迟的应用场景。" + }, + "screenshots": { + "en-US": [ + { + "id": "81e728bd-f9e8-4deb-8868-e9b99f2c6b40", + "key": "gui", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/localai/localai-gui-websoft9.png" + } + ], + "zh-CN": [ + { + "id": "341e4e6a-3880-4dfc-bde5-152a2f40e484", + "key": "界面", + "value": "http://libs.websoft9.com/Websoft9/DocsPicture/zh/localai/localai-gui-websoft9.png" + } + ] + }, + "hot": { + "en-US": 10000 + }, + "review": { + "en-US": 5 + }, + "featured": { + "en-US": false + }, + "catalog": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "589HMAexpMchGfU0VfqlrP" + } + } + ] + }, + "os": { + "en-US": [ + "Linux" + ] + }, + "supportLanguage": { + "en-US": [ + "English", + "Chinese" + ], + "zh-CN": [ + "英文", + "简体中文" + ] + }, + "tags": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1yDnnV4tU0NWnq9X013fOC" + } + } + ] + }, + "priceModel": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "43c7F0F9fjBwIk8a8SvHMR" + } + } + ] + }, + "productType": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "2R5PTh8eMkJkOR9GpmHNHY" + } + } + ] + }, + "license": { + "en-US": { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "1tMs1x3EStpmtlIMWVdjsz" + } + } + }, + "program": { + "en-US": [ + { + "sys": { + "type": "Link", + "linkType": "Entry", + "id": "3ZRY6UR6j4c4dOYz3PXXFs" + } + } + ] + }, + "websiteurl": { + "en-US": "https://localai.io" + }, + "distribution": { + "en-US": [ + { + "id": "2deede1a-25ca-41b9-afcb-d7bbd13aabfc", + "key": "community", + "value": "latest" + } + ] + }, + "production": { + "en-US": false + }, + "appStore": { + "en-US": true + }, + "vcpu": { + "en-US": 2 + }, + "memory": { + "en-US": 4 + }, + "storage": { + "en-US": 10 + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "137sU0w2S91hwsPXWwG0vI", + "type": "Entry", + "createdAt": "2025-01-08T07:58:37.850Z", + "updatedAt": "2025-01-08T07:59:09.635Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2025-01-08T07:59:09.635Z", + "firstPublishedAt": "2025-01-08T07:59:09.635Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "publishedCounter": 1, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "7JkxIPy4mBBSdLonTk2HlY" + } + }, + "fieldStatus": { + "*": { + "en-US": "published" + } + }, + "automationTags": [ + ], + "contentType": { + "sys": { + "type": "Link", + "linkType": "ContentType", + "id": "media" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/entries/137sU0w2S91hwsPXWwG0vI" + }, + "fields": { + "title": { + "en-US": "LocalAI" + }, + "slug": { + "en-US": "localai" + }, + "imageurl": { + "en-US": "https://libs.websoft9.com/Websoft9/logo/product/localai-websoft9.png" + }, + "type": { + "en-US": [ + "Product" + ] + } + } + } + ], + "assets": [ + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1cGivh1JmfF84BsAY6Bcjh", + "type": "Asset", + "createdAt": "2021-07-17T08:00:56.098Z", + "updatedAt": "2021-07-17T08:06:21.773Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2021-07-17T08:06:21.773Z", + "firstPublishedAt": "2021-07-17T08:06:21.773Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/assets/1cGivh1JmfF84BsAY6Bcjh" + }, + "fields": { + "title": { + "en-US": "office003" + }, + "description": { + "en-US": "办公室照片3" + }, + "file": { + "en-US": { + "url": "//images.ctfassets.net/ffrhttfighww/1cGivh1JmfF84BsAY6Bcjh/15aca518b28115d25ae1b895f0d076ba/office003.png", + "details": { + "size": 417280, + "image": { + "width": 640, + "height": 416 + } + }, + "fileName": "office003.png", + "contentType": "image/png" + } + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "3xugREB4lTAiJLuxYkxnzk", + "type": "Asset", + "createdAt": "2021-07-17T08:00:56.111Z", + "updatedAt": "2021-07-17T08:03:02.628Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 6, + "publishedAt": "2021-07-17T08:03:02.628Z", + "firstPublishedAt": "2021-07-17T08:03:02.628Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 7, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/assets/3xugREB4lTAiJLuxYkxnzk" + }, + "fields": { + "title": { + "en-US": "office001", + "zh-CN": "办公室照片001" + }, + "description": { + "en-US": "办公室照片1" + }, + "file": { + "en-US": { + "url": "//images.ctfassets.net/ffrhttfighww/3xugREB4lTAiJLuxYkxnzk/457c4a7b2f74a609321bfae532483a56/office001.png", + "details": { + "size": 345665, + "image": { + "width": 640, + "height": 416 + } + }, + "fileName": "office001.png", + "contentType": "image/png" + } + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "1wQTT0FDXqArYVikvFwYq3", + "type": "Asset", + "createdAt": "2021-07-17T08:00:56.121Z", + "updatedAt": "2021-07-17T08:04:07.157Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 3, + "publishedAt": "2021-07-17T08:04:07.157Z", + "firstPublishedAt": "2021-07-17T08:04:07.157Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 4, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/assets/1wQTT0FDXqArYVikvFwYq3" + }, + "fields": { + "title": { + "en-US": "office002" + }, + "description": { + "en-US": "办公室照片2" + }, + "file": { + "en-US": { + "url": "//images.ctfassets.net/ffrhttfighww/1wQTT0FDXqArYVikvFwYq3/bdeaba0a64c5c62e4fd120faac65137c/office002.png", + "details": { + "size": 400900, + "image": { + "width": 640, + "height": 416 + } + }, + "fileName": "office002.png", + "contentType": "image/png" + } + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5Ed3QmJRpqzrXTFjBFCugs", + "type": "Asset", + "createdAt": "2021-07-17T08:00:57.095Z", + "updatedAt": "2021-07-17T08:04:58.075Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 5, + "publishedAt": "2021-07-17T08:04:58.075Z", + "firstPublishedAt": "2021-07-17T08:04:58.075Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 1, + "version": 6, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/assets/5Ed3QmJRpqzrXTFjBFCugs" + }, + "fields": { + "title": { + "en-US": "office004" + }, + "description": { + "en-US": "办公室照片4" + }, + "file": { + "en-US": { + "url": "//images.ctfassets.net/ffrhttfighww/5Ed3QmJRpqzrXTFjBFCugs/3fd7d13c89e57f21f820a2865c259a15/office004.png", + "details": { + "size": 321507, + "image": { + "width": 640, + "height": 416 + } + }, + "fileName": "office004.png", + "contentType": "image/png" + } + } + } + }, + { + "metadata": { + "tags": [ + ], + "concepts": [ + ] + }, + "sys": { + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "id": "5muOkiJZ0gAtoHEDNWEu6o", + "type": "Asset", + "createdAt": "2022-07-14T02:52:55.354Z", + "updatedAt": "2022-07-14T02:54:07.561Z", + "environment": { + "sys": { + "id": "master", + "type": "Link", + "linkType": "Environment" + } + }, + "publishedVersion": 7, + "publishedAt": "2022-07-14T02:54:07.561Z", + "firstPublishedAt": "2022-07-14T02:53:57.604Z", + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "publishedCounter": 2, + "version": 8, + "publishedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "urn": "crn:contentful:::content:spaces/ffrhttfighww/environments/master/assets/5muOkiJZ0gAtoHEDNWEu6o" + }, + "fields": { + "title": { + "en-US": "Alibaba Cloud", + "zh-CN": "阿里云" + }, + "file": { + "en-US": { + "url": "//images.ctfassets.net/ffrhttfighww/5muOkiJZ0gAtoHEDNWEu6o/4fdda5cc7c8a11aeb4b5cfcfa9a29677/alibabacloud-logo.png", + "details": { + "size": 3785, + "image": { + "width": 180, + "height": 70 + } + }, + "fileName": "alibabacloud-logo.png", + "contentType": "image/png" + }, + "zh-CN": { + "url": "//images.ctfassets.net/ffrhttfighww/5muOkiJZ0gAtoHEDNWEu6o/a806518411d31f57b6643a113ad0c8f2/aliyun-logo.png", + "details": { + "size": 6656, + "image": { + "width": 180, + "height": 70 + } + }, + "fileName": "aliyun-logo.png", + "contentType": "image/png" + } + } + } + } + ], + "locales": [ + { + "name": "English (United States)", + "code": "en-US", + "fallbackCode": null, + "default": true, + "contentManagementApi": true, + "contentDeliveryApi": true, + "optional": false, + "sys": { + "type": "Locale", + "id": "1k2mnWZGpv16K6AkA0jE8I", + "version": 7, + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "environment": { + "sys": { + "type": "Link", + "linkType": "Environment", + "id": "master-2022-11-16", + "uuid": "cb347def-98c4-4e27-aea3-0a99cd3468fc" + } + }, + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "createdAt": "2021-04-12T06:42:27Z", + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedAt": "2022-09-27T07:14:40Z" + } + }, + { + "name": "Chinese (Simplified, China)", + "code": "zh-CN", + "fallbackCode": "en-US", + "default": false, + "contentManagementApi": true, + "contentDeliveryApi": true, + "optional": true, + "sys": { + "type": "Locale", + "id": "4fYZBB9BQyG4WiAOeUUrUE", + "version": 16, + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "environment": { + "sys": { + "type": "Link", + "linkType": "Environment", + "id": "master-2022-11-16", + "uuid": "cb347def-98c4-4e27-aea3-0a99cd3468fc" + } + }, + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "createdAt": "2021-04-12T06:59:27Z", + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "5jBv2rateVgqaNkoYWHqVo" + } + }, + "updatedAt": "2023-03-03T10:06:56Z" + } + } + ], + "webhooks": [ + ], + "roles": [ + { + "name": "Editor", + "description": "Allows editing, publishing and archiving of content", + "policies": [ + { + "effect": "allow", + "actions": "all", + "constraint": { + "and": [ + { + "equals": [ + { + "doc": "sys.type" + }, + "Entry" + ] + } + ] + } + }, + { + "effect": "allow", + "actions": "all", + "constraint": { + "and": [ + { + "equals": [ + { + "doc": "sys.type" + }, + "Asset" + ] + } + ] + } + } + ], + "permissions": { + "ContentModel": [ + "read" + ], + "Settings": [ + ], + "ContentDelivery": [ + ], + "Environments": [ + ], + "EnvironmentAliases": [ + ], + "Tags": [ + ] + }, + "sys": { + "type": "Role", + "id": "1k3gHVQQ7YLOAYUMhkBVZ2", + "version": 0, + "space": { + "sys": { + "type": "Link", + "linkType": "Space", + "id": "ffrhttfighww" + } + }, + "createdBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "createdAt": "2021-04-12T06:42:27Z", + "updatedBy": { + "sys": { + "type": "Link", + "linkType": "User", + "id": "0PgmsmbcfXKbpHig3mOpiL" + } + }, + "updatedAt": "2021-04-12T06:42:27Z" + } + } + ] +} \ No newline at end of file