You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2014/04/10 06:10:11 UTC

svn commit: r1586207 - in /archiva/site-content/redback: ./ development/ errors/ integration/ rbac/

Author: olamy
Date: Thu Apr 10 04:10:10 2014
New Revision: 1586207

URL: http://svn.apache.org/r1586207
Log:
Apache Redback Main site deployment

Modified:
    archiva/site-content/redback/authentication.html
    archiva/site-content/redback/authorization.html
    archiva/site-content/redback/configuration.html
    archiva/site-content/redback/development/extending-authn.html
    archiva/site-content/redback/errors/404.html
    archiva/site-content/redback/index.html
    archiva/site-content/redback/integration.html
    archiva/site-content/redback/integration/ldap.html
    archiva/site-content/redback/integration/rest.html
    archiva/site-content/redback/issue-tracking.html
    archiva/site-content/redback/key-store.html
    archiva/site-content/redback/license.html
    archiva/site-content/redback/mail-lists.html
    archiva/site-content/redback/privacy-policy.html
    archiva/site-content/redback/project-info.html
    archiva/site-content/redback/rbac/introduction.html
    archiva/site-content/redback/rbac/role-management.html
    archiva/site-content/redback/source-repository.html
    archiva/site-content/redback/team-list.html
    archiva/site-content/redback/user-management.html

Modified: archiva/site-content/redback/authentication.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/authentication.html?rev=1586207&r1=1586206&r2=1586207&view=diff
==============================================================================
--- archiva/site-content/redback/authentication.html (original)
+++ archiva/site-content/redback/authentication.html Thu Apr 10 04:10:10 2014
@@ -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="20131219" />
+    <meta name="Date-Revision-yyyymmdd" content="20140410" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Redback - Authentication</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -180,7 +180,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-12-19
+                  <li id="publishDate">Last Published: 2014-04-10
                       <span class="divider">|</span>
                    </li>
                                       <li class="">
@@ -223,7 +223,7 @@
     <footer>
             <div class="container">
                       <div class="row">
-                              <p >Copyright &copy;                    2006&#x2013;2013
+                              <p >Copyright &copy;                    2006&#x2013;2014
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: archiva/site-content/redback/authorization.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/authorization.html?rev=1586207&r1=1586206&r2=1586207&view=diff
==============================================================================
--- archiva/site-content/redback/authorization.html (original)
+++ archiva/site-content/redback/authorization.html Thu Apr 10 04:10:10 2014
@@ -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="20131219" />
+    <meta name="Date-Revision-yyyymmdd" content="20140410" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Redback - Authorization</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -180,7 +180,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-12-19
+                  <li id="publishDate">Last Published: 2014-04-10
                       <span class="divider">|</span>
                    </li>
                                       <li class="">
@@ -216,7 +216,7 @@
     <footer>
             <div class="container">
                       <div class="row">
-                              <p >Copyright &copy;                    2006&#x2013;2013
+                              <p >Copyright &copy;                    2006&#x2013;2014
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: archiva/site-content/redback/configuration.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/configuration.html?rev=1586207&r1=1586206&r2=1586207&view=diff
==============================================================================
--- archiva/site-content/redback/configuration.html (original)
+++ archiva/site-content/redback/configuration.html Thu Apr 10 04:10:10 2014
@@ -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="20131219" />
+    <meta name="Date-Revision-yyyymmdd" content="20140410" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Redback - Configuration</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -180,7 +180,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-12-19
+                  <li id="publishDate">Last Published: 2014-04-10
                       <span class="divider">|</span>
                    </li>
                                       <li class="">
@@ -380,7 +380,7 @@
     <footer>
             <div class="container">
                       <div class="row">
-                              <p >Copyright &copy;                    2006&#x2013;2013
+                              <p >Copyright &copy;                    2006&#x2013;2014
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: archiva/site-content/redback/development/extending-authn.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/development/extending-authn.html?rev=1586207&r1=1586206&r2=1586207&view=diff
==============================================================================
--- archiva/site-content/redback/development/extending-authn.html (original)
+++ archiva/site-content/redback/development/extending-authn.html Thu Apr 10 04:10:10 2014
@@ -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="20131219" />
+    <meta name="Date-Revision-yyyymmdd" content="20140410" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Redback - Development</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.1.min.css" />
@@ -180,7 +180,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-12-19
+                  <li id="publishDate">Last Published: 2014-04-10
                       <span class="divider">|</span>
                    </li>
                                       <li class="">
