You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/05/27 14:01:50 UTC

[camel-website] 01/01: Camel layout: Changing the phrasing a bit

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch index-phrasinfg
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit db34473326092d38b07bb29e836ee364d35d5c8f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon May 27 15:58:19 2019 +0200

    Camel layout: Changing the phrasing a bit
---
 layouts/index.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/layouts/index.html b/layouts/index.html
index 7d4a9bc..484f3ea 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -27,7 +27,7 @@
                     <div class="card-body">
                         <div class="card-title font-weight-bold text-center">Enterprise Integration Patterns</div>
                         <div class="card-text text-muted">
-                            Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
+                            Camel supports most of the Enterprise Integration Patterns from the excellent book by Gregor Hohpe and Bobby Woolf.
                         </div>
                     </div>
                 </div>
@@ -37,7 +37,7 @@
                     <div class="card-body">
                         <div class="card-title font-weight-bold text-center">Components</div>
                         <div class="card-text text-muted">
-                            Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
+                            Camel supports around 300 components, creating integration with everything.
                         </div>
                     </div>
                 </div>
@@ -47,7 +47,7 @@
                     <div class="card-body">
                         <div class="card-title font-weight-bold text-center">Data Format</div>
                         <div class="card-text text-muted">
-                            Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
+                            Camel supports around 50 data formats, allowing to create messages to be translated.
                         </div>
                     </div>
                 </div>