Change 'texttop' refs to 'browsh'

pull/69/head
Thomas Buckley-Houston 2018-07-08 17:07:10 +08:00
rodzic 0c22a05054
commit ba373e9815
3 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/tombh/texttop.svg?branch=master)](https://travis-ci.org/tombh/texttop)
[![Build Status](https://travis-ci.org/browsh-org/browsh.svg?branch=master)](https://travis-ci.org/browsh-org/browsh)
![Browsh Logo](https://www.brow.sh/assets/images/browsh-header.jpg)
@ -12,7 +12,7 @@ Not all the world has good Internet.
If all you have is a 3kbps connection tethered from a phone
then it's good to SSH into a server and browse the web through, say,
[elinks](https://github.com/tombh/texttop/issues/17). That way the
[elinks](https://github.com/browsh-org/browsh/issues/17). That way the
_server_ downloads the web pages and uses the limited bandwidth of an
SSH connection to display the result. But traditional text-based browsers
lack JS support and all that other modern HTML5 goodness. Browsh is different
@ -35,7 +35,7 @@ is running somehwere else on mains electricity.
## Installation
Download a binary from the [releases](https://github.com/tombh/texttop/releases) (~2-6MB).
Download a binary from the [releases](https://github.com/browsh-org/browsh/releases) (~2-6MB).
You will need to have Firefox >=57 aleady installed.
Or download and run the Docker image (~230MB) with:

Wyświetl plik

@ -22,7 +22,7 @@ git show v$manifest_version --quiet
git config --global user.email "builds@travis-ci.com"
git config --global user.name "Travis CI"
# `/dev/null` needed to prevent Github token appearing in logs
git push --tags --quiet https://$GITHUB_TOKEN@github.com/tombh/texttop > /dev/null 2>&1
git push --tags --quiet https://$GITHUB_TOKEN@github.com/browsh-org/browsh > /dev/null 2>&1
git reset --hard v$manifest_version

Wyświetl plik

@ -18,7 +18,7 @@ manifest=$PROJECT_ROOT/manifest.json
line=$(cat $manifest | grep '"version"')
version=$(echo $line | grep -o '".*"' | cut -d " " -f 2 | sed 's/"//g')
base='https://github.com/tombh/texttop/releases/download'
base='https://github.com/browsh-org/browsh/releases/download'
release_url="$base/v$version/browsh_${version}_linux_amd64"
curl -L -o browsh $release_url