Why would I use this product ?
    You need to use this product with any Archetype content if you want
    to have automatic content indexing and preview for your attachments
    (eg. PDF or MSWord files, ...).

Is it compatible with PloneArticle 2 or PloneExFile 2 ?
    No, it's not. With those products, you need to use ZAttachmentAttribute instead.
    AttachmentField is designed for PloneArticle 3 or PloneExFile 3.

I have a "IOError: [Errno 10] No child processes" when starting Zope with AttachmentField installed!
    That's a known issue with Zope < 2.7.4 under certain platforms (especially Linux). Upgrade Zope
    or use "$INSTANCE/bin/runzope" instead of "zopectl fw" to run Zope. It's a signal handling
    problem, which have been fixed in Zope 2.7.4.

Can I use PortalTransform instead of your module?
    Now with 1.3 version there's a link with PortalTransforms... PortalTransformAttachment is a fallback
    to PortalTransform when there's no dedicated plugin in AttachmentField.

Can I convert OpenOffice documents?
    Yes, you can, starting from AttachmentField 1.3. Just install CMFOODocument 0.3 (available at
    http://longsleep.org/projects/cmfoodocument/). You don't need the content type, only the
    portal_transforms converters and the mimetypes_registry information from this product.
    Restart Plone, and you're done.
    Future AF releases will remove the CMFOODocument dependency by providing a dedicated plugin.
