
git-svn-id: file:///srv/svn/repo/toyohime/trunk@63 922d331f-388e-da47-97a9-ad700dc0b8b9
Vanity

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
Languages
Go
87.5%
Shell
6.3%
Roff
3.2%
Makefile
3%