You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by bu...@apache.org on 2014/01/15 07:40:28 UTC

svn commit: r894225 [5/6] - in /websites/staging/mahout/trunk/content: ./ css/ developers/ general/ images/ users/basics/ users/classification/ users/clustering/ users/recommender/ users/stuff/

Modified: websites/staging/mahout/trunk/content/users/clustering/expectation-maximization.html
==============================================================================
--- websites/staging/mahout/trunk/content/users/clustering/expectation-maximization.html (original)
+++ websites/staging/mahout/trunk/content/users/clustering/expectation-maximization.html Wed Jan 15 06:40:27 2014
@@ -36,7 +36,6 @@
         natural language processing,
         supervised, text mining, time series data, unsupervised, web data mining">
   <link rel="shortcut icon" type="image/x-icon" href="http://mahout.apache.org/images/favicon.ico">
-  <script id="twitter-wjs" src="/js/widgets.js"></script>
   <script type="text/javascript" src="/js/prototype.js"></script>
   <script type="text/javascript" src="/js/effects.js"></script>
   <script type="text/javascript" src="/js/search.js"></script>
@@ -246,72 +245,7 @@
         </div>
       </div>
     </div>
-  <div id="slides">
-    <div class="slideshow" id="mantleSlides">
-      <div id="slide1" style="display: none;">
-        <div class="callout">
-          Scalable machine learning<br>
-          and data mining
-        </div>
-        <div class="description">
-          Apache Mahout has implementations of a wide range of machine learning and data mining algorithms: clustering,
-          classification, collaborative filtering and frequent pattern mining
-        </div>
-        <div class="mantle">
-          <img alt="Apache Mahout" src="/images/mantle-mahout.png">
-        </div>
-      </div>
-      <div id="slide2" style="display: none;">
-        <div class="callout">
-          Leveraging the power of Map/Reduce<br/>
-          with Apache Hadoop
-        </div>
-        <div class="description">
-          Our core algorithms for clustering, classification and batch based collaborative filtering are implemented on
-          top of Apache Hadoop using the map/reduce paradigm
-        </div>
-        <div class="mantle">
-          <img alt="Hadoop" src="/images/mantle-hadoop.png">
-        </div>
-      </div>
-      <div id="slide3" style="">
-        <div class="callout">
-          Scalable and vibrant community
-        </div>
-        <div class="description">
-          The goal of Apache Mahout is to build a vibrant, responsive, diverse community to facilitate discussions not only on
-          the project itself but also on potential use cases
-        </div>
-        <div class="mantle">
-          <img alt="Apache Mahout community" src="/images/mantle-community.png">
-        </div>
-      </div>
-      <div id="slide4" style="opacity: 0.5; display: none;">
-        <div class="callout">
-          Apache 2.0 licensed
-        </div>
-        <div class="description">
-          Apache Mahout is distributed under a commercially friendly Apache Software license
-        </div>
-        <div class="mantle">
-          <img alt="Apache Software Foundation" src="/images/mantle-asf.png">
-        </div>
-      </div>
-    </div>
-    <div class="controls">
-      <a class="next" id="next" title="Next" href="http://mahout.apache.org/#">Next</a>
-      <a class="previous" id="previous" title="Previous" href="http://mahout.apache.org/#">Previous</a>
-      <a class="start" id="start" title="Start" href="http://mahout.apache.org/#" style="display: none;">Start</a>
-      <a class="stop" id="stop" title="Stop" href="http://mahout.apache.org/#">Stop</a>
-    </div>
-  </div>
 
-  <script type="text/javascript">
-    function StartSlides() {
-    new Slides('mantleSlides');
-    }
-    document.observe ('dom:loaded', StartSlides);
-  </script>
 </div>
 
  <div id="sidebar">
@@ -325,12 +259,12 @@
       <li>Latest development version: Mahout 0.9-SNAPSHOT</li>
     </ul>
     <h2>Twitter</h2>
-    <ul class="sidemenu">
-      <li data-twttr-id="twttr-sandbox-0">
-      <iframe id="twitter-widget-0" scrolling="no" frameborder="0" allowtransparency="true" class="twitter-timeline twitter-timeline-rendered" title="Twitter Timeline Widget" style="border: none; max-width: 100%; min-width: 180px;" width="360" height="600"></iframe>
-      <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
-      </li>
-    </ul>
+	<ul class="sidemenu">
+		<li>
+<a class="twitter-timeline" href="https://twitter.com/ApacheMahout" data-widget-id="422861673444028416">Tweets by @ApacheMahout</a>
+<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+</li>
+	</ul>
     <h2>Apache Software Foundation</h2>
     <ul class="sidemenu">
       <li><a href="http://www.apache.org/foundation/how-it-works.html">How the ASF works</a></li>
@@ -401,7 +335,7 @@ exponentially small influence.</p>
   <footer class="footer" align="center">
     <div class="container">
       <p>
-        Copyright &copy; 2013 The Apache Software Foundation, Licensed under
+        Copyright &copy; 2014 The Apache Software Foundation, Licensed under
         the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
         <br />
         Apache and the Apache feather logos are trademarks of The Apache Software Foundation.

Modified: websites/staging/mahout/trunk/content/users/clustering/fuzzy-k-means-commandline.html
==============================================================================
--- websites/staging/mahout/trunk/content/users/clustering/fuzzy-k-means-commandline.html (original)
+++ websites/staging/mahout/trunk/content/users/clustering/fuzzy-k-means-commandline.html Wed Jan 15 06:40:27 2014
@@ -36,7 +36,6 @@
         natural language processing,
         supervised, text mining, time series data, unsupervised, web data mining">
   <link rel="shortcut icon" type="image/x-icon" href="http://mahout.apache.org/images/favicon.ico">
-  <script id="twitter-wjs" src="/js/widgets.js"></script>
   <script type="text/javascript" src="/js/prototype.js"></script>
   <script type="text/javascript" src="/js/effects.js"></script>
   <script type="text/javascript" src="/js/search.js"></script>
@@ -246,72 +245,7 @@
         </div>
       </div>
     </div>
-  <div id="slides">
-    <div class="slideshow" id="mantleSlides">
-      <div id="slide1" style="display: none;">
-        <div class="callout">
-          Scalable machine learning<br>
-          and data mining
-        </div>
-        <div class="description">
-          Apache Mahout has implementations of a wide range of machine learning and data mining algorithms: clustering,
-          classification, collaborative filtering and frequent pattern mining
-        </div>
-        <div class="mantle">
-          <img alt="Apache Mahout" src="/images/mantle-mahout.png">
-        </div>
-      </div>
-      <div id="slide2" style="display: none;">
-        <div class="callout">
-          Leveraging the power of Map/Reduce<br/>
-          with Apache Hadoop
-        </div>
-        <div class="description">
-          Our core algorithms for clustering, classification and batch based collaborative filtering are implemented on
-          top of Apache Hadoop using the map/reduce paradigm
-        </div>
-        <div class="mantle">
-          <img alt="Hadoop" src="/images/mantle-hadoop.png">
-        </div>
-      </div>
-      <div id="slide3" style="">
-        <div class="callout">
-          Scalable and vibrant community
-        </div>
-        <div class="description">
-          The goal of Apache Mahout is to build a vibrant, responsive, diverse community to facilitate discussions not only on
-          the project itself but also on potential use cases
-        </div>
-        <div class="mantle">
-          <img alt="Apache Mahout community" src="/images/mantle-community.png">
-        </div>
-      </div>
-      <div id="slide4" style="opacity: 0.5; display: none;">
-        <div class="callout">
-          Apache 2.0 licensed
-        </div>
-        <div class="description">
-          Apache Mahout is distributed under a commercially friendly Apache Software license
-        </div>
-        <div class="mantle">
-          <img alt="Apache Software Foundation" src="/images/mantle-asf.png">
-        </div>
-      </div>
-    </div>
-    <div class="controls">
-      <a class="next" id="next" title="Next" href="http://mahout.apache.org/#">Next</a>
-      <a class="previous" id="previous" title="Previous" href="http://mahout.apache.org/#">Previous</a>
-      <a class="start" id="start" title="Start" href="http://mahout.apache.org/#" style="display: none;">Start</a>
-      <a class="stop" id="stop" title="Stop" href="http://mahout.apache.org/#">Stop</a>
-    </div>
-  </div>
 
-  <script type="text/javascript">
-    function StartSlides() {
-    new Slides('mantleSlides');
-    }
-    document.observe ('dom:loaded', StartSlides);
-  </script>
 </div>
 
  <div id="sidebar">
@@ -325,12 +259,12 @@
       <li>Latest development version: Mahout 0.9-SNAPSHOT</li>
     </ul>
     <h2>Twitter</h2>
-    <ul class="sidemenu">
-      <li data-twttr-id="twttr-sandbox-0">
-      <iframe id="twitter-widget-0" scrolling="no" frameborder="0" allowtransparency="true" class="twitter-timeline twitter-timeline-rendered" title="Twitter Timeline Widget" style="border: none; max-width: 100%; min-width: 180px;" width="360" height="600"></iframe>
-      <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
-      </li>
-    </ul>
+	<ul class="sidemenu">
+		<li>
+<a class="twitter-timeline" href="https://twitter.com/ApacheMahout" data-widget-id="422861673444028416">Tweets by @ApacheMahout</a>
+<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+</li>
+	</ul>
     <h2>Apache Software Foundation</h2>
     <ul class="sidemenu">
       <li><a href="http://www.apache.org/foundation/how-it-works.html">How the ASF works</a></li>
@@ -444,7 +378,7 @@ to view all outputs.</p>
   <footer class="footer" align="center">
     <div class="container">
       <p>
