Skip to content

Commit

Permalink
Merge pull request #7 from lightningrodlabs/add-zipzp-0-3
Browse files Browse the repository at this point in the history
adds zipzap
  • Loading branch information
matthme authored Jan 7, 2025
2 parents f6bc2d7 + 9e90c94 commit 119c7de
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 0.13/lists/curations-0.13.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
"description": "Default Curation List of Lightningrod Labs",
"tags": [],
"tools": [
{
"toolListUrl": "https://lightningrodlabs.org/weave-tool-curation/0.13/tool-list-0.13.json",
"toolId": "zipzap",
"versionBranch": "0.3.x",
"tags": [
""
]
},
{
"toolListUrl": "https://lightningrodlabs.org/weave-tool-curation/0.13/tool-list-0.13.json",
"toolId": "notebooks",
Expand Down
25 changes: 25 additions & 0 deletions 0.13/lists/tool-list-0.13.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,31 @@
}
},
"tools": [
{
"id": "zipzap",
"versionBranch": "0.3.x",
"title": "ZipZap",
"subtitle": "Ephemeral chat",
"description": "ZipZap is ephemeral chat. Your messages are never stored. Chat streams are defined by the people who are in them.",
"icon": "https://github.com/lightningrodlabs/zipzap/releases/download/v0.3.0-rc.0/zipzap_icon.png",
"tags": [
"markdown",
"real-time editor"
],
"versions": [
{
"version": "0.3.0-rc.0",
"url": "https://github.com/lightningrodlabs/zipzap/releases/download/v0.3.0-rc.0/zipzap.webhapp",
"hashes": {
"happSha256": "57ce77725d91790298c93d4321003e2f52415ddc81a5a8b618c5874b9fd4d49b",
"webhappSha256": "ec95e49f74c309a824adc578b3a6c0fe04cfa70903e95cbf676267950ad3fd1d",
"uiSha256": "9ac1b82eb457f26cfd3a9bf6114507162154f4f7e0188112c6aac5fa666053a3"
},
"changelog": "Updates for Holochain 0.4 and Moss 0.13",
"releasedAt": 1736192464850
}
]
},
{
"id": "notebooks",
"versionBranch": "0.4.x",
Expand Down
7 changes: 7 additions & 0 deletions 0.13/modify/curations-0.13.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ export default defineCurationLists({
description: "Default Curation List of Lightningrod Labs",
tags: [],
tools: [
{
toolListUrl:
"https://lightningrodlabs.org/weave-tool-curation/0.13/tool-list-0.13.json",
toolId: "zipzap",
versionBranch: "0.3.x",
tags: [""],
},
{
toolListUrl:
"https://lightningrodlabs.org/weave-tool-curation/0.13/tool-list-0.13.json",
Expand Down
22 changes: 22 additions & 0 deletions 0.13/modify/tool-list-0.13.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,28 @@ export default defineDevCollectiveToolList({
},
},
tools: [
{
id: "zipzap",
versionBranch: "0.3.x",
title: "ZipZap",
subtitle: "Ephemeral chat",
description: "ZipZap is ephemeral chat. Your messages are never stored. Chat streams are defined by the people who are in them.",
icon: "https://github.com/lightningrodlabs/zipzap/releases/download/v0.3.0-rc.0/zipzap_icon.png",
tags: ["markdown", "real-time editor"],
versions: [
{
version: "0.3.0-rc.0",
url: "https://github.com/lightningrodlabs/zipzap/releases/download/v0.3.0-rc.0/zipzap.webhapp",
hashes: {
"happSha256": "57ce77725d91790298c93d4321003e2f52415ddc81a5a8b618c5874b9fd4d49b",
"webhappSha256": "ec95e49f74c309a824adc578b3a6c0fe04cfa70903e95cbf676267950ad3fd1d",
"uiSha256": "9ac1b82eb457f26cfd3a9bf6114507162154f4f7e0188112c6aac5fa666053a3"
},
changelog: "Updates for Holochain 0.4 and Moss 0.13",
releasedAt: 1736192464850,
},
],
},
{
id: "notebooks",
versionBranch: "0.4.x",
Expand Down

0 comments on commit 119c7de

Please sign in to comment.