Commit a15adb4c752599f22e89512eeaf71c42f91c23c7
Merge pull request #434 from ssbc/patchwork-v3
rename from mmckegg/patchwork-next to ssbc/patchworkMatt 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.md | changed |
main-window.js | changed |
package.json | changed |
README.md | ||
---|---|---|
@@ -1,18 +1,17 @@ | ||
1 | -patchwork-next | |
2 | -=== | |
1 … | +# patchwork | |
3 | 2 … | |
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). | |
5 | 4 … | |
6 | 5 … | The goal is to make a standalone, easy to install, "social" view into the ssb world. |
7 | 6 … | |
8 | -![](screenshot.jpg) | |
7 … | +![Patchwork screenshot](screenshot.jpg) | |
9 | 8 … | |
10 | 9 … | ## Install and run |
11 | 10 … | |
12 | 11 … | ```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 | |
15 | 14 … | $ npm install |
16 | 15 … | $ npm start |
17 | 16 … | ``` |
18 | 17 … |
main-window.js | ||
---|---|---|
@@ -74,9 +74,9 @@ | ||
74 | 74 … | ]) |
75 | 75 … | ]), |
76 | 76 … | when(latestUpdate, |
77 | 77 … | 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' }, [ | |
79 | 79 … | h('strong', ['Patchwork ', latestUpdate, ' has been released.']), ' Click here for more info!' |
80 | 80 … | ]) |
81 | 81 … | ]) |
82 | 82 … | ), |
Built with git-ssb-web