-        Copyright &copy; 2013 The Apache Software Foundation, Licensed under
+        Copyright &copy; 2014 The Apache Software Foundation, Licensed under
         the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
         <br />
         Apache and the Apache feather logos are trademarks of The Apache Software Foundation.

Modified: websites/staging/mahout/trunk/content/users/clustering/fuzzy-k-means.html
==============================================================================
--- websites/staging/mahout/trunk/content/users/clustering/fuzzy-k-means.html (original)
+++ websites/staging/mahout/trunk/content/users/clustering/fuzzy-k-means.html Wed Jan 15 06:40:27 2014
@@ -36,7 +36,6 @@
         natural language processing,
         supervised, text mining, time series data, unsupervised, web data mining">
   <link rel="shortcut icon" type="image/x-icon" href="http://mahout.apache.org/images/favicon.ico">
-  <script id="twitter-wjs" src="/js/widgets.js"></script>
   <script type="text/javascript" src="/js/prototype.js"></script>
   <script type="text/javascript" src="/js/effects.js"></script>
   <script type="text/javascript" src="/js/search.js"></script>
@@ -246,72 +245,7 @@
         </div>
       </div>
     </div>
-  <div id="slides">
-    <div class="slideshow" id="mantleSlides">
-      <div id="slide1" style="display: none;">
-        <div class="callout">
-          Scalable machine learning<br>
-          and data mining
-        </div>
-        <div class="description">
-          Apache Mahout has implementations of a wide range of machine learning and data mining algorithms: clustering,
-          classification, collaborative filtering and frequent pattern mining
-        </div>
-        <div class="mantle">
-          <img alt="Apache Mahout" src="/images/mantle-mahout.png">
-        </div>
-      </div>
-      <div id="slide2" style="display: none;">
-        <div class="callout">
-          Leveraging the power of Map/Reduce<br/>
-          with Apache Hadoop
-        </div>
-        <div class="description">
-          Our core algorithms for clustering, classification and batch based collaborative filtering are implemented on
-          top of Apache Hadoop using the map/reduce paradigm
-        </div>
-        <div class="mantle">
-          <img alt="Hadoop" src="/images/mantle-hadoop.png">
-        </div>
-      </div>
-      <div id="slide3" style="">
-        <div class="callout">
-          Scalable and vibrant community
-        </div>
-        <div class="description">
-          The goal of Apache Mahout is to build a vibrant, responsive, diverse community to facilitate discussions not only on
-          the project itself but also on potential use cases
-        </div>
-        <div class="mantle">
-          <img alt="Apache Mahout community" src="/images/mantle-community.png">
-        </div>
-      </div>
-      <div id="slide4" style="opacity: 0.5; display: none;">
-        <div class="callout">
-          Apache 2.0 licensed
-        </div>
-        <div class="description">
-          Apache Mahout is distributed under a commercially friendly Apache Software license
-        </div>
-        <div class="mantle">
-          <img alt="Apache Software Foundation" src="/images/mantle-asf.png">
-        </div>
-      </div>
-    </div>
-    <div class="controls">
-      <a class="next" id="next" title="Next" href="http://mahout.apache.org/#">Next</a>
-      <a class="previous" id="previous" title="Previous" href="http://mahout.apache.org/#">Previous</a>
-      <a class="start" id="start" title="Start" href="http://mahout.apache.org/#" style="display: none;">Start</a>
-      <a class="stop" id="stop" title="Stop" href="http://mahout.apache.org/#">Stop</a>
-    </div>
-  </div>
 
-  <script type="text/javascript">
-    function StartSlides() {
-    new Slides('mantleSlides');
-    }
-    document.observe ('dom:loaded', StartSlides);
-  </script>
 </div>
 
  <div id="sidebar">
@@ -325,12 +259,12 @@
       <li>Latest development version: Mahout 0.9-SNAPSHOT</li>
     </ul>
     <h2>Twitter</h2>
-    <ul class="sidemenu">
-      <li data-twttr-id="twttr-sandbox-0">
-      <iframe id="twitter-widget-0" scrolling="no" frameborder="0" allowtransparency="true" class="twitter-timeline twitter-timeline-rendered" title="Twitter Timeline Widget" style="border: none; max-width: 100%; min-width: 180px;" width="360" height="600"></iframe>
-      <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
-      </li>
-    </ul>
+	<ul class="sidemenu">
+		<li>
+<a class="twitter-timeline" href="https://twitter.com/ApacheMahout" data-widget-id="422861673444028416">Tweets by @ApacheMahout</a>
+<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+</li>
+	</ul>
     <h2>Apache Software Foundation</h2>
     <ul class="sidemenu">
       <li><a href="http://www.apache.org/foundation/how-it-works.html">How the ASF works</a></li>
@@ -513,7 +447,7 @@ Fuzzy k-Means does a fair job handling t
   <footer class="footer" align="center">
     <div class="container">
       <p>
-        Copyright &copy; 2013 The Apache Software Foundation, Licensed under
+        Copyright &copy; 2014 The Apache Software Foundation, Licensed under
         the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
         <br />
         Apache and the Apache feather logos are trademarks of The Apache Software Foundation.

Modified: websites/staging/mahout/trunk/content/users/clustering/hierarchical-clustering.html
==============================================================================
--- websites/staging/mahout/trunk/content/users/clustering/hierarchical-clustering.html (original)
+++ websites/staging/mahout/trunk/content/users/clustering/hierarchical-clustering.html Wed Jan 15 06:40:27 2014
@@ -36,7 +36,6 @@
         natural language processing,
         supervised, text mining, time series data, unsupervised, web data mining">
   <link rel="shortcut icon" type="image/x-icon" href="http://mahout.apache.org/images/favicon.ico">
-  <script id="twitter-wjs" src="/js/widgets.js"></script>
   <script type="text/javascript" src="/js/prototype.js"></script>
   <script type="text/javascript" src="/js/effects.js"></script>
   <script type="text/javascript" src="/js/search.js"></script>
@@ -246,72 +245,7 @@
         </div>
       </div>
     </div>
-  <div id="slides">
-    <div class="slideshow" id="mantleSlides">
-      <div id="slide1" style="display: none;">
-        <div class="callout">
-          Scalable machine learning<br>
-          and data mining
-        </div>
-        <div class="description">
-          Apache Mahout has implementations of a wide range of machine learning and data mining algorithms: clustering,
-          classification, collaborative filtering and frequent pattern mining
-        </div>
-        <div class="mantle">
-          <img alt="Apache Mahout" src="/images/mantle-mahout.png">
-        </div>
-      </div>
-      <div id="slide2" style="display: none;">
-        <div class="callout">
-          Leveraging the power of Map/Reduce<br/>
-          with Apache Hadoop
-        </div>
-        <div class="description">
-          Our core algorithms for clustering, classification and batch based collaborative filtering are implemented on
-          top of Apache Hadoop using the map/reduce paradigm
-        </div>
-        <div class="mantle">
-          <img alt="Hadoop" src="/images/mantle-hadoop.png">
-        </div>
-      </div>
-      <div id="slide3" style="">
-        <div class="callout">
-          Scalable and vibrant community
-        </div>
-        <div class="description">
-          The goal of Apache Mahout is to build a vibrant, responsive, diverse community to facilitate discussions not only on
-          the project itself but also on potential use cases
-        </div>
-        <div class="mantle">
-          <img alt="Apache Mahout community" src="/images/mantle-community.png">
-        </div>
-      </div>
-      <div id="slide4" style="opacity: 0.5; display: none;">
-        <div class="callout">
-          Apache 2.0 licensed
-        </div>
-        <div class="description">
-          Apache Mahout is distributed under a commercially friendly Apache Software license
-        </div>
-        <div class="mantle">
-          <img alt="Apache Software Foundation" src="/images/mantle-asf.png">
-        </div>
-      </div>
-    </div>
-    <div class="controls">
-      <a class="next" id="next" title="Next" href="http://mahout.apache.org/#">Next</a>
-      <a class="previous" id="previous" title="Previous" href="http://mahout.apache.org/#">Previous</a>
-      <a class="start" id="start" title="Start" href="http://mahout.apache.org/#" style="display: none;">Start</a>
-      <a class="stop" id="stop" title="Stop" href="http://mahout.apache.org/#">Stop</a>
-    </div>
-  </div>
 
-  <script type="text/javascript">
-    function StartSlides() {
-    new Slides('mantleSlides');
-    }
-    document.observe ('dom:loaded', StartSlides);
-  </script>
 </div>
 
  <div id="sidebar">
@@ -325,12 +259,12 @@
       <li>Latest development version: Mahout 0.9-SNAPSHOT</li>
     </ul>
     <h2>Twitter</h2>
-    <ul class="sidemenu">
-      <li data-twttr-id="twttr-sandbox-0">
-      <iframe id="twitter-widget-0" scrolling="no" frameborder="0" allowtransparency="true" class="twitter-timeline twitter-timeline-rendered" title="Twitter Timeline Widget" style="border: none; max-width: 100%; min-width: 180px;" width="360" height="600"></iframe>
-      <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
-      </li>
-    </ul>
+	<ul class="sidemenu">
+		<li>
+<a class="twitter-timeline" href="https://twitter.com/ApacheMahout" data-widget-id="422861673444028416">Tweets by @ApacheMahout</a>
+<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+</li>
+	</ul>
     <h2>Apache Software Foundation</h2>
     <ul class="sidemenu">
       <li><a href="http://www.apache.org/foundation/how-it-works.html">How the ASF works</a></li>
@@ -361,7 +295,7 @@ different levels. </p>
   <footer class="footer" align="center">
     <div class="container">
       <p>
