You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2016/03/07 21:54:32 UTC

[3/9] activemq-artemis git commit: HTML fixes

HTML fixes


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/d12743fc
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/d12743fc
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/d12743fc

Branch: refs/heads/master
Commit: d12743fcde90e8e4027f356cda26d5001d108843
Parents: d7fd381
Author: Ville Skyttä <vi...@iki.fi>
Authored: Sat Mar 5 11:41:45 2016 +0200
Committer: Clebert Suconic <cl...@apache.org>
Committed: Mon Mar 7 15:50:27 2016 -0500

----------------------------------------------------------------------
 .../src/main/resources/README.html              | 30 ++++++++++----------
 .../artemis/selector/filter/package.html        |  2 +-
 .../javascript-chat/src/main/webapp/index.html  |  5 ++--
 3 files changed, 18 insertions(+), 19 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d12743fc/artemis-distribution/src/main/resources/README.html
----------------------------------------------------------------------
diff --git a/artemis-distribution/src/main/resources/README.html b/artemis-distribution/src/main/resources/README.html
index f0baa22..6d438b2 100644
--- a/artemis-distribution/src/main/resources/README.html
+++ b/artemis-distribution/src/main/resources/README.html
@@ -31,15 +31,15 @@ under the License.
 
 <h1>Getting Started</h1>
 
-<b>Note (Windows users):</b> The broker currently does not support spaces in path names.  For this reason the broker should be placed in a directory with no spaces in it's absolute path.</br></br>
+<b>Note (Windows users):</b> The broker currently does not support spaces in path names.  For this reason the broker should be placed in a directory with no spaces in it's absolute path.<br><br>
 
-<b>Note (Windows users):</b> Examples below use the shell script `artemis` for use with linux, Windows users should use the `artemis.cmd` script with the same parameters.</br></br>
+<b>Note (Windows users):</b> Examples below use the shell script `artemis` for use with linux, Windows users should use the `artemis.cmd` script with the same parameters.<br><br>
 
 <h2>Creating a broker</h2>
 
-To create a broker, navigate to the distribution 'bin/' directory and run: </br></br>
+To create a broker, navigate to the distribution 'bin/' directory and run: <br><br>
 
-$ ./artemis create $directory </br></br>Where $directory is the folder that you'd like the broker to be created.
+$ ./artemis create $directory <br><br>Where $directory is the folder that you'd like the broker to be created.
 
 The create process will input for any required property not specified. Example:
 
@@ -87,32 +87,32 @@ SYNOPSIS
 
 Once the broker has been created, use the artemis (or artemis.cmd on windows) script found under the bin directory of the newly created broker to manage the life cycle of the broker.
 
-To run the Apache ActiveMQ Artemis broker with the default configuration, run the command shown below from the "bin" directory of the created broker.</br></br>
+To run the Apache ActiveMQ Artemis broker with the default configuration, run the command shown below from the "bin" directory of the created broker.<br><br>
 
-$ ./artemis run</br></br>
+$ ./artemis run<br><br>
 
-To specify a broker configuration file:</br></br>
+To specify a broker configuration file:<br><br>
 
-$ ./artemis run --config scheme:location</br></br>
+$ ./artemis run --config scheme:location<br><br>
 
-e.g.</br></br>
+e.g.<br><br>
 
-$ ./artemis run --config xml:/home/artemis/bootstrap.xml</br></br>
+$ ./artemis run --config xml:/home/artemis/bootstrap.xml<br><br>
 
 It is possible to configure run time paramters in the artemis.conf (artemis.conf.bat for windows) file under the "bin" directory of the broker directory.
 
 <h2>Stopping the Broker</h2>
 
-To stop the broker please use the artemis script from the broker's bin directory:</br></br>
+To stop the broker please use the artemis script from the broker's bin directory:<br><br>
 
-$ ./artemis stop</br></br>
+$ ./artemis stop<br><br>
 
 <h2>Documentation</h2>
 
-The broker comes shipped with an in depth user manual and a bunch of examples to help you get started.  The manual is shipped with the broker and can be accessed from the brokers website.  Start the broker then navigate to the <a href="http://localhost:8161">Apache ActiveMQ Artemis</a>.  Alternatively, you can browse all of the documentation online on the <a href="http://activemq.apache.org/artemis/">Apache ActiveMQ Artemis Website</a>.</br></br>
+The broker comes shipped with an in depth user manual and a bunch of examples to help you get started.  The manual is shipped with the broker and can be accessed from the brokers website.  Start the broker then navigate to the <a href="http://localhost:8161">Apache ActiveMQ Artemis</a>.  Alternatively, you can browse all of the documentation online on the <a href="http://activemq.apache.org/artemis/">Apache ActiveMQ Artemis Website</a>.<br><br>
 
-The examples are shipped inside the distribution folder under "examples"</br></br>
+The examples are shipped inside the distribution folder under "examples"<br><br>
 
-Release Notes for all version can be found at <a href="https://issues.apache.org/jira/browse/ARTEMIS/?selectedTab=com.atlassian.jira.jira-projects-plugin:versions-panel">here</a></a>
+Release Notes for all version can be found <a href="https://issues.apache.org/jira/browse/ARTEMIS/?selectedTab=com.atlassian.jira.jira-projects-plugin:versions-panel">here</a>
 
 </body>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d12743fc/artemis-selector/src/main/java/org/apache/activemq/artemis/selector/filter/package.html
----------------------------------------------------------------------
diff --git a/artemis-selector/src/main/java/org/apache/activemq/artemis/selector/filter/package.html b/artemis-selector/src/main/java/org/apache/activemq/artemis/selector/filter/package.html
index d83eee7..93ba28c 100755
--- a/artemis-selector/src/main/java/org/apache/activemq/artemis/selector/filter/package.html
+++ b/artemis-selector/src/main/java/org/apache/activemq/artemis/selector/filter/package.html
@@ -20,7 +20,7 @@
 <body>
 
 <p>
-    Filter implementations for wildcards & JMS selectors
+    Filter implementations for wildcards &amp; JMS selectors
 </p>
 
 </body>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d12743fc/examples/features/standard/rest/javascript-chat/src/main/webapp/index.html
----------------------------------------------------------------------
diff --git a/examples/features/standard/rest/javascript-chat/src/main/webapp/index.html b/examples/features/standard/rest/javascript-chat/src/main/webapp/index.html
index f74e0ee..87c62f2 100644
--- a/examples/features/standard/rest/javascript-chat/src/main/webapp/index.html
+++ b/examples/features/standard/rest/javascript-chat/src/main/webapp/index.html
@@ -180,9 +180,8 @@ under the License.
 
 <p>
 
-<h2>Messages:</h2></p>
-<pre>
-<div id="next"></div>
+<h2>Messages:</h2>
+<pre id="next">
 </pre>
 
 </body>