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 928D6DDD1 for ; Wed, 19 Sep 2012 10:48:16 +0000 (UTC) Received: (qmail 45755 invoked by uid 500); 19 Sep 2012 10:48:16 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 45452 invoked by uid 500); 19 Sep 2012 10:48:13 -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 45414 invoked by uid 99); 19 Sep 2012 10:48:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Sep 2012 10:48:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Sep 2012 10:48:06 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id B62D923888E3 for ; Wed, 19 Sep 2012 10:47:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1387518 - in /activemq/trunk/activemq-web-demo/src/main/webapp: chat.html index.html websocket/index.html Date: Wed, 19 Sep 2012 10:47:21 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120919104721.B62D923888E3@eris.apache.org> Author: tabish Date: Wed Sep 19 10:47:21 2012 New Revision: 1387518 URL: http://svn.apache.org/viewvc?rev=1387518&view=rev Log: Remove the duplicate doctype declarations that are preventing these files from correctly validating. Modified: activemq/trunk/activemq-web-demo/src/main/webapp/chat.html activemq/trunk/activemq-web-demo/src/main/webapp/index.html activemq/trunk/activemq-web-demo/src/main/webapp/websocket/index.html Modified: activemq/trunk/activemq-web-demo/src/main/webapp/chat.html URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-web-demo/src/main/webapp/chat.html?rev=1387518&r1=1387517&r2=1387518&view=diff ============================================================================== --- activemq/trunk/activemq-web-demo/src/main/webapp/chat.html (original) +++ activemq/trunk/activemq-web-demo/src/main/webapp/chat.html Wed Sep 19 10:47:21 2012 @@ -5,105 +5,98 @@ The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - - - - - - - - - - - - - Chat Example - ActiveMQ Web Demos + + + + + + Chat Example - ActiveMQ Web Demos - - - - - - - - - - - - - - - -
-
-
-
-
-
-
-
-
-
- -
- - - +
+
+
+
+ + + + Modified: activemq/trunk/activemq-web-demo/src/main/webapp/index.html URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-web-demo/src/main/webapp/index.html?rev=1387518&r1=1387517&r2=1387518&view=diff ============================================================================== --- activemq/trunk/activemq-web-demo/src/main/webapp/index.html (original) +++ activemq/trunk/activemq-web-demo/src/main/webapp/index.html Wed Sep 19 10:47:21 2012 @@ -5,87 +5,80 @@ The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - - - - - - - - - - - - - ActiveMQ Web Demos - - - - - - - - - - - - - - - -
-
-
-
-
-
-
-
-
-
- -
- - - +
+
+
+
+ + + + Modified: activemq/trunk/activemq-web-demo/src/main/webapp/websocket/index.html URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-web-demo/src/main/webapp/websocket/index.html?rev=1387518&r1=1387517&r2=1387518&view=diff ============================================================================== --- activemq/trunk/activemq-web-demo/src/main/webapp/websocket/index.html (original) +++ activemq/trunk/activemq-web-demo/src/main/webapp/websocket/index.html Wed Sep 19 10:47:21 2012 @@ -15,13 +15,6 @@ limitations under the License. --> - - - - - - - @@ -112,7 +105,7 @@

This is adapted stomp-websocket library demo

Use the form above to connect to the Stomp server and subscribe to the destination.

Once connected, you can send messages to the destination with the text field at the bottom of this page

- +