<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,22 +3,37 @@ WeeLightbox
 
 This is a packaged version of lightbox for viewing images on the screen in the popular lightbox design pattern.
 
-Please refer to the lightbox docs for more info. Included are some rails helpers for easy integration into your site.
+Please refer to the lightbox docs for more info. Included are some rails helpers for easy integration into your site. The lightbox javascript is slightly tweaked to configure the location of images and increase the speed of resize.
+
+You can edit lightbox.js to further tweak these if you wish.
 
 Install
 =======
 
+If you install from github with rails 2.1+ it will install the files into your public directory. If you install with another method, you may need to issue a recursive copy command manually. 
 
+Also this install script is untested on windows.
 
 Example
 =======
 
 In your layout add the following in the head section.
 
-&lt;%= load_lightbox %&gt; If you have not already done so:
-&lt;%= javascript_include_tag :defaults %&gt; to load the prototype javascript library beforehand.
+&lt;%= javascript_include_tag :defaults %&gt; 
+&lt;%= yield :page_includes %&gt;
+
+In your template:
+
+&lt;%= load_lightbox %&gt;
 
 For each image that you would like to make a lightbox to
 
+&lt;%= lightbox_to('/images/small.gif', '/images/large.gif', &quot;Tasty image caption&quot;)
+
+If you want to have more than one lightbox on a page and have the lightbox operate with a slideshow between images..
+
+&lt;%= lightbox_to('/images/small.gif', '/images/large.gif', &quot;Tasty image caption&quot;, &quot;group_name&quot;)
+
+Where group name needs to be the same for all images in the slideshow.
 
 Copyright (c) 2008 Alastair Brunton, released under the MIT license</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -49,10 +49,10 @@ LightboxOptions = Object.extend({
     fileLoadingImage:        '/images/lightbox/loading.gif',     
     fileBottomNavCloseImage: '/images/lightbox/closelabel.gif',
 
-    overlayOpacity: 0.8,   // controls transparency of shadow overlay
+    overlayOpacity: 0.9,   // controls transparency of shadow overlay
 
     animate: true,         // toggles resizing animations
-    resizeSpeed: 7,        // controls the speed of the image resizing animations (1=slowest and 10=fastest)
+    resizeSpeed: 15,        // controls the speed of the image resizing animations (1=slowest and 10=fastest)
 
     borderSize: 10,         //if you adjust the padding in the CSS, you will need to update this variable
 </diff>
      <filename>files/javascripts/lightbox.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c73d5630bb3ada128471af7b4ca5c8bf9d83db21</id>
    </parent>
  </parents>
  <author>
    <name>Alastair Brunton</name>
    <email>info@simplyexcited.co.uk</email>
  </author>
  <url>http://github.com/pyrat/wee_lightbox/commit/5e57da84a25ba1b0d0ccb0a7d859a8a6355be170</url>
  <id>5e57da84a25ba1b0d0ccb0a7d859a8a6355be170</id>
  <committed-date>2008-08-06T14:33:16-07:00</committed-date>
  <authored-date>2008-08-06T14:33:16-07:00</authored-date>
  <message>Changes to lightbox js and improvements to README.</message>
  <tree>a053758def7b1257582932721f61d5befc8f1b65</tree>
  <committer>
    <name>Alastair Brunton</name>
    <email>info@simplyexcited.co.uk</email>
  </committer>
</commit>
