You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by bu...@apache.org on 2016/04/20 07:12:08 UTC

svn commit: r986140 [3/34] - in /websites/staging/singa/trunk/content: ./ community/ develop/ docs/ docs/jp/ docs/kr/ docs/zh/ releases/ v0.1.0/ v0.2.0/ v0.2.0/jp/ v0.2.0/kr/ v0.2.0/zh/ v0.3.0/ v0.3.0/jp/ v0.3.0/kr/ v0.3.0/zh/

Modified: websites/staging/singa/trunk/content/downloads.html
==============================================================================
--- websites/staging/singa/trunk/content/downloads.html (original)
+++ websites/staging/singa/trunk/content/downloads.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Download SINGA</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -327,11 +327,44 @@
 <p>Latest code: please clone the latest code from <a class="externalLink" href="https://github.com/apache/incubator-singa">Github</a></p></li>
   
 <li>
-<p>v0.2.0 (14 January 2016):</p>
+<p>v0.3.0 (20 April 2016):</p>
   
 <ul>
     
-<li><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/incubator/singa/0.2.0/apache-singa-incubating-0.2.0.tar.gz">Apache SINGA 0.2.0</a>  <a class="externalLink" href="https://dist.apache.org/repos/dist/release/incubator/singa/0.2.0/apache-singa-incubating-0.2.0.tar.gz.md5">[MD5]</a>  <a class="externalLink" href="https://dist.apache.org/repos/dist/release/incubator/singa/0.2.0/KEYS">[KEYS]</a></li>
+<li><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/incubator/singa/0.3.0/apache-singa-incubating-0.3.0.tar.gz">Apache SINGA 0.3.0</a>  <a class="externalLink" href="https://dist.apache.org/repos/dist/release/incubator/singa/0.3.0/apache-singa-incubating-0.3.0.tar.gz.md5">[MD5]</a>  <a class="externalLink" href="https://dist.apache.org/repos/dist/release/incubator/singa/0.3.0/KEYS">[KEYS]</a></li>
+    
+<li><a href="releases/RELEASE_NOTES_0.3.0.html">Release Notes 0.3.0</a></li>
+    
+<li>New features and major updates,
+    
+<ul>
+      
+<li><a href="v0.3.0/gpu.html">Training on GPU cluster</a> enables training of deep learning models over a GPU cluster.</li>
+      
+<li><a href="v0.3.0/python.html">Python wrapper improvement</a> makes it easy to configure the job, including neural net and SGD algorithm.</li>
+      
+<li><a href="v0.3.0/updater.html">New SGD updaters</a> are added, including Adam, AdaDelta and AdaMax.</li>
+      
+<li><a href="v0.3.0/installation.html">Installation</a> has fewer dependent libraries for single node training.</li>
+      
+<li>Heterogeneous training with CPU and GPU.</li>
+      
+<li>Support cuDNN V4.</li>
+      
+<li>Data prefetching.</li>
+      
+<li>Fix some bugs.</li>
+    </ul></li>
+  </ul></li>
+</ul>
+
+<ul>
+  
+<li>v0.2.0 (14 January 2016):
+  
+<ul>
+    
+<li><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/incubator/singa/0.2.0/apache-singa-incubating-0.2.0.tar.gz">Apache SINGA 0.2.0</a>  <a class="externalLink" href="https://archive.apache.org/dist/incubator/singa/0.2.0/apache-singa-incubating-0.2.0.tar.gz.md5">[MD5]</a>  <a class="externalLink" href="https://archive.apache.org/dist/incubator/singa/0.2.0/KEYS">[KEYS]</a></li>
     
 <li><a href="releases/RELEASE_NOTES_0.2.0.html">Release Notes 0.2.0</a></li>
     
@@ -339,15 +372,15 @@
     
 <ul>
       
-<li><a href="docs/gpu.html">Training on GPU</a> enables training of complex models on a single node with multiple GPU cards.</li>
+<li><a href="v0.2.0/gpu.html">Training on GPU</a> enables training of complex models on a single node with multiple GPU cards.</li>
       
-<li><a href="docs/hybrid.html">Hybrid neural net partitioning</a> supports data and model parallelism at the same time.</li>
+<li><a href="v0.2.0/hybrid.html">Hybrid neural net partitioning</a> supports data and model parallelism at the same time.</li>
       
