You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ha...@apache.org on 2018/05/23 10:46:59 UTC

[1/5] incubator-weex-site git commit: fix two spelling mistakes

Repository: incubator-weex-site
Updated Branches:
  refs/heads/master 18f5cf01a -> c96617c3e


fix two spelling mistakes

use it to diaplay a local disk image --> use it to display a local disk image
resolve by the bunle url --> resolve by the bundle url

Project: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/commit/dc537437
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/dc537437
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/dc537437

Branch: refs/heads/master
Commit: dc537437500bc01b51956c52d4c7a3c5155dc54d
Parents: 18f5cf0
Author: shushu <12...@qq.com>
Authored: Mon May 21 15:35:10 2018 +0800
Committer: GitHub <no...@github.com>
Committed: Mon May 21 15:35:10 2018 +0800

----------------------------------------------------------------------
 source/guide/advanced/path.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/dc537437/source/guide/advanced/path.md
----------------------------------------------------------------------
diff --git a/source/guide/advanced/path.md b/source/guide/advanced/path.md
index 9822b60..0d00b1e 100644
--- a/source/guide/advanced/path.md
+++ b/source/guide/advanced/path.md
@@ -26,11 +26,11 @@ It's working in the same way as in web, Weex support these at very beginning.
 
 * File
 Use `file` scheme to access local disk file. This scheme has its limitations: You would not hard coded a file url in source page. Because not matter it's running in different platform(iOS, Android) or not, the content will be totally different in another device, which is depend to the specific device.
-So one possible case is getting the file url in runtime dynamically, which you can use it to diaplay a local disk image, or maybe upload it later.
+So one possible case is getting the file url in runtime dynamically, which you can use it to display a local disk image, or maybe upload it later.
 
 ## Relative URI
 
-[Like we do in HTML](https://www.w3.org/TR/html4/types.html#type-uri), weex process 'relative URI' in the same way. The relative URI, which start with `/`,`.`,`..`,`//`, will resolve by the bunle url.
+[Like we do in HTML](https://www.w3.org/TR/html4/types.html#type-uri), weex process 'relative URI' in the same way. The relative URI, which start with `/`,`.`,`..`,`//`, will resolve by the bundle url.
 Means URL start with `/` will resolve to the root folder as bundle js file, `.` and `..` will resolve to current and parent folder, and `//` will resolve to same scheme bundle js have.
 
 ## URI Adapter


[4/5] incubator-weex-site git commit: Update path.md

Posted by ha...@apache.org.
Update path.md

Fix the wrong spell of "bundle" in the path.md


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/commit/8bd297e8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/8bd297e8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/8bd297e8

Branch: refs/heads/master
Commit: 8bd297e8c1c3dafa7db615c75dd587767038284b
Parents: 18f5cf0
Author: wjh <87...@qq.com>
Authored: Wed May 23 10:23:29 2018 +0800
Committer: Hanks <zh...@gmail.com>
Committed: Wed May 23 18:45:46 2018 +0800

----------------------------------------------------------------------
 source/cn/guide/advanced/path.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/8bd297e8/source/cn/guide/advanced/path.md
----------------------------------------------------------------------
diff --git a/source/cn/guide/advanced/path.md b/source/cn/guide/advanced/path.md
index 550adfc..1c50cf7 100644
--- a/source/cn/guide/advanced/path.md
+++ b/source/cn/guide/advanced/path.md
@@ -35,7 +35,7 @@ has_chapter_content: true
 
 ## 相对路径
 
-[与我们在 HTML 中的用法类似](https://www.w3.org/TR/html4/types.html#type-uri),Weex 以相同的方式处理相对路径。以`/`、`.`、`..`、`//` 开头的相对 URI 将相对于 bunle url 解析。
+[与我们在 HTML 中的用法类似](https://www.w3.org/TR/html4/types.html#type-uri),Weex 以相同的方式处理相对路径。以`/`、`.`、`..`、`//` 开头的相对 URI 将相对于 bundle url 解析。
 
 这意味着, 一个以 `/` 开头的路径将是相对于 JS Bundle 文件的根文件夹。`.` 则是当前文件夹,`..` 是父文件夹。 `//` 则被解析为与 JS Bundle 相同的 scheme。
 


[5/5] incubator-weex-site git commit: Update path.md (resolve #155)

Posted by ha...@apache.org.
Update path.md (resolve #155)


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/commit/c96617c3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/c96617c3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/c96617c3

Branch: refs/heads/master
Commit: c96617c3e7306c1422b75c5f0f1756baffadbad3
Parents: 21d9609 8bd297e
Author: Hanks <zh...@gmail.com>
Authored: Wed May 23 18:46:27 2018 +0800
Committer: Hanks <zh...@gmail.com>
Committed: Wed May 23 18:46:27 2018 +0800

----------------------------------------------------------------------
 source/cn/guide/advanced/path.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------



[3/5] incubator-weex-site git commit: source/guide/advanced/path.md: fix typo (#154)

Posted by ha...@apache.org.
source/guide/advanced/path.md: fix typo (#154)


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/commit/21d9609b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/21d9609b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/21d9609b

Branch: refs/heads/master
Commit: 21d9609bad516ad41e692d9fb31ac9101ea80e47
Parents: d0fe68d dc53743
Author: Hanks <zh...@gmail.com>
Authored: Wed May 23 18:38:24 2018 +0800
Committer: Hanks <zh...@gmail.com>
Committed: Wed May 23 18:38:24 2018 +0800

----------------------------------------------------------------------
 source/guide/advanced/path.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------



[2/5] incubator-weex-site git commit: Fix 404 Error Links

Posted by ha...@apache.org.
Fix 404 Error Links

Fix 404 Error Links at source/references/modules/index.md: 
- [WebSocket](./WebSocket.html)  --> ./websocket.html
- [globalEvent](./globalEvent.html) --> ./globalevent.html

Project: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/commit/d0fe68d6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/d0fe68d6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/d0fe68d6

Branch: refs/heads/master
Commit: d0fe68d68e278cbb41223901ca1993ae9ea08c04
Parents: 18f5cf0
Author: shushu <12...@qq.com>
Authored: Wed May 23 17:13:12 2018 +0800
Committer: GitHub <no...@github.com>
Committed: Wed May 23 17:13:12 2018 +0800

----------------------------------------------------------------------
 source/references/modules/index.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/d0fe68d6/source/references/modules/index.md
----------------------------------------------------------------------
diff --git a/source/references/modules/index.md b/source/references/modules/index.md
index 515c4e4..c2c849d 100644
--- a/source/references/modules/index.md
+++ b/source/references/modules/index.md
@@ -16,5 +16,5 @@ version: 2.1
 - [storage](./storage.html)
 - [picker](./picker.html)
 - [webview](./webview.html)
-- [WebSocket](./WebSocket.html)
-- [globalEvent](./globalEvent.html)
+- [WebSocket](./websocket.html)
+- [globalEvent](./globalevent.html)