You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2016/03/25 12:46:22 UTC

svn commit: r1736562 - in /syncope/site: ./ docs/

Author: ilgrosso
Date: Fri Mar 25 11:46:21 2016
New Revision: 1736562

URL: http://svn.apache.org/viewvc?rev=1736562&view=rev
Log:
[SYNCOPE-785] Publish site update

Added:
    syncope/site/demo.html   (with props)
Modified:
    syncope/site/architecture.html
    syncope/site/building.html
    syncope/site/contributing.html
    syncope/site/docs/index.html
    syncope/site/downloads.html
    syncope/site/iam-scenario.html
    syncope/site/index.html
    syncope/site/integration.html
    syncope/site/issue-tracking.html
    syncope/site/license.html
    syncope/site/mailing-lists.html
    syncope/site/professional-services.html
    syncope/site/project-reports.html
    syncope/site/release-process.html
    syncope/site/security.html
    syncope/site/source-repository.html
    syncope/site/team-list.html

Modified: syncope/site/architecture.html
URL: http://svn.apache.org/viewvc/syncope/site/architecture.html?rev=1736562&r1=1736561&r2=1736562&view=diff
==============================================================================
--- syncope/site/architecture.html (original)
+++ syncope/site/architecture.html Fri Mar 25 11:46:21 2016
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Apache Syncope Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20160321" />
+    <meta name="Date-Revision-yyyymmdd" content="20160325" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Syncope &#x2013; Architecture</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,6 +77,13 @@
                 
       <li>
   
+                          <a href="demo.html" title="Demo">
+          <span class="none"></span>
+        Demo</a>
+            </li>
+                
+      <li>
+  
                           <a href="downloads.html" title="Downloads">
           <span class="none"></span>
         Downloads</a>

Modified: syncope/site/building.html
URL: http://svn.apache.org/viewvc/syncope/site/building.html?rev=1736562&r1=1736561&r2=1736562&view=diff
==============================================================================
--- syncope/site/building.html (original)
+++ syncope/site/building.html Fri Mar 25 11:46:21 2016
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Apache Syncope Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20160321" />
+    <meta name="Date-Revision-yyyymmdd" content="20160325" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Syncope &#x2013; Building</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -79,6 +79,13 @@
                 
       <li>
   
+                          <a href="demo.html" title="Demo">
+          <span class="none"></span>
+        Demo</a>
+            </li>
+                
+      <li>
+  
                           <a href="downloads.html" title="Downloads">
           <span class="none"></span>
         Downloads</a>
@@ -275,6 +282,10 @@
 <li><a href="#fitconsole-reference">fit/console-reference</a>
 <ul>
 <li><a href="#Debug">Debug</a></li>
+<li><a href="#JRebel">JRebel</a></li></ul></li>
+<li><a href="#fitenduser-reference">fit/enduser-reference</a>
+<ul>
+<li><a href="#Debug">Debug</a></li>
 <li><a href="#JRebel">JRebel</a></li></ul></li></ul></li></ul>
     </div>
 
@@ -361,7 +372,7 @@
         but console) and enables remote JPDA debugging on port 8000 in the running Java EE container (Tomcat).
         
 <div class="source"><pre class="prettyprint">$ mvn -Pdebug,all</pre></div>
-or, without Activiti and Camel support
+        or, without Activiti and Camel support
         
 <div class="source"><pre class="prettyprint">$ mvn -Pdebug</pre></div>
 
@@ -371,11 +382,11 @@ or, without Activiti and Camel support
         As with Debug, but with <a class="externalLink" href="http://zeroturnaround.com/software/jrebel/">JRebel</a> features enabled.
         
 <div class="source"><pre class="prettyprint">$ export REBEL_HOME=/opt/jrebel
-$ mvn -Pjrebel,all</pre></div>
-or, without Activiti and Camel support
+          $ mvn -Pjrebel,all</pre></div>
+        or, without Activiti and Camel support
         
 <div class="source"><pre class="prettyprint">$ export REBEL_HOME=/opt/jrebel