@@ -259,7 +259,7 @@
     <footer>
             <div class="container">
                       <div class="row">
-                              <p >Copyright &copy;                    2006&#x2013;2013
+                              <p >Copyright &copy;                    2006&#x2013;2014
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: archiva/site-content/redback/errors/404.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/errors/404.html?rev=1586207&r1=1586206&r2=1586207&view=diff
==============================================================================
--- archiva/site-content/redback/errors/404.html (original)
+++ archiva/site-content/redback/errors/404.html Thu Apr 10 04:10:10 2014
@@ -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="20131219" />
+    <meta name="Date-Revision-yyyymmdd" content="20140410" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Redback - Page Not found</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.1.min.css" />
@@ -180,7 +180,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-12-19
+                  <li id="publishDate">Last Published: 2014-04-10
                       <span class="divider">|</span>
                    </li>
                                       <li class="">
@@ -221,7 +221,7 @@
     <footer>
             <div class="container">
                       <div class="row">
-                              <p >Copyright &copy;                    2006&#x2013;2013
+                              <p >Copyright &copy;                    2006&#x2013;2014
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: archiva/site-content/redback/index.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/index.html?rev=1586207&r1=1586206&r2=1586207&view=diff
==============================================================================
--- archiva/site-content/redback/index.html (original)
+++ archiva/site-content/redback/index.html Thu Apr 10 04:10:10 2014
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="Date-Creation-yyyymmdd" content="20121123" />
-    <meta name="Date-Revision-yyyymmdd" content="20131219" />
+    <meta name="Date-Revision-yyyymmdd" content="20140410" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Redback - Introduction</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -181,7 +181,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-12-19
+                  <li id="publishDate">Last Published: 2014-04-10
                       <span class="divider">|</span>
                    </li>
                                       <li class="">
@@ -219,7 +219,7 @@
     <footer>
             <div class="container">
                       <div class="row">
-                              <p >Copyright &copy;                    2006&#x2013;2013
+                              <p >Copyright &copy;                    2006&#x2013;2014
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: archiva/site-content/redback/integration.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/integration.html?rev=1586207&r1=1586206&r2=1586207&view=diff
==============================================================================
--- archiva/site-content/redback/integration.html (original)
+++ archiva/site-content/redback/integration.html Thu Apr 10 04:10:10 2014
@@ -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="20131219" />
+    <meta name="Date-Revision-yyyymmdd" content="20140410" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Redback - Continuous Integration</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -180,7 +180,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-12-19
+                  <li id="publishDate">Last Published: 2014-04-10
                       <span class="divider">|</span>
                    </li>
                                       <li class="">
@@ -224,7 +224,7 @@
     <footer>
             <div class="container">
                       <div class="row">
-                              <p >Copyright &copy;                    2006&#x2013;2013
+                              <p >Copyright &copy;                    2006&#x2013;2014
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: archiva/site-content/redback/integration/ldap.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/integration/ldap.html?rev=1586207&r1=1586206&r2=1586207&view=diff
==============================================================================
--- archiva/site-content/redback/integration/ldap.html (original)
+++ archiva/site-content/redback/integration/ldap.html Thu Apr 10 04:10:10 2014
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="Date-Creation-yyyymmdd" content="20121123" />
-    <meta name="Date-Revision-yyyymmdd" content="20131219" />
+    <meta name="Date-Revision-yyyymmdd" content="20140410" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Redback - Ldap Integration</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.1.min.css" />
@@ -181,7 +181,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-12-19
+                  <li id="publishDate">Last Published: 2014-04-10
                       <span class="divider">|</span>
                    </li>
                                       <li class="">
@@ -312,7 +312,7 @@ security.policy.password.expiration.enab
     <footer>
             <div class="container">
                       <div class="row">
