http://git-wip-us.apache.org/repos/asf/mahout/blob/20ceb66e/general/books-tutorials-and-talks.html ---------------------------------------------------------------------- diff --git a/general/books-tutorials-and-talks.html b/general/books-tutorials-and-talks.html index 980304e..49651ba 100644 --- a/general/books-tutorials-and-talks.html +++ b/general/books-tutorials-and-talks.html @@ -28,7 +28,15 @@ </head> - +<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','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-98314020-1', 'auto'); + ga('send', 'pageview'); +</script> <body> <nav class="navbar navbar-expand-lg navbar-light bg-light navbar-mahout"> @@ -49,11 +57,11 @@ <!-- Download --> <li class="nav-item"> - <a class="nav-link" href="/downloads/">Download</a> + <a class="nav-link" href="/general/downloads">Download</a> </li> <li class="nav-item"> - <a class="nav-link" href="/docs/0.13.1-SNAPSHOT/index.html">Overview</a> + <a class="nav-link" href="/docs/latest/index.html">Overview</a> </li> <!-- Developers --> @@ -70,11 +78,11 @@ <!-- <a class="dropdown-item" href="/developers/version-control/">Version Control</a> --> <div class="dropdown-divider"></div> <h6 class="dropdown-header">How To's</h6> - <a class="dropdown-item" href="/developers/how-to-contribute/">How to Contribute</a> - <a class="dropdown-item" href="/developers/githubPRs/">Github PRs</a> - <a class="dropdown-item" href="/developers/how-to-become-a-committer/">How to Become a Committer</a> - <a class="dropdown-item" href="/developers/how-to-release/">How to Release</a> - <a class="dropdown-item" href="/developers/how-to-update-the-website/">How to Update the Website</a> + <a class="dropdown-item" href="/developers/how-to-contribute">How to Contribute</a> + <a class="dropdown-item" href="/developers/githubPRs">Github PRs</a> + <a class="dropdown-item" href="/developers/how-to-become-a-committer">How to Become a Committer</a> + <a class="dropdown-item" href="/developers/how-to-release">How to Release</a> + <a class="dropdown-item" href="/developers/how-to-update-the-website">How to Update the Website</a> </div> </li> @@ -94,22 +102,21 @@ <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Community</a> <div class="dropdown-menu dropdown-menu-right"> - <a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a> - <a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a> - <a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a> + <!--<a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a>--> + <!--<a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a>--> + <!--<a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a>--> <!-- <a class="dropdown-item" href="/community/books-tutorials-and-talks/">Books Tutorials and Talks</a> --> - <a class="dropdown-item" href="/community/buildingmahout/">Building Mahout</a> <!-- <a class="dropdown-item" href="/community/faq/">FAQ</a> needs a lot of updating --> - <a class="dropdown-item" href="/community/gsoc/">GSoC</a> + <a class="dropdown-item" href="/developers/gsoc">GSoC</a> <!-- Is OK- updated Map/Reduce verbage to reflect Samsara --> <!-- <a class="dropdown-item" href="/community/mahout-benchmarks/">Mahout Benchmarks</a> These are old, Keep them? --> <!-- <a class="dropdown-item" href="/community/mahout-wiki/">Mahout Wiki</a> at very least needs links cleanedup - do we still want this even?--> - <a class="dropdown-item" href="/community/mailing-lists/">Mailing Lists</a> + <a class="dropdown-item" href="/general/mailing-lists">Mailing Lists</a> <!-- Clean and pretty --> <!-- <a class="dropdown-item" href="/community/powered-by-mahout/">Powered By Mahout</a> needs update --> - <a class="dropdown-item" href="/community/privacy-policy/">Privacy Policy</a> + <a class="dropdown-item" href="/general/privacy-policy">Privacy Policy</a> <!-- <a class="dropdown-item" href="/community/professional-support/">Professional Support</a> update if we even want to keep --> - <a class="dropdown-item" href="/community/who-we-are/">Who We Are</a> + <a class="dropdown-item" href="/general/who-we-are">Who We Are</a> <!-- nikolai needs to add himself --> </div> </li>
http://git-wip-us.apache.org/repos/asf/mahout/blob/20ceb66e/general/downloads.html ---------------------------------------------------------------------- diff --git a/general/downloads.html b/general/downloads.html index c781065..f533398 100644 --- a/general/downloads.html +++ b/general/downloads.html @@ -28,7 +28,15 @@ </head> - +<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','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-98314020-1', 'auto'); + ga('send', 'pageview'); +</script> <body> <nav class="navbar navbar-expand-lg navbar-light bg-light navbar-mahout"> @@ -49,11 +57,11 @@ <!-- Download --> <li class="nav-item"> - <a class="nav-link" href="/downloads/">Download</a> + <a class="nav-link" href="/general/downloads">Download</a> </li> <li class="nav-item"> - <a class="nav-link" href="/docs/0.13.1-SNAPSHOT/index.html">Overview</a> + <a class="nav-link" href="/docs/latest/index.html">Overview</a> </li> <!-- Developers --> @@ -70,11 +78,11 @@ <!-- <a class="dropdown-item" href="/developers/version-control/">Version Control</a> --> <div class="dropdown-divider"></div> <h6 class="dropdown-header">How To's</h6> - <a class="dropdown-item" href="/developers/how-to-contribute/">How to Contribute</a> - <a class="dropdown-item" href="/developers/githubPRs/">Github PRs</a> - <a class="dropdown-item" href="/developers/how-to-become-a-committer/">How to Become a Committer</a> - <a class="dropdown-item" href="/developers/how-to-release/">How to Release</a> - <a class="dropdown-item" href="/developers/how-to-update-the-website/">How to Update the Website</a> + <a class="dropdown-item" href="/developers/how-to-contribute">How to Contribute</a> + <a class="dropdown-item" href="/developers/githubPRs">Github PRs</a> + <a class="dropdown-item" href="/developers/how-to-become-a-committer">How to Become a Committer</a> + <a class="dropdown-item" href="/developers/how-to-release">How to Release</a> + <a class="dropdown-item" href="/developers/how-to-update-the-website">How to Update the Website</a> </div> </li> @@ -94,22 +102,21 @@ <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Community</a> <div class="dropdown-menu dropdown-menu-right"> - <a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a> - <a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a> - <a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a> + <!--<a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a>--> + <!--<a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a>--> + <!--<a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a>--> <!-- <a class="dropdown-item" href="/community/books-tutorials-and-talks/">Books Tutorials and Talks</a> --> - <a class="dropdown-item" href="/community/buildingmahout/">Building Mahout</a> <!-- <a class="dropdown-item" href="/community/faq/">FAQ</a> needs a lot of updating --> - <a class="dropdown-item" href="/community/gsoc/">GSoC</a> + <a class="dropdown-item" href="/developers/gsoc">GSoC</a> <!-- Is OK- updated Map/Reduce verbage to reflect Samsara --> <!-- <a class="dropdown-item" href="/community/mahout-benchmarks/">Mahout Benchmarks</a> These are old, Keep them? --> <!-- <a class="dropdown-item" href="/community/mahout-wiki/">Mahout Wiki</a> at very least needs links cleanedup - do we still want this even?--> - <a class="dropdown-item" href="/community/mailing-lists/">Mailing Lists</a> + <a class="dropdown-item" href="/general/mailing-lists">Mailing Lists</a> <!-- Clean and pretty --> <!-- <a class="dropdown-item" href="/community/powered-by-mahout/">Powered By Mahout</a> needs update --> - <a class="dropdown-item" href="/community/privacy-policy/">Privacy Policy</a> + <a class="dropdown-item" href="/general/privacy-policy">Privacy Policy</a> <!-- <a class="dropdown-item" href="/community/professional-support/">Professional Support</a> update if we even want to keep --> - <a class="dropdown-item" href="/community/who-we-are/">Who We Are</a> + <a class="dropdown-item" href="/general/who-we-are">Who We Are</a> <!-- nikolai needs to add himself --> </div> </li> @@ -133,7 +140,12 @@ </nav> - <p><a name="Downloads-OfficialRelease"></a></p> + <div class="container mt-5 pb-4"> + + <div class="row"> + + <div class="col-lg-8"> + <p><a name="Downloads-OfficialRelease"></a></p> <h1 id="official-release">Official Release</h1> <p>Apache Mahout is an official Apache project and thus available from any of the Apache mirrors. The latest Mahout release is available for download at:</p> @@ -203,6 +215,45 @@ the <a href="https://mahout.apache.org/general/mailing-lists,-irc-and-archives.h for latest release discussions and check the Github repo.</p> + </div> + + <div class="col-lg-4"> + <!-- Apache Software Foundation Links --> +<div class="card mb-4"> + <div class="card-header"> + Apache Software Foundation + </div> + <div class="card-body"> + <ul class="list-unstyled mb-0"> + <li> + <a href="http://www.apache.org/foundation/how-it-works.html">Apache Software Foundation</a> + </li> + <li> + <a href="http://www.apache.org/licenses/">Apache License</a> + </li> + <li> + <a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a> + </li> + <li> + <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> + </li> + </ul> + </div> +</div> + +<!-- Twitter Posts Widget --> +<div class="card"> + <div class="card-body"> + <a class="twitter-timeline" data-height="500" href="https://twitter.com/ApacheMahout">Tweets by ApacheMahout</a> + <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script> + </div> +</div> + </div> + + </div> + +</div> + <footer class="footer bg-light"> <div class="container text-center small"> http://git-wip-us.apache.org/repos/asf/mahout/blob/20ceb66e/general/faq.html ---------------------------------------------------------------------- diff --git a/general/faq.html b/general/faq.html index 5cff487..1aaef30 100644 --- a/general/faq.html +++ b/general/faq.html @@ -28,7 +28,15 @@ </head> - +<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','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-98314020-1', 'auto'); + ga('send', 'pageview'); +</script> <body> <nav class="navbar navbar-expand-lg navbar-light bg-light navbar-mahout"> @@ -49,11 +57,11 @@ <!-- Download --> <li class="nav-item"> - <a class="nav-link" href="/downloads/">Download</a> + <a class="nav-link" href="/general/downloads">Download</a> </li> <li class="nav-item"> - <a class="nav-link" href="/docs/0.13.1-SNAPSHOT/index.html">Overview</a> + <a class="nav-link" href="/docs/latest/index.html">Overview</a> </li> <!-- Developers --> @@ -70,11 +78,11 @@ <!-- <a class="dropdown-item" href="/developers/version-control/">Version Control</a> --> <div class="dropdown-divider"></div> <h6 class="dropdown-header">How To's</h6> - <a class="dropdown-item" href="/developers/how-to-contribute/">How to Contribute</a> - <a class="dropdown-item" href="/developers/githubPRs/">Github PRs</a> - <a class="dropdown-item" href="/developers/how-to-become-a-committer/">How to Become a Committer</a> - <a class="dropdown-item" href="/developers/how-to-release/">How to Release</a> - <a class="dropdown-item" href="/developers/how-to-update-the-website/">How to Update the Website</a> + <a class="dropdown-item" href="/developers/how-to-contribute">How to Contribute</a> + <a class="dropdown-item" href="/developers/githubPRs">Github PRs</a> + <a class="dropdown-item" href="/developers/how-to-become-a-committer">How to Become a Committer</a> + <a class="dropdown-item" href="/developers/how-to-release">How to Release</a> + <a class="dropdown-item" href="/developers/how-to-update-the-website">How to Update the Website</a> </div> </li> @@ -94,22 +102,21 @@ <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Community</a> <div class="dropdown-menu dropdown-menu-right"> - <a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a> - <a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a> - <a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a> + <!--<a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a>--> + <!--<a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a>--> + <!--<a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a>--> <!-- <a class="dropdown-item" href="/community/books-tutorials-and-talks/">Books Tutorials and Talks</a> --> - <a class="dropdown-item" href="/community/buildingmahout/">Building Mahout</a> <!-- <a class="dropdown-item" href="/community/faq/">FAQ</a> needs a lot of updating --> - <a class="dropdown-item" href="/community/gsoc/">GSoC</a> + <a class="dropdown-item" href="/developers/gsoc">GSoC</a> <!-- Is OK- updated Map/Reduce verbage to reflect Samsara --> <!-- <a class="dropdown-item" href="/community/mahout-benchmarks/">Mahout Benchmarks</a> These are old, Keep them? --> <!-- <a class="dropdown-item" href="/community/mahout-wiki/">Mahout Wiki</a> at very least needs links cleanedup - do we still want this even?--> - <a class="dropdown-item" href="/community/mailing-lists/">Mailing Lists</a> + <a class="dropdown-item" href="/general/mailing-lists">Mailing Lists</a> <!-- Clean and pretty --> <!-- <a class="dropdown-item" href="/community/powered-by-mahout/">Powered By Mahout</a> needs update --> - <a class="dropdown-item" href="/community/privacy-policy/">Privacy Policy</a> + <a class="dropdown-item" href="/general/privacy-policy">Privacy Policy</a> <!-- <a class="dropdown-item" href="/community/professional-support/">Professional Support</a> update if we even want to keep --> - <a class="dropdown-item" href="/community/who-we-are/">Who We Are</a> + <a class="dropdown-item" href="/general/who-we-are">Who We Are</a> <!-- nikolai needs to add himself --> </div> </li> http://git-wip-us.apache.org/repos/asf/mahout/blob/20ceb66e/general/glossary.html ---------------------------------------------------------------------- diff --git a/general/glossary.html b/general/glossary.html index f63e294..ee41ff9 100644 --- a/general/glossary.html +++ b/general/glossary.html @@ -28,7 +28,15 @@ </head> - +<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','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-98314020-1', 'auto'); + ga('send', 'pageview'); +</script> <body> <nav class="navbar navbar-expand-lg navbar-light bg-light navbar-mahout"> @@ -49,11 +57,11 @@ <!-- Download --> <li class="nav-item"> - <a class="nav-link" href="/downloads/">Download</a> + <a class="nav-link" href="/general/downloads">Download</a> </li> <li class="nav-item"> - <a class="nav-link" href="/docs/0.13.1-SNAPSHOT/index.html">Overview</a> + <a class="nav-link" href="/docs/latest/index.html">Overview</a> </li> <!-- Developers --> @@ -70,11 +78,11 @@ <!-- <a class="dropdown-item" href="/developers/version-control/">Version Control</a> --> <div class="dropdown-divider"></div> <h6 class="dropdown-header">How To's</h6> - <a class="dropdown-item" href="/developers/how-to-contribute/">How to Contribute</a> - <a class="dropdown-item" href="/developers/githubPRs/">Github PRs</a> - <a class="dropdown-item" href="/developers/how-to-become-a-committer/">How to Become a Committer</a> - <a class="dropdown-item" href="/developers/how-to-release/">How to Release</a> - <a class="dropdown-item" href="/developers/how-to-update-the-website/">How to Update the Website</a> + <a class="dropdown-item" href="/developers/how-to-contribute">How to Contribute</a> + <a class="dropdown-item" href="/developers/githubPRs">Github PRs</a> + <a class="dropdown-item" href="/developers/how-to-become-a-committer">How to Become a Committer</a> + <a class="dropdown-item" href="/developers/how-to-release">How to Release</a> + <a class="dropdown-item" href="/developers/how-to-update-the-website">How to Update the Website</a> </div> </li> @@ -94,22 +102,21 @@ <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Community</a> <div class="dropdown-menu dropdown-menu-right"> - <a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a> - <a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a> - <a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a> + <!--<a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a>--> + <!--<a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a>--> + <!--<a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a>--> <!-- <a class="dropdown-item" href="/community/books-tutorials-and-talks/">Books Tutorials and Talks</a> --> - <a class="dropdown-item" href="/community/buildingmahout/">Building Mahout</a> <!-- <a class="dropdown-item" href="/community/faq/">FAQ</a> needs a lot of updating --> - <a class="dropdown-item" href="/community/gsoc/">GSoC</a> + <a class="dropdown-item" href="/developers/gsoc">GSoC</a> <!-- Is OK- updated Map/Reduce verbage to reflect Samsara --> <!-- <a class="dropdown-item" href="/community/mahout-benchmarks/">Mahout Benchmarks</a> These are old, Keep them? --> <!-- <a class="dropdown-item" href="/community/mahout-wiki/">Mahout Wiki</a> at very least needs links cleanedup - do we still want this even?--> - <a class="dropdown-item" href="/community/mailing-lists/">Mailing Lists</a> + <a class="dropdown-item" href="/general/mailing-lists">Mailing Lists</a> <!-- Clean and pretty --> <!-- <a class="dropdown-item" href="/community/powered-by-mahout/">Powered By Mahout</a> needs update --> - <a class="dropdown-item" href="/community/privacy-policy/">Privacy Policy</a> + <a class="dropdown-item" href="/general/privacy-policy">Privacy Policy</a> <!-- <a class="dropdown-item" href="/community/professional-support/">Professional Support</a> update if we even want to keep --> - <a class="dropdown-item" href="/community/who-we-are/">Who We Are</a> + <a class="dropdown-item" href="/general/who-we-are">Who We Are</a> <!-- nikolai needs to add himself --> </div> </li> http://git-wip-us.apache.org/repos/asf/mahout/blob/20ceb66e/general/mahout-benchmarks.html ---------------------------------------------------------------------- diff --git a/general/mahout-benchmarks.html b/general/mahout-benchmarks.html index 43b9712..a2f95bc 100644 --- a/general/mahout-benchmarks.html +++ b/general/mahout-benchmarks.html @@ -28,7 +28,15 @@ </head> - +<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','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-98314020-1', 'auto'); + ga('send', 'pageview'); +</script> <body> <nav class="navbar navbar-expand-lg navbar-light bg-light navbar-mahout"> @@ -49,11 +57,11 @@ <!-- Download --> <li class="nav-item"> - <a class="nav-link" href="/downloads/">Download</a> + <a class="nav-link" href="/general/downloads">Download</a> </li> <li class="nav-item"> - <a class="nav-link" href="/docs/0.13.1-SNAPSHOT/index.html">Overview</a> + <a class="nav-link" href="/docs/latest/index.html">Overview</a> </li> <!-- Developers --> @@ -70,11 +78,11 @@ <!-- <a class="dropdown-item" href="/developers/version-control/">Version Control</a> --> <div class="dropdown-divider"></div> <h6 class="dropdown-header">How To's</h6> - <a class="dropdown-item" href="/developers/how-to-contribute/">How to Contribute</a> - <a class="dropdown-item" href="/developers/githubPRs/">Github PRs</a> - <a class="dropdown-item" href="/developers/how-to-become-a-committer/">How to Become a Committer</a> - <a class="dropdown-item" href="/developers/how-to-release/">How to Release</a> - <a class="dropdown-item" href="/developers/how-to-update-the-website/">How to Update the Website</a> + <a class="dropdown-item" href="/developers/how-to-contribute">How to Contribute</a> + <a class="dropdown-item" href="/developers/githubPRs">Github PRs</a> + <a class="dropdown-item" href="/developers/how-to-become-a-committer">How to Become a Committer</a> + <a class="dropdown-item" href="/developers/how-to-release">How to Release</a> + <a class="dropdown-item" href="/developers/how-to-update-the-website">How to Update the Website</a> </div> </li> @@ -94,22 +102,21 @@ <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Community</a> <div class="dropdown-menu dropdown-menu-right"> - <a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a> - <a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a> - <a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a> + <!--<a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a>--> + <!--<a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a>--> + <!--<a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a>--> <!-- <a class="dropdown-item" href="/community/books-tutorials-and-talks/">Books Tutorials and Talks</a> --> - <a class="dropdown-item" href="/community/buildingmahout/">Building Mahout</a> <!-- <a class="dropdown-item" href="/community/faq/">FAQ</a> needs a lot of updating --> - <a class="dropdown-item" href="/community/gsoc/">GSoC</a> + <a class="dropdown-item" href="/developers/gsoc">GSoC</a> <!-- Is OK- updated Map/Reduce verbage to reflect Samsara --> <!-- <a class="dropdown-item" href="/community/mahout-benchmarks/">Mahout Benchmarks</a> These are old, Keep them? --> <!-- <a class="dropdown-item" href="/community/mahout-wiki/">Mahout Wiki</a> at very least needs links cleanedup - do we still want this even?--> - <a class="dropdown-item" href="/community/mailing-lists/">Mailing Lists</a> + <a class="dropdown-item" href="/general/mailing-lists">Mailing Lists</a> <!-- Clean and pretty --> <!-- <a class="dropdown-item" href="/community/powered-by-mahout/">Powered By Mahout</a> needs update --> - <a class="dropdown-item" href="/community/privacy-policy/">Privacy Policy</a> + <a class="dropdown-item" href="/general/privacy-policy">Privacy Policy</a> <!-- <a class="dropdown-item" href="/community/professional-support/">Professional Support</a> update if we even want to keep --> - <a class="dropdown-item" href="/community/who-we-are/">Who We Are</a> + <a class="dropdown-item" href="/general/who-we-are">Who We Are</a> <!-- nikolai needs to add himself --> </div> </li> http://git-wip-us.apache.org/repos/asf/mahout/blob/20ceb66e/general/mahout-wiki.html ---------------------------------------------------------------------- diff --git a/general/mahout-wiki.html b/general/mahout-wiki.html index 488bc50..17f2bdf 100644 --- a/general/mahout-wiki.html +++ b/general/mahout-wiki.html @@ -28,7 +28,15 @@ </head> - +<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','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-98314020-1', 'auto'); + ga('send', 'pageview'); +</script> <body> <nav class="navbar navbar-expand-lg navbar-light bg-light navbar-mahout"> @@ -49,11 +57,11 @@ <!-- Download --> <li class="nav-item"> - <a class="nav-link" href="/downloads/">Download</a> + <a class="nav-link" href="/general/downloads">Download</a> </li> <li class="nav-item"> - <a class="nav-link" href="/docs/0.13.1-SNAPSHOT/index.html">Overview</a> + <a class="nav-link" href="/docs/latest/index.html">Overview</a> </li> <!-- Developers --> @@ -70,11 +78,11 @@ <!-- <a class="dropdown-item" href="/developers/version-control/">Version Control</a> --> <div class="dropdown-divider"></div> <h6 class="dropdown-header">How To's</h6> - <a class="dropdown-item" href="/developers/how-to-contribute/">How to Contribute</a> - <a class="dropdown-item" href="/developers/githubPRs/">Github PRs</a> - <a class="dropdown-item" href="/developers/how-to-become-a-committer/">How to Become a Committer</a> - <a class="dropdown-item" href="/developers/how-to-release/">How to Release</a> - <a class="dropdown-item" href="/developers/how-to-update-the-website/">How to Update the Website</a> + <a class="dropdown-item" href="/developers/how-to-contribute">How to Contribute</a> + <a class="dropdown-item" href="/developers/githubPRs">Github PRs</a> + <a class="dropdown-item" href="/developers/how-to-become-a-committer">How to Become a Committer</a> + <a class="dropdown-item" href="/developers/how-to-release">How to Release</a> + <a class="dropdown-item" href="/developers/how-to-update-the-website">How to Update the Website</a> </div> </li> @@ -94,22 +102,21 @@ <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Community</a> <div class="dropdown-menu dropdown-menu-right"> - <a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a> - <a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a> - <a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a> + <!--<a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a>--> + <!--<a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a>--> + <!--<a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a>--> <!-- <a class="dropdown-item" href="/community/books-tutorials-and-talks/">Books Tutorials and Talks</a> --> - <a class="dropdown-item" href="/community/buildingmahout/">Building Mahout</a> <!-- <a class="dropdown-item" href="/community/faq/">FAQ</a> needs a lot of updating --> - <a class="dropdown-item" href="/community/gsoc/">GSoC</a> + <a class="dropdown-item" href="/developers/gsoc">GSoC</a> <!-- Is OK- updated Map/Reduce verbage to reflect Samsara --> <!-- <a class="dropdown-item" href="/community/mahout-benchmarks/">Mahout Benchmarks</a> These are old, Keep them? --> <!-- <a class="dropdown-item" href="/community/mahout-wiki/">Mahout Wiki</a> at very least needs links cleanedup - do we still want this even?--> - <a class="dropdown-item" href="/community/mailing-lists/">Mailing Lists</a> + <a class="dropdown-item" href="/general/mailing-lists">Mailing Lists</a> <!-- Clean and pretty --> <!-- <a class="dropdown-item" href="/community/powered-by-mahout/">Powered By Mahout</a> needs update --> - <a class="dropdown-item" href="/community/privacy-policy/">Privacy Policy</a> + <a class="dropdown-item" href="/general/privacy-policy">Privacy Policy</a> <!-- <a class="dropdown-item" href="/community/professional-support/">Professional Support</a> update if we even want to keep --> - <a class="dropdown-item" href="/community/who-we-are/">Who We Are</a> + <a class="dropdown-item" href="/general/who-we-are">Who We Are</a> <!-- nikolai needs to add himself --> </div> </li> http://git-wip-us.apache.org/repos/asf/mahout/blob/20ceb66e/general/mailing-lists.html ---------------------------------------------------------------------- diff --git a/general/mailing-lists.html b/general/mailing-lists.html new file mode 100644 index 0000000..fb3149f --- /dev/null +++ b/general/mailing-lists.html @@ -0,0 +1,237 @@ +<!DOCTYPE html> +<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"> + + <title> + Mailing Lists, IRC and Archives + + </title> + + <meta name="description" content="Distributed Linear Algebra"> + + <link rel="stylesheet" href="/assets/css/main.css"> + + <!-- Font Awesome --> + <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"> + + <!-- Google Fonts --> + <link href="https://fonts.googleapis.com/css?family=Maven+Pro:400,500" rel="stylesheet"> + <link href="https://fonts.googleapis.com/css?family=Muli:400,400i,700,700i" rel="stylesheet"> + + <link rel="canonical" href="http://mahout.apache.org//general/mailing-lists.html"> + <link rel="alternate" type="application/rss+xml" title="Apache Mahout" href="/%20/feed.xml"> + + +</head> + +<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','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-98314020-1', 'auto'); + ga('send', 'pageview'); +</script> +<body> + + <nav class="navbar navbar-expand-lg navbar-light bg-light navbar-mahout"> + + <div class="container"> + + <a class="navbar-brand" href="/"> + <img src="/assets/mahout-logo-blue.svg" alt=""> + </a> + + <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> + <span class="navbar-toggler-icon"></span> + </button> + + <div class="collapse navbar-collapse" id="navbarSupportedContent"> + + <ul class="navbar-nav ml-auto"> + + <!-- Download --> + <li class="nav-item"> + <a class="nav-link" href="/general/downloads">Download</a> + </li> + + <li class="nav-item"> + <a class="nav-link" href="/docs/latest/index.html">Overview</a> + </li> + + <!-- Developers --> + <li class="nav-item dropdown"> + <a class="nav-link dropdown-toggle" href="" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Developers</a> + <div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"> + <a class="dropdown-item" href="/developers/developer-resources.html">Developer Resources</a> + <a class="dropdown-item" href="/developers/buildingmahout/">Building Mahout from Source</a> + <a class="dropdown-item" href="/developers/issue-tracker/">Issues Tracking (JIRA)</a> + <!-- <a class="dropdown-item" href="/developers/patch-check-list/">Patch Check List</a> going to github template --> + <!-- <a class="dropdown-item" href="/developers/reference/">References</a> a lot of overlap with books, talks, etc. page --> + <a class="dropdown-item" href="/developers/release-notes/">Release Notes</a> + <!-- <a class="dropdown-item" href="/developers/thirdparty-dependencies/">Third Party Dependencies</a> is our site the reasonable place for this? --> + <!-- <a class="dropdown-item" href="/developers/version-control/">Version Control</a> --> + <div class="dropdown-divider"></div> + <h6 class="dropdown-header">How To's</h6> + <a class="dropdown-item" href="/developers/how-to-contribute">How to Contribute</a> + <a class="dropdown-item" href="/developers/githubPRs">Github PRs</a> + <a class="dropdown-item" href="/developers/how-to-become-a-committer">How to Become a Committer</a> + <a class="dropdown-item" href="/developers/how-to-release">How to Release</a> + <a class="dropdown-item" href="/developers/how-to-update-the-website">How to Update the Website</a> + </div> + </li> + + <!-- Docs --> + <li class="nav-item dropdown"> + <a class="nav-link dropdown-toggle" href="" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Docs</a> + <div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"> + <h6 class="dropdown-header">Release</h6> + <a class="dropdown-item" href="/docs/0.13.0">0.13.0</a> + <div class="dropdown-divider"></div> + <h6 class="dropdown-header">Latest Snapshot (Development)</h6> + <a class="dropdown-item" href="/docs/latest">0.13.1-SNAPSHOT</a> + </div> + </li> + + <!-- Community --> + <li class="nav-item dropdown"> + <a class="nav-link dropdown-toggle" href="" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Community</a> + <div class="dropdown-menu dropdown-menu-right"> + <!--<a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a>--> + <!--<a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a>--> + <!--<a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a>--> + <!-- <a class="dropdown-item" href="/community/books-tutorials-and-talks/">Books Tutorials and Talks</a> --> + <!-- <a class="dropdown-item" href="/community/faq/">FAQ</a> needs a lot of updating --> + <a class="dropdown-item" href="/developers/gsoc">GSoC</a> + <!-- Is OK- updated Map/Reduce verbage to reflect Samsara --> + <!-- <a class="dropdown-item" href="/community/mahout-benchmarks/">Mahout Benchmarks</a> These are old, Keep them? --> + <!-- <a class="dropdown-item" href="/community/mahout-wiki/">Mahout Wiki</a> at very least needs links cleanedup - do we still want this even?--> + <a class="dropdown-item" href="/general/mailing-lists">Mailing Lists</a> + <!-- Clean and pretty --> + <!-- <a class="dropdown-item" href="/community/powered-by-mahout/">Powered By Mahout</a> needs update --> + <a class="dropdown-item" href="/general/privacy-policy">Privacy Policy</a> + <!-- <a class="dropdown-item" href="/community/professional-support/">Professional Support</a> update if we even want to keep --> + <a class="dropdown-item" href="/general/who-we-are">Who We Are</a> + <!-- nikolai needs to add himself --> + </div> + </li> + + <!-- GitHub --> + <li class="nav-item"> + <a class="nav-link" href="http://github.com/apache/mahout"><i class="fa fa-github"></i></a> + </li> + + </ul> + + <!-- <form class="form-inline my-2 my-lg-0"> + <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> + <button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button> + </form> --> + + </div> + + </div> + +</nav> + + + <h1 id="general">General</h1> + +<p>Communication at Mahout happens primarily online via mailing lists. We have +a user as well as a dev list for discussion. In addition there is a commit +list so we are able to monitor what happens on the wiki and in svn.</p> + +<p><a name="MailingLists,IRCandArchives-Mailinglists"></a></p> +<h1 id="mailing-lists">Mailing lists</h1> + +<p><a name="MailingLists,IRCandArchives-MahoutUserList"></a></p> +<h2 id="mahout-user-list">Mahout User List</h2> + +<p>This list is for users of Mahout to ask questions, share knowledge, and +discuss issues. Do send mail to this list with usage and configuration +questions and problems. Also, please send questions to this list to verify +your problem before filing issues in JIRA.</p> + +<ul> + <li><a href="mailto:[email protected]">Subscribe</a></li> + <li><a href="mailto:[email protected]">Unsubscribe</a></li> +</ul> + +<p><a name="MailingLists,IRCandArchives-MahoutDeveloperList"></a></p> +<h2 id="mahout-developer-list">Mahout Developer List</h2> + +<p>This is the list where participating developers of the Mahout project meet +and discuss issues concerning Mahout internals, code changes/additions, +etc. Do not send mail to this list with usage questions or configuration +questions and problems.</p> + +<p>Discussion list:</p> + +<ul> + <li><a href="mailto:[email protected]">Subscribe</a> + â Do not send mail to this list with usage questions or configuration +questions and problems.</li> + <li><a href="mailto:[email protected]">Unsubscribe</a></li> +</ul> + +<p>Commit notifications:</p> + +<ul> + <li><a href="mailto:[email protected]">Subscribe</a></li> + <li><a href="mailto:[email protected]">Unsubscribe</a></li> +</ul> + +<p><a name="MailingLists,IRCandArchives-IRC"></a></p> +<h1 id="irc">IRC</h1> + +<p>Mahoutâs IRC channel is <strong>#mahout</strong>. It is a logged channel. Please keep in +mind that it is for discussion purposes only and that (pseudo)decisions +should be brought back to the dev@ mailing list or JIRA and other people +who are not on IRC should be given time to respond before any work is +committed.</p> + +<p><a name="MailingLists,IRCandArchives-Archives"></a></p> +<h1 id="archives">Archives</h1> + +<p><a name="MailingLists,IRCandArchives-OfficialApacheArchive"></a></p> +<h2 id="official-apache-archive">Official Apache Archive</h2> + +<ul> + <li><a href="http://mail-archives.apache.org/mod_mbox/mahout-dev/">http://mail-archives.apache.org/mod_mbox/mahout-dev/</a></li> + <li><a href="http://mail-archives.apache.org/mod_mbox/mahout-user/">http://mail-archives.apache.org/mod_mbox/mahout-user/</a></li> +</ul> + +<p><a name="MailingLists,IRCandArchives-ExternalArchives"></a></p> +<h2 id="external-archives">External Archives</h2> + +<ul> + <li><a href="http://mahout.markmail.org/">MarkMail</a></li> + <li><a href="http://dir.gmane.org/gmane.comp.apache.mahout.user">Gmane</a></li> +</ul> + +<p>Please note the inclusion of a link to an archive does not imply an +endorsement of that company by any of the committers of Mahout the Lucene +PMC or the Apache Software Foundation. Each archive owner is solely +responsible for the contents and availability of their archive.</p> + + + <footer class="footer bg-light"> + <div class="container text-center small"> + Copyright © 2014-2017 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. + </div> +</footer> + + <script src="/assets/vendor/jquery/jquery-slim.min.js"></script> + <script src="/assets/vendor/popper/popper.min.js"></script> + <script src="/assets/vendor/bootstrap/js/bootstrap.min.js"></script> + <script src="/assets/header.js"></script> + <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script> + +</body> + +</html> http://git-wip-us.apache.org/repos/asf/mahout/blob/20ceb66e/general/powered-by-mahout.html ---------------------------------------------------------------------- diff --git a/general/powered-by-mahout.html b/general/powered-by-mahout.html index 3015db2..9b0f9c8 100644 --- a/general/powered-by-mahout.html +++ b/general/powered-by-mahout.html @@ -28,7 +28,15 @@ </head> - +<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','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-98314020-1', 'auto'); + ga('send', 'pageview'); +</script> <body> <nav class="navbar navbar-expand-lg navbar-light bg-light navbar-mahout"> @@ -49,11 +57,11 @@ <!-- Download --> <li class="nav-item"> - <a class="nav-link" href="/downloads/">Download</a> + <a class="nav-link" href="/general/downloads">Download</a> </li> <li class="nav-item"> - <a class="nav-link" href="/docs/0.13.1-SNAPSHOT/index.html">Overview</a> + <a class="nav-link" href="/docs/latest/index.html">Overview</a> </li> <!-- Developers --> @@ -70,11 +78,11 @@ <!-- <a class="dropdown-item" href="/developers/version-control/">Version Control</a> --> <div class="dropdown-divider"></div> <h6 class="dropdown-header">How To's</h6> - <a class="dropdown-item" href="/developers/how-to-contribute/">How to Contribute</a> - <a class="dropdown-item" href="/developers/githubPRs/">Github PRs</a> - <a class="dropdown-item" href="/developers/how-to-become-a-committer/">How to Become a Committer</a> - <a class="dropdown-item" href="/developers/how-to-release/">How to Release</a> - <a class="dropdown-item" href="/developers/how-to-update-the-website/">How to Update the Website</a> + <a class="dropdown-item" href="/developers/how-to-contribute">How to Contribute</a> + <a class="dropdown-item" href="/developers/githubPRs">Github PRs</a> + <a class="dropdown-item" href="/developers/how-to-become-a-committer">How to Become a Committer</a> + <a class="dropdown-item" href="/developers/how-to-release">How to Release</a> + <a class="dropdown-item" href="/developers/how-to-update-the-website">How to Update the Website</a> </div> </li> @@ -94,22 +102,21 @@ <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Community</a> <div class="dropdown-menu dropdown-menu-right"> - <a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a> - <a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a> - <a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a> + <!--<a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a>--> + <!--<a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a>--> + <!--<a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a>--> <!-- <a class="dropdown-item" href="/community/books-tutorials-and-talks/">Books Tutorials and Talks</a> --> - <a class="dropdown-item" href="/community/buildingmahout/">Building Mahout</a> <!-- <a class="dropdown-item" href="/community/faq/">FAQ</a> needs a lot of updating --> - <a class="dropdown-item" href="/community/gsoc/">GSoC</a> + <a class="dropdown-item" href="/developers/gsoc">GSoC</a> <!-- Is OK- updated Map/Reduce verbage to reflect Samsara --> <!-- <a class="dropdown-item" href="/community/mahout-benchmarks/">Mahout Benchmarks</a> These are old, Keep them? --> <!-- <a class="dropdown-item" href="/community/mahout-wiki/">Mahout Wiki</a> at very least needs links cleanedup - do we still want this even?--> - <a class="dropdown-item" href="/community/mailing-lists/">Mailing Lists</a> + <a class="dropdown-item" href="/general/mailing-lists">Mailing Lists</a> <!-- Clean and pretty --> <!-- <a class="dropdown-item" href="/community/powered-by-mahout/">Powered By Mahout</a> needs update --> - <a class="dropdown-item" href="/community/privacy-policy/">Privacy Policy</a> + <a class="dropdown-item" href="/general/privacy-policy">Privacy Policy</a> <!-- <a class="dropdown-item" href="/community/professional-support/">Professional Support</a> update if we even want to keep --> - <a class="dropdown-item" href="/community/who-we-are/">Who We Are</a> + <a class="dropdown-item" href="/general/who-we-are">Who We Are</a> <!-- nikolai needs to add himself --> </div> </li> http://git-wip-us.apache.org/repos/asf/mahout/blob/20ceb66e/general/privacy-policy.html ---------------------------------------------------------------------- diff --git a/general/privacy-policy.html b/general/privacy-policy.html index 133cbaf..487e386 100644 --- a/general/privacy-policy.html +++ b/general/privacy-policy.html @@ -28,7 +28,15 @@ </head> - +<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','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-98314020-1', 'auto'); + ga('send', 'pageview'); +</script> <body> <nav class="navbar navbar-expand-lg navbar-light bg-light navbar-mahout"> @@ -49,11 +57,11 @@ <!-- Download --> <li class="nav-item"> - <a class="nav-link" href="/downloads/">Download</a> + <a class="nav-link" href="/general/downloads">Download</a> </li> <li class="nav-item"> - <a class="nav-link" href="/docs/0.13.1-SNAPSHOT/index.html">Overview</a> + <a class="nav-link" href="/docs/latest/index.html">Overview</a> </li> <!-- Developers --> @@ -70,11 +78,11 @@ <!-- <a class="dropdown-item" href="/developers/version-control/">Version Control</a> --> <div class="dropdown-divider"></div> <h6 class="dropdown-header">How To's</h6> - <a class="dropdown-item" href="/developers/how-to-contribute/">How to Contribute</a> - <a class="dropdown-item" href="/developers/githubPRs/">Github PRs</a> - <a class="dropdown-item" href="/developers/how-to-become-a-committer/">How to Become a Committer</a> - <a class="dropdown-item" href="/developers/how-to-release/">How to Release</a> - <a class="dropdown-item" href="/developers/how-to-update-the-website/">How to Update the Website</a> + <a class="dropdown-item" href="/developers/how-to-contribute">How to Contribute</a> + <a class="dropdown-item" href="/developers/githubPRs">Github PRs</a> + <a class="dropdown-item" href="/developers/how-to-become-a-committer">How to Become a Committer</a> + <a class="dropdown-item" href="/developers/how-to-release">How to Release</a> + <a class="dropdown-item" href="/developers/how-to-update-the-website">How to Update the Website</a> </div> </li> @@ -94,22 +102,21 @@ <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Community</a> <div class="dropdown-menu dropdown-menu-right"> - <a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a> - <a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a> - <a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a> + <!--<a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a>--> + <!--<a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a>--> + <!--<a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a>--> <!-- <a class="dropdown-item" href="/community/books-tutorials-and-talks/">Books Tutorials and Talks</a> --> - <a class="dropdown-item" href="/community/buildingmahout/">Building Mahout</a> <!-- <a class="dropdown-item" href="/community/faq/">FAQ</a> needs a lot of updating --> - <a class="dropdown-item" href="/community/gsoc/">GSoC</a> + <a class="dropdown-item" href="/developers/gsoc">GSoC</a> <!-- Is OK- updated Map/Reduce verbage to reflect Samsara --> <!-- <a class="dropdown-item" href="/community/mahout-benchmarks/">Mahout Benchmarks</a> These are old, Keep them? --> <!-- <a class="dropdown-item" href="/community/mahout-wiki/">Mahout Wiki</a> at very least needs links cleanedup - do we still want this even?--> - <a class="dropdown-item" href="/community/mailing-lists/">Mailing Lists</a> + <a class="dropdown-item" href="/general/mailing-lists">Mailing Lists</a> <!-- Clean and pretty --> <!-- <a class="dropdown-item" href="/community/powered-by-mahout/">Powered By Mahout</a> needs update --> - <a class="dropdown-item" href="/community/privacy-policy/">Privacy Policy</a> + <a class="dropdown-item" href="/general/privacy-policy">Privacy Policy</a> <!-- <a class="dropdown-item" href="/community/professional-support/">Professional Support</a> update if we even want to keep --> - <a class="dropdown-item" href="/community/who-we-are/">Who We Are</a> + <a class="dropdown-item" href="/general/who-we-are">Who We Are</a> <!-- nikolai needs to add himself --> </div> </li> @@ -133,7 +140,12 @@ </nav> - <p>Information about your use of this website is collected using server access + <div class="container mt-5 pb-4"> + + <div class="row"> + + <div class="col-lg-8"> + <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> @@ -158,6 +170,45 @@ 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> + </div> + + <div class="col-lg-4"> + <!-- Apache Software Foundation Links --> +<div class="card mb-4"> + <div class="card-header"> + Apache Software Foundation + </div> + <div class="card-body"> + <ul class="list-unstyled mb-0"> + <li> + <a href="http://www.apache.org/foundation/how-it-works.html">Apache Software Foundation</a> + </li> + <li> + <a href="http://www.apache.org/licenses/">Apache License</a> + </li> + <li> + <a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a> + </li> + <li> + <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> + </li> + </ul> + </div> +</div> + +<!-- Twitter Posts Widget --> +<div class="card"> + <div class="card-body"> + <a class="twitter-timeline" data-height="500" href="https://twitter.com/ApacheMahout">Tweets by ApacheMahout</a> + <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script> + </div> +</div> + </div> + + </div> + +</div> + <footer class="footer bg-light"> <div class="container text-center small"> http://git-wip-us.apache.org/repos/asf/mahout/blob/20ceb66e/general/professional-support.html ---------------------------------------------------------------------- diff --git a/general/professional-support.html b/general/professional-support.html index 9858999..a196c2e 100644 --- a/general/professional-support.html +++ b/general/professional-support.html @@ -28,7 +28,15 @@ </head> - +<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','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-98314020-1', 'auto'); + ga('send', 'pageview'); +</script> <body> <nav class="navbar navbar-expand-lg navbar-light bg-light navbar-mahout"> @@ -49,11 +57,11 @@ <!-- Download --> <li class="nav-item"> - <a class="nav-link" href="/downloads/">Download</a> + <a class="nav-link" href="/general/downloads">Download</a> </li> <li class="nav-item"> - <a class="nav-link" href="/docs/0.13.1-SNAPSHOT/index.html">Overview</a> + <a class="nav-link" href="/docs/latest/index.html">Overview</a> </li> <!-- Developers --> @@ -70,11 +78,11 @@ <!-- <a class="dropdown-item" href="/developers/version-control/">Version Control</a> --> <div class="dropdown-divider"></div> <h6 class="dropdown-header">How To's</h6> - <a class="dropdown-item" href="/developers/how-to-contribute/">How to Contribute</a> - <a class="dropdown-item" href="/developers/githubPRs/">Github PRs</a> - <a class="dropdown-item" href="/developers/how-to-become-a-committer/">How to Become a Committer</a> - <a class="dropdown-item" href="/developers/how-to-release/">How to Release</a> - <a class="dropdown-item" href="/developers/how-to-update-the-website/">How to Update the Website</a> + <a class="dropdown-item" href="/developers/how-to-contribute">How to Contribute</a> + <a class="dropdown-item" href="/developers/githubPRs">Github PRs</a> + <a class="dropdown-item" href="/developers/how-to-become-a-committer">How to Become a Committer</a> + <a class="dropdown-item" href="/developers/how-to-release">How to Release</a> + <a class="dropdown-item" href="/developers/how-to-update-the-website">How to Update the Website</a> </div> </li> @@ -94,22 +102,21 @@ <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Community</a> <div class="dropdown-menu dropdown-menu-right"> - <a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a> - <a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a> - <a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a> + <!--<a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a>--> + <!--<a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a>--> + <!--<a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a>--> <!-- <a class="dropdown-item" href="/community/books-tutorials-and-talks/">Books Tutorials and Talks</a> --> - <a class="dropdown-item" href="/community/buildingmahout/">Building Mahout</a> <!-- <a class="dropdown-item" href="/community/faq/">FAQ</a> needs a lot of updating --> - <a class="dropdown-item" href="/community/gsoc/">GSoC</a> + <a class="dropdown-item" href="/developers/gsoc">GSoC</a> <!-- Is OK- updated Map/Reduce verbage to reflect Samsara --> <!-- <a class="dropdown-item" href="/community/mahout-benchmarks/">Mahout Benchmarks</a> These are old, Keep them? --> <!-- <a class="dropdown-item" href="/community/mahout-wiki/">Mahout Wiki</a> at very least needs links cleanedup - do we still want this even?--> - <a class="dropdown-item" href="/community/mailing-lists/">Mailing Lists</a> + <a class="dropdown-item" href="/general/mailing-lists">Mailing Lists</a> <!-- Clean and pretty --> <!-- <a class="dropdown-item" href="/community/powered-by-mahout/">Powered By Mahout</a> needs update --> - <a class="dropdown-item" href="/community/privacy-policy/">Privacy Policy</a> + <a class="dropdown-item" href="/general/privacy-policy">Privacy Policy</a> <!-- <a class="dropdown-item" href="/community/professional-support/">Professional Support</a> update if we even want to keep --> - <a class="dropdown-item" href="/community/who-we-are/">Who We Are</a> + <a class="dropdown-item" href="/general/who-we-are">Who We Are</a> <!-- nikolai needs to add himself --> </div> </li> http://git-wip-us.apache.org/repos/asf/mahout/blob/20ceb66e/general/reference-reading.html ---------------------------------------------------------------------- diff --git a/general/reference-reading.html b/general/reference-reading.html index b546fdc..2d86716 100644 --- a/general/reference-reading.html +++ b/general/reference-reading.html @@ -28,7 +28,15 @@ </head> - +<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','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-98314020-1', 'auto'); + ga('send', 'pageview'); +</script> <body> <nav class="navbar navbar-expand-lg navbar-light bg-light navbar-mahout"> @@ -49,11 +57,11 @@ <!-- Download --> <li class="nav-item"> - <a class="nav-link" href="/downloads/">Download</a> + <a class="nav-link" href="/general/downloads">Download</a> </li> <li class="nav-item"> - <a class="nav-link" href="/docs/0.13.1-SNAPSHOT/index.html">Overview</a> + <a class="nav-link" href="/docs/latest/index.html">Overview</a> </li> <!-- Developers --> @@ -70,11 +78,11 @@ <!-- <a class="dropdown-item" href="/developers/version-control/">Version Control</a> --> <div class="dropdown-divider"></div> <h6 class="dropdown-header">How To's</h6> - <a class="dropdown-item" href="/developers/how-to-contribute/">How to Contribute</a> - <a class="dropdown-item" href="/developers/githubPRs/">Github PRs</a> - <a class="dropdown-item" href="/developers/how-to-become-a-committer/">How to Become a Committer</a> - <a class="dropdown-item" href="/developers/how-to-release/">How to Release</a> - <a class="dropdown-item" href="/developers/how-to-update-the-website/">How to Update the Website</a> + <a class="dropdown-item" href="/developers/how-to-contribute">How to Contribute</a> + <a class="dropdown-item" href="/developers/githubPRs">Github PRs</a> + <a class="dropdown-item" href="/developers/how-to-become-a-committer">How to Become a Committer</a> + <a class="dropdown-item" href="/developers/how-to-release">How to Release</a> + <a class="dropdown-item" href="/developers/how-to-update-the-website">How to Update the Website</a> </div> </li> @@ -94,22 +102,21 @@ <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Community</a> <div class="dropdown-menu dropdown-menu-right"> - <a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a> - <a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a> - <a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a> + <!--<a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a>--> + <!--<a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a>--> + <!--<a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a>--> <!-- <a class="dropdown-item" href="/community/books-tutorials-and-talks/">Books Tutorials and Talks</a> --> - <a class="dropdown-item" href="/community/buildingmahout/">Building Mahout</a> <!-- <a class="dropdown-item" href="/community/faq/">FAQ</a> needs a lot of updating --> - <a class="dropdown-item" href="/community/gsoc/">GSoC</a> + <a class="dropdown-item" href="/developers/gsoc">GSoC</a> <!-- Is OK- updated Map/Reduce verbage to reflect Samsara --> <!-- <a class="dropdown-item" href="/community/mahout-benchmarks/">Mahout Benchmarks</a> These are old, Keep them? --> <!-- <a class="dropdown-item" href="/community/mahout-wiki/">Mahout Wiki</a> at very least needs links cleanedup - do we still want this even?--> - <a class="dropdown-item" href="/community/mailing-lists/">Mailing Lists</a> + <a class="dropdown-item" href="/general/mailing-lists">Mailing Lists</a> <!-- Clean and pretty --> <!-- <a class="dropdown-item" href="/community/powered-by-mahout/">Powered By Mahout</a> needs update --> - <a class="dropdown-item" href="/community/privacy-policy/">Privacy Policy</a> + <a class="dropdown-item" href="/general/privacy-policy">Privacy Policy</a> <!-- <a class="dropdown-item" href="/community/professional-support/">Professional Support</a> update if we even want to keep --> - <a class="dropdown-item" href="/community/who-we-are/">Who We Are</a> + <a class="dropdown-item" href="/general/who-we-are">Who We Are</a> <!-- nikolai needs to add himself --> </div> </li> http://git-wip-us.apache.org/repos/asf/mahout/blob/20ceb66e/general/release-notes.html ---------------------------------------------------------------------- diff --git a/general/release-notes.html b/general/release-notes.html index de6ac55..b3a12df 100644 --- a/general/release-notes.html +++ b/general/release-notes.html @@ -28,7 +28,15 @@ </head> - +<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','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-98314020-1', 'auto'); + ga('send', 'pageview'); +</script> <body> <nav class="navbar navbar-expand-lg navbar-light bg-light navbar-mahout"> @@ -49,11 +57,11 @@ <!-- Download --> <li class="nav-item"> - <a class="nav-link" href="/downloads/">Download</a> + <a class="nav-link" href="/general/downloads">Download</a> </li> <li class="nav-item"> - <a class="nav-link" href="/docs/0.13.1-SNAPSHOT/index.html">Overview</a> + <a class="nav-link" href="/docs/latest/index.html">Overview</a> </li> <!-- Developers --> @@ -70,11 +78,11 @@ <!-- <a class="dropdown-item" href="/developers/version-control/">Version Control</a> --> <div class="dropdown-divider"></div> <h6 class="dropdown-header">How To's</h6> - <a class="dropdown-item" href="/developers/how-to-contribute/">How to Contribute</a> - <a class="dropdown-item" href="/developers/githubPRs/">Github PRs</a> - <a class="dropdown-item" href="/developers/how-to-become-a-committer/">How to Become a Committer</a> - <a class="dropdown-item" href="/developers/how-to-release/">How to Release</a> - <a class="dropdown-item" href="/developers/how-to-update-the-website/">How to Update the Website</a> + <a class="dropdown-item" href="/developers/how-to-contribute">How to Contribute</a> + <a class="dropdown-item" href="/developers/githubPRs">Github PRs</a> + <a class="dropdown-item" href="/developers/how-to-become-a-committer">How to Become a Committer</a> + <a class="dropdown-item" href="/developers/how-to-release">How to Release</a> + <a class="dropdown-item" href="/developers/how-to-update-the-website">How to Update the Website</a> </div> </li> @@ -94,22 +102,21 @@ <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Community</a> <div class="dropdown-menu dropdown-menu-right"> - <a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a> - <a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a> - <a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a> + <!--<a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a>--> + <!--<a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a>--> + <!--<a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a>--> <!-- <a class="dropdown-item" href="/community/books-tutorials-and-talks/">Books Tutorials and Talks</a> --> - <a class="dropdown-item" href="/community/buildingmahout/">Building Mahout</a> <!-- <a class="dropdown-item" href="/community/faq/">FAQ</a> needs a lot of updating --> - <a class="dropdown-item" href="/community/gsoc/">GSoC</a> + <a class="dropdown-item" href="/developers/gsoc">GSoC</a> <!-- Is OK- updated Map/Reduce verbage to reflect Samsara --> <!-- <a class="dropdown-item" href="/community/mahout-benchmarks/">Mahout Benchmarks</a> These are old, Keep them? --> <!-- <a class="dropdown-item" href="/community/mahout-wiki/">Mahout Wiki</a> at very least needs links cleanedup - do we still want this even?--> - <a class="dropdown-item" href="/community/mailing-lists/">Mailing Lists</a> + <a class="dropdown-item" href="/general/mailing-lists">Mailing Lists</a> <!-- Clean and pretty --> <!-- <a class="dropdown-item" href="/community/powered-by-mahout/">Powered By Mahout</a> needs update --> - <a class="dropdown-item" href="/community/privacy-policy/">Privacy Policy</a> + <a class="dropdown-item" href="/general/privacy-policy">Privacy Policy</a> <!-- <a class="dropdown-item" href="/community/professional-support/">Professional Support</a> update if we even want to keep --> - <a class="dropdown-item" href="/community/who-we-are/">Who We Are</a> + <a class="dropdown-item" href="/general/who-we-are">Who We Are</a> <!-- nikolai needs to add himself --> </div> </li>