-$ mvn -Pjrebel</pre></div>
+          $ mvn -Pjrebel</pre></div>
 
         </div>
 <div class="section">
@@ -452,9 +463,30 @@ $ mvn -Pjrebel</pre></div>
         
 <div class="section">
 <h4><a name="Debug"></a>Debug</h4>
-        Starts the full environment used by core's integration tests (with same components available when running new project
-        in <a href="docs/getting-started.html#paths-and-components">embedded mode</a>,
-        including console) and enables remote JPDA debugging on port 8000 in the running Java EE container (Tomcat).
+        Starts the full environment used by core's integration tests (with same components available when running new 
+        project in <a href="docs/getting-started.html#paths-and-components">embedded mode</a>, including console) and 
+        enables remote JPDA debugging on port 8000 in the running Java EE container (Tomcat).
+        
+<div class="source"><pre class="prettyprint">$ mvn -Pdebug</pre></div>
+
+        </div>
+<div class="section">
+<h4><a name="JRebel"></a>JRebel</h4>
+        As with Debug, but with <a class="externalLink" href="http://zeroturnaround.com/software/jrebel/">JRebel</a> features enabled.
+        
+<div class="source"><pre class="prettyprint">$ export REBEL_HOME=/opt/jrebel
+          $ mvn -Pjrebel</pre></div>
+      </div></div>
+      
+      
+<div class="section">
+<h3><a name="fitenduser-reference"></a>fit/enduser-reference</h3>
+        
+<div class="section">
+<h4><a name="Debug"></a>Debug</h4>
+        Starts the full environment used by core's integration tests (with same components available when running new 
+        project in <a href="docs/getting-started.html#paths-and-components">embedded mode</a>, including console and 
+        enduser) and enables remote JPDA debugging on port 8000 in the running Java EE container (Tomcat).
         
 <div class="source"><pre class="prettyprint">$ mvn -Pdebug</pre></div>
 
@@ -464,7 +496,7 @@ $ mvn -Pjrebel</pre></div>
         As with Debug, but with <a class="externalLink" href="http://zeroturnaround.com/software/jrebel/">JRebel</a> features enabled.
         
 <div class="source"><pre class="prettyprint">$ export REBEL_HOME=/opt/jrebel
-$ mvn -Pjrebel</pre></div>
+          $ mvn -Pjrebel</pre></div>
       </div></div>
     </div>
   

Modified: syncope/site/contributing.html
URL: http://svn.apache.org/viewvc/syncope/site/contributing.html?rev=1736562&r1=1736561&r2=1736562&view=diff
==============================================================================
--- syncope/site/contributing.html (original)
+++ syncope/site/contributing.html Fri Mar 25 11:46:21 2016
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Apache Syncope Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20160321" />
+    <meta name="Date-Revision-yyyymmdd" content="20160325" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Syncope &#x2013; How to contribute?</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -78,6 +78,13 @@
             </li>
                 
       <li>
+  
+                          <a href="demo.html" title="Demo">
+          <span class="none"></span>
+        Demo</a>
+            </li>
+                
+      <li>
   
                           <a href="downloads.html" title="Downloads">
           <span class="none"></span>

