Smart Link
==========

An enhanced version of the base Plone link content type.

After intalling this you'll see that the Plone link will have a new **image field** and **caption**
like the News Item content type.

As News Item do, the event now behave **image resize** functionality.

Also, the new Link type has split of the internal and external link. You can use the internal link
field to automatically attach the link value to an internal content of the portal.

Is possible that the relation is not always mantained: if you rename the related content (or move it away)
the reference in the catalog is not updated immediatly.

Warning!
--------

Imaged event shapechange itself and hide from portal_types tool the basic Plone Link type!

FileSystemStorage
-----------------

The product try to register the link image field onto `iw.fss`__ if it is installed.

__ http://pypi.python.org/pypi/iw.fss

Credits
-------

Part of the code of Smart link was taken from the `ComboLink`__ Plone (and Plonegov) product.
This module was giving the same internal link feature in old 2.5 Plone releases.

__ http://plone.org/products/combolink/

References
----------

* Code repository: http://svn.plone.org/svn/collective/redturtle.smartlink/
* Questions? Comments? Found a bug? *sviluppoplone AT redturtle.net*

TODO
----

* i18n locales 
* a smarter way to keed relation if you remove the related contents.

