You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bu...@apache.org on 2016/04/21 14:19:34 UTC

svn commit: r986239 - in /websites/production/camel/content: asciidoc.html cache/main.pageCache community.html contributing.html

Author: buildbot
Date: Thu Apr 21 12:19:33 2016
New Revision: 986239

Log:
Production update by buildbot for camel

Added:
    websites/production/camel/content/asciidoc.html
Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/community.html
    websites/production/camel/content/contributing.html

Added: websites/production/camel/content/asciidoc.html
==============================================================================
--- websites/production/camel/content/asciidoc.html (added)
+++ websites/production/camel/content/asciidoc.html Thu Apr 21 12:19:33 2016
@@ -0,0 +1,147 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    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.
+-->
+<html>
+<head>
+    <link href="//camel.apache.org/styles/site.css" rel="stylesheet" type="text/css">
+    <link href="//camel.apache.org/styles/type-settings.css" rel="stylesheet" type="text/css">
+    <script src="//camel.apache.org/styles/prototype.js" type="text/javascript"></script>
+    <script src="//camel.apache.org/styles/rico.js" type="text/javascript"></script>    
+    <script src="//camel.apache.org/styles/site.js" type="text/javascript"></script>
+
+    <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
+
+    <style type="text/css">
+      .maincontent { overflow:hidden; }
+    </style>
+    <!--[if IE]>
+    <style type="text/css">
+      .maincontent { width:100%; }
+    </style>
+    <![endif]-->
+
+
+
+    <title>
+    Apache Camel: AsciiDoc
+    </title>
+</head>
+<body>
+<div class="white_box">
+<div class="header">
+  <div class="header_l">
+    <div class="header_r">
+    </div>
+  </div>
+</div>
+<div class="content">
+  <div class="content_l">
+    <div class="content_r">
+      <div>
+          <!-- Banner -->
+<div id="banner-content"><div id="asf_logo">
+	<div id="activemq_logo" style="height:108px; background:transparent url(banner.data/apache-camel-7.png) no-repeat scroll left top;">
+            <a shape="rect" style="float:left; width:310px;display:block;text-indent:-5000px;text-decoration:none;line-height:140px; margin-top:20px; margin-left:18px;" href="http://camel.apache.org/">Camel</a>
+            <a shape="rect" style="float:right; width:180px;display:block;text-indent:-5000px;text-decoration:none;line-height:80px; margin-top:45px; margin-right:10px;" href="http://www.apache.org">Apache</a>
+	</div>
+</div></div>
+          <!-- Banner -->
+        <div class="top_red_bar">
+          <div id="site-breadcrumbs">
+                <!-- Breadcrumbs -->
+<a href="index.html">Apache Camel</a>&nbsp;&gt;&nbsp;<a href="community.html">Community</a>&nbsp;&gt;&nbsp;<a href="contributing.html">Contributing</a>&nbsp;&gt;&nbsp;<a href="asciidoc.html">AsciiDoc</a>
+          </div>
+          <!-- Quicklinks -->
+<div id="site-quicklinks"><p><a shape="rect" href="download.html">Download</a> | <a shape="rect" href="javadoc.html">JavaDoc</a> | <a shape="rect" href="source.html">Source</a> | <a shape="rect" href="discussion-forums.html">Forums</a> | <a shape="rect" href="support.html">Support</a></p></div>
+          <!-- Quicklinks -->
+        </div>
+
+	<table border="0">
+	<tbody>
+        <tr>
+        <td valign="top" width="100%">
+<div class="wiki-content maincontent"><p><span style="color: rgb(0,0,0);">We keep the documentation in the source code in the javadoc for the</span><br clear="none"><span style="color: rgb(0,0,0);">setter methods on the component and endpoint classes.</span><br clear="none"><br clear="none"><span style="color: rgb(0,0,0);">We use this to generate and keep documentation up to date. Though this</span><br clear="none"><span style="color: rgb(0,0,0);">is not yet complete and work in progress. But eventually the Camel</span><br clear="none"><span style="color: rgb(0,0,0);">documentation on the website will be generated from this that ensures</span><br clear="none"><span style="color: rgb(0,0,0);">the doc is always up to date with the actual source code.</span><br clear="none"><br clear="none"><span style="color: rgb(0,0,0);">So you may want to submit PRs to fix those docs in the source code as well.</span><br clear="none"><br clear="none"><span style="color: rgb(0,0,0);">You can see the 
 generated docs in some of the components such as</span><br clear="none"><a shape="rect" class="external-link" href="https://github.com/apache/camel/blob/master/components/camel-ahc/src/main/docs/ahc.adoc" rel="nofollow">https://github.com/apache/camel/blob/master/components/camel-ahc/src/main/docs/ahc.adoc</a><br clear="none"><br clear="none"><span style="color: rgb(0,0,0);">eg the components that have a ascii doc file.</span><br clear="none"><br clear="none"><span style="color: rgb(0,0,0);">So if you look in that adoc file you can see</span><br clear="none"><br clear="none"><span style="color: rgb(0,0,0);">// endpoint options: START</span><br clear="none"><span style="color: rgb(0,0,0);">// endpoint options: END</span><br clear="none"><br clear="none"><span style="color: rgb(0,0,0);">then when building the source code, then the options within that</span><br clear="none"><span style="color: rgb(0,0,0);">comment section is generated from the source code. So just change the</span><br 
 clear="none"><span style="color: rgb(0,0,0);">docs in the source and the adoc is updated.</span><br clear="none"><br clear="none"><br clear="none"></p></div>