Added: syncope/site/demo.html
URL: http://svn.apache.org/viewvc/syncope/site/demo.html?rev=1736562&view=auto
==============================================================================
--- syncope/site/demo.html (added)
+++ syncope/site/demo.html Fri Mar 25 11:46:21 2016
@@ -0,0 +1,372 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia Site Renderer 1.7 
+ | Rendered using Apache Maven Fluido Skin 1.5
+-->
+<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="author" content="Apache Syncope Documentation Team" />
+    <meta name="Date-Revision-yyyymmdd" content="20160325" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Apache Syncope &#x2013; Demo</title>
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
+    <link rel="stylesheet" href="./css/site.css" />
+    <link rel="stylesheet" href="./css/print.css" media="print" />
+
+      
+    <script type="text/javascript" src="./js/apache-maven-fluido-1.5.min.js"></script>
+
+                      </head>
+        <body class="topBarDisabled">
+          
+                
+                    
+    
+        <div class="container-fluid">
+          <div id="banner">
+        <div class="pull-left">
+                                <div id="bannerLeft">
+                <h2>Apache Syncope</h2>
+                </div>
+                      </div>
+        <div class="pull-right">  </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+              
+                              <li class="">
+                    <a href="http://www.apache.org/" class="externalLink" title="Apache">
+        Apache</a>
+                    <span class="divider">/</span>
+      </li>
+            <li class="">
+                    <a href="./" title="Apache Syncope">
+        Apache Syncope</a>
+                    <span class="divider">/</span>
+      </li>
+        <li class="active ">Demo</li>
+        
+              
+      
+                            </ul>
+      </div>
+
+                  
+      <div class="row-fluid">
+        <div id="leftColumn" class="span2">
+          <div class="well sidebar-nav">
+              
+                <ul class="nav nav-list">
+                    <li class="nav-header">Apache Syncope™</li>
+                              
+      <li>
+  
+                          <a href="iam-scenario.html" title="IAM Scenario">
+          <span class="none"></span>
+        IAM Scenario</a>
+            </li>
+                
+      <li>
+  
+                          <a href="architecture.html" title="Architecture">
+          <span class="none"></span>
+        Architecture</a>
+            </li>
+                
+      <li class="active">
+  
+            <a href="#"><span class="none"></span>Demo</a>
+          </li>
+                
+      <li>
+  
+                          <a href="downloads.html" title="Downloads">
+          <span class="none"></span>
+        Downloads</a>
+            </li>
+                
+      <li>
+  
+                          <a href="security.html" title="Security Advisories">
+          <span class="none"></span>
+        Security Advisories</a>
+            </li>
+                
+      <li>
+  
+                          <a href="docs/index.html" title="Documentation">
+          <span class="none"></span>
+        Documentation</a>
+            </li>
+                
+      <li>
+  
+                          <a href="mailing-lists.html" title="Mailing Lists">
+          <span class="none"></span>
+        Mailing Lists</a>
+            </li>
+                
+      <li>
+  
+                          <a href="team-list.html" title="Project Team">
+          <span class="none"></span>
+        Project Team</a>
+            </li>
+                
+      <li>
+  
+                          <a href="license.html" title="License">
+          <span class="none"></span>
+        License</a>
+            </li>
+                
+      <li>
+  
+                          <a href="professional-services.html" title="Professional Services">
+          <span class="none"></span>
+        Professional Services</a>
+            </li>
+                              <li class="nav-header">Development</li>
+                              
+      <li>
+  
+                          <a href="http://cwiki.apache.org/confluence/display/SYNCOPE/Roadmap" class="externalLink" title="Roadmap">
+          <span class="none"></span>
+        Roadmap</a>
+            </li>
+                
+      <li>
+  
+                          <a href="contributing.html" title="How to contribute?">
+          <span class="none"></span>
+        How to contribute?</a>
+            </li>
+                
+      <li>
+  
+                          <a href="source-repository.html" title="Source Repository">
+          <span class="none"></span>
+        Source Repository</a>
+            </li>
+                
+      <li>
+  
+                          <a href="integration.html" title="Continuous Integration">
+          <span class="none"></span>
+        Continuous Integration</a>
+            </li>
+                
+      <li>
+  
+                          <a href="issue-tracking.html" title="Issue Tracking">
+          <span class="none"></span>
+        Issue Tracking</a>
+            </li>
+                
+      <li>
+  
+                          <a href="building.html" title="Building">
+          <span class="none"></span>
+        Building</a>
+            </li>
+                
+      <li>
+  
+                          <a href="release-process.html" title="Release Process">
+          <span class="none"></span>
+        Release Process</a>
+            </li>
+                              <li class="nav-header">ASF</li>
+                              
+      <li>
+  
+                          <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How Apache Works">
+          <span class="none"></span>
+        How Apache Works</a>
+            </li>
+                
+      <li>
+  
+                          <a href="http://www.apache.org/foundation/" class="externalLink" title="Foundation">
+          <span class="none"></span>
+        Foundation</a>
+            </li>
+                
+      <li>
+  
+                          <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsoring Apache">
+          <span class="none"></span>
+        Sponsoring Apache</a>
+            </li>
+                
+      <li>
+  
+                          <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">
+          <span class="none"></span>
+        Thanks</a>
+            </li>
+            </ul>
+              
+                
+          <hr />
+
+           <div id="poweredBy">
+                   
+    <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
+
+    
+    <div class="g-plusone" data-href="http://syncope.apache.org/" data-size="tall" ></div>
+
+                   <div class="clear"></div>
+                   
+        
+        
+        
+    <iframe src="https://www.facebook.com/plugins/like.php?href=http://syncope.apache.org/&send=false&layout=box_count&show-faces=false&action=like&colorscheme=light"
+        scrolling="no" frameborder="0"
+        style="border:none; width:70px; height:63px; margin-top: 10px;" ></iframe>
+               <div class="clear"></div>
+               
+        
+        
+        <div id="twitter">
+    
+    <a href="https://twitter.com/syncopeidm" class="twitter-follow-button" data-show-count="false" data-align="left" data-size="medium" data-show-screen-name="true" data-lang="en">Follow syncopeidm</a>
+    <script type="text/javascript">!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+
+        </div>
+                   <div class="clear"></div>
+                            <div class="clear"></div>
+                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+                  </div>
+          </div>
+        </div>
+        
+                        
+        <div id="bodyColumn"  class="span10" >
+                                  
+            
+
+  
+    <div class="section">
+<h2><a name="Demo"></a>Demo</h2>      
+      
+<p>
+        This demo is made available by the Apache Syncope team for evaluation purpose only.
+      </p>
+
+      
+<div class="section">
+<h3><a name="Credentials"></a>Credentials</h3>
+        
+<ul>
+          
+<li>
+            <i>Administration</i>
+            
+<ul>
+              
+<li>admin / password</li>
+            </ul>
+          </li>
+          
+<li>
+            <i>Self-service</i>
+            
+<ul>
+              
+<li>bellini / password</li>
+              
+<li>puccini / password</li>
+              
+<li>rossini / password</li>
+              
+<li>verdi / password</li>
+            </ul>
+          </li>
+        </ul>
+      </div>
+
+      
+<div class="section">
+<h3><a name="Available_components"></a>Available components</h3>
+        
+<div class="btn-group">
+          <a href="#a" class="btn btn-large dropdown-toggle" data-toggle="dropdown">
+            Apache Syncope Core
+            <span class="caret"></span>
+          </a>
+          
+<ul class="dropdown-menu">
+            
+<li>
+              <a class="externalLink" href="http://syncope-vm.apache.org:9080/syncope/">REST documentation</a>
+            </li>
+            
+<li>
+              <a class="externalLink" href="http://syncope-vm.apache.org:9080/syncope/swagger/">Swagger UI</a>
+            </li>
+          </ul>
+        </div>
+        
+<div class="btn-group">
+          <a href="#a" class="btn btn-large dropdown-toggle" data-toggle="dropdown">
+            Apache Syncope Console
+            <span class="caret"></span>
+          </a>
+          
+<ul class="dropdown-menu">
+            
+<li>
+              <a class="externalLink" href="http://syncope-vm.apache.org:9080/syncope-console/">Web UI</a>
+            </li>
+          </ul>
+        </div>
+        
+<div class="btn-group">
+          <a href="#a" class="btn btn-large dropdown-toggle" data-toggle="dropdown">
+            Apache Syncope Enduser
+            <span class="caret"></span>
+          </a>
+          
+<ul class="dropdown-menu">
+            
+<li>
+              <a class="externalLink" href="http://syncope-vm.apache.org:9080/syncope-enduser/">Web UI</a>
+            </li>
+          </ul>
+        </div>
+      </div>
+    </div>
+  
+
+                  </div>
+            </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container-fluid">
+                      <div class="row-fluid">
+                          Apache, Syncope, Apache Syncope, the Apache feather logo and the Apache Syncope project logo are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.
+                </div>
+
+        
+          
+    
+    
+                
+    <div id="ohloh" class="pull-right">
+      <script type="text/javascript" src="https://www.ohloh.net/p/syncope/widgets/project_thin_badge.js"></script>
+    </div>
+        </div>
+    </footer>
+        </body>
+</html>

