You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2014/10/29 11:26:45 UTC

git commit: remove obsolote page

Repository: archiva
Updated Branches:
  refs/heads/master 5b59e0b10 -> 56405b5f9


remove obsolote page


Project: http://git-wip-us.apache.org/repos/asf/archiva/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/56405b5f
Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/56405b5f
Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/56405b5f

Branch: refs/heads/master
Commit: 56405b5f90610fdab166e12f2ca886cbe3988940
Parents: 5b59e0b
Author: Olivier Lamy <ol...@apache.org>
Authored: Wed Oct 29 21:26:37 2014 +1100
Committer: Olivier Lamy <ol...@apache.org>
Committed: Wed Oct 29 21:26:37 2014 +1100

----------------------------------------------------------------------
 .../src/site/apt/userguide/find-artifact.apt    | 66 --------------------
 1 file changed, 66 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva/blob/56405b5f/archiva-docs/src/site/apt/userguide/find-artifact.apt
----------------------------------------------------------------------
diff --git a/archiva-docs/src/site/apt/userguide/find-artifact.apt b/archiva-docs/src/site/apt/userguide/find-artifact.apt
deleted file mode 100644
index 815c70c..0000000
--- a/archiva-docs/src/site/apt/userguide/find-artifact.apt
+++ /dev/null
@@ -1,66 +0,0 @@
- ------
- Identifying an Artifact
- ------
-
-~~ 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.                                                              
-
-Identifying an Artifact
-
-  Archiva indexes all of the artifacts that it discovers during the repository scanning process, storing information about their contents.
-  This includes the checksum of the artifact, which can help to uniquely identify it within the repository.
-
-  Archiva includes a feature that allows you to check for the existence of a given artifact in the repository by checksum. This is useful in
-  identifying a JAR or other artifact located from an external source that does not contain any Maven or version information.
-
-  To use this functionality, click the "Find Artifact" link in the left navigation.
-
-  When the screen first loads, a Java applet that will allow you to create a local checksum of a given artifact is loaded. Since it is reading the
-  content of the artifact from the filesystem, it will present a security dialog similar to the following:
-
-[../images/find-artifact-security.png] Java Applet
-
-  By trusting the applet, you can checksum files of any size locally and just upload the small checksum to the server. If you opt not to trust the
-  applet, you must enter the checksum into the web form by hand.
-
-  Once you have loaded the page, you have the choice of browsing for a local file to identify, or entering the checksum directly.
-
-[../images/find-artifact.png] Find Artifact
-
-  To find an artifact, perform the following steps:
-
-  [[1]] Click <<Find Artifact>> in the left navigation menu.
-
-  [[2]] On the opened page, you will see a file-upload field. Upload any JAR file (or other artifact) from your local file system. You must enter an exact filename. In general, you would use the Browse button for entering the filename.
-
-  [[3]] Click Search.
-
-  [[4]] The whole file is not uploaded, but the checksum is. It will search the remote repository for an exact match of the file you specified and display the result of the search.
-
-  []
-  
-  Once you submit the form, Archiva will look to match the checksum:
-
-  * If more than one artifact matches, a list of results is returned.
-
-  * If a unique match is found, the individual artifact information page is returned.
-
-  * If no match is found, a "no results" page is returned.
-
- []
-  
-