ysvd -> vaind
This commit is contained in:
parent
cc8e0914b8
commit
a1f6e15f28
@ -1,5 +1,5 @@
|
||||
/*
|
||||
ysvd, a webserver for hosting go get vanity urls.
|
||||
vaind, a webserver for hosting go get vanity urls.
|
||||
|
||||
The go get command searches for the following header when searching for
|
||||
packages:
|
||||
@ -13,7 +13,7 @@ https://golang.org/cmd/go/#hdr-Remote_import_paths
|
||||
|
||||
API
|
||||
|
||||
Assume an instance of ysvd at example.org. In order to add a package
|
||||
Assume an instance of vaind at example.org. In order to add a package
|
||||
example.org/foo that points at bitbucket.org/example/foo (a mercurial
|
||||
repository) POST the following json object:
|
||||
|
||||
@ -33,10 +33,6 @@ that looks like:
|
||||
|
||||
The json object sent to server can have two fields: "repo" and "vcs". "repo" is
|
||||
required; leaving off the "vcs" member defaults to "git".
|
||||
|
||||
Naming
|
||||
|
||||
The "ysv" in ysvd stands for You're so Vain, the song by Carly Simon.
|
||||
*/
|
||||
package main
|
||||
|
||||
@ -51,13 +47,13 @@ import (
|
||||
"github.com/kelseyhightower/envconfig"
|
||||
)
|
||||
|
||||
const usage = `ysvd
|
||||
const usage = `vaind
|
||||
|
||||
environment vars:
|
||||
|
||||
YSV_PORT: tcp listen port
|
||||
YSV_HOST: hostname to use
|
||||
YSV_DB: path to json database
|
||||
VAIN_PORT: tcp listen port
|
||||
VAIN_HOST: hostname to use
|
||||
VAIN_DB: path to json database
|
||||
`
|
||||
|
||||
type config struct {
|
@ -10,7 +10,7 @@ are permitted provided that the following conditions are met:
|
||||
* Redistributions in binary form must reproduce the above copyright notice,
|
||||
this list of conditions and the following disclaimer in the documentation
|
||||
and/or other materials provided with the distribution.
|
||||
* Neither the name of ysv nor the names of its contributors
|
||||
* Neither the name of vaind nor the names of its contributors
|
||||
may be used to endorse or promote products derived from this software
|
||||
without specific prior written permission.
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
# vain
|
||||
|
||||
`ysvd` is a vanity url server for use by the `go` tool.
|
||||
`vaind` is a vanity url server for use by the `go` tool.
|
||||
|
||||
## installation
|
||||
|
||||
$ go get mcquay.me/vain/cmd/ysvd
|
||||
$ go get mcquay.me/vain/cmd/vaind
|
||||
|
||||
## running server
|
||||
|
||||
$ ysvd
|
||||
$ vaind
|
||||
|
Loading…
Reference in New Issue
Block a user