[incubator-echarts-website] 01/02: update

2020-06-30 Thread sushuang
This is an automated email from the ASF dual-hosted git repository.

sushuang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-website.git

commit 73cf92c32de2e9c1b0e7e879df8efb056b2b9028
Author: 100pah 
AuthorDate: Tue Jun 30 15:50:52 2020 +0800

update
---
 components/builder.html| 2 +-
 components/download.html   | 4 ++--
 en/404.html| 2 +-
 en/api.html| 8 
 en/builder.html| 2 +-
 en/builder/echarts.html| 2 +-
 en/changelog.html  | 2 +-
 en/cheat-sheet.html| 2 +-
 en/coding-standard.html| 2 +-
 en/committers.html | 2 +-
 en/dependencies.html   | 2 +-
 en/download-extension.html | 2 +-
 en/download-map.html   | 2 +-
 en/download-theme.html | 2 +-
 en/download.html   | 4 ++--
 en/faq.html| 2 +-
 en/feature.html| 2 +-
 en/index.html  | 4 ++--
 en/maillist.html   | 2 +-
 en/option-gl.html  | 8 
 en/option.html | 8 
 en/option3.html| 2 +-
 en/tutorial.html   | 8 
 examples/en/editor.html| 4 ++--
 examples/en/index.html | 4 ++--
 examples/en/view.html  | 4 ++--
 examples/zh/editor.html| 4 ++--
 examples/zh/index.html | 4 ++--
 examples/zh/view.html  | 4 ++--
 layouts/basic.html | 2 +-
 layouts/doc-old.html   | 8 
 layouts/doc.html   | 8 
 zh/404.html| 2 +-
 zh/api.html| 8 
 zh/builder.html| 2 +-
 zh/builder/echarts.html| 2 +-
 zh/builder3.html   | 2 +-
 zh/changelog.html  | 2 +-
 zh/cheat-sheet.html| 2 +-
 zh/coding-standard.html| 2 +-
 zh/committers.html | 2 +-
 zh/demo.html   | 2 +-
 zh/dependencies.html   | 2 +-
 zh/download-extension.html | 2 +-
 zh/download-map.html   | 2 +-
 zh/download-theme.html | 2 +-
 zh/download.html   | 4 ++--
 zh/download3.html  | 4 ++--
 zh/examples.html   | 2 +-
 zh/faq.html| 2 +-
 zh/feature.html| 2 +-
 zh/index.html  | 4 ++--
 zh/maillist.html   | 2 +-
 zh/option-gl.html  | 8 
 zh/option.html | 8 
 zh/option3.html| 8 
 zh/spreadsheet.html| 8 
 zh/tutorial.html   | 8 
 58 files changed, 106 insertions(+), 106 deletions(-)

diff --git a/components/builder.html b/components/builder.html
index 3011506..e8582a4 100644
--- a/components/builder.html
+++ b/components/builder.html
@@ -1,4 +1,4 @@
-https://echarts.apache.org/zh/images/favicon.png;>https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dis [...]
+https://echarts.apache.org/zh/images/favicon.png;>https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dis [...]
 https://cdn.jsdelivr.net/npm/pace-progressbar@1.0.2/pace.min.js";>if 