Propchange: syncope/site/demo.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: syncope/site/demo.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: syncope/site/demo.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Modified: syncope/site/docs/index.html
URL: http://svn.apache.org/viewvc/syncope/site/docs/index.html?rev=1736562&r1=1736561&r2=1736562&view=diff
==============================================================================
--- syncope/site/docs/index.html (original)
+++ syncope/site/docs/index.html Fri Mar 25 11:46:21 2016
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Apache Syncope Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20160321" />
+    <meta name="Date-Revision-yyyymmdd" content="20160325" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Syncope &#x2013; Documentation</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.5.min.css" />
@@ -78,6 +78,13 @@
             </li>
                 
       <li>
+  
+                          <a href="../demo.html" title="Demo">
+          <span class="none"></span>
+        Demo</a>
+            </li>
+                
+      <li>
   
                           <a href="../downloads.html" title="Downloads">
           <span class="none"></span>

Modified: syncope/site/downloads.html
URL: http://svn.apache.org/viewvc/syncope/site/downloads.html?rev=1736562&r1=1736561&r2=1736562&view=diff
==============================================================================
--- syncope/site/downloads.html (original)
+++ syncope/site/downloads.html Fri Mar 25 11:46:21 2016
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Apache Syncope Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20160321" />
+    <meta name="Date-Revision-yyyymmdd" content="20160325" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Syncope &#x2013; Downloads</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,6 +77,13 @@
         Architecture</a>
             </li>
                 
