Repository: apex-site Updated Branches: refs/heads/asf-site cc4beff33 -> 5e084fa9b
http://git-wip-us.apache.org/repos/asf/apex-site/blob/5e084fa9/content/privacy.html ---------------------------------------------------------------------- diff --git a/content/privacy.html b/content/privacy.html new file mode 100644 index 0000000..ff864d2 --- /dev/null +++ b/content/privacy.html @@ -0,0 +1,131 @@ +<html lang="en"><head> + + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> + <meta name="description" content="Apex is an enterprise grade native YARN big data-in-motion platform that unifies stream processing as well as batch processing."> + <meta name="author" content="Apache Software Foundation"> + <link rel="icon" href="favicon.ico"> + + <title>Apache Apex</title> + + <!-- Main Stylesheet --> + <link href="css/main.css" rel="stylesheet"> + + <script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-85540278-1', 'auto'); + ga('send', 'pageview'); + </script> + + </head> + + <body> + <nav class="navbar navbar-default navbar-static-top" id="main-nav"> + <div class="container"> + + <div class="navbar-header"> + <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> + <span class="sr-only">Toggle navigation</span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + </button> + <a class="navbar-brand" href="/"> + <img src="images/apex-logo.svg" class="logo" alt="Apache Apex Logo"> + Apache Apex<span class="trademark">™</span> + </a> + </div> + + <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> + <ul class="nav navbar-right navbar-nav"> + <li class="nav-item"> + <a class="nav-link " href="/">Home</a> + </li> + <li class="nav-item"> + <a class="nav-link " href="/docs.html">Documentation</a> + </li> + <li class="nav-item"> + <a class="nav-link " href="/powered-by-apex.html">Powered By Apex</a> + </li> + <li class="nav-item"> + <a class="nav-link " href="/roadmap.html">Roadmap</a> + </li> + + <li class="nav-item nav-mouseover"> + <ul class="dropdown-menu"> + <li class=""><a href="/community.html#mailing-lists">Mailing Lists</a></li> + <li class=""><a href="/community.html#issue-tracking">Issue Tracking</a></li> + <li class=""><a href="http://stackoverflow.com/questions/tagged/apache-apex">Stack Overflow</a></li> + <li class=""><a href="/community.html#events">Events</a></li> + <li class=""><a href="/community.html#contributing">Contributing</a></li> + <li class=""><a href="http://www.apache.org/foundation/how-it-works.html">Apache Foundation</a></li> + </ul> + <a href="/community.html" class="nav-link">Community</a> + </li> + + + <li class="nav-item nav-mouseover"> + <ul class="dropdown-menu"> + <li class=""><a href="https://git-wip-us.apache.org/repos/asf?p=apex-core.git">Apex Core (ASF)</a></li> + <li class=""><a href="https://github.com/apache/apex-core">Apex Core (Github Mirror)</a></li> + <li class=""><a href="https://git-wip-us.apache.org/repos/asf?p=apex-malhar.git">Apex Malhar (ASF)</a></li> + <li class=""><a href="https://github.com/apache/apex-malhar">Apex Malhar (Github Mirror)</a></li> + </ul> + <a href="https://github.com/apache/apex-core" class="nav-link">Github</a> + </li> + + <li class="nav-item"> + <a class="nav-link btn btn-success" href="/downloads.html">Download</a> + </li> + </ul> + + </div> + </nav> + +<div class="container"> + + <h1 id="privacy-policy">Privacy Policy</h1> +<p>Information about your use of this website is collected using server access logs and a tracking cookie. The collected information consists of the following:</p> +<ul> +<li>The IP address from which you access the website;</li> +<li>The type of browser and operating system you use to access our site;</li> +<li>The date and time you access our site;</li> +<li>The pages you visit;</li> +<li>The addresses of pages from where you followed a link to our site.</li> +</ul> +<p>Part of this information is gathered using a tracking cookie set by the <a href="http://www.google.com/analytics">Google Analytics</a> service and handled by Google as described in their <a href="http://www.google.com/privacy.html">privacy policy</a>. See your browser documentation for instructions on how to disable the cookie if you prefer not to share this data with Google.</p> +<p>We use the gathered information to help us make our site more useful to visitors and to better understand how and when our site is used. We do not track or collect personally identifiable information or associate gathered data with any personally identifying information from other sources.</p> +<p>By using this website, you consent to the collection of this data in the manner and for the purpose described above.</p> +<p>The Apex development community welcomes your questions or comments regarding this Privacy Policy. Send them to [email protected]</p> + +</div> + + <hr> + <div class="container"> + <footer id="main-footer"> + <p> + Copyright © <span id="copyright-year">2015</span> <a href="http://apache.org">The Apache Software Foundation</a>, + Licensed under the Apache License, Version 2.0<br> + Apache and the Apache feather logo are trademarks of The Apache Software Foundation. | <a href="/privacy.html">Privacy Policy</a><br> + <a class="footer-link-img" href="http://apache.org"><img src="/images/asf_logo.svg" alt="The Apache Software Foundation"></a> + </p> + </footer> + </div> <!-- /container --> + + <!-- Placed at the end of the document so the pages load faster --> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> + <script src="/js/bootstrap.min.js"></script> + <script src="js/docs.js"></script> + + <script> + $('#copyright-year').text((new Date()).getFullYear()); + </script> + +</body> +</html> http://git-wip-us.apache.org/repos/asf/apex-site/blob/5e084fa9/content/release.html ---------------------------------------------------------------------- diff --git a/content/release.html b/content/release.html index c9b4529..85988d5 100644 --- a/content/release.html +++ b/content/release.html @@ -12,6 +12,16 @@ <!-- Main Stylesheet --> <link href="css/main.css" rel="stylesheet"> + + <script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-85540278-1', 'auto'); + ga('send', 'pageview'); + </script> </head> @@ -62,9 +72,9 @@ <li class="nav-item nav-mouseover"> <ul class="dropdown-menu"> - <li class=""><a href="https://git-wip-us.apache.org/repos/asf?p=apex-core.git">Apex Core (ASF)</a></li> + <li class=""><a href="https://git-wip-us.apache.org/repos/asf?p=apex-core.git">Apex Core (ASF)</a></li> <li class=""><a href="https://github.com/apache/apex-core">Apex Core (Github Mirror)</a></li> - <li class=""><a href="https://git-wip-us.apache.org/repos/asf?p=apex-malhar.git">Apex Malhar (ASF)</a></li> + <li class=""><a href="https://git-wip-us.apache.org/repos/asf?p=apex-malhar.git">Apex Malhar (ASF)</a></li> <li class=""><a href="https://github.com/apache/apex-malhar">Apex Malhar (Github Mirror)</a></li> </ul> <a href="https://github.com/apache/apex-core" class="nav-link">Github</a> @@ -268,7 +278,7 @@ git push <p> Copyright © <span id="copyright-year">2015</span> <a href="http://apache.org">The Apache Software Foundation</a>, Licensed under the Apache License, Version 2.0<br> - Apache and the Apache feather logo are trademarks of The Apache Software Foundation.<br> + Apache and the Apache feather logo are trademarks of The Apache Software Foundation. | <a href="/privacy.html">Privacy Policy</a><br> <a class="footer-link-img" href="http://apache.org"><img src="/images/asf_logo.svg" alt="The Apache Software Foundation"></a> </p> </footer> http://git-wip-us.apache.org/repos/asf/apex-site/blob/5e084fa9/content/roadmap.html ---------------------------------------------------------------------- diff --git a/content/roadmap.html b/content/roadmap.html index fb63cc0..d05362a 100644 --- a/content/roadmap.html +++ b/content/roadmap.html @@ -12,6 +12,16 @@ <!-- Main Stylesheet --> <link href="css/main.css" rel="stylesheet"> + + <script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-85540278-1', 'auto'); + ga('send', 'pageview'); + </script> </head> @@ -62,9 +72,9 @@ <li class="nav-item nav-mouseover"> <ul class="dropdown-menu"> - <li class=""><a href="https://git-wip-us.apache.org/repos/asf?p=apex-core.git">Apex Core (ASF)</a></li> + <li class=""><a href="https://git-wip-us.apache.org/repos/asf?p=apex-core.git">Apex Core (ASF)</a></li> <li class=""><a href="https://github.com/apache/apex-core">Apex Core (Github Mirror)</a></li> - <li class=""><a href="https://git-wip-us.apache.org/repos/asf?p=apex-malhar.git">Apex Malhar (ASF)</a></li> + <li class=""><a href="https://git-wip-us.apache.org/repos/asf?p=apex-malhar.git">Apex Malhar (ASF)</a></li> <li class=""><a href="https://github.com/apache/apex-malhar">Apex Malhar (Github Mirror)</a></li> </ul> <a href="https://github.com/apache/apex-core" class="nav-link">Github</a> @@ -372,7 +382,7 @@ https://lists.apache.org/thread.html/9837b1dee8f909ed400c6030ce5c6a94a12f4318371 <p> Copyright © <span id="copyright-year">2015</span> <a href="http://apache.org">The Apache Software Foundation</a>, Licensed under the Apache License, Version 2.0<br> - Apache and the Apache feather logo are trademarks of The Apache Software Foundation.<br> + Apache and the Apache feather logo are trademarks of The Apache Software Foundation. | <a href="/privacy.html">Privacy Policy</a><br> <a class="footer-link-img" href="http://apache.org"><img src="/images/asf_logo.svg" alt="The Apache Software Foundation"></a> </p> </footer> http://git-wip-us.apache.org/repos/asf/apex-site/blob/5e084fa9/content/verification.html ---------------------------------------------------------------------- diff --git a/content/verification.html b/content/verification.html index 6c0e338..9b795f0 100644 --- a/content/verification.html +++ b/content/verification.html @@ -12,6 +12,16 @@ <!-- Main Stylesheet --> <link href="css/main.css" rel="stylesheet"> + + <script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-85540278-1', 'auto'); + ga('send', 'pageview'); + </script> </head> @@ -62,9 +72,9 @@ <li class="nav-item nav-mouseover"> <ul class="dropdown-menu"> - <li class=""><a href="https://git-wip-us.apache.org/repos/asf?p=apex-core.git">Apex Core (ASF)</a></li> + <li class=""><a href="https://git-wip-us.apache.org/repos/asf?p=apex-core.git">Apex Core (ASF)</a></li> <li class=""><a href="https://github.com/apache/apex-core">Apex Core (Github Mirror)</a></li> - <li class=""><a href="https://git-wip-us.apache.org/repos/asf?p=apex-malhar.git">Apex Malhar (ASF)</a></li> + <li class=""><a href="https://git-wip-us.apache.org/repos/asf?p=apex-malhar.git">Apex Malhar (ASF)</a></li> <li class=""><a href="https://github.com/apache/apex-malhar">Apex Malhar (Github Mirror)</a></li> </ul> <a href="https://github.com/apache/apex-core" class="nav-link">Github</a> @@ -164,7 +174,7 @@ All the apex artifacts generated in local maven build directory should contain c <p> Copyright © <span id="copyright-year">2015</span> <a href="http://apache.org">The Apache Software Foundation</a>, Licensed under the Apache License, Version 2.0<br> - Apache and the Apache feather logo are trademarks of The Apache Software Foundation.<br> + Apache and the Apache feather logo are trademarks of The Apache Software Foundation. | <a href="/privacy.html">Privacy Policy</a><br> <a class="footer-link-img" href="http://apache.org"><img src="/images/asf_logo.svg" alt="The Apache Software Foundation"></a> </p> </footer>
