git ssb

0+

dangerousbeans / patchbay-bootstrap



Commit 40f1bbca24bebf52de76487a678082890d30d057

rename to patchbay

Dominic Tarr committed on 5/25/2016, 10:08:21 AM
Parent: 26afbb3703400ed773df3fdb62dd05be51b56dab

Files changed

README.mdchanged
package.jsonchanged
README.mdView
@@ -1,9 +1,9 @@
1-# ssb-patchboard
1+# patchbay
22
33 Prototype of a pluggable patchwork.
44
5-Patchboard uses [depject](https://npm.im/depject) to provide
5+Patchbay uses [depject](https://npm.im/depject) to provide
66 a highly composable api. all scripts in the `./modules` directory
77 are loaded and combined using [depject](https://npm.im/depject)
88
99 This makes in very easy to create say, a renderer for a new message type,
@@ -56,16 +56,8 @@
5656 sockets or plugs if necessary (leaving them unconnected).
5757
5858 Then, that configuration could be shared over ssb!
5959
60-## higher level ui
61-
62-Instead of just taking the latest 100 messages, what would actually be useful
63-is ways to efficiently view messages, open threads, etc.
64-but if we can create a plug for rendering a stream of messages,
65-we can provide a socket for that in a module that implements tabs, or
66-columns, or whatever.
67-
6860 ## Running
6961
7062 ```
7163 npm install scuttlebot@latest -g
@@ -77,10 +69,10 @@
7769 # restart sbot server (go back to previous tab and kill it)
7870 ```
7971 now clone and run patchboard.
8072 ```
81-git clone https://github.com/dominictarr/patchboard.git
82-cd patchboard
73+git clone https://github.com/dominictarr/patchbay.git
74+cd patchbay
8375 npm install electro electron-prebuilt -g
8476 patchwork plugins.install ssb-links # must have patchwork >=2.8
8577 electro index.js
8678 ```
@@ -88,4 +80,5 @@
8880 ## License
8981
9082 MIT
9183
84+
package.jsonView
@@ -1,12 +1,12 @@
11 {
2- "name": "ssb-patchboard",
2+ "name": "patchbay",
33 "description": "a pluggable patchwork",
44 "version": "0.1.0",
5- "homepage": "https://github.com/dominictarr/ssb-patchboard",
5+ "homepage": "https://github.com/dominictarr/patchbay",
66 "repository": {
77 "type": "git",
8- "url": "git://github.com/dominictarr/ssb-patchboard.git"
8+ "url": "git://github.com/dominictarr/patchbay.git"
99 },
1010 "dependencies": {
1111 "cont": "^1.0.3",
1212 "depject": "^0.1.0",

Built with git-ssb-web