You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2015/12/24 08:27:50 UTC

svn commit: r1721600 - in /karaf/site/production/manual/cave/latest-4: administrate-cave.html cave-repository.html index.html installation.html populate-repository.html proxy-repository.html user-index.html

Author: jbonofre
Date: Thu Dec 24 07:27:49 2015
New Revision: 1721600

URL: http://svn.apache.org/viewvc?rev=1721600&view=rev
Log:
[scm-publish] Updating main site with Karaf Cave documentation

Modified:
    karaf/site/production/manual/cave/latest-4/administrate-cave.html
    karaf/site/production/manual/cave/latest-4/cave-repository.html
    karaf/site/production/manual/cave/latest-4/index.html
    karaf/site/production/manual/cave/latest-4/installation.html
    karaf/site/production/manual/cave/latest-4/populate-repository.html
    karaf/site/production/manual/cave/latest-4/proxy-repository.html
    karaf/site/production/manual/cave/latest-4/user-index.html

Modified: karaf/site/production/manual/cave/latest-4/administrate-cave.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/cave/latest-4/administrate-cave.html?rev=1721600&r1=1721599&r2=1721600&view=diff
==============================================================================
--- karaf/site/production/manual/cave/latest-4/administrate-cave.html (original)
+++ karaf/site/production/manual/cave/latest-4/administrate-cave.html Thu Dec 24 07:27:49 2015
@@ -532,7 +532,7 @@ table.CodeRay td.code>pre{padding:0}
 </div>
 </div>
 <div class="paragraph">
-<p>Thanks to this MBean, using any JMX client (like jconsole for instance), you can do all actions as you can using the 'cave:*' commands:</p>
+<p>Thanks to this MBean, using any JMX client (like jconsole for instance), you can do all actions as you can using the <code>cave:*</code> commands:</p>
 </div>
 <div class="ulist">
 <ul>
@@ -593,7 +593,7 @@ table.CodeRay td.code>pre{padding:0}
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2015-08-03 10:51:20 CEST
+Last updated 2015-12-24 08:26:43 CET
 </div>
 </div>
 </body>

Modified: karaf/site/production/manual/cave/latest-4/cave-repository.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/cave/latest-4/cave-repository.html?rev=1721600&r1=1721599&r2=1721600&view=diff
==============================================================================
--- karaf/site/production/manual/cave/latest-4/cave-repository.html (original)
+++ karaf/site/production/manual/cave/latest-4/cave-repository.html Thu Dec 24 07:27:49 2015
@@ -565,12 +565,12 @@ cave.storage.location=cave</pre>
 </div>
 </div>
 <div class="paragraph">
-<p>For instance, you can define '/var/cave/store' for the 'storage.location' property.</p>
+<p>For instance, you can define <code>/var/cave/store</code> for the <code>storage.location</code> property.</p>
 </div>
 <div class="sect2">
 <h3 id="_create">Create</h3>
 <div class="paragraph">
-<p>The 'cave:repository-create' command creates a new repository:</p>
+<p>The <code>cave:repository-create</code> command creates a new repository:</p>
 </div>
 <div class="listingblock">
 <div class="content">
@@ -578,13 +578,13 @@ cave.storage.location=cave</pre>
 </div>
 </div>
 <div class="paragraph">
-<p>A repository is identified by a name, 'my-repository' in our example.</p>
+<p>A repository is identified by a name, <code>my-repository</code> in our example.</p>
 </div>
 <div class="paragraph">
 <p>Apache Karaf Cave creates the repository storage for you.</p>
 </div>
 <div class="paragraph">
-<p>If you want to use an existing directory, and avoid Cave to create one in the storage location, you can use the '-l'
+<p>If you want to use an existing directory, and avoid Cave to create one in the storage location, you can use the <code>-l</code>
 ('--location') option:</p>
 </div>
 <div class="listingblock">
@@ -593,7 +593,7 @@ cave.storage.location=cave</pre>
 </div>
 </div>
 <div class="paragraph">
