You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by br...@apache.org on 2007/11/21 07:35:39 UTC

svn commit: r596959 - in /maven/archiva/trunk/archiva-site/src/site: apt/index.apt xdoc/index.xml xdoc/tour/admin.xml xdoc/tour/project.xml xdoc/tour/proxy.xml xdoc/tour/reports.xml xdoc/tour/search.xml xdoc/tour/security.xml

Author: brett
Date: Tue Nov 20 22:35:38 2007
New Revision: 596959

URL: http://svn.apache.org/viewvc?rev=596959&view=rev
Log:
more work on the feature tour and convert home page to APT

Added:
    maven/archiva/trunk/archiva-site/src/site/apt/index.apt
      - copied, changed from r596933, maven/archiva/trunk/archiva-site/src/site/xdoc/index.xml
Removed:
    maven/archiva/trunk/archiva-site/src/site/xdoc/index.xml
Modified:
    maven/archiva/trunk/archiva-site/src/site/xdoc/tour/admin.xml
    maven/archiva/trunk/archiva-site/src/site/xdoc/tour/project.xml
    maven/archiva/trunk/archiva-site/src/site/xdoc/tour/proxy.xml
    maven/archiva/trunk/archiva-site/src/site/xdoc/tour/reports.xml
    maven/archiva/trunk/archiva-site/src/site/xdoc/tour/search.xml
    maven/archiva/trunk/archiva-site/src/site/xdoc/tour/security.xml