+      <li>
+  
+                          <a href="demo.html" title="Demo">
+          <span class="none"></span>
+        Demo</a>
+            </li>
+                
       <li class="active">
   
             <a href="#"><span class="none"></span>Downloads</a>

Modified: syncope/site/iam-scenario.html
URL: http://svn.apache.org/viewvc/syncope/site/iam-scenario.html?rev=1736562&r1=1736561&r2=1736562&view=diff
==============================================================================
--- syncope/site/iam-scenario.html (original)
+++ syncope/site/iam-scenario.html Fri Mar 25 11:46:21 2016
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Apache Syncope Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20160321" />
+    <meta name="Date-Revision-yyyymmdd" content="20160325" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Syncope &#x2013; IAM Scenario</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -76,6 +76,13 @@
             </li>
                 
       <li>
+  
+                          <a href="demo.html" title="Demo">
+          <span class="none"></span>
+        Demo</a>
+            </li>
+                
+      <li>
   
                           <a href="downloads.html" title="Downloads">
           <span class="none"></span>

Modified: syncope/site/index.html
URL: http://svn.apache.org/viewvc/syncope/site/index.html?rev=1736562&r1=1736561&r2=1736562&view=diff
==============================================================================
--- syncope/site/index.html (original)
+++ syncope/site/index.html Fri Mar 25 11:46:21 2016
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Apache Syncope Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20160321" />
+    <meta name="Date-Revision-yyyymmdd" content="20160325" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Syncope &#x2013; Apache Syncope</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -78,6 +78,13 @@
             </li>
                 
       <li>
+  
+                          <a href="demo.html" title="Demo">
+          <span class="none"></span>
+        Demo</a>
+            </li>
+                
+      <li>
   
                           <a href="downloads.html" title="Downloads">
           <span class="none"></span>

