You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2022/06/25 17:22:21 UTC

[doris] branch master updated: [website] add website external resource (#10416)

This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new a0e330a156 [website] add website external resource (#10416)
a0e330a156 is described below

commit a0e330a1561c99e4dc8a04725436a58574a5a6d6
Author: jiafeng.zhang <zh...@gmail.com>
AuthorDate: Sun Jun 26 01:22:14 2022 +0800

    [website] add website external resource (#10416)
---
 .licenserc.yaml                     |  1 +
 LICENSE.txt                         | 37 +++++++++++++++++++++++++++++++++++++
 docs/.vuepress/public/js/wow.min.js |  2 ++
 docs/en/README.md                   |  2 +-
 docs/zh-CN/README.md                |  2 +-
 5 files changed, 42 insertions(+), 2 deletions(-)

diff --git a/.licenserc.yaml b/.licenserc.yaml
index c620cbd7f9..df2886eb51 100644
--- a/.licenserc.yaml
+++ b/.licenserc.yaml
@@ -59,5 +59,6 @@ header:
     - "regression-test/data"
     - "docs/.vuepress/public/css/animate.min.css"
     - "docs/.vuepress/public/js/jquery.min.js"
+    - "docs/.vuepress/public/js/wow.min.js"
 
   comment: on-failure
diff --git a/LICENSE.txt b/LICENSE.txt
index 23d037d2ae..5c9c62de97 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -710,3 +710,40 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 ----------------------------------------------------------------------------------
+docs/.vuepress/public/js/wow.min.js: 
+
+The MIT License (MIT)
+
+Copyright (c) 2016 Thomas Grainger.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+
+Portions of this wow.js Software may utilize the following copyrighted material, the use of which is hereby acknowledged.
+
+WOW: https://github.com/matthieua/WOW/tree/20848c410fe32d161c2330e1d261b59512094f81
+
+Copyright (C) 2014; Matthieu Aussaguel
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+----------------------------------------------------------------------------------
diff --git a/docs/.vuepress/public/js/wow.min.js b/docs/.vuepress/public/js/wow.min.js
new file mode 100644
index 0000000000..b4f0ac4fd8
--- /dev/null
+++ b/docs/.vuepress/public/js/wow.min.js
@@ -0,0 +1,2 @@
+/*! WOW - v1.1.2 - 2016-04-08
+* Copyright (c) 2016 Matthieu Aussaguel;*/(function(){var a,b,c,d,e,f=function(a,b){return function(){return a.apply(b,arguments)}},g=[].indexOf||function(a){for(var b=0,c=this.length;c>b;b++)if(b in this&&this[b]===a)return b;return-1};b=function(){function a(){}return a.prototype.extend=function(a,b){var c,d;for(c in b)d=b[c],null==a[c]&&(a[c]=d);return a},a.prototype.isMobile=function(a){return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(a)},a.prototype.create [...]
\ No newline at end of file
diff --git a/docs/en/README.md b/docs/en/README.md
index 0a6f51466b..5c8a443e9b 100755
--- a/docs/en/README.md
+++ b/docs/en/README.md
@@ -339,5 +339,5 @@ under the License.
     </div>
   </div>
 </div>
-<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/wowjs@1.1.2/dist/wow.min.js"></script>
+<script type="text/javascript" src="/js/wow.min.js"></script>
 <script type="text/javascript" src="/js/home.js"></script>
diff --git a/docs/zh-CN/README.md b/docs/zh-CN/README.md
index 2281837f05..3fccc1de36 100755
--- a/docs/zh-CN/README.md
+++ b/docs/zh-CN/README.md
@@ -340,5 +340,5 @@ under the License.
     </div>
   </div>
 </div>
-<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/wowjs@1.1.2/dist/wow.min.js"></script>
+<script type="text/javascript" src="/js/wow.min.js"></script>
 <script type="text/javascript" src="/js/home.js"></script>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org