Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add apache check demo #161

Merged
merged 32 commits into from
Oct 10, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
93c84a2
feat: 新版站点
purple-force Jul 1, 2018
b8a7f8d
fix: issue #14
purple-force Jul 3, 2018
2ac4567
feat: build
purple-force Jul 3, 2018
8418c8d
Merge branch 'asf-site' into asf-site
purple-force Jul 3, 2018
c1c45d4
Merge remote-tracking branch 'upstream/asf-site' into asf-site
purple-force Jul 4, 2018
0b23ecc
feat: optimization for loading js
purple-force Jul 4, 2018
d647ace
Merge remote-tracking branch 'upstream/asf-site' into asf-site
purple-force Jul 5, 2018
326f879
chore: adjust build for loading js
purple-force Jul 5, 2018
b4fc73f
Merge remote-tracking branch 'upstream/asf-site' into asf-site
purple-force Jul 8, 2018
5b9f765
fix: [issue28](https://github.com/apache/incubator-dubbo-website/issu…
purple-force Jul 8, 2018
e1326f4
Merge remote-tracking branch 'upstream/asf-site' into asf-site
purple-force Jul 16, 2018
7712f52
feat: 修改hash类型,支持Google爬虫SEO
purple-force Jul 16, 2018
858eb03
Merge remote-tracking branch 'upstream/asf-site' into asf-site
purple-force Jul 16, 2018
0869d93
fix: docs page sidemenu unselected
purple-force Jul 16, 2018
05443b3
Merge remote-tracking branch 'upstream/asf-site' into asf-site
purple-force Jul 26, 2018
6c0d129
add star icon && optimize for build
purple-force Jul 26, 2018
1df4f09
Merge remote-tracking branch 'upstream/asf-site' into asf-site
purple-force Jul 27, 2018
591c06e
Merge remote-tracking branch 'upstream/asf-site' into asf-site
purple-force Jul 27, 2018
77ed255
use react github button
purple-force Jul 27, 2018
7168e32
new version
purple-force Aug 12, 2018
074363c
add attendtion
purple-force Aug 12, 2018
e6f70d3
build
purple-force Aug 12, 2018
375c1e8
modify README.md
purple-force Aug 12, 2018
d741e2a
Merge remote-tracking branch 'upstream/asf-site' into asf-site
purple-force Aug 13, 2018
1cd7cc7
调整首页按钮颜色
purple-force Aug 13, 2018
ffe2f0c
build
purple-force Aug 13, 2018
52a2d75
Merge remote-tracking branch 'upstream/asf-site' into asf-site
purple-force Sep 16, 2018
6e52a53
feat: add google and baidu search
purple-force Sep 16, 2018
ac24ebf
feat: build
purple-force Sep 16, 2018
d44344d
feat: 修改默认搜索引擎为Google
purple-force Sep 21, 2018
35e5a26
Merge remote-tracking branch 'upstream/asf-site' into asf-site
purple-force Oct 9, 2018
e23b4ac
feat: add apache check demo
purple-force Oct 9, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
<meta charset="UTF-8">
</head>
<body>
<!-- 添加Apache校验项开始 -->
<!-- 只加a标签和img标签,不要有其余的标签出现,同时设置style="display: none" -->
<a style="display: none" href="http://www.apache.org/events/current-event">Apache Dubbo is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</a>
<!-- 添加Apache校验项结束 -->
<script src="//cdn.jsdelivr.net/npm/js-cookie@2/src/js.cookie.min.js"></script>
<script>
window.rootPath = '';
Expand Down
2 changes: 2 additions & 0 deletions build/blog.css
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,8 @@
padding-right: 125px; }
.footer-container .footer-body .cols-container .col-6 {
width: 25%; }
.footer-container .footer-body .cols-container .col-4 {
width: 16.666667%; }
.footer-container .footer-body .cols-container h3 {
font-family: Avenir-Heavy;
font-size: 18px;
Expand Down
6 changes: 3 additions & 3 deletions build/blog.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions build/blogDetail.css
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@
padding-right: 125px; }
.footer-container .footer-body .cols-container .col-6 {
width: 25%; }
.footer-container .footer-body .cols-container .col-4 {
width: 16.666667%; }
.footer-container .footer-body .cols-container h3 {
font-family: Avenir-Heavy;
font-size: 18px;
Expand Down
6 changes: 3 additions & 3 deletions build/blogDetail.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions build/community.css
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@
padding-right: 125px; }
.footer-container .footer-body .cols-container .col-6 {
width: 25%; }
.footer-container .footer-body .cols-container .col-4 {
width: 16.666667%; }
.footer-container .footer-body .cols-container h3 {
font-family: Avenir-Heavy;
font-size: 18px;
Expand Down
6 changes: 3 additions & 3 deletions build/community.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions build/documentation.css
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@
padding-right: 125px; }
.footer-container .footer-body .cols-container .col-6 {
width: 25%; }
.footer-container .footer-body .cols-container .col-4 {
width: 16.666667%; }
.footer-container .footer-body .cols-container h3 {
font-family: Avenir-Heavy;
font-size: 18px;
Expand Down
6 changes: 3 additions & 3 deletions build/documentation.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions build/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@
padding-right: 125px; }
.footer-container .footer-body .cols-container .col-6 {
width: 25%; }
.footer-container .footer-body .cols-container .col-4 {
width: 16.666667%; }
.footer-container .footer-body .cols-container h3 {
font-family: Avenir-Heavy;
font-size: 18px;
Expand Down
6 changes: 3 additions & 3 deletions build/home.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions en-us/blog/apachecon-na-2018.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<link rel="stylesheet" href="/build/blogDetail.css" />
</head>
<body>
<div id="root"><div class="blog-detail-page" data-reactroot="" data-reactid="1" data-react-checksum="2078997410"><header class="header-container header-container-normal" data-reactid="2"><div class="header-body" data-reactid="3"><a href="/en-us/index.html" data-reactid="4"><img class="logo" src="/img/dubbo_colorful.png" data-reactid="5"/></a><div class="search search-normal" data-reactid="6"><span class="icon-search" data-reactid="7"></span></div><span class="language-switch language-switch-normal" data-reactid="8">中</span><div class="header-menu" data-reactid="9"><img class="header-menu-toggle" src="/img/menu_gray.png" data-reactid="10"/><ul data-reactid="11"><li class="menu-item menu-item-normal" data-reactid="12"><a href="/en-us/index.html" data-reactid="13">HOME</a></li><li class="menu-item menu-item-normal" data-reactid="14"><a href="/en-us/docs/user/quick-start.html" data-reactid="15">DOCS</a></li><li class="menu-item menu-item-normal menu-item-normal-active" data-reactid="16"><a href="/en-us/blog/index.html" data-reactid="17">BLOG</a></li><li class="menu-item menu-item-normal" data-reactid="18"><a href="/en-us/community/index.html" data-reactid="19">COMMUNITY</a></li></ul></div></div></header><section class="blog-content markdown-body" data-reactid="20"><h2>The ApacheCon NA schedule has been announced</h2>
<div id="root"><div class="blog-detail-page" data-reactroot="" data-reactid="1" data-react-checksum="-16312922"><header class="header-container header-container-normal" data-reactid="2"><div class="header-body" data-reactid="3"><a href="/en-us/index.html" data-reactid="4"><img class="logo" src="/img/dubbo_colorful.png" data-reactid="5"/></a><div class="search search-normal" data-reactid="6"><span class="icon-search" data-reactid="7"></span></div><span class="language-switch language-switch-normal" data-reactid="8">中</span><div class="header-menu" data-reactid="9"><img class="header-menu-toggle" src="/img/menu_gray.png" data-reactid="10"/><ul data-reactid="11"><li class="menu-item menu-item-normal" data-reactid="12"><a href="/en-us/index.html" data-reactid="13">HOME</a></li><li class="menu-item menu-item-normal" data-reactid="14"><a href="/en-us/docs/user/quick-start.html" data-reactid="15">DOCS</a></li><li class="menu-item menu-item-normal menu-item-normal-active" data-reactid="16"><a href="/en-us/blog/index.html" data-reactid="17">BLOG</a></li><li class="menu-item menu-item-normal" data-reactid="18"><a href="/en-us/community/index.html" data-reactid="19">COMMUNITY</a></li></ul></div></div></header><section class="blog-content markdown-body" data-reactid="20"><h2>The ApacheCon NA schedule has been announced</h2>
<p>Ian Luo(PPMC) and Jun Liu(PPMC) will talk about &quot;Introducing Apache Dubbo(Incubating): What is Dubbo and How it Works&quot; at ApacheCon NA this year in Montréal! Please check out the schedule <a href="https://apachecon.dukecon.org/acna/2018/#/scheduledEvent/b8db9dc580d85853f">here</a> and register <a href="https://www.eventbrite.com/e/apachecon-north-america-2018-registration-43200327342">here</a>.</p>
</section><footer class="footer-container" data-reactid="21"><div class="footer-body" data-reactid="22"><img src="/img/dubbo_gray.png" data-reactid="23"/><img class="apache" src="/img/apache_logo.png" data-reactid="24"/><div class="cols-container" data-reactid="25"><div class="col col-12" data-reactid="26"><h3 data-reactid="27">Disclaimer</h3><p data-reactid="28">Apache Dubbo is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</p></div><div class="col col-4" data-reactid="29"><dl data-reactid="30"><dt data-reactid="31">ASF</dt><dd data-reactid="32"><a href="http://www.apache.org" data-reactid="33">Foundation</a></dd><dd data-reactid="34"><a href="http://www.apache.org/licenses/" data-reactid="35">License</a></dd><dd data-reactid="36"><a href="http://www.apache.org/events/current-event" data-reactid="37">Events</a></dd><dd data-reactid="38"><a href="http://www.apache.org/foundation/sponsorship.html" data-reactid="39">Sponsorship</a></dd><dd data-reactid="40"><a href="http://www.apache.org/foundation/thanks.html" data-reactid="41">Thanks</a></dd></dl></div><div class="col col-4" data-reactid="42"><dl data-reactid="43"><dt data-reactid="44">Documentation</dt><dd data-reactid="45"><a href="/en-us/docs/user/quick-start.html" target="_self" data-reactid="46">Quick start</a></dd><dd data-reactid="47"><a href="/en-us/docs/dev/build.html" target="_self" data-reactid="48">Developer guide</a></dd><dd data-reactid="49"><a href="/en-us/docs/admin/ops/dubbo-ops.html" target="_self" data-reactid="50">Admin manual</a></dd></dl></div><div class="col col-4" data-reactid="51"><dl data-reactid="52"><dt data-reactid="53">Resources</dt><dd data-reactid="54"><a href="/en-us/blog/index.html" target="_self" data-reactid="55">Blog</a></dd><dd data-reactid="56"><a href="/en-us/community/index.html" target="_self" data-reactid="57">Community</a></dd></dl></div></div><div class="copyright" data-reactid="58"><span data-reactid="59">Copyright © 2018 The Apache Software Foundation. Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</span></div></div></footer></div></div>
</section><footer class="footer-container" data-reactid="21"><div class="footer-body" data-reactid="22"><img src="/img/dubbo_gray.png" data-reactid="23"/><img class="apache" src="/img/apache_logo.png" data-reactid="24"/><div class="cols-container" data-reactid="25"><div class="col col-12" data-reactid="26"><h3 data-reactid="27">Disclaimer</h3><p data-reactid="28">Apache Dubbo is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</p></div><div class="col col-4" data-reactid="29"><dl data-reactid="30"><dt data-reactid="31">ASF</dt><dd data-reactid="32"><a href="http://www.apache.org" target="_self" data-reactid="33">Foundation</a></dd><dd data-reactid="34"><a href="http://www.apache.org/licenses/" target="_self" data-reactid="35">License</a></dd><dd data-reactid="36"><a href="http://www.apache.org/events/current-event" target="_self" data-reactid="37">Events</a></dd><dd data-reactid="38"><a href="http://www.apache.org/foundation/sponsorship.html" target="_self" data-reactid="39">Sponsorship</a></dd><dd data-reactid="40"><a href="http://www.apache.org/foundation/thanks.html" target="_self" data-reactid="41">Thanks</a></dd></dl></div><div class="col col-4" data-reactid="42"><dl data-reactid="43"><dt data-reactid="44">Documentation</dt><dd data-reactid="45"><a href="/en-us/docs/user/quick-start.html" target="_self" data-reactid="46">Quick start</a></dd><dd data-reactid="47"><a href="/en-us/docs/dev/build.html" target="_self" data-reactid="48">Developer guide</a></dd><dd data-reactid="49"><a href="/en-us/docs/admin/ops/dubbo-ops.html" target="_self" data-reactid="50">Admin manual</a></dd></dl></div><div class="col col-4" data-reactid="51"><dl data-reactid="52"><dt data-reactid="53">Resources</dt><dd data-reactid="54"><a href="/en-us/blog/index.html" target="_self" data-reactid="55">Blog</a></dd><dd data-reactid="56"><a href="/en-us/community/index.html" target="_self" data-reactid="57">Community</a></dd></dl></div></div><div class="copyright" data-reactid="58"><span data-reactid="59">Copyright © 2018 The Apache Software Foundation. Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</span></div></div></footer></div></div>
<script src="https://f.alicdn.com/react/15.4.1/react-with-addons.min.js"></script>
<script src="https://f.alicdn.com/react/15.4.1/react-dom.min.js"></script>
<script>
Expand Down
4 changes: 2 additions & 2 deletions en-us/blog/dubbo-101.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<link rel="stylesheet" href="/build/blogDetail.css" />
</head>
<body>
<div id="root"><div class="blog-detail-page" data-reactroot="" data-reactid="1" data-react-checksum="-1476748860"><header class="header-container header-container-normal" data-reactid="2"><div class="header-body" data-reactid="3"><a href="/en-us/index.html" data-reactid="4"><img class="logo" src="/img/dubbo_colorful.png" data-reactid="5"/></a><div class="search search-normal" data-reactid="6"><span class="icon-search" data-reactid="7"></span></div><span class="language-switch language-switch-normal" data-reactid="8">中</span><div class="header-menu" data-reactid="9"><img class="header-menu-toggle" src="/img/menu_gray.png" data-reactid="10"/><ul data-reactid="11"><li class="menu-item menu-item-normal" data-reactid="12"><a href="/en-us/index.html" data-reactid="13">HOME</a></li><li class="menu-item menu-item-normal" data-reactid="14"><a href="/en-us/docs/user/quick-start.html" data-reactid="15">DOCS</a></li><li class="menu-item menu-item-normal menu-item-normal-active" data-reactid="16"><a href="/en-us/blog/index.html" data-reactid="17">BLOG</a></li><li class="menu-item menu-item-normal" data-reactid="18"><a href="/en-us/community/index.html" data-reactid="19">COMMUNITY</a></li></ul></div></div></header><section class="blog-content markdown-body" data-reactid="20"><h1>Your First Dubbo Demo</h1>
<div id="root"><div class="blog-detail-page" data-reactroot="" data-reactid="1" data-react-checksum="2104079289"><header class="header-container header-container-normal" data-reactid="2"><div class="header-body" data-reactid="3"><a href="/en-us/index.html" data-reactid="4"><img class="logo" src="/img/dubbo_colorful.png" data-reactid="5"/></a><div class="search search-normal" data-reactid="6"><span class="icon-search" data-reactid="7"></span></div><span class="language-switch language-switch-normal" data-reactid="8">中</span><div class="header-menu" data-reactid="9"><img class="header-menu-toggle" src="/img/menu_gray.png" data-reactid="10"/><ul data-reactid="11"><li class="menu-item menu-item-normal" data-reactid="12"><a href="/en-us/index.html" data-reactid="13">HOME</a></li><li class="menu-item menu-item-normal" data-reactid="14"><a href="/en-us/docs/user/quick-start.html" data-reactid="15">DOCS</a></li><li class="menu-item menu-item-normal menu-item-normal-active" data-reactid="16"><a href="/en-us/blog/index.html" data-reactid="17">BLOG</a></li><li class="menu-item menu-item-normal" data-reactid="18"><a href="/en-us/community/index.html" data-reactid="19">COMMUNITY</a></li></ul></div></div></header><section class="blog-content markdown-body" data-reactid="20"><h1>Your First Dubbo Demo</h1>
<h2>Java RMI Introduction</h2>
<p>Java RMI (Remote Method Invocation) is a mechanism that allows users to access or invocate an object and a method running on another JVM (Java Virtual Machine). RMI is an implementation of RPC (Remote Procedure Call) in java with support of OOP (Object Oriented Paradigms). Instead of bothering IDL (Interface Define Language), users can build distributed applications by depending on interfaces in an easy and natural way.</p>
<h3>Java RMI Work Flow</h3>
Expand Down Expand Up @@ -330,7 +330,7 @@ <h2>Summary</h2>
<li><a href="http://dubbo.apache.org/books/dubbo-user-book/references/registry/multicast.html">Multicast 注册中心</a></li>
<li><a href="http://dubbo.apache.org/books/dubbo-user-book/references/qos.html">在线运维命令</a></li>
</ol>
</section><footer class="footer-container" data-reactid="21"><div class="footer-body" data-reactid="22"><img src="/img/dubbo_gray.png" data-reactid="23"/><img class="apache" src="/img/apache_logo.png" data-reactid="24"/><div class="cols-container" data-reactid="25"><div class="col col-12" data-reactid="26"><h3 data-reactid="27">Disclaimer</h3><p data-reactid="28">Apache Dubbo is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</p></div><div class="col col-4" data-reactid="29"><dl data-reactid="30"><dt data-reactid="31">ASF</dt><dd data-reactid="32"><a href="http://www.apache.org" data-reactid="33">Foundation</a></dd><dd data-reactid="34"><a href="http://www.apache.org/licenses/" data-reactid="35">License</a></dd><dd data-reactid="36"><a href="http://www.apache.org/events/current-event" data-reactid="37">Events</a></dd><dd data-reactid="38"><a href="http://www.apache.org/foundation/sponsorship.html" data-reactid="39">Sponsorship</a></dd><dd data-reactid="40"><a href="http://www.apache.org/foundation/thanks.html" data-reactid="41">Thanks</a></dd></dl></div><div class="col col-4" data-reactid="42"><dl data-reactid="43"><dt data-reactid="44">Documentation</dt><dd data-reactid="45"><a href="/en-us/docs/user/quick-start.html" target="_self" data-reactid="46">Quick start</a></dd><dd data-reactid="47"><a href="/en-us/docs/dev/build.html" target="_self" data-reactid="48">Developer guide</a></dd><dd data-reactid="49"><a href="/en-us/docs/admin/ops/dubbo-ops.html" target="_self" data-reactid="50">Admin manual</a></dd></dl></div><div class="col col-4" data-reactid="51"><dl data-reactid="52"><dt data-reactid="53">Resources</dt><dd data-reactid="54"><a href="/en-us/blog/index.html" target="_self" data-reactid="55">Blog</a></dd><dd data-reactid="56"><a href="/en-us/community/index.html" target="_self" data-reactid="57">Community</a></dd></dl></div></div><div class="copyright" data-reactid="58"><span data-reactid="59">Copyright © 2018 The Apache Software Foundation. Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</span></div></div></footer></div></div>
</section><footer class="footer-container" data-reactid="21"><div class="footer-body" data-reactid="22"><img src="/img/dubbo_gray.png" data-reactid="23"/><img class="apache" src="/img/apache_logo.png" data-reactid="24"/><div class="cols-container" data-reactid="25"><div class="col col-12" data-reactid="26"><h3 data-reactid="27">Disclaimer</h3><p data-reactid="28">Apache Dubbo is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</p></div><div class="col col-4" data-reactid="29"><dl data-reactid="30"><dt data-reactid="31">ASF</dt><dd data-reactid="32"><a href="http://www.apache.org" target="_self" data-reactid="33">Foundation</a></dd><dd data-reactid="34"><a href="http://www.apache.org/licenses/" target="_self" data-reactid="35">License</a></dd><dd data-reactid="36"><a href="http://www.apache.org/events/current-event" target="_self" data-reactid="37">Events</a></dd><dd data-reactid="38"><a href="http://www.apache.org/foundation/sponsorship.html" target="_self" data-reactid="39">Sponsorship</a></dd><dd data-reactid="40"><a href="http://www.apache.org/foundation/thanks.html" target="_self" data-reactid="41">Thanks</a></dd></dl></div><div class="col col-4" data-reactid="42"><dl data-reactid="43"><dt data-reactid="44">Documentation</dt><dd data-reactid="45"><a href="/en-us/docs/user/quick-start.html" target="_self" data-reactid="46">Quick start</a></dd><dd data-reactid="47"><a href="/en-us/docs/dev/build.html" target="_self" data-reactid="48">Developer guide</a></dd><dd data-reactid="49"><a href="/en-us/docs/admin/ops/dubbo-ops.html" target="_self" data-reactid="50">Admin manual</a></dd></dl></div><div class="col col-4" data-reactid="51"><dl data-reactid="52"><dt data-reactid="53">Resources</dt><dd data-reactid="54"><a href="/en-us/blog/index.html" target="_self" data-reactid="55">Blog</a></dd><dd data-reactid="56"><a href="/en-us/community/index.html" target="_self" data-reactid="57">Community</a></dd></dl></div></div><div class="copyright" data-reactid="58"><span data-reactid="59">Copyright © 2018 The Apache Software Foundation. Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</span></div></div></footer></div></div>
<script src="https://f.alicdn.com/react/15.4.1/react-with-addons.min.js"></script>
<script src="https://f.alicdn.com/react/15.4.1/react-dom.min.js"></script>
<script>
Expand Down