Author: hboutemy
Date: Sun Apr 23 22:49:27 2017
New Revision: 1792416

URL: http://svn.apache.org/viewvc?rev=1792416&view=rev
Log:
added info about central index

Added:
    maven/site/trunk/content/apt/repository/
    maven/site/trunk/content/apt/repository/central-index.apt
Modified:
    maven/site/trunk/content/xdoc/repository/index.xml

Added: maven/site/trunk/content/apt/repository/central-index.apt
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/content/apt/repository/central-index.apt?rev=1792416&view=auto
==============================================================================
--- maven/site/trunk/content/apt/repository/central-index.apt (added)
+++ maven/site/trunk/content/apt/repository/central-index.apt Sun Apr 23 
22:49:27 2017
@@ -0,0 +1,41 @@
+ -----
+ Central Index
+ -----
+ Hervé Boutemy
+ -----
+ 2017-04-23
+ -----
+
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ https://maven.apache.org/doxia/references/apt-format.html
+
+Central Index
+
+  Central repository provides 
{{{https://repo.maven.apache.org/maven2/.index/}an index}} that is updated 
weekly as
+  full and incremental.
+
+  This index is build using {{{/maven-indexer/}Maven Indexer}}: see
+  {{{/maven-indexer-archives/maven-indexer-LATEST/indexer-core/}LATEST 
indexer-core documentation}} for more
+  details on the fields that are available.
+
+  You can use 
{{{/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/}Maven 
Indexer API}}
+  (see 
{{{/maven-indexer-archives/maven-indexer-LATEST/indexer-examples/}examples}}) 
to use
+  this index with a dedicated API, or use {{{http://lucene.apache.org/}Apache 
Lucene}} indexes browsers like
+  {{{https://github.com/DmitryKey/luke}Luke}} or 
{{{https://github.com/flaxsearch/marple}Marple}}.

Modified: maven/site/trunk/content/xdoc/repository/index.xml
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/content/xdoc/repository/index.xml?rev=1792416&r1=1792415&r2=1792416&view=diff
==============================================================================
--- maven/site/trunk/content/xdoc/repository/index.xml (original)
+++ maven/site/trunk/content/xdoc/repository/index.xml Sun Apr 23 22:49:27 2017
@@ -50,7 +50,7 @@
           <area shape="rect" coords="261,76,350,109"  alt="Apache"   
href="https://repository.apache.org/content/groups/public/"; />
           <area shape="rect" coords="373,75,463,109"  alt="OSSRH"    
href="http://central.sonatype.org/pages/ossrh-guide.html"; />
           <area shape="rect" coords="590,323,659,357" alt="JBoss"    
href="http://repository.jboss.org/maven2/"; />
-          <area shape="rect" coords="315,269,434,313" alt="index"    
href="/maven-indexer/" />
+          <area shape="rect" coords="315,269,434,313" alt="central index" 
href="./central-index.html" />
           <area shape="rect" coords="12,270,225,314"  alt="archetype" 
href="/archetype/archetype-models/archetype-catalog/archetype-catalog.html" />
           <area shape="rect" coords="63,343,203,379"  alt="repo"     
href="https://repo.maven.apache.org/maven2/"; />
           <area shape="rect" coords="321,352,394,386" alt="ibiblio"  
href="http://mirrors.ibiblio.org/pub/mirrors/maven2/"; />


Reply via email to