-<p>By default, Apache Karaf Cave scans the repository storage and create the repository metadata. You can use the '-no' ('--no-generate')
+<p>By default, Apache Karaf Cave scans the repository storage and create the repository metadata. You can use the <code>-no</code> (<code>--no-generate</code>)
 option to avoid this step:</p>
 </div>
 <div class="listingblock">
@@ -602,7 +602,7 @@ option to avoid this step:</p>
 </div>
 </div>
 <div class="paragraph">
-<p>By default, Apache Karaf Cave registers (installs) a new repository into the repository service. You can use the '-ns' ('--no-start')
+<p>By default, Apache Karaf Cave registers (installs) a new repository into the repository service. You can use the <code>-ns</code> (<code>--no-start</code>)
 option to avoid this step:</p>
 </div>
 <div class="listingblock">
@@ -611,7 +611,7 @@ option to avoid this step:</p>
 </div>
 </div>
 <div class="paragraph">
-<p>NB: the '-no' and '-ni' options are interesting when you use an existing location for the repository. If you create a
+<p>NB: the <code>-no</code> and <code>-ni</code> options are interesting when you use an existing location for the repository. If you create a
 new empty repository, these options don&#8217;t have really any effect.</p>
 </div>
 </div>
@@ -634,7 +634,7 @@ my-repository | /opt/apache-karaf-4.0.0/
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2015-08-03 11:02:28 CEST
+Last updated 2015-12-24 08:24:45 CET
 </div>
 </div>
 </body>

Modified: karaf/site/production/manual/cave/latest-4/index.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/cave/latest-4/index.html?rev=1721600&r1=1721599&r2=1721600&view=diff
==============================================================================
--- karaf/site/production/manual/cave/latest-4/index.html (original)
+++ karaf/site/production/manual/cave/latest-4/index.html Thu Dec 24 07:27:49 2015
@@ -517,6 +517,7 @@ table.CodeRay td.code>pre{padding:0}
 <ul class="sectlevel2">
 <li><a href="#_pre_installation_requirements">1.1. Pre-installation requirements</a></li>
 <li><a href="#_registration_of_the_apache_karaf_cave_features">1.2. Registration of the Apache Karaf Cave features</a></li>
+<li><a href="#_starting_apache_karaf_cave_server">1.3. Starting Apache Karaf Cave Server</a></li>
 </ul>
 </li>
 <li><a href="#_repository">2. Repository</a>
@@ -652,9 +653,9 @@ cave-rest                       | 4.0.0
 cave-maven                      | 4.0.0                   |          | Uninstalled | karaf-cave-4.0.0 |</pre>
 </div>
 </div>
-<div class="paragraph">
-<p>h3. Starting Apache Karaf Cave Server</p>
 </div>
+<div class="sect2">
+<h3 id="_starting_apache_karaf_cave_server">1.3. Starting Apache Karaf Cave Server</h3>
 <div class="paragraph">
 <p>The Apache Karaf Cave Server is installed by the <em>cave-server</em> feature:</p>
 </div>
@@ -664,11 +665,23 @@ cave-maven                      | 4.0.0
 </div>
 </div>
 <div class="paragraph">
-<p>The cave-server feature is a meta-feature which actually installs:
-* cave-storage feature providing the Cave filesystem default storage.
-* cave-http feature providing the Cave HTTP service allowing a remote access to the repositories.
-* cave-rest feature providing the Cave REST API allowing to manipulate the repository remotely with any REST HTTP client.
-* cave-maven feature providing a complete Maven repository for the Cave repositories.</p>
+<p>The cave-server feature is a meta-feature which actually installs:</p>
+</div>
+<div class="ulist">
+<ul>
+<li>
+<p>cave-storage feature providing the Cave filesystem default storage.</p>
+</li>
+<li>
+<p>cave-http feature providing the Cave HTTP service allowing a remote access to the repositories.</p>
+</li>
+<li>
+<p>cave-rest feature providing the Cave REST API allowing to manipulate the repository remotely with any REST HTTP client.</p>
+</li>
+<li>
+<p>cave-maven feature providing a complete Maven repository for the Cave repositories.</p>
+</li>
+</ul>
 </div>
 <div class="paragraph">
 <p>After the installation of the cave-server feature, new commands are available:</p>
