Author: scottbw
Date: Mon Feb 20 18:00:11 2012
New Revision: 1291392

URL: http://svn.apache.org/viewvc?rev=1291392&view=rev
Log:
Updated Widget API doc

Modified:
    incubator/wookie/site/trunk/content/wookie/docs/api.mdtext

Modified: incubator/wookie/site/trunk/content/wookie/docs/api.mdtext
URL: 
http://svn.apache.org/viewvc/incubator/wookie/site/trunk/content/wookie/docs/api.mdtext?rev=1291392&r1=1291391&r2=1291392&view=diff
==============================================================================
--- incubator/wookie/site/trunk/content/wookie/docs/api.mdtext (original)
+++ incubator/wookie/site/trunk/content/wookie/docs/api.mdtext Mon Feb 20 
18:00:11 2012
@@ -105,11 +105,15 @@ be addressed to /widgets/7. The "identif
 </tr>
 <tr>
 <td > GET {wookie}/widgets{?all=true, locale=<em>language_tag</em>} </td>
-<td > Returns an XML representation of the set of available widgets. Note that 
this does not require an API key. If the "all=true" parameter is omitted, the 
list only contains the default widgets for defined service types. If a locale 
is specified, the returned information is localized, for example widget titles, 
descriptions, license information will be in the specified language where 
available.</td>
+<td > Returns an XML representation of the set of available widgets. Note that 
this does not require an API key. 
+ If a locale is specified, the returned information is localized, for example 
widget titles, descriptions, license information will be in the specified 
language where available. 
+
+(Note: For versions before 0.10.0, if the "all=true" parameter is omitted, the 
list only contains the default widgets for defined service types. This 
parameter is ignored from 0.10.0 onwards)
+</td>
 </tr>
 <tr>
 <td > GET {wookie}/widgets/{service_name} {?locale=<em>language_tag</em>} </td>
-<td > Deprecated: Due to be removed in 0.10 release </td>
+<td > Deprecated: Removed from 0.10 onwards </td>
 </tr>
 <tr>
 <td > GET {wookie}/widgets/{id} {?locale=<em>language_tag</em>}</td>


Reply via email to