]> source.dussan.org Git - archiva.git/commitdiff
more renaming
authorBrett Porter <brett@apache.org>
Sat, 26 Aug 2006 07:52:00 +0000 (07:52 +0000)
committerBrett Porter <brett@apache.org>
Sat, 26 Aug 2006 07:52:00 +0000 (07:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437119 13f79535-47bb-0310-9956-ffa450edef68

34 files changed:
archiva-reports-standard/pom.xml
archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/deleteProxiedRepository.jsp
archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/deleteRepository.jsp
archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/deleteSyncedRepository.jsp
archiva-webapp/src/main/webapp/WEB-INF/jsp/decorators/default.jsp
archiva-webapp/src/main/webapp/WEB-INF/web.xml
design/white-site/pom.xml
design/white-site/src/site/site.xml
design/white-site/src/site/xdoc/admin/add-proxied-repository.xml
design/white-site/src/site/xdoc/admin/add-repository.xml
design/white-site/src/site/xdoc/admin/add-sync-repository.xml
design/white-site/src/site/xdoc/admin/config.xml
design/white-site/src/site/xdoc/admin/delete-proxied-repository.xml
design/white-site/src/site/xdoc/admin/delete-repository.xml
design/white-site/src/site/xdoc/admin/delete-sync-repository.xml
design/white-site/src/site/xdoc/admin/edit-cvs-sync-repository.xml
design/white-site/src/site/xdoc/admin/edit-file-sync-repository.xml
design/white-site/src/site/xdoc/admin/edit-rsync-sync-repository.xml
design/white-site/src/site/xdoc/admin/edit-svn-sync-repository.xml
design/white-site/src/site/xdoc/admin/index.xml
design/white-site/src/site/xdoc/admin/proxies.xml
design/white-site/src/site/xdoc/admin/sync.xml
design/white-site/src/site/xdoc/artifact.xml
design/white-site/src/site/xdoc/browse.xml
design/white-site/src/site/xdoc/browse2.xml
design/white-site/src/site/xdoc/browse3.xml
design/white-site/src/site/xdoc/dependedon.xml
design/white-site/src/site/xdoc/dependencies.xml
design/white-site/src/site/xdoc/find-artifact.xml
design/white-site/src/site/xdoc/index.xml
design/white-site/src/site/xdoc/mail-lists.xml
design/white-site/src/site/xdoc/reports.xml
design/white-site/src/site/xdoc/results.xml
design/white-site/src/site/xdoc/sync.xml

index f6d85a9bacd13d4e170de2ab695f036d5dbb5f8e..64df5f2d6b4ea9111556deaa68310a16b8cbf15b 100755 (executable)
       <groupId>org.apache.maven.wagon</groupId>
       <artifactId>wagon-provider-api</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-artifact-manager</artifactId>
-    </dependency>
     <dependency>
       <groupId>org.apache.maven.archiva</groupId>
       <artifactId>archiva-utils</artifactId>
index b064b5678300aa10d0cbfaf21b1753d0ba6d8180..8deb1468d1a5be46195dab045f018b3e8835117b 100644 (file)
@@ -19,7 +19,7 @@
 <html>
 <head>
   <title>Configuration</title>
-  <ww:head />
+  <ww:head/>
 </head>
 
 <body>
   </blockquote>
 
   <ww:form method="post" action="deleteProxiedRepository" namespace="/admin" validate="true">
-    <ww:hidden name="repoId" />
+    <ww:hidden name="repoId"/>
     <ww:radio list="#@java.util.LinkedHashMap@{
     'delete-contents' : 'Remove the repository and delete its contents from managed repositories',
     'delete-entry' : 'Remove the repository from the available list, but leave the contents in the managed repositories',
-    'unmodified' : 'Leave the repository unmodified'}" name="operation" theme="repository-manager" />
-    <ww:submit value="Go" />
+    'unmodified' : 'Leave the repository unmodified'}" name="operation" theme="archiva"/>
+    <ww:submit value="Go"/>
   </ww:form>
 </div>
 
index cb224525653e39a971753cc9c6e25b2dafa8cf2f..4e4b84cea50d522659a73c2ad1c8517e2f3237a8 100644 (file)
@@ -19,7 +19,7 @@
 <html>
 <head>
   <title>Configuration</title>
