You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2019/12/27 09:48:03 UTC

[incubator-nuttx-website] 35/48: Add initial Apache NuttX content to Apache template

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

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-website.git

commit c74e6c2a94cc4707ed1bf57df5c8384213f0a998
Author: Brennan Ashton <ba...@brennanashton.com>
AuthorDate: Fri Dec 20 00:17:40 2019 -0800

    Add initial Apache NuttX content to Apache template
---
 site/.gitignore                                    |   5 +
 site/_config.yml                                   |   2 +-
 site/_data/contributors.yml                        | 106 +++++++++++++++------
 site/_data/project.yml                             |  47 ++++-----
 site/_includes/themes/apache/_navigation.html      |   2 +-
 site/_includes/themes/apache/footer.html           |   2 +-
 site/_posts/2015-11-08-new-committers.md           |  31 ------
 site/_posts/2015-11-10-release-0.2.0.md            |  34 -------
 ...-09-25-release-0.1.0.md => 2019-12-19-hello.md} |  11 +--
 site/assets/themes/apache/img/logo.png             | Bin 16393 -> 4961 bytes
 site/community.md                                  |   2 +-
 site/history.md                                    |   2 +
 site/index.md                                      |  26 ++---
 13 files changed, 130 insertions(+), 140 deletions(-)

diff --git a/site/.gitignore b/site/.gitignore
index df1f8d6..10bb84a 100644
--- a/site/.gitignore
+++ b/site/.gitignore
@@ -33,3 +33,8 @@ Gemfile.lock
 
 # generated site
 target
+
+# vendor gems
+vendor
+
+.bundle
diff --git a/site/_config.yml b/site/_config.yml
index 6fd56af..ee39ad4 100644
--- a/site/_config.yml
+++ b/site/_config.yml
@@ -19,7 +19,7 @@ excerpt_separator: ""
 
 repository: https://github.com/apache/apache-website-template
 destination: target
-exclude: [README.md,Gemfile*]
+exclude: [README.md,Gemfile*,vendor]
 keep_files: [".git", ".svn", "apidocs"]
 
 # The base path where the website is deployed
diff --git a/site/_data/contributors.yml b/site/_data/contributors.yml
index 8454a3b..2c93d4c 100644
--- a/site/_data/contributors.yml
+++ b/site/_data/contributors.yml
@@ -13,39 +13,87 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-# Database of contributors to Apache Foo.
+# Database of contributors to Apache NuttX.
 # Pages such as community.md use this data.
 # Please keep the list in alphabetical order.
 #
-- name: DB Tsai
-  apacheId: dbtsai
-  githubId: dbtsai
-  role: PMC
-  org: Netflix
-
-- name: Julian Hyde
-  apacheId: jhyde
-  githubId: julianhyde
-  org: Hortonworks
-  role: Contributor
-  homepage: http://people.apache.org/~jhyde
-
-- name: Luciano Resende
-  apacheId: lresende
-  githubId: lresende
-  org: IBM
-  role: Committer and Mentor
-
-- name: Reynold Xin
-  apacheId: rxin
-  githubId: rxin
-  org: Databricks
-  role: Committer and Mentor
-
-- name: Rich Bowen
-  apacheId: rbowen
-  githubId: rbowen
+
+- name: Alan Carvalho de Assis
+  apacheId: acassis
+  githubId: acassis
+  role: Committer
+  org:
+
+- name: Abdelatif Guettouche
+  apacheId: aguettouche
+  githubId: Ouss4
+  role: Committer
+  org:
+
+- name: Anthony Merlino
+  apacheId: antmerlino
+  githubId: antmerlino
+  role: Committer
+  org:
+
+- name: Mohammad Asif Siddiqui
+  apacheId: asifdxtreme
+  githubId: asifdxtreme
+  role: Mentor
+  org:
+
+- name: David Sidrane
+  apacheId: davids5
+  githubId: davids5
+  role: Committer
   org:
