Author: buildbot
Date: Sun May 26 21:18:59 2013
New Revision: 863220

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/weather.html

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

Modified: websites/production/camel/content/weather.html
==============================================================================
--- websites/production/camel/content/weather.html (original)
+++ websites/production/camel/content/weather.html Sun May 26 21:18:59 2013
@@ -105,7 +105,9 @@ weather:<span class="code-comment">//&lt
 
 <h3><a shape="rect" name="Weather-Options"></a>Options</h3>
 <div class="confluenceTableSmall"><div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"> Property </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Default </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>location</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd">  If null Camel will try and determine your current 
location using the geolocation of your ip address, else specify the 
city,country. For well known city names, Open Weather Map will determine the 
best fit, but multiple results may be returned. Hence specifying and country as 
well will return more accurate data.  </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>units</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>metric</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> the units for temperature measure
 ment</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>period</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> If null, 
the current weather will be returned, else use values of 5, 7, 14 days. Only 
the numeric value for the forecast period is actually parsed, so spelling, 
capitalisation of the time period is up to you (its ignored) </td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>consumer.delay</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>3600000</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> Delay in millis between each poll 
(default is 1 hour) </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>consumer.initialDelay</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt>1000</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> Millis before polling starts. 
</td></tr><tr><td colspan="1" rowspan="1"
  class="confluenceTd"> <tt>consumer.userFixedDelay</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> If <tt>true</tt>, use fixed delay between 
polls, otherwise fixed rate is used. See <a shape="rect" class="external-link" 
href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/ScheduledExecutorService.html";
 rel="nofollow">ScheduledExecutorService</a> in JDK for details. 
</td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"> Property </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Default </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>location</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd">  If null Camel will try and determine your current 
location using the geolocation of your ip address, else specify the 
city,country. For well known city names, Open Weather Map will determine the 
best fit, but multiple results may be returned. Hence specifying and country as 
well will return more accurate data. </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>units</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>metric</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> the units for temperature measurem
 ent. Valid values are:<br clear="none" class="atl-forced-newline">
+<tt>imperial</tt><br clear="none" class="atl-forced-newline">
+<tt>metric</tt> </td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>period</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> If null, the current weather will be returned, else use 
values of 5, 7, 14 days. Only the numeric value for the forecast period is 
actually parsed, so spelling, capitalisation of the time period is up to you 
(its ignored) </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>consumer.delay</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> 
<tt>3600000</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Delay 
in millis between each poll (default is 1 hour) </td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"> <tt>consumer.initialDelay</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>1000</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> Millis before polling starts. 
</td></tr><tr><td colspan="1"
  rowspan="1" class="confluenceTd"> <tt>consumer.userFixedDelay</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td 
colspan="1" rowspan="1" class="confluenceTd"> If <tt>true</tt>, use fixed delay 
between polls, otherwise fixed rate is used. See <a shape="rect" 
class="external-link" 
href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/ScheduledExecutorService.html";
 rel="nofollow">ScheduledExecutorService</a> in JDK for details. 
</td></tr></tbody></table>
 </div>
 </div>
 
@@ -135,7 +137,7 @@ from(<span class="code-quote">"weather:f
 <p>To just find the current weather for your current location you can use 
this:</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">
 <pre class="code-java">
-from(<span class="code-quote">"weather:foo"</span>).to(<span 
class="code-quote">""jms:queue:weather"</span>");
+from(<span class="code-quote">"weather:foo"</span>).to(<span 
class="code-quote">"jms:queue:weather"</span>);
 </pre>
 </div></div></div>
         </td>


Reply via email to