diff options
author | Henri Yandell <bayard@apache.org> | 2006-12-22 23:52:42 +0000 |
---|---|---|
committer | Henri Yandell <bayard@apache.org> | 2006-12-22 23:52:42 +0000 |
commit | c205446929ef8ac4df32d0697dafa01f796e664f (patch) | |
tree | 23941c9c33a2234dd997a0c5d644ecf7e4867de0 /src | |
parent | 16c4da19155a5dd7bf69a141d49ea5f18e3bbe11 (diff) | |
download | archiva-c205446929ef8ac4df32d0697dafa01f796e664f.tar.gz archiva-c205446929ef8ac4df32d0697dafa01f796e664f.zip |
Killed the site FAQ and moved to the wiki one
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@489803 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r-- | src/site/apt/guides/getting-started/faq.apt | 32 | ||||
-rw-r--r-- | src/site/site.xml | 2 |
2 files changed, 1 insertions, 33 deletions
diff --git a/src/site/apt/guides/getting-started/faq.apt b/src/site/apt/guides/getting-started/faq.apt deleted file mode 100644 index 1b200bab6..000000000 --- a/src/site/apt/guides/getting-started/faq.apt +++ /dev/null @@ -1,32 +0,0 @@ - ----- - Getting Started in Archiva FAQ - ----- - Henri Yandell - ----- - 10 November 2006 - ----- - -~~ Copyright 2006 The Apache Software Foundation. -~~ -~~ Licensed 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: -~~ http://maven.apache.org/guides/mini/guide-apt-format.html - -Getting Started FAQ - - [How do I access my repository through Archiva?] By default Archiva provides a secure WebDAV URL that needs a user and password. Generally it is expected that users are created and the granted access through the Repository-Observer role. If you want it to be completely open, then you need to add the Repository-Observer role for the repository in question to the Guest user. Access control is handled through the User Management page when logged in as an administrator. - -~~ [How do I login in M1, M2, Ant?] - - [How does Archiva remember my repositories after I refresh the database?] Check out the archiva.xml file in your $M2_HOME/ directory (usually ~/.m2/) and you'll understand how. diff --git a/src/site/site.xml b/src/site/site.xml index 547c61c58..715c65e12 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -25,7 +25,7 @@ <menu name="Documentation"> <item name="Welcome" href="/index.html"/> <item name="Getting Started" href="/guides/getting-started/index.html"/> - <item name="Getting Started FAQ" href="/guides/getting-started/faq.html"/> + <item name="FAQ" href="http://docs.codehaus.org/display/MAVENUSER/Archiva+FAQ"/> <item name="Maven Configuration" href="/guides/getting-started/maven-configuration.html"/> <item name="Developing" href="/guides/developing/index.html"/> </menu> |