Modified: syncope/site/integration.html
URL: http://svn.apache.org/viewvc/syncope/site/integration.html?rev=1736562&r1=1736561&r2=1736562&view=diff
==============================================================================
--- syncope/site/integration.html (original)
+++ syncope/site/integration.html Fri Mar 25 11:46:21 2016
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Apache Syncope Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20160321" />
+    <meta name="Date-Revision-yyyymmdd" content="20160325" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Syncope &#x2013; Continuous Integration</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -78,6 +78,13 @@
             </li>
                 
       <li>
+  
+                          <a href="demo.html" title="Demo">
+          <span class="none"></span>
+        Demo</a>
+            </li>
+                
+      <li>
   
                           <a href="downloads.html" title="Downloads">
           <span class="none"></span>

Modified: syncope/site/issue-tracking.html
URL: http://svn.apache.org/viewvc/syncope/site/issue-tracking.html?rev=1736562&r1=1736561&r2=1736562&view=diff
==============================================================================
--- syncope/site/issue-tracking.html (original)
+++ syncope/site/issue-tracking.html Fri Mar 25 11:46:21 2016
@@ -7,7 +7,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160321" />
+    <meta name="Date-Revision-yyyymmdd" content="20160325" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Syncope &#x2013; Issue Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,6 +77,13 @@
             </li>
                 
       <li>
+  
+                          <a href="demo.html" title="Demo">
+          <span class="none"></span>
+        Demo</a>
+            </li>
+                
+      <li>
   
                           <a href="downloads.html" title="Downloads">
           <span class="none"></span>

Modified: syncope/site/license.html
URL: http://svn.apache.org/viewvc/syncope/site/license.html?rev=1736562&r1=1736561&r2=1736562&view=diff
==============================================================================
--- syncope/site/license.html (original)
+++ syncope/site/license.html Fri Mar 25 11:46:21 2016
@@ -7,7 +7,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160321" />
+    <meta name="Date-Revision-yyyymmdd" content="20160325" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Syncope &#x2013; Project Licenses</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,6 +77,13 @@
             </li>
                 
       <li>
+  
+                          <a href="demo.html" title="Demo">
+          <span class="none"></span>
+        Demo</a>
+            </li>
+                
+      <li>
   
                           <a href="downloads.html" title="Downloads">
           <span class="none"></span>

Modified: syncope/site/mailing-lists.html
URL: http://svn.apache.org/viewvc/syncope/site/mailing-lists.html?rev=1736562&r1=1736561&r2=1736562&view=diff
==============================================================================
--- syncope/site/mailing-lists.html (original)
+++ syncope/site/mailing-lists.html Fri Mar 25 11:46:21 2016
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Apache Syncope Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20160321" />
+    <meta name="Date-Revision-yyyymmdd" content="20160325" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Syncope &#x2013; Mailing Lists</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -78,6 +78,13 @@
             </li>
                 
       <li>
+  
+                          <a href="demo.html" title="Demo">
+          <span class="none"></span>
+        Demo</a>
+            </li>
+                
+      <li>
   
                           <a href="downloads.html" title="Downloads">
           <span class="none"></span>

Modified: syncope/site/professional-services.html
URL: http://svn.apache.org/viewvc/syncope/site/professional-services.html?rev=1736562&r1=1736561&r2=1736562&view=diff
==============================================================================
--- syncope/site/professional-services.html (original)
+++ syncope/site/professional-services.html Fri Mar 25 11:46:21 2016
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Apache Syncope Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20160321" />
+    <meta name="Date-Revision-yyyymmdd" content="20160325" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Syncope &#x2013; Professional Services</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -78,6 +78,13 @@
             </li>
                 
       <li>
+  
+                          <a href="demo.html" title="Demo">
+          <span class="none"></span>
+        Demo</a>
+            </li>
+                
+      <li>
   
                           <a href="downloads.html" title="Downloads">
           <span class="none"></span>

