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 2018/04/18 12:24:47 UTC

[2/2] syncope git commit: Reviewing website to comply with ASF policies - see https://whimsy.apache.org/site/project/syncope

Reviewing website to comply with ASF policies - see https://whimsy.apache.org/site/project/syncope


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

Branch: refs/heads/master
Commit: ce756bfb7cc4f0d571fc8cfbe4df718109e6f497
Parents: 6ac8c02
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Wed Apr 18 14:24:27 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Wed Apr 18 14:24:38 2018 +0200

----------------------------------------------------------------------
 pom.xml                 |  1 -
 src/site/site.xml       | 39 ++++++++++++++++++++-------------------
 src/site/xdoc/index.xml |  8 +++++++-
 3 files changed, 27 insertions(+), 21 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/ce756bfb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 528f133..46ff9bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2189,7 +2189,6 @@ under the License.
               <report>index</report>
               <report>project-team</report>
               <report>issue-tracking</report>
-              <report>license</report>
             </reports>
           </reportSet>
         </reportSets>

http://git-wip-us.apache.org/repos/asf/syncope/blob/ce756bfb/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index d0de77a..cdfb9f9 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -57,37 +57,38 @@ under the License.
     </breadcrumbs>
         
     <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"/>
-      <item name="Mailing Lists" href="mailing-lists.html"/>
-      <item name="Project Team" href="team-list.html"/>
-      <item name="License" href="license.html"/>
-      <item name="Professional Services" href="professional-services.html"/>
+      <item name="IAM Scenario" href="iam-scenario"/>
+      <item name="Architecture" href="architecture"/>
+      <item name="Demo" href="demo"/>
+      <item name="Downloads" href="downloads"/>
+      <item name="Security" href="https://syncope.apache.org/security"/>
+      <item name="Documentation" href="docs/"/>
+      <item name="Mailing Lists" href="mailing-lists"/>
+      <item name="Project Team" href="team-list"/>
+      <item name="License" href="https://www.apache.org/licenses/"/>
+      <item name="Professional Services" href="professional-services"/>
     </menu>
         
     <menu name="Development">
       <item name="Roadmap" href="http://cwiki.apache.org/confluence/display/SYNCOPE/Roadmap"/>
-      <item name="How to contribute?" href="contributing.html"/>
-      <item name="Source Repository" href="source-repository.html"/>
-      <item name="Continuous Integration" href="integration.html"/>
-      <item name="Issue Tracking" href="issue-tracking.html"/>
-      <item name="Building" href="building.html"/>
-      <item name="Release Process" href="release-process.html"/>
+      <item name="How to contribute?" href="contributing"/>
+      <item name="Source Repository" href="source-repository"/>
+      <item name="Continuous Integration" href="integration"/>
+      <item name="Issue Tracking" href="issue-tracking"/>
+      <item name="Building" href="building"/>
+      <item name="Release Process" href="release-process"/>
     </menu>
 
     <menu name="ASF">
-      <item name="How Apache Works" href="http://www.apache.org/foundation/how-it-works.html"/>
+      <item name="How Apache Works" href="http://www.apache.org/foundation/how-it-works"/>
       <item name="Foundation" href="http://www.apache.org/foundation/"/>
-      <item name="Sponsoring Apache" href="http://www.apache.org/foundation/sponsorship.html"/>
-      <item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/>
+      <item name="Sponsoring Apache" href="http://www.apache.org/foundation/sponsorship"/>
+      <item name="Thanks" href="http://www.apache.org/foundation/thanks"/>
     </menu>
 
     <footer>
       <![CDATA[
+Copyright &copy; 2018, the Apache Software Foundation.<br/>
 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 class="pull-right">

http://git-wip-us.apache.org/repos/asf/syncope/blob/ce756bfb/src/site/xdoc/index.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 8027019..f3aa6fc 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -46,7 +46,7 @@ under the License.
         <i>Who has access to What, When, How, and Why?</i>
       </p>
     </div>
-
+    
     <div class="row" style="margin-bottom: 20px;">
       <div class="col-sm-offset-5 col-sm-2 text-center">
         <div class="btn-group" data-toggle="buttons">
@@ -87,5 +87,11 @@ under the License.
     <p style="text-align:center;">
       <img src="docs/images/identityLifecycle.png" alt="Identity lifecycle" width="500"/>
     </p>
+
+    <p>    
+      <a href="https://www.apache.org/events/current-event">
+        <img src="https://www.apache.org/events/current-event-234x60.png" align="right"/>
+      </a>
+    </p>
   </body>
 </document>