+
+- name:	Flavio Paiva Junqueira
+  apacheId: fpj
+  githubId: fpj
   role: Mentor
+  org:
+
+- name: Gregory Nutt
+  apacheId: gnutt
+  githubId: gregory-nutt
+  role: Committer
+  org:
+
+- name: Nathan Hartman
+  apacheId: hartmannathan
+  githubId:
+  role: Committer
+  org:
+
+- name:	Alin Jerpelea
+  apacheId: jerpelea
+  githubId: jerpelea
+  role: Committer
+  org:
+
+- name: Justin Mclean
+  apacheId: jmclean
+  githubId: justinmclean
+  role: Mentor
+  org:
+
+- name: Junping Du
+  apacheId: junping_du
+  githubId: JunpingDu
+  role: Champion and Mentor
+  org:
+
+- name: Masayuki Ishikawa
+  apacheId: masayuki
+  githubId: masayuki2009
+  role: Committer
+  org:
+
+- name: Xiang Xiao
+  apacheId: xiaoxiang
+  githubId: xiaoxiang781216
+  role: Committer
+  org:
 
 # End contributors.yml
diff --git a/site/_data/project.yml b/site/_data/project.yml
index 4434d37..5330ae3 100644
--- a/site/_data/project.yml
+++ b/site/_data/project.yml
@@ -15,21 +15,21 @@
 #
 # Apache Project configurations
 #
-name: Apache SystemML
-short_name: SystemML
-unix_name: systemml
-incubator_name: incubator-systemml
-incubator_slash_name: incubator/systemml
-description: Apache SystemML is a distributed and declarative machine learning platform.
+name: Apache NuttX
+short_name: NuttX
+unix_name: nuxxt
+incubator_name: incubator-nuttx
+incubator_slash_name: incubator/nuttx
+description: Apache NuttX is a mature, real-time embedded operating system (RTOS).
 
 download: /download
-latest_release: 1.2.0
+latest_release: 8.2
 
-dev_list: dev@systemml.incubator.apache.org
-dev_list_subscribe: dev-subscribe@systemml.incubator.apache.org
-dev_list_unsubscribe: dev-unsubscribe@systemml.incubator.apache.org
-dev_list_archive: http://mail-archives.apache.org/mod_mbox/systemml-dev/
-dev_list_archive_mailarchive: https://www.mail-archive.com/dev@systemml.incubator.apache.org/
+dev_list: dev@nuttx.incubator.apache.org
+dev_list_subscribe: dev-subscribe@nuttx.incubator.apache.org
+dev_list_unsubscribe: dev-unsubscribe@nuttx.incubator.apache.org
+dev_list_archive: http://mail-archives.apache.org/mod_mbox/nuttx-dev/
+dev_list_archive_mailarchive: https://www.mail-archive.com/dev@nuttx.incubator.apache.org/
 dev_list_archive_markmail:
 
 user_list:
@@ -39,20 +39,21 @@ user_list_archive:
 user_list_archive_mailarchive:
 user_list_archive_markmail:
 
-commits_list: commits@systemml.incubator.apache.org
-commits_list_subscribe: commits-subscribe@systemml.incubator.apache.org
-commits_list_unsubscribe: commits-unsubscribe@systemml.incubator.apache.org
-commits_list_archive: http://mail-archives.apache.org/mod_mbox/systemml-commits/
-commits_list_archive_mailarchive: https://www.mail-archive.com/commits@systemml.incubator.apache.org/
+commits_list: commits@nuttx.incubator.apache.org
+commits_list_subscribe: commits-subscribe@nuttx.incubator.apache.org
+commits_list_unsubscribe: commits-unsubscribe@nuttx.incubator.apache.org
+commits_list_archive: http://mail-archives.apache.org/mod_mbox/nuttx-commits/
+commits_list_archive_mailarchive: https://www.mail-archive.com/commits@nuttx.incubator.apache.org/
 commits_list_archive_markmail:
 
