git ssb

10+

Matt McKegg / patchwork



Commit a15adb4c752599f22e89512eeaf71c42f91c23c7

Merge pull request #434 from ssbc/patchwork-v3

rename from mmckegg/patchwork-next to ssbc/patchwork
Matt McKegg authored on 3/16/2017, 8:28:35 AM
GitHub committed on 3/16/2017, 8:28:35 AM
Parent: f65d3cb2963fbe6b690e7e03b07b7f106cd69827
Parent: 480e2cd0b9b11f0e12537ebc06e46ddb3dda9b67

Files changed

README.mdchanged
main-window.jschanged
package.jsonchanged
README.mdView
@@ -1,18 +1,17 @@
1-patchwork-next
2-===
1 +# patchwork
32
4-A work-in-progress remake of [Patchwork](https://github.com/ssbc/patchwork) using [patchcore](https://github.com/ssbc/patchcore) and UX/ideas from [ferment](https://github.com/mmckegg/ferment).
3 +A remake of [Patchwork Classic](https://github.com/ssbc/patchwork-classic) using [patchcore](https://github.com/ssbc/patchcore) and UX/ideas from [ferment](https://github.com/mmckegg/ferment).
54
65 The goal is to make a standalone, easy to install, "social" view into the ssb world.
76
8-![](screenshot.jpg)
7 +![Patchwork screenshot](screenshot.jpg)
98
109 ## Install and run
1110
1211 ```shell
13-$ git clone https://github.com/mmckegg/patchwork-next
14-$ cd patchwork-next
12 +$ git clone https://github.com/ssbc/patchwork
13 +$ cd patchwork
1514 $ npm install
1615 $ npm start
1716 ```
1817
main-window.jsView
@@ -74,9 +74,9 @@
7474 ])
7575 ]),
7676 when(latestUpdate,
7777 h('div.info', [
78- h('a.message -update', { href: 'https://github.com/mmckegg/patchwork-next/releases' }, [
78 + h('a.message -update', { href: 'https://github.com/ssbc/patchwork/releases' }, [
7979 h('strong', ['Patchwork ', latestUpdate, ' has been released.']), ' Click here for more info!'
8080 ])
8181 ])
8282 ),
package.jsonView
@@ -1,6 +1,6 @@
11 {
2- "name": "patchwork-next",
2 + "name": "ssb-patchwork",
33 "productName": "Patchwork",
44 "version": "3.2.0",
55 "description": "A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB).",
66 "main": "index.js",

Built with git-ssb-web