+        </td>
+        <td valign="top">
+          <div class="navigation">
+            <div class="navigation_top">
+                <!-- NavigationBar -->
+<div class="navigation_bottom" id="navigation_bottom"><h3 id="Navigation-Overview"><a shape="rect" href="overview.html">Overview</a></h3><ul class="alternate"><li><a shape="rect" href="index.html">Home</a></li><li><a shape="rect" href="download.html">Download</a></li><li><a shape="rect" href="getting-started.html">Getting Started</a></li><li><a shape="rect" href="faq.html">FAQ</a></li></ul><h3 id="Navigation-Documentation"><a shape="rect" href="documentation.html">Documentation</a></h3><ul class="alternate"><li><a shape="rect" href="user-guide.html">User Guide</a></li><li><a shape="rect" href="manual.html">Manual</a></li><li><a shape="rect" href="books.html">Books</a></li><li><a shape="rect" href="tutorials.html">Tutorials</a></li><li><a shape="rect" href="examples.html">Examples</a></li><li><a shape="rect" href="cookbook.html">Cookbook</a></li><li><a shape="rect" href="architecture.html">Architecture</a></li><li><a shape="rect" href="enterprise-integration-patterns.html">Enterprise
  Integration Patterns</a></li><li><a shape="rect" href="dsl.html">DSL</a></li><li><a shape="rect" href="components.html">Components</a></li><li><a shape="rect" href="data-format.html">Data Format</a></li><li><a shape="rect" href="languages.html">Languages</a></li><li><a shape="rect" href="security.html">Security</a></li><li><a shape="rect" href="security-advisories.html">Security Advisories</a></li></ul><h3 id="Navigation-Search">Search</h3><form enctype="application/x-www-form-urlencoded" method="get" id="cse-search-box" action="http://www.google.com/cse">
+  <div>
+    <input type="hidden" name="cx" value="007878419884033443453:m5nhvy4hmyq">
+    <input type="hidden" name="ie" value="UTF-8">
+    <input type="text" name="q" size="21">
+    <input type="submit" name="sa" value="Search">
+  </div>
+</form>
+<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en"></script><h3 id="Navigation-Community"><a shape="rect" href="community.html">Community</a></h3><ul class="alternate"><li><a shape="rect" href="support.html">Support</a></li><li><a shape="rect" href="contributing.html">Contributing</a></li><li><a shape="rect" href="discussion-forums.html">Discussion Forums</a></li><li><a shape="rect" href="mailing-lists.html">Mailing Lists</a></li><li><a shape="rect" href="user-stories.html">User Stories</a></li><li><a shape="rect" href="news.html">News</a></li><li><a shape="rect" href="articles.html">Articles</a></li><li><a shape="rect" href="site.html">Site</a></li><li><a shape="rect" href="team.html">Team</a></li><li><a shape="rect" class="external-link" href="http://camel-extra.googlecode.com/" rel="nofollow">Camel Extra</a></li></ul><h3 id="Navigation-Developers"><a shape="rect" href="developers.html">Developers</a></h3><ul class="alternate"
 ><li><a shape="rect" href="developers.html">Developer Guide</a></li><li><a shape="rect" href="source.html">Source</a></li><li><a shape="rect" href="building.html">Building</a></li><li><a shape="rect" href="javadoc.html">JavaDoc</a></li><li><a shape="rect" href="irc-room.html">IRC Room</a></li></ul><h3 id="Navigation-ApacheSoftwareFoundation">Apache Software Foundation</h3><ul class="alternate"><li><a shape="rect" class="external-link" href="http://www.apache.org/licenses/">License</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/foundation/thanks.html">Thanks</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/security/">Security</a></li></ul></div>
