From 4a767870360d791c81a9c9e9f1ea0adc48f16fa1 Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 22 May 2013 19:01:01 -0400 Subject: [PATCH] license and readme --- README.md | 11 +++++++++++ docs/Quick_Start.md | 0 docs/Quick_Start_ZH.md | 0 i18n/en-US/prompt.txt | 2 +- 4 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 docs/Quick_Start.md create mode 100644 docs/Quick_Start_ZH.md diff --git a/README.md b/README.md index 18f91c638..c589b3dab 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,13 @@ gpm - Go Package Manager gpm(Go Package Manager) is a Go package manage tool for search, install, update and share packages in Go. +This application still in experiment, any change could happen, but it doesn't affect download and install packages. + +## Main features + +- Download packages from popular project hosting with/without version control tools. +- More specific examples, see [Quick Start](Quick_Start.md). + ## Main commands - `build` compiles and installs packages and dependencies: basically, it calls `go install` and moves executable to current path from `GOPATH` if any, the executable name is the folder name which is default by `go install`. @@ -30,3 +37,7 @@ gpm(Go Package Manager) is a Go package manage tool for search, install, update - Add feature "struct generator". - i18n support for Chinese. - Add built-in application version in order to backup data when users update. + +## License + +[MIT-STYLE](LICENSE), source files that contain code that is from [gopkgdoc](https://github.com/garyburd/gopkgdoc) is honored in specific. diff --git a/docs/Quick_Start.md b/docs/Quick_Start.md new file mode 100644 index 000000000..e69de29bb diff --git a/docs/Quick_Start_ZH.md b/docs/Quick_Start_ZH.md new file mode 100644 index 000000000..e69de29bb diff --git a/i18n/en-US/prompt.txt b/i18n/en-US/prompt.txt index bc9d00b55..f4fb250b0 100644 --- a/i18n/en-US/prompt.txt +++ b/i18n/en-US/prompt.txt @@ -9,7 +9,7 @@ MoveFile=Fail to move file from $GOPATH(%s) to current directory(%s). UnknownFlag=Unknown flag: %s. DownloadError=Fail to download package(%s)[ %s ] NotFoundError=Import path prefix matches known service, but regexp does not. -ErrNoMatch=Unsupported VCS platform. +ErrNoMatch=Unsupported project hosting. MovedFile=Moved file from $GOPATH(%s) to current directory(%s). PureDownload=You enabled pure download.