Author: nacx
Date: Fri Jan 12 08:31:04 2018
New Revision: 1820953
URL: http://svn.apache.org/viewvc?rev=1820953&view=rev
Log:
deploy jclouds site content
Modified:
jclouds/site-content/reference/report-a-bug/index.html
jclouds/site-content/start/install/index.html
Modified: jclouds/site-content/reference/report-a-bug/index.html
URL:
http://svn.apache.org/viewvc/jclouds/site-content/reference/report-a-bug/index.html?rev=1820953&r1=1820952&r2=1820953&view=diff
==============================================================================
--- jclouds/site-content/reference/report-a-bug/index.html (original)
+++ jclouds/site-content/reference/report-a-bug/index.html Fri Jan 12 08:31:04
2018
@@ -166,56 +166,55 @@
<p>Bugs can be reported in <a
href="https://issues.apache.org/jira/browse/JCLOUDS">JIRA</a> or via the <a
href="/community/">jclouds user mailing list</a>.</p>
-<ol>
-<li><a href="#jclouds-version">jclouds Version</a></li>
-<li><a href="#cloud-version">Cloud and API Version</a></li>
-<li><a href="#os-version">Operating System Version</a></li>
-<li><a href="#java-version">Java Version</a></li>
-<li><a href="#logs">Logs</a></li>
-<li><a href="#code">Code</a></li>
-<li><a href="#doc">Documentation</a></li>
-</ol>
+<p>When possible, try to include the following information in the bug
report:</p>
+<table class="table table-striped table-hover">
+<tbody>
+<tr>
+ <td><strong>jclouds version</strong></td>
+ <td>The version of jclouds can be found in the name of the JAR files you
are using in your application or the pom.xml file of your application if you're
using Maven.<br/>
+ <em>e.g. 1.7.1</em></td>
+</tr>
+<tr>
+ <td><strong>Provider or API version</strong></td>
+ <td>If you are using a private cloud such as OpenStack, CloudStack, or
vCloud, you might be able to report the Cloud and API version.<br/>
+ <em>e.g. Cloud and API Version: OpenStack Havana, Cinder API
v2</em></td>
+</tr>
+<tr>
+ <td><strong>Operating system</strong></td>
+ <td>The Operating System Version you're using.<br/>
+ <em>e.g. Operating System Version: Mac OS X 10.7.5</em></td>
+</tr>
+<tr>
+ <td><strong>Java version</strong></td>
+ <td>The Java version you're using.<br/>
+ <em>e.g. "1.7.0_51"</em></td>
+</tr>
+</tbody>
+</table>
-<h2><a id="jclouds-version"></a>jclouds Version</h2>
-<p>The version of jclouds can be found in the name of the JAR files you are
using in your application or the pom.xml file of your application if you're
using Maven.</p>
-<p>e.g. jclouds Version: 1.7.1</p>
-<h2><a id="cloud-version"></a>Cloud and API Version</h2>
+<div class="alert alert-danger">
+<span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>
+Please remember to <strong>remove all credentials and other sensitive
information</strong> from anything you share!
+</div>
-<p>If you are using a private cloud such as OpenStack, CloudStack, or vCloud,
you might be able to report the Cloud and API version.</p>
-<p>e.g. Cloud and API Version: OpenStack Havana, Cinder API v2</p>
-
-<h2><a id="os-version"></a>Operating System Version</h2>
-
-<p>The Operating System Version you're using.</p>
-
-<p>e.g. Operating System Version: Mac OS X 10.7.5</p>
-
-<h2><a id="java-version"></a>Java Version</h2>
-
-<p>The Java Version you're using.</p>
-
-<p>e.g. java version "1.7.0_51"</p>
-
-<h2><a id="logs"></a>Logs</h2>
+<h2><a id="logs"></a>Collecting logs</h2>
<p>Sending us the stack trace from the exception is helpful but often the root
cause of the problem can be revealed by examining what's being sent over the
wire. Please read <a href="/reference/logging/">Logging</a> to install,
configure, and enable logging.</p>
-<p>If you are reporting the bug in JIRA, you can simply attach the
jclouds-wire.log and other logs to the issue. If you are sending the report to
the user mailing list, please put the logs into a <a
href="https://gist.github.com/">gist</a> or <a
href="http://pastie.org/">pastie</a> and include the link in the email.</p>
+<p>If you are reporting the bug in JIRA, you can simply attach the
<code>jclouds-wire.log</code> and other logs to the issue. If you are sending
the report to the user mailing list, please put the logs into a <a
href="https://gist.github.com/">gist</a> or <a
href="http://pastie.org/">pastie</a> and include the link in the email.</p>
-<h2><a id="code"></a>Code</h2>
+<h2><a id="code"></a>Providing relevant code</h2>
<p>If you can isolate the problem within a single Java file, send us that file
so we can attempt to immediately reproduce the error. If you can't isolate the
problem, send us as large a code snippet as possible around the problem
code.</p>
<p>If you are reporting the bug in JIRA, you can simply attach the code to the
issue. If you are sending the report to the user mailing list, please put the
code into a <a href="https://gist.github.com/">gist</a> or <a
href="http://pastie.org/">pastie</a> and include the link in the email.</p>
-<p>Please remember to <strong>remove all credentials and other sensitive
information</strong> from anything you share!</p>
-
-<h2><a id="doc"></a>Documentation</h2>
+<h2><a id="doc"></a>Reporting documentation issues</h2>
<p>If you find a bug in the documentation, you can report that via JIRA or the
user mailing list too. However it is quite easy to fix the documentation (this
website) and we encourage you to do so by reading <a
href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation">How
to Contribute Documentation</a>.</p>
Modified: jclouds/site-content/start/install/index.html
URL:
http://svn.apache.org/viewvc/jclouds/site-content/start/install/index.html?rev=1820953&r1=1820952&r2=1820953&view=diff
==============================================================================
--- jclouds/site-content/start/install/index.html (original)
+++ jclouds/site-content/start/install/index.html Fri Jan 12 08:31:04 2018
@@ -205,7 +205,8 @@
<h3>Â Using the daily builds</h3>
<div class="alert alert-danger">
-<strong>Warning!</strong> These are untested snapshot builds provided for
convenience; they are not official releases of the Apache jclouds project, or
the Apache Software Foundation.
+<span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>
+These are untested snapshot builds provided for convenience; they are not
official releases of the Apache jclouds project, or the Apache Software
Foundation.
</div>
@@ -257,7 +258,8 @@
<h3>Using the daily builds</h3>
<div class="alert alert-danger">
-<strong>Warning!</strong> These are untested snapshot builds provided for
convenience; they are not official releases of the Apache jclouds project, or
the Apache Software Foundation.
+<span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>
+These are untested snapshot builds provided for convenience; they are not
official releases of the Apache jclouds project, or the Apache Software
Foundation.
</div>
@@ -308,7 +310,8 @@ Then, add jclouds to your <em>build.xml<
<h3>Using the daily builds</h3>
<div class="alert alert-danger">
-<strong>Warning!</strong> These are untested snapshot builds provided for
convenience; they are not official releases of the Apache jclouds project, or
the Apache Software Foundation.
+<span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>
+These are untested snapshot builds provided for convenience; they are not
official releases of the Apache jclouds project, or the Apache Software
Foundation.
</div>