You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ba...@apache.org on 2006/10/28 00:30:34 UTC

svn commit: r468567 - in /maven/archiva/trunk/src/site: apt/guides/developing/index.apt site.xml

Author: bayard
Date: Fri Oct 27 15:30:33 2006
New Revision: 468567

URL: http://svn.apache.org/viewvc?view=rev&rev=468567
Log:
Fixed the apt mistakes and added to the site

Modified:
    maven/archiva/trunk/src/site/apt/guides/developing/index.apt
    maven/archiva/trunk/src/site/site.xml

Modified: maven/archiva/trunk/src/site/apt/guides/developing/index.apt
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/src/site/apt/guides/developing/index.apt?view=diff&rev=468567&r1=468566&r2=468567
==============================================================================
--- maven/archiva/trunk/src/site/apt/guides/developing/index.apt (original)
+++ maven/archiva/trunk/src/site/apt/guides/developing/index.apt Fri Oct 27 15:30:33 2006
@@ -33,20 +33,35 @@
   The following subprojects exist within Archiva:
 
   * archiva-applet - The progress bar on the checksum checking page.
+
   * archiva-configuration - A facade on top of the Plexus configuration XML.
+
   * archiva-converter - converts an m1 repository to an m2 one - currently not hooked up
+
   * archiva-core - central code, business objects, modello etc.
+
   * archiva-discoverer - monitors the managed repositories and kicks off the indexing.
+
   * archiva-indexer - the lucene indexing.
+
   * archiva-plexus-application - archiva can run on plexus as well as as a war. This creates a plexus app.
+
   * archiva-plexus-runtime - archiva can run on plexus as well as as a war. This runs lots of apps.
+
   * archiva-proxy - proxies repositories?
+
   * archiva-reports-standard - a couple of reports are implemented. Not very pluginable yet.
+
   * archiva-repository-layer - a query layer for the reports
+
   * archiva-security - webapp security
+
   * archiva-utils - some handy archiva specific utils
+
   * archiva-webapp - creates a war file
+
   * design - contains a mock-up currently
+
   * maven-meeper - rsync scripts to sync repositories. Also converts m1 repositories to m2 repositories.
 
 Concepts
@@ -54,7 +69,11 @@
   There are various terms in Archiva that are worth explaining and defining. 
 
   * "Managed" - A managed repository is a repository which Archiva is sitting on top of that may be browsed.
+
   * "Indexed" - The ability to search a managed repository.
+
   * "Proxied" - A remote repository which an existing managed repository can be used as a facade for.
+
   * "Synchronized" - A remote repository which is physically copied down to be managed under Archiva. 
+
   * "Identifier" - A short ID for your repository that will be used in URLs.

Modified: maven/archiva/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/src/site/site.xml?view=diff&rev=468567&r1=468566&r2=468567
==============================================================================
--- maven/archiva/trunk/src/site/site.xml (original)
+++ maven/archiva/trunk/src/site/site.xml Fri Oct 27 15:30:33 2006
@@ -25,6 +25,7 @@
     <menu name="Documentation">
         <item name="Welcome"    href="/index.html"/>
         <item name="Getting Started"    href="/guides/getting-started/index.html"/>
+        <item name="Developing"    href="/guides/developing/index.html"/>
     </menu>
 
     <menu ref="reports" inherit="bottom"/>