kare.nuorteva e6a35511c3 Index page is not found
git-svn-id: file:///srv/svn/repo/toyohime/trunk@63 922d331f-388e-da47-97a9-ad700dc0b8b9
2017-09-18 21:48:01 +00:00
2016-10-20 08:32:15 +00:00
2017-05-07 16:27:58 +00:00
2017-09-18 20:04:28 +00:00
2016-10-20 10:00:10 +00:00
2017-09-18 21:48:01 +00:00
2017-09-18 21:48:01 +00:00

Vanity Build Status GoDoc

Concepts

  • VCS root is the root path the source code repository (such as github.com/kare)
  • Domain is the internet address where the Go Vanity server is hosted (such as 9fans.net or kkn.fi)
  • Path is the path component of the Go package (such as /cmd/tcpproxy in kkn.fi/cmd/tcpproxy)

Features

  • Redirects browsers to godoc.org
  • Redirects Go tool to VCS
  • Automatic configuration of packages:
    • All packages are redirected with full path to vcsroot.
    • Packages whose path is prefixed with "/cmd/" redirect automatically to vcsroot by stripping the "/cmd" prefix from the package path. Example: Redirect request "kkn.fi/cmd/tcpproxy" to "github.com/kare/tcpproxy"

Installation

go get kkn.fi/vanity

Specification

Description
Library and CLI for hosting custom Golang import paths
Readme Multiple Licenses 193 KiB
Languages
Go 87.5%
Shell 6.3%
Roff 3.2%
Makefile 3%