-                              <p >Copyright &copy;                    2006&#x2013;2013
+                              <p >Copyright &copy;                    2006&#x2013;2014
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: archiva/site-content/redback/integration/rest.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/integration/rest.html?rev=1586207&r1=1586206&r2=1586207&view=diff
==============================================================================
--- archiva/site-content/redback/integration/rest.html (original)
+++ archiva/site-content/redback/integration/rest.html Thu Apr 10 04:10:10 2014
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Olivier Lamy" />
     <meta name="Date-Creation-yyyymmdd" content="20110811" />
-    <meta name="Date-Revision-yyyymmdd" content="20131219" />
+    <meta name="Date-Revision-yyyymmdd" content="20140410" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Redback - Redback Rest Support</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.1.min.css" />
@@ -182,7 +182,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-12-19
+                  <li id="publishDate">Last Published: 2014-04-10
                       <span class="divider">|</span>
                    </li>
                                       <li class="">
@@ -301,35 +301,9 @@
 </pre></div>
 <p>Sample on how to use</p>
 <div class="source">
-<pre>User user = new User( &quot;toto&quot;, &quot;toto the king&quot;, &quot;toto@toto.fr&quot;, false, false );
-user.setPassword( &quot;foo123&quot; );
-user.setPermanent( false );
-user.setPasswordChangeRequired( false );
-user.setLocked( false );
-user.setValidated( true );
-UserService userService = getUserService( authorizationHeader );
-userService.createUser( user );
-</pre></div>
+<pre>Error during retrieving content skip as ignoreDownloadError activated.</pre></div>
 <div class="source">
-<pre>    protected UserService getUserService( String authzHeader )
-    {
-        UserService service =
-            JAXRSClientFactory.create( &quot;http://localhost:&quot; + port + &quot;/&quot; + getRestServicesPath() + &quot;/redbackServices/&quot;,
-                                       UserService.class, Collections.singletonList( new JacksonJaxbJsonProvider() ) );
-
-        // time out for debuging purpose
-        WebClient.getConfig( service ).getHttpConduit().getClient().setReceiveTimeout( 100000 );
-
-        if ( authzHeader != null )
-        {
-            WebClient.client( service ).header( &quot;Authorization&quot;, authzHeader );
-        }
-        WebClient.client( service ).accept( MediaType.APPLICATION_JSON_TYPE );
-        WebClient.client( service ).type( MediaType.APPLICATION_JSON_TYPE );
-
-        return service;
-    }
-</pre></div></div></div>
+<pre>Error during retrieving content skip as ignoreDownloadError activated.</pre></div></div></div>
                   </div>
           </div>
 
@@ -338,7 +312,7 @@ userService.createUser( user );
     <footer>
             <div class="container">
                       <div class="row">
-                              <p >Copyright &copy;                    2006&#x2013;2013
+                              <p >Copyright &copy;                    2006&#x2013;2014
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: archiva/site-content/redback/issue-tracking.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/issue-tracking.html?rev=1586207&r1=1586206&r2=1586207&view=diff
==============================================================================
--- archiva/site-content/redback/issue-tracking.html (original)
+++ archiva/site-content/redback/issue-tracking.html Thu Apr 10 04:10:10 2014
@@ -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="20131219" />
+    <meta name="Date-Revision-yyyymmdd" content="20140410" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Redback - Issue Tracking</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -180,7 +180,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-12-19
+                  <li id="publishDate">Last Published: 2014-04-10
                       <span class="divider">|</span>
                    </li>
                                       <li class="">
@@ -221,7 +221,7 @@
     <footer>
             <div class="container">
                       <div class="row">
-                              <p >Copyright &copy;                    2006&#x2013;2013
+                              <p >Copyright &copy;                    2006&#x2013;2014
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: archiva/site-content/redback/key-store.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/key-store.html?rev=1586207&r1=1586206&r2=1586207&view=diff
==============================================================================
--- archiva/site-content/redback/key-store.html (original)
+++ archiva/site-content/redback/key-store.html Thu Apr 10 04:10:10 2014
@@ -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="20131219" />
+    <meta name="Date-Revision-yyyymmdd" content="20140410" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Redback - Keystore</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -180,7 +180,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-12-19
+                  <li id="publishDate">Last Published: 2014-04-10
                       <span class="divider">|</span>
                    </li>
                                       <li class="">
