Repository: incubator-tamaya-site Updated Branches: refs/heads/master 4176b5bc1 -> 128dbd01a
TAMAYA-178: Add new project team page * As discussed on the mailing list. * LHF: fix date format for old releases to be ISO Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/commit/128dbd01 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/tree/128dbd01 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/diff/128dbd01 Branch: refs/heads/master Commit: 128dbd01aeb152a783b06c8a589623a1a8f12d16 Parents: 4176b5b Author: Phil Ottlinger <[email protected]> Authored: Mon Dec 19 00:59:07 2016 +0100 Committer: Phil Ottlinger <[email protected]> Committed: Mon Dec 19 01:00:12 2016 +0100 ---------------------------------------------------------------------- content/development/team.adoc | 40 ++++++++++++++++++++++++++++++++++++++ content/history.adoc | 7 +++---- templates/menu.thyme | 1 + 3 files changed, 44 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/128dbd01/content/development/team.adoc ---------------------------------------------------------------------- diff --git a/content/development/team.adoc b/content/development/team.adoc new file mode 100644 index 0000000..e762d9b --- /dev/null +++ b/content/development/team.adoc @@ -0,0 +1,40 @@ +:jbake-type: page +:jbake-status: published + += Apache Tamaya: Project Team + +A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions. + +The project team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated. + +== Members + +The following is a list of developers with commit privileges that have directly contributed to the project in one way or another. + +.Members +[width="40%",frame="topbot",options="header"] +|====================== +|Id |Name |E-Mail |Role(s) |Time Zone +|anatole |Anatole Tresch |anatole[at]apache.org |PMC |+1 +|johndament |John D. Ament |johndament[at]apache.org |PMC |-5 +|plexus |Oliver B. Fischer |plexus[at]apache.org |PMC |+1 +|pottlinger |Phil Ottlinger |pottlinger[at]apache.org |Committer |+1 +|====================== + +== Contributors + +The following people are active contributors: none at the moment. + +== Emeritus + +These people used to help with the development of the project but are not active anymore: + +.Members +[width="40%",frame="topbot",options="header"] +|====================== +|Id |Name |E-Mail |Role(s) |Time Zone +|struberg |Mark Struberg |struberg[at]apache.org | PMC | +1 +|gpetracek |Gerhard Petracek |gpetracek[at]apache.org| PMC | +1 +|====================== + +Thanks for all your help! http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/128dbd01/content/history.adoc ---------------------------------------------------------------------- diff --git a/content/history.adoc b/content/history.adoc index 97bb56d..7725836 100644 --- a/content/history.adoc +++ b/content/history.adoc @@ -1,13 +1,12 @@ //:source-highlighter: coderay - :jbake-type: page :jbake-status: published :linkattrs: true == Apache Tamaya: Release History -Overview off all released versions of Apache Tamaya. +Overview of all released versions of Apache Tamaya. [width="70"] [cols="2,3,3,3", options="headers", frame="all"] @@ -18,13 +17,13 @@ Overview off all released versions of Apache Tamaya. | Download | 0.2-incubating -| 06.04.2016 +| 2016-04-06 | http://www.apache.org/dist/incubator/tamaya/0.2-incubating/ReleaseNotes-0.2-incubating.html[Release Notes for 0.2 incubating^] | http://www.apache.org/dist/incubator/tamaya/0.2-incubating/[Download of 0.2 incubating^] | 0.1-incubating -| 22.08.2015 +| 2015-08-22 | http://www.apache.org/dist/incubator/tamaya/0.1-incubating/ReleaseNotes-0.1-incubating.html[Release Notes for 0.1 incubating^] | http://www.apache.org/dist/incubator/tamaya/0.1-incubating/[Download of 0.1 incubating^] http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/128dbd01/templates/menu.thyme ---------------------------------------------------------------------- diff --git a/templates/menu.thyme b/templates/menu.thyme index e9398f1..0919a26 100644 --- a/templates/menu.thyme +++ b/templates/menu.thyme @@ -37,6 +37,7 @@ <ul class="dropdown-menu"> <li><a th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:href="${rootpath}+'development/source.html'">Sources</a></li> <li><a th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:href="${rootpath}+'development/community.html'">Community</a></li> + <li><a th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:href="${rootpath}+'development/team.html'">Project Team</a></li> <li><a th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:href="${rootpath}+'devguide.html'">Development Guide</a></li> <li><a th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:href="${rootpath}+'release-guide.html'">Release Guide</a></li> </ul>