-        Copyright &copy; 2013 The Apache Software Foundation, Licensed under
+        Copyright &copy; 2014 The Apache Software Foundation, Licensed under
         the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
         <br />
         Apache and the Apache feather logos are trademarks of The Apache Software Foundation.

Modified: websites/staging/mahout/trunk/content/users/clustering/k-means-clustering.html
==============================================================================
--- websites/staging/mahout/trunk/content/users/clustering/k-means-clustering.html (original)
+++ websites/staging/mahout/trunk/content/users/clustering/k-means-clustering.html Wed Jan 15 06:40:27 2014
@@ -36,7 +36,6 @@
         natural language processing,
         supervised, text mining, time series data, unsupervised, web data mining">
   <link rel="shortcut icon" type="image/x-icon" href="http://mahout.apache.org/images/favicon.ico">
-  <script id="twitter-wjs" src="/js/widgets.js"></script>
   <script type="text/javascript" src="/js/prototype.js"></script>
   <script type="text/javascript" src="/js/effects.js"></script>
   <script type="text/javascript" src="/js/search.js"></script>
@@ -246,72 +245,7 @@
         </div>
       </div>
     </div>
-  <div id="slides">
-    <div class="slideshow" id="mantleSlides">
-      <div id="slide1" style="display: none;">
-        <div class="callout">
-          Scalable machine learning<br>
-          and data mining
-        </div>
-        <div class="description">
-          Apache Mahout has implementations of a wide range of machine learning and data mining algorithms: clustering,
-          classification, collaborative filtering and frequent pattern mining
-        </div>
-        <div class="mantle">
-          <img alt="Apache Mahout" src="/images/mantle-mahout.png">
-        </div>
-      </div>
-      <div id="slide2" style="display: none;">
-        <div class="callout">
-          Leveraging the power of Map/Reduce<br/>
-          with Apache Hadoop
-        </div>
-        <div class="description">
-          Our core algorithms for clustering, classification and batch based collaborative filtering are implemented on
-          top of Apache Hadoop using the map/reduce paradigm
-        </div>
-        <div class="mantle">
-          <img alt="Hadoop" src="/images/mantle-hadoop.png">
-        </div>
-      </div>
-      <div id="slide3" style="">
-        <div class="callout">
-          Scalable and vibrant community
-        </div>
-        <div class="description">
-          The goal of Apache Mahout is to build a vibrant, responsive, diverse community to facilitate discussions not only on
-          the project itself but also on potential use cases
-        </div>
-        <div class="mantle">
-          <img alt="Apache Mahout community" src="/images/mantle-community.png">
-        </div>
-      </div>
-      <div id="slide4" style="opacity: 0.5; display: none;">
-        <div class="callout">
-          Apache 2.0 licensed
-        </div>
-        <div class="description">
-          Apache Mahout is distributed under a commercially friendly Apache Software license
-        </div>
-        <div class="mantle">
-          <img alt="Apache Software Foundation" src="/images/mantle-asf.png">
-        </div>
-      </div>
-    </div>
-    <div class="controls">
-      <a class="next" id="next" title="Next" href="http://mahout.apache.org/#">Next</a>
-      <a class="previous" id="previous" title="Previous" href="http://mahout.apache.org/#">Previous</a>
-      <a class="start" id="start" title="Start" href="http://mahout.apache.org/#" style="display: none;">Start</a>
-      <a class="stop" id="stop" title="Stop" href="http://mahout.apache.org/#">Stop</a>
-    </div>
-  </div>
 
-  <script type="text/javascript">
-    function StartSlides() {
-    new Slides('mantleSlides');
-    }
-    document.observe ('dom:loaded', StartSlides);
-  </script>
 </div>
 
  <div id="sidebar">
@@ -325,12 +259,12 @@
       <li>Latest development version: Mahout 0.9-SNAPSHOT</li>
     </ul>
     <h2>Twitter</h2>
-    <ul class="sidemenu">
-      <li data-twttr-id="twttr-sandbox-0">
-      <iframe id="twitter-widget-0" scrolling="no" frameborder="0" allowtransparency="true" class="twitter-timeline twitter-timeline-rendered" title="Twitter Timeline Widget" style="border: none; max-width: 100%; min-width: 180px;" width="360" height="600"></iframe>
-      <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
-      </li>
-    </ul>
+	<ul class="sidemenu">
+		<li>
+<a class="twitter-timeline" href="https://twitter.com/ApacheMahout" data-widget-id="422861673444028416">Tweets by @ApacheMahout</a>
+<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+</li>
+	</ul>
     <h2>Apache Software Foundation</h2>
     <ul class="sidemenu">
       <li><a href="http://www.apache.org/foundation/how-it-works.html">How the ASF works</a></li>
@@ -540,7 +474,7 @@ K-Means does a fair job handling this da
   <footer class="footer" align="center">
     <div class="container">
       <p>
-        Copyright &copy; 2013 The Apache Software Foundation, Licensed under
+        Copyright &copy; 2014 The Apache Software Foundation, Licensed under
         the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
         <br />
         Apache and the Apache feather logos are trademarks of The Apache Software Foundation.

Modified: websites/staging/mahout/trunk/content/users/clustering/k-means-commandline.html
==============================================================================
--- websites/staging/mahout/trunk/content/users/clustering/k-means-commandline.html (original)
+++ websites/staging/mahout/trunk/content/users/clustering/k-means-commandline.html Wed Jan 15 06:40:27 2014
@@ -36,7 +36,6 @@
         natural language processing,
         supervised, text mining, time series data, unsupervised, web data mining">
   <link rel="shortcut icon" type="image/x-icon" href="http://mahout.apache.org/images/favicon.ico">
-  <script id="twitter-wjs" src="/js/widgets.js"></script>
   <script type="text/javascript" src="/js/prototype.js"></script>
   <script type="text/javascript" src="/js/effects.js"></script>
   <script type="text/javascript" src="/js/search.js"></script>
@@ -246,72 +245,7 @@
         </div>
       </div>
     </div>
-  <div id="slides">
-    <div class="slideshow" id="mantleSlides">
-      <div id="slide1" style="display: none;">
-        <div class="callout">
-          Scalable machine learning<br>
-          and data mining
-        </div>
-        <div class="description">
-          Apache Mahout has implementations of a wide range of machine learning and data mining algorithms: clustering,
-          classification, collaborative filtering and frequent pattern mining
-        </div>
-        <div class="mantle">
-          <img alt="Apache Mahout" src="/images/mantle-mahout.png">
-        </div>
-      </div>
-      <div id="slide2" style="display: none;">
-        <div class="callout">
-          Leveraging the power of Map/Reduce<br/>
-          with Apache Hadoop
-        </div>
-        <div class="description">
-          Our core algorithms for clustering, classification and batch based collaborative filtering are implemented on
-          top of Apache Hadoop using the map/reduce paradigm
-        </div>
-        <div class="mantle">
-          <img alt="Hadoop" src="/images/mantle-hadoop.png">
-        </div>
-      </div>
-      <div id="slide3" style="">
-        <div class="callout">
-          Scalable and vibrant community
-        </div>
-        <div class="description">
-          The goal of Apache Mahout is to build a vibrant, responsive, diverse community to facilitate discussions not only on
-          the project itself but also on potential use cases
-        </div>
-        <div class="mantle">
-          <img alt="Apache Mahout community" src="/images/mantle-community.png">
-        </div>
-      </div>
-      <div id="slide4" style="opacity: 0.5; display: none;">
-        <div class="callout">
-          Apache 2.0 licensed
-        </div>
-        <div class="description">
-          Apache Mahout is distributed under a commercially friendly Apache Software license
-        </div>
-        <div class="mantle">
-          <img alt="Apache Software Foundation" src="/images/mantle-asf.png">
-        </div>
-      </div>
-    </div>
-    <div class="controls">
-      <a class="next" id="next" title="Next" href="http://mahout.apache.org/#">Next</a>
-      <a class="previous" id="previous" title="Previous" href="http://mahout.apache.org/#">Previous</a>
-      <a class="start" id="start" title="Start" href="http://mahout.apache.org/#" style="display: none;">Start</a>
-      <a class="stop" id="stop" title="Stop" href="http://mahout.apache.org/#">Stop</a>
-    </div>
-  </div>
 
-  <script type="text/javascript">
-    function StartSlides() {
-    new Slides('mantleSlides');
-    }
-    document.observe ('dom:loaded', StartSlides);
-  </script>
 </div>
 
  <div id="sidebar">
@@ -325,12 +259,12 @@
       <li>Latest development version: Mahout 0.9-SNAPSHOT</li>
     </ul>
     <h2>Twitter</h2>
-    <ul class="sidemenu">
-      <li data-twttr-id="twttr-sandbox-0">
-      <iframe id="twitter-widget-0" scrolling="no" frameborder="0" allowtransparency="true" class="twitter-timeline twitter-timeline-rendered" title="Twitter Timeline Widget" style="border: none; max-width: 100%; min-width: 180px;" width="360" height="600"></iframe>
-      <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
-      </li>
-    </ul>
+	<ul class="sidemenu">
+		<li>
+<a class="twitter-timeline" href="https://twitter.com/ApacheMahout" data-widget-id="422861673444028416">Tweets by @ApacheMahout</a>
+<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+</li>
+	</ul>
     <h2>Apache Software Foundation</h2>
     <ul class="sidemenu">
       <li><a href="http://www.apache.org/foundation/how-it-works.html">How the ASF works</a></li>
@@ -437,7 +371,7 @@ to view all outputs.</p>
   <footer class="footer" align="center">
     <div class="container">
       <p>