@@ -217,7 +217,7 @@
     <footer>
             <div class="container">
                       <div class="row">
-                              <p >Copyright &copy;                    2006&#x2013;2013
+                              <p >Copyright &copy;                    2006&#x2013;2014
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: archiva/site-content/redback/license.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/license.html?rev=1586207&r1=1586206&r2=1586207&view=diff
==============================================================================
--- archiva/site-content/redback/license.html (original)
+++ archiva/site-content/redback/license.html Thu Apr 10 04:10:10 2014
@@ -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="20131219" />
+    <meta name="Date-Revision-yyyymmdd" content="20140410" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Redback - Project License</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -180,7 +180,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-12-19
+                  <li id="publishDate">Last Published: 2014-04-10
                       <span class="divider">|</span>
                    </li>
                                       <li class="">
@@ -423,7 +423,7 @@
     <footer>
             <div class="container">
                       <div class="row">
-                              <p >Copyright &copy;                    2006&#x2013;2013
+                              <p >Copyright &copy;                    2006&#x2013;2014
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: archiva/site-content/redback/mail-lists.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/mail-lists.html?rev=1586207&r1=1586206&r2=1586207&view=diff
==============================================================================
--- archiva/site-content/redback/mail-lists.html (original)
+++ archiva/site-content/redback/mail-lists.html Thu Apr 10 04:10:10 2014
@@ -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="20131219" />
+    <meta name="Date-Revision-yyyymmdd" content="20140410" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Redback - Project Mailing Lists</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -180,7 +180,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-12-19
+                  <li id="publishDate">Last Published: 2014-04-10
                       <span class="divider">|</span>
                    </li>
                                       <li class="">
@@ -308,7 +308,7 @@
     <footer>
             <div class="container">
                       <div class="row">
-                              <p >Copyright &copy;                    2006&#x2013;2013
+                              <p >Copyright &copy;                    2006&#x2013;2014
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: archiva/site-content/redback/privacy-policy.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/privacy-policy.html?rev=1586207&r1=1586206&r2=1586207&view=diff
==============================================================================
--- archiva/site-content/redback/privacy-policy.html (original)
+++ archiva/site-content/redback/privacy-policy.html Thu Apr 10 04:10:10 2014
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Vincent Siveton" />
     <meta name="Date-Creation-yyyymmdd" content="20081203" />
-    <meta name="Date-Revision-yyyymmdd" content="20131219" />
+    <meta name="Date-Revision-yyyymmdd" content="20140410" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Redback - Privacy Policy</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -182,7 +182,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-12-19
+                  <li id="publishDate">Last Published: 2014-04-10
                       <span class="divider">|</span>
                    </li>
                                       <li class="">
@@ -227,7 +227,7 @@
     <footer>
             <div class="container">
                       <div class="row">
-                              <p >Copyright &copy;                    2006&#x2013;2013
+                              <p >Copyright &copy;                    2006&#x2013;2014
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: archiva/site-content/redback/project-info.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/project-info.html?rev=1586207&r1=1586206&r2=1586207&view=diff
==============================================================================
--- archiva/site-content/redback/project-info.html (original)
+++ archiva/site-content/redback/project-info.html Thu Apr 10 04:10:10 2014
@@ -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="20131219" />
+    <meta name="Date-Revision-yyyymmdd" content="20140410" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Redback - Project Information</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -180,7 +180,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-12-19
+                  <li id="publishDate">Last Published: 2014-04-10
                       <span class="divider">|</span>
                    </li>
                                       <li class="">
@@ -240,7 +240,7 @@
     <footer>
             <div class="container">
                       <div class="row">
