You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ch...@apache.org on 2008/04/04 22:24:21 UTC

svn commit: r644881 - in /activemq/camel/trunk: README.txt apache-camel/src/main/release/README.txt

Author: chirino
Date: Fri Apr  4 13:24:18 2008
New Revision: 644881

URL: http://svn.apache.org/viewvc?rev=644881&view=rev
Log:
copying ECN notice to root of the project too.. also coping the more descriptive version of the readme and putting in the release README.txt

Modified:
    activemq/camel/trunk/README.txt
    activemq/camel/trunk/apache-camel/src/main/release/README.txt

Modified: activemq/camel/trunk/README.txt
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/README.txt?rev=644881&r1=644880&r2=644881&view=diff
==============================================================================
--- activemq/camel/trunk/README.txt (original)
+++ activemq/camel/trunk/README.txt Fri Apr  4 13:24:18 2008
@@ -1,5 +1,5 @@
-Welcome to Apache Camel 
-=======================
+Welcome to Apache Camel
+=============================================================================== 
 
 Apache Camel is a powerful rule based routing and mediation engine which 
 provides a POJO based implementation of the Enterprise Integration Patterns 
@@ -18,23 +18,64 @@
 
 
 Getting Started
-===============
-To help you get started, try the following links:
+=============================================================================== 
+
+To help you get started, try the following links:-
 
 Getting Started
-http://activemq.apache.org/camel/getting-started.html
+  http://activemq.apache.org/camel/getting-started.html
 
 Building
-http://activemq.apache.org/camel/building.html
+  http://activemq.apache.org/camel/building.html
 
 We welcome contributions of all kinds, for details of how you can help
-http://activemq.apache.org/camel/contributing.html
+  http://activemq.apache.org/contributing.html
+
+Please refer to the website for details of finding the issue tracker, email 
+  lists, wiki or IRC channel
+  http://activemq.apache.org/camel/
+
+If you hit any problems please talk to us on the Camel Forums
+  http://activemq.apache.org/camel/discussion-forums.html
 
-Please refer to the website for details of finding the issue tracker, email lists, wiki or IRC channel
-http://activemq.apache.org/camel/
+Please help us make Apache Camel better - we appreciate any feedback 
+you may have.
 
-Please help us make Apache ActiveMQ better - we appreciate any feedback you may have.
 Enjoy!
 
-------------------------
-The Apache Camel team
+-----------------
+The Camel riders!
+
+Licensing
+=============================================================================== 
+
+This software is licensed under the terms you may find in the file
+named "LICENSE.txt" in this directory.
+   
+This distribution includes cryptographic software.  The country in
+which you currently reside may have restrictions on the import,
+possession, use, and/or re-export to another country, of
+encryption software.  BEFORE using any encryption software, please
+check your country's laws, regulations and policies concerning the
+import, possession, or use, and re-export of encryption software, to
+see if this is permitted.  See <http://www.wassenaar.org/> for more
+information.
+
+The U.S. Government Department of Commerce, Bureau of Industry and
+Security (BIS), has classified this software as Export Commodity
+Control Number (ECCN) 5D002.C.1, which includes information security
+software using or performing cryptographic functions with asymmetric
+algorithms.  The form and manner of this Apache Software Foundation
+distribution makes it eligible for export under the License Exception
+ENC Technology Software Unrestricted (TSU) exception (see the BIS
+Export Administration Regulations, Section 740.13) for both object
+code and source code.
+
+The following provides more details on the included cryptographic
+software:
+   * camel-ftp can be configured for secure file transfers
+   * camel-mail can be configured for secure email communications
+   * camel-cxf can be configured for secure web service communications
+   * camel-jetty can be configured to use https
+   * camel-jhc can be configured as a secure http server using SSL
+

Modified: activemq/camel/trunk/apache-camel/src/main/release/README.txt
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/apache-camel/src/main/release/README.txt?rev=644881&r1=644880&r2=644881&view=diff
==============================================================================
--- activemq/camel/trunk/apache-camel/src/main/release/README.txt (original)
+++ activemq/camel/trunk/apache-camel/src/main/release/README.txt Fri Apr  4 13:24:18 2008
@@ -1,10 +1,57 @@
 Welcome to Apache Camel
-========================== 
-Apache Camel is a POJO Routing Engine and Mediation Framework
+=============================================================================== 
 
+Apache Camel is a powerful rule based routing and mediation engine which 
+provides a POJO based implementation of the Enterprise Integration Patterns 
+using an extremely powerful fluent API (or declarative Java Domain Specific 
+Language) to configure routing and mediation rules. The Domain Specific 
+Language means that Apache Camel can support type-safe smart completion of 
+routing rules in your IDE using regular Java code without huge amounts of 
+XML configuration files; though Xml Configuration inside Spring is also 
+supported.
+
+Apache Camel uses generics, annotations and URIs so that it can easily work 
+directly with any kind of Transport or messaging model such as HTTP, JMS, JBI, 
+SCA, MINA or CXF Bus API without mandating a normalized message API which can 
+often lead to leaky abstractions. Apache Camel is also a small library which 
+has minimal dependencies for easy embedding in any Java application.
 
-Cryptographic Software Notice
-=============================
+
+Getting Started
+=============================================================================== 
+
+To help you get started, try the following links:-
+
+Getting Started
+  http://activemq.apache.org/camel/getting-started.html
+
+Building
+  http://activemq.apache.org/camel/building.html
+
+We welcome contributions of all kinds, for details of how you can help
+  http://activemq.apache.org/contributing.html
+
+Please refer to the website for details of finding the issue tracker, email 
+  lists, wiki or IRC channel
+  http://activemq.apache.org/camel/
+
+If you hit any problems please talk to us on the Camel Forums
+  http://activemq.apache.org/camel/discussion-forums.html
+
+Please help us make Apache Camel better - we appreciate any feedback 
+you may have.
+
+Enjoy!
+
+-----------------
+The Camel riders!
+
+Licensing
+=============================================================================== 
+
+This software is licensed under the terms you may find in the file
+named "LICENSE.txt" in this directory.
+   
 This distribution includes cryptographic software.  The country in
 which you currently reside may have restrictions on the import,
 possession, use, and/or re-export to another country, of
@@ -32,28 +79,3 @@
    * camel-jetty can be configured to use https
    * camel-jhc can be configured as a secure http server using SSL
 
-
-Getting Started
-===============
-To help you get started, try the following links:-
-
-Getting Started
-  http://activemq.apache.org/camel/getting-started.html
-
-Building
-  http://activemq.apache.org/camel/building.html
-
-We welcome contributions of all kinds, for details of how you can help
-  http://activemq.apache.org/contributing.html
-
-Please refer to the website for details of finding the issue tracker, email lists, wiki or IRC channel
-  http://activemq.apache.org/camel/
-
-If you hit any problems please talk to us on the Camel Forums
-  http://activemq.apache.org/camel/discussion-forums.html
-
-Please help us make Apache Camel better - we appreciate any feedback you may have.
-Enjoy!
-
-------------------------
-The Camel riders!