Author: olamy
Date: Thu Sep  6 16:21:03 2012
New Revision: 1381661

URL: http://svn.apache.org/viewvc?rev=1381661&view=rev
Log:
start adding new ui screenshot

Added:
    archiva/site/src/site/resources/images/features/
    archiva/site/src/site/resources/images/features/graphical-admin.png   (with 
props)
    archiva/site/src/site/resources/images/features/project-info.png   (with 
props)
    archiva/site/src/site/resources/images/features/remote-proxy-cache.png   
(with props)
    archiva/site/src/site/resources/images/features/search-form.png   (with 
props)
    archiva/site/src/site/resources/images/features/upload-files.png   (with 
props)
    archiva/site/src/site/xdoc/features.xml.vm   (with props)
Modified:
    archiva/site/pom.xml
    archiva/site/src/site/resources/js/index.js
    archiva/site/src/site/site.xml
    archiva/site/src/site/xdoc/index.xml.vm

Modified: archiva/site/pom.xml
URL: 
http://svn.apache.org/viewvc/archiva/site/pom.xml?rev=1381661&r1=1381660&r2=1381661&view=diff
==============================================================================
--- archiva/site/pom.xml (original)
+++ archiva/site/pom.xml Thu Sep  6 16:21:03 2012
@@ -48,6 +48,8 @@
     <siteFilePath>${user.home}/archiva-site-deploy</siteFilePath>
     
<scmPubCheckoutDirectory>${user.home}/archiva-site-content</scmPubCheckoutDirectory>
 
+    <newUiDocVersion>1.4-M3-SNAPSHOT</newUiDocVersion>
+
   </properties>
 
   <organization>

Added: archiva/site/src/site/resources/images/features/graphical-admin.png
URL: 
http://svn.apache.org/viewvc/archiva/site/src/site/resources/images/features/graphical-admin.png?rev=1381661&view=auto
==============================================================================
Binary file - no diff available.

Propchange: archiva/site/src/site/resources/images/features/graphical-admin.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: archiva/site/src/site/resources/images/features/project-info.png
URL: 
http://svn.apache.org/viewvc/archiva/site/src/site/resources/images/features/project-info.png?rev=1381661&view=auto
==============================================================================
Binary file - no diff available.

Propchange: archiva/site/src/site/resources/images/features/project-info.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: archiva/site/src/site/resources/images/features/remote-proxy-cache.png
URL: 
http://svn.apache.org/viewvc/archiva/site/src/site/resources/images/features/remote-proxy-cache.png?rev=1381661&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
archiva/site/src/site/resources/images/features/remote-proxy-cache.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

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

Propchange: archiva/site/src/site/resources/images/features/search-form.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: archiva/site/src/site/resources/images/features/upload-files.png
URL: 
http://svn.apache.org/viewvc/archiva/site/src/site/resources/images/features/upload-files.png?rev=1381661&view=auto
==============================================================================
Binary file - no diff available.

Propchange: archiva/site/src/site/resources/images/features/upload-files.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: archiva/site/src/site/resources/js/index.js
URL: 
http://svn.apache.org/viewvc/archiva/site/src/site/resources/js/index.js?rev=1381661&r1=1381660&r2=1381661&view=diff
==============================================================================
--- archiva/site/src/site/resources/js/index.js (original)
+++ archiva/site/src/site/resources/js/index.js Thu Sep  6 16:21:03 2012
@@ -1,6 +1,4 @@
 $(document).ready(function(){
- /*rel gallery_image not define for html 5 introduce by js for fancybox */
- $("a.gallery_image").attr('rel', 'gallery_image');
  $('#dialogRelease').modal(({keyboard: true}));
  $('#dialogPreview').modal(({keyboard: true}));
   
@@ -12,24 +10,6 @@ $(document).ready(function(){
     $('#dialogPreview').modal('show');
   })
 
- $("a#single_image").fancybox({
-   'transitionIn'      :       'elastic',
-   'transitionOut'     :       'elastic',
-   'speedIn'           :       600,
-   'speedOut'          :       200,
-   'overlayShow'       :       true
- });
- $("a.gallery_image").fancybox({
-   'openEffect'        :       'elastic',
-   'closeEffect'       :       'elastic',
-   'nextEffect'        :       'elastic',
-   'previousEffect'    :       'elastic',
-   'nextSpeed'         :       'normal',
-   'prevSpeed'         :       'normal',
-   'openSpeed'      : 'normal',
-   'closeSpeed'      : 'normal',
-   'overlayShow'       :       true,
-   'titlePosition': 'inside'
- });
+
 });
 

Modified: archiva/site/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/archiva/site/src/site/site.xml?rev=1381661&r1=1381660&r2=1381661&view=diff
==============================================================================
--- archiva/site/src/site/site.xml (original)
+++ archiva/site/src/site/site.xml Thu Sep  6 16:21:03 2012
@@ -48,6 +48,7 @@
   <body>
     <menu name="Introduction">
       <item name="About"                href="/index.html" />