-  <ww:head />
+  <ww:head/>
 </head>
 
 <body>
   </blockquote>
 
   <ww:form method="post" action="deleteRepository" namespace="/admin" validate="true">
-    <ww:hidden name="repoId" />
+    <ww:hidden name="repoId"/>
     <ww:radio list="#@java.util.LinkedHashMap@{'delete-contents' : 'Remove the repository and delete its contents from disk',
     'delete-entry' : 'Remove the repository from the management list, but leave the contents unmodified',
-    'unmodified' : 'Leave the repository unmodified'}" name="operation" theme="repository-manager" />
-    <ww:submit value="Go" />
+    'unmodified' : 'Leave the repository unmodified'}" name="operation" theme="archiva"/>
+    <ww:submit value="Go"/>
   </ww:form>
 </div>
 
index 7db55d5c7a09441092ac5aa2297a9ffb4c67a2b4..d940999aff6cf9795ea7ca55d1a03505b9915ab7 100644 (file)
@@ -19,7 +19,7 @@
 <html>
 <head>
   <title>Configuration</title>
-  <ww:head />
+  <ww:head/>
 </head>
 
 <body>
   </blockquote>
 
   <ww:form method="post" action="deleteSyncedRepository" namespace="/admin" validate="true">
-    <ww:hidden name="repoId" />
+    <ww:hidden name="repoId"/>
     <ww:radio list="#@java.util.LinkedHashMap@{
     'delete-contents' : 'Remove the repository and delete its contents from managed repositories',
     'delete-entry' : 'Remove the repository from the available list, but leave the contents in the managed repositories',
-    'unmodified' : 'Leave the repository unmodified'}" name="operation" theme="repository-manager" />
-    <ww:submit value="Go" />
+    'unmodified' : 'Leave the repository unmodified'}" name="operation" theme="archiva"/>
+    <ww:submit value="Go"/>
   </ww:form>
 </div>
 
index 76f7b34029b5f1b01fb90789ecf0557057907a9b..9df80b159b093edae588d62685c7bc4ff34b2b88 100644 (file)
@@ -20,8 +20,8 @@
 <%@ taglib prefix="my" tagdir="/WEB-INF/tags" %>
 <html>
 <head>
-  <title>Maven Repository Manager ::
-    <decorator:title default="Maven Repository Manager" />
+  <title>Maven Archiva ::
+    <decorator:title default="Maven Archiva"/>
   </title>
 
   <style type="text/css" media="all">
     @import url( "<%= request.getContextPath() %>/css/maven-theme.css" );
     @import url( "<%= request.getContextPath() %>/css/site.css" );
   </style>
-  <link rel="stylesheet" href="<%= request.getContextPath() %>/css/print.css" type="text/css" media="print" />
-  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+  <link rel="stylesheet" href="<%= request.getContextPath() %>/css/print.css" type="text/css" media="print"/>
+  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
 </head>
 
 <body onload="<decorator:getProperty property="body.onload" />" class="composite">
 <div id="banner">
   <span id="bannerLeft">
-    <a href="http://maven.apache.org/repository-manager/">
-      <img src="http://maven.apache.org/images/maven.jpg" alt="" width="267" height="70" />
+    <a href="http://maven.apache.org/archiva/">
+      <img src="http://maven.apache.org/images/maven.jpg" alt="" width="267" height="70"/>
       <%-- TODO: logo instead
             <img src="http://ci.codehaus.org/continuum_logo_75.gif" alt="" width="188" height="89" />
       --%>
@@ -52,7 +52,7 @@
   </span>
 
   <div class="clear">
-    <hr />
+    <hr/>
   </div>
 </div>
 
   </div>
 
   <div class="xright">
-    <a href="http://maven.apache.org/repository-manager">Repository Manager</a> |
+    <a href="http://maven.apache.org/archiva">Archiva</a> |
     <a href="http://maven.apache.org/">Maven</a> |
     <a href="http://www.apache.org/">Apache</a>
   </div>
 
   <div class="clear">
-    <hr />
+    <hr/>
   </div>
 </div>
 
       </li>
     </ul>
 
-    <br />
+    <br/>
   </div>
 </div>
 
 <div id="bodyColumn">
   <div id="contentBox">
