Commit 1a326ad6e229f48d252a5d8e4e8dd65a803f4d58
Bump to version of ssb-chess and ssb-chess-db where ssb-chess-db plugin name is fixed, no longer requiring the ~/.ssb/config workaround.
Gordon Martin committed on 8/8/2018, 8:36:28 PMParent: 7e29e0bb496e38848f9337fa4cd58555f341bb0a
Files changed
README.md | changed |
package-lock.json | changed |
package.json | changed |
README.md | ||
---|---|---|
@@ -99,10 +99,8 @@ | ||
99 | 99 … | sbot plugins.install ssb-chess-db # for chess |
100 | 100 … | sbot plugins.install ssb-private # for private messages |
101 | 101 … | sbot plugins.install ssb-meme # for image search |
102 | 102 … | |
103 | -After that you need to make sure that .ssb/config reads: "ssb-chess-db": "ssbChessIndex" for chess to work. | |
104 | - | |
105 | 103 … | # restart sbot server (go back to previous tab and kill it) |
106 | 104 … | ``` |
107 | 105 … | |
108 | 106 … | Restart your sbot, then (optionally) use an invite code. This will give you your first friend, from which point you can find others: |
@@ -168,9 +166,9 @@ | ||
168 | 166 … | |
169 | 167 … | |
170 | 168 … | ### How to add a new page |
171 | 169 … | |
172 | -e.g. to add a 'cats' page to the app: | |
170 … | +e.g. to add a 'cats' page to the app: | |
173 | 171 … | |
174 | 172 … | - Add a file `app/page/cats.js` which gives `app.page.cats` |
175 | 173 … | - Tell the router to send people browsing to location `{page: 'cats'}` to send them to this page |
176 | 174 … | - route will look like `[location => location.page === 'cats', api.app.page.cats]` |
@@ -187,6 +185,4 @@ | ||
187 | 185 … | |
188 | 186 … | ## License |
189 | 187 … | |
190 | 188 … | MIT |
191 | - | |
192 | - |
package-lock.json | ||
---|---|---|
The diff is too large to show. Use a local git client to view these changes. Old file size: 324154 bytes New file size: 324154 bytes |
package.json | ||
---|---|---|
@@ -82,10 +82,10 @@ | ||
82 | 82 … | "setimmediate": "^1.0.5", |
83 | 83 … | "ssb-about": "^0.1.2", |
84 | 84 … | "ssb-backlinks": "^0.7.3", |
85 | 85 … | "ssb-blobs": "^1.1.5", |
86 | - "ssb-chess": "^2.2.11", | |
87 | - "ssb-chess-db": "^1.0.2", | |
86 … | + "ssb-chess": "^2.2.12", | |
87 … | + "ssb-chess-db": "^1.0.3", | |
88 | 88 … | "ssb-client": "^4.5.7", |
89 | 89 … | "ssb-ebt": "^5.2.2", |
90 | 90 … | "ssb-friends": "^2.4.0", |
91 | 91 … | "ssb-horcrux": "^1.0.0", |
Built with git-ssb-web