README.rdoc in ajaxlibs-0.1.11 vs README.rdoc in ajaxlibs-0.1.12

- old
+ new

@@ -26,10 +26,12 @@ * jrails * mootools * prototype * scriptaculous * swfobject +* Google Chrome Frame +* Google Webfont == Examples === simple library load, under the development environment @@ -47,11 +49,11 @@ <%= ajaxlibs_include :jquery, :jqueryui %> in development environment : - <script src="/javascripts/ajaxlibs/jquery/1.4.2/jquery.min.js?1267013480" type="text/javascript"></script> + <script src="/javascripts/ajaxlibs/jquery/1.4.2/jquery.min.js?1267013480" type="text/javascript"></script> <script src="/javascripts/ajaxlibs/jqueryui/1.7.2/jqueryui.min.js?1267013480" type="text/javascript"></script> this time in production : <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script> @@ -87,11 +89,11 @@ <%= ajaxlibs_include :scriptaculous %> will produce : - <script src="/javascripts/ajaxlibs/prototype/1.6.1.0/prototype.js?1267013480" type="text/javascript"></script> + <script src="/javascripts/ajaxlibs/prototype/1.6.1.0/prototype.js?1267013480" type="text/javascript"></script> <script src="/javascripts/ajaxlibs/scriptaculous/1.8.3/scriptaculous.js?1267013481" type="text/javascript"></script> === define alternate production environments You can define alternate production environments to use CDNs under those environments : @@ -118,17 +120,21 @@ == TODO * support more javascript libraries : available though Google CDN (yui), not available through Google CDN, available only from google (google maps, ...). == Note on Patches/Pull Requests - + * Fork the project. * Make your feature addition or bug fix. * Add tests for it. This is important so I don't break it in a future version unintentionally. * Commit, do not mess with rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull) * Send me a pull request. Bonus points for topic branches. + +== Contributors + +* Jesse Cooke : Chrome Frame & Webfont support == Copyright Copyright (c) 2010 Fabien Jakimowicz. See LICENSE for details.