You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2006/08/08 08:26:52 UTC

svn commit: r429597 - /maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/

Author: brett
Date: Mon Aug  7 23:26:51 2006
New Revision: 429597

URL: http://svn.apache.org/viewvc?rev=429597&view=rev
Log:
[MRM-138] white site updates

Added:
    maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/delete-proxied-repository.xml   (with props)
    maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/delete-repository.xml   (with props)
    maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/delete-sync-repository.xml   (with props)
    maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/edit-cvs-sync-repository.xml   (with props)
    maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/edit-file-sync-repository.xml   (with props)
    maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/edit-rsync-sync-repository.xml   (with props)
    maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/edit-svn-sync-repository.xml   (with props)
Modified:
    maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/add-sync-repository.xml
    maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/index.xml
    maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/proxies.xml
    maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/sync.xml

Modified: maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/add-sync-repository.xml
URL: http://svn.apache.org/viewvc/maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/add-sync-repository.xml?rev=429597&r1=429596&r2=429597&view=diff
==============================================================================
--- maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/add-sync-repository.xml (original)
+++ maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/add-sync-repository.xml Mon Aug  7 23:26:51 2006
@@ -24,7 +24,7 @@
     <div id="contentArea">
       <h2>Add (Edit) Repository</h2>
 
-      <form action="sync.html">
+      <form onsubmit="this.action=this.method.value;" method="POST">
         <table>
           <tr>
             <th>Identifier</th>
@@ -41,35 +41,12 @@
           <tr>
             <th>Method</th>
             <td>
-              <select>
-                <option selected="selected">rsync (over SSH)</option>
-                <option>rsync (Anonymous)</option>
-                <option>Subversion (https)</option>
-                <option>Subversion (http)</option>
-                <option>Subversion (file)</option>
-                <option>Subversion (svn)</option>
-                <option>CVS (pserver)</option>
-                <option>CVS (over SSH)</option>
-                <option>Local File System</option>
+              <select name="method">
+                <option value="edit-rsync-sync-repository.html" selected="selected">rsync</option>
+                <option value="edit-svn-sync-repository.html">Subversion</option>
+                <option value="edit-cvs-sync-repository.html">CVS</option>
+                <option value="edit-file-sync-repository.html">Local File System</option>
               </select>
-            </td>
-          </tr>
-          <tr>
-            <th>Host</th>
-            <td>
-              <input type="text"/>
-            </td>
-          </tr>
-          <tr>
-            <th>Directory</th>
-            <td>
-              <input type="text"/>
-            </td>
-          </tr>
-          <tr>
-            <th>Username</th>
-            <td>
-              <input type="text"/>
             </td>
           </tr>
           <tr>

Added: maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/delete-proxied-repository.xml
URL: http://svn.apache.org/viewvc/maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/delete-proxied-repository.xml?rev=429597&view=auto
==============================================================================
--- maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/delete-proxied-repository.xml (added)
+++ maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/delete-proxied-repository.xml Mon Aug  7 23:26:51 2006
@@ -0,0 +1,25 @@
+<document>
+  <properties>
+    <title>Maven Repository Manager</title>
+  </properties>
+  <body>
+    <h1>Administration</h1>
+
+    <div id="contentArea">
+      <h2>Delete Remote Repository</h2>
+
+      <blockquote>
+        <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" />
+      </form>
+    </div>
+  </body>
+</document>
+

Propchange: maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/delete-proxied-repository.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/delete-proxied-repository.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/delete-repository.xml
URL: http://svn.apache.org/viewvc/maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/delete-repository.xml?rev=429597&view=auto
==============================================================================
--- maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/delete-repository.xml (added)
+++ maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/delete-repository.xml Mon Aug  7 23:26:51 2006
@@ -0,0 +1,24 @@
+<document>
+  <properties>
+    <title>Maven Repository Manager</title>
+  </properties>
+  <body>
+    <h1>Administration</h1>
+
+    <div id="contentArea">
+      <h2>Delete Managed Repository</h2>
+
+      <blockquote>
+        <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" />
+      </form>
+    </div>
+  </body>
+</document>
+

Propchange: maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/delete-repository.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/delete-repository.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/delete-sync-repository.xml
URL: http://svn.apache.org/viewvc/maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/delete-sync-repository.xml?rev=429597&view=auto
==============================================================================
--- maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/delete-sync-repository.xml (added)
+++ maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/delete-sync-repository.xml Mon Aug  7 23:26:51 2006
@@ -0,0 +1,25 @@
+<document>
+  <properties>
+    <title>Maven Repository Manager</title>
+  </properties>
+  <body>
+    <h1>Administration</h1>
+
+    <div id="contentArea">
+      <h2>Delete Remote Repository</h2>
+
+      <blockquote>
+        <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" />
+      </form>
+    </div>
+  </body>
+</document>
+

