from 1020a5b321507bb602fed624dce1c7bef8652007
Project: http://git-wip-us.apache.org/repos/asf/apex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/apex-site/commit/843e34ca Tree: http://git-wip-us.apache.org/repos/asf/apex-site/tree/843e34ca Diff: http://git-wip-us.apache.org/repos/asf/apex-site/diff/843e34ca Branch: refs/heads/asf-site Commit: 843e34caa3eaf804ed8f248a25e716e4d09165b4 Parents: 806b19a Author: Thomas Weise <[email protected]> Authored: Sat Jul 16 12:38:24 2016 -0700 Committer: Thomas Weise <[email protected]> Committed: Sat Jul 16 12:38:24 2016 -0700 ---------------------------------------------------------------------- content/announcements.html | 4 +- content/community.html | 13 ++-- content/contributing.html | 6 +- content/css/main.css | 102 +++++++++++++++++-------- content/docs.html | 4 +- content/downloads.html | 4 +- content/index.html | 4 +- content/js/bootstrap.min.js | 6 +- content/maturity.html | 4 +- content/people.html | 4 +- content/powered-by-apex.html | 157 ++++++++++++++++++++++++++++++++++++++ content/release.html | 4 +- content/roadmap.html | 8 +- content/verification.html | 6 +- 14 files changed, 262 insertions(+), 64 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/apex-site/blob/843e34ca/content/announcements.html ---------------------------------------------------------------------- diff --git a/content/announcements.html b/content/announcements.html index bf354f2..1cf0bf2 100644 --- a/content/announcements.html +++ b/content/announcements.html @@ -49,9 +49,9 @@ <li class="nav-item"> <a href="#" data-toggle="dropdown" class="dropdown-toggle nav-link">Source<b class="caret"></b></a> <ul class="dropdown-menu"> - <li><a href="https://git-wip-us.apache.org/repos/asf?p=apex-core.git">Apex Core (ASF)</a></li> + <li><a href="https://git-wip-us.apache.org/repos/asf?p=apex-core.git">Apex Core (ASF)</a></li> <li><a href="https://github.com/apache/apex-core">Apex Core (Github Mirror)</a></li> - <li><a href="https://git-wip-us.apache.org/repos/asf?p=apex-malhar.git">Apex Malhar (ASF)</a></li> + <li><a href="https://git-wip-us.apache.org/repos/asf?p=apex-malhar.git">Apex Malhar (ASF)</a></li> <li><a href="https://github.com/apache/apex-malhar">Apex Malhar (Github Mirror)</a></li> </ul> </li> http://git-wip-us.apache.org/repos/asf/apex-site/blob/843e34ca/content/community.html ---------------------------------------------------------------------- diff --git a/content/community.html b/content/community.html index e6d411a..3c7524e 100644 --- a/content/community.html +++ b/content/community.html @@ -49,9 +49,9 @@ <li class="nav-item"> <a href="#" data-toggle="dropdown" class="dropdown-toggle nav-link">Source<b class="caret"></b></a> <ul class="dropdown-menu"> - <li><a href="https://git-wip-us.apache.org/repos/asf?p=apex-core.git">Apex Core (ASF)</a></li> + <li><a href="https://git-wip-us.apache.org/repos/asf?p=apex-core.git">Apex Core (ASF)</a></li> <li><a href="https://github.com/apache/apex-core">Apex Core (Github Mirror)</a></li> - <li><a href="https://git-wip-us.apache.org/repos/asf?p=apex-malhar.git">Apex Malhar (ASF)</a></li> + <li><a href="https://git-wip-us.apache.org/repos/asf?p=apex-malhar.git">Apex Malhar (ASF)</a></li> <li><a href="https://github.com/apache/apex-malhar">Apex Malhar (Github Mirror)</a></li> </ul> </li> @@ -83,9 +83,13 @@ <li><a href="http://mail-archives.apache.org/mod_mbox/apex-commits/">[email protected]</a> is for commit messages and patches to Apex. <a href="mailto:[email protected]?subject=send%20this%20email%20to%20subscribe">subscribe</a>, <a href="mailto:[email protected]?subject=send%20this%20email%20to%20unsubscribe">unsubscribe</a>, <a href="https://lists.apache.org/[email protected]">ponymail</a>, <a href="https://s.apache.org/apex-commits">nabble</a>, <a href="http://mail-archives.apache.org/mod_mbox/apex-commits/">archives</a></li> <li><a href="mailto:[email protected]">[email protected]</a> is for reporting security related issues with Apex. It is a private list to discuss security related issues. Please post potential security vulnerabilities to this list so that they can be investigated and fixed before the vulnerabilities are published to the public. You can post to the list without subscribing to it.</li> </ul> +<h2 id="meetup-groups">Meetup Groups</h2> +<p>To see upcoming meetup events, please visit the <a href="/announcements.html">announcements page</a>. Full list of Apache Apex meetup groups is available at <a href="http://apache-apex.meetup.com/">Apache Apex Meetup Groups</a></p> <h2 id="people">People</h2> <p><a href="/people.html">List of committers</a></p> -<h2 id="contributing">Contributing</h2> +<h2 id="powered-by-apex">Powered By Apex</h2> +<p>List of organizations using Apache Apex is available at <a href="/powered-by-apex.html">Powered by Apex</a>.</p> +<h1 id="contributing">Contributing</h1> <p><strong>To learn more about how we use Github to accept contributions to the project, <a href="/contributing.html">check out the contributing guidelines</a>.</strong></p> <p>The Apex Project is made up of two repositories:</p> <ul> @@ -109,9 +113,6 @@ <ul> <li><a href="roadmap.html">Apex Roadmap</a> comprises key features planned for the future releases</li> </ul> -<h2 id="meetup-groups">Meetup Groups</h2> -<p>Full list of Apache Apex meetup groups is available at <a href="http://apache-apex.meetup.com/">Apache Apex Meetup Groups</a></p> -<p>To see upcoming meetup events, please visit <a href="/announcements.html">announcements page</a>.</p> </div> http://git-wip-us.apache.org/repos/asf/apex-site/blob/843e34ca/content/contributing.html ---------------------------------------------------------------------- diff --git a/content/contributing.html b/content/contributing.html index a8ee1c1..2564f50 100644 --- a/content/contributing.html +++ b/content/contributing.html @@ -49,9 +49,9 @@ <li class="nav-item"> <a href="#" data-toggle="dropdown" class="dropdown-toggle nav-link">Source<b class="caret"></b></a> <ul class="dropdown-menu"> - <li><a href="https://git-wip-us.apache.org/repos/asf?p=apex-core.git">Apex Core (ASF)</a></li> + <li><a href="https://git-wip-us.apache.org/repos/asf?p=apex-core.git">Apex Core (ASF)</a></li> <li><a href="https://github.com/apache/apex-core">Apex Core (Github Mirror)</a></li> - <li><a href="https://git-wip-us.apache.org/repos/asf?p=apex-malhar.git">Apex Malhar (ASF)</a></li> + <li><a href="https://git-wip-us.apache.org/repos/asf?p=apex-malhar.git">Apex Malhar (ASF)</a></li> <li><a href="https://github.com/apache/apex-malhar">Apex Malhar (Github Mirror)</a></li> </ul> </li> @@ -95,7 +95,7 @@ <p>The Project Management Committee (<a href="http://www.apache.org/dev/pmc.html">PMC</a>) is responsible for the oversight of the project and it also decides who to add as a PMC member. Existing committers may be invited to become a PMC member after consistent contribution and activity over a period of time and participation in directional and community building discussions.</p> <h2 id="code-style">Code Style</h2> <p>Apache Apex follows coding style that is closest to K & R style and uses <a href="http://checkstyle.sourceforge.net/">Checkstyle</a> tool to enforce these standards. Travis CI will fail for any pull request that introduces any style violations.</p> -<p>The checkstyle configuration that Apache Apex projects use is present here : <a href="https://github.com/apache/apex-core/blob/master/apex_checks.xml">https://github.com/apache/apex-core/blob/master/apex_checks.xml</a></p> +<p>The checkstyle configuration that Apache Apex projects use is present here : <a href="https://github.com/apache/apex-core/blob/master/codestyle-config/src/main/resources/apex_checks.xml">https://github.com/apache/apex-core/blob/master/codestyle-config/src/main/resources/apex_checks.xml</a></p> <p>To make it easier for the users to set up their development environment, settings for the following common IDEs are provided in the Apache Apex Core repository with instructions.</p> <ul> <li><a href="https://github.com/apache/apex-core/tree/master/misc/ide-templates/intellij">IntelliJ</a></li> http://git-wip-us.apache.org/repos/asf/apex-site/blob/843e34ca/content/css/main.css ---------------------------------------------------------------------- diff --git a/content/css/main.css b/content/css/main.css index 76e9178..d1f3d84 100644 --- a/content/css/main.css +++ b/content/css/main.css @@ -1,5 +1,5 @@ /*! - * Bootstrap v3.3.6 (http://getbootstrap.com) + * Bootstrap v3.3.5 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ @@ -269,10 +269,10 @@ th { -moz-osx-font-smoothing: grayscale; } .glyphicon-asterisk:before { - content: "\002a"; + content: "\2a"; } .glyphicon-plus:before { - content: "\002b"; + content: "\2b"; } .glyphicon-euro:before, .glyphicon-eur:before { @@ -2569,10 +2569,6 @@ output { .form-control::-webkit-input-placeholder { color: #999; } -.form-control::-ms-expand { - border: 0; - background-color: transparent; -} .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { @@ -2979,7 +2975,7 @@ select[multiple].input-lg { } @media (min-width: 768px) { .form-horizontal .form-group-lg .control-label { - padding-top: 11px; + padding-top: 14.333333px; font-size: 18px; } } @@ -3086,6 +3082,9 @@ fieldset[disabled] a.btn { .open > .dropdown-toggle.btn-default { background-image: none; } +.btn-default.disabled, +.btn-default[disabled], +fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, @@ -3094,7 +3093,13 @@ fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, -fieldset[disabled] .btn-default.focus { +fieldset[disabled] .btn-default.focus, +.btn-default.disabled:active, +.btn-default[disabled]:active, +fieldset[disabled] .btn-default:active, +.btn-default.disabled.active, +.btn-default[disabled].active, +fieldset[disabled] .btn-default.active { background-color: #fff; border-color: #ccc; } @@ -3143,6 +3148,9 @@ fieldset[disabled] .btn-default.focus { .open > .dropdown-toggle.btn-primary { background-image: none; } +.btn-primary.disabled, +.btn-primary[disabled], +fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, @@ -3151,7 +3159,13 @@ fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, -fieldset[disabled] .btn-primary.focus { +fieldset[disabled] .btn-primary.focus, +.btn-primary.disabled:active, +.btn-primary[disabled]:active, +fieldset[disabled] .btn-primary:active, +.btn-primary.disabled.active, +.btn-primary[disabled].active, +fieldset[disabled] .btn-primary.active { background-color: #1EA3DD; border-color: #1b92c7; } @@ -3200,6 +3214,9 @@ fieldset[disabled] .btn-primary.focus { .open > .dropdown-toggle.btn-success { background-image: none; } +.btn-success.disabled, +.btn-success[disabled], +fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, @@ -3208,7 +3225,13 @@ fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, -fieldset[disabled] .btn-success.focus { +fieldset[disabled] .btn-success.focus, +.btn-success.disabled:active, +.btn-success[disabled]:active, +fieldset[disabled] .btn-success:active, +.btn-success.disabled.active, +.btn-success[disabled].active, +fieldset[disabled] .btn-success.active { background-color: #5cb85c; border-color: #4cae4c; } @@ -3257,6 +3280,9 @@ fieldset[disabled] .btn-success.focus { .open > .dropdown-toggle.btn-info { background-image: none; } +.btn-info.disabled, +.btn-info[disabled], +fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, @@ -3265,7 +3291,13 @@ fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, -fieldset[disabled] .btn-info.focus { +fieldset[disabled] .btn-info.focus, +.btn-info.disabled:active, +.btn-info[disabled]:active, +fieldset[disabled] .btn-info:active, +.btn-info.disabled.active, +.btn-info[disabled].active, +fieldset[disabled] .btn-info.active { background-color: #5bc0de; border-color: #46b8da; } @@ -3314,6 +3346,9 @@ fieldset[disabled] .btn-info.focus { .open > .dropdown-toggle.btn-warning { background-image: none; } +.btn-warning.disabled, +.btn-warning[disabled], +fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, @@ -3322,7 +3357,13 @@ fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, -fieldset[disabled] .btn-warning.focus { +fieldset[disabled] .btn-warning.focus, +.btn-warning.disabled:active, +.btn-warning[disabled]:active, +fieldset[disabled] .btn-warning:active, +.btn-warning.disabled.active, +.btn-warning[disabled].active, +fieldset[disabled] .btn-warning.active { background-color: #f0ad4e; border-color: #eea236; } @@ -3371,6 +3412,9 @@ fieldset[disabled] .btn-warning.focus { .open > .dropdown-toggle.btn-danger { background-image: none; } +.btn-danger.disabled, +.btn-danger[disabled], +fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, @@ -3379,7 +3423,13 @@ fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, -fieldset[disabled] .btn-danger.focus { +fieldset[disabled] .btn-danger.focus, +.btn-danger.disabled:active, +.btn-danger[disabled]:active, +fieldset[disabled] .btn-danger:active, +.btn-danger.disabled.active, +.btn-danger[disabled].active, +fieldset[disabled] .btn-danger.active { background-color: #d9534f; border-color: #d43f3a; } @@ -3750,15 +3800,13 @@ tbody.collapse.in { } .btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 4px; - border-top-left-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn:last-child:not(:first-child) { + border-bottom-left-radius: 4px; border-top-right-radius: 0; border-top-left-radius: 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; } .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; @@ -3815,9 +3863,6 @@ tbody.collapse.in { width: 100%; margin-bottom: 0; } -.input-group .form-control:focus { - z-index: 3; -} .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { @@ -4726,7 +4771,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { - z-index: 2; + z-index: 3; color: #15719a; background-color: #eeeeee; border-color: #ddd; @@ -4737,7 +4782,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { - z-index: 3; + z-index: 2; color: #fff; background-color: #1EA3DD; border-color: #1EA3DD; @@ -4959,8 +5004,6 @@ a.badge:focus { .container .jumbotron, .container-fluid .jumbotron { border-radius: 6px; - padding-left: 15px; - padding-right: 15px; } .jumbotron .container { max-width: 100%; @@ -5907,6 +5950,7 @@ button.close { .modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; + min-height: 16.42857143px; } .modal-header .close { margin-top: -2px; @@ -6298,7 +6342,6 @@ button.close { color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); - background-color: rgba(0, 0, 0, 0); } .carousel-control.left { background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); @@ -6408,16 +6451,16 @@ button.close { .carousel-control .icon-next { width: 30px; height: 30px; - margin-top: -10px; + margin-top: -15px; font-size: 30px; } .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { - margin-left: -10px; + margin-left: -15px; } .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { - margin-right: -10px; + margin-right: -15px; } .carousel-caption { left: 20%; @@ -6456,8 +6499,6 @@ button.close { .pager:after, .panel-body:before, .panel-body:after, -.modal-header:before, -.modal-header:after, .modal-footer:before, .modal-footer:after { content: " "; @@ -6477,7 +6518,6 @@ button.close { .navbar-collapse:after, .pager:after, .panel-body:after, -.modal-header:after, .modal-footer:after { clear: both; } http://git-wip-us.apache.org/repos/asf/apex-site/blob/843e34ca/content/docs.html ---------------------------------------------------------------------- diff --git a/content/docs.html b/content/docs.html index 40451fc..1865380 100644 --- a/content/docs.html +++ b/content/docs.html @@ -49,9 +49,9 @@ <li class="nav-item"> <a href="#" data-toggle="dropdown" class="dropdown-toggle nav-link">Source<b class="caret"></b></a> <ul class="dropdown-menu"> - <li><a href="https://git-wip-us.apache.org/repos/asf?p=apex-core.git">Apex Core (ASF)</a></li> + <li><a href="https://git-wip-us.apache.org/repos/asf?p=apex-core.git">Apex Core (ASF)</a></li> <li><a href="https://github.com/apache/apex-core">Apex Core (Github Mirror)</a></li> - <li><a href="https://git-wip-us.apache.org/repos/asf?p=apex-malhar.git">Apex Malhar (ASF)</a></li> + <li><a href="https://git-wip-us.apache.org/repos/asf?p=apex-malhar.git">Apex Malhar (ASF)</a></li> <li><a href="https://github.com/apache/apex-malhar">Apex Malhar (Github Mirror)</a></li> </ul> </li> http://git-wip-us.apache.org/repos/asf/apex-site/blob/843e34ca/content/downloads.html ---------------------------------------------------------------------- diff --git a/content/downloads.html b/content/downloads.html index 28ec80f..7616bdc 100644 --- a/content/downloads.html +++ b/content/downloads.html @@ -49,9 +49,9 @@ <li class="nav-item"> <a href="#" data-toggle="dropdown" class="dropdown-toggle nav-link">Source<b class="caret"></b></a> <ul class="dropdown-menu"> - <li><a href="https://git-wip-us.apache.org/repos/asf?p=apex-core.git">Apex Core (ASF)</a></li> + <li><a href="https://git-wip-us.apache.org/repos/asf?p=apex-core.git">Apex Core (ASF)</a></li> <li><a href="https://github.com/apache/apex-core">Apex Core (Github Mirror)</a></li> - <li><a href="https://git-wip-us.apache.org/repos/asf?p=apex-malhar.git">Apex Malhar (ASF)</a></li> + <li><a href="https://git-wip-us.apache.org/repos/asf?p=apex-malhar.git">Apex Malhar (ASF)</a></li> <li><a href="https://github.com/apache/apex-malhar">Apex Malhar (Github Mirror)</a></li> </ul> </li> http://git-wip-us.apache.org/repos/asf/apex-site/blob/843e34ca/content/index.html ---------------------------------------------------------------------- diff --git a/content/index.html b/content/index.html index f389ea5..636aaef 100644 --- a/content/index.html +++ b/content/index.html @@ -49,9 +49,9 @@ <li class="nav-item"> <a href="#" data-toggle="dropdown" class="dropdown-toggle nav-link">Source<b class="caret"></b></a> <ul class="dropdown-menu"> - <li><a href="https://git-wip-us.apache.org/repos/asf?p=apex-core.git">Apex Core (ASF)</a></li> + <li><a href="https://git-wip-us.apache.org/repos/asf?p=apex-core.git">Apex Core (ASF)</a></li> <li><a href="https://github.com/apache/apex-core">Apex Core (Github Mirror)</a></li> - <li><a href="https://git-wip-us.apache.org/repos/asf?p=apex-malhar.git">Apex Malhar (ASF)</a></li> + <li><a href="https://git-wip-us.apache.org/repos/asf?p=apex-malhar.git">Apex Malhar (ASF)</a></li> <li><a href="https://github.com/apache/apex-malhar">Apex Malhar (Github Mirror)</a></li> </ul> </li>