+                <!-- NavigationBar -->
+            </div>
+          </div>
+        </td>
+        </tr>
+	</tbody>
+        </table>
+
+
+        <div class="bottom_red_bar"></div>
+      </div>
+    </div>
+  </div>
+</div>
+<div class="black_box">
+<div class="footer">
+  <div class="footer_l">
+    <div class="footer_r">
+      <div>
+        <a href="$base/privacy-policy.html">Privacy Policy</a> -
+        (<a href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=62693562">edit page</a>)
+   	 (<a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=62693562&amp;showComments=true&amp;showCommentArea=true#addcomment">add comment</a>)
+      </div>
+    </div>
+  </div>
+</div>
+</div>
+</div>
+<div class="design_attribution">
+&copy; 2004-2015 The Apache Software Foundation.
+<br>          
+Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
+<br>
+<a href="http://hiramchirino.com">Graphic Design By Hiram</a>
+</div>
+
+<!-- Camel committers that would like access to the Analytics, send a note to private@camel.apache.org -->
+<script type="text/javascript">
+
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-25976253-1']);
+  _gaq.push(['_trackPageview']);
+
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+  })();
+
+</script>
+
+</body>
+</html>
+
+

Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/camel/content/community.html
==============================================================================
--- websites/production/camel/content/community.html (original)
+++ websites/production/camel/content/community.html Thu Apr 21 12:19:33 2016
@@ -75,7 +75,7 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent"><ul class="childpages-macro"><li><a shape="rect" href="support.html">Support</a></li><li><a shape="rect" href="faq.html">FAQ</a><ul class="childpages-macro"><li><a shape="rect" href="acknowledgment.html">Acknowledgment</a></li><li><a shape="rect" href="camel-endpoint-questions.html">Camel Endpoint Questions</a></li><li><a shape="rect" href="common-problems.html">Common Problems</a></li><li><a shape="rect" href="general-questions.html">General Questions</a></li><li><a shape="rect" href="jms-questions.html">JMS Questions</a></li><li><a shape="rect" href="logging-questions.html">Logging Questions</a></li><li><a shape="rect" href="using-camel-questions.html">Using Camel Questions</a></li></ul></li><li><a shape="rect" href="contributing.html">Contributing</a></li><li><a shape="rect" href="mailing-lists.html">Mailing Lists</a></li><li><a shape="rect" href="discussion-forums.html">Discussion Forums</a></li><li><a shape="rect" href="download.html">Downl
 oad</a><ul class="childpages-macro"><li><a shape="rect" href="camel-100-release.html">Camel 1.0.0 Release</a></li><li><a shape="rect" href="camel-110-release.html">Camel 1.1.0 Release</a></li><li><a shape="rect" href="camel-120-release.html">Camel 1.2.0 Release</a></li><li><a shape="rect" href="camel-130-release.html">Camel 1.3.0 Release</a></li><li><a shape="rect" href="camel-140-release.html">Camel 1.4.0 Release</a></li><li><a shape="rect" href="camel-150-release.html">Camel 1.5.0 Release</a></li><li><a shape="rect" href="camel-160-release.html">Camel 1.6.0 Release</a></li><li><a shape="rect" href="camel-161-release.html">Camel 1.6.1 Release</a></li><li><a shape="rect" href="camel-162-release.html">Camel 1.6.2 Release</a></li><li><a shape="rect" href="camel-163-release.html">Camel 1.6.3 Release</a></li><li><a shape="rect" href="camel-164-release.html">Camel 1.6.4 Release</a></li><li><a shape="rect" href="camel-200-release.html">Camel 2.0.0 Release</a></li><li><a shape="rect" href=
 "camel-20-m1-release.html">Camel 2.0-M1 Release</a></li><li><a shape="rect" href="camel-20-m2-release.html">Camel 2.0-M2 Release</a></li><li><a shape="rect" href="camel-20-m3-release.html">Camel 2.0-M3 Release</a></li><li><a shape="rect" href="camel-210-release.html">Camel 2.1.0 Release</a></li><li><a shape="rect" href="camel-220-release.html">Camel 2.2.0 Release</a></li><li><a shape="rect" href="camel-230-release.html">Camel 2.3.0 Release</a></li><li><a shape="rect" href="camel-240-release.html">Camel 2.4.0 Release</a></li><li><a shape="rect" href="camel-250-release.html">Camel 2.5.0 Release</a></li><li><a shape="rect" href="camel-260-release.html">Camel 2.6.0 Release</a></li><li><a shape="rect" href="camel-270-release.html">Camel 2.7.0 Release</a></li><li><a shape="rect" href="camel-271-release.html">Camel 2.7.1 Release</a></li><li><a shape="rect" href="camel-272-release.html">Camel 2.7.2 Release</a></li><li><a shape="rect" href="camel-273-release.html">Camel 2.7.3 Release</a></li
 ><li><a shape="rect" href="camel-274-release.html">Camel 2.7.4 Release</a></li><li><a shape="rect" href="camel-275-release.html">Camel 2.7.5 Release</a></li><li><a shape="rect" href="camel-280-release.html">Camel 2.8.0 Release</a></li><li><a shape="rect" href="camel-281-release.html">Camel 2.8.1 Release</a></li><li><a shape="rect" href="camel-282-release.html">Camel 2.8.2 Release</a></li><li><a shape="rect" href="camel-283-release.html">Camel 2.8.3 Release</a></li><li><a shape="rect" href="camel-284-release.html">Camel 2.8.4 Release</a></li><li><a shape="rect" href="camel-285-release.html">Camel 2.8.5 Release</a></li><li><a shape="rect" href="camel-286-release.html">Camel 2.8.6 Release</a></li><li><a shape="rect" href="camel-290-release.html">Camel 2.9.0 Release</a></li><li><a shape="rect" href="camel-291-release.html">Camel 2.9.1 Release</a></li><li><a shape="rect" href="camel-292-release.html">Camel 2.9.2 Release</a></li><li><a shape="rect" href="camel-293-release.html">Camel 2.9.
 3 Release</a></li><li><a shape="rect" href="camel-294-release.html">Camel 2.9.4 Release</a></li><li><a shape="rect" href="camel-295-release.html">Camel 2.9.5 Release</a></li><li><a shape="rect" href="camel-296-release.html">Camel 2.9.6 Release</a></li><li><a shape="rect" href="camel-297-release.html">Camel 2.9.7 Release</a></li><li><a shape="rect" href="camel-298-release.html">Camel 2.9.8 Release</a></li><li><a shape="rect" href="camel-2100-release.html">Camel 2.10.0 Release</a></li><li><a shape="rect" href="camel-2101-release.html">Camel 2.10.1 Release</a></li><li><a shape="rect" href="camel-2102-release.html">Camel 2.10.2 Release</a></li><li><a shape="rect" href="camel-2103-release.html">Camel 2.10.3 Release</a></li><li><a shape="rect" href="camel-2104-release.html">Camel 2.10.4 Release</a></li><li><a shape="rect" href="camel-2105-release.html">Camel 2.10.5 Release</a></li><li><a shape="rect" href="camel-2106-release.html">Camel 2.10.6 Release</a></li><li><a shape="rect" href="cam
 el-2107-release.html">Camel 2.10.7 Release</a></li><li><a shape="rect" href="camel-2110-release.html">Camel 2.11.0 Release</a></li><li><a shape="rect" href="camel-2111-release.html">Camel 2.11.1 Release</a></li><li><a shape="rect" href="camel-2112-release.html">Camel 2.11.2 release</a></li><li><a shape="rect" href="camel-2113-release.html">Camel 2.11.3 release</a></li><li><a shape="rect" href="camel-2114-release.html">Camel 2.11.4 Release</a></li><li><a shape="rect" href="camel-2120-release.html">Camel 2.12.0 Release</a></li><li><a shape="rect" href="camel-2121-release.html">Camel 2.12.1 Release</a></li><li><a shape="rect" href="camel-2122-release.html">Camel 2.12.2 Release</a></li><li><a shape="rect" href="camel-2123-release.html">Camel 2.12.3 Release</a></li><li><a shape="rect" href="camel-2124-release.html">Camel 2.12.4 Release</a></li><li><a shape="rect" href="camel-2125-release.html">Camel 2.12.5 Release</a></li><li><a shape="rect" href="camel-2130-release.html">Camel 2.13.0 Re
 lease</a></li><li><a shape="rect" href="camel-2131-release.html">Camel 2.13.1 Release</a></li><li><a shape="rect" href="camel-2132-release.html">Camel 2.13.2 Release</a></li><li><a shape="rect" href="camel-2133-release.html">Camel 2.13.3 Release</a></li><li><a shape="rect" href="camel-2134-release.html">Camel 2.13.4 Release</a></li><li><a shape="rect" href="camel-2140-release.html">Camel 2.14.0 Release</a></li><li><a shape="rect" href="camel-2141-release.html">Camel 2.14.1 Release</a></li><li><a shape="rect" href="camel-2142-release.html">Camel 2.14.2 Release</a></li><li><a shape="rect" href="camel-2143-release.html">Camel 2.14.3 Release</a></li><li><a shape="rect" href="camel-2144-release.html">Camel 2.14.4 Release</a></li><li><a shape="rect" href="camel-2150-release.html">Camel 2.15.0 Release</a></li><li><a shape="rect" href="camel-2151-release.html">Camel 2.15.1 Release</a></li><li><a shape="rect" href="camel-2152-release.html">Camel 2.15.2 Release</a></li><li><a shape="rect" hre
 f="camel-2153-release.html">Camel 2.15.3 Release</a></li><li><a shape="rect" href="camel-2154-release.html">Camel 2.15.4 Release</a></li><li><a shape="rect" href="camel-2155-release.html">Camel 2.15.5 Release</a></li><li><a shape="rect" href="camel-2156-release.html">Camel 2.15.6 Release</a></li><li><a shape="rect" href="camel-2160-release.html">Camel 2.16.0 Release</a></li><li><a shape="rect" href="camel-2161-release.html">Camel 2.16.1 Release</a></li><li><a shape="rect" href="camel-2162-release.html">Camel 2.16.2 Release</a></li><li><a shape="rect" href="camel-2163-release.html">Camel 2.16.3 Release</a></li><li><a shape="rect" href="camel-2170-release.html">Camel 2.17.0 Release</a></li><li><a shape="rect" href="download-archives.html">Download Archives</a></li></ul></li><li><a shape="rect" href="google-summerofcode.html">Google SummerOfCode</a><ul class="childpages-macro"><li><a shape="rect" href="gsoc-2009.html">GSoC 2009</a></li></ul></li><li><a shape="rect" href="in-progress.ht
 ml">In Progress</a><ul class="childpages-macro"><li><a shape="rect" href="camel-2164-release.html">Camel 2.16.4 Release</a></li><li><a shape="rect" href="camel-2171-release.html">Camel 2.17.1 Release</a></li><li><a shape="rect" href="camel-2180-release.html">Camel 2.18.0 Release</a></li><li><a shape="rect" href="camel-xyz-release-template.html">Camel x.y.z Release (template)</a></li></ul></li><li><a shape="rect" href="news.html">News</a></li><li><a shape="rect" href="articles.html">Articles</a></li><li><a shape="rect" href="privacy-policy.html">Privacy Policy</a></li><li><a shape="rect" href="reports.html">Reports</a></li><li><a shape="rect" href="team.html">Team</a></li><li><a shape="rect" href="user-stories.html">User Stories</a></li><li><a shape="rect" href="security-advisories.html">Security Advisories</a></li></ul> </div>