Copied: maven/archiva/trunk/archiva-site/src/site/apt/index.apt (from r596933, maven/archiva/trunk/archiva-site/src/site/xdoc/index.xml)
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-site/src/site/apt/index.apt?p2=maven/archiva/trunk/archiva-site/src/site/apt/index.apt&p1=maven/archiva/trunk/archiva-site/src/site/xdoc/index.xml&r1=596933&r2=596959&rev=596959&view=diff
==============================================================================
--- maven/archiva/trunk/archiva-site/src/site/xdoc/index.xml (original)
+++ maven/archiva/trunk/archiva-site/src/site/apt/index.apt Tue Nov 20 22:35:38 2007
@@ -1,123 +1,25 @@
-<?xml version="1.0"?>
-<!--
-  ~ 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>Welcome to Maven Archiva</title>
-  </properties>
-  <body>
-    <section name="Welcome to Maven Archiva">
-<!-- TODO: convert back to APT -->
-      <p>
-         Archiva is a build artifact repository manager for use with
-         build tools such as <a href="http://maven.apache.org">Maven</a>,
-         <a href="http://maven.apache.org/continuum/">Continuum</a>,
-         and <a href="http://ant.apache.org/">ANT</a>.
-      </p>
-
-      <p>
-        With Archiva, you can share artifacts with other developers and manage the associated
-        security required, aggregate (proxy) content from remote artifact repositories, visualise
-        your artifact utilisation with search, browse and reporting, and perform routine
-        maintenance on your repositories.
-      </p>
+ -----
+ Welcome to Maven Archiva
+ -----
+ -----
+ -----
+
+  Archiva is a build artifact repository manager for use with
+  build tools such as {{{http://maven.apache.org} Maven}}, {{{http://maven.apache.org/continuum/} Continuum}}, and {{{http://ant.apache.org/} ANT}}.
+
+  With Archiva, you can share artifacts with other developers and manage the associated
+  security required, aggregate (proxy) content from remote artifact repositories, visualise
+  your artifact utilisation with search, browse and reporting, and perform routine
+  maintenance on your repositories.
+
+  ~~TODO: improve appearance of links
 
-<!-- TODO: improve appearance of these links -->
-<p>
   To get started with Archiva, read the following documentation:
-</p>
-<ul>
-<li><a href="/quick-start.html">A Quick Getting Started Guide</a></li>
-<li><a href="/userguide/index.html">User's Guide</a></li>
-<li><a href="/adminguide/index.html">Administrator's Guide</a></li>
-</ul>
-
-<!-- TODO: move to the feature tour
-      <ul>
-        <li>A place for like-minded developers to share artifacts
-            that are private in nature, such as found in proprietary
-            development shops.</li>
-        <li>The ability to act as a nearby (proxy) cache of popular global
-            repositories for better build performance.</li>
-        <li>Secure your repositories!  by user, by role, by repository,
-            read vs write access controls.</li>
-        <li>A tool to browse the repository information, and present it
-            in a user friendly way.</li>
-        <li>Maximize code reuse via a search / research tool to help
-            find artifacts that might be of the most use for your
-            immediate problem.</li>
-        <li>Implement controls on the artifacts that the developers
-            in your organization use.</li>
-        <li>Identify unknown artifacts based on large database of
-            known checksums for known artifacts.</li>
-        <li>Reporting on artifact usage, to help identify those
-            projects that are using your code.</li>
-        <li>Reporting tools.</li>
-        <li>Maintenance tools.</li>
-      </ul>
--->
-    </section>
-
-<!-- TODO: move
-    <section name="Need Help?">
-      <p>Join the conversation!</p>
-      <ul>
-        <li>Try the Documentation: (see the navigation menu on the left)</li>
-        <li><a href="http://www.nabble.com/archiva-users-f16426.html">Archiva
-             Users</a> <a href="mail-lists.html">Mailing List</a>:
-            <a href="mailto:archiva-users-subscribe@maven.apache.org">archiva-users@maven.apache.org</a></li>
-        <li>Archiva IRC Channel:
-           <a href="irc://irc.codehaus.org/#archiva">#archiva</a> on
-           <a href="http://irc.codehaus.org/">irc.codehaus.org</a></li>
-      </ul>
-    </section>
-
-    <section name="Contributing">
-      <div class="p">
-         We welcome developers to the Maven community who are interested
-         in contributing. If you'd like to discuss Archiva, subscribe and
-         post to <a href="mail-lists.html">the development mailing list</a>
-         <code>archiva-dev@maven.apache.org</code>.
-      </div>
-
-      <div class="p">
-         Read the <a href="hacking/">Hacking Archiva</a> document.
-      </div>
-
-      <div class="p">
-         If you'd like to obtain the code, you can get it from Subversion.
-         See <a href="source-repository.html">SCM details</a> for more
-         information.
-      </div>
-
-      <div class="p">
-         Bugs, issues and new ideas should be reported in the issue tracker -
-         see <a href="issue-tracking.html">this page</a>.
-      </div>
-
-      <div class="p">
-         A user managed wiki of alternative documentation is available a
-         <a href="http://docs.codehaus.org/display/MAVENUSER/Archiva">the
-         Archiva wiki</a>.
-      </div>
-    </section>
--->
-  </body>
-</document>
+   
+    * {{{/quick-start.html} A Quick Getting Started Guide}}
+
+    * {{{/userguide/index.html} User's Guide}}
+
+    * {{{/adminguide/index.html} Administrator's Guide}}
+
+    []

Modified: maven/archiva/trunk/archiva-site/src/site/xdoc/tour/admin.xml
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-site/src/site/xdoc/tour/admin.xml?rev=596959&r1=596958&r2=596959&view=diff
==============================================================================
--- maven/archiva/trunk/archiva-site/src/site/xdoc/tour/admin.xml (original)
+++ maven/archiva/trunk/archiva-site/src/site/xdoc/tour/admin.xml Tue Nov 20 22:35:38 2007
@@ -12,6 +12,7 @@
         <img src="../images/tour/admin.png" width="640" height="401" alt="" />
         <p>
           ...
+          <!-- TODO! -->
         </p>
         <p>
           <a href="proxy.html">Previous: Remote Proxying Cache</a> |

Modified: maven/archiva/trunk/archiva-site/src/site/xdoc/tour/project.xml
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-site/src/site/xdoc/tour/project.xml?rev=596959&r1=596958&r2=596959&view=diff
==============================================================================
--- maven/archiva/trunk/archiva-site/src/site/xdoc/tour/project.xml (original)
+++ maven/archiva/trunk/archiva-site/src/site/xdoc/tour/project.xml Tue Nov 20 22:35:38 2007
@@ -11,7 +11,8 @@
       <div style="text-align: center">
         <img src="../images/tour/project.png" width="640" height="401" alt="" />
         <p>
-          ...
+          Reporting on artifact usage, to help identify those projects that are using your code.
+          <!-- TODO! -->
         </p>
         <p>
           <a href="index.html">Previous: Feature Tour</a> |

Modified: maven/archiva/trunk/archiva-site/src/site/xdoc/tour/proxy.xml
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-site/src/site/xdoc/tour/proxy.xml?rev=596959&r1=596958&r2=596959&view=diff
==============================================================================
--- maven/archiva/trunk/archiva-site/src/site/xdoc/tour/proxy.xml (original)
+++ maven/archiva/trunk/archiva-site/src/site/xdoc/tour/proxy.xml Tue Nov 20 22:35:38 2007
@@ -11,7 +11,8 @@
       <div style="text-align: center">
         <img src="../images/tour/proxy.png" width="640" height="401" alt="" />
         <p>
-          ...
+          The ability to act as a nearby (proxy) cache of popular global repositories for better build performance.
+          <!-- TODO: improve description -->
         </p>
         <p>
           <a href="search.html">Previous: Artifact Search</a> |

Modified: maven/archiva/trunk/archiva-site/src/site/xdoc/tour/reports.xml
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-site/src/site/xdoc/tour/reports.xml?rev=596959&r1=596958&r2=596959&view=diff
==============================================================================
--- maven/archiva/trunk/archiva-site/src/site/xdoc/tour/reports.xml (original)
+++ maven/archiva/trunk/archiva-site/src/site/xdoc/tour/reports.xml Tue Nov 20 22:35:38 2007
@@ -12,6 +12,7 @@
         <img src="../images/tour/reports.png" width="640" height="401" alt="" />
         <p>
           ...
+          <!-- TODO! -->
         </p>
         <p>
           <a href="security.html">Previous: Role-based Security</a> |

Modified: maven/archiva/trunk/archiva-site/src/site/xdoc/tour/search.xml
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-site/src/site/xdoc/tour/search.xml?rev=596959&r1=596958&r2=596959&view=diff
==============================================================================
--- maven/archiva/trunk/archiva-site/src/site/xdoc/tour/search.xml (original)
+++ maven/archiva/trunk/archiva-site/src/site/xdoc/tour/search.xml Tue Nov 20 22:35:38 2007
@@ -11,7 +11,10 @@
       <div style="text-align: center">
         <img src="../images/tour/search.png" width="640" height="401" alt="" />
         <p>
-          ...
+          Browse the repository information, and present it in a user friendly way.
+          Maximize code reuse via a search / research tool to help find artifacts that might be of the most use for your immediate problem.
+          Identify unknown artifacts based on large database of known checksums for known artifacts.
+          <!-- TODO: improve -->
         </p>
         <p>
           <a href="project.html">Previous: Project Information</a> |

Modified: maven/archiva/trunk/archiva-site/src/site/xdoc/tour/security.xml
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-site/src/site/xdoc/tour/security.xml?rev=596959&r1=596958&r2=596959&view=diff
==============================================================================
--- maven/archiva/trunk/archiva-site/src/site/xdoc/tour/security.xml (original)
+++ maven/archiva/trunk/archiva-site/src/site/xdoc/tour/security.xml Tue Nov 20 22:35:38 2007
@@ -11,7 +11,8 @@
       <div style="text-align: center">
         <img src="../images/tour/security.png" width="640" height="401" alt="" />
         <p>
-          ...
+          Secure your repositories by user, by role, by repository, read vs write access controls.
+          <!-- TODO: improve -->
         </p>
         <p>
           <a href="admin.html">Previous: Graphical Administration</a> |