From 0630d82db1eb6d9ccdf4dcdfd4fcdd13d7a70dd5 Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 22 May 2013 19:22:19 -0400 Subject: [PATCH] license and readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 48622be02..8ba15bec0 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ This application still in experiment, any change could happen, but it doesn't af ## Todo +- Add support for downloading by tag and branch for packages in bitbucket.org, git.oschina.net, gitcafe.com. - Command `remove` is for removing packages. - Add gpm working principle design. - Add support for downloading tarballs from user sources. @@ -27,7 +28,6 @@ This application still in experiment, any change could happen, but it doesn't af - Add bundle and snapshot parser code for downloading by bundle or snapshot id. - Add user system to create, edit, upload, and download bundles or snapshots through gpm client program. - Download package from code.google.com only support hg as version control system, probably support git and svn. -- Add support for downloading by tag and branch for packages in bitbucket.org, git.oschina.net, gitcafe.com. - Collect download and installation results and report to users in the end. - Command `install` add support for downloading code from git.oschina.net, gitcafe.com, *.codeplex.com; - Command `check` is for checking and downloading all missing dependencies. @@ -38,6 +38,8 @@ This application still in experiment, any change could happen, but it doesn't af - i18n support for Chinese. - Add built-in application version in order to backup data when users update. - Command `install` add flag `-n` which only downloads source files(including LICENSE and README). +- Command `install` and `remove` and `update` backup data(up to 100 records) before executing. +- Command `rollback` is for rolling back to certain operation. ## License