+<div class="wiki-content maincontent"><ul class="childpages-macro"><li><a shape="rect" href="support.html">Support</a></li><li><a shape="rect" href="faq.html">FAQ</a><ul class="childpages-macro"><li><a shape="rect" href="acknowledgment.html">Acknowledgment</a></li><li><a shape="rect" href="camel-endpoint-questions.html">Camel Endpoint Questions</a></li><li><a shape="rect" href="common-problems.html">Common Problems</a></li><li><a shape="rect" href="general-questions.html">General Questions</a></li><li><a shape="rect" href="jms-questions.html">JMS Questions</a></li><li><a shape="rect" href="logging-questions.html">Logging Questions</a></li><li><a shape="rect" href="using-camel-questions.html">Using Camel Questions</a></li></ul></li><li><a shape="rect" href="contributing.html">Contributing</a><ul class="childpages-macro"><li><a shape="rect" href="asciidoc.html">AsciiDoc</a></li></ul></li><li><a shape="rect" href="mailing-lists.html">Mailing Lists</a></li><li><a shape="rect" href="disc
 ussion-forums.html">Discussion Forums</a></li><li><a shape="rect" href="download.html">Download</a><ul class="childpages-macro"><li><a shape="rect" href="camel-100-release.html">Camel 1.0.0 Release</a></li><li><a shape="rect" href="camel-110-release.html">Camel 1.1.0 Release</a></li><li><a shape="rect" href="camel-120-release.html">Camel 1.2.0 Release</a></li><li><a shape="rect" href="camel-130-release.html">Camel 1.3.0 Release</a></li><li><a shape="rect" href="camel-140-release.html">Camel 1.4.0 Release</a></li><li><a shape="rect" href="camel-150-release.html">Camel 1.5.0 Release</a></li><li><a shape="rect" href="camel-160-release.html">Camel 1.6.0 Release</a></li><li><a shape="rect" href="camel-161-release.html">Camel 1.6.1 Release</a></li><li><a shape="rect" href="camel-162-release.html">Camel 1.6.2 Release</a></li><li><a shape="rect" href="camel-163-release.html">Camel 1.6.3 Release</a></li><li><a shape="rect" href="camel-164-release.html">Camel 1.6.4 Release</a></li><li><a shap
 e="rect" href="camel-200-release.html">Camel 2.0.0 Release</a></li><li><a shape="rect" href="camel-20-m1-release.html">Camel 2.0-M1 Release</a></li><li><a shape="rect" href="camel-20-m2-release.html">Camel 2.0-M2 Release</a></li><li><a shape="rect" href="camel-20-m3-release.html">Camel 2.0-M3 Release</a></li><li><a shape="rect" href="camel-210-release.html">Camel 2.1.0 Release</a></li><li><a shape="rect" href="camel-220-release.html">Camel 2.2.0 Release</a></li><li><a shape="rect" href="camel-230-release.html">Camel 2.3.0 Release</a></li><li><a shape="rect" href="camel-240-release.html">Camel 2.4.0 Release</a></li><li><a shape="rect" href="camel-250-release.html">Camel 2.5.0 Release</a></li><li><a shape="rect" href="camel-260-release.html">Camel 2.6.0 Release</a></li><li><a shape="rect" href="camel-270-release.html">Camel 2.7.0 Release</a></li><li><a shape="rect" href="camel-271-release.html">Camel 2.7.1 Release</a></li><li><a shape="rect" href="camel-272-release.html">Camel 2.7.2 R
 elease</a></li><li><a shape="rect" href="camel-273-release.html">Camel 2.7.3 Release</a></li><li><a shape="rect" href="camel-274-release.html">Camel 2.7.4 Release</a></li><li><a shape="rect" href="camel-275-release.html">Camel 2.7.5 Release</a></li><li><a shape="rect" href="camel-280-release.html">Camel 2.8.0 Release</a></li><li><a shape="rect" href="camel-281-release.html">Camel 2.8.1 Release</a></li><li><a shape="rect" href="camel-282-release.html">Camel 2.8.2 Release</a></li><li><a shape="rect" href="camel-283-release.html">Camel 2.8.3 Release</a></li><li><a shape="rect" href="camel-284-release.html">Camel 2.8.4 Release</a></li><li><a shape="rect" href="camel-285-release.html">Camel 2.8.5 Release</a></li><li><a shape="rect" href="camel-286-release.html">Camel 2.8.6 Release</a></li><li><a shape="rect" href="camel-290-release.html">Camel 2.9.0 Release</a></li><li><a shape="rect" href="camel-291-release.html">Camel 2.9.1 Release</a></li><li><a shape="rect" href="camel-292-release.ht
 ml">Camel 2.9.2 Release</a></li><li><a shape="rect" href="camel-293-release.html">Camel 2.9.3 Release</a></li><li><a shape="rect" href="camel-294-release.html">Camel 2.9.4 Release</a></li><li><a shape="rect" href="camel-295-release.html">Camel 2.9.5 Release</a></li><li><a shape="rect" href="camel-296-release.html">Camel 2.9.6 Release</a></li><li><a shape="rect" href="camel-297-release.html">Camel 2.9.7 Release</a></li><li><a shape="rect" href="camel-298-release.html">Camel 2.9.8 Release</a></li><li><a shape="rect" href="camel-2100-release.html">Camel 2.10.0 Release</a></li><li><a shape="rect" href="camel-2101-release.html">Camel 2.10.1 Release</a></li><li><a shape="rect" href="camel-2102-release.html">Camel 2.10.2 Release</a></li><li><a shape="rect" href="camel-2103-release.html">Camel 2.10.3 Release</a></li><li><a shape="rect" href="camel-2104-release.html">Camel 2.10.4 Release</a></li><li><a shape="rect" href="camel-2105-release.html">Camel 2.10.5 Release</a></li><li><a shape="rec
 t" href="camel-2106-release.html">Camel 2.10.6 Release</a></li><li><a shape="rect" href="camel-2107-release.html">Camel 2.10.7 Release</a></li><li><a shape="rect" href="camel-2110-release.html">Camel 2.11.0 Release</a></li><li><a shape="rect" href="camel-2111-release.html">Camel 2.11.1 Release</a></li><li><a shape="rect" href="camel-2112-release.html">Camel 2.11.2 release</a></li><li><a shape="rect" href="camel-2113-release.html">Camel 2.11.3 release</a></li><li><a shape="rect" href="camel-2114-release.html">Camel 2.11.4 Release</a></li><li><a shape="rect" href="camel-2120-release.html">Camel 2.12.0 Release</a></li><li><a shape="rect" href="camel-2121-release.html">Camel 2.12.1 Release</a></li><li><a shape="rect" href="camel-2122-release.html">Camel 2.12.2 Release</a></li><li><a shape="rect" href="camel-2123-release.html">Camel 2.12.3 Release</a></li><li><a shape="rect" href="camel-2124-release.html">Camel 2.12.4 Release</a></li><li><a shape="rect" href="camel-2125-release.html">Cam
 el 2.12.5 Release</a></li><li><a shape="rect" href="camel-2130-release.html">Camel 2.13.0 Release</a></li><li><a shape="rect" href="camel-2131-release.html">Camel 2.13.1 Release</a></li><li><a shape="rect" href="camel-2132-release.html">Camel 2.13.2 Release</a></li><li><a shape="rect" href="camel-2133-release.html">Camel 2.13.3 Release</a></li><li><a shape="rect" href="camel-2134-release.html">Camel 2.13.4 Release</a></li><li><a shape="rect" href="camel-2140-release.html">Camel 2.14.0 Release</a></li><li><a shape="rect" href="camel-2141-release.html">Camel 2.14.1 Release</a></li><li><a shape="rect" href="camel-2142-release.html">Camel 2.14.2 Release</a></li><li><a shape="rect" href="camel-2143-release.html">Camel 2.14.3 Release</a></li><li><a shape="rect" href="camel-2144-release.html">Camel 2.14.4 Release</a></li><li><a shape="rect" href="camel-2150-release.html">Camel 2.15.0 Release</a></li><li><a shape="rect" href="camel-2151-release.html">Camel 2.15.1 Release</a></li><li><a shap
 e="rect" href="camel-2152-release.html">Camel 2.15.2 Release</a></li><li><a shape="rect" href="camel-2153-release.html">Camel 2.15.3 Release</a></li><li><a shape="rect" href="camel-2154-release.html">Camel 2.15.4 Release</a></li><li><a shape="rect" href="camel-2155-release.html">Camel 2.15.5 Release</a></li><li><a shape="rect" href="camel-2156-release.html">Camel 2.15.6 Release</a></li><li><a shape="rect" href="camel-2160-release.html">Camel 2.16.0 Release</a></li><li><a shape="rect" href="camel-2161-release.html">Camel 2.16.1 Release</a></li><li><a shape="rect" href="camel-2162-release.html">Camel 2.16.2 Release</a></li><li><a shape="rect" href="camel-2163-release.html">Camel 2.16.3 Release</a></li><li><a shape="rect" href="camel-2170-release.html">Camel 2.17.0 Release</a></li><li><a shape="rect" href="download-archives.html">Download Archives</a></li></ul></li><li><a shape="rect" href="google-summerofcode.html">Google SummerOfCode</a><ul class="childpages-macro"><li><a shape="rect
 " href="gsoc-2009.html">GSoC 2009</a></li></ul></li><li><a shape="rect" href="in-progress.html">In Progress</a><ul class="childpages-macro"><li><a shape="rect" href="camel-2164-release.html">Camel 2.16.4 Release</a></li><li><a shape="rect" href="camel-2171-release.html">Camel 2.17.1 Release</a></li><li><a shape="rect" href="camel-2180-release.html">Camel 2.18.0 Release</a></li><li><a shape="rect" href="camel-xyz-release-template.html">Camel x.y.z Release (template)</a></li></ul></li><li><a shape="rect" href="news.html">News</a></li><li><a shape="rect" href="articles.html">Articles</a></li><li><a shape="rect" href="privacy-policy.html">Privacy Policy</a></li><li><a shape="rect" href="reports.html">Reports</a></li><li><a shape="rect" href="team.html">Team</a></li><li><a shape="rect" href="user-stories.html">User Stories</a></li><li><a shape="rect" href="security-advisories.html">Security Advisories</a></li></ul> </div>
         </td>
         <td valign="top">
           <div class="navigation">