Propchange: maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/delete-sync-repository.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/delete-sync-repository.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/edit-cvs-sync-repository.xml
URL: http://svn.apache.org/viewvc/maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/edit-cvs-sync-repository.xml?rev=429597&view=auto
==============================================================================
--- maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/edit-cvs-sync-repository.xml (added)
+++ maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/edit-cvs-sync-repository.xml Mon Aug  7 23:26:51 2006
@@ -0,0 +1,48 @@
+<!--
+  ~ Copyright 2005-2006 The Apache Software Foundation.
+  ~
+  ~ Licensed 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>Maven Repository Manager</title>
+  </properties>
+  <body>
+    <h1>Administration</h1>
+
+    <div id="contentArea">
+      <h2>Add (Edit) Repository</h2>
+
+      <h3>NAME GOES HERE</h3>
+      <form action="sync.html">
+        <table>
+          <tr>
+            <th>CVS Root</th>
+            <td>
+              <input type="text"/>
+            </td>
+          </tr>
+          <tr>
+            <th></th>
+            <td>
+              <input type="submit"/>
+            </td>
+          </tr>
+        </table>
+      </form>
+
+    </div>
+  </body>
+</document>
+

Propchange: maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/edit-cvs-sync-repository.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/edit-cvs-sync-repository.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/edit-file-sync-repository.xml
URL: http://svn.apache.org/viewvc/maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/edit-file-sync-repository.xml?rev=429597&view=auto
==============================================================================
--- maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/edit-file-sync-repository.xml (added)
+++ maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/edit-file-sync-repository.xml Mon Aug  7 23:26:51 2006
@@ -0,0 +1,48 @@
+<!--
+  ~ Copyright 2005-2006 The Apache Software Foundation.
+  ~
+  ~ Licensed 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>Maven Repository Manager</title>
+  </properties>
+  <body>
+    <h1>Administration</h1>
+
+    <div id="contentArea">
+      <h2>Add (Edit) Repository</h2>
+
+      <h3>NAME GOES HERE</h3>
+      <form action="sync.html">
+        <table>
+          <tr>
+            <th>Directory</th>
+            <td>
+              <input type="text"/>
+            </td>
+          </tr>
+          <tr>
+            <th></th>
+            <td>
+              <input type="submit"/>
+            </td>
+          </tr>
+        </table>
+      </form>
+
+    </div>
+  </body>
+</document>
+

Propchange: maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/edit-file-sync-repository.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/edit-file-sync-repository.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/edit-rsync-sync-repository.xml
URL: http://svn.apache.org/viewvc/maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/edit-rsync-sync-repository.xml?rev=429597&view=auto
==============================================================================
--- maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/edit-rsync-sync-repository.xml (added)
+++ maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/edit-rsync-sync-repository.xml Mon Aug  7 23:26:51 2006
@@ -0,0 +1,60 @@
+<!--
+  ~ Copyright 2005-2006 The Apache Software Foundation.
+  ~
+  ~ Licensed 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>Maven Repository Manager</title>
+  </properties>
+  <body>
+    <h1>Administration</h1>
+
+    <div id="contentArea">
+      <h2>Add (Edit) Repository</h2>
+
+      <h3>NAME GOES HERE</h3>
+      <form action="sync.html">
+        <table>
+          <tr>
+            <th>Host</th>
+            <td>
+              <input type="text"/>
+            </td>
+          </tr>
+          <tr>
+            <th>Directory</th>
+            <td>
+              <input type="text"/>
+            </td>
+          </tr>
+          <tr>
+            <th>Username</th>
+            <td>
+              <input type="text"/>
+            </td>
+          </tr>
+          <tr>
+            <th></th>
+            <td>
+              <input type="submit"/>
+            </td>
+          </tr>
+        </table>
+      </form>
+
+    </div>
+  </body>
+</document>
+

Propchange: maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/edit-rsync-sync-repository.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/edit-rsync-sync-repository.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/edit-svn-sync-repository.xml
URL: http://svn.apache.org/viewvc/maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/edit-svn-sync-repository.xml?rev=429597&view=auto
==============================================================================
--- maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/edit-svn-sync-repository.xml (added)
+++ maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/edit-svn-sync-repository.xml Mon Aug  7 23:26:51 2006
@@ -0,0 +1,54 @@
+<!--
+  ~ Copyright 2005-2006 The Apache Software Foundation.
+  ~
+  ~ Licensed 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>Maven Repository Manager</title>
+  </properties>
+  <body>
+    <h1>Administration</h1>
+
+    <div id="contentArea">
+      <h2>Add (Edit) Repository</h2>
+
+      <h3>NAME GOES HERE</h3>
+      <form action="sync.html">
+        <table>
+          <tr>
+            <th>Subversion URL</th>
+            <td>
+              <input type="text"/>
+            </td>
+          </tr>
+          <tr>
+            <th>Username</th>
+            <td>
+              <input type="text"/>
+            </td>
+          </tr>
+          <tr>
+            <th></th>
+            <td>
+              <input type="submit"/>
+            </td>
+          </tr>
+        </table>
+      </form>
+
+    </div>
+  </body>
+</document>
+