@@ -734,12 +747,12 @@ cave.storage.location=cave</pre>
 </div>
 </div>
 <div class="paragraph">
-<p>For instance, you can define <em>/var/cave/store</em> for the <em>storage.location</em> property.</p>
+<p>For instance, you can define <code>/var/cave/store</code> for the <code>storage.location</code> property.</p>
 </div>
 <div class="sect2">
 <h3 id="_create">2.1. Create</h3>
 <div class="paragraph">
-<p>The <em>cave:repository-create</em> command creates a new repository:</p>
+<p>The <code>cave:repository-create</code> command creates a new repository:</p>
 </div>
 <div class="listingblock">
 <div class="content">
@@ -747,13 +760,13 @@ cave.storage.location=cave</pre>
 </div>
 </div>
 <div class="paragraph">
-<p>A repository is identified by a name, <em>my-repository</em> in our example.</p>
+<p>A repository is identified by a name, <code>my-repository</code> in our example.</p>
 </div>
 <div class="paragraph">
 <p>Apache Karaf Cave creates the repository storage for you.</p>
 </div>
 <div class="paragraph">
-<p>If you want to use an existing directory, and avoid Cave to create one in the storage location, you can use the <em>-l</em>
+<p>If you want to use an existing directory, and avoid Cave to create one in the storage location, you can use the <code>-l</code>
 (<em>--location</em>) option:</p>
 </div>
 <div class="listingblock">
@@ -762,7 +775,7 @@ cave.storage.location=cave</pre>
 </div>
 </div>
 <div class="paragraph">
-<p>By default, Apache Karaf Cave scans the repository storage and create the repository metadata. You can use the <em>-no</em> (<em>--no-generate</em>)
+<p>By default, Apache Karaf Cave scans the repository storage and create the repository metadata. You can use the <code>-no</code> (<code>--no-generate</code>)
 option to avoid this step:</p>
 </div>
 <div class="listingblock">
@@ -771,7 +784,7 @@ option to avoid this step:</p>
 </div>
 </div>
 <div class="paragraph">
-<p>By default, Apache Karaf Cave registers (installs) a new repository into the repository service. You can use the <em>-ns</em> (<em>--no-start</em>)
+<p>By default, Apache Karaf Cave registers (installs) a new repository into the repository service. You can use the <code>-ns</code> (<code>--no-start</code>)
 option to avoid this step:</p>
 </div>
 <div class="listingblock">
@@ -780,7 +793,7 @@ option to avoid this step:</p>
 </div>
 </div>
 <div class="paragraph">
-<p>NB: the <em>-no</em> and <em>-ni</em> options are interesting when you use an existing location for the repository. If you create a
+<p>NB: the <code>-no</code> and <code>-ni</code> options are interesting when you use an existing location for the repository. If you create a
 new empty repository, these options don&#8217;t have really any effect.</p>
 </div>
 </div>
@@ -837,7 +850,7 @@ karaf@root()&gt; cave:repository-upload
 </div>
 </div>
 <div class="paragraph">
-<p>Apache Karaf Cave supports <em>file:</em> but also <em>http:</em> URL. It means that Apache Karaf Cave is able to browse a remote repository and copy the artifacts
+<p>Apache Karaf Cave supports <code>file:</code> but also <code>http:</code> URL. It means that Apache Karaf Cave is able to browse a remote repository and copy the artifacts
 in your "local" repository.</p>
 </div>
 <div class="paragraph">
@@ -862,7 +875,7 @@ repository:</p>
 very very long time. It&#8217;s just for demonstration purpose.</p>
 </div>
 <div class="paragraph">
-<p>You can filter the artifacts that you want to pick up to populate the repository. The <em>cave:repository-populate</em> command accepts
+<p>You can filter the artifacts that you want to pick up to populate the repository. The <code>cave:repository-populate</code> command accepts
 a regex option for the filter. For instance, to pick up only joda-time version 2 artifact, you can run:</p>
 </div>
 <div class="listingblock">