Modified: websites/production/camel/content/contributing.html
==============================================================================
--- websites/production/camel/content/contributing.html (original)
+++ websites/production/camel/content/contributing.html Thu Apr 21 12:19:33 2016
@@ -84,7 +84,7 @@
 	<tbody>
         <tr>
         <td valign="top" width="100%">
-<div class="wiki-content maincontent"><p>There are many ways you can help make Camel a better piece of software - please dive in and help!</p><p>Try surf the documentation - if somethings confusing or not clear, let us know. Download the code &amp; try it out and see what you think. Browse the source code. Got an itch to scratch, want to tune some operation or add some feature?</p><p>Want to do some hacking on Camel? Try surfing the our <a shape="rect" class="external-link" href="http://issues.apache.org/activemq/browse/CAMEL">issue tracker</a> for open issues or features that need to be implemented, take ownership of an issue and try fix it.</p><p>If you are a new Camel rider and would like to help us, you can also find some <a shape="rect" class="external-link" href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?mode=hide&amp;requestId=12316782">easy to resolve issues</a>. Leave a comment on the issue to let us know you are working on it and add yourself as a watcher t
 o get informed about all modifications.</p><h2 id="Contributing-Gettingintouch">Getting in touch</h2><p>There are various ways of communicating with the Camel community.</p><ul class="alternate"><li>join us on the <a shape="rect" href="discussion-forums.html">Discussion Forums</a> and take part in any conversations</li><li>pop by on <a shape="rect" href="irc-room.html">IRC</a> and say hi</li><li>add some comments to the <a shape="rect" href="navigation.html">wiki</a></li></ul><h2 id="Contributing-Improvingthedocumentation">Improving the documentation</h2><p>Documentation is massively important to help users make the most of Apache Camel and its probably the area that needs the most help!</p><p>So if you are interested in helping the documentation effort; whether its just to fix a page here or there, correct a link or even write a tutorial or improve what documentation is already there please do dive in and help!</p><p>Most of the documentation is stored on the wiki. We are currently
  moving the documentation into the code (AsciiDoc). From there it is automatically converted to the wiki. So before editing the wiki check the code because otherwise your changes may be lost. This transition is work-in-progress.</p><p>See <a shape="rect" href="how-does-the-website-work.html">How does the website work</a> or <a shape="rect" href="how-do-i-edit-the-website.html">How do I edit the website</a> for more details.</p><p>To be able to edit the wiki you need</p><ol><li>an appropriate licence agreement on file</li><li>an account on the wiki (on the bottom of each page there is an edit button, that allows you to create an account)</li><li>karma -&#160;mail the <a shape="rect" href="mailing-lists.html">dev list</a> asking for permission (to prevent spam we only offer access to the wiki by folks sending mail to the mailing list).</li></ol><h2 id="Contributing-Ifyoufindabugorproblem">If you find a bug or problem</h2><p>Please raise a new issue in our <a shape="rect" class="extern
 al-link" href="http://issues.apache.org/activemq/browse/CAMEL">issue tracker</a></p><p>If you can create a JUnit test case then your issue is more likely to be resolved quicker.<br clear="none"> e.g. take a look at some of the existing <a shape="rect" class="external-link" href="https://svn.apache.org/repos/asf/camel/trunk/camel-core/src/test/java/">unit tests cases</a></p><p>Then we can add your issue to Subversion and then we'll know when its really fixed and we can ensure that the problem stays fixed in future releases.</p><h2 id="Contributing-Workingonthecode">Working on the code</h2><p>Grab the <a shape="rect" href="source.html">Source</a> and create a project in your IDE. e.g. if you are using Eclipse the following should do the trick...</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<div class="wiki-content maincontent"><p>There are many ways you can help make Camel a better piece of software - please dive in and help!</p><p>Try surf the documentation - if somethings confusing or not clear, let us know. Download the code &amp; try it out and see what you think. Browse the source code. Got an itch to scratch, want to tune some operation or add some feature?</p><p>Want to do some hacking on Camel? Try surfing the our <a shape="rect" class="external-link" href="http://issues.apache.org/activemq/browse/CAMEL">issue tracker</a> for open issues or features that need to be implemented, take ownership of an issue and try fix it.</p><p>If you are a new Camel rider and would like to help us, you can also find some <a shape="rect" class="external-link" href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?mode=hide&amp;requestId=12316782">easy to resolve issues</a>. Leave a comment on the issue to let us know you are working on it and add yourself as a watcher t
 o get informed about all modifications.</p><h2 id="Contributing-Gettingintouch">Getting in touch</h2><p>There are various ways of communicating with the Camel community.</p><ul class="alternate"><li>join us on the <a shape="rect" href="discussion-forums.html">Discussion Forums</a> and take part in any conversations</li><li>pop by on <a shape="rect" href="irc-room.html">IRC</a> and say hi</li><li>add some comments to the <a shape="rect" href="navigation.html">wiki</a></li></ul><h2 id="Contributing-Improvingthedocumentation">Improving the documentation</h2><p>Documentation is massively important to help users make the most of Apache Camel and its probably the area that needs the most help!</p><p>So if you are interested in helping the documentation effort; whether its just to fix a page here or there, correct a link or even write a tutorial or improve what documentation is already there please do dive in and help!</p><p>Most of the documentation is stored on the wiki. We are currently
  moving the documentation into the code (<a shape="rect" href="asciidoc.html">AsciiDoc</a>). From there it is automatically converted to the wiki. So before editing the wiki check the code because otherwise your changes may be lost. This transition is work-in-progress.</p><p>See <a shape="rect" href="how-does-the-website-work.html">How does the website work</a> or <a shape="rect" href="how-do-i-edit-the-website.html">How do I edit the website</a> for more details.</p><p>To be able to edit the wiki you need</p><ol><li>an appropriate licence agreement on file with the ASF</li><li>an account on the wiki (on the bottom of each page there is an edit button, that allows you to create an account)</li><li>karma -&#160;mail the <a shape="rect" href="mailing-lists.html">dev list</a> asking for permission (to prevent spam we only offer access to the wiki by folks sending mail to the mailing list).</li></ol><h2 id="Contributing-Ifyoufindabugorproblem">If you find a bug or problem</h2><p>Please 
 raise a new issue in our <a shape="rect" class="external-link" href="http://issues.apache.org/activemq/browse/CAMEL">issue tracker</a></p><p>If you can create a JUnit test case then your issue is more likely to be resolved quicker.<br clear="none"> e.g. take a look at some of the existing <a shape="rect" class="external-link" href="https://svn.apache.org/repos/asf/camel/trunk/camel-core/src/test/java/">unit tests cases</a></p><p>Then we can add your issue to Subversion and then we'll know when its really fixed and we can ensure that the problem stays fixed in future releases.</p><h2 id="Contributing-Workingonthecode">Working on the code</h2><p>Grab the <a shape="rect" href="source.html">Source</a> and create a project in your IDE. e.g. if you are using Eclipse the following should do the trick...</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[git clone https://git-wip-us.apache.org/repos/asf/camel.git
 cd camel
 mvn eclipse:eclipse