-    <decorator:body />
+    <decorator:body/>
   </div>
 </div>
 
 <div class="clear">
-  <hr />
+  <hr/>
 </div>
 
 <div id="footer">
   </div>
 
   <div class="clear">
-    <hr />
+    <hr/>
 
   </div>
 </div>
index 49da01f2956bc391af2f6f129f000de1c3bb6795..6242bf7be573075ea81b8b05f5549c3cece7b27e 100644 (file)
   -->
 
 <web-app xmlns="http://java.sun.com/xml/ns/j2ee" version="2.4"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
 
-  <display-name>Maven Repository Manager</display-name>
+  <display-name>Maven Archiva</display-name>
 
   <filter>
     <filter-name>webwork-cleanup</filter-name>
index 5139e82108839953da6a3da8d67431a0050041e5..20365a8c0be03cb084f5c48a8ebe3543bd35c5f7 100644 (file)
@@ -2,9 +2,9 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.maven.archiva</groupId>
-  <artifactId>maven-repository-manager-white-site</artifactId>
+  <artifactId>archiva-white-site</artifactId>
   <version>1.0-SNAPSHOT</version>
-  <name>Maven Repository Manager White Site</name>
+  <name>Archiva White Site</name>
   <inceptionYear>2005</inceptionYear>
   <reporting>
     <excludeDefaults>true</excludeDefaults>
index b41e3b2600b50c137931cfc28ce237acd343f045..ced9604590294a12d735112af42040adcec6eea8 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<project name="Maven Repository Manager">
+<project name="Archiva">
   <bannerLeft>
     <src>http://www.apache.org/images/asf_logo_wide.gif</src>
   </bannerLeft>
index cb76eb5e7b5361a9a8337271cc22311e3b140a90..9ae3b3c4cabe242a58393c5b7e74199ec4b7c7b9 100644 (file)
@@ -16,7 +16,7 @@
 
 <document>
   <properties>
-    <title>Maven Repository Manager</title>
+    <title>Archiva</title>
   </properties>
   <body>
     <h1>Administration</h1>
index 946921c19b1a87562a3ef7e872255157d5d3191b..85f69e51f55258fddbbad714c994ee9eabc3adf6 100644 (file)
@@ -16,7 +16,7 @@
 
 <document>
   <properties>
-    <title>Maven Repository Manager</title>
+    <title>Archiva</title>
   </properties>
   <body>
     <h1>Administration</h1>
index e2a07bd4c2c104aa943e011efc58f5b737858371..3e80cb237e589a34fc1b81c4cacf3a48af30a450 100644 (file)
@@ -16,7 +16,7 @@
 
 <document>
   <properties>
-    <title>Maven Repository Manager</title>
+    <title>Archiva</title>
   </properties>
   <body>
     <h1>Administration</h1>
index 8e5dede20f26fa559f19e796683382c38004732d..ffe8a294a0b973ce3f82f90bc77832f4092d7ed9 100644 (file)
@@ -1,6 +1,6 @@
 <document>
   <properties>
-    <title>Maven Repository Manager</title>
+    <title>Archiva</title>
   </properties>
   <body>
     <h1>Configuration</h1>
index d1feacb178d7b3468b9a8397635887a6f1c7468e..6dfe91feea7f781b371aa9e62a4f5c2a2ec4763e 100644 (file)
@@ -1,6 +1,6 @@
 <document>
   <properties>
-    <title>Maven Repository Manager</title>
+    <title>Archiva</title>
   </properties>
   <body>
     <h1>Administration</h1>
@@ -9,15 +9,24 @@
       <h2>Delete Remote Repository</h2>
 
       <blockquote>
-        <strong><span class="statusFailed">WARNING:</span> This operation can not be undone.</strong>
+        <strong>
+          <span class="statusFailed">WARNING:</span>
+          This operation can not be undone.
+        </strong>
       </blockquote>
 
       <form action="proxies.html">