-<li><a href="docs/python.html">Python wrapper</a> makes it easy to configure the job, including neural net and SGD algorithm.</li>
+<li><a href="v0.2.0/python.html">Python wrapper</a> makes it easy to configure the job, including neural net and SGD algorithm.</li>
       
-<li><a href="docs/general-rnn.html">RNN model and BPTT algorithm</a> are implemented to support applications based on RNN models, e.g., GRU.</li>
+<li><a href="v0.2.0/general-rnn.html">RNN model and BPTT algorithm</a> are implemented to support applications based on RNN models, e.g., GRU.</li>
       
-<li><a href="docs/distributed-training.html">Cloud software integration</a> includes Mesos, Docker and HDFS.</li>
+<li><a href="v0.2.0/distributed-training.html">Cloud software integration</a> includes Mesos, Docker and HDFS.</li>
       
 <li>Visualization of neural net structure and layer information, which is helpful for debugging.</li>
       
@@ -370,9 +403,7 @@
   
 <ul>
     
-<li><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/incubator/singa/apache-singa-incubating-0.1.0.tar.gz">Apache SINGA 0.1.0</a></li>
-    
-<li><a class="externalLink" href="https://dist.apache.org/repos/dist/release/incubator/singa/apache-singa-incubating-0.1.0.tar.gz.asc">[PGP]</a>  <a class="externalLink" href="https://dist.apache.org/repos/dist/release/incubator/singa/apache-singa-incubating-0.1.0.tar.gz.md5">[MD5]</a>  <a class="externalLink" href="https://dist.apache.org/repos/dist/release/incubator/singa/KEYS">[KEYS]</a></li>
+<li><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/incubator/singa/apache-singa-incubating-0.1.0.tar.gz">Apache SINGA 0.1.0</a>  <a class="externalLink" href="https://archive.apache.org/dist/incubator/singa/apache-singa-incubating-0.1.0.tar.gz.md5">[MD5]</a>  <a class="externalLink" href="https://archive.apache.org/dist/incubator/singa/KEYS">[KEYS]</a></li>
     
 <li><a class="externalLink" href="https://console.aws.amazon.com/ec2/v2/home?region=ap-southeast-1#LaunchInstanceWizard:ami=ami-b41001e6">Amazon EC2 image</a></li>
     

Modified: websites/staging/singa/trunk/content/index.html
==============================================================================
--- websites/staging/singa/trunk/content/index.html (original)
+++ websites/staging/singa/trunk/content/index.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; A Distributed Deep Learning Platform</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -327,6 +327,9 @@
 <ul>
   
 <li>
+<p>The <b>third release</b> is now available, 20 April, 2016. <a href="downloads.html">Download SINGA v0.3.0</a>.</p></li>
+  
+<li>
 <p>The <b>second release</b> is now available, 14 Jan, 2016. <a href="downloads.html">Download SINGA v0.2.0</a>.</p></li>
   
 <li>

