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

svn commit: r1558308 - in /mahout/site/mahout_cms/trunk: content/css/global.css content/images/home-wrapper-v3.png content/images/screen.png content/users/basics/algorithms.mdtext templates/standard.html

Author: isabel
Date: Wed Jan 15 06:40:07 2014
New Revision: 1558308

URL: http://svn.apache.org/r1558308
Log:
Fixes MAHOUT-1304 layout issues.

Site used not to work on average screen resolution w/o scrolling. Also removes
slides at the top to give the content itself more space.

Sotiris Salloumis, Thanks for this contribution.

Added:
    mahout/site/mahout_cms/trunk/content/images/home-wrapper-v3.png   (with props)
    mahout/site/mahout_cms/trunk/content/images/screen.png   (with props)
Modified:
    mahout/site/mahout_cms/trunk/content/css/global.css
    mahout/site/mahout_cms/trunk/content/users/basics/algorithms.mdtext
    mahout/site/mahout_cms/trunk/templates/standard.html

Modified: mahout/site/mahout_cms/trunk/content/css/global.css
URL: http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/content/css/global.css?rev=1558308&r1=1558307&r2=1558308&view=diff
==============================================================================
--- mahout/site/mahout_cms/trunk/content/css/global.css (original)
+++ mahout/site/mahout_cms/trunk/content/css/global.css Wed Jan 15 06:40:07 2014
@@ -343,13 +343,13 @@ input.button {
 
 #wrap{
   background: #fff url(../images/wrapper.jpg) top center no-repeat;
-  width: 1400px;
+  width: 1200px;
   margin: 0 auto;
   text-align:left;
 }
 
 #content-wrap  {
-  width:1400px;
+  width:1200px;
   margin:0 auto;
   padding-bottom: 42px;
 }
@@ -367,7 +367,7 @@ input.button {
   height: 50px;
   clear:both;
   font-size:12px;
-  width:1400px;
+  width:1200px;
   border-top: 1px solid #eee;
   background-color: #E2E2E2;
   padding: 20px 0;
@@ -506,7 +506,7 @@ input.button {
 
 #main {
   float: left;
-  width: 960px;
+  width: 826px;
   padding: 0;
   margin: 0 0 0 20px;
   display: inline;
@@ -614,7 +614,7 @@ input.button {
 
 #sidebar {
   float: right;
-  width: 380px;
+  width: 323px;
   padding: 0;
   margin: 15px 20px 0 0;
   display: inline;
@@ -739,16 +739,15 @@ p.thumbs {
 
 body#home #wrap {
   position: relative;
-  background: #fff url(../images/home-wrapper-v2.png) top center no-repeat;
-  width: 1400px;
+  background: #fff url(../images/home-wrapper-v3.png) top center no-repeat;
+  width: 1200px;
   margin: 0 auto;
   text-align: left;
 }
 
 body#home #header {
   position: relative;
-  width: 1400px;
-  height: 403px;
+  width: 1200px;
   padding: 0;
   margin: 0 auto;
   background: transparent;
@@ -881,7 +880,7 @@ body#home #col2 {
 body#full #wrap {
   position: relative;
   background: #fff top center no-repeat;
-  width: 1400px;
+  width: 1200px;
   margin: 0 auto;
   text-align: left;
 }

Added: mahout/site/mahout_cms/trunk/content/images/home-wrapper-v3.png
URL: http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/content/images/home-wrapper-v3.png?rev=1558308&view=auto
==============================================================================
Binary file - no diff available.

Propchange: mahout/site/mahout_cms/trunk/content/images/home-wrapper-v3.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: mahout/site/mahout_cms/trunk/content/images/screen.png
URL: http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/content/images/screen.png?rev=1558308&view=auto
==============================================================================
Binary file - no diff available.

Propchange: mahout/site/mahout_cms/trunk/content/images/screen.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: mahout/site/mahout_cms/trunk/content/users/basics/algorithms.mdtext
URL: http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/content/users/basics/algorithms.mdtext?rev=1558308&r1=1558307&r2=1558308&view=diff
==============================================================================
--- mahout/site/mahout_cms/trunk/content/users/basics/algorithms.mdtext (original)
+++ mahout/site/mahout_cms/trunk/content/users/basics/algorithms.mdtext Wed Jan 15 06:40:07 2014
@@ -48,19 +48,9 @@ Fully supported:
 Map-Reduce
 
 
-Deprecated or drafts only:
+Drafts only:
 
-* [Support Vector Machines](../classification/support-vector-machines.html) (see [MAHOUT-14](http://issues.apache.org/jira/browse/MAHOUT-14)
-, [MAHOUT-232](http://issues.apache.org/jira/browse/MAHOUT-232)
- and [MAHOUT-334](https://issues.apache.org/jira/browse/MAHOUT-334) 
-* [Perceptron and Winnow](../stuff/perceptron-and-winnow.html)
- (see [MAHOUT-85](http://issues.apache.org/jira/browse/MAHOUT-85))
-* [Neural Network](../classification/neural-network.html)
- (see [MAHOUT-228](http://issues.apache.org/jira/browse/MAHOUT-228))
-* [Restricted Boltzmann Machines](../classification/restricted-boltzmann-machines.html)
- (see [MAHOUT-375](http://issues.apache.org/jira/browse/MAHOUT-375))
-* Online Passive Aggressive (see [MAHOUT-702](http://issues.apache.org/jira/browse/MAHOUT-702)
-* Boosting (see [MAHOUT-716](https://issues.apache.org/jira/browse/MAHOUT-716))
+* Online Passive Aggressive (see [MAHOUT-702](http://issues.apache.org/jira/browse/MAHOUT-702))
 
 
 <a name="Algorithms-Clustering"></a>
@@ -87,7 +77,7 @@ Fully supported:
 * kMeans++ streaming clustering - documentation missing
 
 
-Deprecated or drafts only:
+Drafts only:
 
 * [Hierarchical Clustering](../clustering/hierarchical-clustering.html)
  ([MAHOUT-19](http://issues.apache.org/jira/browse/MAHOUT-19), [MAHOUT-843](https://issues.apache.org/jira/browse/MAHOUT-843))
@@ -103,7 +93,7 @@ Fully supported:
  (available since 0.3)
 * Stochastic Singular Value Decomposition with PCA workflow
 
-Deprecated or drafts only:
+Drafts only:
 
 * [Principal Components Analysis](principal-components-analysis.html)
  (PCA) 
@@ -149,7 +139,3 @@ calculation.
 and all of the input vectors.
 * [Collocations](collocations.html) ... find co-locations of tokens in text, runs on Hadoop
 
-Deprecated or drafts only:
-
-* Pattern mining: [Parallel FP Growth Algorithm](../stuff/parallel-frequent-pattern-mining.html)
- (Also known as Frequent Itemset mining)
\ No newline at end of file

Modified: mahout/site/mahout_cms/trunk/templates/standard.html
URL: http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/templates/standard.html?rev=1558308&r1=1558307&r2=1558308&view=diff
==============================================================================
--- mahout/site/mahout_cms/trunk/templates/standard.html (original)
+++ mahout/site/mahout_cms/trunk/templates/standard.html Wed Jan 15 06:40:07 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>
@@ -356,7 +290,7 @@
   <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.