-                              <p >Copyright &copy;                    2006&#x2013;2013
+                              <p >Copyright &copy;                    2006&#x2013;2014
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: archiva/site-content/redback/rbac/introduction.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/rbac/introduction.html?rev=1586207&r1=1586206&r2=1586207&view=diff
==============================================================================
--- archiva/site-content/redback/rbac/introduction.html (original)
+++ archiva/site-content/redback/rbac/introduction.html Thu Apr 10 04:10:10 2014
@@ -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="20131219" />
+    <meta name="Date-Revision-yyyymmdd" content="20140410" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Redback - An Introduction to Role Based Access</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.1.min.css" />
@@ -180,7 +180,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-12-19
+                  <li id="publishDate">Last Published: 2014-04-10
                       <span class="divider">|</span>
                    </li>
                                       <li class="">
@@ -271,7 +271,7 @@
     <footer>
             <div class="container">
                       <div class="row">
-                              <p >Copyright &copy;                    2006&#x2013;2013
+                              <p >Copyright &copy;                    2006&#x2013;2014
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: archiva/site-content/redback/rbac/role-management.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/rbac/role-management.html?rev=1586207&r1=1586206&r2=1586207&view=diff
==============================================================================
--- archiva/site-content/redback/rbac/role-management.html (original)
+++ archiva/site-content/redback/rbac/role-management.html Thu Apr 10 04:10:10 2014
@@ -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="20131219" />
+    <meta name="Date-Revision-yyyymmdd" content="20140410" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Redback - Redback Role Management</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.1.min.css" />
@@ -180,7 +180,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-12-19
+                  <li id="publishDate">Last Published: 2014-04-10
                       <span class="divider">|</span>
                    </li>
                                       <li class="">
@@ -430,7 +430,7 @@ META-INF/redback/redback-core.xml
     <footer>
             <div class="container">
                       <div class="row">
-                              <p >Copyright &copy;                    2006&#x2013;2013
+                              <p >Copyright &copy;                    2006&#x2013;2014
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: archiva/site-content/redback/source-repository.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/source-repository.html?rev=1586207&r1=1586206&r2=1586207&view=diff
==============================================================================
--- archiva/site-content/redback/source-repository.html (original)
+++ archiva/site-content/redback/source-repository.html Thu Apr 10 04:10:10 2014
@@ -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="20131219" />
+    <meta name="Date-Revision-yyyymmdd" content="20140410" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Redback - Source Repository</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -180,7 +180,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-12-19
+                  <li id="publishDate">Last Published: 2014-04-10
                       <span class="divider">|</span>
                    </li>
                                       <li class="">
@@ -207,40 +207,25 @@
                                   
             <div class="section">
 <h2>Overview<a name="Overview"></a></h2><a name="Overview"></a>
-<p>This project uses <a class="externalLink" href="http://subversion.apache.org/">Subversion</a> to manage its source code. Instructions on Subversion use can be found at <a class="externalLink" href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a>.</p></div>
+<p>This project uses <a class="externalLink" href="http://git-scm.com/">GIT</a> to manage its source code. Instructions on GIT use can be found at <a class="externalLink" href="http://git-scm.com/documentation">http://git-scm.com/documentation</a>.</p></div>
 <div class="section">
 <h2>Web Access<a name="Web_Access"></a></h2><a name="Web_Access"></a>
 <p>The following is a link to the online source repository.</p>
 <div class="source">
-<pre><a class="externalLink" href="http://svn.apache.org/viewvc/archiva/redback/redback-core/trunk/">http://svn.apache.org/viewvc/archiva/redback/redback-core/trunk/</a></pre></div></div>
+<pre><a class="externalLink" href="http://github.org/apache/archiva-redback-core">http://github.org/apache/archiva-redback-core</a></pre></div></div>
 <div class="section">
 <h2>Anonymous access<a name="Anonymous_access"></a></h2><a name="Anonymous_access"></a>
