Author: wangwei
Date: Fri May 8 06:24:59 2015
New Revision: 950537
Log:
add html to staging
Added:
websites/staging/singa/index.html
Added: websites/staging/singa/index.html
==============================================================================
--- websites/staging/singa/index.html (added)
+++ websites/staging/singa/index.html Fri May 8 06:24:59 2015
@@ -0,0 +1,294 @@
+
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title>Apache SINGA</title>
+
+ <meta name="author" content="">
+
+ <!-- Enable responsive viewport -->
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+ <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
+ <!--[if lt IE 9]>
+ <script
src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+ <![endif]-->
+
+ <!-- Le styles -->
+ <link href="/assets/themes/twitter/bootstrap/css/bootstrap.2.2.2.min.css"
rel="stylesheet">
+ <link href="/assets/themes/twitter/css/style.css?body=1" rel="stylesheet"
type="text/css" media="all">
+ <link rel="shortcut icon" type="image/x-icon"
href="/assets/themes/twitter/css/favicon.ico">
+
+ <!-- Le fav and touch icons -->
+ <!-- Update these with your own images
+ <link rel="shortcut icon" href="images/favicon.ico">
+ <link rel="apple-touch-icon" href="images/apple-touch-icon.png">
+ <link rel="apple-touch-icon" sizes="72x72"
href="images/apple-touch-icon-72x72.png">
+ <link rel="apple-touch-icon" sizes="114x114"
href="images/apple-touch-icon-114x114.png">
+ -->
+
+ <!-- atom & rss feed -->
+ <link href="" type="application/atom+xml" rel="alternate" title="Sitewide
ATOM Feed">
+ <link href="" type="application/rss+xml" rel="alternate" title="Sitewide
RSS Feed">
+
+ <!-- toc -->
+ <script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
+ <script src="/assets/themes/twitter/js/toc.js"></script>
+ <script type="text/javascript">
+ $(document).ready(function() {
+ $('#toc').toc();
+ });
+ </script>
+ <style >
+ .clickable-header {
+ cursor:pointer;
+ }
+ .clickable-header:hover {
+ text-decoration:underline;
+ }
+ .top-level-header {
+ display:inline;
+ }
+ .back-to-top {
+ margin-left:5px;
+ cursor:pointer;
+ }
+ #backtotop {
+ position: fixed;
+ left: 50%;
+ bottom: 100px;
+ margin-left:520px;
+ width: 30px;
+ height: 30px;
+ }
+ #toc, .toc, .mw-warning {
+ background-color: #FFF;
+ border-left: 1px solid #AAAAAA;
+ font-size: 95%;
+ padding-top: 45px;
+ position: fixed;
+ top: 0px;
+ left: 50%;
+ margin-left: 520px;
+ }
+ #toc strong{
+ margin:20px;
+ }
+ </style>
+
+ </head>
+
+ <body>
+ <div id="topanchor"></div>
+ <div class="navbar">
+ <div class="navbar-inner">
+ <div class="container-narrow">
+ <a class="brand" href="/">Apache SINGA</a>
+ <ul class="nav">
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <li><a href="/blog.html">Blog</a></li>
+
+
+
+
+
+
+
+ <li><a href="/community.html">Community</a></li>
+
+
+
+
+
+
+
+ <li><a href="/docs.html">Documentation</a></li>
+
+
+
+
+
+
+
+
+
+
+
+ <li><a href="/pages.html">Pages</a></li>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ </ul>
+ </div>
+ </div>
+ </div>
+ <div id="banner">
+ <a href="https://github.com/apache/incubator-singa" style="float: left"><img
style="position: relative; top: -9px;
+ left: 0; border: 0;"
+
src="https://camo.githubusercontent.com/8b6b8ccc6da3aa5722903da7b58eb5ab1081adee/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f6c6566745f6f72616e67655f6666373630302e706e67"
+ alt="Fork me on GitHub"
+
data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_left_orange_ff7600.png"></a>
+
+ <div id="logos">
+ <img class="singa-logo" src="/assets/image/singa-logo.png"/>
+ <div>
+ <img class="incubator-logo" src="/assets/image/incubator.png"/>
+ <span> A General Distributed Deep Learning Platform</span>
+ </div>
+ </div>
+ </div>
+ <div class="container-narrow">
+ <div class="content">
+
+<!--
+<div class="page-header">
+ <h1>Apache SINGA </h1>
+</div>
+-->
+
+<div class="row-fluid">
+ <div class="span12">
+
+<h3 id="getting-started">Getting Started</h3>
+<ul>
+ <li>
+ <p>The <a href="/docs/installation">Installation</a>
+guide describes details on downloading and installing SINGA.</p>
+ </li>
+ <li>
+ <p>Please follow the <a href="/docs/quick-start">quick start</a>
+guide to run simple applications on SINGA.</p>
+ </li>
+</ul>
+
+<h3 id="documentation">Documentation</h3>
+<ul>
+ <li>Documentations are listed <a href="/docs.html">here</a>.</li>
+ <li>Code API can be found <a href="/api/index.html">here</a>.</li>
+</ul>
+
+<h3 id="contribute">Contribute</h3>
+
+<ul>
+ <li>Please subscribe to our development mailing list
[email protected].</li>
+ <li>If you find any issues using SIGNA, please report it to the
+<a href="https://issues.apache.org/jira/browse/singa">Issue Tracker</a>.</li>
+</ul>
+
+<p>More details on contributing to SINGA is describe <a
href="/community.html">here</a>.</p>
+
+<h3 id="license">License</h3>
+<p>SINGA is released under <a
href="http://www.apache.org/licenses/LICENSE-2.0">Apache License Version
2.0</a>.</p>
+
+<h3 id="recent-news">Recent News</h3>
+
+<ul>
+ <li>
+ <p>2015-04-22 SINGA will be presented at BOSS of <a
href="http://www.vldb.org/2015/">VLDB 2015</a> at Hawai’i.</p>
+ </li>
+ <li>
+ <p>2015-03-17 SINGA has been accepted by <a
href="http://incubator.apache.org/">Apache Incubator</a>.</p>
+ </li>
+</ul>
+
+<!--
+### Other Pages
+<ul class="posts">
+
+ <li> <a href="/docs/parameter-management">Parameter Management</a></li>
+
+ <li> <a href="/docs/programming-model">Programming Model</a></li>
+
+ <li> <a href="/docs/neuralnet-partition">Neural Network Partition</a></li>
+
+ <li> <a href="/docs/code-structure">Code Structure</a></li>
+
+ <li> <a href="/docs/communication">Communication</a></li>
+
+ <li> <a href="/docs/architecture">System Architecture</a></li>
+
+ <li> <a href="/docs/installation">Installation</a></li>
+
+ <li> <a href="/community/code-style">Coding and Documentation
Style</a></li>
+
+ <li> <a href="/docs/quick-start">Quick Start</a></li>
+
+</ul>
+-->
+
+
+ </div>
+</div>
+
+
+ </div>
+ <hr>
+ <footer>
+ <p>Copyright © 2015
+ The Apache Software Foundation. All rights reserved.
+
+ Apache Singa, Apache, the Apache feather logo, and the Apache Singa
+ project logos are trademarks of The Apache Software Foundation. All
+ other marks mentioned may be trademarks or registered trademarks of
+ their respective owners.
+ <a href="./privacy.html"> Privacy Policy </a>.
+ </p>
+ </footer>
+
+ </div>
+
+ <!-- back to top
+ <div id="backtotop">
+ <a href="#topanchor"><i class="icon-arrow-up back-to-top"></i>Top</a>
+ </div>-->
+
+
+
+
+ <script type="text/javascript">
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-58709187-1']);
+ _gaq.push(['_trackPageview']);
+
+ (function() {
+ var ga = document.createElement('script'); ga.type = 'text/javascript';
ga.async = true;
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' :
'http://www') + '.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
+ })();
+</script>
+
+
+
+ </body>
+</html>
+