Author: oching
Date: Sun Jan 13 22:01:48 2008
New Revision: 611720

URL: http://svn.apache.org/viewvc?rev=611720&view=rev
Log:
[MRM-619]
-standardized Users Guide
-added Scanning a Database section in Repositories page

Modified:
    maven/archiva/trunk/archiva-docs/src/site/apt/adminguide/repositories.apt
    maven/archiva/trunk/archiva-docs/src/site/apt/index.apt
    maven/archiva/trunk/archiva-docs/src/site/apt/userguide/index.apt
    maven/archiva/trunk/archiva-docs/src/site/site.xml

Modified: 
maven/archiva/trunk/archiva-docs/src/site/apt/adminguide/repositories.apt
URL: 
http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-docs/src/site/apt/adminguide/repositories.apt?rev=611720&r1=611719&r2=611720&view=diff
==============================================================================
--- maven/archiva/trunk/archiva-docs/src/site/apt/adminguide/repositories.apt 
(original)
+++ maven/archiva/trunk/archiva-docs/src/site/apt/adminguide/repositories.apt 
Sun Jan 13 22:01:48 2008
@@ -108,7 +108,7 @@
   Repository scan can be executed on schedule or it can be explicitly executed 
by clicking the 'Scan Repository Now' button in 
   the repositories page. For every artifact found by the repository scanner, 
processing is done on this artifact by different
   consumers. Examples of the processing done are: indexing, repository purge 
and database update. Details about consumers are 
-  available in the Consumers page.
+  available in the {{{consumers.html} Consumers}} page.
 
 * Repository Purge
 
@@ -163,4 +163,13 @@
   artifact-x-20070113.034619-3.pom, artifact-x-20070203.028902-4.jar and 
artifact-x-20070203.028902-4.pom will be retained 
   in the repository. The oldest snapshots will be deleted maintaining only a 
number of snapshots equivalent to the set 
   retention count. 
-               
\ No newline at end of file
+
+* Scanning a Database
+
+  Another scanning process also occurs in Archiva, the database scanning. Same 
as with repository scanning,
+  it can also be executed on schedule or explicitly. This can be configured in 
the 'Database' page, via the 'Database -
+  Unprocessed Artifacts Scanning' section.
+
+  It is essential that the database scan occur after the repo scan as this is 
where the pom information of the artifacts in
+  the database will be processed by the consumers and in turn, added to the 
database (as ArchivaProjectModel objects). For
+  more details about the different database consumers, please see the 
{{{consumers.html} Consumers}} page.
\ No newline at end of file

Modified: maven/archiva/trunk/archiva-docs/src/site/apt/index.apt
URL: 
http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-docs/src/site/apt/index.apt?rev=611720&r1=611719&r2=611720&view=diff
==============================================================================
--- maven/archiva/trunk/archiva-docs/src/site/apt/index.apt (original)
+++ maven/archiva/trunk/archiva-docs/src/site/apt/index.apt Sun Jan 13 22:01:48 
2008
@@ -16,8 +16,8 @@
    
     * {{{quick-start.html} A Quick Getting Started Guide}}
 
-    * {{{userguide/index.html} User's Guide}}
+    * {{{userguide/index.html} Users Guide}}
 
-    * {{{adminguide/index.html} Administrator's Guide}}
+    * {{{adminguide/index.html} Administrators Guide}}
 
     []

Modified: maven/archiva/trunk/archiva-docs/src/site/apt/userguide/index.apt
URL: 
http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-docs/src/site/apt/userguide/index.apt?rev=611720&r1=611719&r2=611720&view=diff
==============================================================================
--- maven/archiva/trunk/archiva-docs/src/site/apt/userguide/index.apt (original)
+++ maven/archiva/trunk/archiva-docs/src/site/apt/userguide/index.apt Sun Jan 
13 22:01:48 2008
@@ -1,8 +1,8 @@
  ------
- User Guide
+ Users Guide
  ------
 
-User Guide
+Users Guide
 
   Welcome to the Archiva user's guide. Getting to know and use Archiva is very 
simple - please select one of the following documents to learn how to use
   Archiva quickly.

Modified: maven/archiva/trunk/archiva-docs/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-docs/src/site/site.xml?rev=611720&r1=611719&r2=611720&view=diff
==============================================================================
--- maven/archiva/trunk/archiva-docs/src/site/site.xml (original)
+++ maven/archiva/trunk/archiva-docs/src/site/site.xml Sun Jan 13 22:01:48 2008
@@ -61,6 +61,7 @@
         <item name="Repositories"            
href="/adminguide/repositories.html" />
         <item name="Proxy Connectors"        
href="/adminguide/proxy-connectors.html" />
         <item name="Network Proxies"         
href="/adminguide/network-proxies.html" />
+        <item name="Legacy (Maven 1) Support"         
href="/adminguide/legacy.html" />        
         <item name="Consumers"               href="/adminguide/consumers.html" 
/>
       </item>
       <item name="Configuration Files"       
href="/adminguide/configuration-files.html" />


Reply via email to