This is an automated email from the ASF dual-hosted git repository. ningjiang pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git
commit 0e566e0b000da7c17c0663882e843be1ce35b517 Author: Willem Jiang <[email protected]> AuthorDate: Tue Aug 7 10:04:33 2018 +0800 SCB-814 Update the servicecomb website according to ASF policy --- _data/ui-text.yml | 12 +++++++++++- _includes/footer.html | 11 +++++++++++ _includes/footer/custom.html | 10 ++++++++-- 3 files changed, 30 insertions(+), 3 deletions(-) diff --git a/_data/ui-text.yml b/_data/ui-text.yml index 62bdb72..85187bf 100644 --- a/_data/ui-text.yml +++ b/_data/ui-text.yml @@ -54,6 +54,11 @@ en: &DEFAULT_EN comment_error_msg : "Sorry, there was an error with your submission. Please make sure all required fields have been completed and try again." loading_label : "Loading..." security : "Security" + foundation : "Foundation" + licenses : "Licenses" + events : "Events" + sponsorship : "Sponsorship" + thanks : "Thanks" en-US: <<: *DEFAULT_EN en-CA: @@ -378,6 +383,11 @@ zh: &DEFAULT_ZH mailing_list : "邮件列表" slides : "资料" security : "安全" + foundation : "基金会" + licenses : "许可证" + events : "活动" + sponsorship : "赞助" + thanks : "鸣谢" cn: <<: *DEFAULT_ZH zh-CN: @@ -659,7 +669,7 @@ gr: &DEFAULT_GR pagination_next : "Επόμενo" breadcrumb_home_label : "Κεντρική" breadcrumb_separator : "/" - menu_label : + menu_label : toc_label : "Πίνακας Περιεχομένων" ext_link_label : "Εξωτερικός Σύνδεσμος" less_than : "Λιγότερο από" diff --git a/_includes/footer.html b/_includes/footer.html index 415a8ad..0a8a3b8 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -16,6 +16,16 @@ </div> <div class="col"> <ul> + <p class="header">{{ site.data.ui-text[page.lang].asf | default: "ASF" }}</p> + <li><a href="http://www.apache.org">{{ site.data.ui-text[page.lang].foundation | default: "Foundation" }}</a></li> + <li><a href="http://www.apache.org/licenses">{{ site.data.ui-text[page.lang].licenses | default: "Licenses" }}</a></li> + <li><a href="http://www.apache.org/events/current-event">{{ site.data.ui-text[page.lang].events | default: "Events" }}</a></li> + <li><a href="http://www.apache.org/foundation/sponsorship.html">{{ site.data.ui-text[page.lang].sponsorship | default: "Sponsorship" }}</a></li> + <li><a href="http://www.apache.org/foundation/thanks.html">{{ site.data.ui-text[page.lang].thanks | default: "Thanks" }}</a></li> + </ul> + </div> + <div class="col"> + <ul> <p class="header">{{ site.data.ui-text[page.lang].contribute | default: "Contribute" }}</p> <li><a href="https://github.com/apache/incubator-servicecomb-website/issues/new?title=Issue with {{page.path}}">{{ site.data.ui-text[page.lang].report_issue | default: "Report a Doc Issue" }}</a></li> <li><a href="https://github.com/apache/incubator-servicecomb-website/edit/master/{{page.path}}">{{ site.data.ui-text[page.lang].edit_page | default: "Edit This Page on Github" }}</a></li> @@ -44,4 +54,5 @@ </div> <div class="page__footer-bottom"> <div>© {{ site.time | date: '%Y' }} {{ site.name | default: site.title }}. {{ site.data.ui-text[page.lang].powered_by | default: "Powered by" }} <a href="http://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.</div> + <div><p>Apache ServiceComb(incubating)is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by 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 completeness or stability of the code, it does indi [...] </div> diff --git a/_includes/footer/custom.html b/_includes/footer/custom.html index d512599..328a6a4 100644 --- a/_includes/footer/custom.html +++ b/_includes/footer/custom.html @@ -1,3 +1,9 @@ <!-- start custom footer snippets --> - -<!-- end custom footer snippets --> \ No newline at end of file +<div class="container"> + <div class="row justify-content-md-center"> + <div class="page__footer-bottom"> + <p>Apache ServiceComb(incubating)is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by 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 completeness or stability of the code, it does indic [...] + </div> + </div> +</div> +<!-- end custom footer snippets -->