-jira: SYSTEMML
-github_project_name: incubator-systemml
+jira: NUTTX
+wiki: NUTTXTEST
+github_project_name: incubator-nuttx
 
-source_repository: https://git-wip-us.apache.org/repos/asf/incubator-systemml.git
-source_repository_mirror: https://github.com/apache/incubator-systemml
+source_repository: https://github.com/apache/incubator-nuttx
+source_repository_mirror: https://git-wip-us.apache.org/repos/asf/incubator-nuttx.git
 
-website_repository: https://git-wip-us.apache.org/repos/asf/incubator-systemml-website.git
-website_repository_mirror: https://github.com/apache/incubator-systemml-website
+website_repository: https://github.com/apache/incubator-nuttx-website
+website_repository_mirror: https://git-wip-us.apache.org/repos/asf/incubator-nuttx-website.git
 
 podling: true
diff --git a/site/_includes/themes/apache/_navigation.html b/site/_includes/themes/apache/_navigation.html
index 786e96b..eda5088 100644
--- a/site/_includes/themes/apache/_navigation.html
+++ b/site/_includes/themes/apache/_navigation.html
@@ -8,7 +8,7 @@
             <span class="icon-bar"></span>
           </button>
           <a class="navbar-brand" href="{{ BASE_PATH }}">
-              <img src="/assets/themes/apache/img/logo.png" width="50">
+              <img src="/assets/themes/apache/img/logo.png" width="30">
               {{ site.data.project.name }}
           </a>
         </div>
diff --git a/site/_includes/themes/apache/footer.html b/site/_includes/themes/apache/footer.html
index 101fe9e..debd3f5 100644
--- a/site/_includes/themes/apache/footer.html
+++ b/site/_includes/themes/apache/footer.html
@@ -18,7 +18,7 @@
                 </div>
                 {% endif %}
                 <div>
-                    Copyright &copy; 2016 <a href="http://www.apache.org">The Apache Software Foundation</a>.
+                    Copyright &copy; 2019 <a href="http://www.apache.org">The Apache Software Foundation</a>.
                     Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
                     2.0</a>.
                     <br>
diff --git a/site/_posts/2015-11-08-new-committers.md b/site/_posts/2015-11-08-new-committers.md
deleted file mode 100644
index 95fc4bf..0000000
--- a/site/_posts/2015-11-08-new-committers.md
+++ /dev/null
@@ -1,31 +0,0 @@
----
-layout: news_item
-title: "Project adds 2 committers"
-date: "2015-11-08 19:03:07 -0800"
-author: jhyde
-categories: [team]
----
-<!--
-{% comment %}
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to you under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-{% endcomment %}
--->
-
-The {{ site.data.project.short_name }} project management committee today added two new
-committers for their work on the project. Welcome!
-
-* Darth Vader
-* Princess Leia
diff --git a/site/_posts/2015-11-10-release-0.2.0.md b/site/_posts/2015-11-10-release-0.2.0.md
deleted file mode 100644
index cb1bad7..0000000
--- a/site/_posts/2015-11-10-release-0.2.0.md
+++ /dev/null
@@ -1,34 +0,0 @@
----
-layout: news_item
-date: "2015-11-10 12:00:00 +0000"
-author: lresenda
-version: 0.2.0
-categories: [release]
-tag: v0-2-0
-sha: ba6e43c
----
-<!--
-{% comment %}
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to you under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-{% endcomment %}
--->
-
-This is our second release! Thanks to everyone who has contributed to
-it.
-
-In addition to a large number of bug fixes and minor enhancements,
-this release includes faster-than-light travel and chewing gum that
-never loses its flavor.
diff --git a/site/_posts/2015-09-25-release-0.1.0.md b/site/_posts/2019-12-19-hello.md
similarity index 81%
rename from site/_posts/2015-09-25-release-0.1.0.md
rename to site/_posts/2019-12-19-hello.md
index 3125b4b..3331635 100644
--- a/site/_posts/2015-09-25-release-0.1.0.md
+++ b/site/_posts/2019-12-19-hello.md
@@ -1,11 +1,8 @@
 ---
 layout: news_item
