[mlpack-git] master: Refactor index page. (e2e8748)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Fri Mar 27 16:51:53 EDT 2015


Repository : https://github.com/mlpack/mlpack.org

On branch  : master
Link       : https://github.com/mlpack/mlpack.org/compare/344bb235162750b099c994359491930a31a72194...2c3eae9b1b2dcce628dcffbce713d6c61c7eadc6

>---------------------------------------------------------------

commit e2e8748800d8ed55548fa73f59916199e4492283
Author: Ryan Curtin <ryan at ratml.org>
Date:   Fri Mar 27 03:07:36 2015 +0000

    Refactor index page.


>---------------------------------------------------------------

e2e8748800d8ed55548fa73f59916199e4492283
 index.html | 121 +++++++++++++++++++++++++++----------------------------------
 1 file changed, 53 insertions(+), 68 deletions(-)

diff --git a/index.html b/index.html
index 65977f1..cbc9911 100644
--- a/index.html
+++ b/index.html
@@ -2,13 +2,13 @@
 <head>
 <!-- probably could use more keywords -->
 <meta name="keywords" content="mlpack, libmlpack, c++, armadillo, machine learning, data mining, classification, regression, tree-based methods, dual-tree algorithm">
-<meta name="description" content="mlpack: A Scalable C++ Machine Learning Library">
+<meta name="description" content="mlpack: a scalable c++ machine learning library">
 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
-<title>mlpack: a scalable C++ machine learning library</title>
+<title>mlpack: a scalable c++ machine learning library</title>
 </head>
 <link rel="stylesheet" href="style.css">
-<!--<link href='http://fonts.googleapis.com/css?family=Maven+Pro:500'
-rel='stylesheet' type='text/css'>-->
+<link href='http://fonts.googleapis.com/css?family=Maven+Pro:500'
+rel='stylesheet' type='text/css'>
 <body>
 <!-- very simple table with as few words as possible -->
 <br>
@@ -23,73 +23,58 @@ rel='stylesheet' type='text/css'>-->
    <div class="titlefont">mlpack</div>
    <div class="subtitle">a scalable c++ machine learning library</div>
 </div>
-
 </div>
 <div class="separator"></div>
 <center>
-<div class="section">
-    <div class="subsection" id="download">
-          <div class="download">
-            <a href="http://www.mlpack.org/files/mlpack-1.0.12.tar.gz">download</a>
-          </div>
-          <div class="version">
-            mlpack <b>1.0.12</b>
-          </div>
-          <div class="released">
-            released january 7th, 2015
-          </div>
-          <div class="oldver">
-            <a href="history.html">history and news</a><br>
-            <a href="gsocblog/">gsoc student blog</a>
-          </div>
-    </div>
-    <div class="subsection" id="tutorials">
-        <div class="tutorials">
-          <a href="http://www.mlpack.org/tutorial.html">tutorials</a>
-        </div>
-        <div class="and">
-          and
-        </div>
-        <div class="api">
-          <a href="doxygen.php">api documentation</a>
-        </div>
-    </div>
-    <div class="separator2"></div>
-    <div class="subsection" id="about">
-        <div class="about">
-           <a href="http://www.mlpack.org/about.html">about mlpack</a>
-        </div>
-        <div class="and">
-          and
-        </div>
-        <div class="benchmark">
-          <a href="http://www.mlpack.org/benchmark.html">benchmarks</a>
-        </div>
-        <div class="and">
-          and
-        </div>
-        <div class="cite">
-           <a href="http://www.mlpack.org/citation.txt">citation</a>
-        </div>
-    </div>
-    <div class="subsection" id="dev">
-        <div class="help">
-           <a href="http://www.mlpack.org/help.html">contact</a>
-        </div>
-        <div class="and">
-          and
-        </div>
-        <div class="devsite">
-           <a href="https://www.github.com/mlpack/mlpack/">development site (github)</a>
-        </div>
-        <div class="bugs">
-          (submit bugs here)
-        </div>
-        <div class="traclogo">
-          <!--<a href="http://trac.edgewall.org"><img src="trac_logo.png"></a>-->
-        </div>
-    </div>
+<div class="mlnavbar">
+   <div class="mlnavitem" name="mlnavmain"><font class="whitebold">main</font></div>
+   <div class="mlnavsel" name="mlnavabout"><a href="about-main.html">about</div>
+   <div class="mlnavitem" name="mlnavdoc"><a href="doxygen.php">docs</a></div>
+   <div class="mlnavitem" name="mlnavhelp"><a href="help.html">get help</a></div>
+   <div class="mlnavitem" name="mlnavbugs"><a
+href="https://github.com/mlpack/mlpack">github</a></div>
+</div>
+</center>
+<div class="separator"></div>
+<center>
+<div class="mainsection">
+<font class="smallertext"><font class="whitebold">mlpack</font> is a scalable
+machine learning library, written in C++, that aims to provide fast, extensible
+implementations of cutting-edge machine learning algorithms.  <font
+class="whitebold">mlpack</font> provides these algorithms as simple command-line
+programs and C++ classes which can then be integrated into larger-scale machine
+learning solutions.
+</font>
+</div>
+<div class="smallsection">
+<h3>get mlpack</h3>
+<ul class="mainpage">
+<li><a
+href="http://www.mlpack.org/files/mlpack-1.0.12.tar.gz">download</a> (newest
+version 1.0.12, released jan. 5th, 2015)</li>
+<li><a href="history.html">release history</a></li>
+<li><a href="citation.txt">citation information</a></li>
+</ul>
+</div>
+<div class="smallsection">
+<h3>learn about mlpack</h3>
+<ul class="mainpage">
+<li><a href="about.html">what is mlpack and what does it implement?</a></li>
+<li><a href="benchmarks.html">how fast is mlpack?</a></li>
+<li><a href="help.html">how do I get help?</a></li>
+<li><a href="involved.html">how can I join the mlpack community?</a></li>
+</ul>
+</div>
+<div class="smallsection">
+<h3>documentation and tutorials</h3>
+<ul class="mainpage">
+<li><a href="doxygen.php">api documentation</a></li>
+<li><a href="tutorials.html">list of tutorials</a></li>
+<li><a href="man.html">command-line program reference</a></li>
+<li>mlpack papers: <a href="papers/mlpack2011.pdf">BigLearning</a> <a
+href="papers/mlpack2013.pdf">JMLR</a></li>
+<li><a href="sitemap.html">site map</a></li>
+</ul>
 </div>
-
 </body>
 </html>



More information about the mlpack-git mailing list