Author: wangwei
Date: Thu Oct 8 07:04:07 2015
New Revision: 1707438
URL: http://svn.apache.org/viewvc?rev=1707438&view=rev
Log:
update download page and navigation column to include both latest and v0.1.0
versions
Modified:
incubator/singa/site/trunk/content/markdown/downloads.md
incubator/singa/site/trunk/content/markdown/index.md
incubator/singa/site/trunk/content/markdown/v0.1.0/index.md
incubator/singa/site/trunk/content/site.xml
Modified: incubator/singa/site/trunk/content/markdown/downloads.md
URL:
http://svn.apache.org/viewvc/incubator/singa/site/trunk/content/markdown/downloads.md?rev=1707438&r1=1707437&r2=1707438&view=diff
==============================================================================
--- incubator/singa/site/trunk/content/markdown/downloads.md (original)
+++ incubator/singa/site/trunk/content/markdown/downloads.md Thu Oct 8
07:04:07 2015
@@ -1,23 +1,14 @@
-##SINGA releases
+## Downloads
---
-###Downloads
-
-* v0.1.0:
+* Latest code: please clone the latest code from
[Github](https://github.com/apache/incubator-singa)
+* v0.1.0 (8 October 2015):
* [Apache SINGA
0.1.0](http://www.apache.org/dyn/closer.cgi/incubator/singa/apache-singa-incubating-0.1.0.tar.gz)
*
[\[PGP\]](https://dist.apache.org/repos/dist/release/incubator/singa/apache-singa-incubating-0.1.0.tar.gz.asc)
[\[MD5\]](https://dist.apache.org/repos/dist/release/incubator/singa/apache-singa-incubating-0.1.0.tar.gz.md5)
[\[SHA256\]](https://dist.apache.org/repos/dist/release/incubator/singa/apache-singa-incubating-0.1.0.tar.gz.sha256)
[\[KEYS\]](https://dist.apache.org/repos/dist/release/incubator/singa/KEYS)
+ * [Release Notes 0.1.0](releases/RELEASE_NOTES_0.1.0.html)
* [Amazon EC2
image](https://console.aws.amazon.com/ec2/v2/home?region=ap-southeast-1#LaunchInstanceWizard:ami=ami-b41001e6)
-<a name="old_releases"></a>
-
----
-
-<a name="notes"></a>
-###Release notes
-
-**08 August 2015: Release 0.1.0-incubating availabe**
-
-Please see [Release Notes 0.1.0](releases/RELEASE_NOTES_0.1.0.html) for more
details.
+<a name="old_releases"></a>
Modified: incubator/singa/site/trunk/content/markdown/index.md
URL:
http://svn.apache.org/viewvc/incubator/singa/site/trunk/content/markdown/index.md?rev=1707438&r1=1707437&r2=1707438&view=diff
==============================================================================
--- incubator/singa/site/trunk/content/markdown/index.md (original)
+++ incubator/singa/site/trunk/content/markdown/index.md Thu Oct 8 07:04:07
2015
@@ -1,5 +1,8 @@
+<head>
+ <title>A Distributed Deep Learning Platform</title>
+</head>
### Recent News
-* The **first release (v0.1.0)** is now available. See the
[Downloads](downloads.html) page.
+* The **first release (v0.1.0)** is now available. See the
[Downloads](downloads.html) page.
* SINGA was presented in a [workshop on deep
learning](http://www.comp.nus.edu.sg/~dbsystem/singa/workshop) held on 16 Sep,
2015
Modified: incubator/singa/site/trunk/content/markdown/v0.1.0/index.md
URL:
http://svn.apache.org/viewvc/incubator/singa/site/trunk/content/markdown/v0.1.0/index.md?rev=1707438&r1=1707437&r2=1707438&view=diff
==============================================================================
--- incubator/singa/site/trunk/content/markdown/v0.1.0/index.md (original)
+++ incubator/singa/site/trunk/content/markdown/v0.1.0/index.md Thu Oct 8
07:04:07 2015
@@ -1,4 +1,4 @@
-# Documentation for v0.1.0
+# v0.1.0 Documentation
* [Introduction](overview.html)
* [Installation](installation.html)
Modified: incubator/singa/site/trunk/content/site.xml
URL:
http://svn.apache.org/viewvc/incubator/singa/site/trunk/content/site.xml?rev=1707438&r1=1707437&r2=1707438&view=diff
==============================================================================
--- incubator/singa/site/trunk/content/site.xml (original)
+++ incubator/singa/site/trunk/content/site.xml Thu Oct 8 07:04:07 2015
@@ -48,14 +48,9 @@
</breadcrumbs>
<menu name="Apache SINGA">
- <item name="Welcome" href="index.html"/>
- </menu>
-
- <menu name="Downloads">
- <item name="Latest" href="downloads.html">
- <item name="Release notes" href="downloads.html#notes"/>
- </item>
- <item name="Old releases" href="downloads.html#old_releases"/>
+ <item name="Introduction" href="docs/overview.html"/>
+ <item name="Quick Start" href="docs/quick-start.html"/>
+ <item name="Downloads" href="downloads.html" />
</menu>
<head>
@@ -70,31 +65,32 @@
</head>
<menu name="Documentaion">
- <item name="Introduction" href="docs/overview.html"/>
- <item name="Installation" href="docs/installation.html"/>
- <item name="Quick Start" href="docs/quick-start.html"/>
- <item name="Programmer Guide" href="docs/programmer-guide.html"
collapse="true">
- <item name ="Model Configuration" href="docs/model-config.html"/>
- <item name="Neural Network" href="docs/neural-net.html"/>
- <item name="Layer" href="docs/layer.html"/>
- <item name="Param" href="docs/param.html"/>
- <item name="TrainOneBatch" href="docs/train-one-batch.html"/>
- <item name="Updater" href="docs/updater.html"/>
- </item>
- <item name="Distributed Training" href="docs/distributed-training.html"
collapse="true" >
- <item name="System Architecture" href="docs/architecture.html"/>
- <item name="Frameworks" href="docs/frameworks.html"/>
- <item name="Communication" href="docs/communication.html"/>
- </item>
- <item name="Data Preparation" href="docs/data.html"/>
- <item name="Checkpoint" href="docs/checkpoint.html"/>
- <item name="Examples" href="docs/examples.html" collapse="true" >
- <item name="CNN" href="docs/cnn.html"/>
- <item name="MLP" href="docs/mlp.html"/>
- <item name="RBM + Auto-encoder" href="docs/rbm.html"/>
- <item name="RNN" href="docs/rnn.html"/>
+ <item name = "Latest" href="docs/index.html" collapse="true" >
+ <item name="Installation" href="docs/installation.html"/>
+ <item name="Programmer Guide" href="docs/programmer-guide.html"
collapse="true">
+ <item name ="Model Configuration" href="docs/model-config.html"/>
+ <item name="Neural Network" href="docs/neural-net.html"/>
+ <item name="Layer" href="docs/layer.html"/>
+ <item name="Param" href="docs/param.html"/>
+ <item name="TrainOneBatch" href="docs/train-one-batch.html"/>
+ <item name="Updater" href="docs/updater.html"/>
+ </item>
+ <item name="Distributed Training"
href="docs/distributed-training.html" collapse="true" >
+ <item name="System Architecture" href="docs/architecture.html"/>
+ <item name="Frameworks" href="docs/frameworks.html"/>
+ <item name="Communication" href="docs/communication.html"/>
+ </item>
+ <item name="Data Preparation" href="docs/data.html"/>
+ <item name="Checkpoint" href="docs/checkpoint.html"/>
+ <item name="Examples" href="docs/examples.html" collapse="true" >
+ <item name="CNN" href="docs/cnn.html"/>
+ <item name="MLP" href="docs/mlp.html"/>
+ <item name="RBM + Auto-encoder" href="docs/rbm.html"/>
+ <item name="RNN" href="docs/rnn.html"/>
+ </item>
+ <item name="Debug" href="docs/debug.html"/>
</item>
- <item name="Debug" href="docs/debug.html"/>
+ <item name = "v0.1.0" href="v0.1.0/index.html"/>
</menu>
<menu name="Development">
@@ -114,7 +110,7 @@
<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/"/>
+ <item name="NUS Site"
href="http://www.comp.nus.edu.sg/~dbsystem/singa/"/>
</menu>
<footer>