README.txt in facebox-render-0.9.0 vs README.txt in facebox-render-0.9.5

- old
+ new

@@ -1,26 +1,26 @@ Author:: Wen-Tien Chang(mailto:ihower@handlino.com) Copyright:: Copyright (c) 2008 Handlino Inc. Licensed under the MIT: http://www.opensource.org/licenses/mit-license.php -= Description = +== Description == FaceboxRender plugin let you use lightbox seamlessly using Facebox library. http://handlino.com/blog/2008/02/26/57/ -= Install = - * gem install facebox-render - * cd /your_rails_app/vendor/plugin/ - * gem unpack facebox-render +== Install == + * download from http://github.com/ihower/facebox-render/ + * uncompress to /vendor/plugins/facebox_render -= USAGE = -You must install Facebox first(see http://famspam.com/facebox/). + Note that you must install Facebox first(see http://famspam.com/facebox/). 1.Download jQuery (or you can try to install http://ennerchi.com/projects/jrails to replace Prototype library totally) 2.Download facebox 3.Copy facebox js file to /public/javascripts/ 4.Copy facebox css file to /public/styleshees/ 5.Copy facebox all image files to /public/facebox/ 6.Config your layout (stylesheet_link_tag and javascript_include_tag) to add these js,css files + += USAGE = == Helper == We have facebox_link_to helper (it's will launch loading facebox first, send ajax request second) or you can use link_to_remote, form_remote_tag...etc Ajax helper. Don't use <a href="somelink" ref="facebox"> \ No newline at end of file