-        Copyright &copy; 2013 The Apache Software Foundation, Licensed under
+        Copyright &copy; 2014 The Apache Software Foundation, Licensed under
         the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
         <br />
         Apache and the Apache feather logos are trademarks of The Apache Software Foundation.

Modified: websites/staging/mahout/trunk/content/users/clustering/latent-dirichlet-allocation.html
==============================================================================
--- websites/staging/mahout/trunk/content/users/clustering/latent-dirichlet-allocation.html (original)
+++ websites/staging/mahout/trunk/content/users/clustering/latent-dirichlet-allocation.html Wed Jan 15 06:40:27 2014
@@ -36,7 +36,6 @@
         natural language processing,
         supervised, text mining, time series data, unsupervised, web data mining">
   <link rel="shortcut icon" type="image/x-icon" href="http://mahout.apache.org/images/favicon.ico">
-  <script id="twitter-wjs" src="/js/widgets.js"></script>
   <script type="text/javascript" src="/js/prototype.js"></script>
   <script type="text/javascript" src="/js/effects.js"></script>
   <script type="text/javascript" src="/js/search.js"></script>
@@ -246,72 +245,7 @@
         </div>
       </div>
     </div>
-  <div id="slides">
-    <div class="slideshow" id="mantleSlides">
-      <div id="slide1" style="display: none;">
-        <div class="callout">
-          Scalable machine learning<br>
-          and data mining
-        </div>
-        <div class="description">
-          Apache Mahout has implementations of a wide range of machine learning and data mining algorithms: clustering,
-          classification, collaborative filtering and frequent pattern mining
-        </div>
-        <div class="mantle">
-          <img alt="Apache Mahout" src="/images/mantle-mahout.png">
-        </div>
-      </div>
-      <div id="slide2" style="display: none;">
-        <div class="callout">
-          Leveraging the power of Map/Reduce<br/>
-          with Apache Hadoop
-        </div>
-        <div class="description">
-          Our core algorithms for clustering, classification and batch based collaborative filtering are implemented on
-          top of Apache Hadoop using the map/reduce paradigm
-        </div>
-        <div class="mantle">
-          <img alt="Hadoop" src="/images/mantle-hadoop.png">
-        </div>
-      </div>
-      <div id="slide3" style="">
-        <div class="callout">
-          Scalable and vibrant community
-        </div>
-        <div class="description">
-          The goal of Apache Mahout is to build a vibrant, responsive, diverse community to facilitate discussions not only on
-          the project itself but also on potential use cases
-        </div>
-        <div class="mantle">
-          <img alt="Apache Mahout community" src="/images/mantle-community.png">
-        </div>
-      </div>
-      <div id="slide4" style="opacity: 0.5; display: none;">
-        <div class="callout">
-          Apache 2.0 licensed
-        </div>
-        <div class="description">
-          Apache Mahout is distributed under a commercially friendly Apache Software license
-        </div>
-        <div class="mantle">
-          <img alt="Apache Software Foundation" src="/images/mantle-asf.png">
-        </div>
-      </div>
-    </div>
-    <div class="controls">
-      <a class="next" id="next" title="Next" href="http://mahout.apache.org/#">Next</a>
-      <a class="previous" id="previous" title="Previous" href="http://mahout.apache.org/#">Previous</a>
-      <a class="start" id="start" title="Start" href="http://mahout.apache.org/#" style="display: none;">Start</a>
-      <a class="stop" id="stop" title="Stop" href="http://mahout.apache.org/#">Stop</a>
-    </div>
-  </div>
 
-  <script type="text/javascript">
-    function StartSlides() {
-    new Slides('mantleSlides');
-    }
-    document.observe ('dom:loaded', StartSlides);
-  </script>
 </div>
 
  <div id="sidebar">
@@ -325,12 +259,12 @@
       <li>Latest development version: Mahout 0.9-SNAPSHOT</li>
     </ul>
     <h2>Twitter</h2>
-    <ul class="sidemenu">
-      <li data-twttr-id="twttr-sandbox-0">
-      <iframe id="twitter-widget-0" scrolling="no" frameborder="0" allowtransparency="true" class="twitter-timeline twitter-timeline-rendered" title="Twitter Timeline Widget" style="border: none; max-width: 100%; min-width: 180px;" width="360" height="600"></iframe>
-      <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
-      </li>
-    </ul>
+	<ul class="sidemenu">
+		<li>
+<a class="twitter-timeline" href="https://twitter.com/ApacheMahout" data-widget-id="422861673444028416">Tweets by @ApacheMahout</a>
+<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+</li>
+	</ul>
     <h2>Apache Software Foundation</h2>
     <ul class="sidemenu">
       <li><a href="http://www.apache.org/foundation/how-it-works.html">How the ASF works</a></li>
@@ -479,7 +413,7 @@ post-processing step.</p>
   <footer class="footer" align="center">
     <div class="container">
       <p>
-        Copyright &copy; 2013 The Apache Software Foundation, Licensed under
+        Copyright &copy; 2014 The Apache Software Foundation, Licensed under
         the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
         <br />
         Apache and the Apache feather logos are trademarks of The Apache Software Foundation.

Modified: websites/staging/mahout/trunk/content/users/clustering/lda-commandline.html
==============================================================================
--- websites/staging/mahout/trunk/content/users/clustering/lda-commandline.html (original)
+++ websites/staging/mahout/trunk/content/users/clustering/lda-commandline.html Wed Jan 15 06:40:27 2014
@@ -36,7 +36,6 @@
         natural language processing,
         supervised, text mining, time series data, unsupervised, web data mining">
   <link rel="shortcut icon" type="image/x-icon" href="http://mahout.apache.org/images/favicon.ico">
-  <script id="twitter-wjs" src="/js/widgets.js"></script>
   <script type="text/javascript" src="/js/prototype.js"></script>
   <script type="text/javascript" src="/js/effects.js"></script>
   <script type="text/javascript" src="/js/search.js"></script>
@@ -246,72 +245,7 @@
         </div>
       </div>
     </div>
-  <div id="slides">
-    <div class="slideshow" id="mantleSlides">
-      <div id="slide1" style="display: none;">
-        <div class="callout">
-          Scalable machine learning<br>
-          and data mining
-        </div>
-        <div class="description">
-          Apache Mahout has implementations of a wide range of machine learning and data mining algorithms: clustering,
-          classification, collaborative filtering and frequent pattern mining
-        </div>
-        <div class="mantle">
-          <img alt="Apache Mahout" src="/images/mantle-mahout.png">
-        </div>
-      </div>
-      <div id="slide2" style="display: none;">
-        <div class="callout">
-          Leveraging the power of Map/Reduce<br/>
-          with Apache Hadoop
-        </div>
-        <div class="description">
-          Our core algorithms for clustering, classification and batch based collaborative filtering are implemented on
-          top of Apache Hadoop using the map/reduce paradigm
-        </div>
-        <div class="mantle">
-          <img alt="Hadoop" src="/images/mantle-hadoop.png">
-        </div>
-      </div>
-      <div id="slide3" style="">
-        <div class="callout">
-          Scalable and vibrant community
-        </div>
-        <div class="description">
-          The goal of Apache Mahout is to build a vibrant, responsive, diverse community to facilitate discussions not only on
-          the project itself but also on potential use cases
-        </div>
-        <div class="mantle">
-          <img alt="Apache Mahout community" src="/images/mantle-community.png">
-        </div>
-      </div>
-      <div id="slide4" style="opacity: 0.5; display: none;">
-        <div class="callout">
-          Apache 2.0 licensed
-        </div>
-        <div class="description">
-          Apache Mahout is distributed under a commercially friendly Apache Software license
-        </div>
-        <div class="mantle">
-          <img alt="Apache Software Foundation" src="/images/mantle-asf.png">
-        </div>
-      </div>
-    </div>
-    <div class="controls">
-      <a class="next" id="next" title="Next" href="http://mahout.apache.org/#">Next</a>
-      <a class="previous" id="previous" title="Previous" href="http://mahout.apache.org/#">Previous</a>
-      <a class="start" id="start" title="Start" href="http://mahout.apache.org/#" style="display: none;">Start</a>
-      <a class="stop" id="stop" title="Stop" href="http://mahout.apache.org/#">Stop</a>
-    </div>
-  </div>
 
-  <script type="text/javascript">
-    function StartSlides() {
-    new Slides('mantleSlides');
-    }
-    document.observe ('dom:loaded', StartSlides);
-  </script>
 </div>
 
  <div id="sidebar">
@@ -325,12 +259,12 @@
       <li>Latest development version: Mahout 0.9-SNAPSHOT</li>
     </ul>
     <h2>Twitter</h2>
-    <ul class="sidemenu">
-      <li data-twttr-id="twttr-sandbox-0">
-      <iframe id="twitter-widget-0" scrolling="no" frameborder="0" allowtransparency="true" class="twitter-timeline twitter-timeline-rendered" title="Twitter Timeline Widget" style="border: none; max-width: 100%; min-width: 180px;" width="360" height="600"></iframe>
-      <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
-      </li>
-    </ul>
+	<ul class="sidemenu">
+		<li>
+<a class="twitter-timeline" href="https://twitter.com/ApacheMahout" data-widget-id="422861673444028416">Tweets by @ApacheMahout</a>
+<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+</li>
+	</ul>
     <h2>Apache Software Foundation</h2>
     <ul class="sidemenu">
       <li><a href="http://www.apache.org/foundation/how-it-works.html">How the ASF works</a></li>
@@ -429,7 +363,7 @@ to view all outputs.</p>
   <footer class="footer" align="center">
     <div class="container">
       <p>