-        <input type="radio"/> Remove the repository and delete its contents from managed repositories<br/>
-        <input type="radio" /> Remove the repository from the available list, but leave the contents in the managed
-        repositories<br/>
-        <input type="radio" checked="checked" /> Leave the repository unmodified<br/>
-        <input type="submit" />
+        <input type="radio"/>
+        Remove the repository and delete its contents from managed repositories
+        <br/>
+        <input type="radio"/>
+        Remove the repository from the available list, but leave the contents in the managed
+        repositories
+        <br/>
+        <input type="radio" checked="checked"/>
+        Leave the repository unmodified
+        <br/>
+        <input type="submit"/>
       </form>
     </div>
   </body>
index 5c00abe829ecd124502a1555d2b008ff1c99d73e..0bef5c1f593c8ee4eaea0ab39103ee28abc8b899 100644 (file)
@@ -1,6 +1,6 @@
 <document>
   <properties>
-    <title>Maven Repository Manager</title>
+    <title>Archiva</title>
   </properties>
   <body>
     <h1>Administration</h1>
@@ -9,14 +9,23 @@
       <h2>Delete Managed Repository</h2>
 
       <blockquote>
-        <strong><span class="statusFailed">WARNING:</span> This operation can not be undone.</strong>
+        <strong>
+          <span class="statusFailed">WARNING:</span>
+          This operation can not be undone.
+        </strong>
       </blockquote>
 
       <form action="sync.html">
-        <input type="radio"/> Remove the repository and delete its contents from disk<br/>
-        <input type="radio" /> Remove the repository from the management list, but leave the contents unmodified<br/>
-        <input type="radio" checked="checked" /> Leave the repository unmodified<br/>
-        <input type="submit" />
+        <input type="radio"/>
+        Remove the repository and delete its contents from disk
+        <br/>
+        <input type="radio"/>
+        Remove the repository from the management list, but leave the contents unmodified
+        <br/>
+        <input type="radio" checked="checked"/>
+        Leave the repository unmodified
+        <br/>
+        <input type="submit"/>
       </form>
     </div>
   </body>
index cc5549822597f91722add6206b287497d8a0000d..4cfce5656bb42cbbcaec7a028e2c42a8a7d1bfc7 100644 (file)
@@ -1,6 +1,6 @@
 <document>
   <properties>
-    <title>Maven Repository Manager</title>
+    <title>Archiva</title>
   </properties>
   <body>
     <h1>Administration</h1>
@@ -9,15 +9,24 @@
       <h2>Delete Remote Repository</h2>
 
       <blockquote>
-        <strong><span class="statusFailed">WARNING:</span> This operation can not be undone.</strong>
+        <strong>
+          <span class="statusFailed">WARNING:</span>
+          This operation can not be undone.
+        </strong>
       </blockquote>
 
       <form action="sync.html">
-        <input type="radio"/> Remove the repository and delete its contents from managed repositories<br/>
-        <input type="radio" /> Remove the repository from the available list, but leave the contents in the managed
-        repositories<br/>
-        <input type="radio" checked="checked" /> Leave the repository unmodified<br/>
-        <input type="submit" />
+        <input type="radio"/>
+        Remove the repository and delete its contents from managed repositories
+        <br/>
+        <input type="radio"/>
+        Remove the repository from the available list, but leave the contents in the managed
+        repositories
+        <br/>
+        <input type="radio" checked="checked"/>
+        Leave the repository unmodified
+        <br/>
+        <input type="submit"/>
       </form>
     </div>
   </body>
index ac998abe458728b0d4a8c9da9a577f9fe903a220..fb3516f757e59aebc952852760605b9ce710a7e8 100644 (file)
@@ -16,7 +16,7 @@
 
 <document>
   <properties>
-    <title>Maven Repository Manager</title>
+    <title>Archiva</title>
   </properties>
   <body>
     <h1>Administration</h1>
index a4d5ae448d9eab40ae7bf231635b09fd06e413a3..47e83966bfae2a3f781626b8960b80b346a75e71 100644 (file)
@@ -16,7 +16,7 @@
 
 <document>
   <properties>
-    <title>Maven Repository Manager</title>
+    <title>Archiva</title>
   </properties>
   <body>
     <h1>Administration</h1>
index d16ea270fad2bccd6cb2c112930405d086642c60..d76994d3a0c8e0cd255445f1ac35a8e84cbff915 100644 (file)
@@ -16,7 +16,7 @@
 
 <document>
   <properties>
