Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 81C6E18832 for ; Mon, 7 Mar 2016 19:58:51 +0000 (UTC) Received: (qmail 35428 invoked by uid 500); 7 Mar 2016 19:58:51 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 35386 invoked by uid 500); 7 Mar 2016 19:58:51 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 35368 invoked by uid 99); 7 Mar 2016 19:58:51 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Mar 2016 19:58:51 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 29738DFAD9; Mon, 7 Mar 2016 19:58:51 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: clebertsuconic@apache.org To: commits@activemq.apache.org Date: Mon, 07 Mar 2016 19:58:51 -0000 Message-Id: <6b807c6c7bf6487ab925ade1a3f218ee@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] activemq-artemis git commit: HTML fixes Repository: activemq-artemis Updated Branches: refs/heads/master f04ec0a98 -> 87fc396d2 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/36f8938b Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/36f8938b Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/36f8938b Branch: refs/heads/master Commit: 36f8938bae6f94a4fb9a37d82a38b85a9c23204d Parents: 8cbcc80 Author: Ville Skyttä Authored: Sat Mar 5 11:41:45 2016 +0200 Committer: Clebert Suconic Committed: Mon Mar 7 14:35:37 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/36f8938b/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.

Getting Started

-Note (Windows users): 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.

+Note (Windows users): 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.

-Note (Windows users): Examples below use the shell script `artemis` for use with linux, Windows users should use the `artemis.cmd` script with the same parameters.

+Note (Windows users): Examples below use the shell script `artemis` for use with linux, Windows users should use the `artemis.cmd` script with the same parameters.

Creating a broker

-To create a broker, navigate to the distribution 'bin/' directory and run:

+To create a broker, navigate to the distribution 'bin/' directory and run:

-$ ./artemis create $directory

Where $directory is the folder that you'd like the broker to be created. +$ ./artemis create $directory

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.

+To run the Apache ActiveMQ Artemis broker with the default configuration, run the command shown below from the "bin" directory of the created broker.

-$ ./artemis run

+$ ./artemis run

-To specify a broker configuration file:

+To specify a broker configuration file:

-$ ./artemis run --config scheme:location

+$ ./artemis run --config scheme:location

-e.g.

+e.g.

-$ ./artemis run --config xml:/home/artemis/bootstrap.xml

+$ ./artemis run --config xml:/home/artemis/bootstrap.xml

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.

Stopping the Broker

-To stop the broker please use the artemis script from the broker's bin directory:

+To stop the broker please use the artemis script from the broker's bin directory:

-$ ./artemis stop

+$ ./artemis stop

Documentation

-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 Apache ActiveMQ Artemis. Alternatively, you can browse all of the documentation online on the Apache ActiveMQ Artemis Website.

+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 Apache ActiveMQ Artemis. Alternatively, you can browse all of the documentation online on the Apache ActiveMQ Artemis Website.

-The examples are shipped inside the distribution folder under "examples"

+The examples are shipped inside the distribution folder under "examples"

-Release Notes for all version can be found at here +Release Notes for all version can be found here http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/36f8938b/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 @@

- Filter implementations for wildcards & JMS selectors + Filter implementations for wildcards & JMS selectors

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/36f8938b/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.

-

Messages:

-
-
+

Messages:

+