You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gn...@apache.org on 2006/05/27 17:42:19 UTC

svn commit: r409832 - in /incubator/activemq/trunk: README.txt assembly/src/release/README.txt assembly/src/release/userGuide.html

Author: gnodet
Date: Sat May 27 08:42:18 2006
New Revision: 409832

URL: http://svn.apache.org/viewvc?rev=409832&view=rev
Log:
Update README.txt and UserGuide to refer to "Apache ActiveMQ"

Modified:
    incubator/activemq/trunk/README.txt
    incubator/activemq/trunk/assembly/src/release/README.txt
    incubator/activemq/trunk/assembly/src/release/userGuide.html

Modified: incubator/activemq/trunk/README.txt
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/README.txt?rev=409832&r1=409831&r2=409832&view=diff
==============================================================================
--- incubator/activemq/trunk/README.txt (original)
+++ incubator/activemq/trunk/README.txt Sat May 27 08:42:18 2006
@@ -1,11 +1,11 @@
-Welcome to ActiveMQ 
+Welcome to Apache ActiveMQ 
 =================== 
-ActiveMQ is a high performance Apache 2.0 licenced Message Broker and JMS 1.1 implementation.
+Apache ActiveMQ is a high performance Apache 2.0 licenced Message Broker and JMS 1.1 implementation.
 
 
 Incubation Disclaimer
 =====================
-ActiveMQ is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Geronimo PMC. 
+Apache ActiveMQ is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Geronimo PMC. 
 
 Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, 
 communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. 
@@ -34,8 +34,8 @@
 Please refer to the website for details of finding the issue tracker, email lists, wiki or IRC channel
 http://incubator.apache.org/activemq/
 
-Please help us make ActiveMQ better - we appreciate any feedback you may have.
+Please help us make Apache ActiveMQ better - we appreciate any feedback you may have.
 Enjoy!
 
------------------
-The ActiveMQ team
+------------------------
+The Apache ActiveMQ team

Modified: incubator/activemq/trunk/assembly/src/release/README.txt
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/assembly/src/release/README.txt?rev=409832&r1=409831&r2=409832&view=diff
==============================================================================
--- incubator/activemq/trunk/assembly/src/release/README.txt (original)
+++ incubator/activemq/trunk/assembly/src/release/README.txt Sat May 27 08:42:18 2006
@@ -1,11 +1,11 @@
-Welcome to ActiveMQ 
+Welcome to Apache ActiveMQ 
 =================== 
-ActiveMQ is a high performance Apache 2.0 licenced Message Broker and JMS 1.1 implementation.
+Apache ActiveMQ is a high performance Apache 2.0 licenced Message Broker and JMS 1.1 implementation.
 
 
 Incubation Disclaimer
 =====================
-ActiveMQ is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Geronimo PMC. 
+Apache ActiveMQ is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Geronimo PMC. 
 
 Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, 
 communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. 
@@ -19,22 +19,23 @@
 To help you get started, try the following links:-
 
 Getting Started
-http://incubator.apache.org/activemq/Getting+Started
+http://incubator.apache.org/activemq/getting-started.html
 
 Building
-http://incubator.apache.org/activemq/Building
+http://incubator.apache.org/activemq/getting-started.html#GettingStarted-WindowsSourceInstallation
+http://incubator.apache.org/activemq/getting-started.html#GettingStarted-UnixSourceInstallation
 
 Examples
-http://incubator.apache.org/activemq/Examples
+http://incubator.apache.org/activemq/examples.html
 
 We welcome contributions of all kinds, for details of how you can help
-http://incubator.apache.org/activemq/Contributing
+http://incubator.apache.org/activemq/contributing.html
 
 Please refer to the website for details of finding the issue tracker, email lists, wiki or IRC channel
 http://incubator.apache.org/activemq/
 
-Please help us make ActiveMQ better - we appreciate any feedback you may have.
+Please help us make Apache ActiveMQ better - we appreciate any feedback you may have.
 Enjoy!
 
------------------
-The ActiveMQ team
+------------------------
+The Apache ActiveMQ team

Modified: incubator/activemq/trunk/assembly/src/release/userGuide.html
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/assembly/src/release/userGuide.html?rev=409832&r1=409831&r2=409832&view=diff
==============================================================================
--- incubator/activemq/trunk/assembly/src/release/userGuide.html (original)
+++ incubator/activemq/trunk/assembly/src/release/userGuide.html Sat May 27 08:42:18 2006
@@ -9,13 +9,13 @@
 </h1>
 
 <p>
-Welcome to ActiveMQ. This document gives you a quick overview of how to get started trying out ActiveMQ.
+Welcome to Apache ActiveMQ. This document gives you a quick overview of how to get started trying out Apache ActiveMQ.
 </p>
 
 <h2>Running the broker</h2>
 
 <p>
-From the binary distribution you can run the ActiveMQ server pretty easily via the bin/activemq command.
+From the binary distribution you can run the Apache ActiveMQ server pretty easily via the bin/activemq command.
 e.g. from a shell type
 </p>
 <pre>
@@ -24,7 +24,7 @@
 </pre>
 
 <p>
-The ActiveMQ broker should now have started
+The Apache ActiveMQ broker should now have started
 </p>
 
 <h2>Running the example programs</h2>