From 4fdec5f1ee2ef3e0e68092b58e93a1e8c98647cf Mon Sep 17 00:00:00 2001 From: coolalexhuang Date: Fri, 1 Apr 2016 20:54:49 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e556a6b..1e23d8d 100644 --- a/README.md +++ b/README.md @@ -38,3 +38,7 @@ It will generate 2 files: - rpf_background_script.js Control listener, received all results which returned from listener. - rpf_content_script.js Listen all user actions in a webpage. ``` + +### Server Delpoy +1. Change [application:id] in file app.yaml +2. Use command \path to GAE SDK\appcfg.py update server From 6732f4c36f2527f29586468656920e876b6075bc Mon Sep 17 00:00:00 2001 From: coolalexhuang Date: Fri, 1 Apr 2016 20:56:40 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1e23d8d..27c4ac2 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ optional arguments: Run command ``` ./build.py --rpfl``` + + It will generate 2 files: ``` - rpf_background_script.js Control listener, received all results which returned from listener. @@ -42,3 +44,6 @@ It will generate 2 files: ### Server Delpoy 1. Change [application:id] in file app.yaml 2. Use command \path to GAE SDK\appcfg.py update server + +### Fix type text issue +Comment out row #3127 in extesion "content_script.js" file after build