-        Copyright &copy; 2013 The Apache Software Foundation, Licensed under
+        Copyright &copy; 2014 The Apache Software Foundation, Licensed under
         the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
         <br />
         Apache and the Apache feather logos are trademarks of The Apache Software Foundation.

Modified: websites/staging/mahout/trunk/content/users/clustering/llr---log-likelihood-ratio.html
==============================================================================
--- websites/staging/mahout/trunk/content/users/clustering/llr---log-likelihood-ratio.html (original)
+++ websites/staging/mahout/trunk/content/users/clustering/llr---log-likelihood-ratio.html Wed Jan 15 06:40:27 2014
@@ -36,7 +36,6 @@
         natural language processing,
         supervised, text mining, time series data, unsupervised, web data mining">
   <link rel="shortcut icon" type="image/x-icon" href="http://mahout.apache.org/images/favicon.ico">
-  <script id="twitter-wjs" src="/js/widgets.js"></script>
   <script type="text/javascript" src="/js/prototype.js"></script>
   <script type="text/javascript" src="/js/effects.js"></script>
   <script type="text/javascript" src="/js/search.js"></script>
@@ -246,72 +245,7 @@
         </div>
       </div>
     </div>
-  <div id="slides">
-    <div class="slideshow" id="mantleSlides">
-      <div id="slide1" style="display: none;">
-        <div class="callout">
-          Scalable machine learning<br>
-          and data mining
-        </div>
-        <div class="description">
-          Apache Mahout has implementations of a wide range of machine learning and data mining algorithms: clustering,
-          classification, collaborative filtering and frequent pattern mining
-        </div>
-        <div class="mantle">
-          <img alt="Apache Mahout" src="/images/mantle-mahout.png">
-        </div>
-      </div>
-      <div id="slide2" style="display: none;">
-        <div class="callout">
-          Leveraging the power of Map/Reduce<br/>
-          with Apache Hadoop
-        </div>
-        <div class="description">
-          Our core algorithms for clustering, classification and batch based collaborative filtering are implemented on
-          top of Apache Hadoop using the map/reduce paradigm
-        </div>
-        <div class="mantle">
-          <img alt="Hadoop" src="/images/mantle-hadoop.png">
-        </div>
-      </div>
-      <div id="slide3" style="">
-        <div class="callout">
-          Scalable and vibrant community
-        </div>
-        <div class="description">
-          The goal of Apache Mahout is to build a vibrant, responsive, diverse community to facilitate discussions not only on
-          the project itself but also on potential use cases
-        </div>
-        <div class="mantle">
-          <img alt="Apache Mahout community" src="/images/mantle-community.png">
-        </div>
-      </div>
-      <div id="slide4" style="opacity: 0.5; display: none;">
-        <div class="callout">
-          Apache 2.0 licensed
-        </div>
-        <div class="description">
-          Apache Mahout is distributed under a commercially friendly Apache Software license
-        </div>
-        <div class="mantle">
-          <img alt="Apache Software Foundation" src="/images/mantle-asf.png">
-        </div>
-      </div>
-    </div>
-    <div class="controls">
-      <a class="next" id="next" title="Next" href="http://mahout.apache.org/#">Next</a>
-      <a class="previous" id="previous" title="Previous" href="http://mahout.apache.org/#">Previous</a>
-      <a class="start" id="start" title="Start" href="http://mahout.apache.org/#" style="display: none;">Start</a>
-      <a class="stop" id="stop" title="Stop" href="http://mahout.apache.org/#">Stop</a>
-    </div>
-  </div>
 
-  <script type="text/javascript">
-    function StartSlides() {
-    new Slides('mantleSlides');
-    }
-    document.observe ('dom:loaded', StartSlides);
-  </script>
 </div>
 
  <div id="sidebar">
@@ -325,12 +259,12 @@
       <li>Latest development version: Mahout 0.9-SNAPSHOT</li>
     </ul>
     <h2>Twitter</h2>
-    <ul class="sidemenu">
-      <li data-twttr-id="twttr-sandbox-0">
-      <iframe id="twitter-widget-0" scrolling="no" frameborder="0" allowtransparency="true" class="twitter-timeline twitter-timeline-rendered" title="Twitter Timeline Widget" style="border: none; max-width: 100%; min-width: 180px;" width="360" height="600"></iframe>
-      <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
-      </li>
-    </ul>
+	<ul class="sidemenu">
+		<li>
+<a class="twitter-timeline" href="https://twitter.com/ApacheMahout" data-widget-id="422861673444028416">Tweets by @ApacheMahout</a>
+<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+</li>
+	</ul>
     <h2>Apache Software Foundation</h2>
     <ul class="sidemenu">
       <li><a href="http://www.apache.org/foundation/how-it-works.html">How the ASF works</a></li>
@@ -389,7 +323,7 @@ number of training examples and where fe
   <footer class="footer" align="center">
     <div class="container">
       <p>
-        Copyright &copy; 2013 The Apache Software Foundation, Licensed under
+        Copyright &copy; 2014 The Apache Software Foundation, Licensed under
         the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
         <br />
         Apache and the Apache feather logos are trademarks of The Apache Software Foundation.

Modified: websites/staging/mahout/trunk/content/users/clustering/spectral-clustering.html
==============================================================================
--- websites/staging/mahout/trunk/content/users/clustering/spectral-clustering.html (original)
+++ websites/staging/mahout/trunk/content/users/clustering/spectral-clustering.html Wed Jan 15 06:40:27 2014
@@ -36,7 +36,6 @@
         natural language processing,
         supervised, text mining, time series data, unsupervised, web data mining">
   <link rel="shortcut icon" type="image/x-icon" href="http://mahout.apache.org/images/favicon.ico">
-  <script id="twitter-wjs" src="/js/widgets.js"></script>
   <script type="text/javascript" src="/js/prototype.js"></script>
   <script type="text/javascript" src="/js/effects.js"></script>
   <script type="text/javascript" src="/js/search.js"></script>
@@ -246,72 +245,7 @@
         </div>
       </div>
     </div>
-  <div id="slides">
-    <div class="slideshow" id="mantleSlides">
-      <div id="slide1" style="display: none;">
-        <div class="callout">
-          Scalable machine learning<br>
-          and data mining
-        </div>
-        <div class="description">
-          Apache Mahout has implementations of a wide range of machine learning and data mining algorithms: clustering,
-          classification, collaborative filtering and frequent pattern mining
-        </div>
-        <div class="mantle">
-          <img alt="Apache Mahout" src="/images/mantle-mahout.png">
-        </div>
-      </div>
-      <div id="slide2" style="display: none;">
-        <div class="callout">
-          Leveraging the power of Map/Reduce<br/>
-          with Apache Hadoop
-        </div>
-        <div class="description">
-          Our core algorithms for clustering, classification and batch based collaborative filtering are implemented on
-          top of Apache Hadoop using the map/reduce paradigm
-        </div>
-        <div class="mantle">
-          <img alt="Hadoop" src="/images/mantle-hadoop.png">
-        </div>
-      </div>
-      <div id="slide3" style="">
-        <div class="callout">
-          Scalable and vibrant community
-        </div>
-        <div class="description">
-          The goal of Apache Mahout is to build a vibrant, responsive, diverse community to facilitate discussions not only on
-          the project itself but also on potential use cases
-        </div>
-        <div class="mantle">
-          <img alt="Apache Mahout community" src="/images/mantle-community.png">
-        </div>
-      </div>
-      <div id="slide4" style="opacity: 0.5; display: none;">
-        <div class="callout">
-          Apache 2.0 licensed
-        </div>
-        <div class="description">
-          Apache Mahout is distributed under a commercially friendly Apache Software license
-        </div>
-        <div class="mantle">
-          <img alt="Apache Software Foundation" src="/images/mantle-asf.png">
-        </div>
-      </div>
-    </div>
-    <div class="controls">
-      <a class="next" id="next" title="Next" href="http://mahout.apache.org/#">Next</a>
-      <a class="previous" id="previous" title="Previous" href="http://mahout.apache.org/#">Previous</a>
-      <a class="start" id="start" title="Start" href="http://mahout.apache.org/#" style="display: none;">Start</a>
-      <a class="stop" id="stop" title="Stop" href="http://mahout.apache.org/#">Stop</a>
-    </div>
-  </div>
 
-  <script type="text/javascript">
-    function StartSlides() {
-    new Slides('mantleSlides');
-    }
-    document.observe ('dom:loaded', StartSlides);
-  </script>
 </div>
 
  <div id="sidebar">
@@ -325,12 +259,12 @@
       <li>Latest development version: Mahout 0.9-SNAPSHOT</li>
     </ul>
     <h2>Twitter</h2>
-    <ul class="sidemenu">
-      <li data-twttr-id="twttr-sandbox-0">
-      <iframe id="twitter-widget-0" scrolling="no" frameborder="0" allowtransparency="true" class="twitter-timeline twitter-timeline-rendered" title="Twitter Timeline Widget" style="border: none; max-width: 100%; min-width: 180px;" width="360" height="600"></iframe>
-      <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
-      </li>
-    </ul>
+	<ul class="sidemenu">
+		<li>
+<a class="twitter-timeline" href="https://twitter.com/ApacheMahout" data-widget-id="422861673444028416">Tweets by @ApacheMahout</a>
+<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+</li>
+	</ul>
     <h2>Apache Software Foundation</h2>
     <ul class="sidemenu">
       <li><a href="http://www.apache.org/foundation/how-it-works.html">How the ASF works</a></li>
@@ -563,7 +497,7 @@ high affinities with both clusters.</p>
   <footer class="footer" align="center">
     <div class="container">
       <p>