@@ -890,13 +903,13 @@ for the remote artifacts:</p>
 </div>
 <div class="paragraph">
 <p>NB: the Cave repository will only handle the repository metadata, it doesn&#8217;t monitor the remote repository. It means that you
-have to call the <em>cave:proxy-repository</em> command each time the remote repository change (new artifacts, etc).</p>
+have to call the <code>cave:proxy-repository</code> command each time the remote repository change (new artifacts, etc).</p>
 </div>
 <div class="paragraph">
 <p>NB: a best practice is to create a Cave repository dedicated for each proxied repository.</p>
 </div>
 <div class="paragraph">
-<p>The <em>cave:repository-proxy</em> command accepts the filter option, as the <em>cave:repository-populate</em> command:</p>
+<p>The <code>cave:repository-proxy</code> command accepts the filter option, as the <code>cave:repository-populate</code> command:</p>
 </div>
 <div class="listingblock">
 <div class="content">
@@ -1022,7 +1035,7 @@ my-repository | /opt/apache-karaf-4.0.0/
 </div>
 </div>
 <div class="paragraph">
-<p>Thanks to this MBean, using any JMX client (like jconsole for instance), you can do all actions as you can using the <em>cave:*</em> commands:</p>
+<p>Thanks to this MBean, using any JMX client (like jconsole for instance), you can do all actions as you can using the <code>cave:*</code> commands:</p>
 </div>
 <div class="ulist">
 <ul>

Modified: karaf/site/production/manual/cave/latest-4/installation.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/cave/latest-4/installation.html?rev=1721600&r1=1721599&r2=1721600&view=diff
==============================================================================
--- karaf/site/production/manual/cave/latest-4/installation.html (original)
+++ karaf/site/production/manual/cave/latest-4/installation.html Thu Dec 24 07:27:49 2015
@@ -509,6 +509,7 @@ table.CodeRay td.code>pre{padding:0}
 <ul class="sectlevel2">
 <li><a href="#_pre_installation_requirements">Pre-installation requirements</a></li>
 <li><a href="#_registration_of_the_apache_karaf_cave_features">Registration of the Apache Karaf Cave features</a></li>
+<li><a href="#_starting_apache_karaf_cave_server">Starting Apache Karaf Cave Server</a></li>
 </ul>
 </li>
 </ul>
@@ -558,9 +559,9 @@ cave-rest                       | 4.0.0
 cave-maven                      | 4.0.0                   |          | Uninstalled | karaf-cave-4.0.0 |</pre>
 </div>
 </div>
-<div class="paragraph">
-<p>h3. Starting Apache Karaf Cave Server</p>
 </div>
+<div class="sect2">
+<h3 id="_starting_apache_karaf_cave_server">Starting Apache Karaf Cave Server</h3>
 <div class="paragraph">
 <p>The Apache Karaf Cave Server is installed by the 'cave-server' feature:</p>
 </div>
@@ -570,11 +571,23 @@ cave-maven                      | 4.0.0
 </div>
 </div>
 <div class="paragraph">
-<p>The cave-server feature is a meta-feature which actually installs:
-* cave-storage feature providing the Cave filesystem default storage.
-* cave-http feature providing the Cave HTTP service allowing a remote access to the repositories.
-* cave-rest feature providing the Cave REST API allowing to manipulate the repository remotely with any REST HTTP client.
-* cave-maven feature providing a complete Maven repository for the Cave repositories.</p>
+<p>The cave-server feature is a meta-feature which actually installs:</p>
+</div>
+<div class="ulist">
+<ul>
+<li>
+<p>cave-storage feature providing the Cave filesystem default storage.</p>
+</li>
+<li>
+<p>cave-http feature providing the Cave HTTP service allowing a remote access to the repositories.</p>
+</li>
+<li>
+<p>cave-rest feature providing the Cave REST API allowing to manipulate the repository remotely with any REST HTTP client.</p>
+</li>
+<li>
+<p>cave-maven feature providing a complete Maven repository for the Cave repositories.</p>
+</li>
+</ul>
 </div>
 <div class="paragraph">
 <p>After the installation of the cave-server feature, new commands are available:</p>