-    <title>Maven Repository Manager</title>
+    <title>Archiva</title>
   </properties>
   <body>
     <h1>Administration</h1>
index 7f9a3d3c4c1d107515a8faaa7f4282d8607a6334..f02dfa1d8f3659450b3b7df4ec3a92c8eac7622f 100644 (file)
@@ -16,7 +16,7 @@
 
 <document>
   <properties>
-    <title>Maven Repository Manager</title>
+    <title>Archiva</title>
   </properties>
   <body>
     <h1>Administration</h1>
index ab32e35d13d2c53ad75f3a56bba369719c1905ce..a634ee484cb82496cf58c1785ec86c34f8ba79ed 100644 (file)
@@ -1,6 +1,6 @@
 <document>
   <properties>
-    <title>Maven Repository Manager</title>
+    <title>Archiva</title>
   </properties>
   <body>
     <h1>Administration</h1>
index ea6a6e94d9f177d8adab2b9b7fee7a1864206060..9ee0d81953bf49e910a59b6d5ce64a7a3e3a7809 100644 (file)
@@ -16,7 +16,7 @@
 
 <document>
   <properties>
-    <title>Maven Repository Manager</title>
+    <title>Archiva</title>
   </properties>
   <body>
     <h1>Administration</h1>
index 4c7bab30e7fb10cbf853742119f75de231b165c5..e5cfd9f40efbc93e88b57284786869f17c9b847b 100644 (file)
@@ -16,7 +16,7 @@
 
 <document>
   <properties>
-    <title>Maven Repository Manager</title>
+    <title>Archiva</title>
   </properties>
   <body>
     <h1>Administration</h1>
index dd3f21ec2eda6b44167194b7db1172c5f1f57e68..2aece3a878ab8521d1efb9809c23b2c4eb5ca7af 100644 (file)
@@ -1,6 +1,6 @@
 <document>
   <properties>
-    <title>Maven Repository Manager</title>
+    <title>Archiva</title>
   </properties>
   <body>
     <div id="sidebar">
@@ -98,7 +98,9 @@
           <tr>
             <th>URL</th>
             <td>
-              <a href="http://maven.apache.org/ref/current/maven-model">http://maven.apache.org/ref/current/maven-model</a>
+              <a href="http://maven.apache.org/ref/current/maven-model">
+                http://maven.apache.org/ref/current/maven-model
+              </a>
             </td>
           </tr>
           <tr>
index d7755a2f6c8929237a4ba9ab81a1a62c76f5f615..2e3196ace5be8634a4176af56dc381e663f65b9f 100644 (file)
@@ -1,6 +1,6 @@
 <document>
   <properties>
-    <title>Maven Repository Manager</title>
+    <title>Archiva</title>
   </properties>
   <body>
     <div id="sidebar">
index 63961b4e6b8420240203f830afb5f08bcbfec7b7..48d3b400909ab3b4740b584e76bc76bbca5060a1 100644 (file)
@@ -1,6 +1,6 @@
 <document>
   <properties>
-    <title>Maven Repository Manager</title>
+    <title>Archiva</title>
   </properties>
   <body>
     <div id="sidebar">
@@ -12,7 +12,8 @@
     <div id="contentArea">
       <div id="nameColumn">
         <p>
-          <a href="#">org</a> /
+          <a href="#">org</a>
+          /
           <strong>apache</strong>
         </p>
         <h2>Groups</h2>
index 91cc2ccf4a681afc2b38eac6f98ecbcaf6953910..a734daf7eb5970d191b9ffb5b8e9badf39ac5e6d 100644 (file)
@@ -1,6 +1,6 @@
 <document>
   <properties>
-    <title>Maven Repository Manager</title>
+    <title>Archiva</title>
   </properties>
   <body>
     <div id="sidebar">
index 0af3677baad2f21b83f4a5d334d6ce7bba40ad91..3613ec05bab3fb39568688f16fcf66b6f42c444a 100644 (file)
@@ -17,7 +17,7 @@
 
 <document>
   <properties>
-    <title>Maven Repository Manager</title>
+    <title>Archiva</title>
   </properties>
   <body>
     <div id="sidebar">
             <strong>Artifact ID:</strong>
             <a href="browse3.html">maven-artifact</a>
             <strong>Version(s):</strong>
