You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by ji...@apache.org on 2015/07/15 15:27:07 UTC

svn commit: r1691207 - /incubator/singa/site/trunk/content/site.xml

Author: jinyang
Date: Wed Jul 15 13:27:07 2015
New Revision: 1691207

URL: http://svn.apache.org/r1691207
Log:
update for mlp and cnn examples

Modified:
    incubator/singa/site/trunk/content/site.xml

Modified: incubator/singa/site/trunk/content/site.xml
URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/content/site.xml?rev=1691207&r1=1691206&r2=1691207&view=diff
==============================================================================
--- incubator/singa/site/trunk/content/site.xml (original)
+++ incubator/singa/site/trunk/content/site.xml Wed Jul 15 13:27:07 2015
@@ -1,106 +1,110 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-     http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<project name="Apache SINGA">
-
-  <bannerLeft>
-    <name>Apache SINGA</name>
-    <src>images/singa-logo.png</src>
-    <href>index.html</href>
-    <alt>Apache SINGA</alt>
-  </bannerLeft>
-
-  <bannerRight>
-    <src>images/singa-title.png</src>
-    <alt>Apache SINGA</alt>
-  </bannerRight>
-
-  <publishDate position="none"/>
-  <version position="none"/>
-  
-  <poweredBy>
-    <logo name="apache-incubator" alt="Apache Incubator" img="http://incubator.apache.org/images/egg-logo.png" href="http://incubator.apache.org"/>
-  </poweredBy>
-
-  <skin>
-    <groupId>org.apache.maven.skins</groupId>
-    <artifactId>maven-fluido-skin</artifactId>
-    <version>1.4</version>
-  </skin>
-  
-  <body>
-
-    <breadcrumbs position="left">
-      <item name="Apache SINGA" href="index.html"/>
-    </breadcrumbs>
-
-    <menu name="Apache SINGA">
-      <item name="Welcome" href="index.html"/>
-      <item name="Introduction" href="introduction.html"/>
-      <item name="Quick Start" href="quick-start.html"/>
-    </menu>
-
-    <menu name="Documentaion">
-      <item name="Installation" href="docs/installation.html"/>
-      <item name="System Architecture" href="docs/architecture.html"/>
-      <item name="Communication" href="docs/communication.html"/>
-      <item name="Neural Network Partition" href="docs/neuralnet-partition.html"/>
-      <item name="Programming Model" href="docs/programming-model.html"/>
-    </menu>
-
-    <menu name="Development">
-      <item name="Schedule" href="develop/schedule.html"/>
-      <item name="How to Contribute" href="develop/how-contribute.html">
-        <item name="Code" href="develop/contribute-code.html"/>
-        <item name="Documentation" href="develop/contribute-docs.html"/>
-      </item>
-    </menu>
-
-    <menu name="Community">
-      <item name="Source Repository" href="community/source-repository.html"/>
-      <item name="Mailing Lists" href="community/mail-lists.html"/>
-      <item name="Issue Tracking" href="community/issue-tracking.html"/>
-      <item name="SINGA Team" href="community/team-list.html"/>
-    </menu>
-
-    <menu name="External Links">
-      <item name="Apache Software Foundation" href="http://www.apache.org/"/>
-      <item name="NUS School of Computing" href="http://www.comp.nus.edu.sg/~dbsystem/singa/"/>
-    </menu>
-
-    <footer>
-      <p>Copyright &copy; 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.</p>
-    </footer>
-
-  </body>
-
-  <custom>
-    <fluidoSkin>
-      <profile>production</profile>
-      <topBarEnabled>true</topBarEnabled>
-      <navBarStyle>navbar-inverse</navBarStyle>
-      <sideBarEnabled>true</sideBarEnabled>
-      <leftColumnClass>span2</leftColumnClass>
-      <bodyColumnClass>span10</bodyColumnClass>
-      <gitHub>
-        <projectId>apache/incubator-singa</projectId>
-        <ribbonColor>orange</ribbonColor>
-        <ribbonOrientation>right</ribbonOrientation>
-      </gitHub>
-    </fluidoSkin>
-  </custom>
-
-</project>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+     http://www.apache.org/licenses/LICENSE-2.0
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<project name="Apache SINGA">
+
+  <bannerLeft>
+    <name>Apache SINGA</name>
+    <src>images/singa-logo.png</src>
+    <href>index.html</href>
+    <alt>Apache SINGA</alt>
+  </bannerLeft>
+
+  <bannerRight>
+    <src>images/singa-title.png</src>
+    <alt>Apache SINGA</alt>
+  </bannerRight>
+
+  <publishDate position="none"/>
+  <version position="none"/>
+  
+  <poweredBy>
+    <logo name="apache-incubator" alt="Apache Incubator" img="http://incubator.apache.org/images/egg-logo.png" href="http://incubator.apache.org"/>
+  </poweredBy>
+
+  <skin>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-fluido-skin</artifactId>
+    <version>1.4</version>
+  </skin>
+  
+  <body>
+
+    <breadcrumbs position="left">
+      <item name="Apache SINGA" href="index.html"/>
+    </breadcrumbs>
+
+    <menu name="Apache SINGA">
+      <item name="Welcome" href="index.html"/>
+      <item name="Introduction" href="introduction.html"/>
+      <item name="Quick Start" href="quick-start.html"/>
+    </menu>
+
+    <menu name="Documentaion">
+      <item name="Installation" href="docs/installation.html"/>
+      <item name="System Architecture" href="docs/architecture.html"/>
+      <item name="Communication" href="docs/communication.html"/>
+      <item name="Neural Network Partition" href="docs/neuralnet-partition.html"/>
+      <item name="Programming Model" href="docs/programming-model.html"/>
+      <item name="Examples" href="docs/examples.html">
+        <item name="MLP" href="docs/mlp.html"/>
+        <item name="CNN" href="docs/cnn.html"/>
+      </item>
+    </menu>
+
+    <menu name="Development">
+      <item name="Schedule" href="develop/schedule.html"/>
+      <item name="How to Contribute" href="develop/how-contribute.html">
+        <item name="Code" href="develop/contribute-code.html"/>
+        <item name="Documentation" href="develop/contribute-docs.html"/>
+      </item>
+    </menu>
+
+    <menu name="Community">
+      <item name="Source Repository" href="community/source-repository.html"/>
+      <item name="Mailing Lists" href="community/mail-lists.html"/>
+      <item name="Issue Tracking" href="community/issue-tracking.html"/>
+      <item name="SINGA Team" href="community/team-list.html"/>
+    </menu>
+
+    <menu name="External Links">
+      <item name="Apache Software Foundation" href="http://www.apache.org/"/>
+      <item name="NUS School of Computing" href="http://www.comp.nus.edu.sg/~dbsystem/singa/"/>
+    </menu>
+
+    <footer>
+      <p>Copyright &copy; 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.</p>
+    </footer>
+
+  </body>
+
+  <custom>
+    <fluidoSkin>
+      <profile>production</profile>
+      <topBarEnabled>true</topBarEnabled>
+      <navBarStyle>navbar-inverse</navBarStyle>
+      <sideBarEnabled>true</sideBarEnabled>
+      <leftColumnClass>span2</leftColumnClass>
+      <bodyColumnClass>span10</bodyColumnClass>
+      <gitHub>
+        <projectId>apache/incubator-singa</projectId>
+        <ribbonColor>orange</ribbonColor>
+        <ribbonOrientation>right</ribbonOrientation>
+      </gitHub>
+    </fluidoSkin>
+  </custom>
+
+</project>