]> source.dussan.org Git - archiva.git/commitdiff
Fixed the apt mistakes and added to the site
authorHenri Yandell <bayard@apache.org>
Fri, 27 Oct 2006 22:30:33 +0000 (22:30 +0000)
committerHenri Yandell <bayard@apache.org>
Fri, 27 Oct 2006 22:30:33 +0000 (22:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@468567 13f79535-47bb-0310-9956-ffa450edef68

src/site/apt/guides/developing/index.apt
src/site/site.xml

index b1e44dc5b24c202eda8e5db6f216249a0aa82d20..e273a4df5981dc8ce3f7b0da654c856afabffefa 100644 (file)
@@ -33,20 +33,35 @@ Subprojects
   The following subprojects exist within Archiva:\r
 \r
   * archiva-applet - The progress bar on the checksum checking page.\r
+\r
   * archiva-configuration - A facade on top of the Plexus configuration XML.\r
+\r
   * archiva-converter - converts an m1 repository to an m2 one - currently not hooked up\r
+\r
   * archiva-core - central code, business objects, modello etc.\r
+\r
   * archiva-discoverer - monitors the managed repositories and kicks off the indexing.\r
+\r
   * archiva-indexer - the lucene indexing.\r
+\r
   * archiva-plexus-application - archiva can run on plexus as well as as a war. This creates a plexus app.\r
+\r
   * archiva-plexus-runtime - archiva can run on plexus as well as as a war. This runs lots of apps.\r
+\r
   * archiva-proxy - proxies repositories?\r
+\r
   * archiva-reports-standard - a couple of reports are implemented. Not very pluginable yet.\r
+\r
   * archiva-repository-layer - a query layer for the reports\r
+\r
   * archiva-security - webapp security\r
+\r
   * archiva-utils - some handy archiva specific utils\r
+\r
   * archiva-webapp - creates a war file\r
+\r
   * design - contains a mock-up currently\r
+\r
   * maven-meeper - rsync scripts to sync repositories. Also converts m1 repositories to m2 repositories.\r
 \r
 Concepts\r
@@ -54,7 +69,11 @@ Concepts
   There are various terms in Archiva that are worth explaining and defining. \r
 \r
   * "Managed" - A managed repository is a repository which Archiva is sitting on top of that may be browsed.\r
+\r
   * "Indexed" - The ability to search a managed repository.\r
+\r
   * "Proxied" - A remote repository which an existing managed repository can be used as a facade for.\r
+\r
   * "Synchronized" - A remote repository which is physically copied down to be managed under Archiva. \r
+\r
   * "Identifier" - A short ID for your repository that will be used in URLs.\r
index 39c97650bc2eed251febb5bbd404a9a345ba5ec9..1596d5479f2d641b5ee76dfa3bd62e6272c628e7 100644 (file)
@@ -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"/>