seed-hypermedia / mintter

Mintter: an app for knowledge communities. Powered by the Hypermedia protocol.
https://mintter.com
Apache License 2.0
162 stars 11 forks source link

Short URL for the site setup script #1424

Open ericvicenti opened 1 year ago

ericvicenti commented 1 year ago

setup script can be redirected from https://go.hyper.link/setup-site to the script on github

juligasa commented 1 year ago

Since the 308 redirect adds a / at the end, and we want to download https://raw.githubusercontent.com/MintterHypermedia/mintter/master/website_deployment.sh we resulted in the following wrong URL https://raw.githubusercontent.com/MintterHypermedia/mintter/master/website_deployment.sh/ so the best i could do is doing the redirection at the root of the repo level https://go.hyper.media-> https://raw.githubusercontent.com/MintterHypermedia/mintter/master/, so the new script can be found here https://go.hyper.media/website_deployment.sh

EDIT: we don't own hyper.link so I used hyper.media

burdiyan commented 1 year ago

If we get hyper.link we could probably omit the go.* subdomain :)

We could rename the script to setup-site.sh or something to make it shorter, and I wouldn't omit the .sh suffix, to make it clear that it's a script (of course it would work without, but I think it's more "ethical" to leave the file extension in this case).