-date: "2015-09-25 12:00:00 +0000"
-author: jhyde
-version: 0.1.0
-categories: [release]
-tag: v0-1-0
-sha: cafecafe
+date: "2019-12-19 12:00:00 +0000"
+author: btashton
+categories: [team]
 ---
 <!--
 {% comment %}
@@ -26,6 +23,4 @@ limitations under the License.
 {% endcomment %}
 -->
 
-This is our first release!
-
 We're so pleased to be in the Apache Incbuator.
\ No newline at end of file
diff --git a/site/assets/themes/apache/img/logo.png b/site/assets/themes/apache/img/logo.png
index 0b45fa4..360e657 100644
Binary files a/site/assets/themes/apache/img/logo.png and b/site/assets/themes/apache/img/logo.png differ
diff --git a/site/community.md b/site/community.md
index 42139e5..50de79c 100644
--- a/site/community.md
+++ b/site/community.md
@@ -36,7 +36,7 @@ You can:
 * Use our project and provide a feedback.
 * Provide us with the use-cases.
 * Report bugs and submit patches.
-* Contribute code, javadocs, documentation.
+* Contribute code or documentation.
 
 Visit the [Contributing] page for more information.
 
diff --git a/site/history.md b/site/history.md
index 524d877..661eb34 100644
--- a/site/history.md
+++ b/site/history.md
@@ -32,6 +32,7 @@ For a full list of releases, see
 Downloads are available on the
 [downloads page]({{ site.baseurl }}/download).
 
+{% comment %}
 ## <a href="https://github.com/apache/{{ site.data.project.incubator_slash_name }}/releases/tag/{{ site.data.project.unix_name }}-0.2.0">0.2.0</a> / 2015-11-10
 {: #v0-2-0}
 
@@ -48,3 +49,4 @@ New features
 {: #v0-1-0}
 
 Our first release!
+{% endcomment %}
diff --git a/site/index.md b/site/index.md
index 0d1f178..5c35edd 100644
--- a/site/index.md
+++ b/site/index.md
@@ -3,6 +3,7 @@ layout: page
 title: Home
 tagline: Apache Project !
 ---
+
 <!--
 {% comment %}
 Licensed to the Apache Software Foundation (ASF) under one or more
@@ -24,14 +25,17 @@ limitations under the License.
 
 {% include JB/setup %}
 
-## Apache SystemML
-
-SystemML provides declarative large-scale machine learning (ML) that aims at flexible specification 
-of ML algorithms and automatic generation of hybrid runtime plans ranging from single node, 
-in-memory computations, to distributed computations on Apache Hadoop and  Apache Spark. 
-ML algorithms are expressed in a R or Python syntax, that includes linear algebra primitives, statistical functions, 
-and ML-specific constructs. This high-level language significantly increases the productivity of data scientists 
-as it provides (1) full flexibility in expressing custom analytics, and (2) data independence from the underlying 
-input formats and physical data representations. Automatic optimization according to data characteristics such as 
-distribution on the disk file system, and sparsity as well as processing characteristics in the distributed environment 
-like number of nodes, CPU, memory per node, ensures both efficiency and scalability. 
+## Apache NuttX
+
+NuttX is a real-time operating system (RTOS) with an emphasis on standards
+compliance and small footprint. Scalable from 8-bit to 32-bit microcontroller
+environments, the primary governing standards in NuttX are Posix and ANSI
+standards. Additional standard APIs from Unix and other common RTOS's (such as
+VxWorks) are adopted for functionality not available under these standards, or
+for functionality that is not appropriate for deeply-embedded environments (such
+as fork()).
+
+
+## Documentation
+
+Extensive documentation can be found on the project [wiki](https://cwiki.apache.org/{{ site.data.project.wiki }})