(/windows/i.test(navigator.userAgent)) {
 var el = document.createElement('style');
 el.innerHTML = ''
diff --git a/components/download.html b/components/download.html
index 52cd885..5a0a311 100644
--- a/components/download.html
+++ b/components/download.html
@@ -1,4 +1,4 @@
-https://echarts.apache.org/zh/images/favicon.png";>https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dis [...]
+https://echarts.apache.org/zh/images/favicon.png";>https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dis [...]
 https://cdn.jsdelivr.net/npm/pace-progressbar@1.0.2/pace.min.js";>if 
(/windows/i.test(navigator.userAgent)) {
 var el = document.createElement('style');
 el.innerHTML = ''
@@ -7,7 +7,7 @@
 document.head.insertBefore(el, document.getElementById('font-hack'));
 }
 下载 - Apache ECharts (incubating)https://cdn.jsdelivr.net/npm/jquery@2.2.4/dist/jquery.min.js";>
-Apache ECharts 

[incubator-echarts-website] 01/02: update release guide

2019-09-16 Thread sushuang
This is an automated email from the ASF dual-hosted git repository.

sushuang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-website.git

commit 0fd22d3e621dc255e6894ad752793df870a6208c
Author: sushuang 
AuthorDate: Mon Sep 16 21:56:33 2019 +0800

update release guide
---
 README.md | 36 +---
 1 file changed, 25 insertions(+), 11 deletions(-)

diff --git a/README.md b/README.md
index f694d41..1ed8651 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
 
 ## Setup
 
-Clone this project, alone with 
[echarts](https://github.com/apache/incubator-echarts), 
[zrender](https://github.com/ecomfe/zrender), 
[echarts-www](https://github.com/ecomfe/echarts-www), 
[echarts-examples](https://github.com/ecomfe/echarts-examples), 
[echarts-doc](https://github.com/ecomfe/echarts-doc) under the same directory.
+Clone this project, alone with 
[echarts](https://github.com/apache/incubator-echarts), 
[echarts-www](https://github.com/ecomfe/echarts-www), 
[echarts-examples](https://github.com/ecomfe/echarts-examples), 
[echarts-doc](https://github.com/ecomfe/echarts-doc) under the same directory.
 
 
 ## Debug Locally
@@ -34,16 +34,23 @@ export 
ECHARTS_BASE="/your/local/base/dir/path/of/these/projects"
 ```
 
 
+
 ### If the built-in echarts dist needs to be upated
 
-**Copy echarts dist code**
+**Prepare echarts source code**
 ```shell
-cp -r ${ECHARTS_BASE}/echarts/dist/* ${ECHARTS_BASE}/echarts-www/dist
-ll ${ECHARTS_BASE}/echarts-www/dist
+cd ${ECHARTS_BASE}/echarts
+git checkout release # Make sure in `release branch`
+git pull
+git status # Make sure there is no modification in `src`.
 ```
 
-**Update the source code of `custom builder`:**
+**Copy echarts dist files and source code for `custom builder`:**
 ```shell
+# Copy dist files:
+cp -r ${ECHARTS_BASE}/echarts/dist/* ${ECHARTS_BASE}/echarts-www/dist
+ls -alF ${ECHARTS_BASE}/echarts-www/dist
+# Copy source code:
 rm -r ${ECHARTS_BASE}/echarts-www/builder/src/echarts
 rm -r ${ECHARTS_BASE}/echarts-www/builder/src/zrender
 cp -r ${ECHARTS_BASE}/echarts/src 
${ECHARTS_BASE}/echarts-www/builder/src/echarts
@@ -55,11 +62,11 @@ ${ECHARTS_BASE}/echarts-www/builder/pre/removeDEV.js # 
remove __DEV__
 
 **Update the version number of echarts in `echarts-www`.**
 ```shell
-cd ${ECHARTS_BASE}/echarts-www/
 code ${ECHARTS_BASE}/echarts-www/config/common.js
 # Update the version manually. Then:
+cd ${ECHARTS_BASE}/echarts-www/
 ./node_modules/.bin/gulp sourceVersion
-cat builder/echarts.html | grep urlArgs
+cat builder/echarts.html | grep urlArgs # Check
 ```
 
 ### If the release download list needs to be updated
@@ -81,7 +88,7 @@ node build-example.js
 **If the built-in echarts needs to be updated**
 ```shell
 cd ${ECHARTS_BASE}/echarts-examples
-sh update-echarts.sh
+sh update-echarts.sh --only-copy-dist
 ```
 
 
@@ -104,9 +111,9 @@ Ensure "echarts-doc" is on the correct git branch (`relase` 
branch).
 ```shell
 sh ${ECHARTS_BASE}/echarts-doc/release.sh --env asf
 # sh ${ECHARTS_BASE}/echarts-doc/release.sh --env echartsjs
-ll ${ECHARTS_BASE}/echarts-www/documents/cn
-ll ${ECHARTS_BASE}/echarts-www/documents/en
-ll ${ECHARTS_BASE}/echarts-www/documents/asset/
+ls -alF ${ECHARTS_BASE}/echarts-www/documents/cn
+ls -alF ${ECHARTS_BASE}/echarts-www/documents/en
+ls -alF ${ECHARTS_BASE}/echarts-www/documents/asset/
 ```
 
 **Build `echarts-www`**
@@ -115,8 +122,15 @@ sh ${ECHARTS_BASE}/echarts-www/release.sh --env asf
 # sh ${ECHARTS_BASE}/echarts-www/release.sh --env echartsjs
 ```
 
+**Clear**
+```shell
+rm -r ${ECHARTS_BASE}/echarts-www/release
+rm ${ECHARTS_BASE}/echarts-www/echarts-www.zip
+```
+
 Then commit and push to `asf-site` branch.
 
 Then initiate a building job at 
[https://gitbox.apache.org/setup/resync.cgi](https://gitbox.apache.org/setup/resync.cgi)
 by searching `incubator-echarts-website`.
 
 Then wait for several minutes and Website should be generated at 
[https://echarts.apache.org/](https://echarts.apache.org/).
+


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[incubator-echarts-website] 01/02: update apache logo

2018-08-06 Thread ovilia
This is an automated email from the ASF dual-hosted git repository.

ovilia pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-website.git

commit d8f1d669f12a43f7a2e638ae6379f36c18781c0e
Author: Ovilia 
AuthorDate: Tue Aug 7 12:23:57 2018 +0800

update apache logo
---
 api.html |  10 +--
 builder.html |   4 +-
 changelog.html   |   4 +-
 coding-standard.html |   9 ++-
 committers.html  |   4 +-
 css/main.css |   2 +-
 dependencies.html|   4 +-
 download.html|   4 +-
 faq.html |   4 +-
 footer.html  |   2 +-
 images/asf_logo.svg  | 210 +++
 index.html   |   6 +-
 license.html |   4 +-
 maillist.html|   4 +-
 nav.html |   2 +-
 option.html  |  10 +--
 option3.html |  10 +--
 tutorial.html|  10 +--
 18 files changed, 258 insertions(+), 45 deletions(-)

diff --git a/api.html b/api.html
index 08a1da9..75519fb 100644
--- a/api.html
+++ b/api.html
@@ -1,4 +1,4 @@
-Toggle