@@ -100,7 +100,7 @@ mvn eclipse:eclipse
 ]]></script>
 </div></div><h2 id="Contributing-Submittingpatches">Submitting patches</h2><p>The easiest way to submit a patch is to</p><ul><li><a shape="rect" class="external-link" href="https://issues.apache.org/jira/browse/CAMEL">create a new JIRA issue</a> (you will need to register),</li><li>attach the patch or tarball as an attachment</li><li><strong>tick the Patch Attached</strong> button on the issue</li></ul><p>We prefer patches has unit tests as well and that these unit tests have proper assertions as well, so remember to replace your system.out or logging with an assertion instead!</p><h2 id="Contributing-WorkingwithGit">Working with Git</h2><p>There are several ways how Git users could improve Camel with their prefered tool:</p><ul><li>Apache Git Mirror</li><li>Pull request at Github</li></ul><h3 id="Contributing-ApacheGitMirror">Apache Git Mirror</h3><p>Cloning the Apache git repo.</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[git clone https://git-wip-us.apache.org/repos/asf/camel.git]]></script>
-</div></div><p>Bringing your modifications back to Apache is the <a shape="rect" class="external-link" href="https://git-wip-us.apache.org/docs/workflow.html">same workflow as described before</a>.</p><h3 id="Contributing-PullrequestatGithub">Pull request at Github</h3><p>There is also a Git <a shape="rect" class="external-link" href="https://github.com/apache/camel" rel="nofollow">repository at Github</a> which you could fork. Then you submit patches as any other github project - eg work on a new feature branch and send a pull request. One of the committers then needs to accept your pull request to bring the code &#160;to the ASF codebase. After the code has been included into the ASF codebase, you need to close the pull request because we can't do that...</p><h3 id="Contributing-Moreresources">More resources</h3><p>Git is not a brand new technology and therefore Camel is not the only ASF project thinking about using it. So here are some more resources you mind find useful:</p><ul>
 <li><a shape="rect" class="external-link" href="http://wiki.apache.org/general/GitAtApache">http://wiki.apache.org/general/GitAtApache</a>: Some basic notes about git@asf</li><li><a shape="rect" class="external-link" href="http://git.apache.org/">http://git.apache.org/</a>: List of mgit-mirrors at ASF</li><li><a shape="rect" class="external-link" href="https://git-wip-us.apache.org/">https://git-wip-us.apache.org/</a>: More Git infos from Apache</li></ul><h2 id="Contributing-Becomingacommitter">Becoming a committer</h2><p>Once you've got involved as above, we may well invite you to be a committer. See <a shape="rect" href="how-do-i-become-a-committer.html">How do I become a committer</a> for more details.</p><h2 id="Contributing-Usingtheissuetracker">Using the issue tracker</h2><p>Before you can raise an issue in the <a shape="rect" class="external-link" href="http://issues.apache.org/activemq/browse/CAMEL">issue tracker</a> you need to register with it. This is quick &amp; painless
 .</p><p>If you want to have a go at fixing an issue you need to be in the list of camel-developers on the issue tracker. To join the group, please mail the <code>dev@camel.apache.org</code> mail list with the email address you used to register with the issue tracker and we'll add you to the group.</p><h2 id="Contributing-Becommingacommitter">Becomming a committer</h2><p>The first step is contributing to the project; if you want to take that a step forward and become a fellow committer on the project then see the <a shape="rect" class="external-link" href="http://activemq.apache.org/becoming-a-committer.html">Committer Guide</a></p></div>
+</div></div><p>Bringing your modifications back to Apache is the <a shape="rect" class="external-link" href="https://git-wip-us.apache.org/docs/workflow.html">same workflow as described before</a>.</p><h3 id="Contributing-PullrequestatGithub">Pull request at Github</h3><p>There is also a Git <a shape="rect" class="external-link" href="https://github.com/apache/camel" rel="nofollow">repository at Github</a> which you could fork. Then you submit patches as any other github project - eg work on a new feature branch and send a pull request. One of the committers then needs to accept your pull request to bring the code &#160;to the ASF codebase. After the code has been included into the ASF codebase, you need to close the pull request because we can't do that...</p><h3 id="Contributing-Moreresources">More resources</h3><p>Git is not a brand new technology and therefore Camel is not the only ASF project thinking about using it. So here are some more resources you mind find useful:</p><ul>
 <li><a shape="rect" class="external-link" href="http://wiki.apache.org/general/GitAtApache">http://wiki.apache.org/general/GitAtApache</a>: Some basic notes about git@asf</li><li><a shape="rect" class="external-link" href="http://git.apache.org/">http://git.apache.org/</a>: List of mgit-mirrors at ASF</li><li><a shape="rect" class="external-link" href="https://git-wip-us.apache.org/">https://git-wip-us.apache.org/</a>: More Git infos from Apache</li></ul><h2 id="Contributing-Becomingacommitter">Becoming a committer</h2><p>Once you've got involved as above, we may well invite you to be a committer. See <a shape="rect" href="how-do-i-become-a-committer.html">How do I become a committer</a> for more details.</p><h2 id="Contributing-Usingtheissuetracker">Using the issue tracker</h2><p>Before you can raise an issue in the <a shape="rect" class="external-link" href="http://issues.apache.org/activemq/browse/CAMEL">issue tracker</a> you need to register with it. This is quick &amp; painless
 .</p><p>If you want to have a go at fixing an issue you need to be in the list of camel-developers on the issue tracker. To join the group, please mail the <code>dev@camel.apache.org</code> mail list with the email address you used to register with the issue tracker and we'll add you to the group.</p><h2 id="Contributing-Becomingacommitter.1">Becoming a committer</h2><p>The first step is contributing to the project; if you want to take that a step forward and become a fellow committer on the project then see the <a shape="rect" class="external-link" href="http://activemq.apache.org/becoming-a-committer.html">Committer Guide</a></p></div>
         </td>
         <td valign="top">
           <div class="navigation">