-        Copyright &copy; 2013 The Apache Software Foundation, Licensed under
+        Copyright &copy; 2014 The Apache Software Foundation, Licensed under
         the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
         <br />
         Apache and the Apache feather logos are trademarks of The Apache Software Foundation.

Modified: websites/staging/mahout/trunk/content/users/clustering/twenty-newsgroups.html
==============================================================================
--- websites/staging/mahout/trunk/content/users/clustering/twenty-newsgroups.html (original)
+++ websites/staging/mahout/trunk/content/users/clustering/twenty-newsgroups.html Wed Jan 15 06:40:27 2014
@@ -36,7 +36,6 @@
         natural language processing,
         supervised, text mining, time series data, unsupervised, web data mining">
   <link rel="shortcut icon" type="image/x-icon" href="http://mahout.apache.org/images/favicon.ico">
-  <script id="twitter-wjs" src="/js/widgets.js"></script>
   <script type="text/javascript" src="/js/prototype.js"></script>
   <script type="text/javascript" src="/js/effects.js"></script>
   <script type="text/javascript" src="/js/search.js"></script>
@@ -246,72 +245,7 @@
         </div>
       </div>
     </div>
-  <div id="slides">
-    <div class="slideshow" id="mantleSlides">
-      <div id="slide1" style="display: none;">
-        <div class="callout">
-          Scalable machine learning<br>
-          and data mining
-        </div>
-        <div class="description">
-          Apache Mahout has implementations of a wide range of machine learning and data mining algorithms: clustering,
-          classification, collaborative filtering and frequent pattern mining
-        </div>
-        <div class="mantle">
-          <img alt="Apache Mahout" src="/images/mantle-mahout.png">
-        </div>
-      </div>
-      <div id="slide2" style="display: none;">
-        <div class="callout">
-          Leveraging the power of Map/Reduce<br/>
-          with Apache Hadoop
-        </div>
-        <div class="description">
-          Our core algorithms for clustering, classification and batch based collaborative filtering are implemented on
-          top of Apache Hadoop using the map/reduce paradigm
-        </div>
-        <div class="mantle">
-          <img alt="Hadoop" src="/images/mantle-hadoop.png">
-        </div>
-      </div>
-      <div id="slide3" style="">
-        <div class="callout">
-          Scalable and vibrant community
-        </div>
-        <div class="description">
-          The goal of Apache Mahout is to build a vibrant, responsive, diverse community to facilitate discussions not only on
-          the project itself but also on potential use cases
-        </div>
-        <div class="mantle">
-          <img alt="Apache Mahout community" src="/images/mantle-community.png">
-        </div>
-      </div>
-      <div id="slide4" style="opacity: 0.5; display: none;">
-        <div class="callout">
-          Apache 2.0 licensed
-        </div>
-        <div class="description">
-          Apache Mahout is distributed under a commercially friendly Apache Software license
-        </div>
-        <div class="mantle">
-          <img alt="Apache Software Foundation" src="/images/mantle-asf.png">
-        </div>
-      </div>
-    </div>
-    <div class="controls">
-      <a class="next" id="next" title="Next" href="http://mahout.apache.org/#">Next</a>
-      <a class="previous" id="previous" title="Previous" href="http://mahout.apache.org/#">Previous</a>
-      <a class="start" id="start" title="Start" href="http://mahout.apache.org/#" style="display: none;">Start</a>
-      <a class="stop" id="stop" title="Stop" href="http://mahout.apache.org/#">Stop</a>
-    </div>
-  </div>
 
-  <script type="text/javascript">
-    function StartSlides() {
-    new Slides('mantleSlides');
-    }
-    document.observe ('dom:loaded', StartSlides);
-  </script>
 </div>
 
  <div id="sidebar">
@@ -325,12 +259,12 @@
       <li>Latest development version: Mahout 0.9-SNAPSHOT</li>
     </ul>
     <h2>Twitter</h2>
-    <ul class="sidemenu">
-      <li data-twttr-id="twttr-sandbox-0">
-      <iframe id="twitter-widget-0" scrolling="no" frameborder="0" allowtransparency="true" class="twitter-timeline twitter-timeline-rendered" title="Twitter Timeline Widget" style="border: none; max-width: 100%; min-width: 180px;" width="360" height="600"></iframe>
-      <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
-      </li>
-    </ul>
+	<ul class="sidemenu">
+		<li>
+<a class="twitter-timeline" href="https://twitter.com/ApacheMahout" data-widget-id="422861673444028416">Tweets by @ApacheMahout</a>
+<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+</li>
+	</ul>
     <h2>Apache Software Foundation</h2>
     <ul class="sidemenu">
       <li><a href="http://www.apache.org/foundation/how-it-works.html">How the ASF works</a></li>
@@ -477,7 +411,7 @@ $ mvn install</p>
   <footer class="footer" align="center">
     <div class="container">
       <p>
-        Copyright &copy; 2013 The Apache Software Foundation, Licensed under
+        Copyright &copy; 2014 The Apache Software Foundation, Licensed under
         the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
         <br />
         Apache and the Apache feather logos are trademarks of The Apache Software Foundation.

Modified: websites/staging/mahout/trunk/content/users/clustering/viewing-result.html
==============================================================================
--- websites/staging/mahout/trunk/content/users/clustering/viewing-result.html (original)
+++ websites/staging/mahout/trunk/content/users/clustering/viewing-result.html Wed Jan 15 06:40:27 2014
@@ -36,7 +36,6 @@
         natural language processing,
         supervised, text mining, time series data, unsupervised, web data mining">
   <link rel="shortcut icon" type="image/x-icon" href="http://mahout.apache.org/images/favicon.ico">
-  <script id="twitter-wjs" src="/js/widgets.js"></script>
   <script type="text/javascript" src="/js/prototype.js"></script>
   <script type="text/javascript" src="/js/effects.js"></script>
   <script type="text/javascript" src="/js/search.js"></script>
@@ -246,72 +245,7 @@
         </div>
       </div>
     </div>
-  <div id="slides">
-    <div class="slideshow" id="mantleSlides">
-      <div id="slide1" style="display: none;">
-        <div class="callout">
-          Scalable machine learning<br>
-          and data mining
-        </div>
-        <div class="description">
-          Apache Mahout has implementations of a wide range of machine learning and data mining algorithms: clustering,
-          classification, collaborative filtering and frequent pattern mining
-        </div>
-        <div class="mantle">
-          <img alt="Apache Mahout" src="/images/mantle-mahout.png">
-        </div>
-      </div>
-      <div id="slide2" style="display: none;">
-        <div class="callout">
-          Leveraging the power of Map/Reduce<br/>
-          with Apache Hadoop
-        </div>
-        <div class="description">
-          Our core algorithms for clustering, classification and batch based collaborative filtering are implemented on
-          top of Apache Hadoop using the map/reduce paradigm
-        </div>
-        <div class="mantle">
-          <img alt="Hadoop" src="/images/mantle-hadoop.png">
-        </div>
-      </div>
-      <div id="slide3" style="">
-        <div class="callout">
-          Scalable and vibrant community
-        </div>
-        <div class="description">
-          The goal of Apache Mahout is to build a vibrant, responsive, diverse community to facilitate discussions not only on
-          the project itself but also on potential use cases
-        </div>
-        <div class="mantle">
-          <img alt="Apache Mahout community" src="/images/mantle-community.png">
-        </div>
-      </div>
-      <div id="slide4" style="opacity: 0.5; display: none;">
-        <div class="callout">
-          Apache 2.0 licensed
-        </div>
-        <div class="description">
-          Apache Mahout is distributed under a commercially friendly Apache Software license
-        </div>
-        <div class="mantle">
-          <img alt="Apache Software Foundation" src="/images/mantle-asf.png">
-        </div>
-      </div>
-    </div>
-    <div class="controls">
-      <a class="next" id="next" title="Next" href="http://mahout.apache.org/#">Next</a>
-      <a class="previous" id="previous" title="Previous" href="http://mahout.apache.org/#">Previous</a>
-      <a class="start" id="start" title="Start" href="http://mahout.apache.org/#" style="display: none;">Start</a>
-      <a class="stop" id="stop" title="Stop" href="http://mahout.apache.org/#">Stop</a>
-    </div>
-  </div>
 
-  <script type="text/javascript">
-    function StartSlides() {
-    new Slides('mantleSlides');
-    }
-    document.observe ('dom:loaded', StartSlides);
-  </script>
 </div>
 
  <div id="sidebar">
@@ -325,12 +259,12 @@
       <li>Latest development version: Mahout 0.9-SNAPSHOT</li>
     </ul>
     <h2>Twitter</h2>
-    <ul class="sidemenu">
-      <li data-twttr-id="twttr-sandbox-0">
-      <iframe id="twitter-widget-0" scrolling="no" frameborder="0" allowtransparency="true" class="twitter-timeline twitter-timeline-rendered" title="Twitter Timeline Widget" style="border: none; max-width: 100%; min-width: 180px;" width="360" height="600"></iframe>
-      <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
-      </li>
-    </ul>
+	<ul class="sidemenu">
+		<li>
+<a class="twitter-timeline" href="https://twitter.com/ApacheMahout" data-widget-id="422861673444028416">Tweets by @ApacheMahout</a>
+<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+</li>
+	</ul>
     <h2>Apache Software Foundation</h2>
     <ul class="sidemenu">
       <li><a href="http://www.apache.org/foundation/how-it-works.html">How the ASF works</a></li>
@@ -364,7 +298,7 @@ algorithms.
   <footer class="footer" align="center">
     <div class="container">
       <p>
-        Copyright &copy; 2013 The Apache Software Foundation, Licensed under
+        Copyright &copy; 2014 The Apache Software Foundation, Licensed under
         the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
         <br />
         Apache and the Apache feather logos are trademarks of The Apache Software Foundation.