@@ -593,7 +606,7 @@ cave:repository-uninstall    cave:reposi
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2015-08-03 11:06:42 CEST
+Last updated 2015-12-24 08:22:46 CET
 </div>
 </div>
 </body>

Modified: karaf/site/production/manual/cave/latest-4/populate-repository.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/cave/latest-4/populate-repository.html?rev=1721600&r1=1721599&r2=1721600&view=diff
==============================================================================
--- karaf/site/production/manual/cave/latest-4/populate-repository.html (original)
+++ karaf/site/production/manual/cave/latest-4/populate-repository.html Thu Dec 24 07:27:49 2015
@@ -552,7 +552,7 @@ karaf@root()&gt; cave:repository-upload
 </div>
 </div>
 <div class="paragraph">
-<p>Apache Karaf Cave supports 'file:' but also 'http:' URL. It means that Apache Karaf Cave is able to browse a remote repository and copy the artifacts
+<p>Apache Karaf Cave supports <code>file:</code> but also <code>http:</code> URL. It means that Apache Karaf Cave is able to browse a remote repository and copy the artifacts
 in your "local" repository.</p>
 </div>
 <div class="paragraph">
@@ -577,7 +577,7 @@ repository:</p>
 very very long time. It&#8217;s just for demonstration purpose.</p>
 </div>
 <div class="paragraph">
-<p>You can filter the artifacts that you want to pick up to populate the repository. The 'cave:repository-populate' command accepts
+<p>You can filter the artifacts that you want to pick up to populate the repository. The <code>cave:repository-populate</code> command accepts
 a regex option for the filter. For instance, to pick up only joda-time version 2 artifact, you can run:</p>
 </div>
 <div class="listingblock">
@@ -591,7 +591,7 @@ a regex option for the filter. For insta
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2015-08-03 11:09:58 CEST
+Last updated 2015-12-24 08:25:32 CET
 </div>
 </div>
 </body>

Modified: karaf/site/production/manual/cave/latest-4/proxy-repository.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/cave/latest-4/proxy-repository.html?rev=1721600&r1=1721599&r2=1721600&view=diff
==============================================================================
--- karaf/site/production/manual/cave/latest-4/proxy-repository.html (original)
+++ karaf/site/production/manual/cave/latest-4/proxy-repository.html Thu Dec 24 07:27:49 2015
@@ -527,13 +527,13 @@ for the remote artifacts:</p>
 </div>
 <div class="paragraph">
 <p>NB: the Cave repository will only handle the repository metadata, it doesn&#8217;t monitor the remote repository. It means that you
-have to call the 'cave:proxy-repository' command each time the remote repository change (new artifacts, etc).</p>
+have to call the <code>cave:proxy-repository</code> command each time the remote repository change (new artifacts, etc).</p>
 </div>
 <div class="paragraph">
 <p>NB: a best practice is to create a Cave repository dedicated for each proxied repository.</p>
 </div>
 <div class="paragraph">
-<p>The 'cave:repository-proxy' command accepts the filter option, as the 'cave:repository-populate' command:</p>
+<p>The <code>cave:repository-proxy</code> command accepts the filter option, as the <code>cave:repository-populate</code> command:</p>
 </div>
 <div class="listingblock">
 <div class="content">
@@ -545,7 +545,7 @@ have to call the 'cave:proxy-repository'
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2015-08-03 11:20:19 CEST
+Last updated 2015-12-24 08:26:43 CET
 </div>
 </div>
 </body>