+      <item name="Features"             href="/features.html" />
       <item name="Downloads"            href="/download.html" />
       <item name="Versions"             href="/versions.html"/>
       <item name="Mailing Lists"        href="/mail-lists.html"/>

Added: archiva/site/src/site/xdoc/features.xml.vm
URL: 
http://svn.apache.org/viewvc/archiva/site/src/site/xdoc/features.xml.vm?rev=1381661&view=auto
==============================================================================
--- archiva/site/src/site/xdoc/features.xml.vm (added)
+++ archiva/site/src/site/xdoc/features.xml.vm Thu Sep  6 16:21:03 2012
@@ -0,0 +1,152 @@
+<?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>
+  <properties>
+    <title>The Build Artifact Repository Manager</title>
+    <author email="[email protected]">Brett Porter</author>
+  </properties>
+  <!-- move js and css to head -->
+  <head>
+    <link rel="stylesheet" href="css/jquery.fancybox-2.1.0.css" 
type="text/css" media="screen" />
+    
+    <script src="js/jquery-1.8.0.min.js" type="text/javascript"></script>
+    <script src="js/fancybox.js" type="text/javascript" ></script>
+    <script src="js/jquery.fancybox.pack-2.1.0.js" 
type="text/javascript"></script>
+    <script src="js/jquery.mousewheel-3.0.6.pack.js" 
type="text/javascript"></script>
+    <script src="js/bootstrap-modal.1.4.0.js" type="text/javascript"></script>
+    <script src="js/bootstrap-dropdown.1.4.0.js" 
type="text/javascript"></script>
+
+  </head>
+  <body>
+    <section>
+    <p>
+      Archiva is a feature rich repository manager. Below is a short tour of 
some of the features that are available.
+    </p>
+
+    <table>
+      <tr>
+        <td>
+          <a href="images/features/project-info.png" class="gallery_image" 
rel="gallery_image" title="Archiva provides an informative display for 
artifacts stored in the repository.
+                    This includes a user-friendly display of the Maven 
informations, as well as the relationships between projects.">
+            <img src="images/features/project-info.png" width="150" 
height="93" style="border: 1px solid silver; margin-bottom: 0.25em" alt="" 
/><br/>
+            1. Project Information
+          </a>
+        </td>
+        <td>
+          <a href="images/features/search-form.png" class="gallery_image" 
rel="gallery_image"
+              title="Archiva has both a user-friendly browsing interface, and 
powerful search functionalities. The contents of all artifacts are indexed,
+                        including Maven project information and Java class 
information to facilitate locating code within any repository.
+                        By using the Find Artifact feature, you can identify 
unknown artifacts based on the database of known checksums for known 
artifacts.">
+            <img src="images/features/search-form.png" width="150" height="93" 
style="border: 1px solid silver; margin-bottom: 0.25em" alt="" /><br/>
+            2. Artifact Search
+          </a>
+        </td>
+        <td>
+          <a href="images/features/remote-proxy-cache.png" 
class="gallery_image" rel="gallery_image"
+              title="Archiva can operate as a proxy for remote repositories, 
allowing you to improve build
+                        performance by caching artifacts in a closer network 
location, and control artifact
+                        usage through the use of white and black lists on 
proxy connectors. drag&#38;drop ordering.">
+            <img src="images/features/remote-proxy-cache.png" width="150" 
height="93" style="border: 1px solid silver; margin-bottom: 0.25em" alt="" 
/><br/>
+             3. Remote Proxying Cache
+          </a>
+        </td>
+        <td>
+          <a href="images/features/upload-files.png" class="gallery_image" 
rel="gallery_image"
+              title="Archiva now supports artifact uploads via UI with a 
simple drag&#38;drop. A pom file can also be included
+                        in the upload or Archiva can generate one during the 
upload.">
+            <img src="images/features/upload-files.png" width="150" 
height="93" style="border: 1px solid silver; margin-bottom: 0.25em" alt="" 
/><br/>
+             4. Artifact Upload
+          </a>
+        </td>
+      </tr>
+      <tr>
+        <td>
+          <a href="images/features/graphical-admin.png" class="gallery_image" 
rel="gallery_image"
+              title="Archiva has a comprehensive web-based administration 
interface for configuring repositories,
+                        remote proxies, scheduled jobs and more. The 
configuration is kept in sync with the XML
+                        configuration files so that they can also be 
hand-edited if necessary.">
+            <img src="images/features/graphical-admin.png" width="150" 
height="93" style="border: 1px solid silver; margin-left: 0.25em; 
margin-bottom: 0.25em" alt="" /><br/>
+            5. Graphical Administration
+          </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/>
+            6. Virtual Repositories
+          </a>
+        </td>
+        <td>
+          <a href="../images/tour/rss.png" class="gallery_image" 
rel="gallery_image"
+              title="Archiva provides RSS feeds for new artifacts in the 
repositories and new versions
+                        of a specific artifact.">
+            <img src="../images/tour/rss.png" width="150" height="93" 
style="border: 1px solid silver; margin-left: 0.25em; margin-bottom: 0.25em" 
alt="" /><br/>
+            7. RSS Feeds
+          </a>
+        </td>
+        <td>
+          <a href="../images/tour/security.png" class="gallery_image" 
rel="gallery_image"
+              title="Archiva uses the Redback security framework to provide 
flexible role-based security controls for repositories.
+                        You can use the graphical interface to maintain user 
accounts, as well as secure repositories for read and/or write
+                        access for individuals, or given roles.">
+            <img src="../images/tour/security.png" width="150" height="93" 
style="border: 1px solid silver; margin-left: 0.25em; margin-bottom: 0.25em" 
alt="" /><br/>
+            8. Role-based Security
+          </a>
+        </td>
+      </tr>
+      <tr>
+        <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>
+  </section>
+
+  </body>
+</document>