Modified: websites/staging/mahout/trunk/content/users/clustering/viewing-results.html
==============================================================================
--- websites/staging/mahout/trunk/content/users/clustering/viewing-results.html (original)
+++ websites/staging/mahout/trunk/content/users/clustering/viewing-results.html Wed Jan 15 06:40:27 2014
@@ -36,7 +36,6 @@
         natural language processing,
         supervised, text mining, time series data, unsupervised, web data mining">
   <link rel="shortcut icon" type="image/x-icon" href="http://mahout.apache.org/images/favicon.ico">
-  <script id="twitter-wjs" src="/js/widgets.js"></script>
   <script type="text/javascript" src="/js/prototype.js"></script>
   <script type="text/javascript" src="/js/effects.js"></script>
   <script type="text/javascript" src="/js/search.js"></script>
@@ -246,72 +245,7 @@
         </div>
       </div>
     </div>
-  <div id="slides">
-    <div class="slideshow" id="mantleSlides">
-      <div id="slide1" style="display: none;">
-        <div class="callout">
-          Scalable machine learning<br>
-          and data mining
-        </div>
-        <div class="description">
-          Apache Mahout has implementations of a wide range of machine learning and data mining algorithms: clustering,
-          classification, collaborative filtering and frequent pattern mining
-        </div>
-        <div class="mantle">
-          <img alt="Apache Mahout" src="/images/mantle-mahout.png">
-        </div>
-      </div>
-      <div id="slide2" style="display: none;">
-        <div class="callout">
-          Leveraging the power of Map/Reduce<br/>
-          with Apache Hadoop
-        </div>
-        <div class="description">
-          Our core algorithms for clustering, classification and batch based collaborative filtering are implemented on
-          top of Apache Hadoop using the map/reduce paradigm
-        </div>
-        <div class="mantle">
-          <img alt="Hadoop" src="/images/mantle-hadoop.png">
-        </div>
-      </div>
-      <div id="slide3" style="">
-        <div class="callout">
-          Scalable and vibrant community
-        </div>
-        <div class="description">
-          The goal of Apache Mahout is to build a vibrant, responsive, diverse community to facilitate discussions not only on
-          the project itself but also on potential use cases
-        </div>
-        <div class="mantle">
-          <img alt="Apache Mahout community" src="/images/mantle-community.png">
-        </div>
-      </div>
-      <div id="slide4" style="opacity: 0.5; display: none;">
-        <div class="callout">
-          Apache 2.0 licensed
-        </div>
-        <div class="description">
-          Apache Mahout is distributed under a commercially friendly Apache Software license
-        </div>
-        <div class="mantle">
-          <img alt="Apache Software Foundation" src="/images/mantle-asf.png">
-        </div>
-      </div>
-    </div>
-    <div class="controls">
-      <a class="next" id="next" title="Next" href="http://mahout.apache.org/#">Next</a>
-      <a class="previous" id="previous" title="Previous" href="http://mahout.apache.org/#">Previous</a>
-      <a class="start" id="start" title="Start" href="http://mahout.apache.org/#" style="display: none;">Start</a>
-      <a class="stop" id="stop" title="Stop" href="http://mahout.apache.org/#">Stop</a>
-    </div>
-  </div>
 
-  <script type="text/javascript">
-    function StartSlides() {
-    new Slides('mantleSlides');
-    }
-    document.observe ('dom:loaded', StartSlides);
-  </script>
 </div>
 
  <div id="sidebar">
@@ -325,12 +259,12 @@
       <li>Latest development version: Mahout 0.9-SNAPSHOT</li>
     </ul>
     <h2>Twitter</h2>
-    <ul class="sidemenu">
-      <li data-twttr-id="twttr-sandbox-0">
-      <iframe id="twitter-widget-0" scrolling="no" frameborder="0" allowtransparency="true" class="twitter-timeline twitter-timeline-rendered" title="Twitter Timeline Widget" style="border: none; max-width: 100%; min-width: 180px;" width="360" height="600"></iframe>
-      <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
-      </li>
-    </ul>
+	<ul class="sidemenu">
+		<li>
+<a class="twitter-timeline" href="https://twitter.com/ApacheMahout" data-widget-id="422861673444028416">Tweets by @ApacheMahout</a>
+<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+</li>
+	</ul>
     <h2>Apache Software Foundation</h2>
     <ul class="sidemenu">
       <li><a href="http://www.apache.org/foundation/how-it-works.html">How the ASF works</a></li>
@@ -387,7 +321,7 @@ demonstrate the various ways one might i
   <footer class="footer" align="center">
     <div class="container">
       <p>
-        Copyright &copy; 2013 The Apache Software Foundation, Licensed under
+        Copyright &copy; 2014 The Apache Software Foundation, Licensed under
         the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
         <br />
         Apache and the Apache feather logos are trademarks of The Apache Software Foundation.

Modified: websites/staging/mahout/trunk/content/users/clustering/visualizing-sample-clusters.html
==============================================================================
--- websites/staging/mahout/trunk/content/users/clustering/visualizing-sample-clusters.html (original)
+++ websites/staging/mahout/trunk/content/users/clustering/visualizing-sample-clusters.html Wed Jan 15 06:40:27 2014
@@ -36,7 +36,6 @@
         natural language processing,
         supervised, text mining, time series data, unsupervised, web data mining">
   <link rel="shortcut icon" type="image/x-icon" href="http://mahout.apache.org/images/favicon.ico">
-  <script id="twitter-wjs" src="/js/widgets.js"></script>
   <script type="text/javascript" src="/js/prototype.js"></script>
   <script type="text/javascript" src="/js/effects.js"></script>
   <script type="text/javascript" src="/js/search.js"></script>
@@ -246,72 +245,7 @@
         </div>
       </div>
     </div>
-  <div id="slides">
-    <div class="slideshow" id="mantleSlides">
-      <div id="slide1" style="display: none;">
-        <div class="callout">
-          Scalable machine learning<br>
-          and data mining
-        </div>
-        <div class="description">
-          Apache Mahout has implementations of a wide range of machine learning and data mining algorithms: clustering,
-          classification, collaborative filtering and frequent pattern mining
-        </div>
-        <div class="mantle">
-          <img alt="Apache Mahout" src="/images/mantle-mahout.png">
-        </div>
-      </div>
-      <div id="slide2" style="display: none;">
-        <div class="callout">
-          Leveraging the power of Map/Reduce<br/>
-          with Apache Hadoop
-        </div>
-        <div class="description">
-          Our core algorithms for clustering, classification and batch based collaborative filtering are implemented on
-          top of Apache Hadoop using the map/reduce paradigm
-        </div>
-        <div class="mantle">
-          <img alt="Hadoop" src="/images/mantle-hadoop.png">
-        </div>
-      </div>
-      <div id="slide3" style="">
-        <div class="callout">
-          Scalable and vibrant community
-        </div>
-        <div class="description">
-          The goal of Apache Mahout is to build a vibrant, responsive, diverse community to facilitate discussions not only on
-          the project itself but also on potential use cases
-        </div>
-        <div class="mantle">
-          <img alt="Apache Mahout community" src="/images/mantle-community.png">
-        </div>
-      </div>
-      <div id="slide4" style="opacity: 0.5; display: none;">
-        <div class="callout">
-          Apache 2.0 licensed
-        </div>
-        <div class="description">
-          Apache Mahout is distributed under a commercially friendly Apache Software license
-        </div>
-        <div class="mantle">
-          <img alt="Apache Software Foundation" src="/images/mantle-asf.png">
-        </div>
-      </div>
-    </div>
-    <div class="controls">
-      <a class="next" id="next" title="Next" href="http://mahout.apache.org/#">Next</a>
-      <a class="previous" id="previous" title="Previous" href="http://mahout.apache.org/#">Previous</a>
-      <a class="start" id="start" title="Start" href="http://mahout.apache.org/#" style="display: none;">Start</a>
-      <a class="stop" id="stop" title="Stop" href="http://mahout.apache.org/#">Stop</a>
-    </div>
-  </div>
 
-  <script type="text/javascript">
-    function StartSlides() {
-    new Slides('mantleSlides');
-    }
-    document.observe ('dom:loaded', StartSlides);
-  </script>
 </div>
 
  <div id="sidebar">
@@ -325,12 +259,12 @@
       <li>Latest development version: Mahout 0.9-SNAPSHOT</li>
     </ul>
     <h2>Twitter</h2>
-    <ul class="sidemenu">
-      <li data-twttr-id="twttr-sandbox-0">
-      <iframe id="twitter-widget-0" scrolling="no" frameborder="0" allowtransparency="true" class="twitter-timeline twitter-timeline-rendered" title="Twitter Timeline Widget" style="border: none; max-width: 100%; min-width: 180px;" width="360" height="600"></iframe>
-      <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
-      </li>
-    </ul>
+	<ul class="sidemenu">
+		<li>
+<a class="twitter-timeline" href="https://twitter.com/ApacheMahout" data-widget-id="422861673444028416">Tweets by @ApacheMahout</a>
+<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+</li>
+	</ul>
     <h2>Apache Software Foundation</h2>
     <ul class="sidemenu">
       <li><a href="http://www.apache.org/foundation/how-it-works.html">How the ASF works</a></li>
@@ -423,7 +357,7 @@ display SIGNIFICANCE you can obtain diff
   <footer class="footer" align="center">
     <div class="container">
       <p>
-        Copyright &copy; 2013 The Apache Software Foundation, Licensed under
+        Copyright &copy; 2014 The Apache Software Foundation, Licensed under
         the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
         <br />
         Apache and the Apache feather logos are trademarks of The Apache Software Foundation.