Modified: syncope/site/project-reports.html
URL: http://svn.apache.org/viewvc/syncope/site/project-reports.html?rev=1736562&r1=1736561&r2=1736562&view=diff
==============================================================================
--- syncope/site/project-reports.html (original)
+++ syncope/site/project-reports.html Fri Mar 25 11:46:21 2016
@@ -7,7 +7,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160321" />
+    <meta name="Date-Revision-yyyymmdd" content="20160325" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Syncope &#x2013; Generated Reports</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,6 +77,13 @@
             </li>
                 
       <li>
+  
+                          <a href="demo.html" title="Demo">
+          <span class="none"></span>
+        Demo</a>
+            </li>
+                
+      <li>
   
                           <a href="downloads.html" title="Downloads">
           <span class="none"></span>

Modified: syncope/site/release-process.html
URL: http://svn.apache.org/viewvc/syncope/site/release-process.html?rev=1736562&r1=1736561&r2=1736562&view=diff
==============================================================================
--- syncope/site/release-process.html (original)
+++ syncope/site/release-process.html Fri Mar 25 11:46:21 2016
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Apache Syncope Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20160321" />
+    <meta name="Date-Revision-yyyymmdd" content="20160325" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Syncope &#x2013; Release Process</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -79,6 +79,13 @@
                 
       <li>
   
+                          <a href="demo.html" title="Demo">
+          <span class="none"></span>
+        Demo</a>
+            </li>
+                
+      <li>
+  
                           <a href="downloads.html" title="Downloads">
           <span class="none"></span>
         Downloads</a>
@@ -851,8 +858,7 @@ Best regards.
           </li>
           
 <li>
-            Add the distribution artifacts to the distribution area (execute the commands below preferably on
-            <tt>people.apache.org</tt>)
+            Add the distribution artifacts to the distribution area
             
 <div class="source"><pre class="prettyprint">
 svn mv -m &quot;Moving the voted release artifacts to dist/release&quot; \

Modified: syncope/site/security.html
URL: http://svn.apache.org/viewvc/syncope/site/security.html?rev=1736562&r1=1736561&r2=1736562&view=diff
==============================================================================
--- syncope/site/security.html (original)
+++ syncope/site/security.html Fri Mar 25 11:46:21 2016
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Apache Syncope Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20160321" />
+    <meta name="Date-Revision-yyyymmdd" content="20160325" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Syncope &#x2013; Security Advisories</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -78,6 +78,13 @@
             </li>
                 
       <li>
+  
+                          <a href="demo.html" title="Demo">
+          <span class="none"></span>
+        Demo</a>
+            </li>
+                
+      <li>
   
                           <a href="downloads.html" title="Downloads">
           <span class="none"></span>

Modified: syncope/site/source-repository.html
URL: http://svn.apache.org/viewvc/syncope/site/source-repository.html?rev=1736562&r1=1736561&r2=1736562&view=diff
==============================================================================
--- syncope/site/source-repository.html (original)
+++ syncope/site/source-repository.html Fri Mar 25 11:46:21 2016
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Apache Syncope Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20160321" />
+    <meta name="Date-Revision-yyyymmdd" content="20160325" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Syncope &#x2013; Source Repository</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -78,6 +78,13 @@
             </li>
                 
       <li>
+  
+                          <a href="demo.html" title="Demo">
+          <span class="none"></span>
+        Demo</a>
+            </li>
+                
+      <li>
   
                           <a href="downloads.html" title="Downloads">
           <span class="none"></span>

Modified: syncope/site/team-list.html
URL: http://svn.apache.org/viewvc/syncope/site/team-list.html?rev=1736562&r1=1736561&r2=1736562&view=diff
==============================================================================
--- syncope/site/team-list.html (original)
+++ syncope/site/team-list.html Fri Mar 25 11:46:21 2016
@@ -7,7 +7,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160321" />
+    <meta name="Date-Revision-yyyymmdd" content="20160325" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Syncope &#x2013; Project Team</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,6 +77,13 @@
             </li>
                 
       <li>
+  
+                          <a href="demo.html" title="Demo">
+          <span class="none"></span>
+        Demo</a>
+            </li>
+                
+      <li>
   
                           <a href="downloads.html" title="Downloads">
           <span class="none"></span>