]> source.dussan.org Git - archiva.git/commitdiff
more work on the feature tour and convert home page to APT
authorBrett Porter <brett@apache.org>
Wed, 21 Nov 2007 06:35:38 +0000 (06:35 +0000)
committerBrett Porter <brett@apache.org>
Wed, 21 Nov 2007 06:35:38 +0000 (06:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@596959 13f79535-47bb-0310-9956-ffa450edef68

archiva-site/src/site/apt/index.apt [new file with mode: 0644]
archiva-site/src/site/xdoc/index.xml [deleted file]
archiva-site/src/site/xdoc/tour/admin.xml
archiva-site/src/site/xdoc/tour/project.xml
archiva-site/src/site/xdoc/tour/proxy.xml
archiva-site/src/site/xdoc/tour/reports.xml
archiva-site/src/site/xdoc/tour/search.xml
archiva-site/src/site/xdoc/tour/security.xml

diff --git a/archiva-site/src/site/apt/index.apt b/archiva-site/src/site/apt/index.apt
new file mode 100644 (file)
index 0000000..d5fbd1f
--- /dev/null
@@ -0,0 +1,25 @@
+ -----
+ 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
+
+  To get started with Archiva, read the following documentation:
+   
+    * {{{/quick-start.html} A Quick Getting Started Guide}}
+
+    * {{{/userguide/index.html} User's Guide}}
+
+    * {{{/adminguide/index.html} Administrator's Guide}}
+
+    []
diff --git a/archiva-site/src/site/xdoc/index.xml b/archiva-site/src/site/xdoc/index.xml
deleted file mode 100644 (file)
index fe3075a..0000000
+++ /dev/null
@@ -1,123 +0,0 @@
-<?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>
-
-<!-- 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>
index 2089b4dc471c470bde643ce71e751d6982944d71..478eb483f8d06b100a3afbaed36ab7dbf9a64809 100644 (file)
@@ -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> |
index 0629cf05d20a9d617bf1f130f0ccb4669305636e..c0d0fad632051eb939237188acf218b6dc5654e5 100644 (file)
@@ -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> |
index 4d9d3969c78a9277eb84cbb2ddf200c5a42f3bb3..2bd350c3008259807b44842f7eb2ae74ac7c0f3b 100644 (file)
@@ -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> |
index 9c8ca1433c8899c479a0578f672c220ba19b5edc..88f44ed1254bce06c44d02a35818ea8ebdac07f7 100644 (file)
@@ -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> |
index 05bd4a30fbc1ab9ac7fe49232d0367b5fb364396..ccb25299bb47e628fa62034a3023d8a631e96bfc 100644 (file)
       <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> |
index a74f454a1f6aa73815a0dd23320951dfccd94e58..0e372a9f518819ea3f09f8ab5ec7dd2e580b4757 100644 (file)
@@ -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> |