http://git-wip-us.apache.org/repos/asf/mahout/blob/20ceb66e/users/flinkbindings/flink-internals.html ---------------------------------------------------------------------- diff --git a/users/flinkbindings/flink-internals.html b/users/flinkbindings/flink-internals.html index ae0f149..02bc17c 100644 --- a/users/flinkbindings/flink-internals.html +++ b/users/flinkbindings/flink-internals.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/users/flinkbindings/playing-with-samsara-flink.html ---------------------------------------------------------------------- diff --git a/users/flinkbindings/playing-with-samsara-flink.html b/users/flinkbindings/playing-with-samsara-flink.html index 7bba72d..40fa4c8 100644 --- a/users/flinkbindings/playing-with-samsara-flink.html +++ b/users/flinkbindings/playing-with-samsara-flink.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/users/misc/mr---map-reduce.html ---------------------------------------------------------------------- diff --git a/users/misc/mr---map-reduce.html b/users/misc/mr---map-reduce.html index de479b5..2a0a02d 100644 --- a/users/misc/mr---map-reduce.html +++ b/users/misc/mr---map-reduce.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/users/misc/parallel-frequent-pattern-mining.html ---------------------------------------------------------------------- diff --git a/users/misc/parallel-frequent-pattern-mining.html b/users/misc/parallel-frequent-pattern-mining.html index f4a511a..38ba2da 100644 --- a/users/misc/parallel-frequent-pattern-mining.html +++ b/users/misc/parallel-frequent-pattern-mining.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/users/misc/perceptron-and-winnow.html ---------------------------------------------------------------------- diff --git a/users/misc/perceptron-and-winnow.html b/users/misc/perceptron-and-winnow.html index a61daa3..dbf2e1d 100644 --- a/users/misc/perceptron-and-winnow.html +++ b/users/misc/perceptron-and-winnow.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/users/misc/testing.html ---------------------------------------------------------------------- diff --git a/users/misc/testing.html b/users/misc/testing.html index 4d83c4d..5ba2167 100644 --- a/users/misc/testing.html +++ b/users/misc/testing.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/users/misc/using-mahout-with-python-via-jpype.html ---------------------------------------------------------------------- diff --git a/users/misc/using-mahout-with-python-via-jpype.html b/users/misc/using-mahout-with-python-via-jpype.html index a8d9cb7..7781558 100644 --- a/users/misc/using-mahout-with-python-via-jpype.html +++ b/users/misc/using-mahout-with-python-via-jpype.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/users/recommender/intro-als-hadoop.html ---------------------------------------------------------------------- diff --git a/users/recommender/intro-als-hadoop.html b/users/recommender/intro-als-hadoop.html index 37f615b..ad8f51c 100644 --- a/users/recommender/intro-als-hadoop.html +++ b/users/recommender/intro-als-hadoop.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/users/recommender/intro-cooccurrence-spark.html ---------------------------------------------------------------------- diff --git a/users/recommender/intro-cooccurrence-spark.html b/users/recommender/intro-cooccurrence-spark.html index 9a62565..d0080a7 100644 --- a/users/recommender/intro-cooccurrence-spark.html +++ b/users/recommender/intro-cooccurrence-spark.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/users/recommender/intro-itembased-hadoop.html ---------------------------------------------------------------------- diff --git a/users/recommender/intro-itembased-hadoop.html b/users/recommender/intro-itembased-hadoop.html index 08f9380..aed6d43 100644 --- a/users/recommender/intro-itembased-hadoop.html +++ b/users/recommender/intro-itembased-hadoop.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/users/recommender/matrix-factorization.html ---------------------------------------------------------------------- diff --git a/users/recommender/matrix-factorization.html b/users/recommender/matrix-factorization.html index 3b1c123..222efc9 100644 --- a/users/recommender/matrix-factorization.html +++ b/users/recommender/matrix-factorization.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/users/recommender/quickstart.html ---------------------------------------------------------------------- diff --git a/users/recommender/quickstart.html b/users/recommender/quickstart.html index 42b1009..b1aa3fa 100644 --- a/users/recommender/quickstart.html +++ b/users/recommender/quickstart.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/users/recommender/recommender-documentation.html ---------------------------------------------------------------------- diff --git a/users/recommender/recommender-documentation.html b/users/recommender/recommender-documentation.html index 8e1aa44..1e68cfb 100644 --- a/users/recommender/recommender-documentation.html +++ b/users/recommender/recommender-documentation.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/users/recommender/recommender-first-timer-faq.html ---------------------------------------------------------------------- diff --git a/users/recommender/recommender-first-timer-faq.html b/users/recommender/recommender-first-timer-faq.html index 6443ee4..be66010 100644 --- a/users/recommender/recommender-first-timer-faq.html +++ b/users/recommender/recommender-first-timer-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/users/recommender/userbased-5-minutes.html ---------------------------------------------------------------------- diff --git a/users/recommender/userbased-5-minutes.html b/users/recommender/userbased-5-minutes.html index 954472b..ab7c868 100644 --- a/users/recommender/userbased-5-minutes.html +++ b/users/recommender/userbased-5-minutes.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>
