Commit 480e2cd0b9b11f0e12537ebc06e46ddb3dda9b67
rename from mmckegg/patchwork-next to ssbc/patchwork
Michael Williams committed on 3/16/2017, 8:15:45 AMParent: f65d3cb2963fbe6b690e7e03b07b7f106cd69827
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