Modified: websites/staging/mahout/trunk/content/users/recommender/recommender-documentation.html
==============================================================================
--- websites/staging/mahout/trunk/content/users/recommender/recommender-documentation.html (original)
+++ websites/staging/mahout/trunk/content/users/recommender/recommender-documentation.html Wed Jan 15 06:40:27 2014
@@ -36,7 +36,6 @@
         natural language processing,
         supervised, text mining, time series data, unsupervised, web data mining">
   <link rel="shortcut icon" type="image/x-icon" href="http://mahout.apache.org/images/favicon.ico">
-  <script id="twitter-wjs" src="/js/widgets.js"></script>
   <script type="text/javascript" src="/js/prototype.js"></script>
   <script type="text/javascript" src="/js/effects.js"></script>
   <script type="text/javascript" src="/js/search.js"></script>
@@ -246,72 +245,7 @@
         </div>
       </div>
     </div>
-  <div id="slides">
-    <div class="slideshow" id="mantleSlides">
-      <div id="slide1" style="display: none;">
-        <div class="callout">
-          Scalable machine learning<br>
-          and data mining
-        </div>
-        <div class="description">
-          Apache Mahout has implementations of a wide range of machine learning and data mining algorithms: clustering,
-          classification, collaborative filtering and frequent pattern mining
-        </div>
-        <div class="mantle">
-          <img alt="Apache Mahout" src="/images/mantle-mahout.png">
-        </div>
-      </div>
-      <div id="slide2" style="display: none;">
-        <div class="callout">
-          Leveraging the power of Map/Reduce<br/>
-          with Apache Hadoop
-        </div>
-        <div class="description">
-          Our core algorithms for clustering, classification and batch based collaborative filtering are implemented on
-          top of Apache Hadoop using the map/reduce paradigm
-        </div>
-        <div class="mantle">
-          <img alt="Hadoop" src="/images/mantle-hadoop.png">
-        </div>
-      </div>
-      <div id="slide3" style="">
-        <div class="callout">
-          Scalable and vibrant community
-        </div>
-        <div class="description">
-          The goal of Apache Mahout is to build a vibrant, responsive, diverse community to facilitate discussions not only on
-          the project itself but also on potential use cases
-        </div>
-        <div class="mantle">
-          <img alt="Apache Mahout community" src="/images/mantle-community.png">
-        </div>
-      </div>
-      <div id="slide4" style="opacity: 0.5; display: none;">
-        <div class="callout">
-          Apache 2.0 licensed
-        </div>
-        <div class="description">
-          Apache Mahout is distributed under a commercially friendly Apache Software license
-        </div>
-        <div class="mantle">
-          <img alt="Apache Software Foundation" src="/images/mantle-asf.png">
-        </div>
-      </div>
-    </div>
-    <div class="controls">
-      <a class="next" id="next" title="Next" href="http://mahout.apache.org/#">Next</a>
-      <a class="previous" id="previous" title="Previous" href="http://mahout.apache.org/#">Previous</a>
-      <a class="start" id="start" title="Start" href="http://mahout.apache.org/#" style="display: none;">Start</a>
-      <a class="stop" id="stop" title="Stop" href="http://mahout.apache.org/#">Stop</a>
-    </div>
-  </div>
 
-  <script type="text/javascript">
-    function StartSlides() {
-    new Slides('mantleSlides');
-    }
-    document.observe ('dom:loaded', StartSlides);
-  </script>
 </div>
 
  <div id="sidebar">
@@ -325,12 +259,12 @@
       <li>Latest development version: Mahout 0.9-SNAPSHOT</li>
     </ul>
     <h2>Twitter</h2>
-    <ul class="sidemenu">
-      <li data-twttr-id="twttr-sandbox-0">
-      <iframe id="twitter-widget-0" scrolling="no" frameborder="0" allowtransparency="true" class="twitter-timeline twitter-timeline-rendered" title="Twitter Timeline Widget" style="border: none; max-width: 100%; min-width: 180px;" width="360" height="600"></iframe>
-      <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
-      </li>
-    </ul>
+	<ul class="sidemenu">
+		<li>
+<a class="twitter-timeline" href="https://twitter.com/ApacheMahout" data-widget-id="422861673444028416">Tweets by @ApacheMahout</a>
+<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+</li>
+	</ul>
     <h2>Apache Software Foundation</h2>
     <ul class="sidemenu">
       <li><a href="http://www.apache.org/foundation/how-it-works.html">How the ASF works</a></li>
@@ -705,7 +639,7 @@ could ever want!</p>
   <footer class="footer" align="center">
     <div class="container">
       <p>
-        Copyright &copy; 2013 The Apache Software Foundation, Licensed under
+        Copyright &copy; 2014 The Apache Software Foundation, Licensed under
         the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
         <br />
         Apache and the Apache feather logos are trademarks of The Apache Software Foundation.

Modified: websites/staging/mahout/trunk/content/users/recommender/recommender-first-timer-faq.html
==============================================================================
--- websites/staging/mahout/trunk/content/users/recommender/recommender-first-timer-faq.html (original)
+++ websites/staging/mahout/trunk/content/users/recommender/recommender-first-timer-faq.html Wed Jan 15 06:40:27 2014
@@ -36,7 +36,6 @@
         natural language processing,
         supervised, text mining, time series data, unsupervised, web data mining">
   <link rel="shortcut icon" type="image/x-icon" href="http://mahout.apache.org/images/favicon.ico">
-  <script id="twitter-wjs" src="/js/widgets.js"></script>
   <script type="text/javascript" src="/js/prototype.js"></script>
   <script type="text/javascript" src="/js/effects.js"></script>
   <script type="text/javascript" src="/js/search.js"></script>
@@ -246,72 +245,7 @@
         </div>
       </div>
     </div>
-  <div id="slides">
-    <div class="slideshow" id="mantleSlides">
-      <div id="slide1" style="display: none;">
-        <div class="callout">
-          Scalable machine learning<br>
-          and data mining
-        </div>
-        <div class="description">
-          Apache Mahout has implementations of a wide range of machine learning and data mining algorithms: clustering,
-          classification, collaborative filtering and frequent pattern mining
-        </div>
-        <div class="mantle">
-          <img alt="Apache Mahout" src="/images/mantle-mahout.png">
-        </div>
-      </div>
-      <div id="slide2" style="display: none;">
-        <div class="callout">
-          Leveraging the power of Map/Reduce<br/>
-          with Apache Hadoop
-        </div>
-        <div class="description">
-          Our core algorithms for clustering, classification and batch based collaborative filtering are implemented on
-          top of Apache Hadoop using the map/reduce paradigm
-        </div>
-        <div class="mantle">
-          <img alt="Hadoop" src="/images/mantle-hadoop.png">
-        </div>
-      </div>
-      <div id="slide3" style="">
-        <div class="callout">
-          Scalable and vibrant community
-        </div>
-        <div class="description">
-          The goal of Apache Mahout is to build a vibrant, responsive, diverse community to facilitate discussions not only on
-          the project itself but also on potential use cases
-        </div>
-        <div class="mantle">
-          <img alt="Apache Mahout community" src="/images/mantle-community.png">
-        </div>
-      </div>
-      <div id="slide4" style="opacity: 0.5; display: none;">
-        <div class="callout">
-          Apache 2.0 licensed
-        </div>
-        <div class="description">
-          Apache Mahout is distributed under a commercially friendly Apache Software license
-        </div>
-        <div class="mantle">
-          <img alt="Apache Software Foundation" src="/images/mantle-asf.png">
-        </div>
-      </div>
-    </div>
-    <div class="controls">
-      <a class="next" id="next" title="Next" href="http://mahout.apache.org/#">Next</a>
-      <a class="previous" id="previous" title="Previous" href="http://mahout.apache.org/#">Previous</a>
-      <a class="start" id="start" title="Start" href="http://mahout.apache.org/#" style="display: none;">Start</a>
-      <a class="stop" id="stop" title="Stop" href="http://mahout.apache.org/#">Stop</a>
-    </div>
-  </div>
 
-  <script type="text/javascript">
-    function StartSlides() {
-    new Slides('mantleSlides');
-    }
-    document.observe ('dom:loaded', StartSlides);
-  </script>
 </div>
 
  <div id="sidebar">
@@ -325,12 +259,12 @@
       <li>Latest development version: Mahout 0.9-SNAPSHOT</li>
     </ul>
     <h2>Twitter</h2>
-    <ul class="sidemenu">
-      <li data-twttr-id="twttr-sandbox-0">
-      <iframe id="twitter-widget-0" scrolling="no" frameborder="0" allowtransparency="true" class="twitter-timeline twitter-timeline-rendered" title="Twitter Timeline Widget" style="border: none; max-width: 100%; min-width: 180px;" width="360" height="600"></iframe>
-      <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
-      </li>
-    </ul>
+	<ul class="sidemenu">
+		<li>
+<a class="twitter-timeline" href="https://twitter.com/ApacheMahout" data-widget-id="422861673444028416">Tweets by @ApacheMahout</a>
+<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+</li>
+	</ul>
     <h2>Apache Software Foundation</h2>
     <ul class="sidemenu">
       <li><a href="http://www.apache.org/foundation/how-it-works.html">How the ASF works</a></li>
@@ -392,7 +326,7 @@ only periodically -- perhaps on the orde
   <footer class="footer" align="center">
     <div class="container">
       <p>
-        Copyright &copy; 2013 The Apache Software Foundation, Licensed under
+        Copyright &copy; 2014 The Apache Software Foundation, Licensed under
         the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
         <br />
         Apache and the Apache feather logos are trademarks of The Apache Software Foundation.