-<p>The source can be checked out anonymously from SVN with this command:</p>
+<p>The source can be checked out anonymously from GIT with this command (See <a class="externalLink" href="http://git-scm.com/docs/git-clone">http://git-scm.com/docs/git-clone</a>):</p>
 <div class="source">
-<pre>$ svn checkout http://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk/ redback-core</pre></div></div>
+<pre>$ git clone https://git-wip-us.apache.org/repos/asf/archiva-redback-core.git</pre></div></div>
 <div class="section">
 <h2>Developer access<a name="Developer_access"></a></h2><a name="Developer_access"></a>
-<p>Everyone can access the Subversion repository via HTTP, but Committers must checkout the Subversion repository via HTTPS.</p>
+<p>Only project developers can access the GIT tree via this method (See <a class="externalLink" href="http://git-scm.com/docs/git-clone">http://git-scm.com/docs/git-clone</a>).</p>
 <div class="source">
-<pre>$ svn checkout https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk/ redback-core</pre></div>
-<p>To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password)</p>
-<div class="source">
-<pre>$ svn commit --username your-username -m &quot;A message&quot;</pre></div></div>
+<pre>$ git clone https://git-wip-us.apache.org/repos/asf/archiva-redback-core.git</pre></div></div>
 <div class="section">
 <h2>Access from behind a firewall<a name="Access_from_behind_a_firewall"></a></h2><a name="Access_from_behind_a_firewall"></a>
-<p>For those users who are stuck behind a corporate firewall which is blocking HTTP access to the Subversion repository, you can try to access it via the developer connection:</p>
-<div class="source">
-<pre>$ svn checkout https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk/ redback-core</pre></div></div>
-<div class="section">
-<h2>Access through a proxy<a name="Access_through_a_proxy"></a></h2><a name="Access_through_a_proxy"></a>
-<p>The Subversion client can go through a proxy, if you configure it to do so. First, edit your &quot;servers&quot; configuration file to indicate which proxy to use. The file's location depends on your operating system. On Linux or Unix it is located in the directory &quot;~/.subversion&quot;. On Windows it is in &quot;%APPDATA%\Subversion&quot;. (Try &quot;echo %APPDATA%&quot;, note this is a hidden directory.)</p>
-<p>There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template files to be created.</p>
-<p>Example: Edit the 'servers' file and add something like:</p>
-<div class="source">
-<pre>[global]
-http-proxy-host = your.proxy.name
-http-proxy-port = 3128
-</pre></div></div>
+<p>Refer to the documentation of the SCM used for more information about access behind a firewall.</p></div>
                   </div>
           </div>
 
@@ -249,7 +234,7 @@ http-proxy-port = 3128
     <footer>
             <div class="container">
                       <div class="row">
-                              <p >Copyright &copy;                    2006&#x2013;2013
+                              <p >Copyright &copy;                    2006&#x2013;2014
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: archiva/site-content/redback/team-list.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/team-list.html?rev=1586207&r1=1586206&r2=1586207&view=diff
==============================================================================
--- archiva/site-content/redback/team-list.html (original)
+++ archiva/site-content/redback/team-list.html Thu Apr 10 04:10:10 2014
@@ -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="20131219" />
+    <meta name="Date-Revision-yyyymmdd" content="20140410" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Redback - Team list</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -180,7 +180,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-12-19
+                  <li id="publishDate">Last Published: 2014-04-10
                       <span class="divider">|</span>
                    </li>
                                       <li class="">
@@ -598,7 +598,7 @@ window.onLoad = init();
     <footer>
             <div class="container">
                       <div class="row">
-                              <p >Copyright &copy;                    2006&#x2013;2013
+                              <p >Copyright &copy;                    2006&#x2013;2014
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.      
                     

Modified: archiva/site-content/redback/user-management.html
URL: http://svn.apache.org/viewvc/archiva/site-content/redback/user-management.html?rev=1586207&r1=1586206&r2=1586207&view=diff
==============================================================================
--- archiva/site-content/redback/user-management.html (original)
+++ archiva/site-content/redback/user-management.html Thu Apr 10 04:10:10 2014
@@ -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="20131219" />
+    <meta name="Date-Revision-yyyymmdd" content="20140410" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Redback - User Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
@@ -180,7 +180,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2013-12-19
+                  <li id="publishDate">Last Published: 2014-04-10
                       <span class="divider">|</span>
                    </li>
                                       <li class="">
@@ -221,7 +221,7 @@
     <footer>
             <div class="container">
                       <div class="row">
-                              <p >Copyright &copy;                    2006&#x2013;2013
+                              <p >Copyright &copy;                    2006&#x2013;2014
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All rights reserved.