Modified: karaf/site/production/manual/cave/latest-4/user-index.html
URL: http://svn.apache.org/viewvc/karaf/site/production/manual/cave/latest-4/user-index.html?rev=1721600&r1=1721599&r2=1721600&view=diff
==============================================================================
--- karaf/site/production/manual/cave/latest-4/user-index.html (original)
+++ karaf/site/production/manual/cave/latest-4/user-index.html Thu Dec 24 07:27:49 2015
@@ -510,6 +510,7 @@ table.CodeRay td.code>pre{padding:0}
 <ul class="sectlevel2">
 <li><a href="#_pre_installation_requirements">1.1. Pre-installation requirements</a></li>
 <li><a href="#_registration_of_the_apache_karaf_cave_features">1.2. Registration of the Apache Karaf Cave features</a></li>
+<li><a href="#_starting_apache_karaf_cave_server">1.3. Starting Apache Karaf Cave Server</a></li>
 </ul>
 </li>
 <li><a href="#_repository">2. Repository</a>
@@ -584,9 +585,9 @@ cave-rest                       | 4.0.0
 cave-maven                      | 4.0.0                   |          | Uninstalled | karaf-cave-4.0.0 |</pre>
 </div>
 </div>
-<div class="paragraph">
-<p>h3. Starting Apache Karaf Cave Server</p>
 </div>
+<div class="sect2">
+<h3 id="_starting_apache_karaf_cave_server">1.3. Starting Apache Karaf Cave Server</h3>
 <div class="paragraph">
 <p>The Apache Karaf Cave Server is installed by the <em>cave-server</em> feature:</p>
 </div>
@@ -596,11 +597,23 @@ cave-maven                      | 4.0.0
 </div>
 </div>
 <div class="paragraph">
-<p>The cave-server feature is a meta-feature which actually installs:
-* cave-storage feature providing the Cave filesystem default storage.
-* cave-http feature providing the Cave HTTP service allowing a remote access to the repositories.
-* cave-rest feature providing the Cave REST API allowing to manipulate the repository remotely with any REST HTTP client.
-* cave-maven feature providing a complete Maven repository for the Cave repositories.</p>
+<p>The cave-server feature is a meta-feature which actually installs:</p>
+</div>
+<div class="ulist">
+<ul>
+<li>
+<p>cave-storage feature providing the Cave filesystem default storage.</p>
+</li>
+<li>
+<p>cave-http feature providing the Cave HTTP service allowing a remote access to the repositories.</p>
+</li>
+<li>
+<p>cave-rest feature providing the Cave REST API allowing to manipulate the repository remotely with any REST HTTP client.</p>
+</li>
+<li>
+<p>cave-maven feature providing a complete Maven repository for the Cave repositories.</p>
+</li>
+</ul>
 </div>
 <div class="paragraph">
 <p>After the installation of the cave-server feature, new commands are available:</p>
@@ -666,12 +679,12 @@ cave.storage.location=cave</pre>
 </div>
 </div>
 <div class="paragraph">
-<p>For instance, you can define <em>/var/cave/store</em> for the <em>storage.location</em> property.</p>
+<p>For instance, you can define <code>/var/cave/store</code> for the <code>storage.location</code> property.</p>
 </div>
 <div class="sect2">
 <h3 id="_create">2.1. Create</h3>
 <div class="paragraph">
-<p>The <em>cave:repository-create</em> command creates a new repository:</p>
+<p>The <code>cave:repository-create</code> command creates a new repository:</p>
 </div>
 <div class="listingblock">
 <div class="content">
@@ -679,13 +692,13 @@ cave.storage.location=cave</pre>
 </div>
 </div>
 <div class="paragraph">
-<p>A repository is identified by a name, <em>my-repository</em> in our example.</p>
+<p>A repository is identified by a name, <code>my-repository</code> in our example.</p>
 </div>
 <div class="paragraph">
 <p>Apache Karaf Cave creates the repository storage for you.</p>
 </div>
 <div class="paragraph">
-<p>If you want to use an existing directory, and avoid Cave to create one in the storage location, you can use the <em>-l</em>
+<p>If you want to use an existing directory, and avoid Cave to create one in the storage location, you can use the <code>-l</code>
 (<em>--location</em>) option:</p>
 </div>
 <div class="listingblock">
