This is an automated email from the ASF dual-hosted git repository.
sunzesong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb-website.git
The following commit(s) were added to refs/heads/master by this push:
new ba8d090 Add additional ASF links (#62)
ba8d090 is described below
commit ba8d090ab2965aa0c55f58610fe4646bc7499cf9
Author: Zesong Sun <[email protected]>
AuthorDate: Sat Mar 7 13:10:52 2020 +0800
Add additional ASF links (#62)
Add additional ASF links requested on the project websites
---
src/components/FooterFixed.vue | 2 +-
src/components/NavBar.vue | 18 ++++++++++++++++++
src/views/Documents.vue | 13 +++++++------
src/views/SystemDesign.vue | 13 +++++++------
4 files changed, 33 insertions(+), 13 deletions(-)
diff --git a/src/components/FooterFixed.vue b/src/components/FooterFixed.vue
index 6cd16fc..ac9c43d 100644
--- a/src/components/FooterFixed.vue
+++ b/src/components/FooterFixed.vue
@@ -5,7 +5,7 @@
Disclaimer: Apache IoTDB (incubating) (Database for Internet of
Things) is an effort undergoing incubation at The Apache Software Foundation
(ASF), sponsored by the Apache 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 complet [...]
</p>
<p style="text-align: center">
- Copyright © 2019 The Apache Software Foundation. Apache and the Apache
feather logo are trademarks of The Apache Software Foundation
+ Copyright © 2020 The Apache Software Foundation. Apache and the Apache
feather logo are trademarks of The Apache Software Foundation
</p>
</div>
</footer>
diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue
index 5f4e27f..605e195 100644
--- a/src/components/NavBar.vue
+++ b/src/components/NavBar.vue
@@ -59,6 +59,16 @@
</li>
</ul>
</li>
+ <li class="dropdown">
+ <router-link to="/Community/Powered By" class="dropdown-toggle"
data-toggle="dropdown" role="button"
+ aria-haspopup="true"
aria-expanded="false"><span>ASF<b class="caret"></b></span>
+ </router-link>
+ <ul class="dropdown-menu">
+ <li v-for="item in ASF">
+ <a :href=item.url
:class="nav-link"><span>{{item.content}}</span></a>
+ </li>
+ </ul>
+ </li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li class="nav-item">
@@ -113,6 +123,14 @@
{"url": "/Development/Tsfile", "content": "Changelist of TsFile"},
{"url": "/Development/RPC", "content": "Changelist of RPC"}
],
+ "ASF": [
+ {"url":"https://www.apache.org/foundation/","content":"Foundation"},
+ {"url":"https://www.apache.org/licenses/","content":"License"},
+ {"url":"https://www.apache.org/security/","content":"Security"},
+
{"url":"https://www.apache.org/foundation/sponsorship.html","content":"Sponsorship"},
+
{"url":"https://www.apache.org/foundation/thanks.html","content":"Thanks"},
+
{"url":"https://www.apache.org/events/current-event","content":"Current
Events"},
+ ],
defaultDocLink: "/Documents/" + Global.DEFAULT_VERSION + "/chap1/sec1",
defaultDesignLink: "/SystemDesign/" + Global.PROGRESS_STR +
"/chap0/sec1"
}
diff --git a/src/views/Documents.vue b/src/views/Documents.vue
index d64a5cc..9c2c793 100644
--- a/src/views/Documents.vue
+++ b/src/views/Documents.vue
@@ -43,7 +43,10 @@
class="go-to-development" @click="goToDevelopment()">Go for
it.</span></p>
</div>
<div class="doc-footer">
- <span>Copyright © 2019 The Apache Software Foundation. Apache and
the Apache feather logo are trademarks of The Apache Software Foundation.</span>
+ <p style="color: #AAA">
+ Disclaimer: Apache IoTDB (incubating) (Database for Internet of
Things) is an effort undergoing incubation at The Apache Software Foundation
(ASF), sponsored by the Apache 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 c [...]
+ </p>
+ <span style="text-align: center">Copyright © 2020 The Apache
Software Foundation. Apache and the Apache feather logo are trademarks of The
Apache Software Foundation.</span>
</div>
</div>
</div>
@@ -342,12 +345,10 @@
.doc-footer {
position: fixed;
- width: 76%;
+ width: 75%;
bottom: 0px;
- right: 0px;
- padding-top: 10px;
- padding-bottom: 10px;
- text-align: center;
+ right: 0;
+ padding: 10px 5px;
color: #fff;
background: #222222;
}
diff --git a/src/views/SystemDesign.vue b/src/views/SystemDesign.vue
index f99a216..d36804c 100644
--- a/src/views/SystemDesign.vue
+++ b/src/views/SystemDesign.vue
@@ -43,7 +43,10 @@
class="go-to-development" @click="goToDevelopment()">Go for
it.</span></p>
</div>
<div class="doc-footer">
- <span>Copyright © 2019 The Apache Software Foundation. Apache and
the Apache feather logo are trademarks of The Apache Software Foundation.</span>
+ <p style="color: #AAA">
+ Disclaimer: Apache IoTDB (incubating) (Database for Internet of
Things) is an effort undergoing incubation at The Apache Software Foundation
(ASF), sponsored by the Apache 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 c [...]
+ </p>
+ <span style="text-align: center">Copyright © 2020 The Apache
Software Foundation. Apache and the Apache feather logo are trademarks of The
Apache Software Foundation.</span>
</div>
</div>
</div>
@@ -342,12 +345,10 @@
.doc-footer {
position: fixed;
- width: 76%;
+ width: 75%;
bottom: 0px;
- right: 0px;
- padding-top: 10px;
- padding-bottom: 10px;
- text-align: center;
+ right: 0;
+ padding: 10px 5px;
color: #fff;
background: #222222;
}