more renaming

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437119 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2006-08-26 07:52:00 +00:00
parent c5a3a9035f
commit 444d73327f
34 changed files with 186 additions and 109 deletions

View File

@ -53,10 +53,6 @@
<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>

View File

@ -19,7 +19,7 @@
<html>
<head>
<title>Configuration</title>
<ww:head />
<ww:head/>
</head>
<body>
@ -35,12 +35,12 @@
</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>

View File

@ -19,7 +19,7 @@
<html>
<head>
<title>Configuration</title>
<ww:head />
<ww:head/>
</head>
<body>
@ -35,11 +35,11 @@
</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>

View File

@ -19,7 +19,7 @@
<html>
<head>
<title>Configuration</title>
<ww:head />
<ww:head/>
</head>
<body>
@ -35,12 +35,12 @@
</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>

View 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">
@ -29,15 +29,15 @@
@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>
@ -62,13 +62,13 @@
</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>
@ -117,18 +117,18 @@
</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">
@ -137,7 +137,7 @@
</div>
<div class="clear">
<hr />
<hr/>
</div>
</div>

View File

@ -15,10 +15,10 @@
-->
<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>

View 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>

View 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>

View File

@ -16,7 +16,7 @@
<document>
<properties>
<title>Maven Repository Manager</title>
<title>Archiva</title>
</properties>
<body>
<h1>Administration</h1>

View File

@ -16,7 +16,7 @@
<document>
<properties>
<title>Maven Repository Manager</title>
<title>Archiva</title>
</properties>
<body>
<h1>Administration</h1>

View File

@ -16,7 +16,7 @@
<document>
<properties>
<title>Maven Repository Manager</title>
<title>Archiva</title>
</properties>
<body>
<h1>Administration</h1>

View File

@ -1,6 +1,6 @@
<document>
<properties>
<title>Maven Repository Manager</title>
<title>Archiva</title>
</properties>
<body>
<h1>Configuration</h1>

View 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>

View 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>

View 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>

View File

@ -16,7 +16,7 @@
<document>
<properties>
<title>Maven Repository Manager</title>
<title>Archiva</title>
</properties>
<body>
<h1>Administration</h1>

View File

@ -16,7 +16,7 @@
<document>
<properties>
<title>Maven Repository Manager</title>
<title>Archiva</title>
</properties>
<body>
<h1>Administration</h1>

View File

@ -16,7 +16,7 @@
<document>
<properties>
<title>Maven Repository Manager</title>
<title>Archiva</title>
</properties>
<body>
<h1>Administration</h1>

View File

@ -16,7 +16,7 @@
<document>
<properties>
<title>Maven Repository Manager</title>
<title>Archiva</title>
</properties>
<body>
<h1>Administration</h1>

View File

@ -1,6 +1,6 @@
<document>
<properties>
<title>Maven Repository Manager</title>
<title>Archiva</title>
</properties>
<body>
<h1>Administration</h1>

View File

@ -16,7 +16,7 @@
<document>
<properties>
<title>Maven Repository Manager</title>
<title>Archiva</title>
</properties>
<body>
<h1>Administration</h1>

View File

@ -16,7 +16,7 @@
<document>
<properties>
<title>Maven Repository Manager</title>
<title>Archiva</title>
</properties>
<body>
<h1>Administration</h1>

View 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>

View File

@ -1,6 +1,6 @@
<document>
<properties>
<title>Maven Repository Manager</title>
<title>Archiva</title>
</properties>
<body>
<div id="sidebar">

View 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>

View File

@ -1,6 +1,6 @@
<document>
<properties>
<title>Maven Repository Manager</title>
<title>Archiva</title>
</properties>
<body>
<div id="sidebar">

View File

@ -17,7 +17,7 @@
<document>
<properties>
<title>Maven Repository Manager</title>
<title>Archiva</title>
</properties>
<body>
<div id="sidebar">
@ -51,8 +51,10 @@
<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>
@ -70,8 +72,10 @@
<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>

View File

@ -17,7 +17,7 @@
<document>
<properties>
<title>Maven Repository Manager</title>
<title>Archiva</title>
</properties>
<body>
<div id="sidebar">

View File

@ -1,6 +1,6 @@
<document>
<properties>
<title>Maven Repository Manager</title>
<title>Archiva</title>
</properties>
<body>
<h1>Find Artifact</h1>

View File

@ -1,6 +1,6 @@
<document>
<properties>
<title>Maven Repository Manager</title>
<title>Archiva</title>
</properties>
<body>
<div id="sidebar">

View File

@ -17,7 +17,7 @@
<document>
<properties>
<title>Maven Repository Manager</title>
<title>Archiva</title>
</properties>
<body>
<div id="sidebar">

View File

@ -1,6 +1,6 @@
<document>
<properties>
<title>Maven Repository Manager</title>
<title>Archiva</title>
</properties>
<body>
<h1>Repository Health</h1>

View File

@ -1,6 +1,6 @@
<document>
<properties>
<title>Maven Repository Manager</title>
<title>Archiva</title>
</properties>
<body>
<div id="sidebar">
@ -13,13 +13,13 @@
<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>
@ -30,20 +30,37 @@
<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">
@ -60,11 +77,21 @@
</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">
@ -80,13 +107,16 @@
<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>

View File

@ -1,6 +1,6 @@
<document>
<properties>
<title>Maven Repository Manager</title>
<title>Archiva</title>
</properties>
<body>
<h1>Synchronisation</h1>
@ -10,7 +10,10 @@
<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>
@ -28,7 +33,10 @@
<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>
@ -36,7 +44,10 @@
</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>
@ -46,7 +57,10 @@
<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>
@ -54,7 +68,10 @@
</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>