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:35 UTC

[2/2] syncope git commit: [SYNCOPE-785] Demo page

[SYNCOPE-785] Demo page


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/e913cac1
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/e913cac1
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/e913cac1

Branch: refs/heads/master
Commit: e913cac1036382b224831bde0f8ed8c0275f99f2
Parents: 7d361ae
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Fri Mar 25 12:44:21 2016 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri Mar 25 12:44:21 2016 +0100

----------------------------------------------------------------------
 pom.xml                |  5 +++
 src/site/site.xml      |  1 +
 src/site/xdoc/demo.xml | 95 +++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 101 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/e913cac1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fc1eda8..4447341 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1931,6 +1931,11 @@ under the License.
                     <replace dir="${rootpom.basedir}/target/site" token="48px" value="70px">
                       <include name="**/*.html" />
                     </replace>
+                    <replace dir="${rootpom.basedir}/target/site"
+                             token='dropdown-toggle"'
+                             value='dropdown-toggle" data-toggle="dropdown"'>
+                      <include name="**/*.html" />
+                    </replace>
                   </target>
                 </configuration>
               </execution>

http://git-wip-us.apache.org/repos/asf/syncope/blob/e913cac1/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index 31415cb..a1e48b5 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -63,6 +63,7 @@ under the License.
     <menu name="Apache Syncope™" inherit="top">
       <item name="IAM Scenario" href="iam-scenario.html"/>
       <item name="Architecture" href="architecture.html"/>
+      <item name="Demo" href="demo.html"/>
       <item name="Downloads" href="downloads.html"/>
       <item name="Security Advisories" href="security.html"/>
       <item name="Documentation" href="docs/index.html"/>

http://git-wip-us.apache.org/repos/asf/syncope/blob/e913cac1/src/site/xdoc/demo.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/demo.xml b/src/site/xdoc/demo.xml
new file mode 100644
index 0000000..30c0390
--- /dev/null
+++ b/src/site/xdoc/demo.xml
@@ -0,0 +1,95 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+
+-->
+<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+          xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
+
+  <properties>
+    <title>Demo</title>
+    <author email="dev@syncope.apache.org">Apache Syncope Documentation Team</author>
+  </properties>
+
+  <body>
+    <section name="Demo">      
+      <p>
+        This demo is made available by the Apache Syncope team for evaluation purpose only.
+      </p>
+
+      <subsection name="Credentials">
+        <ul>
+          <li>
+            <em>Administration</em>
+            <ul>
+              <li>admin / password</li>
+            </ul>
+          </li>
+          <li>
+            <em>Self-service</em>
+            <ul>
+              <li>bellini / password</li>
+              <li>puccini / password</li>
+              <li>rossini / password</li>
+              <li>verdi / password</li>
+            </ul>
+          </li>
+        </ul>
+      </subsection>
+
+      <subsection name="Available components">
+        <div class="btn-group">
+          <a class="btn btn-large dropdown-toggle" data-toggle="dropdown" href="#">
+            Apache Syncope Core
+            <span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
+            <li>
+              <a href="http://syncope-vm.apache.org:9080/syncope/">REST documentation</a>
+            </li>
+            <li>
+              <a href="http://syncope-vm.apache.org:9080/syncope/swagger/">Swagger UI</a>
+            </li>
+          </ul>
+        </div>
+        <div class="btn-group">
+          <a class="btn btn-large dropdown-toggle" data-toggle="dropdown" href="#">
+            Apache Syncope Console
+            <span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
+            <li>
+              <a href="http://syncope-vm.apache.org:9080/syncope-console/">Web UI</a>
+            </li>
+          </ul>
+        </div>
+        <div class="btn-group">
+          <a class="btn btn-large dropdown-toggle" data-toggle="dropdown" href="#">
+            Apache Syncope Enduser
+            <span class="caret"></span>
+          </a>
+          <ul class="dropdown-menu">
+            <li>
+              <a href="http://syncope-vm.apache.org:9080/syncope-enduser/">Web UI</a>
+            </li>
+          </ul>
+        </div>
+      </subsection>
+    </section>
+  </body>
+</document>