Modified: websites/staging/singa/trunk/content/releases/RELEASE_NOTES_0.1.0.html
==============================================================================
--- websites/staging/singa/trunk/content/releases/RELEASE_NOTES_0.1.0.html (original)
+++ websites/staging/singa/trunk/content/releases/RELEASE_NOTES_0.1.0.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; singa-incubating-0.1.0 Release Notes</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/releases/RELEASE_NOTES_0.2.0.html
==============================================================================
--- websites/staging/singa/trunk/content/releases/RELEASE_NOTES_0.2.0.html (original)
+++ websites/staging/singa/trunk/content/releases/RELEASE_NOTES_0.2.0.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; singa-incubating-0.2.0 Release Notes</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/releases/RELEASE_NOTES_0.3.0.html
==============================================================================
--- websites/staging/singa/trunk/content/releases/RELEASE_NOTES_0.3.0.html (original)
+++ websites/staging/singa/trunk/content/releases/RELEASE_NOTES_0.3.0.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; singa-incubating-0.3.0 Release Notes</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.1.0/architecture.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.1.0/architecture.html (original)
+++ websites/staging/singa/trunk/content/v0.1.0/architecture.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; SINGA Architecture</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.1.0/checkpoint.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.1.0/checkpoint.html (original)
+++ websites/staging/singa/trunk/content/v0.1.0/checkpoint.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; CheckPoint</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.1.0/cnn.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.1.0/cnn.html (original)
+++ websites/staging/singa/trunk/content/v0.1.0/cnn.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; CNN Example</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.1.0/code-structure.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.1.0/code-structure.html (original)
+++ websites/staging/singa/trunk/content/v0.1.0/code-structure.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Code Structure</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.1.0/communication.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.1.0/communication.html (original)
+++ websites/staging/singa/trunk/content/v0.1.0/communication.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Communication</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.1.0/data.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.1.0/data.html (original)
+++ websites/staging/singa/trunk/content/v0.1.0/data.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Data Preparation</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.1.0/debug.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.1.0/debug.html (original)
+++ websites/staging/singa/trunk/content/v0.1.0/debug.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; How to Debug</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.1.0/distributed-training.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.1.0/distributed-training.html (original)
+++ websites/staging/singa/trunk/content/v0.1.0/distributed-training.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Distributed Training</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.1.0/examples.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.1.0/examples.html (original)
+++ websites/staging/singa/trunk/content/v0.1.0/examples.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Example Models</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.1.0/frameworks.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.1.0/frameworks.html (original)
+++ websites/staging/singa/trunk/content/v0.1.0/frameworks.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Distributed Training Framework</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.1.0/index.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.1.0/index.html (original)
+++ websites/staging/singa/trunk/content/v0.1.0/index.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; v0.1.0 Documentation</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.1.0/installation.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.1.0/installation.html (original)
+++ websites/staging/singa/trunk/content/v0.1.0/installation.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Installation</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.1.0/layer.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.1.0/layer.html (original)
+++ websites/staging/singa/trunk/content/v0.1.0/layer.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Layers</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.1.0/lmdb.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.1.0/lmdb.html (original)
+++ websites/staging/singa/trunk/content/v0.1.0/lmdb.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; </title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.1.0/mlp.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.1.0/mlp.html (original)
+++ websites/staging/singa/trunk/content/v0.1.0/mlp.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; </title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.1.0/model-config.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.1.0/model-config.html (original)
+++ websites/staging/singa/trunk/content/v0.1.0/model-config.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Model Configuration</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.1.0/neural-net.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.1.0/neural-net.html (original)
+++ websites/staging/singa/trunk/content/v0.1.0/neural-net.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Neural Net</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.1.0/neuralnet-partition.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.1.0/neuralnet-partition.html (original)
+++ websites/staging/singa/trunk/content/v0.1.0/neuralnet-partition.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Neural Net Partition</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.1.0/overview.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.1.0/overview.html (original)
+++ websites/staging/singa/trunk/content/v0.1.0/overview.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Introduction</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.1.0/param.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.1.0/param.html (original)
+++ websites/staging/singa/trunk/content/v0.1.0/param.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Parameters</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.1.0/programmer-guide.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.1.0/programmer-guide.html (original)
+++ websites/staging/singa/trunk/content/v0.1.0/programmer-guide.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Programmer Guide</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.1.0/programming-guide.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.1.0/programming-guide.html (original)
+++ websites/staging/singa/trunk/content/v0.1.0/programming-guide.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Programming Guide</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.1.0/quick-start.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.1.0/quick-start.html (original)
+++ websites/staging/singa/trunk/content/v0.1.0/quick-start.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Quick Start</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.1.0/rbm.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.1.0/rbm.html (original)
+++ websites/staging/singa/trunk/content/v0.1.0/rbm.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; RBM Example</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.1.0/rnn.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.1.0/rnn.html (original)
+++ websites/staging/singa/trunk/content/v0.1.0/rnn.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Recurrent Neural Networks for Language Modelling</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.1.0/train-one-batch.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.1.0/train-one-batch.html (original)
+++ websites/staging/singa/trunk/content/v0.1.0/train-one-batch.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Train-One-Batch</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.1.0/updater.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.1.0/updater.html (original)
+++ websites/staging/singa/trunk/content/v0.1.0/updater.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Updater</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/architecture.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/architecture.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/architecture.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; SINGA Architecture</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/checkpoint.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/checkpoint.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/checkpoint.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; CheckPoint</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/cnn.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/cnn.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/cnn.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; CNN Example</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/code-structure.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/code-structure.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/code-structure.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Code Structure</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/communication.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/communication.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/communication.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Communication</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/data.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/data.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/data.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Data Preparation</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/debug.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/debug.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/debug.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; How to Debug</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/distributed-training.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/distributed-training.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/distributed-training.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Distributed Training</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/docker.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/docker.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/docker.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Building SINGA Docker container</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/examples.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/examples.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/examples.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Example Models</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/frameworks.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/frameworks.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/frameworks.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Distributed Training Framework</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/general-rnn.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/general-rnn.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/general-rnn.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; RNN in SINGA</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/gpu.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/gpu.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/gpu.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Training on GPU</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/hdfs.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/hdfs.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/hdfs.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Using HDFS with SINGA</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/hybrid.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/hybrid.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/hybrid.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Hybrid Parallelism</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/index.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/index.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/index.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Latest Documentation</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/installation.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/installation.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/installation.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Installation</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/installation_source.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/installation_source.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/installation_source.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Building SINGA from source</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/jp/architecture.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/jp/architecture.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/jp/architecture.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; SINGA アーキテクチャー</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/jp/checkpoint.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/jp/checkpoint.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/jp/checkpoint.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; CheckPoint</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/jp/cnn.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/jp/cnn.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/jp/cnn.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; CNN Example</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/jp/code-structure.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/jp/code-structure.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/jp/code-structure.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Code Structure</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/jp/communication.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/jp/communication.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/jp/communication.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Communication</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/jp/data.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/jp/data.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/jp/data.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Data Preparation</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/jp/debug.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/jp/debug.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/jp/debug.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; How to Debug</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/jp/distributed-training.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/jp/distributed-training.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/jp/distributed-training.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; 分散トレーニング</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/jp/docker.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/jp/docker.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/jp/docker.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Building SINGA Docker container</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/jp/examples.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/jp/examples.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/jp/examples.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Example Models</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/jp/frameworks.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/jp/frameworks.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/jp/frameworks.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; 分散トレーニング フレームワーク</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/jp/index.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/jp/index.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/jp/index.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; 最新ドキュメント</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/jp/installation.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/jp/installation.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/jp/installation.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; インストール</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/jp/installation_source.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/jp/installation_source.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/jp/installation_source.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; ソースからのビルド</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/jp/layer.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/jp/layer.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/jp/layer.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Layers</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/jp/mesos.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/jp/mesos.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/jp/mesos.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Distributed Training on Mesos</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/jp/mlp.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/jp/mlp.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/jp/mlp.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; MLP Example</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/jp/model-config.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/jp/model-config.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/jp/model-config.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Model Configuration</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/jp/neural-net.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/jp/neural-net.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/jp/neural-net.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Neural Net</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/jp/neuralnet-partition.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/jp/neuralnet-partition.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/jp/neuralnet-partition.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Neural Net Partition</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/jp/overview.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/jp/overview.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/jp/overview.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; イントロダクション</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/jp/param.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/jp/param.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/jp/param.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Parameters</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/jp/programmer-guide.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/jp/programmer-guide.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/jp/programmer-guide.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Programmer Guide</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/jp/programming-guide.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/jp/programming-guide.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/jp/programming-guide.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Programming Guide</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/jp/quick-start.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/jp/quick-start.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/jp/quick-start.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; クイック スタート</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/jp/rbm.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/jp/rbm.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/jp/rbm.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; RBM Example</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/jp/rnn.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/jp/rnn.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/jp/rnn.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Recurrent Neural Networks for Language Modelling</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/jp/test.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/jp/test.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/jp/test.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Performance Test and Feature Extraction</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/jp/train-one-batch.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/jp/train-one-batch.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/jp/train-one-batch.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Train-One-Batch</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/jp/updater.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/jp/updater.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/jp/updater.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; Updater</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/kr/architecture.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/kr/architecture.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/kr/architecture.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; SINGA 아키텍처</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />

Modified: websites/staging/singa/trunk/content/v0.2.0/kr/checkpoint.html
==============================================================================
--- websites/staging/singa/trunk/content/v0.2.0/kr/checkpoint.html (original)
+++ websites/staging/singa/trunk/content/v0.2.0/kr/checkpoint.html Wed Apr 20 05:12:03 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-04-12 
+ | Generated by Apache Maven Doxia at 2016-04-20 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160412" />
+    <meta name="Date-Revision-yyyymmdd" content="20160420" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache SINGA &#x2013; CheckPoint</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.4.min.css" />