Propchange: maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/edit-svn-sync-repository.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/edit-svn-sync-repository.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/index.xml
URL: http://svn.apache.org/viewvc/maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/index.xml?rev=429597&r1=429596&r2=429597&view=diff
==============================================================================
--- maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/index.xml (original)
+++ maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/index.xml Mon Aug  7 23:26:51 2006
@@ -33,7 +33,7 @@
         <div style="float: right">
           <a href="add-repository.html">Edit Repository</a>
           |
-          <a href="#">Delete Repository</a>
+          <a href="delete-repository.html">Delete Repository</a>
         </div>
         <h3>Central Repository</h3>
         <table>
@@ -71,7 +71,7 @@
         <div style="float: right">
           <a href="add-repository.html">Edit Repository</a>
           |
-          <a href="#">Delete Repository</a>
+          <a href="delete-repository.html">Delete Repository</a>
         </div>
         <h3>Snapshot Repository</h3>
         <table>

Modified: maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/proxies.xml
URL: http://svn.apache.org/viewvc/maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/proxies.xml?rev=429597&r1=429596&r2=429597&view=diff
==============================================================================
--- maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/proxies.xml (original)
+++ maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/proxies.xml Mon Aug  7 23:26:51 2006
@@ -28,7 +28,7 @@
         <div style="float: right">
           <a href="add-proxied-repository.html">Edit Repository</a>
           |
-          <a href="#">Delete Repository</a>
+          <a href="delete-proxied-repository.html">Delete Repository</a>
         </div>
         <h3>Ibiblio</h3>
         <table>
@@ -73,7 +73,7 @@
         <div style="float: right">
           <a href="add-proxied-repository.html">Edit Repository</a>
           |
-          <a href="#">Delete Repository</a>
+          <a href="delete-proxied-repository.html">Delete Repository</a>
         </div>
         <h3>Codehaus Snapshots</h3>
         <table>

Modified: maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/sync.xml
URL: http://svn.apache.org/viewvc/maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/sync.xml?rev=429597&r1=429596&r2=429597&view=diff
==============================================================================
--- maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/sync.xml (original)
+++ maven/repository-manager/trunk/design/white-site/src/site/xdoc/admin/sync.xml Mon Aug  7 23:26:51 2006
@@ -26,9 +26,9 @@
 
       <div>
         <div style="float: right">
-          <a href="add-sync-repository.html">Edit Repository</a>
+          <a href="edit-rsync-sync-repository.html">Edit Repository</a>
           |
-          <a href="#">Delete Repository</a>
+          <a href="delete-sync-repository.html">Delete Repository</a>
         </div>
         <h3>Apache</h3>
         <table>
@@ -41,7 +41,7 @@
           </tr>
           <tr>
             <th>Method</th>
-            <td>rsync + ssh</td>
+            <td>rsync (over SSH)</td>
           </tr>
           <tr>
             <th>Host</th>
@@ -71,9 +71,9 @@
 
       <div>
         <div style="float: right">
-          <a href="add-sync-repository.html">Edit Repository</a>
+          <a href="edit-rsync-sync-repository.html">Edit Repository</a>
           |
-          <a href="#">Delete Repository</a>
+          <a href="delete-sync-repository.html">Delete Repository</a>
         </div>
         <h3>Apache (Legacy)</h3>
         <table>
@@ -86,7 +86,7 @@
           </tr>
           <tr>
             <th>Method</th>
-            <td>rsync + ssh</td>
+            <td>rsync (over SSH)</td>
           </tr>
           <tr>
             <th>Host</th>
@@ -99,6 +99,51 @@
           <tr>
             <th>Username</th>
             <td>...</td>
+          </tr>
+          <tr>
+            <th>Type</th>
+            <td>Maven 1.x Repository</td>
+          </tr>
+          <tr>
+            <th>Synced to</th>
+            <td>Central Repository (
+              <code>central</code>
+              )
+            </td>
+          </tr>
+          <tr>
+            <th>Schedule</th>
+            <td>0 * * * ?</td>
+          </tr>
+        </table>
+      </div>
+
+      <div>
+        <div style="float: right">
+          <a href="edit-cvs-sync-repository.html">Edit Repository</a>
+          |
+          <a href="delete-sync-repository.html">Delete Repository</a>
+        </div>
+        <h3>java.net</h3>
+        <table>
+          <tr>
+            <th>Identifier</th>
+            <td>
+              <!-- must be unique among remote repos -->
+              <code>java-net</code>
+            </td>
+          </tr>
+          <tr>
+            <th>Method</th>
+            <td>SCM (CVS over SSH)</td>
+          </tr>
+          <tr>
+            <th>CVS Root</th>
+            <td>anonymous@maven-repository.dev.java.net:/cvsroot</td>
+          </tr>
+          <tr>
+            <th>Module</th>
+            <td>maven-repository</td>
           </tr>
           <tr>
             <th>Type</th>