You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by aa...@apache.org on 2010/07/18 13:52:27 UTC

svn commit: r965214 - /click/trunk/click/documentation/docs/extensions.html

Author: aadrian
Date: Sun Jul 18 11:52:26 2010
New Revision: 965214

URL: http://svn.apache.org/viewvc?rev=965214&view=rev
Log:
add link to click-jquery

Modified:
    click/trunk/click/documentation/docs/extensions.html

Modified: click/trunk/click/documentation/docs/extensions.html
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/docs/extensions.html?rev=965214&r1=965213&r2=965214&view=diff
==============================================================================
--- click/trunk/click/documentation/docs/extensions.html (original)
+++ click/trunk/click/documentation/docs/extensions.html Sun Jul 18 11:52:26 2010
@@ -41,14 +41,16 @@
         <p/>
         Below is a list of third party contributions:
 
-        <ul>
+        <ol>
             <li>
                 <a class="external" target="_blank" href="http://code.google.com/p/clickclick/">ClickClick</a>
                 is a community based extensions project providing many new
-                components and seamless Ajax integration. ClickClick consists
-                of multiple subprojects including integration with
-                <a rel="nofollow" class="external" target="_blank" href="http://jquery.com/">jQuery</a> and
-                <a rel="nofollow" class="external" target="_blank" href="http://mootools.net/">MooTools</a>.
+                components and seamless Ajax integration. 
+            </li>
+            <li>
+                <a class="external" target="_blank" href="http://code.google.com/p/click-jquery/">Click jQuery</a>
+                is a community based project that aims to integrate Click with 
+                <a rel="nofollow" class="external" target="_blank" href="http://jquery.com/">jQuery</a>
             </li>
             <li>
                 <a class="external" target="_blank" href="http://code.google.com/p/click-calendar/">Click Calendar</a>
@@ -68,7 +70,7 @@
                 methods can be chained. You can use Chainer to generate Control
                 subclasses to enable method chaining.
             </li>
-        </ul>
+        </ol>
 
         If you have any questions or would like to contribute to these projects
         you can send an email to our <a href="click-online.html#mailing-lists">mailing list</a>.