<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>ImageResize.php</filename>
    </added>
    <added>
      <filename>ImageResizeController.php</filename>
    </added>
    <added>
      <filename>LICENSE.txt</filename>
    </added>
    <added>
      <filename>index.php</filename>
    </added>
    <added>
      <filename>views/documentation.php</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -0,0 +1,37 @@
+IMAGE RESIZE
+
+Peter Gassner, 2008
+http://www.naehrstoff.ch/code/image-resize-for-frog
+
+This plugin has been tested with Frog 0.9.2.
+
+
+ABOUT
+
+With the Image Resize plugin enabled, you can easily create thumbnails of your images.
+
+It was inspired by the Drupal Image Cache module. The image resize functions are taken from Drupal and adapted for Frog CMS.
+
+
+HOW TO USE
+
+Just include images as you normally would, but instead of linking to the original file, append a dimension to the filename. This is best shown with an example.
+
+Where you would normally reference an image like this:
+
+* &lt;img src=&quot;public/images/flower.jpg&quot; alt=&quot;&quot; /&gt;
+
+You can now add a dimension identifier directly before the file extension like this:
+
+* &lt;img src=&quot;public/images/flower.230x150.jpg&quot; alt=&quot;&quot; /&gt;
+
+This tells the plugin to generate an image that fits within the width of 230 and the height of 150. It is possible to use only one parameter as an argument:
+
+* &lt;img src=&quot;public/images/flower.230.jpg&quot; alt=&quot;&quot; /&gt; (resize to width)
+* &lt;img src=&quot;public/images/flower.x150.jpg&quot; alt=&quot;&quot; /&gt; (resize to height)
+
+Of course the original file (flower.jpg) has to exist. The thumbnails will be created in the same folder as the original file.
+
+
+
+</diff>
      <filename>README.markdown</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>831f14fd2c3eefcd7d6f95e0803e43d1657adea2</id>
    </parent>
  </parents>
  <author>
    <name>Peter Gassner</name>
    <email>peter@naehrstoff.ch</email>
  </author>
  <url>http://github.com/naehrstoff/image_resize/commit/a9b50c1b61aaed3f7a1827baa3c28a373f00f6f1</url>
  <id>a9b50c1b61aaed3f7a1827baa3c28a373f00f6f1</id>
  <committed-date>2008-11-12T07:20:36-08:00</committed-date>
  <authored-date>2008-11-12T07:20:36-08:00</authored-date>
  <message>Updated to Frog CMS version 0.9.4. Also removed need to reload page again after a thumbnail has been created.</message>
  <tree>2b6c4aa2d73d752c99161712a2f571edc60dde2e</tree>
  <committer>
    <name>Peter Gassner</name>
    <email>peter@naehrstoff.ch</email>
  </committer>
</commit>
