From: skygo Date: Thu, 27 Sep 2012 23:28:12 +0000 (+0000) Subject: bold instead of italic looks better in fluido IMHO X-Git-Tag: archiva-1.4-M3~46 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=72112d7be49558718dce917c9a0c722c4f4f3e3c;p=archiva.git bold instead of italic looks better in fluido IMHO git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1391262 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/archiva-docs/src/site/apt/adminguide/consumers.apt b/archiva-docs/src/site/apt/adminguide/consumers.apt index b53149475..bf668fec2 100644 --- a/archiva-docs/src/site/apt/adminguide/consumers.apt +++ b/archiva-docs/src/site/apt/adminguide/consumers.apt @@ -38,23 +38,23 @@ Understanding Consumers in Apache Archiva each consumer processes them. There are 8 available repository content consumers which can be configured in the Repository Scanning page. These are: - * - Removes files in the repository being scanned if the file type matches any of the configured file types to be removed. + * <> - Removes files in the repository being scanned if the file type matches any of the configured file types to be removed. - * - Automatically renames common artifact mistakes. + * <> - Automatically renames common artifact mistakes. - * - Creates the md5 and sha1 checksum files of the artifact if there are none available in the repository. + * <> - Creates the md5 and sha1 checksum files of the artifact if there are none available in the repository. - * - Adds the content of the artifact (specifically the pom) to the index, allowing the artifact to be searched in Archiva. + * <> - Adds the content of the artifact (specifically the pom) to the index, allowing the artifact to be searched in Archiva. - * - Updates artifact metadata files depending on the content of the repository. + * <> - Updates artifact metadata files depending on the content of the repository. - * - Removes old snapshots from the repository either by the number of days old or by the retention count. + * <> - Removes old snapshots from the repository either by the number of days old or by the retention count. - * - Validates the checksum files of the artifact. + * <> - Validates the checksum files of the artifact. - * - Take an artifact off of disk and put it into the metadata repository. + * <> - Take an artifact off of disk and put it into the metadata repository. - * - Search the artifact repository of known SHA1 Checksums for potential duplicate artifacts. + * <> - Search the artifact repository of known SHA1 Checksums for potential duplicate artifacts. [] diff --git a/archiva-docs/src/site/apt/adminguide/repositories.apt b/archiva-docs/src/site/apt/adminguide/repositories.apt index 33426601f..ae54fff8d 100644 --- a/archiva-docs/src/site/apt/adminguide/repositories.apt +++ b/archiva-docs/src/site/apt/adminguide/repositories.apt @@ -42,53 +42,54 @@ Understanding Repository Configuration of Apache Archiva Managed repository fields: - * - the id of the repository. This must be unique. + * <> - the id of the repository. This must be unique. - * - the name of the repository. + * <> - the name of the repository. - * - the location of the repository. If the path specified does not + * <> - the location of the repository. If the path specified does not exist, Archiva will create the missing directories. - * - the location of the index files generated by Archiva. If + * <> - the location of the index files generated by Archiva. If no location is specified, then the index directory (named <<<.indexer>>>) will be created at the root of the repository directory. Another directory named <<<.index>>> is also created at the root of the repository directory. This is not configurable though as it contains the packaged/bundled index which is consumed by different consumers of the index such as M2Eclipse. - * - the repository layout (maven 2 or maven 1) + * <> - the repository layout (maven 2 or maven 1) - * - the - {{{http://quartz.sourceforge.net/javadoc/org/quartz/CronTrigger.html}cron - schedule}} when repository scanning will be executed. + * <> - the + {{{http://quartz-scheduler.org/api/2.1.5/org/quartz/CronTrigger.html}cron schedule}} when + repository scanning will be executed. - * - the first option for repository purge. + * <> - the first option for repository purge. Archiva will check how old the artifact is and if it is older than the set number of days in this field, then the artifact will be deleted respecting - the retention count (see #7) of course. In order to disable the purge by + the retention count of course. In order to disable the purge by number of days old and set Archiva to purge by retention count, just set the repository purge field to 0. The maximum number of days which can be set here is 1000. See the Repository Purge section below for more details. +~~ above was:the retention count (see #7) of course no idea what is was linkeed to - * - the second option for repository + * <> - the second option for repository purge. When running the repository purge, Archiva will retain only the number of artifacts set for this field for a specific snapshot version. See the Repository Purge section below for more details. - * - specifies whether there are released artifacts in the + * <> - specifies whether there are released artifacts in the repository. - * - specifies whether released + * <> - specifies whether released artifacts that are already existing in the repository can be overwritten. Note that this only take effects for non-snapshot deployments. - * - specifies whether there are snapshot artifacts in the + * <> - specifies whether there are snapshot artifacts in the repository. - * - specifies whether the repository can be scanned, meaning it is + * <> - specifies whether the repository can be scanned, meaning it is a local repository which can be indexed, browsed, purged, etc. - * - specifies whether to remove those snapshot + * <> - specifies whether to remove those snapshot artifacts which already has release versions of it in the repository during repository purge. @@ -116,39 +117,39 @@ http://[URL TO ARCHIVA]/repository/[REPOSITORY ID] (e.g. http://localhost:8080/a Remote repository fields: - * - the id of the remote repository. + * <> - the id of the remote repository. - * - the name of the remote repository. + * <> - the name of the remote repository. - * - the url of the remote repository. It is also possible to use a + * <> - the url of the remote repository. It is also possible to use a 'file://' url to proxy a local repository. Be careful that if this local repository is a managed repository of archiva which has some proxies connectors, those ones won't be triggered. - * - the username (if authentication is needed) to be used to access + * <> - the username (if authentication is needed) to be used to access the repository. - * - the password (if authentication is needed) to be used to access + * <> - the password (if authentication is needed) to be used to access the repository. - * - the layout (maven 2 or maven 1) of the remote repository. + * <> - the layout (maven 2 or maven 1) of the remote repository. - * - to activate downloading remote index to + * <> - to activate downloading remote index to add available remote artifacts in search queries. - * - path of the remote index + * <> - path of the remote index directory. - * - cron expression for downloading remote index (default + * <> - cron expression for downloading remote index (default weekly on sunday) - * - path to store index directory, default will be - ${appserver.base}/data/remotes/${repositoryId}/.index + * <> - path to store index directory, default will be + $\{appserver.base\}/data/remotes/$\{repositoryId\}/.index - * - read time out for downloading + * <> - read time out for downloading remote index files (default 300) - * - proxy to use for + * <> - proxy to use for downloading remote index files. [../images/remote-repositories.png] Remote Repositories