@@ -694,7 +707,7 @@ cave.storage.location=cave</pre>
 </div>
 </div>
 <div class="paragraph">
-<p>By default, Apache Karaf Cave scans the repository storage and create the repository metadata. You can use the <em>-no</em> (<em>--no-generate</em>)
+<p>By default, Apache Karaf Cave scans the repository storage and create the repository metadata. You can use the <code>-no</code> (<code>--no-generate</code>)
 option to avoid this step:</p>
 </div>
 <div class="listingblock">
@@ -703,7 +716,7 @@ option to avoid this step:</p>
 </div>
 </div>
 <div class="paragraph">
-<p>By default, Apache Karaf Cave registers (installs) a new repository into the repository service. You can use the <em>-ns</em> (<em>--no-start</em>)
+<p>By default, Apache Karaf Cave registers (installs) a new repository into the repository service. You can use the <code>-ns</code> (<code>--no-start</code>)
 option to avoid this step:</p>
 </div>
 <div class="listingblock">
@@ -712,7 +725,7 @@ option to avoid this step:</p>
 </div>
 </div>
 <div class="paragraph">
-<p>NB: the <em>-no</em> and <em>-ni</em> options are interesting when you use an existing location for the repository. If you create a
+<p>NB: the <code>-no</code> and <code>-ni</code> options are interesting when you use an existing location for the repository. If you create a
 new empty repository, these options don&#8217;t have really any effect.</p>
 </div>
 </div>
@@ -769,7 +782,7 @@ karaf@root()&gt; cave:repository-upload
 </div>
 </div>
 <div class="paragraph">
-<p>Apache Karaf Cave supports <em>file:</em> but also <em>http:</em> URL. It means that Apache Karaf Cave is able to browse a remote repository and copy the artifacts
+<p>Apache Karaf Cave supports <code>file:</code> but also <code>http:</code> URL. It means that Apache Karaf Cave is able to browse a remote repository and copy the artifacts
 in your "local" repository.</p>
 </div>
 <div class="paragraph">
@@ -794,7 +807,7 @@ repository:</p>
 very very long time. It&#8217;s just for demonstration purpose.</p>
 </div>
 <div class="paragraph">
-<p>You can filter the artifacts that you want to pick up to populate the repository. The <em>cave:repository-populate</em> command accepts
+<p>You can filter the artifacts that you want to pick up to populate the repository. The <code>cave:repository-populate</code> command accepts
 a regex option for the filter. For instance, to pick up only joda-time version 2 artifact, you can run:</p>
 </div>
 <div class="listingblock">
@@ -822,13 +835,13 @@ for the remote artifacts:</p>
 </div>
 <div class="paragraph">
 <p>NB: the Cave repository will only handle the repository metadata, it doesn&#8217;t monitor the remote repository. It means that you
-have to call the <em>cave:proxy-repository</em> command each time the remote repository change (new artifacts, etc).</p>
+have to call the <code>cave:proxy-repository</code> command each time the remote repository change (new artifacts, etc).</p>
 </div>
 <div class="paragraph">
 <p>NB: a best practice is to create a Cave repository dedicated for each proxied repository.</p>
 </div>
 <div class="paragraph">
-<p>The <em>cave:repository-proxy</em> command accepts the filter option, as the <em>cave:repository-populate</em> command:</p>
+<p>The <code>cave:repository-proxy</code> command accepts the filter option, as the <code>cave:repository-populate</code> command:</p>
 </div>
 <div class="listingblock">
 <div class="content">
@@ -954,7 +967,7 @@ my-repository | /opt/apache-karaf-4.0.0/
 </div>
 </div>
 <div class="paragraph">
-<p>Thanks to this MBean, using any JMX client (like jconsole for instance), you can do all actions as you can using the <em>cave:*</em> commands:</p>
+<p>Thanks to this MBean, using any JMX client (like jconsole for instance), you can do all actions as you can using the <code>cave:*</code> commands:</p>
 </div>
 <div class="ulist">
 <ul>