<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>collective.fancyzoomview</name>
<shortdesc>Smooth javascript image zooming for Plone folders and topics.</shortdesc>
<description>Introduction
============

collective.fancyzoomview provides smooth Javascript image zooming for Plone folders and topics loosely based on Cabel Maxfield Sasser's `Fancy Zoom`.

.. _`Fancy Zoom`: http://www.cabel.name/2008/02/fancyzoom-10.html

Since version 0.3, collective.fancyzoomview is based on `Steve Smith's jquery version of Fancy Zoom`.

.. _`Steve Smith's jquery version of Fancy Zoom`: http://orderedlist.com/articles/fancyzoom-meet-jquery

Buildout Installation
=====================

Add the following code to your buildout.cfg::

  [buildout]
  ...
  eggs =
      ...
      collective.fancyzoomview
      ...

  ...
  [instance]
  ...
  zcml =
      ...
      collective.fancyzoomview
  ...

If you also want Fancy Zoom for Plone News Items add the following code to your buildout.cfg::

  [buildout]
  ...
  eggs =
      ...
      collective.fancyzoomview
      ...

  ...
  [instance]
  ...
  zcml =
      ...
      collective.fancyzoomview
      collective.fancyzoomview-overrides
  ...


Changelog
=========

0.4.2 (2008/01/17)
------------------

* Doctest added
* Display a nice title instead of fancy_zoom_view in the display menu

0.4.1 (2008/01/01)
------------------

* NameError fixed in topic view

0.4 (2008/12/25)
----------------

* Fancy Zoom view for News Items added

0.3 (2008/12/25)
----------------

* Switch to jQuery

0.2 (2008/06/09)
----------------

* Initial release

0.1 (unreleased)
----------------</description>
<homepage rdf:resource="https://svn.plone.org/svn/collective/collective.fancyzoomview" />
<maintainer><foaf:Person><foaf:name>Timo Stollenwerk</foaf:name>
<foaf:mbox_sha1sum>9cf60397b100c0e1e487594ebe8bb42e1169578a</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.4.2</revision></Version></release>
</Project></rdf:RDF>