<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,37 +1 @@
-1. Add prototype, scriptaculous and fancy zoom to your page.
-	&lt;script type=&quot;text/javascript&quot; src=&quot;js/prototype.js&quot;&gt;&lt;/script&gt; 
-	&lt;script type=&quot;text/javascript&quot; src=&quot;js/scriptaculous.js&quot;&gt;&lt;/script&gt; 
-	&lt;script type=&quot;text/javascript&quot; src=&quot;js/fancyzoom.js&quot;&gt;&lt;/script&gt; 
-
-2. Start zooming.	
-	new FancyZoom(id) where id is the id of the &lt;a&gt; tag you would like to zoom. The &lt;a&gt; tag should have an  href that anchors to the id of the box that contains the contents that should be zoomed. For example:
-	
-		&lt;a href=&quot;#small_box&quot; id=&quot;small&quot;&gt;Small Box!&lt;/a&gt;
-		&lt;div id=&quot;small_box&quot;&gt;
-			&lt;p&gt;Here is the contents that will appear in the zoom.&lt;/p&gt;
-		&lt;/div&gt;
-		&lt;script type=&quot;text/javascript&quot;&gt;
-			new FancyZoom('small');
-		&lt;/script&gt;
-	
-		// other examples
-		&lt;script type=&quot;text/javascript&quot;&gt; 
-			$(document).observe('dom:loaded', function() {
-				$$('a.fancy').each(function(el) { new FancyZoom(el, {width:500, height:300}); });
-				new FancyZoom('small');
-				new FancyZoom('medium');
-				// width and height are optional. defaults to css specifications of width and height. 
-				// if width and height are passed in, they override whatever may be in css.
-				new FancyZoom('large', {width:600, height:400});
-			});
-		&lt;/script&gt;
-	
-	If the images are not in a directory named 'images' that is relative to the html file you can configure it like so:
-		
-		&lt;script type=&quot;text/javascript&quot;&gt;
-			FancyZoomBox.directory = 'http://foobar.com/images/zoom'; // no need for trailing slash
-			$(document).observe('dom:loaded', function() {
-				new FancyZoom('small');
-			});
-		&lt;/script&gt;
-	
\ No newline at end of file
+Fancy zoom box loosely based on Cabel Sasser's FancyZoom. Built in prototype and jquery. Works unobtrusively with content already on the page, including images, headings, text and flash (pretty much any html).
\ No newline at end of file</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d21cc783cdf83a080e00b4a5738ee1f6b2f31dfd</id>
    </parent>
  </parents>
  <author>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </author>
  <url>http://github.com/stickel/fancy-zoom/commit/d69e0564380a699109d3d9eb56a21207ed0ed28f</url>
  <id>d69e0564380a699109d3d9eb56a21207ed0ed28f</id>
  <committed-date>2008-09-03T18:57:37-07:00</committed-date>
  <authored-date>2008-09-03T18:57:37-07:00</authored-date>
  <message>Updated readme since it was prototype based and now there are prototype and jquery versions.</message>
  <tree>deef73050c5d44e0c5fe5b5d8db811ab4f13743b</tree>
  <committer>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </committer>
</commit>
