Author: olamy
Date: Thu Sep  6 21:42:35 2012
New Revision: 1381771

URL: http://svn.apache.org/viewvc?rev=1381771&view=rev
Log:
Apache Archiva Main site deployment

Added:
    archiva/site-content/images/features/browse.png   (with props)
    archiva/site-content/images/features/repos-group.png   (with props)
    archiva/site-content/images/features/search-results.png   (with props)
Modified:
    archiva/site-content/css/site.css
    archiva/site-content/features.html
    archiva/site-content/index.html
    archiva/site-content/js/index.js

Modified: archiva/site-content/css/site.css
URL: 
http://svn.apache.org/viewvc/archiva/site-content/css/site.css?rev=1381771&r1=1381770&r2=1381771&view=diff
==============================================================================
--- archiva/site-content/css/site.css (original)
+++ archiva/site-content/css/site.css Thu Sep  6 21:42:35 2012
@@ -111,4 +111,29 @@ span.jqmClose {
 
 .modal-body table {
   border: 0px;
+}
+
+
+.bs-docs-example:after {
+    background-color: #F5F5F5;
+    border: 1px solid #DDDDDD;
+    border-radius: 4px 0 4px 0;
+    color: #9DA0A4;
+    content: "Coming soon new web UI";
+    font-size: 12px;
+    font-weight: bold;
+    left: -1px;
+    padding: 3px 7px;
+    position: absolute;
+    top: -1px;
+
+}
+.bs-docs-example {
+    background-color: #FFFFFF;
+    border: 1px solid #DDDDDD;
+    border-radius: 4px 4px 4px 4px;
+    margin: 15px 0;
+    padding: 39px 19px 14px;
+    position: relative;
+    min-height: 450px;
 }
\ No newline at end of file

Modified: archiva/site-content/features.html
URL: 
http://svn.apache.org/viewvc/archiva/site-content/features.html?rev=1381771&r1=1381770&r2=1381771&view=diff
==============================================================================
--- archiva/site-content/features.html (original)
+++ archiva/site-content/features.html Thu Sep  6 21:42:35 2012
@@ -250,8 +250,8 @@ pageTracker._trackPageview();</script>
           </a>
         </td>
         <td>
-          <a href="../images/tour/virtual-repos.png" class="gallery_image" 
rel="gallery_image" title="Archiva implements the concept of virtual 
repositories, wherein a set of                         Archiva repositories can 
be grouped together under one URL and that one URL                         can 
be used by clients (s.a. Maven) to download from these repositories.">
-            <img src="../images/tour/virtual-repos.png" width="150" 
height="93" style="border: 1px solid silver; margin-left: 0.25em; 
margin-bottom: 0.25em" alt="" /><br />
+          <a href="images/features/repos-group.png" class="gallery_image" 
rel="gallery_image" title="Archiva implements the concept of virtual 
repositories, wherein a set of                         Archiva repositories can 
be grouped together under one URL and that one URL                         can 
be used by clients (s.a. Maven) to download from these repositories.">
+            <img src="images/features/repos-group.png" width="150" height="93" 
style="border: 1px solid silver; margin-left: 0.25em; margin-bottom: 0.25em" 
alt="" /><br />
             6. Virtual Repositories
           </a>
         </td>
@@ -268,26 +268,7 @@ pageTracker._trackPageview();</script>
           </a>
         </td>
       </tr>
-      <tr class="a">
-        <td>
-          <a href="../images/tour/reports.png" class="gallery_image" 
rel="gallery_image" title="Archiva monitors the state of the managed 
repositories and keeps track of                         potential problems to 
allow improvement of metadata and to assist in                         
troubleshooting problems.">
-            <img src="../images/tour/reports.png" width="150" height="93" 
style="border: 1px solid silver; margin-left: 0.25em; margin-bottom: 0.25em" 
alt="" /><br />
-            9. Integrity Reports
-          </a>
-        </td>
-        <td>
-          <a href="../images/tour/audit-log.png" class="gallery_image" 
rel="gallery_image" title="Archiva provides a user interface for querying audit 
logs. The current                         implementation only covers 
upload/deploy actions but will include other                         actions 
such as artifact delete, repository configuration and more in the future.">
-            <img src="../images/tour/audit-log.png" width="150" height="93" 
style="border: 1px solid silver; margin-left: 0.25em; margin-bottom: 0.25em" 
alt="" /><br />
-            10. Audit Log Report
-          </a>
-        </td>
-        <td>
-          <a href="../images/tour/maintenance.png" class="gallery_image" 
rel="gallery_image" title="Archiva has utilities called consumers that can be 
used for maintaining the                         Archiva repositories. These 
can be configured or activated in the Repository                         
Scanning section of the webapp. The configuration are stored in Archiva's       
                  xml configuration files, meaning you can also hand-edit these 
config files to                         enable or disable these consumers.">
-            <img src="../images/tour/maintenance.png" width="150" height="93" 
style="border: 1px solid silver; margin-left: 0.25em; margin-bottom: 0.25em" 
alt="" /><br />
-            11. Maintenance
-          </a>
-        </td>
-      </tr>
+
     </table>
   </div>
 

Added: archiva/site-content/images/features/browse.png
URL: 
http://svn.apache.org/viewvc/archiva/site-content/images/features/browse.png?rev=1381771&view=auto
==============================================================================
Binary file - no diff available.

Propchange: archiva/site-content/images/features/browse.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: archiva/site-content/images/features/repos-group.png
URL: 
http://svn.apache.org/viewvc/archiva/site-content/images/features/repos-group.png?rev=1381771&view=auto
==============================================================================
Binary file - no diff available.

Propchange: archiva/site-content/images/features/repos-group.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: archiva/site-content/images/features/search-results.png
URL: 
http://svn.apache.org/viewvc/archiva/site-content/images/features/search-results.png?rev=1381771&view=auto
==============================================================================
Binary file - no diff available.

Propchange: archiva/site-content/images/features/search-results.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: archiva/site-content/index.html
URL: 
http://svn.apache.org/viewvc/archiva/site-content/index.html?rev=1381771&r1=1381770&r2=1381771&view=diff
==============================================================================
--- archiva/site-content/index.html (original)
+++ archiva/site-content/index.html Thu Sep  6 21:42:35 2012
@@ -212,55 +212,60 @@ pageTracker._trackPageview();</script>
   
 
 
+    <div id="carousel-main">
 
-            <p class="lead text-info">Coming new web UI. More details in <a 
href="features.html">Features page</a></p>
-            <div id="screenshots-carousel" class="carousel slide span10">
-              <!-- Carousel items -->
-              <div class="carousel-inner">
-                <div class="item">
-                  <img src="images/features/project-info.png" alt="" />
-                  <div class="carousel-caption">
-                    <p>Informative display for artifacts stored in the 
repository.</p>
-                  </div>
-                </div>
-                <div class="item">
-                  <img src="images/features/search-form.png" alt="" />
-                  <div class="carousel-caption">
-                    <p>User-friendly browsing interface, and powerful search 
functionalities.</p>
-                  </div>
-                </div>
-                <div class="item">
-                  <img src="images/features/remote-proxy-cache.png" alt="" />
-                  <div class="carousel-caption">
-                    <p>drag&amp;drop remote proxies ordering.</p>
-                  </div>
-                </div>
-                <div class="item">
-                  <img src="images/features/upload-files.png" alt="" />
-                  <div class="carousel-caption">
-                    <p>drag&amp;drop upload artifacts via UI.</p>
-                  </div>
-                </div>
-                <div class="item">
-                  <img src="images/features/graphical-admin.png" alt="" />
-                  <div class="carousel-caption">
-                    <p>Comprehensive web-based administration interface.</p>
-                  </div>
-                </div>
-                <div class="item">
-                  <img src="images/features/graphical-admin.png" alt="" />
-                  <div class="carousel-caption">
-                    <p>Comprehensive web-based administration interface.</p>
-                  </div>
-                </div>
-
+        <div id="screenshots-carousel" class="carousel slide span10">
+          <!-- Carousel items -->
+          <div class="carousel-inner">
+            <div class="item">
+              <img src="images/features/project-info.png" alt="" />
+              <div class="carousel-caption">
+                <p>Informative display for artifacts stored in the 
repository.</p>
+              </div>
+            </div>
+            <div class="item">
+              <img src="images/features/search-form.png" alt="" />
+              <div class="carousel-caption">
+                <p>User-friendly browsing interface, and powerful search 
functionalities.</p>
+              </div>
+            </div>
+            <div class="item">
+              <img src="images/features/search-results.png" alt="" />
+              <div class="carousel-caption">
+                <p>Filterable search results.</p>
+              </div>
+            </div>
+            <div class="item">
+              <img src="images/features/browse.png" alt="" />
+              <div class="carousel-caption">
+                <p>Browse interface.</p>
               </div>
-
             </div>
 
 
+            <div class="item">
+              <img src="images/features/remote-proxy-cache.png" alt="" />
+              <div class="carousel-caption">
+                <p>drag&amp;drop remote proxies ordering.</p>
+              </div>
+            </div>
+            <div class="item">
+              <img src="images/features/upload-files.png" alt="" />
+              <div class="carousel-caption">
+                <p>drag&amp;drop upload artifacts via UI.</p>
+              </div>
+            </div>
+            <div class="item">
+              <img src="images/features/graphical-admin.png" alt="" />
+              <div class="carousel-caption">
+                <p>Comprehensive web-based administration interface.</p>
+              </div>
+            </div>
 
+          </div>
 
+        </div>
+    </div>
     <div class="section"><h2>Apache Archiva&#x99;: The Build Artifact 
Repository Manager<a 
name="Apache_Archiva:_The_Build_Artifact_Repository_Manager"></a></h2>
       <p>
          Apache Archiva&#x99; is an extensible repository management software 
that

Modified: archiva/site-content/js/index.js
URL: 
http://svn.apache.org/viewvc/archiva/site-content/js/index.js?rev=1381771&r1=1381770&r2=1381771&view=diff
==============================================================================
--- archiva/site-content/js/index.js (original)
+++ archiva/site-content/js/index.js Thu Sep  6 21:42:35 2012
@@ -1,6 +1,6 @@
 $(document).ready(function(){
   $('#screenshots-carousel').carousel({
-    interval: 2000
+    interval: 4000
   })
   
  $("#openDialogRelease" ).on("click",function(){
@@ -11,7 +11,7 @@ $(document).ready(function(){
     $('#dialogPreview').modal('show');
   })
 
-
+  $("#carousel-main" ).addClass("bs-docs-example");
 
 
 });


Reply via email to