Skip to content

Commit

Permalink
Publish v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nick1udwig committed Nov 24, 2021
1 parent a92ddda commit b1fd73d
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Look in the URL when you are in the `Chat` channel in order to get ghe chat name
For example, if your URL when you are in the `Chat` channel is

```
http://localhost:8081/apps/landscape/~landscape/ship/~nec/abcdefg/resource/chat/ship/~nec/my-voice-362
http://localhost:8081/apps/landscape/.../~nec/my-voice-362
```

then you should put
Expand Down Expand Up @@ -94,11 +94,14 @@ Executables can be found on [Github](https://github.com/hosted-fornet/ursr), or
# View usage information.
./ursr-go -h

# Run the Golang wrapper with the proper flags for your set up
# Run the Golang middleman with the proper flags for your set up
# (examples for a fakeship `~wes` below):
./ursr-go -code lapwen-fadtun-lagsyl-fadpex -engine localhost:9900 -ship localhost:8080 -ttl 0
```

NOTE: The Golang middleman will log a line like `"Monitoring events..."` if it has connected to your ship.
If you do not see this line, restart the middleman to make sure it has properly subscribed to your ship.

### Whitelisting
Whitelisting is provided by [the Whitelist library](https://github.com/hosted-fornet/whitelist).
A provider can whitelist:
Expand Down
3 changes: 1 addition & 2 deletions hoon/ursr-client/desk.docket-0
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
info+'Urbit Speech Recognition client CLI'
color+0x4b.4b4b
glob-http+['https://raw.githubusercontent.com/hosted-fornet/ursr/bcd9753be21492f5050b1c7262ab2856fc5f3321/globs/glob-0v5.86m6s.nq27q.5292m.i3jj2.9sau5.glob' 0v5.86m6s.nq27q.5292m.i3jj2.9sau5]
image+'https://raw.githubusercontent.com/hosted-fornet/ursr/59830883ee41c02825dc1e946e1fb755ff9f457b/images/211002-ursr-client.png'
base+'ursr-client'
version+[0 0 0]
version+[1 0 0]
website+'https://github.com/hosted-fornet/ursr'
license+'MIT'
==
2 changes: 1 addition & 1 deletion hoon/ursr-client/sys.kelvin
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[%zuse 420]
[%zuse 419]
7 changes: 3 additions & 4 deletions hoon/ursr-demo/desk.docket-0
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
:~ title+'UrSR Demo Notebook'
info+'Simple voice notes app to demo UrSR'
info+'Voice notes app to demo UrSR'
color+0x4b.4b4b
glob-http+['https://raw.githubusercontent.com/hosted-fornet/ursr/cf23d6af707a1a5f5aa6252db14ef6faeabe7095/globs/glob-0v3.gs19m.ec416.v4mot.t9pej.o9v6q.glob' 0v3.gs19m.ec416.v4mot.t9pej.o9v6q]
image+'https://raw.githubusercontent.com/hosted-fornet/ursr/59830883ee41c02825dc1e946e1fb755ff9f457b/images/211002-ursr-demo.png'
glob-http+['https://raw.githubusercontent.com/hosted-fornet/ursr/d02c3728a0bbe97922012baaf452ff7a15a03cc7/globs/glob-0v6.5c3tt.5g34o.3bdvm.u4kkq.ij7ni.glob' 0v6.5c3tt.5g34o.3bdvm.u4kkq.ij7ni]
base+'ursr-demo'
version+[0 0 0]
version+[1 0 0]
website+'https://github.com/hosted-fornet/ursr'
license+'MIT'
==
2 changes: 1 addition & 1 deletion hoon/ursr-demo/sys.kelvin
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[%zuse 420]
[%zuse 419]
3 changes: 1 addition & 2 deletions hoon/ursr-provider/desk.docket-0
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
info+'Urbit Speech Recognition provider CLI'
color+0x4b.4b4b
glob-http+['https://raw.githubusercontent.com/hosted-fornet/ursr/bcd9753be21492f5050b1c7262ab2856fc5f3321/globs/glob-0v5.86m6s.nq27q.5292m.i3jj2.9sau5.glob' 0v5.86m6s.nq27q.5292m.i3jj2.9sau5]
image+'https://raw.githubusercontent.com/hosted-fornet/ursr/59830883ee41c02825dc1e946e1fb755ff9f457b/images/211002-ursr-provider.png'
base+'ursr-provider'
version+[0 0 0]
version+[1 0 0]
website+'https://github.com/hosted-fornet/ursr'
license+'MIT'
==
2 changes: 1 addition & 1 deletion hoon/ursr-provider/sys.kelvin
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[%zuse 420]
[%zuse 419]
2 changes: 1 addition & 1 deletion scripts/build-golang-executable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ for os in darwin linux; do
for arch in amd64; do
echo "Packaging ${os}-${arch}..."

mkdir ursr-go-v${version}-${os}-${arch}.tar.gz
mkdir ursr-go-v${version}-${os}-${arch}
env GOOS=$os GOARCH=$arch go build -ldflags='-s -w' -o ursr-go-v${version}-${os}-${arch}/ursr-go cmd/main.go
cp ../README.md ursr-go-v${version}-${os}-${arch}
tar zcf ursr-go-v${version}-${os}-${arch}.tar.gz ursr-go-v${version}-${os}-${arch}
Expand Down
2 changes: 1 addition & 1 deletion scripts/make-ursr-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ if [ "$path_to_app_code" != "" ]; then
fi
fi

echo "[%zuse 420]" > ${app_name}/sys.kelvin
echo "[%zuse 419]" > ${app_name}/sys.kelvin

# Place the desk in given pier.
rm -rf "${path_to_pier}/${app_name}"
Expand Down

0 comments on commit b1fd73d

Please sign in to comment.