-            <a href="artifact.html">2.0</a>,
-            <a href="artifact.html">2.0.1</a>,
+            <a href="artifact.html">2.0</a>
+            ,
+            <a href="artifact.html">2.0.1</a>
+            ,
             <a href="artifact.html">2.0.4</a>
           </span>
         </p>
             <strong>Artifact ID:</strong>
             <a href="browse3.html">maven-project</a>
             <strong>Version(s):</strong>
-            <a href="artifact.html">2.0</a>,
-            <a href="artifact.html">2.0.1</a>,
+            <a href="artifact.html">2.0</a>
+            ,
+            <a href="artifact.html">2.0.1</a>
+            ,
             <a href="artifact.html">2.0.4</a>
           </span>
         </p>
index 5e02328cf9932b661ff736f32e7489311f2d2a86..20a1b1a1daf8b90e08e8ed20878f03df7df458d2 100644 (file)
@@ -17,7 +17,7 @@
 
 <document>
   <properties>
-    <title>Maven Repository Manager</title>
+    <title>Archiva</title>
   </properties>
   <body>
     <div id="sidebar">
index 1b73d7d0e15e4a0ab568360a625346d0387f4d2b..08c06d7304b37fcb0054677e0f4153d8e2f2bd9a 100644 (file)
@@ -1,6 +1,6 @@
 <document>
   <properties>
-    <title>Maven Repository Manager</title>
+    <title>Archiva</title>
   </properties>
   <body>
     <h1>Find Artifact</h1>
index b05b83d9739bf20576c5bd95a512776a9a344975..899e601116d716b61fe6a6f25e139b4c3aa2b255 100644 (file)
@@ -1,6 +1,6 @@
 <document>
   <properties>
-    <title>Maven Repository Manager</title>
+    <title>Archiva</title>
   </properties>
   <body>
     <div id="sidebar">
index 2a36a8a276fb1f2e72aa96ab3acb0b9877079953..d5557c7a0074bf929707599cf531301f11b13744 100644 (file)
@@ -17,7 +17,7 @@
 
 <document>
   <properties>
-    <title>Maven Repository Manager</title>
+    <title>Archiva</title>
   </properties>
   <body>
     <div id="sidebar">
index effa0e465b129624c88a562cd7d16b3b929258c4..d13f82fc965debd02235b872d49cc891f5c38e68 100644 (file)
@@ -1,6 +1,6 @@
 <document>
   <properties>
-    <title>Maven Repository Manager</title>
+    <title>Archiva</title>
   </properties>
   <body>
     <h1>Repository Health</h1>
index 3ff69c57780dbb419cc23253541efd75d4cc8f49..81ff9507b1712c48eecdc5cad849620d546c7cca 100644 (file)
@@ -1,6 +1,6 @@
 <document>
   <properties>
-    <title>Maven Repository Manager</title>
+    <title>Archiva</title>
   </properties>
   <body>
     <div id="sidebar">
         <div id="feed">
           <p>
             <a href="">
-              <img src="images/feed-icon32x32.png" width="28" height="28" />
+              <img src="images/feed-icon32x32.png" width="28" height="28"/>
             </a>
           </p>
         </div>
         <form action="results.html">
           <p>
-            <input type="text" size="50" value="maven" />
+            <input type="text" size="50" value="maven"/>
             <input type="submit" name="Go!"/>
           </p>
           <p>
         <div id="resultsBox">
           <p>
             <span style="font-size: x-small; background-color: silver; display: block; text-align: right">
-              <b>Page: </b>
-              <b>1</b> |
-              <a href="#">2</a> |
-              <a href="#">3</a> |
-              <a href="#">Next &gt;&gt;</a> 
+              <b>Page:</b>
+              <b>1</b>
+              |
+              <a href="#">2</a>
+              |
+              <a href="#">3</a>
+              |
+              <a href="#">Next &gt;&gt;</a>
             </span>
           </p>
           <h3>
-            <a href="artifact.html">Maven Site Plugin</a> <span style="font-size: x-small">(98%)</span>
+            <a href="artifact.html">Maven Site Plugin</a>
+            <span style="font-size: x-small">(98%)</span>
           </h3>
           <ul>