Propchange: archiva/site/src/site/xdoc/features.xml.vm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: archiva/site/src/site/xdoc/features.xml.vm
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: archiva/site/src/site/xdoc/index.xml.vm
URL: 
http://svn.apache.org/viewvc/archiva/site/src/site/xdoc/index.xml.vm?rev=1381661&r1=1381660&r2=1381661&view=diff
==============================================================================
--- archiva/site/src/site/xdoc/index.xml.vm (original)
+++ archiva/site/src/site/xdoc/index.xml.vm Thu Sep  6 16:21:03 2012
@@ -29,6 +29,7 @@
     
     <script src="js/jquery-1.8.0.min.js" type="text/javascript"></script>
     <script src="js/index.js" type="text/javascript" ></script>
+    <script src="js/fancybox.js" type="text/javascript" ></script>
     <script src="js/jquery.fancybox.pack-2.1.0.js" 
type="text/javascript"></script>
     <script src="js/jquery.mousewheel-3.0.6.pack.js" 
type="text/javascript"></script>
     <script src="js/bootstrap-modal.1.4.0.js" type="text/javascript"></script>
@@ -41,32 +42,32 @@
     <div id="rhs">
       <span>Features</span>
       <p>
-        <a 
href="http://archiva.apache.org/docs/${archivaReleaseVersion}/images/tour/project.png";
 class="gallery_image" title="Project Information">
-          <img src="images/screenshots/project.png" width="150" height="93" 
class="archivascreenshots" alt="" /><br/>
+        <a href="images/features/project-info.png" class="gallery_image" 
title="Project Information">
+          <img src="images/features/project-info.png" width="150" height="93" 
class="archivascreenshots" alt="" /><br/>
           Project Information
         </a>
       </p>
       <p>
-        <a 
href="http://archiva.apache.org/docs/${archivaReleaseVersion}/images/tour/search.png";
 class="gallery_image" title="Artifact Search">
-          <img src="images/screenshots/search.png" width="150" height="93" 
class="archivascreenshots" alt="" /><br/>
+        <a href="images/features/search-form.png" class="gallery_image" 
title="Artifact Search">
+          <img src="images/features/search-form.png" width="150" height="93" 
class="archivascreenshots" alt="" /><br/>
           Artifact Search
         </a>
       </p>
       <p>
-        <a 
href="http://archiva.apache.org/docs/${archivaReleaseVersion}/images/tour/proxy.png";
 class="gallery_image" title="Remote Proxying Cache">
-          <img src="images/screenshots/proxy.png" width="150" height="93" 
class="archivascreenshots" alt="" /><br/>
+        <a href="images/features/remote-proxy-cache.png" class="gallery_image" 
title="Remote Proxying Cache">
+          <img src="images/features/remote-proxy-cache.png" width="150" 
height="93" class="archivascreenshots" alt="" /><br/>
           Remote Proxying Cache
         </a>
       </p>
       <p>
-        <a 
href="http://archiva.apache.org/docs/${archivaReleaseVersion}/images/tour/upload.png";
 class="gallery_image" title="Artifact Upload">
-          <img src="images/screenshots/upload.png" width="150" height="93" 
class="archivascreenshots" alt="" /><br/>
+        <a href="images/features/upload-files.png" class="gallery_image" 
title="Artifact Upload">
+          <img src="images/features/upload-files.png" width="150" height="93" 
class="archivascreenshots" alt="" /><br/>
           Artifact Upload
         </a>
       </p>
       <p>
-        <a 
href="http://archiva.apache.org/docs/${archivaReleaseVersion}/images/tour/admin.png";
 class="gallery_image" title="Graphical Administration">
-          <img src="images/screenshots/admin.png" width="150" height="93" 
class="archivascreenshots" alt="" /><br/>
+        <a href="images/features/graphical-admin.png" class="gallery_image" 
title="Graphical Administration">
+          <img src="images/features/graphical-admin.png" width="150" 
height="93" class="archivascreenshots" alt="" /><br/>
           Graphical Administration
         </a>
       </p>


Reply via email to