-            <li><b>Packaging:</b> <i>maven</i>-plugin</li>
-            <li><b>Artifact ID:</b> <i>maven</i>-site-plugin</li>
-            <li><b>Group ID:</b> org.apache.<i>maven</i>.plugins</li>
+            <li>
+              <b>Packaging:</b>
+              <i>maven</i>
+              -plugin
+            </li>
+            <li>
+              <b>Artifact ID:</b>
+              <i>maven</i>
+              -site-plugin
+            </li>
+            <li>
+              <b>Group ID:</b>
+              org.apache.
+              <i>maven</i>
+              .plugins
+            </li>
           </ul>
           <p>
             <span style="font-size: x-small">
             </span>
           </p>
           <h3>
-            <a href="artifact.html">Maven Project</a> <span style="font-size: x-small">(85%)</span>
+            <a href="artifact.html">Maven Project</a>
+            <span style="font-size: x-small">(85%)</span>
           </h3>
           <ul>
-            <li><b>Package:</b> org.apache.<i>maven</i>.project</li>
-            <li><b>Class:</b> <i>Maven</i>ProjectBuilder</li>
+            <li>
+              <b>Package:</b>
+              org.apache.
+              <i>maven</i>
+              .project
+            </li>
+            <li>
+              <b>Class:</b>
+              <i>Maven</i>
+              ProjectBuilder
+            </li>
           </ul>
           <p>
             <span style="font-size: x-small">
               <a href="artifact.html">2.0</a>
             </span>
           </p>
-          <h2> ... more results ... </h2>
+          <h2>... more results ...</h2>
           <p>
             <span style="font-size: x-small; background-color: silver; display: block; text-align: right">
-              <b>Page: </b>
-              <b>1</b> |
-              <a href="#">2</a> |
-              <a href="#">3</a> |
+              <b>Page:</b>
+              <b>1</b>
+              |
+              <a href="#">2</a>
+              |
+              <a href="#">3</a>
+              |
               <a href="#">Next &gt;&gt;</a>
             </span>
           </p>
index 46d4f38c81930734e423b2680f868ff852a41620..8835761283920963602869b1c0494ad6905b82d1 100644 (file)
@@ -1,6 +1,6 @@
 <document>
   <properties>
-    <title>Maven Repository Manager</title>
+    <title>Archiva</title>
   </properties>
   <body>
     <h1>Synchronisation</h1>
       <table>
         <tr>
           <th>Last Sync completed</th>
-          <td>1 February 13:01:04 (<a href="#">View Report</a>)</td>
+          <td>1 February 13:01:04 (
+            <a href="#">View Report</a>
+            )
+          </td>
         </tr>
         <tr>
           <th>Next sync</th>
@@ -18,7 +21,9 @@
         </tr>
         <tr>
           <th>Status</th>
-          <td><span class="statusOk">Success</span></td>
+          <td>
+            <span class="statusOk">Success</span>
+          </td>
         </tr>
       </table>
       <p>
       <table>
         <tr>
           <th>Last Sync completed</th>
-          <td>1 February 13:05:04 (<a href="#">View Report</a>)</td>
+          <td>1 February 13:05:04 (
+            <a href="#">View Report</a>
+            )
+          </td>
         </tr>
         <tr>
           <th>Next sync</th>
         </tr>
         <tr>
           <th>Status</th>
-          <td><span class="statusFailed">FAILED</span>: confluence wouldn't share CPU cycles with me</td>
+          <td>
+            <span class="statusFailed">FAILED</span>
+            : confluence wouldn't share CPU cycles with me
+          </td>
         </tr>
       </table>
       <p>
       <table>
         <tr>
           <th>Last Sync completed</th>
-          <td>1 February 13:11:04 (<a href="#">View Report</a>)</td>
+          <td>1 February 13:11:04 (
+            <a href="#">View Report</a>
+            )
+          </td>
         </tr>
         <tr>
           <th>Next sync</th>
         </tr>
         <tr>
           <th>Status</th>
-          <td><span class="statusWarn">WARNING</span>: some warnings occurred during the conversion</td>
+          <td>
+            <span class="statusWarn">WARNING</span>
+            : some warnings occurred during the conversion
+          </td>
         </tr>
       </table>
       <p>